@charset "utf-8";
/*** Common Styles Starts ***/
body{
	padding:0;
	margin:0;
}
@font-face {
font-family: "Ford Antenna Cond Light";
src: url("https://autonative.com/fonts/FordAntenna_Cond_Light/FordAntenna_Cond_Light.eot");
src: url("https://autonative.com/fonts/FordAntenna_Cond_Light/FordAntenna_Cond_Light.eot?#iefix") format("embedded-opentype"), url("https://autonative.com/fonts/FordAntenna_Cond_Light/FordAntenna_Cond_Light.woff2") format("woff2"), url("https://autonative.com/fonts/FordAntenna_Cond_Light/FordAntenna_Cond_Light.woff") format("woff"), url("https://autonative.com/fonts/FordAntenna_Cond_Light/FordAntenna_Cond_Light.ttf") format("truetype"), url("https://autonative.com/fonts/FordAntenna_Cond_Light/FordAntenna_Cond_Light.svg#Ford Antenna Cond Light") format("svg");
}
#dzine div,
#dzine table,
#dzine table td,
#dzine a,
#dzine span,
#dzine p,
#dzine li,
#dzine li a,
#dzine input,
#dzine select,
#design{
	font-family: "Ford Antenna Cond Light";
}
.cleaner{
	clear:both;
}
*{
	box-sizing:border-box;
}
.radioclk, .hide_images{
	display:none;
}
a, a:active, a:focus{
   outline: 0;
}
a.linkopac img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
	transition:all ease-in-out 0.2s;
}
a.linkopac:hover img{
	filter:alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6; 
}
a img, img{
	border: 0;
	vertical-align:middle;
}
a img, div img, img, .video embed{
	max-width:100%;
}
a{
	text-decoration: none;
}
.tab_content > #content1,
.tab_content > #content2,
.tab_content > #content3,
.tab_content > #content4,
.tab_content > #content5,
.tab_content > #content6,
.tab_content > #content7,
.tab_content > #content8{
	display:none;
}
.page_container{
    max-width: 980px;
}
/*** Common Styles Ends ***/

/*** Header Styles Starts ***/
.header_top{
    background: transparent url(headerbg.png);
    background-repeat: repeat-y ;
    height: 104px;
    background-size: cover;
}
.logo{
    float: left;
    padding: 24px 0;
}
.page_container::after{
    content: "";
    display: block;
    clear: both;
}
/*** Header Menu Style Starts ***/
#header_menu{
	background:#fff;
}
.header_menu{
	margin:0 auto;
	padding:0;
	position:relative;
}
.header_menu::after{
    content: "";
    display: block;
    clear: both;
}
.header_menu > li{
    float:left;
	list-style:none;
    position:relative;
}
.header_menu > li > a{
	display:block;
	color:#171B23;
	font-size:16px;
	padding: 11px 39px;
	font-weight:400;
    letter-spacing: 0.16px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	box-sizing: border-box;
	transition:all ease-in-out 0.2s;
}
.header_menu > li:first-child > a{
	padding-left:0px;
}
.header_menu > li:last-child > a{
    padding-right:0px;
}
.header_menu > li:hover > a{
	color:#F18A2D;
}

.main_container{
	box-shadow: 0px 0px 5px rgb(0,0,0,0.25);
}
/*** Desktop Image Style Starts ***/
.desktopimg_title{
    background:#1C0000;
    color: #F18A2D;
    font-size: 32px;
	font-weight:500;
    padding: 24px;
	letter-spacing: 0.16px;
    text-align: center;
}
/*** Description Style Starts ***/
.desc_container{
    margin-top: 40px;
	background:#fef3ea;
}
.desc_title{
    background:#F18A2D;
    padding: 13px 24px 11px;
    color: #FFFFFF;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}
.desc{
	font-size:16px;
	color:#1C0000;
	text-align:left;
	padding:16px 24px 24px 24px;
	word-wrap: break-word;
	font-weight:500;
	text-decoration:none;
}
.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:0px;
	padding:0px;
}
.desc ol li, .tab_content ol li{
	margin:0px 0 0px 30px;
	line-height:24px;
}
.desc ul li, .tab_content ul li{
	margin:0px 0 0px 30px;
	list-style: none;
	line-height:24px;
}
.desc ul li:before, .tab_content ul li:before{
	content: "";
    display: block;
    position: relative;
    width: 8px;
    height: 8px;
    left: -20px;
    top: 16px;
    background: #1C0000;
    border-radius: 10px;
}
.desc img, .tab_content img{
	width:auto;
	height:auto;
	max-width:95%;
}
.desc table, .tab_content table{
	width:100%;
	border-collapse:collapse;
}
.desc table td, .tab_content table td{
	font-size:16px;
	color:#1C0000;
	text-align:left;
	word-wrap: break-word;
	font-weight:500;
	padding:8px;
	border:1px solid #e0e0e0;
}
.specs_title{
    color: #1C0000;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
	padding-left:24px;
}
.specs_sectn{
	padding:8px 0;
}
.specs_sectn_title{
	font-size:16px;
	color:#1C0000;
	word-wrap: break-word;
	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
	min-width:250px;
	padding-right:20px;
	position:relative;
}
.specs_sectn_title:after{
	content:':';
	display:block;
	position:absolute;
	font-size:14px;
	color:#1c0000;
	right:0px;
	top:0px;
	margin-right:15px;
}
.specs_sectn_text{
	font-size:14px;
	color:#1C0000;
	word-wrap: break-word;
	font-weight:normal;
	display:inline-block;
}

/*** Featured Categories Style Starts ***/
.featured_categories{
    margin-top: 40px;
    width: 100%;
}
.fea_title{
    font-size: 24px;
    text-align: left;
    color: black;
    font-weight: 600;
    padding-bottom: 8px;
    border-bottom: 1px solid #F18A2D;
}
.fea_cat{
    width: 100%;
}
.fea_cat a{
	float: left;
    width: 32%;
    background:#024466;
    border-top: 5px solid #F18A2D;
    margin: 2% 2% 0 0;
	padding:12px 0 28px;
	text-align:center;
	position: relative;
	transition:all ease-in-out 0.2s;
}
.fea_cat a.cat_03, .fea_cat a.cat_06{
	margin-right:0;
}
.fea_cat::after{
    content: "";
    display: block;
    clear: both;
}
.fea_cat a:hover{
    border-top: 5px solid #00263D;
    background: #F18A2D;
}
.cat_img{
	margin-bottom:20px;
}
.cat_title{
    color: #FFFFFD;
    font-size: 19px;
	width:100%;
	
    position: absolute;
    bottom: 20px;
}

/*** Similar Item Style Starts ***/
.item_categories{
    width: 100%;
}
.item_title{
    text-align: left;
    color: #000000;
    font-size: 24px;
	font-weight:600;
    padding-bottom: 8px;
    border-bottom: 1px solid #F18A2D;
}
.item_cat{
    padding-top: 12px;
    width: 100%;
    padding-bottom: 40px;
}
.item_cat a{
    display: block;
	float: left;
    width: 23.5%;
    margin-right: 2%;
    text-align: left;
}
.item_cat::after{
    content: "";
    display: block;
    clear: both;
}
.item_cat a:last-child{
    margin: 0;
}
.item_img{
    position: relative;
    min-height: 220px;
}
.item_img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.similar_item_title{
    color: #1C0000;
    padding-top: 15px;
	margin-bottom:10px;
    font-size: 16px;
    line-height: 24px;
	height:65px;
	overflow:hidden;
	transition:all ease-in-out 0.2s;
}
.item_cat a:hover div{
	color: #F18A2D;
}
.similar_item span{
    padding-top: 8px;
    font-size: 18px;
    color: #F18A2D;
    line-height: 24px;
}

/*** Footer Style Starts ***/
.footer{
    border-top: 2px solid #F18A2D;
}
.footer_left{
    float: left;
    padding: 32px 0;
}
.page_container::after{
    content: "";
    display: block;
    clear: both;
}
.footer_right{
    float: right;
}


@media screen and (max-width:990px){
.page_container{
	padding: 0 10px;
}
.header_menu > li{
	float:none;
	display:inline-block;
}
.header_menu > li > a{
	padding:11px 25px;
}
.header_menu > li:first-child > a{
	padding-left:25px;
}
.header_menu > li:last-child > a{
	padding-right:25px;
}
}


@media screen and (max-width:767px){
#header_menu{
	display: none;
}
.logo{
	float: none;
}
.storebg{
	margin-top: 20px;
}
.tab_title{
	font-size: 16px;
}
.desktopimg_title{
	font-size: 24px;
}
.desc{
	padding:16px;
}
}
  
 
@media screen and (min-width:641px){
.mobile_image{
	display:none;
}
/**** Pc Image Module Style Starts ****/
input[name='thumb_click']{
	display:none;
}
.desktop_image{
	width: 830px;
	margin: 0px auto;
	padding:20px 0 0;
	position:relative;
	background:#ffffff;
}
.pc_main_img{
	width:800px;
	height:650px;
	margin: 0 auto;
	display:inline-block;
	position:relative;
}
.pc_main_img div{
	display:none;
	text-align:center;
}
.pc_main_img div img{
	width:auto;
	height:auto;
	max-width:800px; /*Width of the Main image*/
	max-height:650px; /*Height of the Main image*/
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.pc_thumb_img{
	width: 600px;
	margin: 15px auto;
	text-align:center;
}
.pc_thumb_img label{
	display:inline-block;
	margin:3px;
	width:95px;
	height:95px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #dbdbdb;
	position:relative;
}
.pc_thumb_img label:hover{
	border:1px solid #F18A2D;
}
.pc_thumb_img label img{
	display: block;
	width:auto;
	height:auto;
	max-width:95px;
	max-height:95px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#thumb-id1:checked ~ .pc_thumb_img .thumb-id1,
#thumb-id2:checked ~ .pc_thumb_img .thumb-id2,
#thumb-id3:checked ~ .pc_thumb_img .thumb-id3,
#thumb-id4:checked ~ .pc_thumb_img .thumb-id4,
#thumb-id5:checked ~ .pc_thumb_img .thumb-id5,
#thumb-id6:checked ~ .pc_thumb_img .thumb-id6,
#thumb-id7:checked ~ .pc_thumb_img .thumb-id7,
#thumb-id8:checked ~ .pc_thumb_img .thumb-id8,
#thumb-id9:checked ~ .pc_thumb_img .thumb-id9,
#thumb-id10:checked ~ .pc_thumb_img .thumb-id10{
	border:1px solid #1C0000;
}
#thumb-id1:checked ~ .pc_main_img #pc_main_img1,
#thumb-id2:checked ~ .pc_main_img #pc_main_img2,
#thumb-id3:checked ~ .pc_main_img #pc_main_img3,
#thumb-id4:checked ~ .pc_main_img #pc_main_img4,
#thumb-id5:checked ~ .pc_main_img #pc_main_img5,
#thumb-id6:checked ~ .pc_main_img #pc_main_img6,
#thumb-id7:checked ~ .pc_main_img #pc_main_img7,
#thumb-id8:checked ~ .pc_main_img #pc_main_img8,
#thumb-id9:checked ~ .pc_main_img #pc_main_img9,
#thumb-id10:checked ~ .pc_main_img #pc_main_img10{
	display:block;
}
/*thumb image unbroken hide */
.pc_thumb_img label[rel=""],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE1}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE2}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE3}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE4}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE5}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE6}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE7}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE8}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE9}]"],
.pc_thumb_img label[rel="[{PRODUCT_IMAGE10}]"]{
	display: none !important;
}
/**** Bottom Tabs Style Starts ****/
.bottom_tab {
	margin:40px auto 40px;
	padding:0px 0px;
}
.contents p:first-child {
    margin-top: 0px;
}
.contents p:last-child {
    margin-bottom: 0px;
}
.tab_title{
	color: #1C0000;
	display:block;
	background:#FFDC00;
	float:left;
	cursor:pointer;
	text-align:center;
	margin-right:1%;
	padding:12px 0px;
	font-size: 20px;
	font-weight:600;
	width:13.4%;
	text-decoration: none;
	transition:all ease-in-out 0.2s;
}
.tab7{
	margin-right:0;
}
.tab_title:hover{
	background:#008CBA;
	color: #ffffff;
}
.tab_content{
	padding:20px 0px 0px;
	clear:both;
	text-align:left;
	color:#1C0000;
	font-size: 16px;
	font-weight:500;
	text-decoration: none;
	line-height:24px;
}
.mob_tab{
	display:none;
}
#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,
#tab6:checked ~ .tab_content #content6,
#tab7:checked ~ .tab_content #content7{
	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,
#tab6:checked ~ .tab_top .tab6,
#tab7:checked ~ .tab_top .tab7{
	background:#008CBA;
	color:#ffffff;
}
} 


@media screen and (min-width:641px) and (max-width:1010px){
.desktop_image{
	width:98%;
}
.pc_main_img {
    width: 100%;
}
.pc_main_img div img {
    max-width: 100%;
}
.pc_thumb_img {
    width:100%;
}
.tab_title{
	font-size:16px;
}
}
  
 
@media screen and (max-width:640px){
.tab_top{
	display:none;
}
.bottom_tab{
	width:100%;
	margin:10px auto;
	box-sizing:border-box;
}
.mob_tab {
	display:block;
}
.tab_title {
	color: #1C0000;
	background:#FFDC00;
	font-size: 16px;
	font-weight: 600;
	float:none;
	text-decoration: none;
	text-align:left;
	padding:12px 0 8px;
	margin-bottom: 3px;
	text-indent:12px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
}
.tab_title:after{
	content:"+";
	float:right;
	font-size:18px;
	margin-right:15px;
}
.tab_content {
	clear:both;
	font-size:16px;
	color:#1C0000;
	text-align:left;
	line-height:24px;
	word-wrap: break-word;
	font-weight:500;
}
.tab_content a{
	color:#1C0000;
}
.tab_content a:hover{
	text-decoration:none;
}
.tab_content #content1,
.tab_content #content2,
.tab_content #content3,
.tab_content #content4,
.tab_content #content5,
.tab_content #content6,
.tab_content #content7{
	margin:0px;
	padding:12px;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4,
#mobtab5:checked ~ .tab_content #content5,
#mobtab6:checked ~ .tab_content #content6,
#mobtab7:checked ~ .tab_content #content7{
	display:block;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab4:checked ~ .tab_content .tab4,
#mobtab5:checked ~ .tab_content .tab5,
#mobtab6:checked ~ .tab_content .tab6,
#mobtab7:checked ~ .tab_content .tab7{
	color: white;
	background: #008CBA;
}
#mobtab1:checked ~ .tab_content .tab1:after,
#mobtab2:checked ~ .tab_content .tab2:after,
#mobtab3:checked ~ .tab_content .tab3:after,
#mobtab4:checked ~ .tab_content .tab4:after,
#mobtab5:checked ~ .tab_content .tab5:after,
#mobtab6:checked ~ .tab_content .tab6:after,
#mobtab7:checked ~ .tab_content .tab7:after{
	content:"-";
	float:right;
	font-size:20px;
	color:white;
	margin-right:15px;
}
.featured_categories,.item_categories{
	display: none;
}
.storebg{
	margin-top: 20px;
}
.logo{
	float: none;
}
.footer_right{
	display: none;
}
.footer_left{
	float: none;
}
/**** Mobile Image Slider Starts ****/
.desktop_image{
	display:none;
}
#mob-slider {
	background: transparent;
	text-align: center;
	margin: 10px auto;
	max-width: 95%;
	width: auto;
	padding: 0;
	max-height:320px;
}
#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-slide5:checked ~ #mob-slides .mob-inner { margin-left:-400%; }
#mob-slide6:checked ~ #mob-slides .mob-inner { margin-left:-500%; }
#mob-slide7:checked ~ #mob-slides .mob-inner { margin-left:-600%; }
#mob-slide8:checked ~ #mob-slides .mob-inner { margin-left:-700%; }
#mob-slide9:checked ~ #mob-slides .mob-inner { margin-left:-800%; }
#mob-slide10:checked ~ #mob-slides .mob-inner { margin-left:-900%; }

#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: 1%;
	float: left;
	height:300px;
	position:relative;
}
#mob-slides div ul li img{
	/*width:100%;*/
	height:auto;
	max-width:100%;
	max-height:300px;
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
}
#mob-slides #mob-controls label { 
	display: none;
	width:20px;
	height:25px;
	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(5), 
#mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(6),
#mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(7),
#mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(8),
#mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(9),
#mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(10),
#mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(1){
	background: url('arrow_right.png') no-repeat center top;
	display: block;
	float: right;
	right:-10px;
}
#mob-slide1:checked ~ #mob-slides #mob-controls label:nth-child(10),
#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), 
#mob-slide5:checked ~ #mob-slides #mob-controls label:nth-child(4),
#mob-slide6:checked ~ #mob-slides #mob-controls label:nth-child(5),
#mob-slide7:checked ~ #mob-slides #mob-controls label:nth-child(6),
#mob-slide8:checked ~ #mob-slides #mob-controls label:nth-child(7),
#mob-slide9:checked ~ #mob-slides #mob-controls label:nth-child(8),
#mob-slide10:checked ~ #mob-slides #mob-controls label:nth-child(9){
	background: url('arrow_left.png') no-repeat center top;
	display: block;
	float: left;
	left:-10px;
}
#mob-slides ul li[rel=""], #mob-slides label[rel=""],
#mob-slides ul li[rel="[{PRODUCT_IMAGE1}]"], #mob-slides label[rel="[{PRODUCT_IMAGE1}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE2}]"], #mob-slides label[rel="[{PRODUCT_IMAGE2}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE3}]"], #mob-slides label[rel="[{PRODUCT_IMAGE3}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE4}]"], #mob-slides label[rel="[{PRODUCT_IMAGE4}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE5}]"], #mob-slides label[rel="[{PRODUCT_IMAGE5}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE6}]"], #mob-slides label[rel="[{PRODUCT_IMAGE6}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE7}]"], #mob-slides label[rel="[{PRODUCT_IMAGE7}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE8}]"], #mob-slides label[rel="[{PRODUCT_IMAGE8}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE9}]"], #mob-slides label[rel="[{PRODUCT_IMAGE9}]"],
#mob-slides ul li[rel="[{PRODUCT_IMAGE10}]"], #mob-slides label[rel="[{PRODUCT_IMAGE10}]"]{
	display:none !important;
}
/* 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;
}
}