@charset "utf-8";

body{
	margin:0;
	padding:0;
}
@font-face {
	font-family: "Ford Antenna Cond Light";
	src: url("https://www.dzine-hub.co.uk/clients/Autonative/1468.Rates_Ford/fonts/Ford Antenna_Cond_Light/Ford Antenna Cond Light.eot");
	src: url("https://www.dzine-hub.co.uk/clients/Autonative/1468.Rates_Ford/fonts/Ford Antenna_Cond_Light/Ford Antenna Cond Light.eot?#iefix") format("embedded-opentype"), url("https://www.dzine-hub.co.uk/clients/Autonative/1468.Rates_Ford/fonts/Ford Antenna_Cond_Light/Ford Antenna Cond Light.woff2") format("woff2"), url("https://www.dzine-hub.co.uk/clients/Autonative/1468.Rates_Ford/fonts/Ford Antenna_Cond_Light/Ford Antenna Cond Light.woff") format("woff"), url("https://www.dzine-hub.co.uk/clients/Autonative/1468.Rates_Ford/fonts/Ford Antenna_Cond_Light/Ford Antenna Cond Light.ttf") format("truetype"), url("https://www.dzine-hub.co.uk/clients/Autonative/1468.Rates_Ford/fonts/Ford Antenna_Cond_Light/Ford Antenna 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{
	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 img, img{
	border: 0;
	vertical-align:middle;
}
a img, div img, img, .video embed{
	max-width:100%;
}
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; 
}
.tab_content > #content1,
.tab_content > #content2,
.tab_content > #content3,
.tab_content > #content4,
.tab_content > #content5,
.tab_content > #content6,
.tab_content > #content7{
	display:none;
}
#design{
	padding-top:10px;
}
#design table{
	margin-top:10px;
}
#design table tr td, #design table tr td a:link, #design table tr td a:visited{
	color:#333333;
	font-family: "Ford Antenna Cond Light";
	font-size:13px;
	font-weight:600;
	text-decoration:none;
}
#design table tr td a:hover{
	text-decoration:underline;
	font-weight:normal;
}



.main_bg {
	background:#f4f4f4;
}
#header{
	height:156px;
	background:#ffffff;
}
.header_top{
	border-bottom:1px solid rgba(112,112,112,0.2);
}
.header_logos{
	padding:14px 0 25px;
}
.header_logos:after{
	content:'';
	display:table;
	clear:both;
}
.logo{
	float:left;
	width:167px;
}
.rates_logo{
	float:right;
	width:165px;
}
#header_menu input[type="checkbox"]{
    display: none;
}
.header_menu{
	margin:0;
	padding:0;
	position:relative;
	display:inline-block;
}
.header_menu > li{
	float:left;
	list-style:none;
	margin:0 10px;
}
.header_menu > li:first-child{
	margin-left:0px;
}
.header_menu > li:last-child{
	margin-right:0px;
}
.header_menu > li > a{
	display:block;
	color:#4D4D4D;
	font-size:14px;
	font-weight:500;
	padding:17px 25px 11px;
	text-decoration:none;
	text-align:center;
	position:relative;
	text-transform:uppercase;
	box-sizing: border-box;
	word-break: break-word;
	letter-spacing:0.14px;
	border-bottom:3px solid #ffffff;
}
.header_menu > li:first-child > a{
	padding:17px 25px 11px 3px;
}
.header_menu > li > a:before{
	content: '';
	position: absolute;
	border-right:1px solid #102B4E;
	border-bottom:1px solid #102B4E;
    width: 4px;
    height: 4px;
    right: 12px;
    margin-top: 8px;
	transform: translateY(-50%) rotate(45deg);
}
.header_menu > li:hover a{
	color:#102B4E;
	border-bottom:3px solid #102B4E;
}
.header_menu > li:hover > a:before{
	border-right:1px solid #102B4E;
	border-bottom:1px solid #102B4E;
}
/*** Dropdown Menu Starts ***/
.header_menu li:hover > ul, .header_menu li a:hover > ul{
	display:block;
}
.header_menu li ul, .header_menu li ul > li {
	margin:0px;
	padding:0px;
	list-style:none;
}
.header_menu li ul{
	display:none;
}
.header_menu li:hover > ul{
	position:absolute;
	width:230px;
	top:50px;
	z-index:999;
	padding:10px 0px;
	margin:0px;
	background:#ffffff;
	box-shadow:0 0px 10px rgba(0,0,0,0.10);
}
.header_menu li.menu4:hover > ul{
	width:460px;
}
.header_menu li.menu7:hover > ul{
	right:0px;
}
.header_menu li:hover > ul > li{
	float:none;
}
.header_menu li:hover > ul > li.submenu_title:before{
	content: '';
	position: absolute;
	border-right:1px solid #cf142b;
	border-bottom:1px solid #cf142b;
	width:5px;
	height:5px;
	left: 8px;
	margin-top:15px;
	transform: translateY(-50%) rotate(-45deg);
}
.header_menu li:hover > ul > li.submenu_title:hover:before{
	border-right:1px solid #ffc000;
	border-bottom:1px solid #ffc000;
}
.header_menu li:hover > ul > li:hover a{
	color:#523b71;
	background:#ffffff;
	border:none;
}
.header_menu li:hover > ul > li > .sub_level{
    display: block;
    background: #ffffff;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list{
	float:left;
    width: 230px;
	padding:0;
	position:relative;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul{
	display:block;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li.submenu_title:before{
	content: '';
	position: absolute;
	border-right:1px solid #468acf;
	border-bottom:1px solid #468acf;
	width:5px;
	height:5px;
	left: 8px;
	margin-top:15px;
	transform: translateY(-50%) rotate(-45deg);
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li.submenu_title:hover:before{
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li a{
	display:block;
	font-weight:500;
	color:#1e2a32;
	font-size:14px;
	text-decoration:none;
	text-align:left;
	border-bottom:none;
	box-sizing: border-box;
	padding:7px 0px 7px 16px;
	letter-spacing:0.14px;
	background:#ffffff;
	text-transform:none;
	border:none;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li.submenu_title a{
	padding:7px 0px 7px 22px;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li.submenu_title a{
	color:#468acf;
	font-size:15px;
	font-weight:600;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li a:hover{
	color:#ffffff;
	background:#102B4E;
}


#gallery_specs_content{
	padding-top:30px;
}
#gallery_specs_content:after{
	content:'';
	display:table;
	clear:both;
}
.gallery_content{
	float:left;
	width:65.5%;
}
.specs_content{
	float:right;
	width:32%;
	margin-left:2.5%;
	background:#ffffff;
	text-align:left;
}
.desc_content{
	float:none;
	width:100%;
	margin:25px 0 0;
	background:#ffffff;
	text-align:left;
}
.desc_content .specs_desc{
	height:auto;
	overflow-x: hidden;
    overflow-y: hidden;
}
.item_title{
	font-size:24px;
	color:#102B4E;
	font-weight:500;
	padding:0px 0px 15px;
	line-height:34px;
	letter-spacing:0.24px;
	text-transform:uppercase;
	text-align:left;
}
.specs_title{
	font-size:20px;
	color:#102B4E;
	font-weight:500;
	padding:20px 23px 12px;
	line-height:28px;
	text-transform:uppercase;
	letter-spacing:0.2px;
	border-bottom:1px solid rgba(112,112,112,0.2);
}
.desc{
	font-size:14px;
	color:#4D4D4D;
	padding:20px 24px 0;
	word-wrap: break-word;
	font-weight:normal;
	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:9px 0 9px 15px;
}
.desc ul li, .tab_content ul li{
	margin:9px 0 9px 15px;
	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: -16px;
	top: -1px;
	color: #1e2a32;
	font-size: 25px;
}
.tab_content ul li:before{
	top: 1px;
}
.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:14px;
	color:#4D4D4D;
	text-align:center;
	word-wrap: break-word;
	font-weight:normal;
	padding:8px 12px;
	border:1px solid #e0e0e0;
}
.specs_desc{
	padding:18px 23px 10px;
	letter-spacing:0.14px;
	height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.specs_sectn{
	margin-bottom:20px;
}
.specs_sectn_title{
	font-size:15px;
	color:#102B4E;
	word-wrap: break-word;
	font-weight:500;
	text-transform:uppercase;
}
.specs_sectn_text{
	font-size:14px;
	color:#4D4D4D;
	word-wrap: break-word;
	font-weight:normal;
}


#featured_cat_sectn{
	margin:25px 0;
}
.featured_cat_title{
	font-size:30px;
	color:#102B4E;
	font-weight:500;
	padding:20px 10px 32px;
	line-height:28px;
	text-align:center;
	letter-spacing:0.3px;
	text-transform:uppercase;
}
.fea_cat:after{
	content:'';
	display:table;
	clear:both;
}
.fea_cat_left{
	float:left;
	width:49.9%;
	margin-right:0.2%;
}
.fea_cat_right{
	float:right;
	width:49.9%;
}
.fea_cat a{
	text-decoration:none;
	display:block;
	position:relative;
	width:100%;
	margin-bottom:2px;
	overflow:hidden;
	transition: transform .3s ease;
}
.fea_cat a img{
	transition: 0.3s all ease-in-out;
}
.fea_cat a:hover img{
	transform: scale(1.07);
}
.fea_cat a span{
	position:relative;
	font-size:20px;
	color:#ffffff;
	text-align:left;
	margin-top:-53px;
	word-wrap: break-word;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:0.2px;
	text-decoration:none;
	display: block;
    width: 100%;
    padding: 14px 0 10px 20px;
	z-index: 1;
}
.fea_cat a span:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(1);
    transform-origin: bottom center;
    background:#102B4E;
    z-index: -1;
    transition: transform 0.3s;
}


.footer{
	padding:18px 0;
	background:url(footer_bg.jpg) #01253d;
	background-repeat:no-repeat;
	background-position:center right;
	text-align:left;
}
.footer img{
	margin:0 auto;
	width:165px;
	border:2px solid #fff;
}



/*** PC Styles Starts ***/
@media screen and (min-width: 1031px){
.page_container{
	width:1000px;
	margin:0 auto;
}
}



@media screen and (max-width:1030px){
a img, div img, img, .video embed{
	max-width:100%;
}
.page_container{
	width:100%;
	padding:0 10px;
	box-sizing: border-box;
}
#header{
	height:auto;
}
.header_menu > li{
	float: none;
    display: inline-block;
}
.header_menu li:hover > ul{
	top:unset;
}
.header_menu li.menu7:hover > ul {
    right:unset;
}
}


@media screen and (max-width:1010px){
.specs_desc{
	height: 925px;
}
}



@media screen and (max-width:854px){
.specs_desc{
	height: 1035px;
}
}



@media screen and (min-width:930px) and (max-width:1030px){
.header_menu li.menu5:hover > ul {
    right:0px;
}
}



@media screen and (max-width:850px){
.logo{
	float:none;
	display:inline-block;
}
.rates_logo{
	float:right;
}
.header_logos {
    padding: 14px 0 15px;
}
.item_title{
	font-size:22px;
	line-height:normal;
}
#gallery_specs_content{
	padding-top:20px;
}
#header_menu .menu-icon{
    cursor:pointer;
    display:inline-block;
    float:left;
    padding: 15px 8px;
    margin:-70px 0px 0 0px;
    position: relative;
    user-select: none;
	width:41px;
}
#header_menu .menu-icon .navicon{
    background: #102B4E;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px;
}
#header_menu .menu-icon .navicon:before, #header_menu .menu-icon .navicon:after{
    background:#102B4E;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
#header_menu .menu-icon .navicon:before{
    top: 7px;
}
#header_menu .menu-icon .navicon:after{
    top: -7px;
}
#header_menu .menu-btn:checked ~ .menu-icon .navicon{
    background: transparent;
}
#header_menu .menu-btn:checked ~ .menu-icon .navicon:before{
    transform: rotate(-45deg);
    top: 0px;
}
#header_menu .menu-btn:checked ~ .menu-icon .navicon:after{
    transform: rotate(45deg);
    top:0px;
}
#header_menu{	
    background: transparent;
    height: auto;
    position: relative;
    z-index: 999;
}
ul.header_menu{
	display:none;
}
ul.header_menu{
	background:#ffffff;
}
#header_menu .menu-btn:checked ~ ul.header_menu{
	display: inline-block;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
}
ul.header_menu li{
	float:none;
	width: 100% !important;
	padding: 0px !important;
	margin:0;
	position: unset;
	display:block;
}
ul.header_menu li a{
	font-size:15px;
	text-align:left;
	border-top:none;
	border-bottom: 2px solid rgba(112,112,112,0.2);
}
.header_menu > li > a, .header_menu > li:first-child > a{
    padding: 14px 0 10px;
}
ul.header_menu li a:hover{
	color:#102B4E;
	border-top:none;
	border-bottom: 2px solid rgba(16,43,78,1);
}
.header_menu > li > a:before{
	height:0px;
	width:0px;
	display:none;
}
.header_menu li:hover > ul{
	display:none;
}
}



@media screen and (max-width:768px){
#gallery_specs_content{
	padding-top: 20px;
}
.gallery_content{
	float:none;
	width:100%;
}
.specs_content{
	float:none;
	width:100%;
	margin-left:0%;
}
.item_title{
	text-align:center;
}
.specs_desc{
	height:auto;
	overflow-y: hidden;
}
}




@media screen and (min-width:641px){
.mobile_image{
	display:none;
}
/**** Pc Image Module Style Starts ****/
input[name='thumb_click'] {
	display:none;
}
.desktop_image {
	width: 655px;
	margin: 0px auto;
	padding:10px 0 0;
	position:relative;
}
.pc_main_img {
	width:520px;
	height:570px;
	margin: 0 auto;
	display:inline-block;
	position:relative;
	background:#ffffff;
	float:right;
}
.pc_main_img div {
	display:none;
	text-align:center;
}
.pc_main_img div img {
	width:auto;
	height:auto;
	max-width:520px; /*Width of the Main image*/
	max-height:570px; /*Height of the Main image*/
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.pc_thumb_img{
	width: 125px;
	height: 570px;
	float:left;
	margin: 0px auto;
	text-align:center;
    overflow-y: scroll;
    overflow-x: hidden;
}
.pc_thumb_img label{
	display:inline-block;
	margin:5px;
	width:102px;
	height:102px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #cccccc;
	position:relative;
	background:#ffffff;
}
.pc_thumb_img label:first-child{
	margin-top:0px;
}
.pc_thumb_img label:hover{
	border:1px solid #3075ba;
}
.pc_thumb_img label img{
	display: block;
	width:auto;
	height:auto;
	max-width:102px;
	max-height:102px;
	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 #102B4E;
}
#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 25px;
	width:94%;
}
.tab_title{
	color: #102B4E;
	display:inline-block;
	cursor:pointer;
	text-align:center;
	margin:0px;
	padding:18px 24px 12px;
	font-size: 15px;
	font-weight:500;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing:0.14px;
	border-bottom:3px solid #01253d;
	transition-property: border-color;
    transition-duration: .5s;
	position:relative;
}
.tab_title:after{
	content:"";
	position:absolute;
	display:block;
	height:3px;
	background:#01253d;
	width:3px;
	right:-3px;
	bottom:-3px;
}
.tab_title:hover{
	border-bottom:3px solid #c8c8c8;
	transition: 0.25s ease;
}
.tab_content{
	padding:32px 0px 20px;
	clear:both;
	text-align:left;
	color:#4D4D4D;
	font-size: 14px;
	letter-spacing:0.14px;
	font-weight:500;
	text-decoration: none;
	line-height:26px;
}
.tab_content a{
	color:#102B4E;
	text-decoration:underline;
}
.tab_content a:hover{
	text-decoration:none;
}
.tab_content table tr td{
	text-align:left;
}
.tab_content table tr td:nth-child(2){
	text-align:center;
}
.tab_content table tr:nth-child(even){
	background:#fff;
}
.tab_content table tr:first-child{
	background:#102B4E;
}
.tab_content table tr:first-child td{
	color:#ffffff;
}
.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{
	color:#d4c11d;
	background:#01253d;
	border-bottom:3px solid #102B4E;
}
}



@media screen and (min-width:641px) and (max-width:1010px){
.desktop_image{
	width:98%;
}
.pc_main_img{
    width: 100%;
	float:none;
}
.pc_main_img div img{
    max-width: 100%;
}
.pc_thumb_img{
    width:100%;
	float:none;
	margin-top:10px;
	height:auto;
	overflow-y:unset;
}
.bottom_tab{
	width:100%;
}
.tab_title{
	padding:18px 28px 12px;
}
}



@media screen and (max-width:640px){
#header{
	box-shadow:0px 3px 6px #00000029;
}
.header_top{
	border-bottom:none;
}
#header_menu .menu-icon{
	margin:-60px 0px 0 0px;
}
.item_title{
	font-size:18px;
}
.specs_title{
	padding:12px 13px 10px;
	font-size:18px;
	line-height:normal;
}
.specs_desc{
	padding:12px 13px 10px;
}
#featured_cat_sectn{
	margin:5px 0;
}
.featured_cat_title{
	font-size:22px;
	padding:20px 10px;
	line-height:normal;
}
.fea_cat a span{
	font-size:18px;
	padding:8px 0 8px 12px;
	margin-top:-41px;
}
/**** Mobile Image Slider Starts ****/
.desktop_image{
	display:none;
}
#mob-slider {
	background: #ffffff;
	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;
}
/**** Mobile Tab Starts ****/
.tab_top{
	display:none;
}
.bottom_tab {
	width:100%;
	margin:15px auto 20px;
	padding:0;
}
.mob_tab {
	display:block;
}
.tab_title {
	background:#ffffff;
	color: #0d0e12;
	font-size: 15px;
	font-weight: 500;
	float:none;
	text-decoration: none;
	text-align:left;
	margin:8px 0;
	letter-spacing:0.14px;
	width:100%;
	text-transform:uppercase;
	letter-spacing:0.5px;
	padding:12px 0;
	text-indent:15px;
	display:block;
	cursor:pointer;
	border:1px solid #102B4E;
}
.tab_title:after{
	content:"+";
	float:right;
	font-size:18px;
	margin-right:15px;
}
.tab_content {
	clear:both;
	font-size:15px;
	color:#4D4D4D;
	text-align:left;
	line-height:26px;
	letter-spacing:0.14px;
	word-wrap: break-word;
	font-weight:normal;
}
.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,
.tab_content #content6,
.tab_content #content7{
	margin:0px;
	padding:15px 18px;
}
#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;
	border: 1px solid #102B4E;
	border-top:none;
}
#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{
	background: #102B4E;
    color: #ffffff;
	margin-bottom:0px;
}
#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:#ffffff;
	margin-right:15px;
}
}



@media screen and (max-width:550px){
.fea_cat_left{
	float:none;
	width:100%;
	margin-right:0%;
}
.fea_cat_right{
	float:none;
	width:100%;
}
}



@media screen and (max-width:480px){
.logo{
	width:100px;
}
.rates_logo{
	width:100px;
}
#header_menu .menu-icon{
	margin:-52px 0px 0 0px;
}
.header_top:after{
	content:'';
	display:table;
	clear:both;
}
.header_logos{
    width: 88%;
    float: right;
}
}