.main_bg {
	background:url(bg.jpg) #1f1f21;
	background-repeat:repeat;
}
#page{
	width:980px;
	margin:0px auto;
}
a img, img {
	border: 0;
	vertical-align:middle;
}
a {
	text-decoration: none;
}
a.linkopac img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
a.linkopac:hover img {
	filter:alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6; 
}



/*** Common Style Starts ***/
a, a:active, a:focus {
   outline: 0;
}
.cleaner{
	clear:both;
}
.radioclk, .hide_images {
	display:none;
}
.tab_content > div {
	display:none;
}


#header{
	
}
.main_title{
	font-size:33px;
	color:#14245e;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
	padding:20px 0px 0;
	line-height:34px;
	letter-spacing:-0.5px;
	text-align:center;
	text-transform:uppercase;
}
.sub_title{
	font-size:22px;
	color:#545454;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	padding:0px 80px 20px;
	line-height:24px;
	text-align:center;
	text-transform:uppercase;
}
#product_code_price{
	width:100%;
	padding:5px 0;
}
#product_code_content{
	float:left;
	width:20%;
	font-size:15px;
	color:#545454;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	padding:20px 0px 0px 10px;
	line-height:24px;
	text-align:left;
	text-transform:uppercase;
}
#product_price_content{
	float:right;
	width:20%;
	line-height:32px;
	font-family: 'Oswald', sans-serif;
	padding:0px;
	text-align:left;
	text-transform:uppercase;
}
.price_title{
	font-size:20px;
	color:#545454;
	font-weight:400;
}
.price_value{
	font-size:36px;
	color:#e82b2e;
	font-weight:700;
}
#image_section{
	margin-top:20px;
}
.main_img{
	border:1px solid #d0d0d0;
}
.main_img img{
	width:auto;
	height:auto;
	max-width:98%;
}
.img_title{
	font-size:15px;
	color:#545454;
	font-weight:400;
	font-family: 'Oswald', sans-serif;
	padding:15px 0;
	line-height:24px;
	text-align:center;
	text-transform:uppercase;
}
.thumb_img{
	width:45%;
	display:inline-block;
	margin:0px 15px 35px;
	border:1px solid #d0d0d0;
}
.thumb_img img, .thumb_img video{
	width:auto;
	height:auto;
	max-width:90%;
	max-height:250px;
	vertical-align:middle;
}
.titlebg{
	color:#e82b2e;
	background:#ffffff;
	font-size:16px;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:8px 0 8px 12px;
	margin:0px;
	border:1px solid #d0d0d0;
}
.desc{
	font-size:15px;
	color:#3f3f3f;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	padding:5px 10px;
	word-wrap: break-word;
	font-weight:400;
	text-decoration:none;
	border:1px solid #d0d0d0;
	border-top:none;
	margin-bottom:12px;
}
.desc a, .tab_content a{
	word-wrap: break-word;
}
.desc p:first-child, .tab_content p:first-child{
	margin-top:0px;
}
.desc p:last-child, .tab_content p:last-child{
	margin-bottom:0px;
}
.desc ol, .tab_content ol, .desc ul, .tab_content ul{
	margin:12px 0;
	padding:0px;
}
.desc ol li, .tab_content ol li{
	margin:10px 0 10px 20px;
}
.desc ul li, .tab_content ul li{
	margin:10px 0 10px 20px;
	list-style: none;
}
.desc ul li:before, .tab_content ul li:before{
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -14px;
	top: 1px;
	color: #3f3f3f;
	font-size: 15px;
}
.desc img{
	width:auto;
	height:auto;
	max-width:95%;
}
.desc table, .tab_content table{
	width:100%;
	border-collapse:separate;
}
.desc table td, .tab_content table td{
	font-size:15px;
	color:#3f3f3f;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
	padding:10px;
	border:1px solid #d0d0d0;
}
#wider_section{
	padding:0 4px;
}
#related_products{
	padding:10px;
	border:1px solid #d0d0d0;
	border-top:none;
}
.related_item{
	padding:15px 0;
}
.related_image{
	height: 150px;
	width: 210px;
    position: relative;
	bottom: 0;
	margin:0 auto;
    display: block;
}
.related_image img{
	height: auto;
	width: 210px !important;
	max-height: 150px;
    margin-bottom: 5px;
}
.related_title{
	color: #3f3f3f !important;
    display: block;
    font-size: 15px;
	font-weight:700;
    height: 55px;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
    line-height: 18px;
    overflow: hidden;
    text-decoration: none;
	margin:10px 0 5px;
}
.related_title:hover{
	color:#e82b2e !important;
}
.related_price{
	color: #e82b2e;
    display: block;
    font-size: 18px;
	font-weight:700;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	position:relative;
	top:5px;
}
#footer_section{
	background:#323232;
	padding:18px;
}
.footer_list{
	float:left;
	text-align:left;
}
.footer_list:nth-child(1){
	width:38%;
}
.footer_list:nth-child(2){
	width:26%;
}
.footer_list:nth-child(3){
	width:35%;
}
.footer_title{
	color:#ffffff;
	font-size:16px;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	padding:5px 0 0px;
}
.footer_subtitle{
	color:#ffffff;
	font-size:15px;
	font-weight:800;
	font-family: 'Open Sans', sans-serif;
	text-transform:capitalize;
	padding:6px 0 0px;
}
.footer_desc{
	color:#ffffff;
	font-size:15px;
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	padding:5px 0;
}
.footer_desc p{
	margin:5px 0;
}
#footer{
	background:#151515;
	padding:15px;
	text-align:left;
}
.footer_logo{
	display:inline-block;
}
.footer_logo img{
	border-right:1px solid #444444;
	padding:0 25px 0 15px;
	vertical-align:bottom;
}
#footer .footer_desc{
	display:inline-block;
	padding:0 0 0 15px;
	vertical-align:super;
}
/*** Common Style Ends ***/





/*** PC Styles Starts ***/
@media screen and (min-width:681px){

#mob_header{display:none;}

#storebg{
	width:968px;
	padding:6px;
	background:#ffffff;
}
#right_panel{
	float:right;
	width:738px;
	margin:0px 9px 0 18px;
}
#mob-slider input, #mob-controls{
	display:none;
}
#mob-slides ul{
	padding:0;
	margin:0;
}
#mob-slides ul li{
	list-style:none;
	width:210px;
	float:left;
	margin:0 12px;
}
/*** Bottom Tabs Starts ***/
.bottom_tabs {
	margin:14px auto 6px;
	border:1px solid #d0d0d0;
}
.tab_top {
    float: left;
    width: 190px;
    height: 255px;
}
.tab_title {
	color:#494949;
	display:block;
	float:left;
	cursor:pointer;
	width:190px;
	height:50px;
	font-family: 'Oswald', sans-serif;
	line-height:50px;
	text-transform:uppercase;
	font-weight: 700;
	text-align:left;
	padding:0 0 0 32px;
	border-bottom:1px solid #d0d0d0;
	border-right:1px solid #d0d0d0;
	font-size:16px;
	position:relative;
	background-color:#ffffff;
}
.tab5{
	border-bottom:none;
}
.tab_content {
    float: right;
    text-align: left;
    color:#3f3f3f;
	padding:10px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
    width:710px;
	height: 228px;
	overflow-y: scroll;
	background-color:#ffffff;
}
.mob_tab {
	display:none;
}
label.tab_title:hover {
	color:#e82b2e;
}
#tab1:checked ~ .tab_content #content1,
#tab2:checked ~ .tab_content #content2,
#tab3:checked ~ .tab_content #content3,
#tab4:checked ~ .tab_content #content4,
#tab5:checked ~ .tab_content #content5 {
	display:block;
}
#tab1:checked ~ .tab_top .tab1,
#tab2:checked ~ .tab_top .tab2,
#tab3:checked ~ .tab_top .tab3,
#tab4:checked ~ .tab_top .tab4,
#tab5:checked ~ .tab_top .tab5 {
	color:#e82b2e;
	border-right:1px solid #ffffff;
}
#left_panel{
	float:left;
	width:203px;
}
.panelbg{
	color:#e82b2e;
	background:#ffffff;
	font-size:16px;
	font-weight:700;
	font-family: 'Oswald', sans-serif;
	display:block;
	text-transform:uppercase;
	text-align:left;
	padding:8px 0 8px 12px;
	margin:12px 0 0 0;
	border:1px solid #d0d0d0;
}
.panel_list{
	margin:0px;
	padding:0px;
	width:201px;
	border:1px solid #d0d0d0;
	border-top:none;
}
.panel_list li{
	list-style-type:none;
}
.panel_list li a:link, .panel_list li a:active, .panel_list li a:visited{
	text-decoration:none;
	display:block;
	color:#595959;
	background:#ffffff;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
	text-align:left;
	padding:5px 5px 5px 16px;
	font-weight:400;
	text-transform:uppercase;
	word-wrap: break-word;
}
.panel_list li:first-child {
	padding:5px 0px 0px 0px;
}
.panel_list li:last-child {
	padding:0px 0px 5px 0px;
}
.panel_list li a:hover, .panel_list li a:focus{
	color:#ffffff;
	background:#e82b2e;
}
}
/*** PC Styles Ends ***/





/*** Mobile Styles Starts ***/
@media screen and (max-width:680px){
a img, div img, img, .video embed{
	max-width:100%;
}
a img, img {
	border:0;
}
a{
	text-decoration:none;
}
.main_bg {
	background:#ffffff;
}
#page{
	width:100%;
	margin:0px auto;
	padding:0px;
}



#header, #left_panel, .tab_top{display:none;}


.sub_title{
	padding:0px 5px;
}
#product_code_content{
	float:none;
	width:100%;
	padding:20px 0px;
	text-align:center;
}
#product_price_content{
	float:none;
	width:100%;
	line-height:32px;
	padding:0px;
	text-align:center;
}
.img_title{
	font-size:13px;
	line-height:18px;
	font-family: 'Oswald', sans-serif;
}
.thumb_img{
	width:95%;
	display:inline-block;
	margin:10px 5px;
}
.mob_thumb{
	width:95%;
}
.related_price{
	top:12px;
}

/**** Mobile Tab Starts ****/
.bottom_tabs {
	width:100%;
	margin:10px auto;
	padding:0%;
}
.mob_tab {
	display:block;
}
.tab_title {
	background:url(mobile/mob_tab_normal.jpg) no-repeat center right #ffffff;
	color: #181818;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	text-transform:uppercase;
	text-align:left;
	font-family: 'Oswald', sans-serif;
	margin:5px 0;
	padding:8px 0 8px 10px;
	display:block;
	cursor:pointer;
	border:1px solid #d0d0d0;
}
.tab_content {
	clear:both;
	font-size:13px;
	color:#3f3f3f;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	line-height:24px;
	word-wrap: break-all;
	font-weight:400;
}
.tab_content a{
	color:#1865f0;
	text-decoration:underline;
}
.tab_content a:hover{
	text-decoration:none;
}
.tab_content #content1,
.tab_content #content2,
.tab_content #content3,
.tab_content #content4,
.tab_content #content5{
	margin:0px;
	padding:8px 10px;
	background:#fff;
	border:1px solid #d0d0d0;
	border-top:none;
}
#mobtabs1:checked ~ .tab_content #content1,
#mobtabs2:checked ~ .tab_content #content2,
#mobtabs3:checked ~ .tab_content #content3,
#mobtabs4:checked ~ .tab_content #content4,
#mobtabs5:checked ~ .tab_content #content5{
	display:block;
}
#mobtabs1:checked ~ .tab_content .tab1,
#mobtabs2:checked ~ .tab_content .tab2,
#mobtabs3:checked ~ .tab_content .tab3,
#mobtabs4:checked ~ .tab_content .tab4,
#mobtabs5:checked ~ .tab_content .tab5{
	background:url(mobile/mob_tab_hover.jpg) no-repeat center right #ffffff;
	border:1px solid #d0d0d0;
	color:#e82b2e;
	margin-bottom:0;
}

.footer_list{
	float:none;
}
.footer_list:nth-child(1){
	width:98%;
}
.footer_list:nth-child(2){
	width:98%;
}
.footer_list:nth-child(3){
	width:98%;
}
#footer{
	text-align:center;
}
.footer_logo{
	display:block;
}
.footer_logo img{
	border-right:none;
}
#footer .footer_desc{
	display:block;
}


#mob-slider {
	background: transparent;
	text-align: center;
	margin: 10px auto;
	max-width: 220px;
	width: 220px;
	padding: 0;
	max-height:250px;
}
#mob-slides {
	position:relative;
	border:0px solid;
}
#mob-slider input {
	display: none;
}
#mob-slide1:checked ~ #mob-slides .mob-inner { margin-left:0; }
#mob-slide2:checked ~ #mob-slides .mob-inner { margin-left:-100%; }
#mob-slide3:checked ~ #mob-slides .mob-inner { margin-left:-200%; }
#mob-slide4:checked ~ #mob-slides .mob-inner { margin-left:-300%; }

#mob-overflow {
	width: 100%;
	overflow: hidden;
}
#mob-slides .mob-inner {
	width: 10000%;
	line-height: 0;
}
#mob-slides div ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#mob-slides div ul li{
	width: 220px;
	margin:0 auto;
	float: left;
	height:300px;
	position:relative;
}
#mob-slides #mob-controls label { 
	display: none;
	width:20px;
	height:34px;
	position:absolute;
	top:0px;
	bottom:0px;
	margin:auto;
	cursor: pointer;
	text-decoration: none;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(2),
#mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(3),
#mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(4),
#mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(1){
	background: url('mobile/arrow_right.jpg') no-repeat center top #ffffff;
	display: block;
	float: right;
	right:-25px;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(4),
#mob-slide2:checked ~ #mob-slides #mob-controls label:nth-child(1),
#mob-slide3:checked ~ #mob-slides #mob-controls label:nth-child(2),
#mob-slide4:checked ~ #mob-slides #mob-controls label:nth-child(3){
	background: url('mobile/arrow_left.jpg') no-repeat center top #ffffff;
	display: block;
	float: left;
	left:-25px;
}
/* Animation */
#mob-slides .mob-inner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	
	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
#mob-slider {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
#mob-controls label{
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
}
/*** Mobile Styles Ends ***/