@charset "utf-8";

*{
	margin:0;
	padding:0;
}

@font-face {
	font-family:'GothamBook';
	src:url('fonts/Gotham-Book.eot');
	src:url('fonts/Gotham-Book.eot?#iefix')format('embedded-opentype'), url('fonts/Gotham-Book.woff')format('woff'), url('fonts/Gotham-Book.ttf')format('truetype');
	font-style:normal;
	font-weight:normal;
}
/*
@font-face {
	font-family: 'GothamBook';
	src:url('http://:/')format('NO-IE-404'),url('fonts/Gotham-Book.woff')format('woff'),url('Gotham-Book.ttf')format('truetype');
	font-style:normal;
	font-weight:normal;
}
*/

@font-face {
	font-family:'GothamBold';
	src:url('fonts/Gotham-Bold.eot');
	src:url('fonts/Gotham-Bold.eot?#iefix')format('embedded-opentype'), url('fonts/Gotham-Bold.woff')format('woff'), url('fonts/Gotham-Bold.ttf')format('truetype');
	font-style:normal;
	font-weight:normal;
}
/*
@font-face {
	font-family: 'GothamBold';
	src:url('http://:/')format('NO-IE-404'),url('fonts/Gotham-Bold.woff')format('woff'),url('Gotham-Bold.ttf')format('truetype');
	font-style:normal;
	font-weight:normal;
}
*/

@font-face {
	font-family:'GothamMedium';
	src:url('fonts/Gotham-Medium.eot');
	src:url('fonts/Gotham-Medium.eot?#iefix')format('embedded-opentype'), url('fonts/Gotham-Medium.woff')format('woff'), url('fonts/Gotham-Medium.ttf')format('truetype');
	font-style:normal;
	font-weight:normal;
}
/*
@font-face {
	font-family: 'GothamMedium';
	src:url('http://:/')format('NO-IE-404'),url('fonts/Gotham-Medium.woff')format('woff'),url('Gotham-Medium.ttf')format('truetype');
	font-style:normal;
	font-weight:normal;
}
*/

body{
	background: #fff;
	font-family: arial;
	font-size: 12px;
}

a{
	text-decoration: none;

}
a:focus, *:focus{
	outline: none
}

h1{
	font-size: 34px;
	font-family: GothamBold;
	color: #000;
}


/*Yorum Form*/
.yorumform{width:676px; height:570px; clear:both; position:relative; margin-bottom:30px; background:url("../images/yorumbg.png") no-repeat; left:0}
.text1{width:165px; height:30px; right:90px; top:91px; position:absolute; border:none; outline:none; background:none; color:#fff}
.text2{width:165px; height:30px; right:90px; top:151px; position:absolute; border:none; outline:none; background:none; color:#fff}
.text3{width:165px; height:30px; right:90px; top:211px; position:absolute; border:none; outline:none; background:none; color:#fff}
.text4{position:absolute; right:60px; height:160px; width:525px; top:270px; overflow: auto; background:none; resize:none; border:none; color:#fff; outline:none}
.yorumform button{width:167px; height:40px; cursor:pointer; position:absolute; bottom:80px; border:none; background:none; right:77px}

/*Sayfalama*/
.sayfalama{text-align:center; margin:10px auto -10px auto;}
.sayfalama ul{display:inline-block;}
.sayfalama ul li{background:url("../images/sayfalamaBg.png") no-repeat; float:left; width:117px; display:block; height:77px; margin-right:-65px; text-align:center;}
.sayfalama ul li span{width:40px; height:20px; display:block; top:28px; line-height:20px; position:relative; left:32px; text-align:center;}
.sayfalama ul li span a{color:#000; font-style:oblique; font-family:arial; font-weight:bold; font-size:20px}


/*Yorum Liste*/

.yorumliste ul li{width:250px; height:auto; margin-bottom:10px; display:inline-block; background:#000; padding-top:23px; padding-bottom:24px; padding-left:20px; padding-right:20px}
.yorumsol{width:297px; height:auto; float:left;}
.yorumresim{width:97px; height:94px; background:url("../images/yorumresimbg.png") no-repeat;}
.yorumresim img{position:relative; left:9px; top:11px}
.yorumbilgiler{text-align:center; padding-top:6px; font-family:tahoma; font-size:13px; font-weight:bold; clear:both; width:97px;}
.yorumbilgiler b{color:#D9341E;}

span.yorumtarih{display:block; text-align:right; font-weight:bold; font-size:11px}
/*İçerik Sağ*/
.iceriksag{width:310px; padding-top:21px; height:auto; float:right; margin-bottom:50px}
.iceriksag.singletop{width:310px; padding-top:0; height:auto; float:right;}
/*Sidebar Box*/
.box{width:310px; height:248px;}

.kategoriler{background:url("../images/kategoriler.png");}
.yorumlar{background:url("../images/sonyorumlar.png");}
.etiketler{background:url("../images/etiketler.png");}
ul.listele{width:237px; height:194px; padding:7px; position:relative; left:-16px; top:43px}
ul.listele li{width:222px; padding-left:5px; overflow:hidden; display:block; height:12px; padding-bottom:6px; padding-top:6px; border-bottom:1px solid #727374;}
ul.listele li a{color:#fff; font-family:arial; font-size:13px; font-weight:bold;}
ul.listele li.last{border:none}
#etiket{width:221px; height:178px; padding:15px; position:relative; left:24px; top:13px}
.etiketler a{display:inline-block; padding-left:3px; padding-right:3px; float:left; margin-right:4px; color:#d06608; font-family:arial; font-size:14px; font-weight:bold}
#red a{color:#d42a2a}
.yok{padding:10px; width:640px; height:35px; line-height:35px; background:#c1bfbf; border:1px solid #ddd; margin:3px 20px}








.header{
	background: url(../images/header_bg.png) center 0 repeat-x;
	min-height: 284px;
	width: 100%;
	float: left;
	position: fixed;
	z-index: 101;
	top: 0;
	-webkit-transition: all 500ms ease-out ;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}

.main_body{
	width: 1180px;
	margin: 0 auto;
	position: relative;
}

.header .logo{
	display: block;
	background: url(../images/header_spites.png) -41px 0 no-repeat;
	height: 160px;
	width: 540px;
	float: left;
	margin-top: 5px;
	-webkit-transition: all 500ms ease-out ;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}

.head_contact{
	background: url(../images/header_spites.png) -715px -8px no-repeat;
	height: 200px;
	width: 546px;
	margin-top: 5px;
	position: absolute;
	right: 80px;
	top: 4px;
	-webkit-transition: all 500ms ease-out ;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}
.head_contact a{
	display: block;
	float: left;
	background: rgba(0,0,0,0.0);
	height: 27px;
	width: 118px;
	margin: 111px 0 0 184px;
	border-radius: 6px;
	-webkit-transition: all 500ms ease-out ;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}
.head_contact a:hover{
	background: rgba(0,0,0,0.3);
}

.head_innlinks{
	width: 78px;
	position: absolute;
	left: 100%;
	-webkit-transition: all 500ms ease-out ;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}
.head_innlinks a{
	display: block;
	background: rgba(77, 77, 77, 1);
	height: 31px;
	width: 31px;
	position: relative;
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
	-webkit-transition: all 500ms ease-out ;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
	float: left;
	top:36px;
}
.head_innlinks a:hover, .head_innlinks a.current{
	background: #ac2716;
}
.head_innlinks a span{
	background: url(../images/header_spites.png) -52px -237px no-repeat;
	height: 11px;
	width: 11px;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
	-webkit-transition: all 500ms ease-out ;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
	position: absolute;
	top: 9px;
	left: 11px;
	opacity: 0.33
}
.head_innlinks a:hover span, .head_innlinks a.current span{
	opacity: 0.8
}
.head_innlinks a.contact{
	margin:0 0 0 11px;
}
.head_innlinks a.sitemap{
	margin:-10px 0 0 21px;
}
.head_innlinks a.contact span{
	background-position:-95px -237px;
}
.head_innlinks a.sitemap span{
	background-position: -139px -237px;
	height: 13px;
	width: 13px;
	top: 8px;
	left: 10px;
}

.head_menu{
	width: 100%;
	float: left;
	font-family: GothamBook;
	font-size: 14px;
	margin-top: -0;
	position: fixed;
	z-index: 101;
	top: 205px;
	-webkit-transition: all 500ms ease-out ;
    -moz-transition: all 500ms ease-out ;
    -o-transition: all 500ms ease-out ;
    transition: all 500ms ease-out ;
}
.head_menu .menu_bg{
	background: url(../images/header_spites.png) 0px -347px no-repeat;
	position: absolute;
	left: -210px;
	top: 0;
	height: 100px;
	width: 1216px;
}
.head_menu ul{
	position: relative;
	z-index: 1;
	width: auto;
	float: left;
	margin-left: 16px;
}
.head_menu ul li{
	display: inline-block;
	float: left;
}
.head_menu ul li a{
	position: relative;
	display: block;
	padding:0 15px;
	min-width: 56px;
	text-align: center;
	color: rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 24px;
	line-height: 50px;
	height: 50px;
	background: url(../images/menu_seprator.png) right center no-repeat;
}
.head_menu ul li#menu-item-34 a{
	width: 105px
}
.head_menu ul li:last-child a, .head_menu ul li a:hover{
	background:none;
}
.head_menu ul li a .menu_dot_bod{
	background: url(../images/header_spites.png) -744px -244px no-repeat;
	height: 26px;
	width: 1px;
	position: absolute;
	right: 0;
	top: 12px;
}
.head_menu ul li:last-child a .menu_dot_bod, .head_menu ul li a:hover .menu_dot_bod, .head_menu ul li.current a .menu_dot_bod{
	display:none;
}
.head_menu ul li a span{
	background: url(../images/hmenu_bg.png) center 0 no-repeat;
	position: absolute;
	top: -0;
	left: 0;
	width: 100%;
	height: 50px;
	display: none;
	z-index: -1;
}
.head_menu ul li a .l_shp{
	position: absolute;
	background: url(../images/header_spites.png) -452px -215px no-repeat;
	height: 70px;
	width: 10px;
	left: -7px;
	top: -7px;
	display: none;
}
.head_menu ul li a .r_shp{
	position: absolute;
	background: url(../images/header_spites.png) -472px -215px no-repeat;
	height: 70px;
	width: 10px;
	right: -7px;
	top: -7px;
	display: none;
}
.head_menu ul li a:hover span,
.head_menu ul li a:hover .l_shp,
.head_menu ul li a:hover .r_shp,
.head_menu ul li.current a span,
.head_menu ul li.current a .l_shp,
.head_menu ul li.current a .r_shp,
.head_menu ul li.current-menu-item a span,
.head_menu ul li.current-menu-item a .l_shp,
.head_menu ul li.current-menu-item a .r_shp
{
	display: block;
}
.head_menu ul li a:hover,
.head_menu ul li.current a,
.head_menu ul li.current-menu-item a{
	color: #fff
}

.fixed .afscr .header{
	min-height: inherit;
	height: 80px;
	z-index: 1001
}
.fixed .afscr .header .logo{
	-webkit-transform: scale(0.6);
	-moz-transform:    scale(0.6);
	-ms-transform:     scale(0.6);
	-o-transform:      scale(0.6);
	transform:         scale(0.6);
	margin: 10px 0 0 -124px;
	background-position: 0 -59px;
	height: 71px;
}
.fixed .afscr .header .head_contact{
	-webkit-transform: scale(0.6);
	-moz-transform:    scale(0.6);
	-ms-transform:     scale(0.6);
	-o-transform:      scale(0.6);
	transform:         scale(0.6);
	margin: -51px 0 0 0;
	right: 0;
}
.fixed .afscr .header .head_innlinks{
	margin-top: -18px;
}

.fixed .afscr .head_menu{
	top: 80px;
background: rgba(0,0,0,0.7);
height: 70px;
z-index: 1000
}

.hidden.visible{
	visibility: visible;
}

.fixed .afscr .head_menu ul{
	-webkit-transform: scale(0.8);
	-moz-transform:    scale(0.8);
	-ms-transform:     scale(0.8);
	-o-transform:      scale(0.8);
	transform:         scale(0.8);
	margin-left: 0;
	margin-top: -6px;

}
.fixed .afscr .head_menu ul li a{
	margin-top: 15px;
}
.fixed .afscr .head_menu .menu_bg{
	-webkit-transform: scale(0.7);
	-moz-transform:    scale(0.7);
	-ms-transform:     scale(0.7);
	-o-transform:      scale(0.7);
	transform:         scale(0.7);
top: -15px;
}


.home_banner{
	width: 1600px;
	margin: 0 auto;
	position: relative;
	/*z-index: 1;*/
	max-width: 100%;
	clear: both;
	/*top: -278px;*/
	margin-bottom: -365px
}
.royalSlider .royalSlide{
	z-index: 1
}


.royalCaptionItem .slider_btn{
	display: block;
	background: url(../images/slider_btn.png) no-repeat;
	height: 44px;
	width: 212px;
}
.royalCaptionItem .slider_btn:hover{
	opacity: 0.8
}

.home_banner .royalControlNavOverflow{
	background: url(../images/slider_design.png) no-repeat;
	width: 363px !important;
	height: 606px;
	top: 260px;
	right: 40px;
}
.royalSlider .royalControlNavContainer{
	top: 496px;
	right: -80px;
	left: inherit !important;
}

.hme_content{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 270px;
}

.wholesrap{
	background: #fff;
	float: left;
	width: 100%;
}

.hme_content .main_body{
	position: static;
}

.left_navigation{
	width:264px;
	float: left;
	/*position: relative;*/
	z-index: 100;
}
.cat_lst{
	width: 100%;
	float: left;
}
.cat_lst h3{
	font-family: GothamBold;
	font-size: 28.33px;
	color: #fff;
	position: relative;
	padding-left: 20px;
	margin-bottom: 7px;
	z-index: 990;

}
.cat_lst h3 span{
	background: url(../images/hm_l_bg.png) no-repeat;
	width: 299px;
	height: 237px;
	position: absolute;
	left: -41px;
	top: -59px;
	z-index: -1
}
.cat_lst ul{
	background: url(../images/lbar_bg.png) repeat-y;
	padding: 19px 0 20px;
	width: 100%;
	float: left;
	position: relative;;
	z-index: 991
}
.cat_lst ul li{
	display: block;
}
.cat_lst ul li a{
	float: left;
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	color: #fff;
	text-transform: uppercase;
	font:13px arial;
	height: 39px;
	padding:0 25px;
	line-height: 42px;
}
.cat_lst ul li a:hover,
.cat_lst ul li a.current{
	color: #33c0c3;
	background: #000 url(../images/lmenu_bult.png) 0 2px no-repeat;
	border-bottom: solid 1px #1a1a1a;
	padding-left: 40px;
	width: 100%
}
.cat_lst ul li:last-child a{
	border:none;
}
.cat_lst ul > li:nth-child(2){
	/*display: none;*/
}
.cat_lst ul > li .child ul > li:nth-child(2){
	display: block;
}

.l_spc{
	float: left;
	background: url(../images/header_spites.png) -15px -473px no-repeat;
	width: 276px;
	height: 397px;
	margin-left: -12px;
}
.page-template-page-templatestemplate-index-php .l_spc{
	background: url(../images/hm_l_spcbg.png) -3px 0 no-repeat;
}

.spc_caro_sl {
    float: right;
    padding: 0 29px 29px;
    width: 206px;
}
.spc_caro_sl ul.jcarousel-list{
	/*padding-left: 16px !important;*/
	/*width: 527px !important*/
}
.spc_caro_sl ul.jcarousel-list li{
	width: 206px !important;
	margin:0 !important;
}

.spc_caro_sl .jcarousel-skin-tango .jcarousel-clip-horizontal,
.spc_caro_sl .jcarousel-skin-tango .jcarousel-item{
	height: 88px;
}

.spc_caro_sl #bullets {
	text-align: center;
    width: auto;
	float: right;
	margin: -347px -8px 0 0;
}

.spc_caro_sl #bullets a {
   	font-size: 75%;
	text-decoration: none;
	padding: 0 5px;
	margin: 0 -7px 4px 0;
	color: #eee;
	background: url(../images/bot_sl_bult.png) no-repeat;
	font-weight: bold;
	text-indent: -99999px;
	position: relative;
	width: 11px;
	height: 12px;
	display: inline-block;
}
.spc_caro_sl #bullets a.active, .hm_pat_box #bullets a:hover{
	background-position: 0 -12px;
}

.spc_caro_sl #bullets a:focus,
.spc_caro_sl #bullets a:active {
    outline: none;
}



.spc_caro_sl #slideshow{
	width: 206px;
	
	padding-top:0;
}

.spc_caro_sl #slideshow .jcarousel-container{
	width: 100%;
	overflow: hidden;
}
.spc_caro_sl #slideshow .jcarousel-container ul{
	
}

.prod_box{
	width: 100%;
	float: left;
	position: relative;
}
.prod_box > a{
	float: left;
	height: 184px;
	background: #f2f2f2;
	display: table;
}
.owl-item .prod_box > a{
	background: none;
	height: auto;
	float: none;
}
.prod_box > a img{
	display: table-cell;
	vertical-align: middle;
}
.prod_box img{
	max-width: 100%;
	max-height: 181px;
}
.prod_box span.poa{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/header_spites.png) -675px -234px no-repeat;
	height: 21px;
	width: 41px;
}
.prod_box .prod_title{
	background: url(../images/header_spites.png) -375px -827px no-repeat;
	float: left;
	width: 206px;
	height: 42px;
	font-family: GothamBook;
	color: #fff;
	font-size: 11.7px;
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table;
	line-height: 16px;
}
.prod_box .prod_title p{
	display: table-cell;
	vertical-align: middle;
	height: 32px;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}

.prod_box .prod_title a{
	color: #fff;
}

.prod_box .prod_btn{
	background: #2c2e32;
	height: 70px;
	width: 100%;
	float: left;
}
.prod_box .prod_btn a{
	display: block;
	float: left;
	height: 30px;
	width: 166px;
	background: url(../images/header_spites.png) -675px -275px no-repeat;
	margin: 20px 0 0 20px;
}
.prod_box .prod_btn a:hover{
	opacity: 0.8
}



.right_body{
	width: 916px;
	float: right;
	padding-top: 50px;
	position: relative;
	z-index: 99
}

.right_body h2{
	font-size: 21px;
	color: #ce1d1b;
	font-family: GothamBold;
	border-bottom: solid 1px #ccc;
	padding:0 0 11px 19px;
	font-weight: normal;
	margin-bottom: 9px;
}
.right_body h2 span{
	color: #1d1d1d;
	font-family: GothamBook;
}
.right_body h2 i{
	background: url(../images/header_spites.png) -747px -234px no-repeat;
	height: 19px;
	width: 22px;
	display: inline-block;
	margin: 2px 8px 0 0;
	float: left;
}

.content_box{
	padding:0 19px 0 24px;
	float: left;
	background: #fff;
	width: 874px;
}

.breadcumbs_row{
	width: 100%;
	float: left;
	border-bottom: solid 1px #e3e3e3;
	height: 41px;
}

.breadcumbs{
	width: auto;
	float: left;
	font:12px arial;
	color: #f32a0c;
	margin-top: 14px;
}
.breadcumbs a{
	width: auto;
	float: left;
	display: inline-block;
	margin-right: 8px;
}
.breadcumbs a.br_home{
	color: #f32a0c;
	position: relative;
	
}
.breadcumbs a:hover{
	color: #f32a0c;
}
.breadcumbs a > span{
	color: #f32a0c;
	}
.breadcumbs a{
	background: url(../images/breadcum_ico.jpg) right center no-repeat;
	padding-right: 10px;
	color: #7d7d7d;
}
.breadcumbs a:last-child{
	background: none;
}
.breadcumbs a i{
	display: inline-block;
	float: left;
	background: url(../images/header_spites.png) -796px -240px no-repeat;
	height: 10px;
	width: 13px;
	margin: 1px 6px 0 0;
}
.breadcumbs a.br_home span{
	border-bottom: solid 1px #bcbcbc;
	padding-bottom: 13px;
}
.breadcumbs > span {
border-bottom: solid 1px #bcbcbc;
padding-bottom: 13px;
}



.search_box{
	float: right;
	width: auto;
	position: relative;
	z-index: 101
}
.search_box label{
	float: left;
	font:13px arial;
	color: rgba(0,0,0,0.55);
	margin-right: 19px;
	line-height: 30px;
}
.search_box input{
	float: left;
	width: 136px;
	border:solid 1px #cfcfcf;
	border-right: none;
	height: 30px;
	padding:0 13px;
	font:12px arial;
	color: rgba(0,0,0,0.5);
}
.search_box input.submit_btn{
	cursor: pointer;
	border: none;
	background: url(../images/header_spites.png) -323px -837px no-repeat;
	width: 40px;
	height: 33px;
	padding: 0;
	text-indent: -99999px;
}
.search_box input.submit_btn:hover{
	opacity: 0.8
}

.prod_list_box{
	width: 100%;
	float: left;
	margin-top: 7px;
	background: #fff
}

.prod_list_box ul{
	width: 100%;
	float: left;
	
}
.page-template-page-templatestemplate-vehiclestock-php .prod_list_box ul{
	min-height: 1002px;
}
.prod_list_box ul li{
	display: inline-block !important;
	float: left;
	width: 204px;
	margin-right: 19px;
	margin-bottom: 15px;

}
.prod_list_box ul li:nth-child(4n){
	margin-right: 0;
}
.prod_list_box ul li .prod_box{
	width: 204px;
	border:solid 1px #dddcd9;
}
.prod_list_box ul li .prod_box .prod_title{
	background: #fff;
	color: #4e4e4e;
	width: 204px;
}
.prod_list_box ul li .prod_box .prod_title a{
	color: #4e4e4e;
}
.prod_list_box ul li .prod_box .prod_btn{
	background: #e8e8e6
}
.prod_list_box ul li .prod_box .prod_btn a{
	background-position: -871px -285px;
	height: 31px;
}
.prod_list_box ul li .prod_box span.poa{
	background-position: 0 -270px;
	width: 73px;
	height: 34px;
}

.prod_list_box ul li:hover .prod_btn{
	background: #e0dfdc;
}
.prod_list_box ul li:hover .prod_box{
	border-color:#e0dedc;
}

.show_more_ox{
	width: 885px;
	float: left;
	height: 48px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 15px;
}
.l_lin{
	width: 321px;
	float: left;
	height: 1px;
	background: #b7b7b7;
	margin-top: 22px;
}
.r_lin{
	width: 321px;
	float: right;
	height: 1px;
	background: url(../images/more_r_span.jpg) no-repeat;
	margin-top: 22px;
}
a.shomore_btn{
	display: inline-block;
	background: url(../images/header_spites.png) -322px -764px no-repeat;
	width: 174px;
	height: 46px;
	position: relative;
	left: -6px;
}
a.shomore_btn img{
	display: none;
}
a.shomore_btn.loading img{
	display: block;
}
a.shomore_btn:hover{
	opacity: 0.8
}

.hm_bg_one{
	background: #e6e6e6;
	height: 396px;
	width: 50%;
	position: absolute;
	left: 0;
	top: 440px;
	z-index: -1
}
.hm_bg_one{
	background: #e6e6e6;
	height: 396px;
	width: 50%;
	position: absolute;
	left: 0;
	top: inherit;
}
.innerpage .hm_bg_one{
	top: 439px
}
.page-template-page-templatestemplate-vehiclestock-php .hm_bg_one{
	top: 476px;
	display: none;
	height: 397px;
}
.page-template-page-templatestemplate-vehiclestock-php .l_spc .hm_bg_one{
	display: block;
	margin-top: -40px;
}
.page-template-page-templatestemplate-vehiclestock-php.tax-car-brand .l_spc .hm_bg_one{
	margin: 0;
	top: inherit;
}
.page-template-page-templatestemplate-vehiclestock-php.tax-car-brand .content_box{
	min-height: 1372px;
}
.hm_bg_two{
	background: #7e7e82;
	height: 276px;
	width: 50%;
	position: absolute;
	left: 0;
	top: inherit;
	z-index: -1
}

.page-template-page-templatestemplate-vehiclestock-php .hm_bg_two{
	top: inherit;
	display: none
}
.page-template-page-templatestemplate-vehiclestock-php .bot_con .hm_bg_two{
	display: block;
}
.hm_bg_three{
	background: #4c4c4c;
	height: 276px;
	width: 50%;
	position: absolute;
	right: 0;
	top: inherit;
	z-index: -1
}
.page-template-page-templatestemplate-vehiclestock-php .hm_bg_three{
	display: none;
}

.bot_row{
	width: 100%;
	float: left;
	/*position: relative;*/
}
.bot_row .owl-carousel.hmab{
	margin: 0;
	background: #fff;
}
.bot_row .owl-carousel.hmab .owl-item img{
	width: auto;
	display: inherit;
}
.bot_row_shad{
	background: url(../images/botrow_shad.jpg) no-repeat;
	position: absolute;
	right: 100%;
	top: 0;
	width: 106px;
	height: 380px;
}

.bot_con{
	background: url(../images/bot_con_bg.jpg) repeat-x;
	float: left;
	width: 263px;
	height: 276px;
	/*position: relative;*/
}
.page-template-page-templatestemplate-vehiclestock-php .bot_con{
	width: 264px;
}
.bot_con a{
	background: rgba(0,0,0,0.0);
	display: block;
	float: left;
	width: 194px;
	height: 37px;
	margin: 168px 0 0 34px;
}
.bot_con a:hover{
	background: rgba(0,0,0,0.3);
}

.bot_abko{
	background: url(../images/bot_ab.jpg) no-repeat;
	float: left;
	width: 548px;
	height: 410px;
}
.bot_abko a{
	background: url(../images/ab.png) no-repeat;
	display: block;
	float: left;
	width: 258px;
	height: 55px;
	margin: 76px 0 0 241px;
}
.bot_abko a:hover{
	opacity: 0.8
}

.bot_ab_cont{
	float: left;
	width: 310px;
	height: 268px;
	background: url(../images/bot_ab_cont_bg.jpg) no-repeat;
	position: relative;
	padding:91px 29px 0 30px;
	text-align: center;
	position: relative;
}
.bot_ab_cont_des{
	position: absolute;
	background: url(../images/bot_ab_des.jpg) no-repeat;
	height: 45px;
	width: 9px;
	right: -3px;
	top: -45px;
	z-index: 100;
}

.bot_ab_cont p{
	font:13px arial;
	color: rgba(0,0,0,0.6);
	line-height: 15px;
	letter-spacing: -0.25px;
	
	margin-bottom: 13px;
}
.bot_ab_cont p.wbod{
	padding:0;
	border: none;
	padding-bottom: 17px;
	border-bottom: solid 1px #c5c5c5;
}
.bot_ab_cont img{
	float: left;
}

.bot_ab_cont a.rmore{
	background: rgba(0,0,0,0.0);
	display: block;
	float: left;
	bottom: 21px;
	left: 62px;
	height: 43px;
	width: 239px;
	position: absolute;
	cursor: pointer;
}
.bot_ab_cont a.rmore:hover{
	background: rgba(0,0,0,0.6);
}

.footer{
	width: 100%;
	float: left;
	background: #000 url(../images/footer_bg.jpg) center 0 no-repeat;
	height: 228px;
	position: relative;
}

.foot_copyright{
	float: right;
	width: 529px;
	height: 50px;
	background: url(../images/foot_copy.jpg) no-repeat;
	margin-right: -160px;
	margin-top: 6px
}
.foot_copyright a{
	float: right;
	height: 18px;
	width: 184px;
	background: rgba(0,0,0,0.0);
	display: block;
	margin: 15px 178px 0 0;
}
.foot_copyright a:hover{
	background: rgba(0,0,0,0.2);
}

.foot_social{
	float: left;
	width: auto;
	margin: 113px 0 0 37px;
}
.foot_social a{
	float: left;
	display: inline-block;
	background: rgba(0,0,0,0.0);
	height: 28px;
	width: 28px;
	margin-right: 24px;
}
.foot_social a:hover{
	background: rgba(0,0,0,0.4);
}

.footer_menu{
	width: auto;
	float: left;
	margin: 65px 0 0 54px;
letter-spacing: -0.2px;
}
.footer_menu ul li{
	display: inline-block;
	float: left;
}
.footer_menu ul li a{
	color: #fff;
	font:11.5px arial;

}
.footer_menu ul li a:hover{
	color:#f91a17;
}

a.bkt_bt{
	display: block;
	background: url(../images/bkto.jpg) no-repeat;
	height: 50px;
	width: 50px;
	right: 0;
	bottom: 100%;
	position: absolute;
	z-index: 99
}


.innerpage .menu_bg,
.page-template-page-templatestemplate-vehiclestock-php .menu_bg{
	background: url(../images/innermenu_bg.png) no-repeat;
	left: -30px;
}
.innerpage .head_menu,
.page-template-page-templatestemplate-vehiclestock-php .head_menu{
	top:175px;
}
.innerpage .head_menu ul li a,
.page-template-page-templatestemplate-vehiclestock-php .head_menu ul li a{
	margin-top: 14px
}
.fixed.innerpage .afscr .head_menu .menu_bg,
.page-template-page-templatestemplate-vehiclestock-php .afscr .head_menu .menu_bg{
	top:-7px;
}
.innerpage .cat_lst h3 span,
.page-template-page-templatestemplate-vehiclestock-php .cat_lst h3 span{
	background: url(../images/ab_hm_l_bg.png) no-repeat;
	left: -69px;
	top: -88px;
	width: 340px;
}
.innerpage .hme_content,
.page-template-page-templatestemplate-vehiclestock-php .hme_content{
	margin-top: 60px;	
}
.innerpage .cat_lst h3,
.page-template-page-templatestemplate-vehiclestock-php .cat_lst h3{
	font-size: 26.33px;
	padding-left: 33px;
	text-transform: uppercase;
	letter-spacing: -1.5px;
}
.l_contact{
	background: #090909 url(../images/lcon_bg.jpg) 32px 50px no-repeat;
	float: left;
	width: 100%;
	height: 261px;
}
.l_contact h3{
	background: url(../images/ab_r_con_tit.jpg) no-repeat;
	height: 42px;
	margin-left: -13px;
	margin-top: 8px;
}
.l_contact p{
	width: 209px;
	text-align: center;
	font:12px arial;
	color: #977681;
	letter-spacing: -0.8px;
	margin:21px 0 0 39px;
	line-height: 19px;
}
.l_contact p strong{
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	letter-spacing: -0.5px;
}
.l_contact p span{
	font-size: 23px;
	color: #585555;
	letter-spacing: -1.2px;
}
.l_contact p.cont_nm{
	margin-top: 34px;
	height: 77px;
}
.l_contact > span{
	border-top: solid 1px #272727;
	height: 1px;
	width: 100%;
	float: left;
}
.contact .l_contact p{
	font-weight: bold;
	font-size: 15px;
	margin-left: 50px;
}
.l_map{
	background: url(../images/inn_mp_bg.jpg) no-repeat;
	float: left;
	width: 100%;
	height: 299px;
}
.l_map a{
	background: rgba(0,0,0,0.0);
	display: block;
	float: right;
	width: 175px;
	height: 39px;
	margin: 198px 0 0 0;
}
.l_map a:hover{
	background: rgba(0,0,0,0.3);
}
.l_contact .br_line{
	border-top: solid 1px #272727;
	height: 1px;
	width: 100%;
	float: left;
}
.innerpage .right_body h2{
	margin-bottom: 0
}
.innerpage .right_body h2 i{
	background: url(../images/ab_ico.png) no-repeat;
	height: 24px;
	margin-right: 9px;
}

.innerpage .content_box{
	width: 915px;
	padding:0;
}
.innerpage .ab_b_img{
	background: url(../images/bot_ab.jpg) no-repeat;
	float: left;
	width: 548px;
	height: 410px;
}
.innerpage .ab_b_img span{
	background: url(../images/ab.png) no-repeat;
	display: block;
	float: left;
	width: 258px;
	height: 55px;
	margin: 76px 0 0 241px;
}

.ab_lcont{
	width: 308px;
	float: right;
	min-height: 2px;
	padding:22px 29px 0 30px;
	text-align: center;
}
.ab_lcont > img{
	margin-bottom: 28px;
}
.ab_lcont p{
	font:13px arial;
	color: rgba(0,0,0,0.6);
	margin-bottom: 12px;
	letter-spacing: -0.4px
}
.ab_lcont p.wbod{
	border-bottom: solid 1px #c7c7c7;
	padding-bottom: 16px;
}

.row{
	width: 100%;
	float: left;
}
.ab_l_cont{
	width: 462px;
	float: left;
	padding: 0 46px 0 40px;
	text-align: center;
	font:12px arial;
	color: #5d5c5c;
	line-height: 15px;
}
.ab_l_cont p{
	margin-bottom: 35px;
	letter-spacing: -0.3px;
}
.ab_l_cont p strong{
	text-transform: uppercase;
	color: #666;
	letter-spacing: -0.4px;
	margin-bottom: 12px;
	float: left;
	width: 100%;
	text-align: center;
}
.cont_ab_bot{
	background: url(../images/cont_bot.jpg) no-repeat;
	height: 101px;
	width: 548px;
	float: left;
	margin: 20px 0 0 -40px;
}
img.ab_img{
	float: right;
	margin:-61px -40px 0 0;
}

.ab_bot_cont{
	width: 549px;
	border-right: solid 1px #d1d1d1;
	float: left;
	min-height: 366px;
	background: #fff;
	
}

.ab_bot_cont p{
	color: rgba(126, 126, 130, 0.8);
	line-height: 16.69px;
	text-align: center;
	padding:0 16px;
	border-right: solid 1px #e2e2e2;
	width: 232px;
	float: left;
	margin-right: 4px;
	margin-left: 16px;
	font:12px arial;
	letter-spacing: -0.4px;
	margin-top: 28px;
}
.ab_bot_cont p.bot_ab_half{
	margin-right: 0;
	border: none;
	margin-left: 0
}
.ab_bot_cont p span{
	color: rgba(51, 51, 51, 0.77);
	margin-bottom: 39px;
	float: left;
	width: 100%;
}

.ab_bot_sign{
	background: url(../images/ab_sign.jpg) no-repeat;
	float: left;
	width: 180px;
	height: 70px;
	clear: both;
	margin: 27px 0 0 38px;
}

.ab_bot_testi{
	background: url(../images/ab_testi.jpg) no-repeat;
	height: 199px;
	width: 308px;
	float: right;
	padding: 168px 29px 0 30px;
	position: relative;
}
.testi_img{
	background: url(../images/testi_img.jpg) no-repeat;
	width: 211px;
	height: 367px;
	position: absolute;
	left: 365px;
	top: -0;
}
.ab_bot_testi p{
	font:13px arial;
	color: rgba(71, 71, 72, 0.6);
	line-height: 18px;
	letter-spacing: -0.2px;
	text-align: center;
	margin-bottom: 12px;
}
.ab_bot_testi p strong{
	color: rgba(0,0,0,0.6);
	margin-bottom: 18px;
	float: left;
	width: 100%;
}
.ab_bot_testi em{
	color: #cc1d1b;
	font-size: 12px;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 15px;
}

.ab_bot_testi .spc_caro_sl #slideshow{
	padding:0;
}
.spc_caro_sl ul.jcarousel-list li{
	/*width: 262px !important;*/
	text-align: center;
}
.ab_bot_testi .spc_caro_sl {
	float: left;
	padding: 0;
	width: 262px;
	margin-left: 25px;
}
.ab_bot_testi .spc_caro_sl #slideshow{
	width: 262px
}

.innerpage .bot_row_shad{
	background-image: url(../images/inn_botrow_shad.jpg);
	width: 117px;
	top: -6px;
}

.innerpage .hm_bg_two{
	background: url(../images/rep_inn.jpg) repeat-x;
	top: 831px;
	height: 281px;
}
.innerpage.about .hm_bg_two{
	top: 829px;
}

.bktohm{
	width: 1127px;
	float: left;
	background: url(../images/hmpageko.jpg) no-repeat;
	height: 144px;
	margin-left: 263px;
}
.bktohm a{
	float: left;
	display: block;
	width: 162px;
	height: 42px;
	background: rgba(0,0,0,0.0);
	margin: 29px 0 0 39px;
}

.bktohm a:hover{
	background: rgba(0,0,0,0.4);
}

.innerpage .hm_bg_three,
 {
background: #000;
height: 350px;
width: 50%;
position: absolute;
right: 0;
top: 88px;
z-index: 0
}

.innerpage .bot_row{
	margin-top: -1px;
}

.innerpage .spc_caro_sl #bullets a{
	background-image: url(../images/testi_bult.jpg);
}
.innerpage .spc_caro_sl #bullets{
	margin:-298px -31px 0 0;
}
.innerpage .head_menu ul,
.page-template-page-templatestemplate-vehiclestock-php .head_menu ul{
	margin-left: 186px;
}

.contact .l_contact h4{
	font-family: GothamBold;
	font-size: 27px;
	color: #fff;
	font-weight: normal;
	background: #3d3d3d;
	width: 264px;
	height: 65px;
	text-align: center;
	line-height: 62px;
}
.contact .l_contact{
	background-position: 32px 85px;
	height: 316px;
}

.contact .l_contact p.cont_nm{
	margin-top: 54px;
}
.innerpage.contact .hm_bg_two,
.innerpage.contact .bot_row_shad{
	top:608px;
}
.contact .hm_bg_one{
	display: none;
}
.innerpage.contact .hme_content {
margin-top: 81px;
}

.contact .right_body{
	padding-top: 25px;
}

.innerpage.contact .right_body h2 i{
	background: url(../images/contact_spites.jpg) -433px -55px no-repeat ;
	width: 29px;
}
.innerpage.contact .right_body h2{
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc
}

.innerpage.contact .ab_b_img{
	background: url(../images/contact_spites.jpg) -0 -0 no-repeat ;
	float: right;
	width: 417px;
	height: 258px;
}
.innerpage.contact .ab_b_img span{
	display: none;
}
.innerpage.contact .ab_lcont {
	width: 356px;
	float: left;
	padding: 27px 82px 0 60px;
	text-align: center;
	border-bottom: solid 1px #ababab;
	min-height: 231px;
	position: relative;
}
.pincon{
	position: absolute;
	background: url(../images/contact_spites.jpg) -603px -65px no-repeat;
	height: 5px;
	width: 7px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -5px;

}
.concon_img{
	background: url(../images/contact_spites.jpg) -433px -0 no-repeat ;
	width: 265px;
	margin: 0 auto 26px;
	height: 37px;
}

.innerpage.contact .hm_bg_three {
	height: 258px;
	top: 66px;
	z-index: 0
}

.contact form{
	width: 100%;
	float: left;
	margin-top: 47px;
	background: #fff;
}

.contact form label{
	width: 369px;
	float: left;
	margin: 0 12px 0 60px;
	font:13px arial;
	color: #000;
	margin-bottom: 20px;
	position: relative;
}
.contact form label input{
	width: 318px;
	float: left;
	height: 42px;
	border:solid 1px #7f7f7f;
	margin-top: 9px;
	padding:0 17px;
	font-size: 12px;
	color: rgba(0,0,0,0.4);
}
.contact form label em{
	font-size: 22px;
	color: rgba(0,0,0,0.6);
	position: absolute;
	right: 0;
	top: 15px;
}
.contact form label textarea{
	width: 680px;
	float: left;
	height: 92px;
	border:none;
	resize:none;
	margin-top: 12px;
	padding:48px 66px 34px 48px;
	font-size: 12px;
	color: rgba(0,0,0,0.4);
	background: url(../images/contact_spites.jpg) -434px -86px no-repeat ;
	font: 12px arial;
	color: rgba(0,0,0,0.4);
}
.btn_box{
	width: 100%;
	float: left;
	background: url(../images/contact_spites.jpg) -0 -283px no-repeat ;
	height: 161px;
	width: 1241px;
}
.btn_box input.submit_btn{
	background: url(../images/contact_spites.jpg) -741px 0 no-repeat ;
	width: 203px;
	height: 42px;
	cursor: pointer;
	border: none;
	text-indent: -99999px;
	margin: 30px 0 0 59px;
}
.btn_box input.submit_btn:hover{
	opacity: 0.7
}
.allreq{
	float: left;
	background: url(../images/contact_spites.jpg) -488px -56px no-repeat ;
	height: 17px;
	width: 90px;
	clear: both;
	margin: -9px 0 31px 59px;
}
.contact .bot_con{
	width: 264px;
}

.innerpage.contact.service .right_body h2 i{
	background: url(../images/service_spites.jpg) -588px -207px no-repeat;
	height: 18px;
}
.innerpage.contact.service .ab_b_img{
	background: url(../images/service_spites.jpg) -0 -0 no-repeat;
}
.service .concon_img{
	background: url(../images/service_spites.jpg) -507px -328px no-repeat;
	height: 42px;
}

.ser_l_cont{
	width: 327px;
	float: left;
	padding:0 100px 0 72px;
	border-right:solid 1px #d7d7d7;
	margin-top: 30px;
	font:13px arial;
	line-height: 15px;
	color: #929292;
	text-align: center;
}
.ser_l_cont p, .service_r_cont p{
	margin-bottom: 24px;
}
.ser_l_cont p.big{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #c81c1a;
}
.ser_l_img{
	background: url(../images/service_spites.jpg) -0 -263px no-repeat;
	float: left;
	width: 498px;
	height: 321px;
	margin: -55px 0 0 -72px;
}

.service_r_cont{
	width: 341px;
	float: right;
	margin: 41px 36px 0 0;
	font:13px arial;
	line-height: 15px;
	color: #929292;
	text-align: center;
}
.service_rimg{
	background: url(../images/service_spites.jpg) -430px -0 no-repeat;
	height: 188px;
	width: 100%;
	float: left;
	margin-bottom: 48px;
}

.ser_hm{
	background: url(../images/service_spites.jpg) -0 -595px no-repeat;
	width: 1127px;
	height: 166px;
	float: left;
	margin-top: -5px;
}
.ser_hm a{
	float: left;
	display: block;
	background: url(../images/service_spites.jpg) -507px -264px no-repeat;
width: 186px;
height: 57px;
}
.ser_hm a:hover{
	opacity: 0.8
}

.contact.service .hm_bg_one{
	display: block;
	left: inherit;
	right: 0;
	top: 324px;
	height: 567px;
	background: #333333;
}

.vehicle .hme_content,
.page-template-page-templatestemplate-vehiclestock-php .hme_content,
.innerpage.service .hme_content,
.innerpage.contact .hme_content{
	margin-top: 210px;
}
.innerpage.contact .hme_content{
	margin-top: 234px;
}
.innerpage.contact.sitemap .hme_content {
margin-top: 286px;
}
.innerpage.vehicle.blog .hme_content{
	margin-top: 70px;
}
div.wpcf7-validation-errors{
	display: none !important;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    float: left;
    margin: -120px 0 0 290px !important;
    width: 330px;
}
.innerpage.vehicle .cat_lst h3 span,
.page-template-page-templatestemplate-vehiclestock-php .cat_lst h3 span{
	background: url(../images/pr_l_bg.png) no-repeat;
	top: -16px;
	left: -46px;
}
.vehicle .right_body{
	padding-top: 46px;
}
.vehicle .content_box {
	padding: 0 19px 0 24px;
	width: 874px;
}
.innerpage.vehicle .right_body h2{
	margin-bottom: 9px;
}
.innerpage.vehicle .hm_bg_three{
	display: none;
}
.innerpage.vehicle .spc_caro_sl #bullets{
	margin:-347px -8px 0 0;
}
.innerpage.vehicle .spc_caro_sl #bullets a{
	background-image: url(../images/bot_sl_bult.png);
}
.innerpage.vehicle .bot_row_shad{
	background: url(../images/veh_l_shad.jpg) no-repeat;
	height: 673px;
	width: 99px;
	top:435px;

}
.vehicle .hm_bg_one{
	top: 435px;
	height: 398px;
}
.vehicle.vehicle_detail .hm_bg_one{
	top:478px;
	display: none;
}
.vehicle.vehicle_detail .l_spc .hm_bg_one{
	display: block;
	margin-top: -43px;
}

.vehicle.innerpage.vehicle_detail .hm_bg_two {
    background: none repeat scroll 0 0 #959698;
    height: 277px;
    top: inherit;
    display: none;
}
.vehicle.innerpage.vehicle_detail .bot_con .hm_bg_two {
	display: block;
}
.vehicle.innerpage .hm_bg_two{
	background: #959698;
	top: 833px;
	height: 275px;
}

.pagination{
	width: 898px;
	float: left;
	/*background: #fff url(../images/pagi_bg.jpg) no-repeat;*/
	
	height: 182px;
}
.pagination .faq_pagi{
	width: 898px;
	float: left;
	/*background: #fff url(../images/pagi_bg.jpg) no-repeat;*/
	background: #fff url(../images/pagibg.jpg) no-repeat;
	height: 182px;
}
.pagination .tablenav-pages{
	padding: 0;
	position: relative;
	width: auto;
	text-align: center;
	background: #fff;
	float: left;
	left: 712px;
	padding: 0 8px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	height: 17px;
	border-right: solid 1px rgba(0,0,0,0.1);
	top: 3px;
	min-width: 103px;
	border-left: solid 1px rgba(0,0,0,0.1);
}
.pagination .tablenav-pages a.page-numbers{
	color: #909090;
	font-size: 13px;
	font-family: GothamBook;
	 padding: 0 3px 6px;
    position: relative;
    top: -3px;
}
.pagination .tablenav-pages a.page-numbers:hover{
	color: #d8351d
}
.pagination .tablenav-pages span.page-numbers.current{
	background: url("../images/pagibult.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    color: #d8351d;
    font-family: GothamBook;
    font-size: 13px;
    padding: 0 3px 6px;
    position: relative;
    top: -3px;
}
.pagination .tablenav-pages a.next.page-numbers{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);
    height: 37px;
    left: 441px;
    position: absolute;
    text-indent: -99999px;
    top: -12px;
    width: 98px;
}
.pagination .tablenav-pages a.prev.page-numbers{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);
    height: 37px;
    left: 331px;
    position: absolute;
    text-indent: -99999px;
    top: -12px;
    width: 103px;
}
.pagination .tablenav-pages a.next.page-numbers:hover,
.pagination .tablenav-pages a.prev.page-numbers:hover{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}


.vehicle .bot_con{
	width: 264px;
}

.prod_detail{
	width: 917px;
	margin-left: -24px;
	float: left;
}
.det_tp_row{
	width: 100%;
	float: left;
	background: #e3e3e3;
	height: 54px;
}
.vehicle_detail .breadcumbs_row{
	border-color: #cacaca
}
.vehicle_detail .breadcumbs > span{
	border-color: #a8a8a8
}

.det_shr{
	width: 355px;
	float: right;
	background: url(../images/detail_spites1.png) 0 -173px no-repeat;
	height: 33px;
	margin: 11px 20px 0 0;
}

.st_facebook_large,
.st_twitter_large,
.st_googleplus_large,
.st_pinterest_large{
	margin-left: 46px;
	height: 25px;
	overflow: hidden;
	float: left;
	margin-top: 2px;
	width: 83px;
	border-radius: 1px;
}
.st_facebook_large .stButton .stLarge,
.st_twitter_large .stButton .stLarge,
.st_googleplus_large .stButton .stLarge,
.st_pinterest_large .stButton .stLarge{
	width: 81px;
	height: 30px;
	background: rgba(0,0,0,0.0) !important;
}
.st_facebook_large .stButton .stLarge:hover,
.st_twitter_large .stButton .stLarge:hover,
.st_googleplus_large .stButton .stLarge:hover,
.st_pinterest_large .stButton .stLarge:hover{
	background: rgba(0,0,0,0.5) !important;
}

.st_twitter_large{
	margin-left: 1px;
	width: 67px;
}
.st_googleplus_large{
	margin-left: 2px;
	width: 74px;
}
.st_pinterest_large{
	width: 76px;
	margin-left: 2px;
}

.det_lft{
	width: 489px;
	float: left;
	margin:-37px 0 0 28px;
	position: relative;
}

.dvline{
	background: url(../images/sl_bt_line.jpg) no-repeat;
	height: 1px;
	width: 513px;
	position: absolute;
	left: -8px;
	top: 601px;
}

.image-wrapper.current {
    height: 332px;
    
    width: 445px;
    float: left;
    position: relative;
}

#bigimage{
	border: 15px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 332px;
    overflow: hidden;
    width: 445px;
    margin-bottom: 44px;
}
div.navigation{
	height: 152px;
	overflow: hidden;
	width: 510px;
}

.blog_detail div.navigation{
	background: url(../images/blod_det_pagi.jpg) no-repeat;
	width: 922px;
	height: 405px;
	margin-top: -284px;
	float: left;
	margin-bottom: 44px;
}
.blog_detail a.homelink{
	clear: both;
	float: left;
	margin: -82px 0 0 2px;
	background: none;
	width: 114px;
	height: 38px;
	text-indent: -99999px;
}
.blog_detail a.homelink:hover{
	background: rgba(0,0,0,0.5);
}



.image-wrapper.current img{
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}


.det_rgt{
	width: 363px;
	float: right;
	background: url(../images/det_r_bg.jpg) 0 0 no-repeat;
	height: 200px;
	margin-top: -1px;
	padding-right: 22px
}

.det_rgt h1{
	font:bold 19px arial;
	color: #555;
	letter-spacing: -0.2px;
	 margin-top: 14px;
	 border-bottom: solid 1px #dbdbdb;
	 padding-bottom: 12px;
	 margin-bottom: 5px;
}
.det_rgt h1 i{
	background: url("../images/det_spites.png") no-repeat scroll -20px 0 rgba(0, 0, 0, 0);
    float: left;
    height: 26px;
    margin-right: 7px;
    width: 25px;
    margin-left: 5px;
}
.r_det_row{
	width: 100%;
	float: left;
	border-bottom: solid 1px #dbdbdb;
	 padding-bottom: 3px;
	 margin-bottom: 48px;
}
.pr_prce{
	width: 66px;
	float: left;
	margin-left: 5px;
	padding-left: 102px;
	position: relative;
	font:bold 13px arial;
	color: #ce1d1b;
	line-height: 28px;
	margin-top: 10px;
}
.pr_prce i{
	background: url("../images/det_spites.png") no-repeat scroll -57px 0 rgba(0, 0, 0, 0);
    float: left;
    height: 26px;
    width: 99px;
    position: absolute;
    left: 0
}

.det_enq{
	background: url("../images/det_spites.png") no-repeat scroll -161px 0 rgba(0, 0, 0, 0);
    float: right;
    height: 42px;
    width: 174px;
}

.vehicle.vehicle_detail .content_box{
	min-height: 740px;
}

.tab_box{
	width: 100%;
	float: left;
}
.tabs li {
	list-style:none;
	display:inline;
}

.tabs a {
	padding:5px 10px;
	display:inline-block;
	text-decoration:none;
	font-size: 12px;
	color: #b6b6b6;
	width: 138px;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
	border:solid 1px #e8e8e8;
	height: 32px;
	line-height: 35px;
	letter-spacing: -0.32px;
	margin-bottom: -1px;
}

.tabs a.active {
	background:#fff;
	color:#cd1d1b;
	border-color: #d5d5d7;
	border-bottom: solid 1px #fff;
}

.tab_box > div{
	border-top: solid 1px #d5d5d7;
	border-left: solid 1px #d5d5d7;
	height: 318px;
	padding:53px 0 0 35px;
	font:12px arial;
	color: #848484;
}
.tab_box > div p{
	margin-bottom: 17px;
	letter-spacing: -0.32px;
	line-height: 18px;
}
.tab_box > div p strong{
	font-family: GothamMedium;
	font-size: 13px;
	color: #333339;
	font-weight: normal;
	margin-bottom: 3px;
}

.tab_box .product_contact{
	width: 100%;
	float: left;
	line-height: 18px;
	color: #333339;
}
.tab_box .product_contact h4{
	font-family: GothamMedium;
	font-size: 13px;
	color: #ce1d1b;
	font-weight: normal;
	margin-bottom: -10px;;
}
.tab_box .product_contact strong{
	font-family: GothamMedium;
}

.tab_box > div form{
	float: left;
	margin-top: -31px;
}
.tab_box > div form label{
	font:12px arial;
	color: rgba(0,0,0,0.6);
	position: relative;
	width: 314px;
	float: left;
	margin-bottom: 11px;
}
.tab_box > div form label span:nth-child(1){
	float: left;
	width: 54px;
	text-align: right;
	position: inherit !important;
	line-height: 34px;
}
.tab_box span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 10px;
	display: block;
	float: left;
	text-align: right;
	width: 316px;
	margin-bottom: -7px;
	margin-left: -9px;
	line-height: 11px;
}
.tab_box div.wpcf7 img.ajax-loader{
	position: absolute;
left: -20px;
}
.tab_box div.wpcf7-mail-sent-ok {
	margin: 0 !important;
	width: 277px;
}
.tab_box > div form label input{
	width: 204px;
	height: 34px;
	float: right;
	margin-right: 9px;
	border: solid 1px #c7c7c7;
	padding: 0 14px;
}
.tab_box > div form label em{
	font-size: 22px;
	position: absolute;
	right: 0;
	color: rgba(0,0,0,0.2);
	right: 0;
	top: 0
}
.tab_dd{
	background: url(../images/tab_dd.jpg) no-repeat;
	overflow: hidden;
	height: 36px;
	width: 234px;
	float: right;
	margin-right: 9px;
}
.tab_dd select{
	height: 36px;
	width: 260px;
	background: transparent;
	border: none;
	font:12px arial;
	color: rgba(0,0,0,0.6);
	padding: 0 14px;
}
.tab_box > div form label textarea{
	width: 277px;
	float: left;
	height: 47px;
	border: solid 1px #c7c7c7;
	padding:11px 13px;
	resize:none;
	font:12px arial;
	color: rgba(0,0,0,0.6);
}
.tab_fr_bot{
	background: url("../images/tab_sub.jpg") no-repeat scroll 0 0 #fff;
    float: left;
    height: 46px;
    width: 304px;
    position: relative;
}

.tab_fr_bot input.submit_btn, .tab_fr_bot input.reset_btn{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.0);
    border: medium none;
    height: 42px;
    text-indent: -99999px;
    width: 203px;
    cursor: pointer;
    float: left;
}
.tab_fr_bot input.reset_btn{
	width: 101px;
}
.tab_fr_bot input.submit_btn:hover, .tab_fr_bot input.reset_btn:hover{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
}

.watchalso{
	width: 916px;
	float: left;
	margin:85px 0 0 -24px;
}
.watchalso h3{
	font-family: GothamBold;
	font-size: 25.2px;
	font-weight: normal;
	color: #ce1d1b;
	height: 23px;
	margin-left: 30px;
	line-height: 23px;
	margin-bottom: 16px;
}
.watchalso h3 span{
	font-family: GothamBook;
	color: #1d1d1d;
}
.watchalso h3 i{
	height: 23px;
	width: 23px;
	float: left;
	background: url(../images/detail_spites1.png) -366px -177px no-repeat;
	margin-right: 10px;
}

.sl_box_watch{
	background: url("../images/detail_spites1.png") no-repeat scroll 0 -223px rgba(0, 0, 0, 0);
    float: left;
    height: 387px;
    width: 873px;
    padding:52px 22px 0 21px;
    margin-bottom: 93px;
}

.sitemap .concon_img{
	background: url(../images/sitemap_spites.jpg) -220px -268px no-repeat;
	height: 50px;
    width: 190px;
}
.innerpage.contact.sitemap .ab_b_img{
	background: url(../images/sitemap_spites.jpg) -220px -0 no-repeat;
	margin-top: -1px;
    width: 336px;
}
.innerpage.contact.sitemap .hm_bg_three{
	display: none;
}
.innerpage.contact.sitemap .ab_lcont{
	padding-right: 163px;
	min-height: 230px
}
.sitemap .pincon{
	left: 454px;
}
.sitemap_edge{
	background: url(../images/sitemap_spites.jpg) -0 -0 no-repeat;
	height: 732px;
    left: 100%;
    margin-left: -1px;
    position: absolute;
    top: 65px;
    width: 210px;
}
.sitemap_tyre{
	background: url(../images/sitemap_spites.png) -0 -0 no-repeat;
	height: 170px;
    left: 380px;
    position: absolute;
    top: 216px;
    width: 240px;
}
.sitemap_home{
	background: url(../images/sitemap_spites.png) -38px -190px no-repeat;
	position: absolute;
	height: 42px;
	width: 153px;
	right: 0;
	top: 0
}
.sitemap_home:hover{
	background-color: rgba(0,0,0,0.1);
}

.sitemap_l{
	width: 348px;
	float: left;
	min-height: 504px;
	border-right: solid 1px #dbdbdb;
	border-bottom: solid 1px #bdbdbe;
	margin-top: 3px;
	padding:57px 0 0;
}

.sitemap .right_body h4{
	font-family: GothamMedium;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.2px;
	color: #797979;
	line-height: 12px;
	padding:0 0 22px 63px;
	border-bottom: solid 1px #dbdbdb;
}
.sitemap .right_body h4 i{
	float: left;
	height: 13px;
	width: 13px;
	background: url(../images/sitemap_spites.jpg) -426px -270px no-repeat;
	margin-right: 10px;
}

.sitemap_l ul{
	float: left;
	width: auto;
	margin:17px 0 0 60px;
}
.sitemap_l ul li{
	display: block;
	font:13px arial;
	color: #cd1d1b;
}
.sitemap_l ul li a{
	color: #cd1d1b;
	width: 183px;
	float: left;
	height: 29px;
	border-bottom: solid 1px #e2e2e2;
	background: url(../images/sitemap_bult.png) 14px center no-repeat;
	padding:0 10px 0 27px;
	line-height: 28px;
}
.sitemap_l ul li:nth-child(2n) a{
	background-color: #fcfcfc;
}
.sitemap_l ul li:last-child a{
	border: none;
}
.sitemap_l ul li a:hover{
	color: #333
}

.sitemap_r{
	width: 566px;
	float: right;
	margin-top: 3px;
	padding:57px 0 0;
	border-bottom: 1px solid #bdbdbe;
	min-height: 504px;
}

.acc_box{
	width: 440px;
	float: left;
	margin:17px 0 0 60px;
}


.acc_box .ui-accordion .ui-accordion-icons {
    padding-left: 28px;
}
.acc_box .ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 0;
    min-height: 0;
    padding: 0;
    position: relative;
    line-height: 30px;
}

.acc_box .ui-corner-all, 
.acc_box .ui-corner-bottom, 
.acc_box .ui-corner-right, 
.acc_box .ui-corner-br,
.acc_box .ui-corner-all, 
.acc_box .ui-corner-top, 
.acc_box .ui-corner-right, 
.acc_box .ui-corner-tr{
	border-radius: 0
}
.acc_box .ui-state-default, 
.acc_box .ui-widget-content .ui-state-default, 
.acc_box .ui-widget-header .ui-state-default{
	background: #fff;
	border: none;
	border-bottom: solid 1px #e2e2e2;
	font:13px arial;
	color: #cd1d1b;
	height: 29px;
	padding-left: 28px !important
}
.acc_box .ui-state-default a, 
.acc_box .ui-widget-content .ui-state-default a, 
.acc_box .ui-widget-header .ui-state-default a{
	color: #cd1d1b;
}
.acc_box #accordion .ui-accordion-header:nth-child(2n){
	background: #fcfcfc !important;
}

.acc_box .ui-icon-triangle-1-e,
.acc_box .ui-state-default .ui-icon{
	background: url(../images/sitemap_spites.jpg) -465px -294px no-repeat;
	width: 4px;
	height: 7px;	
}
.acc_box .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	margin-top: -3px;
}
.acc_box .ui-state-active, 
.acc_box .ui-widget-content 
.acc_box .ui-state-active, 
.acc_box .ui-widget-header .ui-state-active{
	background: url(../images/sitemap_spites.jpg) -220px -368px no-repeat;
	height: 29px;
	padding-left: 45px;
	color: #fff;
	padding-left: 45px !important
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited{
	color: #cd1d1b !important
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
	color: #fff !important
}

.acc_box .ui-state-active .ui-icon{
	display: none;
}
.acc_box .ui-widget-content{
	background: url(../images/acc_boc_bg.jpg) repeat-y;
	border: none
}
.acc_box .ui-accordion .ui-accordion-content{
	padding: 2px 27px 11px 33px;
}
.acc_box .ui-accordion .ui-accordion-content.nochild{
	padding: 0
}
.acc_box .ui-widget-content ul{
	width: auto;
	float: left;
}
.acc_box .ui-widget-content ul li{
	display: block;
	font:13px arial;
}
.acc_box .ui-widget-content ul li a{
	color: #fff;
	height: 29px;
	padding:0 4px;
	width: 372px;
	float: left;
	background: url(../images/acckoarbod.jpg) 0 bottom no-repeat;
	line-height: 26px
}
.acc_box .ui-widget-content ul li:last-child a{
	background: no-repeat;
}
.acc_box .ui-widget-content ul li a i{
	height: 10px;
	width: 10px;
	background: url(../images/sitemap_spites.jpg) -427px -293px no-repeat;
	float: left;
	margin-right: 7px;
	margin-top: 8px;
}
.acc_box .ui-widget-content ul li a:hover{
	color: #cd1d1b
}

.innerpage.contact.sitemap .hm_bg_two{
	height: 371px;
	background: url(../images/smapko.jpg) repeat-x;
}
.innerpage.contact.sitemap .bot_row_shad{
	height: 380px;
	background-image: url(../images/smapkoar.jpg);
	width: 98px;
}

.sit_bot_bg{
	background: url(../images/sit_bot.jpg) no-repeat;
	width: 100%;
	float: left;
	height: 93px;
}

.innerpage.vehicle.blog .cat_lst h3 span{
	background: url(../images/blog_hm_l_bg.png) no-repeat;
	 left: -43px;
    top: -34px;
}
.innerpage.blog .cat_lst h3{
	font-size: 21.33px;
	padding:9px 0 0 20px;
}

.blog .cat_lst ul li a{
	color: rgba(255,255,255,0.55);
	font-size: 13px;
	text-transform: none;
	background: url(../images/blog_l_hob.png) 0px 15px no-repeat;
	padding-left: 35px;
	width: 203px;
	height: 40px;
	line-height: 38px;
}
.blog .cat_lst ul li a:hover, .blog .cat_lst ul li a.current{
	background-position: 0 -26px;
	padding-left: 50px;
	width: 189px;
	color: #fff;
}
.cat_lst ul li ul{
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,0.5);
}
.cat_lst ul li ul a{
	padding:0 50px;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,0.14);
	color: rgba(255,255,255,0.6)
}
.cat_lst ul li ul a:hover, .cat_lst ul li ul a.current{
	padding:0 55px;
	width: 100%;
}
.innerpage.blog .right_body h2 i {
    background: url("../images/header_spites.png") no-repeat scroll -747px -234px rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 19px;
    margin: 2px 8px 0 0;
    width: 22px;
}
.blog .cat_lst ul{
	padding-bottom: 12px;
}
.blog .l_spc{
	background: url(../images/rpost_blog.png) no-repeat;
	height: 398px;
    margin-left: -15px;
    width: 279px;
}
.innerpage.vehicle.blog .bot_row_shad{
	display: none;
}

.blog .l_spc .prod_box img{
	max-height: 120px;
	border: solid 3px #181818;
	border-radius: 3px;
}
.blog .l_spc .prod_box span.poa{
	display: none;
}
.l_sl_bl_title{
	background: url(../images/l_bl_sl-ico.png) no-repeat;
	padding-left: 30px;
	height: 28px;
	margin-top: 16px;
	font:12px arial;
	color: #fff;
	text-align: left;
	font-weight: bold;
}
.l_sl_bl_title span{
	color: #f25531
}

.blog .l_spc .prod_box p{
	font-size: 12px;
	color: #939393;
	margin:16px 0 26px;
	text-align: left;
}
a.l_bl_btn{
	background: url(../images/sl_bl_rmor.png) no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 143px;
}
a.l_bl_btn:hover{
	opacity: 0.8
}
.innerpage.vehicle.blog .spc_caro_sl #bullets{
	margin-top: -350px;
}
.innerpage.vehicle.blog .spc_caro_sl #bullets a{
	background-image: url(../images/sl_bl_bul.png);
}
.spc_caro_sl #bullets a.active, .hm_pat_box #bullets a:hover{
	background-position: 0 -15px;
}

.l_year_archive{
	background: url(../images/bl_yr_arch.png) no-repeat;
	width: 100%;
	float: left;
	padding-top: 131px;
	position: relative;
	min-height: 220px;
}
h1.widget-title{
	display: none;
}
.blog .search_box{
	margin: -39px -19px 0 0;
}
.sp_line{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #bfbfbf
}
.arch_navi{
	width: 100%;
	float: left;
	margin-top: 16px;
	text-align: center;
	font:bold 24px arial;
	color: #f25531;
	text-transform: uppercase;
	letter-spacing: -0.2px
}
.arch_navi a{
	display: inline-block;
	background: url(../images/blogko.png) no-repeat;
	height: 22px;
	margin-right: 5px;
	width: 12px;
}

.arch_navi a.nxt_yr{
	background-position: -20px 0
}
.arch_navi a:hover{
	opacity: 0.8
}

.l_year_archive ul{
	width: 100%;
	float: left;
	margin: 15px 33px;
	width: 200px;
}
.l_year_archive ul li{
	display: block;
}
.l_year_archive ul li a{
	width: 171px;
	font-size: 12px;
	color: #f25531;
	padding:0 11px 0 18px;
	height: 29px;
	border-bottom: solid 1px #ccc;
	line-height: 31px;
	float: left;
}
.l_year_archive ul li:last-child a{
	border: none;
}
.l_year_archive ul li a i{
	background: url(../images/blogko.png) -6px -28px no-repeat;
	height: 9px;
	width: 4px;
	float: left;
	margin:10px 5px 0 0;
}
.l_year_archive ul li a:hover{
	color: #ce1d1b;
}
.yeskoshad{
	background: url(../images/bl_bo_l_shad.jpg) no-repeat;
	position: absolute;
	right: 100%;
	width: 210px;
	height: 100%;
	top: 0px;
}
.vehicle.innerpage.blog .hm_bg_two{
	background: url(../images/rkorep_bg.jpg) repeat-x;
	top: 838px;
	height: 276px;
}
.blog_limiter{
	width: auto;
	float: right;
	font:13px arial;
	color: rgba(0,0,0,0.55);
	margin-top: 15px
}
.blog_limiter a{
	display: inline-block;
	color: rgba(0,0,0,0.55);
}
.blog_limiter a:hover,
.blog_limiter a.current{
	color: #ca1c1a;
	font-weight: bold;
}

.blog .right_body h2{
	border-color: #cbcbcb
}
.blog .title_search_wrap{
	width: 100%;
	float: left;
	border-bottom: solid 1px #cbcbcb;
}
.blog .title_search_wrap h2{
	width: 570px;
	float: left;
	border: none;

}
.blog .title_search_wrap .search_box{
	margin:0;
}

.vehicle.blog .content_box{
	border-right: solid 1px #dfdfdf;
	margin: -9px 0 0 0;
	width: 873px;
	min-height: 1277px;
}

.blog .breadcumbs_row{
	height: 48px;
}

.blog .breadcumbs{
	margin-top: 21px;
}

.blod_lst{
	float: left;
	width: 100%;
	background: url(../images/blog_lst_bg.jpg) -42px 0 no-repeat;
	height: 239px;
	margin:16px 0 -16px;
}
.blod_lst:nth-child(2){
	background-position: -42px -239px;
	padding-top: 21px;
}
.blod_lst:nth-child(3){
	background-position: -42px -499px;
	padding-top: 21px;
}
.blod_lst:nth-child(4){
	background-position: -42px -759px;
	padding-top: 21px;
}
.blod_lst:nth-child(5){
	background-position: -42px -1019px;
	padding-top: 21px;
}
.blod_feT_img{
	width: 234px;
	float: left;
	height: 155px;
	overflow: hidden;
	margin: 14px 56px 0 18px;
}

.blof_lst_cont{
	width: 558px;
	float: left;
}
.blof_lst_cont h5{
	font-size: 19px;
	font-weight: bold;
	color: #555;
	letter-spacing: -0.2px;
	float: left;
	max-width: 485px;
	margin-top: 14px;
	height: 23px;
	overflow: hidden;
}
.blof_lst_cont h5 a{
	color: #555;
}
.bolg_lst_dt{
	float: right;
	width: 67px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 18px;
	color: #f25531;
}

.bolg_lst_txt{
	float: left;
	width: 534px;
	font-size: 12px;
	color: #848484;
	margin-top: 44px;
	letter-spacing: -0.2px;
}
.bl_det_ht{
	width: 100%;
	float: left;
	height: 88px;
	overflow: hidden;
}
.bolg_lst_txt p{
	width: 100%;
	float: left;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
	max-height: 44px;
}
.bolg_lst_txt p strong{
	font-family: GothamMedium;
	font-size: 13px;
	color: #333339;
	font-weight: normal;
}
.bolg_lst_txt p a{
	color: #848484;
}
.bolg_lst_txt p strong a{
	color: #333339;
}
.bolg_lst_txt p strong a:hover,
.bolg_lst_txt p a:hover,
.blof_lst_cont h5 a:hover{
	color: #f25531
}
.vehicle.blog .hm_bg_one{
	top: 686px;
}
.vehicle.innerpage.blog .hm_bg_two{
	top: 1084px;
}

a.godetail{
	float: left;
	width: 115px;
	height: 38px;
	background: rgba(0,0,0,0.0);
	display: block;
	margin: 9px 0 0 0;
}
a.godetail:hover{
	background: rgba(0,0,0,0.1);
}

.blog_detail .l_year_archive{
	background: none;
	min-height: 228px;
}
.blog_detail .l_year_archive .widget_archive{
	display: none;
}
.blog_detail .sp_line{
	display: none;
}
.prevpost {
	float: left;
	width: 108px;
	margin: 332px 0 0 356px;
	height: 43px;
}
.nextpost{
	float: left;
	margin: 332px 0 0 1px;
	height: 43px;
	width: 104px;
}
.prevpost a,
.nextpost a{
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	text-indent: -99999px;
}
.prevpost a:hover,
.nextpost a:hover{
	background: rgba(0,0,0,0.3);
}

.prevpost {
	float: left;
	width: 108px;
	margin: 332px 0 0 356px;
	height: 43px;
}


.blog_detail .breadcumbs_row{
	background:#fff url(../images/det_rep_top.jpg) right 0 repeat-y;
	margin-right: -19px;
	float: right;
	padding-right: 19px;
}
.vehicle.blog.blog_detail .content_box{
	border: none;
	margin-top: 0
}

.blog_share .det_shr{
	background: url(../images/share_bgs.png) 0 1px no-repeat;
	height: 30px;
	width: 355px;
	float: right;
	margin-top: 9px;
}

.blog_detail .prod_list_box{
	background: #fff url(../images/blog_det_bg.jpg) no-repeat;
	min-height: 500px;
}

.det_bl_tit_row{
	float: left;
	width: 767px;
	padding: 33px 44px 18px 62px;
	margin-bottom: 31px;
}
.det_bl_tit_row h3{
	font:bold 19px arial;
	color: #555555;
	float: left;
	line-height: 16px;
}
.det_bl_tit_row .dateko{
	float: right;
	font:bold 13px arial;
	color: #f25531;
	margin-top: -5px;
}

.blog_det_l{
	float: left;
	width: 680px;
	margin: 0 0 0 55px;
	color: #848484;
	position: relative;
}
.blog_det_l p{
	margin: 0 0 32px;
	line-height: 15px;
	font-size: 12px;
	letter-spacing: -0.2px
}
.blog_det_l p strong{
	font-size: 13px;
	font-family: GothamMedium;
	font-weight: normal;
	color: #333339;
}
.blog_det_l p a{
	color: #ce1d1b;
}
.blog_det_l p a:hover{
	text-decoration: underline;
}
.blog_signs{
	background: url(../images/blog_sign.jpg) no-repeat;
	float: left;
	height: 85px;
	width: 150px;
	margin: -18px 0 30px -15px;
	display: none;
}
.blog_det_r{
	width: 453px;
	float: right;
	position: relative;
}

.blog_det_bot_row{
	width: 916px;
	float: left;
	margin-left: -24px;
}
.blog_det_bot_row_l{
	width: 466px;
	float: left;
	font-size: 12px;
	color: #848484;
	line-height: 15px;
}
.baki_cont{
	width: 342px;
	float: left;
	margin:36px 0 0 77px;
	position: relative;
}
.blog_det_bot_row_l p{
	margin-bottom: 27px;
}
.blog_det_bot_row_l p strong{
	font-size: 13px;
	font-family: GothamMedium;
	font-weight: normal;
	color: #333339;
}
.org_box{
	background: url(../images/orbox.jpg) no-repeat;
	width: 339px;
	height: 190px;
	float: left;
	padding:90px 48px 0 80px;
	font-size: 12px;
	color: #fff;
	position: relative;
}
.org_box strong.big{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 26px;
	width: 100%;
	float: left;
	font-family: arial;
	color: #fff;
}

.blog_det_bot_row_r{
	width: 450px;
	float: right;
	position: relative;
}

.blog_det_bot_row_r ul{
	float: left;
	margin:28px 0 22px 11px;
	width: 410px;
}
.blog_det_bot_row_r ul li{
	display: block;
}

.blog_det_bot_row_r ul li{
	background: url(../images/blogkobult.jpg) 12px center no-repeat;
	height: 29px;
	border-bottom: solid 1px #bfbfbf;
	font-size: 13px;
	color: #9a9a9c;
	font-family: GothamMedium;
	padding:0 20px 0 31px;
	float: left;
	width: 359px;
	margin: 0;
	line-height: 30px;
}
.blog_det_bot_row_r ul li:last-child{
	border: none;
}
.blog_det_bot_row_r p{
	font-size: 12px;
	color: #848484;
	float: left;
	margin:0 0 0 22px;
	width: 334px;
}

.innerpage .royalSlider{
	overflow-x:hidden !important;
}


/*owl-carousel*/
.owl-carousel{
	margin-top: 74px;
}
.owl-controls{
	position: absolute;
    right: -10px;
    top: -50px;
}
.owl-dot{
	margin: 0 4px 0px 0;
	background: url(../images/bot_sl_bult.png) no-repeat;
	text-indent: -99999px;
	width: 11px;
	height: 12px;
	display: inline-block;
}
.owl-dot.active{
	background-position: 0 -12px
}
.owl-nav{
	display: none;
}

.ab_bot_testi .owl-carousel{
	margin-top: -4px;
}
.ab_bot_testi .owl-controls {
    right: -32px;
    top: -145px;
}
.ab_bot_testi .owl-dot{
	background-image: url(../images/testi_bult.jpg) ;
}
.watchalso .owl-carousel{
	margin-top: 0;
}

.watchalso .owl-controls {
    bottom: -52px;
    right: 0;
    top: inherit;
}
.watchalso .owl-dot{
	background-image: url(../images/sl_bl_bul.png) ;
}
.watchalso .owl-dot.active{
	background-position: 0 -15px
}

.watchalso .prod_box .prod_title{
	background: #fff
}
.watchalso .prod_box .prod_title a{
	color: #585858
}
.watchalso .prod_box .prod_btn{
	background: #f5f2ee
}
.watchalso .prod_box .prod_btn a {
    background: url("../images/header_spites.png") no-repeat scroll -871px -284px rgba(0, 0, 0, 0);
    height: 32px;
}
.watchalso .prod_box:hover .prod_btn{
	background: #e8e6e1;
}

nav#menu, .mobile_banner{
	display: none;
}

@media only screen 
and (max-width : 1680px) {
	.btn_box{
		width: 1154px;
	}
}

@media only screen 
and (max-width : 1600px) {
	.ser_hm{
		width: 1116px;
	}
	.btn_box{
		width: 1114px;
	}
	.sitemap_edge{
		width: 202px;
	}
}

@media only screen 
and (max-width : 1440px) {
	.foot_copyright{
		margin-right: 0
	}
	.ser_hm{
		width: 1036px;
	}
	.btn_box{
		width: 1034px;
	}
	.sitemap_edge{
		width: 122px;
	}
}

@media only screen 
and (max-width : 1366px) {
	.ser_hm{
		width: 998px;
	}
	.btn_box{
		width: 998px;
	}
	.sitemap_edge{
		width: 84px;
	}
}

@media only screen 
and (max-width : 1280px) {
	.ser_hm, .btn_box{
		width: 956px;
	}
	.sitemap_edge{
		width: 42px;
	}
	.royalSlider .arrow.left{
		right: 122px;
	}
	.royalSlider .arrow.right{
		right:65px;
	}


}

@media only screen 
and (max-width : 1180px){
	body{
		width: 1180px;
	}
}



/*THIS IS FOR RESPONSIVE MOBILE MENU*/
.ing-icon-menu{
	 background: url("../images/mtrig.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    float: left;
    height: 21px;
    width: 21px;
}
.ing-icon-cross{
	background: url(../images/menuclose.png) no-repeat;
	height: 22px;
	width: 22px;
	float: right;
}
.close-menu {
color: #393939;
font-size: 22px;
font-size: 2.2rem;
font-weight: 800;
height: 42px;
opacity: 0.5;
padding-top: 3px;
position: absolute;
right: 5px;
text-align: center;
top: 0;
width: 42px;
}
.main-menu-title {
color: #393939;
font-size: 115.38%;
font-weight: 800;
padding: 0 0 0.84em 27%;
text-transform: uppercase;
}
.ing-nav ul {
margin-left: 0;
margin-bottom: 0;
list-style: none;
}
.ing-nav ul > li > a {
border-bottom: 1px solid transparent;
color: #393939;
margin-bottom: 1em;
padding-left: 27%;
}
.ing-nav ul > li > a {
display: block;
}
.main-menu-block, .sub-menu-block {
border-bottom: 1px solid #dad9d7;
padding: 32px 32px 18px 0;
float: left;
}


.head_menu .left-side-menu ul.main_menu,
.head_menu .left-side-menu ul  {
    margin: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
	-moz-transform:    none !important;
	-ms-transform:     none !important;
	-o-transform:      none !important;
	transform:         none !important;
    display: block;
    width: 100%;
}
.main-menu-block, .sub-menu-block{
	width: 100%;
}

.head_menu .left-side-menu ul ul.child{
	display: none;
}


.left-side-menu ul li {
    float: left !important;
    text-align: left !important;
    width: 100% !important;
}
.left-side-menu ul li .child{
	display: none 
}

.left-side-menu ul li a {
    background: url("../images/thesbult.png") no-repeat scroll 18% center rgba(0, 0, 0, 0) !important;
    color: #7a7a7a !important;
    font-size: 12px !important;
    height: auto !important;
    line-height: normal !important;
    margin-bottom: 1em !important;
    margin-top: 0 !important;
    padding-left: 27% !important;
    text-align: left !important;
    width: 73% !important;
}
.left-side-menu ul li a .menu_dot_bod,
.left-side-menu ul li a span,
.left-side-menu ul li a .l_shp,
.left-side-menu ul li a .r_shp,
.left-side-menu ul li a .bot_shad{
	display: none !important;
}

.left-side-menu ul ul li a{
	background-position: 26% center !important;
    padding-left: 35% !important;
    width: 65% !important;
}
.left-side-menu ul li div.child a{
	 background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    padding-left: 40% !important;
    width: 60% !important;
    font-size: 11px !important;
}

.left-side-menu,
.ing-menu-button{
	display: none;
}

.left-side-menu ul li.current-menu-item a,
.left-side-menu ul li a.current{
	color: #000 !important
}




/*RESPONSIVE*/
@media only screen 
and (max-width : 650px){
	nav#menu{
		display: block;
	}
	body{
		width: 100%;
	}
	.bot_con {
    display: none;
}
	.header{
		text-align: center;
	}
	.right_body h2{font-size: 19px;} 

	.left-side-menu,
	.ing-menu-button{
		display: block;
	}
	.page-template-page-templatestemplate-vehiclestock-php.tax-car-brand .content_box,
	.page-template-page-templatestemplate-vehiclestock-php .prod_list_box ul{
		min-height: inherit;
	}

	.header, .head_menu{
		position: relative;	
		top: 0
	}

	.mm-list a{
		background: #f2f2f2;
		border-bottom: solid 1px #ddd;
		font-family: GothamBook;
	}

	.head_menu .main_menu,
	.head_menu .menu_bg,
	.head_innlinks,
	.home_banner,
	.hm_bg_one,
	.bot_row_shad,
	.cat_lst,
	.hm_bg_two,
	.hm_bg_three,
	.footer_menu,
	.foot_social{
		display: none;
	}
	.main_body{
		width: 100%;
		float: left;
	}

	.header .logo{
		display: inline-block;
	    float: none;
	    width: 78%;
	}
	.header{
		background-color: #101010;
	    border-bottom: 2px solid #000;
	    height: auto;
	    min-height: inherit;
	}
	.head_contact{
		background: url(../images/head_num.png) no-repeat;
		float: right;
	    height: 47px;
	    margin: 2%;
	    position: static;
	    width: 192px;
	}
	.head_contact a{
		display: none;
	}
	.mobile_banner{
		width: 100%;
		float: left;
		display: block;
		margin-top: -1px;
	}
	.mobile_banner img{
		width: 100%;
		float: left;
	}
	.fixed .afscr .header {
	    height: inherit;
	    min-height: inherit;
	    z-index: inherit;
	}

	.fixed .afscr .header .logo {
	    background-position: inherit;
	    height: inherit;
	    margin: inherit;
	    transform: inherit;
	}

	.fixed .afscr .header .head_contact {
	    margin: inherit;
	    right: inherit;
	    transform: inherit;
	}

	.fixed .afscr .head_menu {
	    background: inherit;
	    height: inherit;
	    top: inherit;
	    z-index: inherit;
	}
	.hme_content{
		margin-top: 0
	}
	.left_navigation{
		width: 100%;
		display: none;
	}
	.cat_lst ul{
		background-repeat: repeat;
	}

	.page-template-page-templatestemplate-index-php .l_spc {
	    background-position:  center 0;
	    background-color:  #070707;
	    width: 100%;
	    margin-left: 0
	}
	.spc_caro_sl{
		float: left;
		margin-left: 29%;
	}
	.right_body{
		width: 100%;
		float: left;
	}
	.content_box{
		width: 92%;
		padding: 0 4%;
	}
	.prod_list_box ul li{
		margin: 0 5% 5%;
	}

	
.mm-page {
    background: none repeat scroll 0 0 #000;
    border: 0 solid rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
	.show_more_ox,
	.foot_copyright{
		width: 100%;
	}
	.l_lin, .r_lin{
		width: 30%;
	}
	a.shomore_btn{
		left: 0
	}
	.bot_row{
		background: #fff;
	}
	.bot_con,
	.bot_abko,
	.bot_ab_cont{
		float: none;
		margin: 0 auto
	}
	.footer{
		background-position: 80% 0;
	}


	/*About page*/

	.innerpage .hme_content, .page-template-page-templatestemplate-vehiclestock-php .hme_content{
		margin-top: 0;
		background: #fff;
	}

	.innerpage .head_menu, .page-template-page-templatestemplate-vehiclestock-php .head_menu,
	.innerpage .hme_content, .page-template-page-templatestemplate-vehiclestock-php .hme_content{
		top: 0
	}

	.l_map {
	    background-position: right 0;
	    background-color: #000;
	    float: right;
	    width: 45%;
	}
	.l_contact {
	    height: 299px;
	    width: 55%;
	}

	.innerpage .content_box{
		width: 100%;
	}
	.innerpage .ab_b_img{
		width: 100%;
		background-position: center 0
	}
	.ab_lcont, .ab_l_cont,
	.ab_bot_cont{
		padding-left:3%;
		padding-right: 3%;
		width: 94%; 
	}
	.cont_ab_bot{
		margin-left: 0;
		max-width: 100%;
		background-size: 100%;
	}

	.content_box .row,
	.ab_bot_cont{
		text-align: center;
	}
	img.ab_img{
		margin: 5% 0;
		max-width: 96%;
		float: none;
	}
	/*.about .bot_con{
		display: none;
	}*/
	.ab_bot_cont{
		margin: 5% 0 0
	}
	.ab_bot_cont p{
		width: 100%;
		border-right: none;
		padding:0 0 5%;
		margin: 0 0 5%;
		border-bottom: 1px solid #e2e2e2; 
	}
	.ab_bot_sign{
		width: 100%;
		background-position: center 0;
		margin: 0 0 5%;
	}
	.ab_bot_testi{
		width: 100%;
		padding: 30% 0 0
	}
	.testi_img{
		left: inherit;
		right: 0;
	}
	.ab_bot_testi .spc_caro_sl{
		margin-left: 8%
	}
	.bktohm{
		margin: 0;
		width: 100%;
	}
	.ab_bot_cont{
		border: none;
	}
	.innerpage .hme_content .main_body{
		overflow: hidden;
	}

	.innerpage #colorbox,
	.innerpage #cboxOverlay, #cboxWrapper,
	.innerpage #cboxContent,
	.innerpage #cboxLoadedContent{
		width: 100% !important
	}

	.l_spc {
	    margin: 0 0 5% 24%;
	}
	.l_spc .spc_caro_sl{
		margin-left: 5%;
	}
	.page-template-page-templatestemplate-vehiclestock-php .bot_con{
		clear: both;
	}
	.pagination{
		width: 100%;
	}

.pagination .faq_pagi {
    background-position: -178px 0;
    width: 100%;
}
.pagination .tablenav-pages {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    left: 0;
    width: 100%;
}

.pagination .tablenav-pages a,
.pagination .tablenav-pages span{
	display: none;
}
.pagination .tablenav-pages a.next.page-numbers {
    left: 263px;
    top: -15px;
    display: block;
}

.pagination .tablenav-pages a.prev.page-numbers {
    display: block;
    left: 153px;
    top: -15px;
}
.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 29%;
}

.vehicle .bot_con{
	clear: both;
}
.single-japanese-car.innerpage .content_box {
    padding: 0 2%;
    width: 96%;
}

.prod_detail {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-top: 50px;
}
.single-japanese-car.innerpage .search_box{
	margin-top: 22px;
	width: 100%;
}
.single-japanese-car.innerpage .det_lft {
    float: left;
    margin: 0 0 0 41px;
    position: relative;
    width: 85%;
}
.det_rgt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: auto;
    margin: 50px 0 0;
    padding: 0 2%;
    width: 96%;
}
.watchalso {
    margin: 10% 0 0;
    width: 100%;
}
.sl_box_watch {
    width: 92%;
}
.sl_box_watch #watchalso {
    float: left;
    margin: 0 0 0 40px;
    width: 83%;
}

.innerpage.contact .hme_content{
	margin-top: 0
}
.contact .bot_con{
	clear: both;
	float: left;
}
.contact .l_map{
	height: 316px;
}
.innerpage.contact.service .ab_b_img{
	float: left;
	margin-left: 14%;
}
.innerpage.contact .ab_lcont {
    padding: 27px 2% 0;
    width: 96%;
}
.ser_l_cont {
    border: medium none;
    padding: 0 2%;
    width: 96%;
}
.ser_l_img {
    float: none;
    margin: 0 auto;
}
.service_r_cont {
    margin: 2%;
    width: 96%;
}
.service_rimg {
    margin: 0 0 20px 120px;
}


.contact form label {
    margin: 0 5% 20px;
    width: 90%;
}
.contact form label input {
    padding: 0 4%;
    width: 92%;
}
.contact form label em{
	right: -2%;
}

.contact form label textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #7f7f7f;
    padding: 4%;
    width: 92%;
}
.innerpage.contact .ab_b_img{
	float: left;
}

.innerpage.contact.sitemap .hme_content {
    margin-top: 0;
}

.sitemap_l {
    border: medium none;
    min-height: inherit;
    width: 100%;
}
.sitemap_r {
    width: 100%;
}

.sitemap_home{
	display: none;
}

.mm-list, .mm-list li a{
	background: url(../images/kabulemob.png) 3% center no-repeat;
}

.search_box{
	width: 100%;
	float: left;
	margin-top: 22px;
}
.page-template-page-templatestemplate-vehiclestock-php .prod_list_box,
.page-template-page-templatestemplate-index-php .prod_list_box {
	margin-top: 95px;
	overflow: hidden;
}

.innerpage.vehicle.blog .hme_content{
	margin-top: 0
}

.blog .l_spc{
	margin: 0 auto 20px;
	float: none;
}
.l_year_archive ul {
    float: left;
    margin: 15px 4%;
    width: 92%;
}
.l_year_archive ul li a{
	width: 100%;
	padding: 0
}
.l_year_archive{
	background-position: center 0
}

.vehicle.blog .content_box {
    border-right: medium none;
    margin: 0;
    min-height: 1277px;
    padding: 0 4%;
    width: 92%;
}
.blog .breadcumbs{
	width: 100%;
	float: left;
}

.blog .search_box {
    margin: 30px 0 0;
}

.blog .breadcumbs_row {
    height: auto;
    padding-bottom: 15px;
}

.blod_lst {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    height: auto;
}

.blod_feT_img {
    text-align: center;
    width: 100%;
    height: auto;
}

.blod_feT_img > a {
    background: url("../images/blog_lst_bg.jpg") no-repeat scroll -12px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 194px;
    padding: 0;
    width: 302px;
}

.blod_feT_img img {
    margin: 14px 0 0 28px;
}

.bolg_lst_dt{
	float: left;
}

.blof_lst_cont h5 {
    background: url("../images/blogtiticomob.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    max-width: inherit;
    min-height: 30px;
    padding-left: 32px;
    width: 85%;
    height: auto;
}

.blog_detail .l_year_archive{
	display: none;
}
.blog_detail.blog .title_search_wrap{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.blog .title_search_wrap .search_box{
	margin: 0 4%
}
.det_bl_tit_row {
    background: url("../images/blogtiticomob.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 15px;
    padding: 0 0 0 32px;
    width: 95%;
}

.det_bl_tit_row .dateko {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}
.blog_detail .prod_list_box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
    margin-top: 0
}
.blog_det_l {
    margin: 0;
    width: 100%;
}
.blog_det_r{
	width: 100%;
	text-align: center;
}
.blog_detail div.navigation{
	display: none;
}
.breadcumbs > span{
	padding-bottom: 0
}
.blog.blog_detail .title_search_wrap h2{
	width: 90%;
}

.blog_det_r > img {
    height: auto;
    max-width: 100%;
}


.tab_box > div form,
.tab_box > div form label{
	width: 100%;
}
.tab_box > div form label span.label:nth-child(1){
	width: 20%;
}
.tab_box > div form label input{
	width: 66%
}
.tab_dd{
	width: 72%;
	background: none;
	overflow: inherit;
}
.tab_dd span,
.tab_box > div form label span.message:nth-child(1){
	width: 100% !important;
}
.tab_dd select {
    border: 1px solid #c7c7c7;
    width: 100%;
}
.tab_box > div form label textarea {
    padding: 2%;
    width: 94%;
}
.tab_dd select {
    border: 1px solid #c7c7c7;
    width: 100%;
}

.cat_lst{
	display: block;
}
.left_navigation{
	display: block;
}
.l_spc{
	display: none;
}
.cat_lst ul li a{
	width: 100%;
	padding: 0 5%;
}
.cat_lst h3{
	display: none;
}
.left_navigation .naver-handle {
    background-color: #333;
    background-image: url("../images/icon-1.png");
    background-position: 2% center;
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 10%;
}
.cat_lst ul li a:hover, .cat_lst ul li a.current,
.cat_lst ul li ul a, .cat_lst ul li ul a:hover, .cat_lst ul li ul a.current{
	width: 100%;
}

.search_box input{
	width: 85%;
}
.search_box label{
	width: 100%;
}

.innerpage .left_navigation{
	display: none
}
.vehicle_detail.innerpage .left_navigation{
	display: block;
}
.page-template-template-contact.innerpage .left_navigation{
	display: block;
}

}

@media only screen 
and (max-width : 568px){
	.header .logo{
		width: 88%;
	}
	.prod_list_box ul li {
	    margin: 0 4% 3%;
	}
	.bot_abko{
		width: 100%;
	}
	.spc_caro_sl{
		margin-left: 27%;
	}

	.testi_img{
		display: none;
	}
	.ab_bot_testi{
		background-position: center 0;
		padding-top: 180px;
	}
	.ab_bot_testi .spc_caro_sl{
		margin-left: 23%;
	}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 27%;
}
.det_lft{
	margin-left: 30px;
}
.single-japanese-car.innerpage .det_lft{
	margin-left: 26px;
}

.watchalso .owl-controls{
	display: none;
}
.dvline{
	display: none;
}
.prod_box{
	width: 206px
}

}
@media only screen 
and (max-width : 533px){
	.prod_list_box ul li {
	    margin: 0 3% 3%;
	}
	.innerpage.contact.service .ab_b_img{
		margin-left: 10%;
	}
	.service_rimg{
		margin-left: 70px;
	}
	.contact .bot_con{
		float: none;
	}
}

@media only screen 
and (max-width : 480px){
	.header .logo {
	    background-position: -34px 6px;
	    background-size: 268% auto;
	    width: 88%;
	}
	.spc_caro_sl{
		margin-left: 24%;
	}
	.prod_list_box ul li{
		margin: 0 4% 3% 0;
	}
	.prod_list_box ul li:nth-child(2n){
		margin-right: 0
	}
	.l_lin, .r_lin{
		width: 24%;
	}
	.bot_abko a{
		margin-left: 191px;
	}
	.show_more_ox, .foot_copyright{
		background-size: 103%;
	}
	.foot_copyright a{
		margin: 14px 143px 0 0;
    width: 174px;
	}

	.l_contact{
		width: 100%;
	}
	.l_map{
		width: 100%;
		background-position: center 0;
	}
	.l_map a{
		margin-right: 66px;
	}
	.innerpage .ab_b_img span{
		 margin: 56px 0 0 194px;
	    width: 168px;
	    background-size: 100%
	}

	.l_spc {
    margin: 0 0 5% 19%;
}
.search_box {
    float: left;
    margin: 25px 0 0;
    width: 100%;
}
.prod_list_box{
	margin-top: 67px;
}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 23%;
}

.single-japanese-car.innerpage .det_lft {
    margin-left: 0;
    width: 100%;
}

div.navigation-container {
    width: 100%;
}

#bigimage {
    border: medium none;
    height: 281px;
    margin: 0 0 20px;
    width: 100%;
    box-shadow: none;
}
div.navigation {
    left: 0 !important;
    width: 100%;
    height: 170px !important
}
div.navigation a.pageLink.next{
	left: 90% !important;
	top: 140px !important
}
div.navigation a.pageLink{
	top: 140px !important
}
ul.thumbs{
	margin: 0 !important;
    overflow: hidden;
    width: 104% !important;
}

ul.thumbs li {
    height: 126px !important;
    margin: 0 2% 0 0 !important;
    width: 31.33% !important;
}
ul.thumbs img {
    border: medium none !important;
    box-shadow: none !important;
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}



.innerpage.contact.service .ab_b_img{
	margin-left: 5%;
}
.service_rimg{
	margin-left: 50px;
}


.acc_box{
	width: 74%
}
.acc_box .ui-widget-content ul li a{
	width: 100%;
}

body .mm-list a.mm-subopen{
	width: 11% !important
}

.blod_feT_img{
	margin: 0
}
.blof_lst_cont,
.bolg_lst_txt{
	width: 100%;
}

.tab_dd{
	width: 75%;
}


.sl_box_watch #watchalso{
	width: 100%;
	margin: 0
}

.search_box input {
    width: 84%;
}

}

@media only screen 
and (max-width : 414px){
	.header .logo{
		background-position: -31px 6px;
	}
	.spc_caro_sl {
	    margin-left: 19%;
	}
	.breadcumbs{
		width: 100%;
		height: 38px;
	}
	.search_box{
		width: 100%;
	}
	.breadcumbs_row{
		margin-bottom: 46px;
	}

	.bot_abko a {
	    margin-left: 131px;
	}
	.prod_list_box ul li,
	.prod_list_box ul li:nth-child(2n){
		margin: 0 23% 3%
	}


.pagination .faq_pagi {
    background-position: -251px 0;
    width: 100%;
}
.pagination .tablenav-pages a.prev.page-numbers{
	left: 80px;
}
.pagination .tablenav-pages a.next.page-numbers{
	left: 189px;
}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 20%;
}
.sl_box_watch #watchalso {
    float: left;
    margin: 0 0 0 150px;
    width: 206px;
}

.sl_box_watch #watchalso{
	margin-left: 100px;
}
.sl_box_watch #watchalso {
    margin-left: 0;
    width: 100%;
    margin-top: -40px;
}
.prod_box{
	width: 100%;
}
.watchalso .prod_box .prod_title{
	width: 100%;
}
.single-japanese-car .l_spc{
	margin-left: 14%;
}
.innerpage.contact.service .ab_b_img{
	margin-left: -1%;
}
.service_rimg{
	margin-left: 15px;
}
body .mm-list a.mm-subopen{
	width: 11% !important
}

.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
    margin: 0 0 3%;
    width: 100%;
}

.prod_list_box ul li .prod_box {
    border: 1px solid #dddcd9;
    width: 100%;
}

.prod_box > a {
    background: none repeat scroll 0 0 #f2f2f2;
    display: table;
    float: left;
    height: 184px;
    text-align: center;
    width: 100%;
}
.prod_box > a img{
	height: auto;
    max-height: inherit;
    max-width: 100%;
    width: 100%;
}
.prod_list_box ul li .prod_box .prod_title{
	width: 100%
}


div.navigation {
    left: 0 !important;
    width: 100%;
    height: 150px !important
}
div.navigation a.pageLink.next{
	left: 90% !important;
	top: 120px !important
}
div.navigation a.pageLink{
	top: 120px !important
}

ul.thumbs li {
    height: 108px !important;
    margin: 0 2% 0 0 !important;
    width: 31.33% !important;
}

.search_box input {
    width: 81%;
}


}

@media only screen 
and (max-width : 375px){

	.header .logo {
	    background-position: -27px 23px;
	}
	.head_contact{
		background-size: 100%;
		width: 152px;
		margin: 4% 2% 2%
	}

	.spc_caro_sl {
	    margin-left: 19%;
	}
	.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
	    margin: 0 20% 3%;
	}

	.foot_copyright a {
	    margin: 10px 120px 0 0;
	    width: 150px;
	}
	.footer {
	    background-position: 83% 0;
	}
	.ab_bot_testi .spc_caro_sl {
    margin-left: 15%;
}
.pagination .faq_pagi {
    background-position: -271px 0;
    width: 100%;
}
.pagination .tablenav-pages a.next.page-numbers{
	left: 170px;
}
.pagination .tablenav-pages a.prev.page-numbers{
	left: 61px;
}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 18%;
}

.bot_con, .bot_abko, .bot_ab_cont {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}

.bot_con, .bot_abko, .bot_ab_cont {
    background-position: center center;
    background-repeat: no-repeat;
    
}
.l_lin, .r_lin {
    width: 19%;
}

.bot_abko a {
    margin-left: 91px;
}

.bot_abko {
    width: 96%;
}
body .mm-list a.mm-subopen{
	width: 14% !important
}

.page-template-page-templatestemplate-vehiclestock-php .l_spc{
	margin-left: 11%;
}
.sl_box_watch #watchalso{
	 margin-left: 0;
    margin-top: -25px;
}

.vehicle_detail .breadcumbs_row {
    border-color: #cacaca;
    height: auto;
    padding-bottom: 5%;
    margin-bottom: 0
}
.vehicle_detail .breadcumbs > span{
	border-color: transparent;
}
.prod_detail{
	margin-top: 10%;
}
.det_tp_row{
	overflow: hidden;
}
.single-japanese-car .l_spc{
	margin-left: 10%;
}
.service_rimg{
	margin-left: 0
}
.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
    margin: 0 0 3%;
    width: 100%;
}

.prod_list_box ul li .prod_box {
    border: 1px solid #dddcd9;
    width: 100%;
}

.prod_box > a {
    background: none repeat scroll 0 0 #f2f2f2;
    display: table;
    float: left;
    height: 184px;
    text-align: center;
    width: 100%;
}
.prod_box > a img{
	height: auto;
    max-height: inherit;
    max-width: 100%;
    width: 100%;
}
.prod_list_box ul li .prod_box .prod_title{
	width: 100%
}


div.navigation {
    left: 0 !important;
    width: 100%;
    height: 150px !important
}
div.navigation a.pageLink.next{
	left: 90% !important;
	top: 120px !important
}
div.navigation a.pageLink{
	top: 120px !important
}

ul.thumbs li {
    height: 97px !important;
    margin: 0 2% 0 0 !important;
    width: 31.33% !important;
}

.tab_box > div form label span.label:nth-child(1){
	width: 16%;
}
.tab_dd{
	width: 76%
}
.tab_box > div form label textarea{
	width: 92%;
}

.search_box input {
    padding: 0 3%;
    width: 82%;
}
.search_box input.submit_btn{
	width: 11%;
}
}


@media only screen 
and (max-width : 320px){
	.header{
		background-position: center -42px;
	}
	.header .logo {
	    background-position: -23px 23px;
	    height: 120px;
	    margin: 0;
	}

.spc_caro_sl {
    margin-left: 10%;
}	
.search_box label{
	width: 100%;
}
.prod_list_box{
	margin-top: 42px;
}
.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
    margin: 0 13% 3%;
}
.l_lin, .r_lin {
    width: 12%;
}

.bot_abko a {
    margin-left: 40px;
}

.bot_con, .bot_abko, .bot_ab_cont {
    float: none;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}
.bot_ab_cont_des{
	display: none;
}
.bot_abko{
	width: 96%;
}
.bot_ab_cont{
	height: 300px;
	background-image: url(../images/bot_ab_cont_bg_mob.png);
	background-color: #f7f7f7;
}
.bot_ab_cont a.rmore{
	background: url("../images/bot_ab_cont_bg_moba.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0) !important;
    bottom: 0;
    float: left;
    height: 68px;
    left: 0;
    width: 100%;
}

.bot_con, .bot_abko, .bot_ab_cont {
    background-position: center 0;
    background-repeat: no-repeat;
   
}
.footer{
	background-size: 450%
}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 9%;
}

.page-template-page-templatestemplate-index-php .search_box{
	margin-top: -5px
}
.page-template-page-templatestemplate-vehiclestock-php .l_spc{
	margin-left: 3%;
}
.page-template-page-templatestemplate-vehiclestock-php .search_box{
	margin-top: 0
}

.pagination .faq_pagi {
    background-position: -297px 0;
    width: 100%;
}

.pagination .tablenav-pages a.prev.page-numbers {
    left: 34px;
}

.pagination .tablenav-pages a.next.page-numbers {
    left: 144px;
}

.sl_box_watch #watchalso{
	margin-left: 0;
	margin-top: -30px
}
.sl_box_watch{
	width: 86%;
}
.single-japanese-car .l_spc{
	margin-left: 3%;
}
body .mm-list a.mm-subopen{
	width: 16% !important
}
.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
    margin: 0 0 3%;
    width: 100%;
}

.prod_list_box ul li .prod_box {
    border: 1px solid #dddcd9;
    width: 100%;
}

.prod_box > a {
    background: none repeat scroll 0 0 #f2f2f2;
    display: table;
    float: left;
    height: 184px;
    text-align: center;
    width: 100%;
}
.prod_box > a img{
	height: auto;
    max-height: inherit;
    max-width: 100%;
    width: 100%;
}
.prod_list_box ul li .prod_box .prod_title{
	width: 100%
}

.tabs a{
	width: 41%;
}

ul.thumbs li{
	height: 83px !important
}
.tab_box > div{
	height: auto;
}

.search_box input{
	width: 78%;
}
.search_box input.submit_btn {
    width: 15%;
}

.page-template-page-templatestemplate-vehiclestock-php .prod_list_box,
.page-template-page-templatestemplate-index-php .prod_list_box {
	margin-top: 55px;
}


}



@media only screen 
and (max-device-width : 650px){
	nav#menu{
		display: block;
	}
	body{
		width: 100%;
	}
	.bot_con {
    display: none;
}
	.header{
		text-align: center;
	}
	.right_body h2{font-size: 19px;} 

	.left-side-menu,
	.ing-menu-button{
		display: block;
	}
	.page-template-page-templatestemplate-vehiclestock-php.tax-car-brand .content_box,
	.page-template-page-templatestemplate-vehiclestock-php .prod_list_box ul{
		min-height: inherit;
	}

	.header, .head_menu{
		position: relative;	
		top: 0
	}

	.mm-list a{
		background: #f2f2f2;
		border-bottom: solid 1px #ddd;
		font-family: GothamBook;
	}

	.head_menu .main_menu,
	.head_menu .menu_bg,
	.head_innlinks,
	.home_banner,
	.hm_bg_one,
	.bot_row_shad,
	.cat_lst,
	.hm_bg_two,
	.hm_bg_three,
	.footer_menu,
	.foot_social{
		display: none;
	}
	.main_body{
		width: 100%;
		float: left;
	}

	.header .logo{
		display: inline-block;
	    float: none;
	    width: 78%;
	}
	.header{
		background-color: #101010;
	    border-bottom: 2px solid #000;
	    height: auto;
	    min-height: inherit;
	}
	.head_contact{
		background: url(../images/head_num.png) no-repeat;
		float: right;
	    height: 47px;
	    margin: 2%;
	    position: static;
	    width: 192px;
	}
	.head_contact a{
		display: none;
	}
	.mobile_banner{
		width: 100%;
		float: left;
		display: block;
		margin-top: -1px;
	}
	.mobile_banner img{
		width: 100%;
		float: left;
	}
	.fixed .afscr .header {
	    height: inherit;
	    min-height: inherit;
	    z-index: inherit;
	}

	.fixed .afscr .header .logo {
	    background-position: inherit;
	    height: inherit;
	    margin: inherit;
	    transform: inherit;
	}

	.fixed .afscr .header .head_contact {
	    margin: inherit;
	    right: inherit;
	    transform: inherit;
	}

	.fixed .afscr .head_menu {
	    background: inherit;
	    height: inherit;
	    top: inherit;
	    z-index: inherit;
	}
	.hme_content{
		margin-top: 0
	}
	.left_navigation{
		width: 100%;
		display: none;
	}
	.cat_lst ul{
		background-repeat: repeat;
	}

	.page-template-page-templatestemplate-index-php .l_spc {
	    background-position:  center 0;
	    background-color:  #070707;
	    width: 100%;
	    margin-left: 0
	}
	.spc_caro_sl{
		float: left;
		margin-left: 29%;
	}
	.right_body{
		width: 100%;
		float: left;
	}
	.content_box{
		width: 92%;
		padding: 0 4%;
	}
	.prod_list_box ul li{
		margin: 0 5% 5%;
	}

	
.mm-page {
    background: none repeat scroll 0 0 #000;
    border: 0 solid rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
	.show_more_ox,
	.foot_copyright{
		width: 100%;
	}
	.l_lin, .r_lin{
		width: 30%;
	}
	a.shomore_btn{
		left: 0
	}
	.bot_row{
		background: #fff;
	}
	.bot_con,
	.bot_abko,
	.bot_ab_cont{
		float: none;
		margin: 0 auto
	}
	.footer{
		background-position: 80% 0;
	}


	/*About page*/

	.innerpage .hme_content, .page-template-page-templatestemplate-vehiclestock-php .hme_content{
		margin-top: 0;
		background: #fff;
	}

	.innerpage .head_menu, .page-template-page-templatestemplate-vehiclestock-php .head_menu,
	.innerpage .hme_content, .page-template-page-templatestemplate-vehiclestock-php .hme_content{
		top: 0
	}

	.l_map {
	    background-position: right 0;
	    background-color: #000;
	    float: right;
	    width: 45%;
	}
	.l_contact {
	    height: 299px;
	    width: 55%;
	}

	.innerpage .content_box{
		width: 100%;
	}
	.innerpage .ab_b_img{
		width: 100%;
		background-position: center 0
	}
	.ab_lcont, .ab_l_cont,
	.ab_bot_cont{
		padding-left:3%;
		padding-right: 3%;
		width: 94%; 
	}
	.cont_ab_bot{
		margin-left: 0;
		max-width: 100%;
		background-size: 100%;
	}

	.content_box .row,
	.ab_bot_cont{
		text-align: center;
	}
	img.ab_img{
		margin: 5% 0;
		max-width: 96%;
		float: none;
	}
	/*.about .bot_con{
		display: none;
	}*/
	.ab_bot_cont{
		margin: 5% 0 0
	}
	.ab_bot_cont p{
		width: 100%;
		border-right: none;
		padding:0 0 5%;
		margin: 0 0 5%;
		border-bottom: 1px solid #e2e2e2; 
	}
	.ab_bot_sign{
		width: 100%;
		background-position: center 0;
		margin: 0 0 5%;
	}
	.ab_bot_testi{
		width: 100%;
		padding: 30% 0 0
	}
	.testi_img{
		left: inherit;
		right: 0;
	}
	.ab_bot_testi .spc_caro_sl{
		margin-left: 8%
	}
	.bktohm{
		margin: 0;
		width: 100%;
	}
	.ab_bot_cont{
		border: none;
	}
	.innerpage .hme_content .main_body{
		overflow: hidden;
	}

	.innerpage #colorbox,
	.innerpage #cboxOverlay, #cboxWrapper,
	.innerpage #cboxContent,
	.innerpage #cboxLoadedContent{
		width: 100% !important
	}

	.l_spc {
	    margin: 0 0 5% 24%;
	}
	.l_spc .spc_caro_sl{
		margin-left: 5%;
	}
	.page-template-page-templatestemplate-vehiclestock-php .bot_con{
		clear: both;
	}
	.pagination{
		width: 100%;
	}

.pagination .faq_pagi {
    background-position: -178px 0;
    width: 100%;
}
.pagination .tablenav-pages {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    left: 0;
    width: 100%;
}

.pagination .tablenav-pages a,
.pagination .tablenav-pages span{
	display: none;
}
.pagination .tablenav-pages a.next.page-numbers {
    left: 263px;
    top: -15px;
    display: block;
}

.pagination .tablenav-pages a.prev.page-numbers {
    display: block;
    left: 153px;
    top: -15px;
}
.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 29%;
}

.vehicle .bot_con{
	clear: both;
}
.single-japanese-car.innerpage .content_box {
    padding: 0 2%;
    width: 96%;
}

.prod_detail {
    float: left;
    margin-left: 0;
    width: 100%;
    margin-top: 50px;
}
.single-japanese-car.innerpage .search_box{
	margin-top: 22px;
	width: 100%;
}
.single-japanese-car.innerpage .det_lft {
    float: left;
    margin: 0 0 0 41px;
    position: relative;
    width: 85%;
}
.det_rgt {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: auto;
    margin: 50px 0 0;
    padding: 0 2%;
    width: 96%;
}
.watchalso {
    margin: 10% 0 0;
    width: 100%;
}
.sl_box_watch {
    width: 92%;
}
.sl_box_watch #watchalso {
    float: left;
    margin: 0 0 0 40px;
    width: 83%;
}

.innerpage.contact .hme_content{
	margin-top: 0
}
.contact .bot_con{
	clear: both;
	float: left;
}
.contact .l_map{
	height: 316px;
}
.innerpage.contact.service .ab_b_img{
	float: left;
	margin-left: 14%;
}
.innerpage.contact .ab_lcont {
    padding: 27px 2% 0;
    width: 96%;
}
.ser_l_cont {
    border: medium none;
    padding: 0 2%;
    width: 96%;
}
.ser_l_img {
    float: none;
    margin: 0 auto;
}
.service_r_cont {
    margin: 2%;
    width: 96%;
}
.service_rimg {
    margin: 0 0 20px 120px;
}


.contact form label {
    margin: 0 5% 20px;
    width: 90%;
}
.contact form label input {
    padding: 0 4%;
    width: 92%;
}
.contact form label em{
	right: -2%;
}

.contact form label textarea {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #7f7f7f;
    padding: 4%;
    width: 92%;
}
.innerpage.contact .ab_b_img{
	float: left;
}

.innerpage.contact.sitemap .hme_content {
    margin-top: 0;
}

.sitemap_l {
    border: medium none;
    min-height: inherit;
    width: 100%;
}
.sitemap_r {
    width: 100%;
}

.sitemap_home{
	display: none;
}

.mm-list, .mm-list li a{
	background: url(../images/kabulemob.png) 3% center no-repeat;
}

.search_box{
	width: 100%;
	float: left;
	margin-top: 22px;
}
.page-template-page-templatestemplate-vehiclestock-php .prod_list_box,
.page-template-page-templatestemplate-index-php .prod_list_box {
	margin-top: 95px;
	overflow: hidden;
}

.innerpage.vehicle.blog .hme_content{
	margin-top: 0
}

.blog .l_spc{
	margin: 0 auto 20px;
	float: none;
}
.l_year_archive ul {
    float: left;
    margin: 15px 4%;
    width: 92%;
}
.l_year_archive ul li a{
	width: 100%;
	padding: 0
}
.l_year_archive{
	background-position: center 0
}

.vehicle.blog .content_box {
    border-right: medium none;
    margin: 0;
    min-height: 1277px;
    padding: 0 4%;
    width: 92%;
}
.blog .breadcumbs{
	width: 100%;
	float: left;
}

.blog .search_box {
    margin: 30px 0 0;
}

.blog .breadcumbs_row {
    height: auto;
    padding-bottom: 15px;
}

.blod_lst {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    height: auto;
}

.blod_feT_img {
    text-align: center;
    width: 100%;
    height: auto;
}

.blod_feT_img > a {
    background: url("../images/blog_lst_bg.jpg") no-repeat scroll -12px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 194px;
    padding: 0;
    width: 302px;
}

.blod_feT_img img {
    margin: 14px 0 0 28px;
}

.bolg_lst_dt{
	float: left;
}

.blof_lst_cont h5 {
    background: url("../images/blogtiticomob.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    max-width: inherit;
    min-height: 30px;
    padding-left: 32px;
    width: 85%;
    height: auto;
}

.blog_detail .l_year_archive{
	display: none;
}
.blog_detail.blog .title_search_wrap{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.blog .title_search_wrap .search_box{
	margin: 0 4%
}
.det_bl_tit_row {
    background: url("../images/blogtiticomob.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 15px;
    padding: 0 0 0 32px;
    width: 95%;
}

.det_bl_tit_row .dateko {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}
.blog_detail .prod_list_box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
    margin-top: 0
}
.blog_det_l {
    margin: 0;
    width: 100%;
}
.blog_det_r{
	width: 100%;
	text-align: center;
}
.blog_detail div.navigation{
	display: none;
}
.breadcumbs > span{
	padding-bottom: 0
}
.blog.blog_detail .title_search_wrap h2{
	width: 90%;
}

.blog_det_r > img {
    height: auto;
    max-width: 100%;
}


.tab_box > div form,
.tab_box > div form label{
	width: 100%;
}
.tab_box > div form label span.label:nth-child(1){
	width: 20%;
}
.tab_box > div form label input{
	width: 66%
}
.tab_dd{
	width: 72%;
	background: none;
	overflow: inherit;
}
.tab_dd span,
.tab_box > div form label span.message:nth-child(1){
	width: 100% !important;
}
.tab_dd select {
    border: 1px solid #c7c7c7;
    width: 100%;
}
.tab_box > div form label textarea {
    padding: 2%;
    width: 94%;
}
.tab_dd select {
    border: 1px solid #c7c7c7;
    width: 100%;
}

.cat_lst{
	display: block;
}
.left_navigation{
	display: block;
}
.l_spc{
	display: none;
}
.cat_lst ul li a{
	width: 100%;
	padding: 0 5%;
}
.cat_lst h3{
	display: none;
}
.left_navigation .naver-handle {
    background-color: #333;
    background-image: url("../images/icon-1.png");
    background-position: 2% center;
    background-repeat: no-repeat;
    color: #fff;
    padding-left: 10%;
}
.cat_lst ul li a:hover, .cat_lst ul li a.current,
.cat_lst ul li ul a, .cat_lst ul li ul a:hover, .cat_lst ul li ul a.current{
	width: 100%;
}

.search_box input{
	width: 85%;
}
.search_box label{
	width: 100%;
}

.innerpage .left_navigation{
	display: none
}
.vehicle_detail.innerpage .left_navigation{
	display: block;
}

}

@media only screen 
and (max-device-width : 568px){
	.header .logo{
		width: 88%;
	}
	.prod_list_box ul li {
	    margin: 0 4% 3%;
	}
	.bot_abko{
		width: 100%;
	}
	.spc_caro_sl{
		margin-left: 27%;
	}

	.testi_img{
		display: none;
	}
	.ab_bot_testi{
		background-position: center 0;
		padding-top: 180px;
	}
	.ab_bot_testi .spc_caro_sl{
		margin-left: 23%;
	}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 27%;
}
.det_lft{
	margin-left: 30px;
}
.single-japanese-car.innerpage .det_lft{
	margin-left: 26px;
}

.watchalso .owl-controls{
	display: none;
}
.dvline{
	display: none;
}
.prod_box{
	width: 206px
}

}
@media only screen 
and (max-device-width : 533px){
	.prod_list_box ul li {
	    margin: 0 3% 3%;
	}
	.innerpage.contact.service .ab_b_img{
		margin-left: 10%;
	}
	.service_rimg{
		margin-left: 70px;
	}
	.contact .bot_con{
		float: none;
	}
}

@media only screen 
and (max-device-width : 480px){
	.header .logo {
	    background-position: -34px 6px;
	    background-size: 268% auto;
	    width: 88%;
	}
	.spc_caro_sl{
		margin-left: 24%;
	}
	.prod_list_box ul li{
		margin: 0 4% 3% 0;
	}
	.prod_list_box ul li:nth-child(2n){
		margin-right: 0
	}
	.l_lin, .r_lin{
		width: 24%;
	}
	.bot_abko a{
		margin-left: 191px;
	}
	.show_more_ox, .foot_copyright{
		background-size: 103%;
	}
	.foot_copyright a{
		margin: 14px 143px 0 0;
    width: 174px;
	}

	.l_contact{
		width: 100%;
	}
	.l_map{
		width: 100%;
		background-position: center 0;
	}
	.l_map a{
		margin-right: 66px;
	}
	.innerpage .ab_b_img span{
		 margin: 56px 0 0 194px;
	    width: 168px;
	    background-size: 100%
	}

	.l_spc {
    margin: 0 0 5% 19%;
}
.search_box {
    float: left;
    margin: 25px 0 0;
    width: 100%;
}
.prod_list_box{
	margin-top: 67px;
}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 23%;
}

.single-japanese-car.innerpage .det_lft {
    margin-left: 0;
    width: 100%;
}

div.navigation-container {
    width: 100%;
}

#bigimage {
    border: medium none;
    height: 281px;
    margin: 0 0 20px;
    width: 100%;
    box-shadow: none;
}
div.navigation {
    left: 0 !important;
    width: 100%;
    height: 170px !important
}
div.navigation a.pageLink.next{
	left: 90% !important;
	top: 140px !important
}
div.navigation a.pageLink{
	top: 140px !important
}
ul.thumbs{
	margin: 0 !important;
    overflow: hidden;
    width: 104% !important;
}

ul.thumbs li {
    height: 126px !important;
    margin: 0 2% 0 0 !important;
    width: 31.33% !important;
}
ul.thumbs img {
    border: medium none !important;
    box-shadow: none !important;
    display: block !important;
    height: 100% !important;
    width: 100% !important;
}



.innerpage.contact.service .ab_b_img{
	margin-left: 5%;
}
.service_rimg{
	margin-left: 50px;
}


.acc_box{
	width: 74%
}
.acc_box .ui-widget-content ul li a{
	width: 100%;
}

body .mm-list a.mm-subopen{
	width: 11% !important
}

.blod_feT_img{
	margin: 0
}
.blof_lst_cont,
.bolg_lst_txt{
	width: 100%;
}

.tab_dd{
	width: 75%;
}


.sl_box_watch #watchalso{
	width: 100%;
	margin: 0
}

.search_box input {
    width: 84%;
}

}

@media only screen 
and (max-device-width : 414px){
	.header .logo{
		background-position: -31px 6px;
	}
	.spc_caro_sl {
	    margin-left: 19%;
	}
	.breadcumbs{
		width: 100%;
		height: 38px;
	}
	.search_box{
		width: 100%;
	}
	.breadcumbs_row{
		margin-bottom: 46px;
	}

	.bot_abko a {
	    margin-left: 131px;
	}
	.prod_list_box ul li,
	.prod_list_box ul li:nth-child(2n){
		margin: 0 23% 3%
	}


.pagination .faq_pagi {
    background-position: -251px 0;
    width: 100%;
}
.pagination .tablenav-pages a.prev.page-numbers{
	left: 80px;
}
.pagination .tablenav-pages a.next.page-numbers{
	left: 189px;
}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 20%;
}
.sl_box_watch #watchalso {
    float: left;
    margin: 0 0 0 150px;
    width: 206px;
}

.sl_box_watch #watchalso{
	margin-left: 100px;
}
.sl_box_watch #watchalso {
    margin-left: 0;
    width: 100%;
    margin-top: -40px;
}
.prod_box{
	width: 100%;
}
.watchalso .prod_box .prod_title{
	width: 100%;
}
.single-japanese-car .l_spc{
	margin-left: 14%;
}
.innerpage.contact.service .ab_b_img{
	margin-left: -1%;
}
.service_rimg{
	margin-left: 15px;
}
body .mm-list a.mm-subopen{
	width: 11% !important
}

.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
    margin: 0 0 3%;
    width: 100%;
}

.prod_list_box ul li .prod_box {
    border: 1px solid #dddcd9;
    width: 100%;
}

.prod_box > a {
    background: none repeat scroll 0 0 #f2f2f2;
    display: table;
    float: left;
    height: 184px;
    text-align: center;
    width: 100%;
}
.prod_box > a img{
	height: auto;
    max-height: inherit;
    max-width: 100%;
    width: 100%;
}
.prod_list_box ul li .prod_box .prod_title{
	width: 100%
}


div.navigation {
    left: 0 !important;
    width: 100%;
    height: 150px !important
}
div.navigation a.pageLink.next{
	left: 90% !important;
	top: 120px !important
}
div.navigation a.pageLink{
	top: 120px !important
}

ul.thumbs li {
    height: 108px !important;
    margin: 0 2% 0 0 !important;
    width: 31.33% !important;
}

.search_box input {
    width: 81%;
}


}

@media only screen 
and (max-device-width : 375px){

	.header .logo {
	    background-position: -27px 23px;
	}
	.head_contact{
		background-size: 100%;
		width: 152px;
		margin: 4% 2% 2%
	}

	.spc_caro_sl {
	    margin-left: 19%;
	}
	.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
	    margin: 0 20% 3%;
	}

	.foot_copyright a {
	    margin: 10px 120px 0 0;
	    width: 150px;
	}
	.footer {
	    background-position: 83% 0;
	}
	.ab_bot_testi .spc_caro_sl {
    margin-left: 15%;
}
.pagination .faq_pagi {
    background-position: -271px 0;
    width: 100%;
}
.pagination .tablenav-pages a.next.page-numbers{
	left: 170px;
}
.pagination .tablenav-pages a.prev.page-numbers{
	left: 61px;
}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 18%;
}

.bot_con, .bot_abko, .bot_ab_cont {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}

.bot_con, .bot_abko, .bot_ab_cont {
    background-position: center center;
    background-repeat: no-repeat;
    
}
.l_lin, .r_lin {
    width: 19%;
}

.bot_abko a {
    margin-left: 91px;
}

.bot_abko {
    width: 96%;
}
body .mm-list a.mm-subopen{
	width: 14% !important
}

.page-template-page-templatestemplate-vehiclestock-php .l_spc{
	margin-left: 11%;
}
.sl_box_watch #watchalso{
	 margin-left: 0;
    margin-top: -25px;
}

.vehicle_detail .breadcumbs_row {
    border-color: #cacaca;
    height: auto;
    padding-bottom: 5%;
    margin-bottom: 0
}
.vehicle_detail .breadcumbs > span{
	border-color: transparent;
}
.prod_detail{
	margin-top: 10%;
}
.det_tp_row{
	overflow: hidden;
}
.single-japanese-car .l_spc{
	margin-left: 10%;
}
.service_rimg{
	margin-left: 0
}
.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
    margin: 0 0 3%;
    width: 100%;
}

.prod_list_box ul li .prod_box {
    border: 1px solid #dddcd9;
    width: 100%;
}

.prod_box > a {
    background: none repeat scroll 0 0 #f2f2f2;
    display: table;
    float: left;
    height: 184px;
    text-align: center;
    width: 100%;
}
.prod_box > a img{
	height: auto;
    max-height: inherit;
    max-width: 100%;
    width: 100%;
}
.prod_list_box ul li .prod_box .prod_title{
	width: 100%
}


div.navigation {
    left: 0 !important;
    width: 100%;
    height: 150px !important
}
div.navigation a.pageLink.next{
	left: 90% !important;
	top: 120px !important
}
div.navigation a.pageLink{
	top: 120px !important
}

ul.thumbs li {
    height: 97px !important;
    margin: 0 2% 0 0 !important;
    width: 31.33% !important;
}

.tab_box > div form label span.label:nth-child(1){
	width: 16%;
}
.tab_dd{
	width: 76%
}
.tab_box > div form label textarea{
	width: 92%;
}

.search_box input {
    padding: 0 3%;
    width: 82%;
}
.search_box input.submit_btn{
	width: 11%;
}
}


@media only screen 
and (max-device-width : 320px){
	.header{
		background-position: center -42px;
	}
	.header .logo {
	    background-position: -23px 23px;
	    height: 120px;
	    margin: 0;
	}

.spc_caro_sl {
    margin-left: 10%;
}	
.search_box label{
	width: 100%;
}
.prod_list_box{
	margin-top: 42px;
}
.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
    margin: 0 13% 3%;
}
.l_lin, .r_lin {
    width: 12%;
}

.bot_abko a {
    margin-left: 40px;
}

.bot_con, .bot_abko, .bot_ab_cont {
    float: none;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
}
.bot_ab_cont_des{
	display: none;
}
.bot_abko{
	width: 96%;
}
.bot_ab_cont{
	height: 300px;
	background-image: url(../images/bot_ab_cont_bg_mob.png);
	background-color: #f7f7f7;
}
.bot_ab_cont a.rmore{
	background: url("../images/bot_ab_cont_bg_moba.png") no-repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0) !important;
    bottom: 0;
    float: left;
    height: 68px;
    left: 0;
    width: 100%;
}

.bot_con, .bot_abko, .bot_ab_cont {
    background-position: center 0;
    background-repeat: no-repeat;
   
}
.footer{
	background-size: 450%
}

.page-template-page-templatestemplate-index-php .l_spc .spc_caro_sl {
    margin-left: 9%;
}

.page-template-page-templatestemplate-index-php .search_box{
	margin-top: -5px
}
.page-template-page-templatestemplate-vehiclestock-php .l_spc{
	margin-left: 3%;
}
.page-template-page-templatestemplate-vehiclestock-php .search_box{
	margin-top: 0
}

.pagination .faq_pagi {
    background-position: -297px 0;
    width: 100%;
}

.pagination .tablenav-pages a.prev.page-numbers {
    left: 34px;
}

.pagination .tablenav-pages a.next.page-numbers {
    left: 144px;
}

.sl_box_watch #watchalso{
	margin-left: 0;
	margin-top: -30px
}
.sl_box_watch{
	width: 86%;
}
.single-japanese-car .l_spc{
	margin-left: 3%;
}
body .mm-list a.mm-subopen{
	width: 16% !important
}
.prod_list_box ul li, .prod_list_box ul li:nth-child(2n) {
    margin: 0 0 3%;
    width: 100%;
}

.prod_list_box ul li .prod_box {
    border: 1px solid #dddcd9;
    width: 100%;
}

.prod_box > a {
    background: none repeat scroll 0 0 #f2f2f2;
    display: table;
    float: left;
    height: 184px;
    text-align: center;
    width: 100%;
}
.prod_box > a img{
	height: auto;
    max-height: inherit;
    max-width: 100%;
    width: 100%;
}
.prod_list_box ul li .prod_box .prod_title{
	width: 100%
}

.tabs a{
	width: 41%;
}

ul.thumbs li{
	height: 83px !important
}
.tab_box > div{
	height: auto;
}

.search_box input{
	width: 78%;
}
.search_box input.submit_btn {
    width: 15%;
}

.page-template-page-templatestemplate-vehiclestock-php .prod_list_box,
.page-template-page-templatestemplate-index-php .prod_list_box {
	margin-top: 55px;
}


}