@charset "utf-8"; 
/**
 * @author 	MiDealerVirtual - P2H division
 * @link	http://www.MiDealerVirtual.com/
 * @package Mdv Custom Theme
 * @license	Apache License v2.0
 * -------------
 * Note: Contains theme "as-is" css styles.
 */

 body {
	margin: 0;
	font-family: "effra", sans-serif;
	font-size:12px;
	line-height:20px;
	color: #4c4c4c;
	background-color:#fafafa;
	min-width:1024px;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust: none;
}
img {border-style: none;}
a {
	text-decoration:none;
	color: #ed372f;
	outline: none;
}
a:hover {
	text-decoration:none;
	color:#333;
}
a:active {background-color: transparent;}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input,
textarea,
select {
	font-size:100%;
	vertical-align:middle;
	font-family: "effra", sans-serif;
}
input[type=submit]:hover{cursor:pointer;}
input[type=text],
input[type=password],
input[type=file],
textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
#wrapper{
	max-width:1195px;
	margin:0 auto;
}
#header{
	width:100%;
	margin-bottom:5px;
	position:relative;
	background:#fff url(../img/bg-header.gif) repeat-x;
}
.nav-wrap{
	height:1%;
	background:#ed372f;
}
.nav-wrap:after{
	display:block;
	clear:both;
	content:"";
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-size:16px;
	font-weight:700;
	line-height:24px;
}
#nav li{
	padding:8px 21px 7px 19px;
	float:left;
	background:url(../img/separator01.gif) repeat-y 100% 0;
}
#nav li.hover{position:relative;}
#nav a{
	float:left;
	color:#fff;
}
#nav a.has-drop-down-a{
	/*background:url(../img/bullet01.png) no-repeat 100% 50%;*/
	padding-right:15px;
	text-decoration:none !important;
}
#nav a.has-drop-down-a i {
    color: #E32300;
    margin-left: 4px;
}
#nav .drop{
	position:absolute;
	top:100%;
	left:0;
	width:227px;
	background:#ed372f;
	overflow:hidden;
	display:none;
	z-index:100;
}
#nav li.hover .drop{display:block;}
#nav ul{
	margin:0 0 -4px;
	padding:1px 0 0;
	list-style:none;
	float:none;
	background:url(../img/separator02.png) no-repeat 0 -4px;
	font-size:14px; line-height:18px ;
	text-transform:uppercase;
}
#nav ul li{
	float:none;
	padding:0 0 4px;
	background:url(../img/separator02.png) no-repeat 0 100%;
}
#nav ul a{
	position:relative;
	margin:-5px 0 0;
	float:none;
	display:block;
	height:1%;
	overflow:hidden;
	padding:12px 10px 9px 10px;
}
#nav ul a i {
    float: left;
    clear: both;
    font-size: 24px;
    margin-top: -22px;
}
#nav ul a:hover{
	background:#e61510;
	text-decoration:none;
}
#header .holder{
	height:1%;
	padding:6px 20px 0 15px;
}
#header .holder:after{
	display:block;
	clear:both;
	content:"";
}
.logo{
	width:265px;
	padding: 0;
	height:80px;
	overflow:hidden;
	float:left;
	background:url(../img/logo_alberic_chrysler.png) no-repeat 0px 0;
	text-indent:-9999px;
	margin:6px 0px 0 0;

}
.logo a{
	height:100%;
	display:block;
}
#header .opener{
	float:left;
	color:#ed372f;
	font-size:20px;
	line-height:24px; 
	font-weight:700;
	margin:28px 0 0;
	padding:0px 0 0;
	outline:none;
}
#header .opener:before{
	float:left;
	clear:both;
	content:"";
	width:25px;
	height:25px;
	margin:3px 13px 0 0;
}
#header .opener i {
    float: left;
    margin: -1px 10px 0px 0px;
    color: #000;
    font-size: 27px;
}
.header-menu{
	margin: 0 ;
	padding:12px 0 0;
	list-style:none;
	float:right;
	font-size:14px; line-height:18px ;
	text-transform:uppercase;
}
.header-menu li {
    float: left;
    line-height: 38px;
    padding: 0 0 20px 20px;
}
.header-menu li.share {
    margin-right: 20px;
}
.header-menu li.social {
    padding: 0;
}
.header-menu li.social i {
    font-size: 36px;
    margin: 0;
}
.header-menu li.social a:hover i {
    color: #ed372f;
}
.header-menu li.hover {
    position: relative;
}
.header-menu a {
    color: #999;
    float: left;
    padding: 11px 0 0;
}
.icn-compartir {
    font-family: "effra",sans-serif !important;
}
.header-menu a i {
    color: #ccc;
    float: left;
    font-size: 28px;
    margin: 5px 10px 0 0;
}
.header-menu a .icon-tel i {
    font-size: 28px;
}
.header-menu a.icn-compartir i {
    font-size: 25px;
}
.header-menu a.icn-compartir {
    color: #ed372f;
    line-height: 34px;
}
.header-menu a.icn-compartir:hover {
    color: #ed372f;
    text-decoration: none;
}
.header-menu  .drop{
	position:absolute;
	top:100%;
	left:9px;
	width:300px;
	background:#fff;
	overflow:hidden;
	display:none;
	z-index:100;
}
.header-menu  li.hover .drop{display:block;}
.header-menu  ul{
	margin:0 0 -4px;
	padding:5px 0 0;
	list-style:none;
	float:none;
	font-size:12px; line-height:18px;
	text-transform:uppercase;
	color:#666;
}
.header-menu  ul li{
	float:none;
	padding:2px 9px 10px;
}
.header-menu strong{padding:0 0 0 10px;}
.header-menu a strong{padding:0;}
#main{
	width:100%;
	overflow:hidden;
}
#main.main-add{background:none;}
#main.main-detail{background:none;}
.main-holder{margin:0 -5px 0 0;}
.main-slideshow {
	position: relative;
	overflow:hidden;
	width:100%;
	float:left;
	margin:0 5px 5px 0;
}
.main-slideshow .mask {
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:10;
}
.main-slideshow .slideset {
	width:99999px;
	overflow:hidden;
}
.main-slideshow .slide {
	float:left;
	width:1195px;
}
.main-slideshow img{
    display: block;
    width: 100%;
}

.main-slideshow .text{
    position:absolute;
    bottom:10px;
    right:15px;
    width:435px;
    height:54px;
    padding: 0 15px;
    color:#fff;
    font-size:18px; line-height:18px ;
    background:url(../img/black-a80.png) repeat;
    z-index:20;
}
.main-slideshow .text .text-slide{
    position:absolute;
    left:10px;
    top:0;
    right:0;
    z-index:1;
}
.main-slideshow .text .text-slide.active {
    z-index:2;
    display:block;
}
.main-slideshow .text:after{
    content:'';
    display:inline-block;
    height:100%;
    width:1px;
    overflow:hidden;
    margin:0 0 0 -5px;
    vertical-align:middle;
}
.main-slideshow .text .holder,
.main-slideshow .text .frame,
.main-slideshow .text .link{
    vertical-align:middle;
    display:inline-block;
    white-space:normal;
}
.main-slideshow .text .holder{
    /*width:90px;
    margin:0 22px 0 0;
    font-size:12px; line-height:12px;*/
    display: none;
}
.main-slideshow .text strong{
    display:block;
    font-size:20px; line-height:20px; font-weight:700;
}
.main-slideshow .text .frame{
    width:258px;
    margin:0 18px 0 0;
}
.main-slideshow .text p{margin:0 0 1px;}
.main-slideshow .text .link{
    margin:11px 0 0;
    width:155px;
    overflow:hidden;
    color:#ffd1ce;
    text-transform:uppercase;
    font-size:14px; line-height:16px;
}
.main-slideshow .text .link a{
    float:left;
    padding:9px 6px 8px;
    text-transform:uppercase;
    font-size:14px; line-height:16px;
}
.main-slideshow .text .link a:hover{
    text-decoration:none;
    color:#fff;
}
.main-slideshow .text .link a:after{
    float:right;
    clear:both;
    content:"";
    width:34px;
    height:34px;
    margin:-9px 0px 0 14px;
}
.main-slideshow .text .link a i {
    font-size:41px;
    color:#ed372f;
    float:right;
    position: absolute;
    top: 18px;
    margin-left: 17px;
    line-height: 18px;
}
.main-slideshow .text .link a:hover i {color:#fff;}

.main-slideshow .btn-prev,
.main-slideshow .btn-next{
    position:absolute;
    bottom:75px;
    width:50px;
    height:60px;
    z-index:10;
    overflow:hidden;
    background:#ed372f;
}
.main-slideshow .btn-prev i,
.main-slideshow .btn-next i{
    font-size:30px;
    color:#fff;
    line-height: 59px;
    margin-left: 9px;
}
.main-slideshow .btn-prev:hover i,
.main-slideshow .btn-next:hover i {color:#ed372f;}

.main-slideshow .btn-prev{
    right:70px; 
}
.main-slideshow .btn-next{
    right:15px; 
}

.main-slideshow .btn-prev:hover,
.main-slideshow .btn-next:hover{background:#fff;}

.logo-block{
	float:left;
	width:235px;
	height:433px;
	background-color:#fff;
	padding:7px 0 0;
	margin:0 5px 5px 0;
	overflow:hidden;
}
#main .logo-block h2{
	margin:0 0 7px;
	text-align:center;
	color:#333;
	font-size:20px; line-height:24px;
	font-weight: bold;
}
.logo-list{
	margin:0;
	padding:2px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.logo-list li{
	float:left;
	width:234px;
	/* ORIGINAL --> width:117px; */
	padding:1px 1px 1px 0;
	margin:-1px 0 0;
	/* ORIGINAL --> background: url(../img/sprite-box-bg.png) no-repeat 1px -69px; */
}
.logo-list li.even{
	padding:1px 0;
	background-position:-119px -69px;
}
.logo-list a{
	display:block;
	width:234px;
	/* ORIGINAL --> width:117px; */
	height:99px;
	/* ORIGINAL --> height:79px; */
	white-space:nowrap;
	text-align:center;
	border-top: 1px solid #eee; 
}
.logo-list a:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
	vertical-align:middle;
}
.logo-list a:hover{background:#ed372f;}
.logo-list a:hover span i { color: #fff; }

.logo-list span{
	vertical-align:middle;
	display:inline-block;
	/*text-indent:-9999px;*/
	overflow:hidden;
	/*background:url(../img/sprite.png) no-repeat -9999px -9999px;*/
}

.logo-list span i{	
	color:#333;
}

.logo-list span.logo1{
	width:50px;
	height:56px;
}
.logo-list span.logo2{
	width:84px;
	height:29px;
}
.logo-list span.logo3{
	width:72px;
	height:35px;
}
.logo-list span.logo4{
	width:69px;
	height:15px;
}
.logo-list span.logo5 i {
	position:absolute;
	font-size:58px;
	margin: -29px 0px 0px -74px;
}
.logo-list span.logo6 i {
	position:absolute;
	font-size:60px;
	margin: -29px 0px 0px -27px;	
}
.logo-list span.logo7 i{
    position:absolute;
	font-size:42px;
	margin:-19px 0px 0px -75px;
}
.logo-list span.logo8 i{
	position:absolute;
	font-size:47px;
	margin: -29px 0px 0px -46px;
}
.logo-list span.logo9{
	width:74px;
	height:29px;
}
.logo-list span.logo10{
	width:48px;
	height:59px;
}

.contaiiner{
	float:left;
	margin:0 5px 0 0;
	width:235px;
}
.chat-block{
	float:left;
	height:218px;
	width:235px;
	overflow:hidden;
	position:relative;
	margin:0 5px 4px 0;
}
.chat-block img{display:block;}
.chat-block h2{
	position:absolute;
	bottom:17px;
	left:0;
	z-index:2;
	margin:0;
	color:#fff;
	width:100%;
	text-align:center;
	font-size:14px; line-height:16px;
}
.chat-block .icon-chat{
	position:absolute;
	top:10px;
	right:10px;
	z-index:2;
	width:72px;
	height:67px;
	background:url(../img/sprite.png) no-repeat -108px -42px;
}
.chat-block .shadow{
	position:absolute;
	top:0;
	left:0;
	width:235px;
	height:218px;
	background:#ed372f;
	opacity:0.4;
	filter: alpha(opacity=40);
	text-indent:-9999px;
	overflow:hidden;
}
.chat-block:hover .shadow{
	opacity:0;
	filter: alpha(opacity=00);
	z-index:10;
}
.type-block{
	float:left;
	margin:0 5px 5px 0;
	width:235px;
	height:207px;
	overflow:hidden;
	background-color: #fff;
	padding:8px 0 3px;
}
#main .type-block h2{
	margin:0 0 14px;
	color:#333;
	font-size:20px; line-height:22px;
	text-align:center;
	font-weight: bold;
}
.type-block .holder{padding:0 0 0 5px;}
.type-list{
	margin:0;
	padding:0;
	list-style:none;
	width:218px;
	overflow:hidden;
}
.type-list li{
	margin:-4px 0 0 4px;
	padding:10px 0 10px;
	float:left;
	height:69px;
	width:105px;
	background:url(../img/separator03.png) no-repeat 100% 0;
}
.type-list li.even{background:none;}
.type-list a{
	display:block;
	background:url(../img/separator04.png) no-repeat -9999px -9999px;
	padding:0 0 7px;
}
.type-list a:hover,
.type-list .active a{
	text-decoration:none;
	background-position:50% 100%;
}
.type-list .car{
	display:block;
	/*text-indent:-9999px;*/
	overflow:hidden;
	margin:0 auto;
	/*background:url(../img/sprite.png) no-repeat -9999px -9999px;*/
}
.type-list .car.view1 i{
	position:absolute;
	color:#333;
	margin: 0px 0px 0px 12px;
    font-size: 27px;
}
.type-list .car.view2 i{
	position:absolute;
	color:#333;
	margin: 0px 0px 0px 12px;
    font-size: 27px;
}.type-list .car.view3 i{
	position:absolute;
	color:#333;
	margin: 0px 0px 0px 12px;
    font-size: 27px;
}.type-list .car.view4 i{
	position:absolute;
	color:#333;
	margin: 0px 0px 0px 12px;
    font-size: 27px;
}
.type-list a:hover .car.view1 i,
.type-list a:hover .car.view2 i,
.type-list a:hover .car.view3 i,
.type-list a:hover .car.view4 i {color:#ed372f;}

.type-list .car.view1{
	width:90px;
	height:32px;
	margin:5px auto 7px;
}
.type-list a:hover .car.view1,
.type-list .active .car.view1{background-position:-305px -171px;}
.type-list .car.view2{
	width:84px;
	height:42px;
	background-position:-416px -59px;
	margin:0 auto 2px;
}
.type-list a:hover .car.view2,
.type-list .active .car.view2{background-position:-416px -166px;}
.type-list .car.view3{
	width:82px;
	height:45px;
	background-position:-298px -104px;
	margin:0 auto 3px;
}
.type-list a:hover .car.view3,
.type-list .active .car.view3{background-position:-298px -211px;}
.type-list .car.view4{
	width:101px;
	height:42px;
	background-position:-399px -112px;
	margin:6px auto 0;
}
.type-list a:hover .car.view4,
.type-list .active .car.view4{background-position:-399px -219px;}
.type-list .name{
	display:block;
	color:#ed372f;
	font-size:14px; line-height:16px;
	text-align:center;
	font-weight: normal;
}
.new-car-block{
	float:left;
	margin:0 5px 5px 0;
	width:466px;
	overflow:hidden;
	height:432px;
	padding:4px 4px 4px 5px;
	background:#fff;
}
.new-car-block .head{
	width:100%;
	padding:3px 6px 8px 5px;
	overflow:hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#main .new-car-block h2{
	margin:0;
	float:left;
	color:#333;
	font-size:22px; line-height:24px; 
	text-transform:uppercase;
	font-weight: bold;
}
.new-car-block .link{
	float:right;
	color:#999;
	font-size:11px; line-height:14px; font-weight:700;text-transform:uppercase;
	padding:6px 0 4px;
}
.new-car-block .link:after{
	float:right;
	clear:both;
	content:"";
	width:22px;
	height:22px;
	/*background:url(../img/sprite.png) no-repeat -242px 0;*/
	margin:-4px 0 -4px 10px;
}
.new-car-block .link i {
    font-size: 30px;
    float: right;
    position: absolute;
    margin-left: 5px;
    line-height: 13px;
}
.new-car-block .link:hover{
	text-decoration:none;
	color:#ed372f;
}
.new-car-block .link:hover:after{background-position:-242px -24px;}
.tab-wrap{
	width:100%;
	overflow:hidden;
}
.tabset{
	margin:0 -1px 0 0;
	padding:0 0 1px;
	list-style:none;
	float:left;
	width:106px;
	position:relative;
	z-index:2;
	background:url(../img/separator05.gif) repeat-x 0 100%;
}
.tabset li{width:100%;}
.tabset a{
	background:url(../img/separator05.gif) repeat-x;
	display:block;
	height:39px;
	padding:0 6px 0 0;
	text-align:center;
}
.tabset li.active a,
.tabset a:hover{background:#fff url(../img/separator05.gif) repeat-x;}
.tabset a:after{
	content:'';
	display:inline-block;
	height:100%;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
	vertical-align:middle;
}
.tabset span{
	vertical-align:middle;
	display:inline-block;
	white-space:normal;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/sprite.png) no-repeat -9999px -9999px;
}

.img-logo a{
	display: block;
	width: 115px;
	height: 84px;
	background:url(../img/img-logo-chrysler.png) no-repeat -9999px -9999px;
}
.jeep a{
	background-position:0 0;
}

.ram a{
	background-position:0 -80px;
}

.dodge a{
	background-position:0 -160px;
}

.chrysler a{
	background-position:0 -240px;
}


.tabset span.logo1{
	width:29px;
	height:32px;
	background-position:-25px -172px;
}
.tabset a:hover span.logo1,
.tabset .active span.logo1{background-position:-125px -172px;}
.tabset span.logo2{
	width:73px;
	height:25px;
	background-position:-4px -215px;
}
.tabset a:hover span.logo2,
.tabset .active span.logo2{background-position:-104px -215px;}
.tabset span.logo3{
	width:50px;
	height:11px;
	background-position:-17px -261px;
}
.tabset a:hover span.logo3,
.tabset .active span.logo3{background-position:-117px -261px;}
.tabset span.logo4{
	width:54px;
	height:26px;
	background-position:-13px -292px;
}
.tabset a:hover span.logo4,
.tabset .active span.logo4{background-position:-113px -292px;}
.tabset span.logo5{
	width:84px;
	height:15px;
	background-position:0 -337px;
}
.tabset a:hover span.logo5,
.tabset .active span.logo5{background-position:-100px -337px;}
.tabset span.logo6{
	width:75px;
	height:11px;
	background-position:-4px -378px;
}
.tabset a:hover span.logo6,
.tabset .active span.logo6{background-position:-104px -378px;}
.tabset span.logo7{
	width:29px;
	height:31px;
	background-position:-26px -407px;
}
.tabset a:hover span.logo7,
.tabset .active span.logo7{background-position:-126px -407px;}
.tabset span.logo8{
	width:41px;
	height:18px;
	background-position:-18px -453px;
}
.tabset a:hover span.logo8,
.tabset .active span.logo8{background-position:-118px -453px;}
.tabset span.logo9{
	width:52px;
	height:21px;
	background-position:-16px -489px;
}
.tabset a:hover span.logo9,
.tabset .active span.logo9{background-position:-116px -489px;}
.tabset span.logo10{
	width:28px;
	height:35px;
	background-position:-27px -521px;
}
.tabset a:hover span.logo10,
.tabset .active span.logo10{background-position:-127px -521px;}
.tab-content{
	float:right;
	width:464px;
	height:395px;
	background:#fff;
	border:0px solid #ececec;
	position:relative;
}
.tab-content .tab{width:100%;}
.tab-content .tab-logo{
	position:absolute;
	z-index:1;
	background:url(../img/sprite-tabs.png) no-repeat -9999px -9999px;
	text-indent:-9999px;
	overflow:hidden;
}
.tab-content .tab-logo.cadillac{
	bottom:36px;
	left:105px;
	width:133px;
	height:149px;
	background-position:0 0;
}
.tab-content .tab-logo.buick{
	bottom:83px;
	left:52px;
	width:246px;
	height:84px;
	background-position:-136px 0;
}
.tab-content .tab-logo.gmc{
	bottom:76px;
	left:67px;
	width:222px;
	height:48px;
	background-position:-388px 0;
}
.tab-content .tab-logo.chevrolet{
	bottom:45px;
	left:103px;
	width:157px;
	height:76px;
	background-position:-136px -92px;
}
.tab-content .tab-logo.chrysler{
	bottom:59px;
	left:37px;
	width:286px;
	height:48px;
	background-position:-616px 0;
}
.tab-content .tab-logo.dodge{
	bottom:65px;
	left:59px;
	width:248px;
	height:34px;
	background-position:-300px -92px;
}
.tab-content .tab-logo.ram{
	bottom:33px;
	left:133px;
	width:84px;
	height:90px;
	background-position:-557px -92px;
}
.tab-content .tab-logo.jeep{
	bottom:40px;
	left:87px;
	width:174px;
	height:72px;
	background-position:-656px -92px;
}
.tab-content .tab-logo.ford{
	bottom:32px;
	left:85px;
	width:197px;
	height:75px;
	background-position:-308px -148px;
}
.tab-content .tab-logo.mitsubishi{
	bottom:18px;
	left:125px;
	width:114px;
	height:141px;
	background-position:-886px -92px;
}
.tab-content .holder{
	width:490px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
.tab-content ul{
	margin:0;
	padding:0 0 10px 5px;
	list-style:none;
	width:490px;
	overflow:hidden;
}
.tab-content ul li{
	float:left;
	width:110px;
	height:80px;
	padding:0 4px 4px 0;
	margin:0 0 -5px;
	position:relative;
	background:url(../img/separator03.png) no-repeat 100% 100%;
}
.tab-content ul img{
	display:block;
	margin:0 auto;
}
.tab-content ul span{
	position:absolute;
	bottom:5px;
	padding:0 9px 0 0;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align:center;
	font-weight: 800;
}
.tab-content ul a{
	color:#ed372f;
	font-size:10px; line-height:16px; font-weight:700;
	text-transform:uppercase;
}
.tab-content ul a:hover{
	text-decoration:underline;
	color:#e61510;
}
.used-car-block{
	float:left;
	margin:0 5px 5px 0;
	padding: 8px 5px 0;
	width:225px;
	height:432px;
	overflow:hidden;
	background-color: #fff;
}
#main .used-car-block h2{
	margin:0 5px 8px;
	color:#333;
	font-size:22px; line-height:24px; 
	font-weight: bold;
}
.used-car-block .holder{
	width:225px;
	overflow:hidden;
}
.used-car-list{
	margin:0 0 0px;
	padding:0;
	list-style:none;
	width:230px;
	overflow:hidden;
	color:#000;
}
.used-car-list li{
	overflow:hidden;
	background:#f6f6f6;
	width:225px;
	margin:0 5px 2px 0;
}
.used-car-list img{float:left;}
.used-car-list .text{
	height:1%;
	overflow:hidden;
	font-size:11px; line-height:12px;
	padding:9px 5px 0 9px;
}
.used-car-list strong{
	display:block;
	color:#666;
}
.used-car-list span{
	display:block;
	margin:0 0 3px;
}
.used-car-list .link{
	display:block;
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:22px;
	height:22px;
	/*background:url(../img/sprite.png) no-repeat -242px -24px;*/
	margin:0 0 0 1px;
}
.used-car-list .link i {
    font-size: 25px;
    line-height: 22px;
}
.used-car-list li:hover .link{ color: #000; }
.used-car-block .bottom{padding-bottom:1px;}
.used-car-block .bottom,
.about-block .bottom{
	width:100%;
	overflow:hidden;
}
.used-car-block .bottom .link,
.about-block .bottom .link{
	display:block;
	padding:0;
	margin:10px 0 10px 0;
	border:3px solid #ed372f;
	color:#ed372f;
	font-size:14px; 
	line-height:40px; 
	font-weight:700;
	text-transform:uppercase;
	width:125px;
	height:40px;
	text-align:center;
	background: #fff;
}
.used-car-block .bottom .link:hover,
.about-block .bottom .link:hover{
	text-decoration:none;
	color:#000;
	border: 3px solid #000;
}
/*.used-car-block .bottom .link:after,
.about-block .bottom .link:after{
	float:right;
	clear:both;
	content:"";
	width:34px;
	height:34px;
	margin:-8px 0 0 11px;
}*/
.used-car-block .bottom .link i,
.about-block .bottom .link i {
	font-size: 38px;
    line-height: 18px;
    margin-left: 8px;
	position:absolute;
	display: none;
}

.about-block .about-text {
	font-size:16px; line-height:24px;
	font-weight: 200;
}

#main .about-block h2{
	margin:0 0 7px -1px;
	color:#333;
	font-size:22px; line-height:24px;
	text-transform: uppercase; 
	font-weight: bold;
}
.about-block .holder{
	height:355px;
	overflow:hidden;
}
#main .about-block p{margin:0 0 18px;}
.about-block img{
	display:block;
	width:100% !important;
	height:auto;
	margin-bottom:12px;
}
.search-form{
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 9;
    width:436px;
    overflow:hidden;
    padding: 10px 15px;
    background:url(../img/black-a80.png) repeat;
    color:#fff;
    font-size:11px;
    line-height:14px ;
}
#main .search-form h2{
    float: left;
    margin:0 10px 0 0;
    color:#fff;
    font-size:22px;
    line-height:32px;
    text-transform:uppercase;
}
.search-form p{ /*margin:0 0 16px;*/ display: none; }
.search-form select{width:213px;}
.jcf-hidden {
    display: block !important;
    position: absolute !important;
    left: -9999px !important;
}
.select-area {
    border: 1px solid #b9b9b9;
    background:#fff;
    position: relative;
    overflow: hidden;
    cursor: default;
    float: left;
    height:38px;
    line-height: 38px;
    display:block;
    margin:0 0px 5px 0;
}

.search-form .select-area {
    height: 32px;
    line-height: 32px;
    margin: 0 2px 0 0 !important;
    width: 145px !important;
}

.select-disabled {
    background:#eee;
    color: #fff;
}
.select-disabled.select-area .center,
.select-disabled .select-opener i {
    color: #ccc !important;
}

.select-area .center {
    white-space: nowrap;
    padding: 3px 30px 3px 9px;
    color:#333;
    font-size:14px;
    line-height:32px;
}
.select-area .select-opener {
    /*background:#fff url(../img/sprite.png) no-repeat -474px -437px;*/
    position: absolute;
    height:32px;
    width:30px;
    right: 0;
    top: 0;
}
.select-area .select-opener i {
    font-size:25px;
    line-height:38px;
    color:#ed372f;
}
.is-home .select-area .select-opener i {
    line-height:32px;
}
.select-options {
    position: absolute;
    overflow: hidden;
    background: #fff;
    z-index: 2000;
    margin:-1px 0 0;

}
.select-options .drop-holder {
	border: 1px solid #b9b9b8;
	border-top:0;
	overflow: hidden;
	height: 1%;
}
.select-options ul {
	list-style: none;
	padding:1px 0 0;
	margin: 0;
	font-size:12px; line-height:16px ;
}
.select-options ul li {
	width: 100%;
	float: left;
	text-decoration: none;
}
.select-options ul a {
	text-decoration: none;
	padding:8px 9px 6px;
	display: block;
	background:url(../img/separator05.gif) repeat-x;
	color: #999;
	font-weight:normal;
	height: 1%;
	cursor:pointer;
}
.select-options ul a:hover ,.select-options .item-selected a{
	background-color: #ed372f;
	color: #fff;
}

.search-form input[type=submit]{
	display:block;
	margin:3px 0 0 auto;
	padding:0 0 2px;
	border:0;
	background:url(../img/sprite.png) no-repeat -460px -404px;
	font-size:14px; line-height:30px; font-weight:700;
	color:#ed372f;
	width:40px;
	height:30px;
	text-align:left;
	text-transform:uppercase;
}
.search-form input[type=submit]:hover{
	cursor:pointer;
	color:#fff;
	background-position:-460px -888px;
}
.tender-block{
	width:235px;
	float:left;
	overflow:hidden;
	height:218px;
	margin:0 5px 5px 0;
	position:relative;
	font-size:12px; line-height:16px ;
}
.tender-block img{display:block;}
.tender-block h2{
	position:absolute;
	bottom:15px;
	color:#fff;
	font-size:14px; line-height:18px; font-weight:700;
	margin:0 0 5px;
	width:100%;
	text-align:center;
}
.tender-block .link{
	position:absolute;
	top:0;
	left:0;
	width:235px;
	height:218px;
	/*text-indent:-9999px;*/
	overflow:hidden;
}
.tender-block:hover .link{z-index:10;}

.tender-block .icon-tender{
	position:absolute;
	top:10px;
	right:10px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:93px;
	height:93px;
	/*background:url(../img/sprite.png) no-repeat -186px -78px;*/
}
.tender-block .link i {
    font-size: 115px;
    color: #E61510;
    float: right;
}
.parts-block{
	width:235px;
	height:218px;
	overflow:hidden;
	position:relative;
	margin:0 5px 4px 0;
	float:left;
}
.parts-block img{display:block;}
.parts-block h2{
	position:absolute;
	top:84px;
	left:0;
	color:#fff;
	font-size:28px; line-height:30px; font-weight:700;
	text-align:center;
	margin:0;
	width:100%;
}
.parts-block .link{
	position:absolute;
	top:0;
	left:0;
	width:235px;
	height:218px;
	/*text-indent:-9999px;*/
	overflow:hidden;
}
.parts-block .link:after{
	content:'';
	position:absolute;
	bottom:10px;
	right:10px;
	width:34px;
	height:34px;
	/*background:url(../img/sprite.png) no-repeat -203px -40px;*/
}
.finance-block .link i, .parts-block .link i {
    font-size: 45px;
    color: #A90E0A;
    margin-top: 168px;
    margin-right: 4px;
    float: right;
}

.parts-block .link:hover i{color:#fff;}
.service-block{
	width:235px;
	height:218px;
	overflow:hidden;
	position:relative;
	float:left;
	margin:0 5px 5px 0;
}
.service-block img{display:block;}
.service-block h2{
	position:absolute;
	top:81px;
	left:0;
	color:#fff;
	font-size:28px; line-height:30px; font-weight:700;
	text-align:center;
	margin:0;
	width:100%;
}
.service-block .link{
	position:absolute;
	top:0;
	left:0;
	width:235px;
	height:218px;
	/*text-indent:-9999px;*/
	overflow:hidden;
}
.service-block .link:after{
	content:'';
	position:absolute;
	bottom:10px;
	right:10px;
	width:34px;
	height:34px;
	/*background:url(../img/sprite.png) no-repeat -164px 0;*/
}
.service-block .link i {
    font-size: 45px;
    color: #ed372f;
    margin-top: 168px;
    margin-right: 4px;
    float: right;
}
.service-block .link:hover i{color:#fff;}
.our-team-block{
	width:235px;
	height:218px;
	position:relative;
	margin:0 5px 4px 0;
	float:left;
	overflow:hidden;
}
.our-team-block img{display:block;}
.our-team-block h2{
	position:absolute;
	top:5px;
	left:9px;
	color:#fff;
	font-size:22px; line-height:28px;
	margin:0;
	width:100%;
	z-index:2;
	font-weight: bold;
}
.our-team-block .link:after{
	content:'';
	position:absolute;
	bottom:10px;
	right:10px;
	width:34px;
	height:34px;
	/*background:url(../img/sprite.png) no-repeat -164px 0;*/
	z-index:2;
}
.our-team-block .link:hover:after{background-position:-204px 0;}

.our-team-block .link{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:235px;
	height:218px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	background:url(../img/shadow.png);
}
.our-team-block .link i {
    font-size: 43px;
    color: #ed372f;
    margin-left: 188px;
    top: 171px !important;
    position: absolute;
}
.our-team-block .link:hover i {    
    color: #fff;
    
}

.our-team-block .link:hover{
	background:url(../img/bullet01.png) no-repeat -9999px -9999px;
	z-index:10;
}
.khow-form{
	float:left;
	overflow:hidden;
	width:215px;
	height:202px;
	padding:6px 10px 10px;
	margin:0 5px 5px 0;
	background:#ededed;
	color:#999;
	font-size:11px; line-height:14px ;
}
#main .khow-form h2{
	margin:0 0 5px;
	font-size:22px; line-height:28px;
	text-transform:uppercase;
}
#main .khow-form p{margin:0 0 28px;}
.khow-form label{
	margin:0 0 2px;
	display:block;
	color:#4c4c4c;
	font-size:12px; line-height:16px; font-weight:700;
}
.khow-form input[type=text]{
	display:block;
	padding:3px 9px;
	margin:0 0 17px;
	border:1px solid #b9b9b9;
	background:#fff;
	width:195px;
	height:33px;
	color:#ccc;
	font-size:14px; line-height:36px; 
}
.is-inventory .khow-form input[type=text] {
	width: 170px;
}
.khow-form input[type=submit]{
	display:block;
	padding:0;
	margin:10px 0 0 0;
	border:3px solid #ed372f;
	color:#ed372f;
	font-size:14px; 
	line-height:35px; 
	font-weight:700;
	text-transform:uppercase;
	width:125px;
	height:40px;
	text-align:center;
	background:transparent;
}
.khow-form i {
	display: none;
	font-size: 43px;
	color: #ed372f;
	line-height: -13px;
	position:absolute;
	margin-top: -39px;
	margin-left: 171px;
}
.khow-form input[type=submit]:hover {
	cursor:pointer;
	color:#000;
	border: 3px solid #000;
}
.contaiiner-add{
	float:left;
	margin:0 5px 5px 0;
	width:475px;
}
.car-carousel {
	float:left;
	position: relative;
	overflow:hidden;
	width:300px;
	height:160px;
	padding:28px 87px 30px 88px;
	background:#ccc;
	margin:0 5px 4px 0;
}
.car-carousel h1 {
    background-color: rgba(255, 255, 255, .8);
    bottom: 0;
    color: #000;
    font-size: 16px;
    left: 0;
    margin: 0;
    padding: 5px;
    position: absolute;
}

.locations-block + .car-carousel{margin-bottom:5px;}
.car-carousel .mask {
	position: relative;
	overflow: hidden;
	width:100%;
}
.car-carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.car-carousel .mask .slide {
	float: left;
	width:300px;
	position:relative;
}
.car-carousel img{display:block;}
.car-carousel .link a{
	display:block;
	width:100%;
	height:100%;
}
.car-carousel .link span{
	position:absolute;
	bottom:10px;
	right:10px;
	text-indent:-9999px;
	overflow:hidden;
	width:34px;
	height:34px;
	background:url(../img/sprite.png) no-repeat -164px 0;
}
.car-carousel .link:hover span{background-position:-204px 0;}

.car-carousel .btn-prev,
.car-carousel .btn-next{
	position:absolute;
	top:77px;
	width:50px;
	height:60px;
	z-index:10;
	/*text-indent:-9999px;*/
	overflow:hidden;
	background:#ed372f;/*url(../img/sprite.png) no-repeat -9999px -9999px;*/
}
.car-carousel .btn-prev:hover,
.car-carousel .btn-next:hover{
	background:#fff;
}
.car-carousel .btn-prev i, .car-carousel .btn-next i {
    font-size: 30px;
    color: #FFF;
    line-height: 59px;
    margin-left: 9px;
}
.car-carousel .btn-prev:hover i, .car-carousel .btn-next:hover i {
    font-size: 30px;
    color: #ed372f;
    line-height: 59px;
    margin-left: 9px;
}

.car-carousel .btn-prev{
	left:0;
	background-position:0 -42px;
}
.car-carousel .btn-next{
	right:0;
	background-position:-55px -42px;
}
.places-block {
	float:left;
	width:475px;
	overflow:hidden;
	height:218px;
	position:relative;
	overflow:hidden;
	margin:0 5px 5px 0;
	background:url(../img/bg-place.gif);
}
.places-block img{
	float:right;
	margin:0 16px 0 0;
}
#main .places-block h2{
	margin:0;
	position:absolute;
	top:8px;
	left:11px;
	text-transform:uppercase;
	color:#333;
	font-size:22px; line-height:24px; 
	font-weight: bold;
}
.places-block .link{
	position:absolute;
	bottom:10px;
	left:10px;
	/*text-indent:-9999px;*/
	overflow:hidden;	
	/*background:url(../img/sprite.png) no-repeat -164px 0;*/
}
.places-block .link i {
    font-size: 45px;
    color: #ed372f;
    margin-left: -4px;
    margin-bottom: -4px;
    float: left;
}
.places-block .link:hover{background-position:-204px 0;}
.review-block{
	float:left;
	overflow:hidden;
	position:relative;
	margin:0 5px 4px 0;
	padding:6px 10px 4px;
	background-color: #fff;
	width:215px;
	height:208px;
	color:#333;
	font-size:11px; line-height:18px;
}
#main .review-block h2{
	margin:0 0 17px;
	font-size:22px; line-height:26px;
	text-transform:uppercase;
	font-weight: bold;
    color: #333;
}
q{quotes: none;}
q:before{content:'';}
q:after{content:'';}
blockquote{
	margin:0;
	padding:0 12px 105px 15px;
	background:url(../img/sprite-box-bg.png) no-repeat -600px 68px;
}
blockquote q{display:block;}
blockquote q:before{
	display:inline-block;
	vertical-align:bottom;
	clear:both;
	content:'';
	width:20px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/sprite.png) no-repeat -200px -191px;
	margin:0 7px 0 -10px;
}
.blockquote q:after{
	display:inline-block;
	vertical-align:top;
	clear:both;
	content:'';
	width:20px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/sprite.png) no-repeat -241px -191px;
	margin:0 0 0 14px;
}
.review-block .link{
	position:absolute;
	bottom:10px;
	right:10px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	/*background:url(../img/sprite.png) no-repeat -164px 0;*/
}
.review-block .link i {
    font-size: 43px;
    color: #ed372f;
    margin-left: -4px;
    margin-bottom: -4px;
    float: right;
}
.review-block .link:hover i{color:#fff;}
.question-block{
	width:235px;
	height:218px;
	float:left;
	position:relative;
	margin:0 5px 5px 0;
	font-size:16px; line-height:18px;
	color:#fff;
	overflow:hidden;
}
.question-block img{display:block;}
.question-block .text{
	position:absolute;
	bottom:10px;
	left:12px;
	z-index:2;
	color:#fff;
	width:180px;
}
#main .question-block h2{
	font-size:16px; line-height:18px;
	margin:0;
}
#main .question-block p{margin:0;}

.question-block .icon-chat{
	position:absolute;
	top:12px;
	right:10px;
	z-index:2;
	width:89px;
	height:88px;
	/*background:url(../img/sprite.png) no-repeat -411px -538px;*/
}
.question-block i {
	color:#E61510;
	font-size:94px;
	position:absolute;
    top: 2px;
    right: -5px;
	z-index:2;
}

.question-block .shadow{
	position:absolute;
	top:0;
	left:0;
	width:235px;
	height:218px;
	background:#ed372f;
	opacity:0.4;
	filter: alpha(opacity=40);
	text-indent:-9999px;
	overflow:hidden;
}

.question-block:hover .shadow{
	opacity:0;
	filter: alpha(opacity=00);
	z-index:10;
}
.main-add #content{
	width:100%;
	float:left;
}
.main-add .c1{margin:0 240px;}
.result-block{
	width:715px;
	overflow:hidden;
}
.result-block .holder{margin:0 -5px 0 0;}
.result-unit{
	float:left;
	width:225px;
	height:208px;
	margin:0 5px 4px 0;
	overflow:hidden;
	padding:5px;
	background-color: #fff;
}
.result-unit .frame{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.result-unit img{
    float: left;
    height: auto;
    width: 100%;
}
.result-unit .link{
	display: block;
    height: 127px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
/*.result-unit .link:hover{background:#ed372f;}*/

.result-unit .link:after{
    clear: both;
    color: #ed372f;
    content: "\e91c";
    display: block;
    font-family: "icomoon";
    font-size: 34px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 34px;
}

.result-unit .link:hover:after {
    color: #000;
}

.result-unit .wrap{
	width:100%;
	overflow:hidden;
	padding:8px 0 0;
}
#main .result-unit h2{
	margin:0 8px 3px;
	font-size:14px; 
	line-height:18px; 
	font-weight:700;
	text-overflow: ellipsis; /* will make [...] at the end */
	/*width: 370px; /* change to your preferences */
	white-space: nowrap; /* paragraph to one line */
	overflow:hidden; /* older browsers */

}
/*.result-block.list-view{background:#999;}*/
.result-block.list-view .result-unit,
.result-block .result-unit.long-unit{
	width:705px;
	margin:0 0 5px;
	padding:5px;
	height:auto;
}
.result-block.list-view .frame{
	float:left;
	width:225px;
	margin:0 4px 0 0;
	padding:0;
}
.result-block.list-view .wrap{
	padding:0;
	width:476px;
	float:left;
}
#main .result-block.list-view h2{
	float:left;
	width:230px;
	float:left;
	margin:0;
	padding:32px 0 0 18px;
	font-weight:normal;
	font-size:18px;
	line-height:20px;
}
.result-block.list-view .property-list{
	float:right;
	width:225px;
	margin:-4px 0 0;
}
.result-block.list-view .more{
	display:none;
}
/*.result-block .pagination{display:none;}*/
/*.result-block.list-view .pagination{*/
.result-block .pagination{
	width:100%;
	text-align:center;
	display:block;
	font-size:20px; line-height:22px;
}
/*.result-block.list-view .pagination ul{*/
.result-block .pagination ul{
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:17px 0;
	list-style:none;
}
/*.result-block.list-view .pagination li{*/
.result-block .pagination li{
	display:inline-block;
	vertical-align:top;
}

/*.result-block.list-view .pagination a{*/
.result-block .pagination a{
	float:left;
	margin:15px 0;
}
/*.result-block.list-view .pagination .next,*/
/*.result-block.list-view .pagination .prev{*/
.result-block .pagination .next,
.result-block .pagination .prev{
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:120px;
	height:52px;
	margin:-5px 0;
	/*background:url(../img/sprite.png) no-repeat -9999px -9999px;*/
}
.result-block .pagination .next i, .result-block .pagination .prev i {
    font-size: 50px;
}
/*.result-block.list-view .pagination .next{*/
.result-block .pagination .next{
	float:right;
	background-position:0 -708px;
	margin:0 0 0 168px;
}
/*.result-block.list-view .pagination .prev{*/
.result-block .pagination .prev{
	float:left;
	background-position:0 -1544px;
	margin:0 168px 0 0;
}
/*.result-block.list-view .pagination a:hover,*/
/*.result-block.list-view .pagination .active a{*/
.result-block .pagination a:hover,
.result-block .pagination .active a{
	text-decoration:none;
	color:#333;
}
.property-list{
	margin:0;
	padding:0 0 5px;
	list-style:none;
	color:#a3a3a3;
	font-size:11px; line-height:14px ;
}
.property-list li{
	border-top: 1px solid #eee;
    margin: 0 0 -1px;
    padding: 4px 8px;
}
.result-unit .more{
	display:block;
	width:235px;
	height:218px;
	margin:-5px;
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
}
.result-unit .more:after{
	position:absolute;
	top:85px;
	left:61px;
	display:block;
	clear:both;
	content:"";
	width:120px;
	height:52px;
	background:url(../img/sprite.png) no-repeat 0 -708px;
}
.result-unit .more:hover{background:#fff;}
.main-add #sidebar{
	width:235px;
	float:left;
	margin:0 0 0 -100%;
}
.sidebar-holder{margin:0 -5px 0 0;}
.filtre-form{
	float:left;
	margin:0 5px 4px 0;
	padding:7px 10px 3px;
	width:215px;
	min-height:429px;
	background:#fff;
	overflow:hidden;
}
.filtre-form select{
	width:213px;
	margin:0 0 5px;
}
#main .filtre-form h2{
	margin:0 0 7px;
	color:#333;
	font-size:22px; line-height:26px;
	text-transform:uppercase;
}
.filtre-form input[type=submit]{
	display:block;
	padding:0 0 6px;
	margin:50px 3px 0 auto;
	border:0;
	color:#ed372f;
	font-size:14px; line-height:30px; font-weight:700;
	text-transform:uppercase;
	background:url(../img/sprite.png) no-repeat -402px -752px;
	width:98px;
	height:30px;
	text-align:left;
}
.filtre-form input[type=submit]:hover{
	cursor:pointer;
	color:#fff;
	background-position:-402px -811px;
}
.filtre-form .select-area .select-opener{width:36px;}
.option-block{
	width:235px;
	height:211px;
	background:#a90e0a;
	margin:0 5px 4px 0;
	padding:7px 0 0;
	float:left;
	color:#fff;
	overflow:hidden;
}
#main .option-block h2{
	margin:0 9px 6px;
	font-size:22px; line-height:26px;
}
.option-block .holder{
	width:100%;
	overflow:hidden;
	background:url(../img/separator07.gif) repeat-x;
}
.sorting-box{
	float:left;
	padding:8px 0 0 10px;
}
.sorting-box h3{
	margin:0 0 11px;
	color:#e61510;
	font-size:14px; line-height:16px;
}
.sorting-box ul{
	margin:0;
	padding:0 0 0 17px;
	list-style:none;
}
.sorting-box ul li{padding:0 0 8px;}

.sorting-box ul a.up:before,
.sorting-box ul a.down:before{
	font-family:"icomoon";
	font-size: 10px;
	float:left;
	clear:both;
	content:"\e90e";
	width:10px;
	height:5px;
	margin: 2px 2px 0px -13px;
	/*background:url(../img/sprite.png) no-repeat -9999px -9999px;*/
}
.sorting-box ul a.up:before{background-position:-206px -250px;}
.sorting-box ul a.down:before{background-position:-206px -235px;}
.sorting-list{
	margin:0 0 -1px;
	padding:0;
	list-style:none;
	float:right;
	width:121px;
	background:url(../img/sprite-box-bg.png) no-repeat 0 -158px;
}
.sorting-list li{
	display:block;
	padding:1px 0 0 5px;
}
.sorting-list li:hover,
.sorting-list li.active{position:relative;}
.sorting-list li:after{
	position:absolute;
	top:34px;
	right:0;
	clear:both;
	content:"";
	width:9px;
	height:17px;
	/*background:url(../img/sprite.png) no-repeat -206px -260px;*/
	display:none;
}
.sorting-list li:hover:after,
.sorting-list li.active:after{display:block;}
.sorting-list li:first-child a{height:88px;}
.sorting-list a{
	display:block;
	width:117px;
	height:89px;
	/*text-indent:-9999px;*/
	overflow:hidden;
}
.sorting-list a:hover,
.sorting-list .active a{background:#e61510; color: #fff;}

.sorting-list a:after{
	clear:both;
	content:"";
	display:block;
	/*text-indent:-9999px;*/
	overflow:hidden;
	width:34px;
	height:34px;
	margin:5px 0 0 40px;
	/*background:url(../img/sprite.png) no-repeat -9999px -9999px;*/
}

.sorting-list a.icon1 i, .sorting-list a.icon2 i {
    font-size: 30px;
    display: block;
    margin: 23px 0px 0px 40px;
}

.sorting-list a.icon1:after{background-position:-94px -664px;}
.sorting-list .active a.icon1:after,
.sorting-list li:hover a.icon1:after{background-position:0 -664px;}
.sorting-list a.icon2:after{background-position:-141px -664px;}
.sorting-list .active a.icon2:after,
.sorting-list li:hover a.icon2:after{background-position:-47px -664px;}
.search-car-form{
	width:215px;
	height:677px;
	padding:7px 10px 3px;
	overflow:hidden;
	float:left;
	margin:0 5px 4px 0;
	color:#333;
	font-size:12px; line-height:14px;
	background:#fff;
}
#main .search-car-form h2{
	margin:0 0 11px;
	font-size:20px; line-height:24px;
	font-weight: bold;
}
#main .search-car-form p{margin:0 0 7px;}
.search-car-form select{width:213px;}
.search-car-form input[type=text]{
	display:block;
	padding:5px 10px;
	margin:0 0 6px;
	border:1px solid #b9b9b9;
	background:#fff;
	width:193px;
	height:29px;
	color:#333;
	font-size:14px; line-height:36px; 
}
.search-car-form input[type=submit]{
	display:block;
	padding:0;
	margin:10px 0 0 0;
	border:3px solid #ed372f;
	color:#ed372f;
	font-size:14px; 
	line-height:35px; 
	font-weight:700;
	text-transform:uppercase;
	width:125px;
	height:40px;
	text-align:center;
	background: #fff;
}
.search-car-form input[type=submit]:hover{
	cursor:pointer;
	color:#000;
	border: 3px solid #000;
}
.search-car-form .select-area{margin-bottom:5px;}
.search-car-form .select-area .select-opener{width:35px;}
.finance-block{
	width:235px;
	height:218px;
	position:relative;
	margin:0 5px 5px 0;
	float:left;
	overflow:hidden;
}
.finance-block img{display:block;}
.finance-block h2{
	position:absolute;
	top:84px;
	left:0;
	color:#fff;
	font-size:28px; line-height:30px; font-weight:700;
	text-align:center;
	margin:0;
	width:100%;
}
.finance-block .link{
	position:absolute;
	top:0;
	left:0;
	width:235px;
	height:218px;
	/*text-indent:-9999px;*/
	overflow:hidden;
}
.finance-block .link:after{
	content:'';
	position:absolute;
	bottom:10px;
	right:10px;
	width:34px;
	height:34px;
	/*background:url(../img/sprite.png) no-repeat -203px -40px;*/
}
.finance-block .link i, .parts-block .link i {
    font-size: 45px;
    color: #A90E0A;
    margin-top: 168px;
    margin-right: 4px;
    float: right;
}
.finance-block .link:hover i {
	color:#fff;
}


.finance-block .link:hover:after{background-position:-204px 0;}
.main-add .aside{
	width:235px;
	float:right;
	margin:0 0 0 -235px;
}
.aside-holder{margin:0 -5px 0 0;}
.aside .container{
	margin:0 5px 0 0;
	float:left;
	width:235px;
}
.aside .chat-block,
.aside .review-block,
.aside .used-car-block,
.aside .khow-form,
.aside .question-block,
.aside .finance-block,
.aside .tender-block{margin:0 5px 4px 0;}
.aside .used-car-block{
	float:left;
	height:auto;
}
.aside .our-team-block{margin-bottom:5px;}
.main-detail #content{
	float:left;
	width:955px;
}
.main-detail #content .c1{margin:0 -5px 0 0;}
.main-detail .aside{
	float:right;
	width:235px;
}
.detail-carousel{
	width:955px;
	float:left;
	margin:0 5px 4px 0;
	background:#4c4c4c;
}
.detail-carousel .mask{
	float:right;
	overflow:hidden;
	width:662px;
}
.detail-carousel .slideset {
	width: 99999px;
	float: left;
}
.detail-carousel .slideset .slide{
	float:left;
	width:662px;
	position:relative;
}
.detail-carousel .slideset img{
	display:block;
	width: 100%;
	height: auto;
}
.detail-carousel .slideset .link{
	display:block;
	width:100%;
	height:100%;
}
.detail-carousel .slideset .link span{
	position:absolute;
	bottom:10px;
	right:10px;
	overflow:hidden;
}
.detail-carousel .slideset .link span i {
    font-size: 32px;
}
.detail-carousel .slideset .link:hover span{background-position:-80px -805px;}

.detail-carousel .title {
	background:#fff;
	height: 58px;
	padding:5px 10px;
	overflow: hidden;
	display: block;
	z-index: 99;
	position: relative;
}
.detail-carousel .title h2 {
	font-size: 40px;
	line-height: 40px;
	height: 45px;
	overflow: hidden;
	margin-top: 0px;
	padding:0;
}
.detail-carousel .title strong {
	color: #666;
}
/**
 * Overlay styles
 */
.slide .overlay {
    width: 662px;
    height:100%;
    background:url(../img/img-overlay.png) 0 0 no-repeat;
    z-index: 0;
    position:absolute;
    top: 0;
    left: 0;
}

.overlay.big {
    width: 800px !important;
    height:100%;
    background:url(../img/img-overlay-800.png) 0 0 no-repeat !important;
    z-index: 0;
    position:absolute;
    top: 0;
    left: 0;
}

.overlay-branch{
    color: #ed372f;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    left: 10px;
    top: 10px;

} 
.overlay-address{
    color: #666;
    font-size: 11px;
    line-height: 11px !important;
    font-weight: 700;
    position: absolute;
    left: 10px;
    top: 30px;
} 
.overlay-telephone{
    color: #666;
    font-size: 14px;
    font-weight: 100;
    position: absolute;
    right: 10px;
    top:10px;
} 

.overlay-url{
    color: #ed372f;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 40%;
}

.detail-carousel .holder{
	float:left;
	width:293px;
}
.breadcrumbs{
	margin:0;
	list-style:none;
	width:100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	font-size:10px; 
	line-height:10px;
	overflow: hidden;
	padding: 3px 0;
}
.breadcrumbs li{
	float:left;
	/*background:url(../img/separator08.png) no-repeat 0 3px;*/
	padding:0 4px 0 0px;
}
.breadcrumbs li:before {
	content: " / ";
	padding-left:0px; 
}
.breadcrumbs li:after{
	content: "";
	padding-left:0;
}
.breadcrumbs li a:hover {
	color:#ed372f;
}
.detail-carousel .mini-images{
	width:100%;
	position:relative;
	padding:0 0 14px;
}
.detail-carousel .shadow{
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	text-indent:-9999px;
	overflow:hidden;
	width:14px;
	height:85px;
	background:url(../img/mask.png) no-repeat;
	display: none;
}
.detail-carousel .mini-mask{
	width:293px;
	position:relative;
	overflow:hidden;
}
.detail-carousel .mini-mask .frame{
	width:9999px;
	float:left;
}
.detail-carousel .mini-mask .slide{
	float:left;
	width:128px;
	position:relative;
	cursor:pointer;
}
.detail-carousel .mini-mask img{display:block;}
.detail-carousel .mini-mask .link{
	display:block;
	width:100%;
	height:100%;
}
.detail-carousel .mini-mask .link span{
	position:absolute;
	bottom:4px;
	right:4px;
	text-indent:-9999px;
	overflow:hidden;
	width:22px;
	height:22px;
	/*background:url(../img/sprite.png) no-repeat -242px -24px;*/
}
.detail-carousel .mini-mask .link:hover span{background-position:-242px -50px;}
.detail-carousel .btn-holder{
	height:1%;
	overflow:hidden;
	background:#a0534e;
}
.detail-carousel .btn-prev,
.detail-carousel .btn-next{
	width:50px;
	height:60px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	background:#ed372f ; /*url(../img/sprite.png) no-repeat -9999px -9999px;*/
}
.detail-carousel .btn-prev:hover,
.detail-carousel .btn-next:hover{background:#fff;}


.detail-carousel .btn-prev i, .detail-carousel .btn-next i {
    font-size: 30px;
    color: #FFF;
    line-height: 59px;
    margin-left: 9px;
}
.detail-carousel .btn-prev:hover i, .detail-carousel .btn-next:hover i {
    font-size: 30px;
    color: #ed372f ;
    line-height: 59px;
    margin-left: 9px;
}
.detail-carousel .btn-prev{
	float:left;
	background-position:0 -42px;
}
.detail-carousel .btn-next{
	float:right;
	background-position:-55px -42px;
}

.detail-carousel .btn-holder span{
	display:block;
	text-align:center;
	color:#fff;
	font-size:12px; line-height:16px ;
	padding:24px 0 19px;
}
.detail-carousel .btn-holder em.cur,
.detail-carousel .btn-holder em.all {font-style:normal;}
.detail-carousel .description{
	color:#a3a3a3;
	height:1%;
	padding:0 11px 0 12px;
	overflow:hidden;
	font-size:15px; line-height:18px;
}
.detail-carousel .year{
	float:right;
	font-size:32px; line-height:40px; font-weight:700;
	color:#fff;
	margin:0;
}
.detail-carousel h2{
	margin:0 0 5px;
	font-size:24px; line-height:24px;
	color:#ed372f;
}
.social-network{
	margin:0 0 4px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.social-network li{
	float:left;
	margin:0 4px 0 0;
}
.social-network a{float:left;}
.social-network a.icon-facebook,
.social-network a.icon-twitter,
.social-network a.icon-email,
.social-network a.icon-print,
.social-network a.icon-addthis{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/sprite.png) no-repeat -9999px -9999px;
	width:32px;
	height:32px;
}
.social-network a.icon-facebook{background-position:0 -762px;}
.social-network a.icon-twitter{background-position:-36px -762px;}
.social-network a.icon-email{background-position:-72px -762px;}
.social-network a.icon-print{background-position:-108px -762px;}
.social-network a.icon-addthis{background-position:-144px -762px;}
.social-network .number{
	float:left;
	width:62px;
	height:32px;
	margin:0 0 0 3px;
	text-align:center;
	color:#000;
	line-height:32px;
	background:url(../img/sprite.png) no-repeat -180px -762px;
}
.description-list{
	margin:0 -11px 0 -12px;
	max-width:293px;
	padding:0 0 5px;
	list-style:none;
	background:url(../img/separator02.png) no-repeat -1413px 100%;
}
.description-list li{
	padding:10px 0 3px 10px;
	background:url(../img/separator02.png) no-repeat -1114px 0;
}
.price-form{
	float:left;
	width:455px;
	min-height:431px;
	margin:0 5px 5px 0;
	background:#fff;
	padding:8px 10px 2px;
}
#main .price-form h2{
	margin:0 0 6px;
	color:#333;
	font-size:22px; line-height:26px;
	text-transform:uppercase;
}
.price-form .row{
	height:1%;
	overflow:hidden;
	border:1px solid #b9b9b9;
	background:#666;
	margin:0 0 5px;
}
.price-form .row label{
	float:left;
	width:147px;
	padding:9px 9px;
	margin:0;
	color:#fff;
	font-size:14px; line-height:20px; 
}
.price-form .row label span{color:#f00;}
.price-form .row input[type=text]{
	float:left;
	padding:5px 10px;
	margin:0;
	border:0;
	width:268px;
	height:29px;
	color:#b9b9b9;
	font-size:14px; line-height:29px;
}
.price-form .car{
	display:block;
	color:#333;
	font-size:14px; line-height:18px ;
	margin:0 0 9px;
	padding:8px 0 0;
}
.price-form .car em{
	font-style:normal;
	color:#000;
}
.price-form label{
	display:block;
	color:#333;
	margin:0 0 3px;
	font-size:14px; line-height:18px ;
}
.price-form textarea{
	border:1px solid #b7b7b7;
	background:#fff;
	padding:5px 0 0 10px;
	margin:0;
	width:443px;
	max-width:443px !important;
	height:95px;
	min-height:30px;
	max-height:50px;
	color:#b9b9b9;
	font-size:14px; line-height:29px;
}
.price-form input[type=submit]{
	display:block;
	padding:0;
	margin:10px 0 0 0;
	border:3px solid #ed372f;
	color:#ed372f;
	font-size:14px; 
	line-height:35px; 
	font-weight:700;
	text-transform:uppercase;
	width:125px;
	height:40px;
	text-align:center;
	background: #fff;
}
.price-form input[type=submit]:hover{
	cursor:pointer;
	color:#000;
	border: 3px solid #000;
}
.result-block.add{
	float:left;
	width:475px;
	margin:0 5px 0 0;
}
.result-block.add .result-unit{margin-bottom:5px;}
.specifications{
	float:left;
	width:955px;
	padding:6px 0 0;
	margin:0 5px 3px 0;
	background:#fff;
}
#main .specifications h2{
	margin:0 8px 7px;
	color:#4c4c4c;
	font-size:22px; line-height:26px;
	text-transform:uppercase;
}
.specifications .holder{
	position:relative;
	background:url(../img/separator05.gif) repeat-x;
	padding:1px 0 0;
}
.specifications .holder:before,
.specifications .holder:after{
	position:absolute;
	top:-4px;
	clear:both;
	content:"";
	width:5px;
	height:9px;
	z-index:10;
	background:url(../img/sprite.png) no-repeat -9999px -9999px;
}
.specifications .holder .wrap{
	overflow:hidden;
	width:100%;
	padding-bottom:15px;
	background:url(../img/separator09.gif) repeat-x;
}
.specifications .holder:before{
	left:0;
	background-position:-202px -292px;
}
.specifications .holder:after{
	right:0;
	background-position:-217px -292px;
}
.specifications .column{
	float:left;
	width:239px;
	padding-bottom:9999px;
	margin-bottom:-9999px;
	background:url(../img/separator05.gif) repeat-y;
}
.specifications .column:first-child{
	width:238px;
	background:none;
}
.specifications h3{
	margin:0 0 7px;
	padding:16px 11px;
	color:#4c4c4c;
	font-size:14px; line-height:20px; font-weight:700;
	text-transform:uppercase;
}
.specifications h3:before{
	float:left;
	clear:both;
	content:"";
	/*background:url(../img/sprite.png) no-repeat -9999px -9999px;*/
	height:30px;
}
.specifications h3.icon1 i {
    float: left;
    font-size: 33px;
    width: 35px;
    margin: -7px 13px -5px -46px;
}
.specifications h3.icon2 i {
    float: left;
    font-size: 33px;
    width: 23px;
    margin: -6px 16px -6px -46px;
    position: absolute;
}
.specifications h3.icon3 i {
    float: left;
    font-size: 33px;
    width: 41px;
    margin: -7px 8px -6px -46px;
    position: absolute;
}
.specifications h3.icon4 i {
    float: left;
    font-size: 33px;
    width: 29px;
    margin: -7px 8px -6px -46px;
    position: absolute;
}
.specifications h3.icon1:before{
	width:35px;
	background-position:-158px -805px;
	margin:-5px 13px -5px 0;
}
.specifications h3.icon2:before{
	width:23px;
	background-position:-200px -805px;
	margin:-6px 16px -6px 11px;
}
.specifications h3.icon3:before{
	width:41px;
	background-position:-158px -837px;
	margin:-7px 8px -6px 1px;
}
.specifications h3.icon4:before{
	width:29px;
	background-position:-208px -838px;
	margin:-5px 13px -6px 7px;
}
.specifications ul{
	margin:0;
	padding:0 10px;
	list-style:none;
}
.specifications ul li{
	/*background:url(../img/bullet02.png) no-repeat 0 4px;*/
	padding:0 0 0 17px;
}
.specifications ul li:before{
	font-family:"icomoon";
	content:"\e90b";
	position:absolute;
	color: #ed372f;
    font-size: 11px;
    margin: 0px 0px 0px -15px;
}
.calculator-form{
	width:215px;
	height:430px;
	float:left;
	padding:7px 10px 3px;
	margin:0 5px 4px 0;
	color:#fff;
	font-size:14px; line-height:16px; 
	background:url(../img/bg-calculator.jpg);
}
#main .calculator-form h2{
	margin:0 0 7px;
	color:#fff;
	font-size:22px; line-height:26px;
}
#main .calculator-form p{margin:0 0 12px;}
.calculator-form label{
	display:block;
	color:#ccc;
	margin:0 0 2px;
}
.calculator-form select{
	display:block;
	width:213px;
}
.calculator-form .select-area .select-opener{width:36px;}
.calculator-form .line{
	height:1%;
	overflow:hidden;
	margin:0 0 7px;
}
.calculator-form input[type=text]{
	float:left;
	padding:5px 7px;
	margin:0;
	background:#fff;
	border:1px solid #b9b9b9;
	width:120px;
	height:29px;
	color:#999;
	font-size:14px; line-height:29px;
}
.calculator-form .line em{
	float:left;
	color:#ccc;
	font-size:12px; line-height:16px ;
	padding:13px 0 0 4px;
}
.calculator-form .label{
	display:block;
	color:#ccc;
	font-size:18px; line-height:22px ;
	margin:0 0 2px;
}
.calculator-form .payment{
	border:1px solid #b9b9b9;
	background:#8e8e8e;
	text-align:center;
	font-size:48px; line-height:52px;
	color:#fff;
	padding:25px 0 22px;
}
.calculator-form .payment span{display:block;}
.calculator-form input[type=submit]{
	display:block;
	padding:0 0 4px;
	margin:13px 3px 0 auto;
	border:0;
	color:#ed372f;
	font-size:14px; line-height:30px; font-weight:700;
	text-transform:uppercase;
	background:url(../img/sprite.png) no-repeat -386px -1035px;
	width:114px;
	height:33px;
	text-align:left;
}
.calculator-form input[type=submit]:hover{
	cursor:pointer;
	color:#fff;
	background-position:-386px -1090px;
}
.interview-form{
	width:217px;
	height:209px;
	float:left;
	margin:0 5px 4px 0;
	background:#a90e0a;
	color:#fff;
	padding:7px 9px 3px;
	font-size:14px; line-height:18px ;
}
#main .interview-form h2{
	margin:0 0 5px;
	color:#ed372f;
	font-size:22px; line-height:26px;
}
.interview-form p{margin:0 0 10px;}
.interview-form input[type=submit]{
	display:block;
	padding:0 0 6px;
	margin:23px 0 0 auto;
	border:0;
	background:url(../img/sprite.png) no-repeat -368px -483px;
	width:132px;
	height:33px;
	color:#ed372f;
	font-size:14px; line-height:32px; font-weight:700;
	text-align:left;
}
.interview-form input[type=submit]:hover{
	cursor:pointer;
	color:#fff;
	background-position:-368px -967px;
}
.interview-form .row{
	height:1%;
	overflow:hidden;
	padding:0 0 6px 7px;
}
.interview-form .rad-area {
	float:left;
	margin:1px 8px 0 0;
}
.interview-form .row label{
	float:left;
	color:#fff;
	font-size:18px; line-height:22px ;
}
.rad-area {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/sprite.png) no-repeat -200px -313px;
}
.rad-checked {background-position:-200px -339px;}
.tel-service-block{
	width:217px;
	height:211px;
	margin:0 5px 4px 0;
	padding:7px 9px 0;
	float:left;
	background:#fff;
	color:#333;
}
#main .tel-service-block h2{
	margin:0 0 13px;
	font-size:22px; line-height:26px;
	font-weight: bold;
}
.tel-service-block h3{
	margin:0 0 5px;
	color:#e61510;
	font-size:14px; line-height:16px;
}
.tel-list{
	position:relative;
	color:#666;
	margin:0 -9px;
	padding:0;
	list-style:none;
	font-size:11px; line-height:12px;
}
.tel-list li{
	padding:5px 0 9px 41px;
	position:relative;
	border-top: 1px dotted #ddd;
}
.tel-list span{
	display:block;
	position:relative;
	margin:0 0 1px;
}
.tel-list span::before {
    font-family: "icomoon";
    clear: both;
    color: #E61510;
    font-size: 26px;
    content: "\e91a";
    position: absolute;
    top: 7px;
    left: -33px;
    width: 22px;
    height: 25px;
}
.tel-list strong{display:block;}
.banner{
	width:955px;
	float:left;
	margin:0 5px 4px 0;
	position:relative;
}
.banner img{
	display:block;
	width:100% !important;
	height:auto;
}
.banner .text{
	position:absolute;
	bottom:0;
	left:0;
	padding:24px 30px 19px 28px;
	min-width:417px;
	color:#ed372f;
	font-size:48px; line-height:52px;
	text-transform:uppercase;
	background:url(../img/shadow.png);
}
.team-block{
	width:907px;
	float:left;
	margin:0 5px 4px 0;
	padding:26px 24px 88px;
	background:url(../img/bg-team.jpg);
}
#main .team-block h2{
	margin:0 0 29px;
	color:#b67a2d;
	text-transform:uppercase;
	font-size:28px; line-height:32px; 
}
#main .team-block h2:before{
	float:left;
	clear:both;
	content:"";
	width:67px;
	height:34px;
	background:url(../img/sprite.png) no-repeat -242px -800px;
	margin:-3px 22px 0 0;
}
.team-carousel {
	position: relative;
	width:820px;
	padding:0 61px 0 74px;
	margin:0 -24px;
}
.team-carousel .mask {
	position: relative;
	overflow: hidden;
	width:100%;
}
.team-carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.team-carousel .mask .slide {
	width:400px;
	padding:0 10px 0 0;
	float: left;
	position:relative;
}
.team-carousel .mask img{display:block;}
.team-carousel .btn-prev,
.team-carousel .btn-next{
	position:absolute;
	top:103px;
	width:50px;
	height:60px;
	z-index:10;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/sprite.png) no-repeat -9999px -9999px;
}
.team-carousel .btn-prev{
	left:0;
	background-position:0 -42px;
}
.team-carousel .btn-next{
	right:0;
	background-position:-55px -42px;
}
.team-carousel .btn-prev:hover{background-position:0 -103px;}
.team-carousel .btn-next:hover{background-position:-55px -103px;}
.team-carousel .link{
	display:block;
	width:100%;
	height:100%;
}
.team-carousel .link span{
	position:absolute;
	bottom:10px;
	right:20px;
	text-indent:-9999px;
	overflow:hidden;
	width:34px;
	height:34px;
	background:url(../img/sprite.png) no-repeat -164px 0;
}
.team-carousel .link:hover span{background-position:-204px 0;}
.story-block{
	float:left;
	width:939px;
	min-height:382px; /*370*/
	margin:0 5px 4px 0;
	padding:12px 0 0px 16px;
	background:#fff  url(../img/bg-story.png) no-repeat 0 100%;
	color:#333;
	font-size:14px; line-height:18px ;
}
#main .story-block h2{
	margin:0 0 13px;
	font-size:60px; line-height:64px;
	text-transform:uppercase;
}
#main .story-block h3{
	margin:20px 0 12px;
	font-size:32px; line-height:34px; 
	text-transform:uppercase;
	font-weight: bold;
}
.story-block p{margin:0 0 18px;}
.story-block .post{
	height:1%;
	overflow:hidden;
	padding:0 0 0 4px;
	margin-right:20px; 
}
.story-block .frame{
	float:left;
	width:311px;
	margin:0 38px 0 0;
}
.story-block img{
	display:block;
	margin:5px 0 18px;
}
.story-block .frame.mini{
	margin:0;
	float:right;
	width:235px;
}
.story-block .text{overflow:hidden;}
.story-block h4{
	margin:-3px 0;
	font:italic 22px/24px Georgia, "Times New Roman", Times, serif;
}
.story-block .text.view1{
	border-left:1px solid #fff;
	color:#ccc;
	margin:20px 0 47px 1px;
	padding:0 0 0 21px;
}
.story-block .text.view2{
	border-left:1px solid #666;
	color:#fff;
	margin:0 0 0 1px;
	padding:0 0 0 21px;
}
.offers-block{
	float:left;
	width:940px;
	padding:14px 8px 19px 7px;
	margin:0 5px 5px 0;
	background-color:#fff;
}
#main .offers-block h2{
	margin:0 9px 13px;
	color:#333;
	font-size:60px; line-height:64px;
	text-transform:uppercase;
}
.offers-carousel {
	position: relative;
	margin:0 0 15px;
}
.offers-carousel .mask {
	position: relative;
	overflow: hidden;
	width:940px;
}
.offers-carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.offers-carousel .mask .slide {
	width: 940px;
	height: 625px;
	overflow: hidden;
	float: left;
}
.offers-carousel .mask img{
	display:block;
	width:100% !important;
	height:auto;
}
.offers-carousel .btn-holder{
	height:1%;
	overflow:hidden;
	background:#8f514d;
}
.offers-carousel .btn-prev,
.offers-carousel .btn-next{
	display:block;
	width:100px;
	height:120px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	background:#ed372f;/*url(../img/sprite.png) no-repeat -9999px -9999px;*/
}
.offers-carousel .btn-prev i, .offers-carousel .btn-next i {
    font-size: 69px;
    color: #FFF;
    margin-left: 15px;
    line-height: 114px;
}
.offers-carousel .btn-prev:hover i, .offers-carousel .btn-next:hover i {
    color:#ed372f;
}
.offers-carousel .btn-prev{
	float:left;
	background-position:0 -880px;
}
.offers-carousel .btn-next{
	float:right;
	background-position:-105px -880px;
}
.offers-carousel .btn-prev:hover,
.offers-carousel .btn-next:hover{background:#fff;}

.offers-carousel .btn-holder span{
	display:block;
	text-align:center;
	padding:49px 0 40px;
}
.offers-carousel .btn-holder span a{
	color: #fff;
	font-size: 22px; line-height:26px;
}
.message-form{padding:0 0 0 3px;}
.message-form h3{
	margin:0 0 17px;
	color:#333;
	font-size:22px; line-height:26px;
	text-transform:uppercase;
}
.message-form .holder{
	height:1%;
	overflow:hidden;
}
.message-form .frame{
	float:left;
	width:455px;
	margin:0 0 0 25px;
}
.message-form .frame:first-child{margin:0;}
.message-form .row{
	height:1%;
	overflow:hidden;
	border:1px solid #b9b9b9;
	background:#666;
	margin:0 0 5px;
}
.message-form .row label{
	float:left;
	width:147px;
	padding:9px 9px;
	margin:0;
	color:#fff;
	font-size:14px; line-height:20px; 
}
.message-form .row label span{color:#f00;}
.message-form .row input[type=text]{
	float:left;
	padding:5px 10px;
	margin:0;
	border:0;
	width:268px;
	height:29px;
	color:#b9b9b9;
	font-size:14px; line-height:29px;
}
.message-form .car{
	display:block;
	color:#ccc;
	font-size:14px; line-height:18px ;
	margin:0 0 9px;
	padding:8px 0 0;
}
.message-form .car em{
	font-style:normal;
	color:#fff;
}
.message-form label{
	display:block;
	color:#333;
	margin:0 0 3px;
	font-size:14px; line-height:18px ;
}
.message-form textarea{
	border:1px solid #b7b7b7;
	background:#fff;
	padding:5px 0 0 10px;
	margin:0;
	width:443px;
	max-width:443px !important;
	height:58px;
	min-height:50px;
	max-height:58px;
	color:#b9b9b9;
	font-size:14px; line-height:29px;
}
.message-form input[type=submit]{
	display:block;
	padding:0;
	margin:10px 0 0 0;
	border:3px solid #ed372f;
	color:#ed372f;
	font-size:14px; 
	line-height:35px; 
	font-weight:700;
	text-transform:uppercase;
	width:125px;
	height:40px;
	text-align:center;
	background: #fff;
}
.message-form input[type=submit]:hover{
	cursor:pointer;
	color:#000;
	border: 3px solid #000;
}
.not-found-block{
	width:918px;
	float:left;
	padding:11px 20px 82px 17px;
	min-height:480px;
	margin:0 5px 4px 0;
	background:#4c4c4c url(../img/bg-found.png) no-repeat 0 100%;
	color:#ccc;
	font-size:14px; line-height:18px ;
}
#main .not-found-block h2{
	margin:0 0 12px;
	text-transform:uppercase;
	font-size:60px; line-height:66px; 
}
.not-found-block .post{
	height:1%;
	overflow:hidden;
}
.not-found-block .frame{
	float:left;
	width:310px;
	margin:0 35px 0 3px;
	padding:0 0 0 5px;
}
.not-found-block h3{
	margin:0 0 26px -5px;
	text-transform:uppercase;
	font-size:32px; line-height:34px; 
}
.not-found-block p{margin:0 0 18px;}
.not-found-block .list-wrap{
	float:left;
	width:565px;
	padding:5px 0 0;
}
.not-found-block .holder{
	float:left;
	width:268px;
	margin:0 6px 0 0;
}
.not-found-block .box{
	margin:0 0 31px;
	padding:8px 0 0 5px;
	border-left:1px solid #666;
}
.not-found-block h4{
	margin:0 0 8px 5px;
	text-transform:uppercase;
	color:#fff;
	font-size:14px; line-height:16px;
}
.not-found-block ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:14px; line-height:18px ;
}
.not-found-block ul a{
	display:block;
	padding:1px 5px 1px 20px;
	background:url(../img/bullet02.png) no-repeat 4px 5px;
}
.not-found-block ul a:hover{
	color:#fff;
	text-decoration:none;
	background:#ed372f url(../img/bullet03.png) no-repeat 4px 5px;
}
.manager-block{
	width:225px;
	padding:7px 5px 62px;
	margin:0 5px 4px 0;
	float:left;
	background-color: #fff;
}
.manager-block.add{padding-bottom:53px;}
#main .manager-block h2{
	margin:0 6px 7px;
	color:#333;
	font-size:22px; line-height:26px;
	text-transform:uppercase;
	font-weight: bold;
}
.manager-list{
	margin:0;
	padding:0;
	list-style:none;
}
.manager-list li{margin:0 0 2px;}
.manager-list a{
	background:#eee;
	display:block;
	height:1%;
	overflow:hidden;
	color:#333;
	font-size:11px; line-height:12px;
}
.manager-list a:hover{
	background:#a90e0a;
	position:relative;
}
.manager-list a:after{
	clear:both;
	content:"";
	width:7px;
	height:13px;
	position:absolute;
	top:50%;
	right:0;
	margin:-6px 0 0;
	background:url(../img/sprite.png) no-repeat -230px -239px;
	display:none;
}
.manager-list a:hover:after{display:block;}
.manager-list img{float:left;}
.manager-list .text{
	display:block;
	height:1%;
	overflow:hidden;
	padding:9px 5px 4px 9px;
}
.manager-list a .name{
	display:block;
	color:#000;
	margin:0 0 12px;
}
.manager-list a:hover{
	text-decoration:none;
	color:#fff;
}
.manager-list a:hover .name{color:#fff;}
.contact-block{
	float:left;
	width:207px;
	height:202px;
	margin:0 5px 5px 0;
	padding:11px 14px 5px;
	font-size:14px; line-height:17px;
	color:#fff;
	background:#666 url(../img/bg-contact.png) no-repeat 0 100%;
}
#main .contact-block h2{
	margin:0 4px 16px;
	font-size:22px; line-height:24px; 
	text-indent:-6px;
}
.contact-block p{margin:0 0 5px;}
.locations-block{
	width:235px;
	height:218px;
	background:url(../img/bg-place.gif);
	float:left;
	margin:0 5px 5px 0;
}
.locations-link{
	width:235px;
	height:218px;
	color:#ed372f;
	font-size:28px; line-height:32px; 
	text-align:center;
	display:block;
}
.locations-link:before{
	display:block;
	clear:both;
	content:"";
	width:129px;
	height:129px;
	margin:34px auto 16px;
	background:url(../img/sprite.png) no-repeat 0 -1134px;
}
.locations-link:hover{
	color:#ed372f;
	text-decoration:none;
}
.locations-link:hover:before{background-position:-134px -1134px;}
.big-container{
	float:left;
	width:475px;
	margin:0 5px 0 0;
}
.big-container .holder{margin:0 -5px 0 0;}
.map-block{
	width:235px;
	margin:0 5px 4px 0;
	float:left;
	background:#fff;
	height:440px;
	font-size:12px; line-height:14px;
}
.map-block .logo-wrap{
	width:100%;
	position:relative;
	height:132px;
}
.map-block .logo1,
.map-block .logo2,
.map-block .logo3,
.map-block .logo4,
.map-block .logo5,
.map-block .logo6,
.map-block .logo7,
.map-block .logo8,
.map-block .logo9,
.map-block .logo10,
.map-block .logo11,
.map-block .logo12{
	position:absolute;
	/*text-indent:-9999px;*/
	overflow:hidden;
	/*background:url(../img/sprite.png) no-repeat -9999px -9999px;*/
}
.map-block .logo1{
	top:14px;
	left:19px;
	width:60px;
	height:67px;
}


.map-block .logo2{
	top:27px;
	left:101px;
	width:117px;
	height:40px;
}
.map-block .logo1:hover,
.map-block .logo2:hover, 
.map-block .logo3:hover,
.map-block .logo4:hover,
.map-block .logo5:hover, 
.map-block .logo6:hover,
.map-block .logo7:hover,
.map-block .logo8:hover,
.map-block .logo9:hover,
.map-block .logo10:hover{
	color:#ed372f;
}

.map-block .logo3{
	top:99px;
	left:16px;
	width:76px;
	height:17px;
}
.map-block .logo4{
	top:80px;
	left:126px;
	width:78px;
	height:38px;
}
.map-block .logo5{
	top: -3px;
    left: 23px;
    font-size: 70px;
    color: #999;
}
.map-block .logo6{
	top: 47px;
    left: 58px;
    font-size: 31px;
    color: #999;
}
.map-block .logo7{
	top: 77px;
    left: 38px;
    font-size: 45px;
    color: #999;
}
.map-block .logo8{
	top: 80px;
    left: 103px;
    font-size: 42px;
    color: #999;
}
.map-block .logo9{
	top:43px;
	left:59px;
	width:118px;
	height:45px;
}
.map-block .logo10{
	top:22px;
	left:78px;
	width:71px;
	height:87px;
}


.info-list{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	background:url(../img/separator05.gif) repeat-x 0 100%;
}
.info-list:after,
.info-list:before{
	display:block;
	clear:both;
	content:"";
	width:5px;
	height:9px;
	background:url(../img/sprite.png) no-repeat -9999px -9999px;
	position:absolute;
	bottom:-4px;
}
.info-list:before{
	background-position:-202px -292px;
	left:0;
}
.info-list:after{
	background-position:-217px -292px;
	right:0;
}
.info-list > li:after,
.info-list > li:before{
	display:block;
	clear:both;
	content:"";
	width:5px;
	height:9px;
	background:url(../img/sprite.png) no-repeat -9999px -9999px;
	position:absolute;
	top:-4px;
}
.info-list > li:before{
	background-position:-202px -292px;
	left:0;
}
.info-list > li:after{
	background-position:-217px -292px;
	right:0;
}
.info-list li{
	position:relative;
	background:url(../img/separator05.gif) repeat-x;
}
.info-list .wrap{
	height:1%;
	overflow:hidden;
	background:url(../img/separator05.gif) repeat-y 34px 0;
}
.info-list .icon-tel,
.info-list .icon-location,
.info-list .icon-link,
.info-list .icon-passage{
	float:left;
	/*text-indent:-9999px;*/
	overflow:hidden;
	/*background:url(../img/sprite.png) no-repeat -9999px -9999px;*/
}
.info-list .icon-tel i {
    font-size: 25px;
    margin: 0px 6px 0px -3px;
    color: rgba(0, 0, 0, 0.2);
    line-height: 17px;
}
.info-list .icon-locatio i {
    font-size: 23px;
    margin: 0px 6px 0px 6px;
    color: rgba(0, 0, 0, 0.2);
    line-height: 34px;
}
.info-list .icon-link i {
    font-size: 23px;
    margin: 0px 6px 0px 0px;
    color: rgba(0, 0, 0, 0.2);
    line-height: 34px;
}
.info-list .icon-passage i {
    font-size: 23px;
    margin: 0px 6px 0px 0px;
    color: rgba(0, 0, 0, 0.2);
    line-height: 34px;
}

.info-list .icon-tel{
	margin:11px 0 0 7px;
}
.info-list .icon-locatio {
	margin:11px 0 0 9px;
}
.info-list .icon-link{
	margin:10px 0 0 6px;
}
.info-list .icon-passage{	
	margin:9px 0 0 8px;
}
.info-list .frame{
	float:right;
	width:190px;
	padding:10px 0 6px;
}
.info-list strong.tel{
	display:block;
	color:#666;
	font-size:22px; line-height:26px; font-weight:700;
}
.info-list .name{
	display:block;
	color:#666;
	font-size:12px; line-height:16px; font-weight:700;
}
.info-list address{
	display:block;
	color:#ed372f;
	font-style:normal;
	padding:0 0 2px;
}
.info-list .link{
	font-weight:bold;
	display:inline-block;
	vertical-align:middle;
	margin:3px 0 7px;
}
.info-list a:hover{
	text-decoration:underline;
	color:#e61510;
}
.info-list strong.directions{
	display:block;
	margin:-4px 0 -2px;
	font-size:12px; line-height:16px; font-weight:700;
}
.info-list ul{
	margin:0 0 -2px;
	padding:0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.info-list ul li{
	float:left;
	background:url(../img/separator10.gif) no-repeat 0 3px;
	padding:0 8px 0 5px;
}
.info-list ul li:first-child{
	background:none;
	padding-left:0;
}
.info-list ul a{font-size:12px; line-height:16px; font-weight:700;}
.map-block .map{
	width:100%;
	position:relative;
}
.map-block .map img{display:block;}
.map-block .map a{
	width:235px;
	height:110px;
	position:absolute;
	top:0;
	left:0;
	/*text-indent:-9999px;*/
	overflow:hidden;
	background:url(../img/shadow02.png);
}
.map-block .map a:hover{background:none;}

.map-block .map a:before{
	display:block;
	clear:both;
	position:absolute;
	top:50%;
	left:50%;
	margin:-33px 0 0 -39px;
	width:67px;
	height:67px;
	/*background:url(../img/sprite.png) no-repeat -320px -1134px;*/
}
.map-block .map a i {
    font-size: 77px;
    margin-left: 84px;
    line-height: 107px;
}

.map-block .map a:hover i{color:#A90E0A;}

.contact-form{
	float:left;
	width:455px;
	height: 650px;
	margin:0 5px 5px 0;
	background:#fff;
	padding:8px 10px 4px;
}
#main .contact-form h2{
	margin:0 0 8px;
	color:#333;
	font-size:22px; line-height:26px;
	text-transform:uppercase;
}
.contact-form h3{
	margin:0 -10px 9px;
	color:#333;
	font-size:18px; line-height:22px ;
	position:relative;
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.contact-form .row + h3{margin-top:12px;}
.contact-form h3 span{
	display:block;
	padding:3px 10px 7px;
	position:relative;
}

.contact-form .row{
	height:1%;
	overflow:hidden;
	border:1px solid #b9b9b9;
	background:#666;
	margin:0 0 5px;
}
.contact-form .row label{
	float:left;
	width:147px;
	padding:9px 9px;
	margin:0;
	color:#fff;
	font-size:14px; line-height:20px; 
}
.contact-form .row label span{color:#f00;}
.contact-form .row input[type=text]{
	float:left;
	padding:5px 10px;
	margin:0;
	border:0;
	width:268px;
	height:29px;
	color:#4C4C4C;
	font-size:14px; line-height:29px;
}
.contact-form label{
	display:block;
	color:#333;
	margin:8px 0 2px;
	font-size:14px; line-height:18px ;
}
.contact-form textarea{
	border:1px solid #b7b7b7;
	background:#fff;
	padding:5px 0 0 10px;
	margin:0;
	width:443px;
	max-width:443px !important;
	height:215px;
	min-height:50px;
	max-height:215px;
	color:#b9b9b9;
	font-size:14px; line-height:29px;
	font-family: "effra", sans-serif;
}
.contact-form input[type=submit]{
	display:block;
	padding:0;
	margin:10px 0 0 0;
	border:3px solid #ed372f;
	color:#ed372f;
	font-size:14px; 
	line-height:35px; 
	font-weight:700;
	text-transform:uppercase;
	width:125px;
	height:40px;
	text-align:center;
	background: #fff;
}
.contact-form input[type=submit]:hover{
	cursor:pointer;
	color:#000;
	border: 3px solid #000;
	background-position:-234px -721px;
}
.order-form{
	float:left;
	width:455px;
	margin:0 5px 5px 0;
	background:#fff;
	padding:8px 10px 3px;
}

#lms-trade-form {
	min-height: 726px;
}

#main .order-form h2{
	margin:0 0 7px;
	color:#333;
	font-size:22px; line-height:26px;
	text-transform:uppercase;
}
.order-form h3{
	margin:0 -10px 9px;
	color:#333;
	font-size:18px; line-height:22px ;
	position:relative;
	font-weight: normal;
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.order-form .row + h3{margin-top:12px;}
.order-form h3 span{
	display:block;
	padding:3px 10px 7px;
	position:relative;
}
.order-form .row{
	height:1%;
	overflow:hidden;
	border:1px solid #b9b9b9;
	background:#666;
	margin:0 0 5px;
	position: relative;
}
.order-form .row label{
	float:left;
	width:147px;
	padding:9px 9px;
	margin:0;
	color:#fff;
	font-size:14px; line-height:20px; 
}
.order-form .row label span{color:#f00;}
.order-form .row input[type=text]{
	float:left;
	padding:5px 10px;
	margin:0;
	border:0;
	width:268px;
	height:29px;
	color:#b9b9b9;
	font-size:14px; line-height:29px;
}
.form-calendar{
	display: block;
	width: 35px;
	height: 40px;
	background:#fff;
	position: absolute;
	right: 0;
	top:0px;
	font-size:23px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	color: #ed372f;

}
.order-form input[type=submit]{
	display:block;
	padding:0;
	margin:10px 0 0 0;
	border:3px solid #ed372f;
	color:#ed372f;
	font-size:14px; 
	line-height:35px; 
	font-weight:700;
	text-transform:uppercase;
	width:125px;
	height:40px;
	text-align:center;
	background: #fff;
}
.order-form input[type=submit]:hover{
	cursor:pointer;
	color:#000;
	border: 3px solid #000
}
.order-form .calendar{
	background:#f4f4f4;
	float:right;
	width:288px;
}
.order-form .calendar img{display:block;}
.order-form .row.add label{padding-top:77px;}
.order-form select{width:288px;}
.order-form .select-area{
	float:right;
	margin:-1px;
}
.data-block{
	float:left;
	width:475px;
	margin:0 5px 5px 0;
	background:#fff;
	color:#333;
	font-size:14px; line-height:18px ;
}
#main .data-block h2{
	margin:-3px 0 20px;
	color:#333;
	font-size:18px; line-height:18px ;
}
.data-block p{margin:0 0 18px;}
.data-block .holder{
	height:1%;
	overflow:hidden;
	padding:16px 0 2px 13px;
}
.data-block .frame{
	float:left;
	margin:0 0 0 33px;
	width:210px;
	padding:3px 0 0;
}
.data-block .frame:first-child{margin:0;}
#footer{
	width:100%;
	color:#777;
	font-size:11px; line-height:14px ;
	border-top: 1px solid #ededed;
	margin-top: 20px;
}
#footer p{margin:0 5px 14px;}
#footer .holder{
	background-color:transparent;
	width:100%;
	overflow:hidden;
	margin:0 0 14px;
}
.sub-logo{
	margin:42px 24px 0 0;
	overflow:hidden;
	float:right;
	color: #eee;
	/*background:url(../img/sprite.png) no-repeat 0 -564px;
	text-indent:-9999px;*/
}
.sub-logo i{
	font-size:32px;
	color:#d0d0d0;
	margin:32px 24px 0 0;

}
.sub-logo a{
	height:100%;
	display:block;
}
#footer .boxes{
	float:left;
	padding-bottom:16px;
}
#footer .box{
	float:left;
	width:218px;
	padding:15px 3px 9999px 18px;
	margin-bottom:-9999px;
    border-right: 0px solid #eee;
}
#footer h3{
	margin:0 0 9px;
	color:#333;
	font-size:18px; line-height:22px ;
	text-transform:uppercase;
}
#footer .wrap{
	height:1%;
	overflow:hidden;
}
#footer .box ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px; line-height:14px ;
	text-transform:uppercase;
}
#footer .box .add ul{
	float:left;
	width:103px;
	margin:0 0 0 12px;
}
#footer .box .add ul:first-child{margin:0;}
#footer .box ul li{
	height:1%;
	overflow:hidden;
	margin:0 0 4px;
}
#footer .box ul a{
	float:left;
	color:#ed372f;
	padding:0 2px 0 3px;
}
#footer .box ul a:before{
	float:left;
	clear:both;
	content:'';
	width:5px;
	height:5px;
	/*background:url(../img/sprite.png) no-repeat -208px -222px;*/
	margin:5px 4px 0 0;
}
#footer .box ul a i {
	font-size: 6px;
    position: absolute;
    float: left;
    margin-left: -10px;
    line-height: 13px;
}
#footer .box ul a:hover{
	background:#ed372f;
	color:#fff;
	text-decoration:none;
}
#footer .box ul a:hover:before{background-position:-219px -222px;}
.empty-block{
	float:left;
	width:235px;
	height:218px;
	margin:0 5px 5px 0;
	display:none;
	background:#898989;
}

#footer .copyright {
	text-align:left;
	margin-left:20px; 
}


/* APPLIED FILTERS*/
.mobile-filters {
	height: 365px;
}
.mobile-filters .select-area {width:96% !important;}

.applied-filters {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin:5px 0;
	float: left;
	display: block;
}

.applied-filters li { display:block; float: left;}

.applied-filters a { 
	display:block;
	padding:0 10px 0 25px;
	height: 24px;
	line-height:24px;
	margin:0 3px 3px 0;
	color: #fff;
	font-weight: 700;
	background:#ed372f url(../img/sprite.png) -477px -1576px no-repeat;
}

.clear {clear: both;}

.af-all a {background: #666 url(../img/sprite.png) -477px -1576px no-repeat;}

.note { padding: 6px; background:#fff; color:red; font-weight: 400; font-size: 11px; line-height: 12px;}

/**
 * MDV responsive/displaying control styles
 */
.hide-over-1230 { display: none !important; }
.hide-991-1230,
.hide-768-990,
.hide-under-768 { display: block; }

@media only screen and (max-width: 1230px) {
	/* mdv screen resizing resolution */
	.hide-over-1230	{ display: block !important; }
	.hide-768-990	{ display: block !important; }
	.hide-under-768	{ display: block !important; }
	.hide-991-1230	{ display: none !important; }
	/* end of mdv screen resizing resolution */

	.main-add .c1{margin:0 0 0 240px;}
	.main-add .aside{
		float:left;
		width:955px;
		margin:0;
	}
	.empty-block.view3{display:block;}
	.empty-block.view4,
	.empty-block.view8,
	.empty-block.view12,
	.empty-block.view17,
	.empty-block.view20,
	.empty-block.view21,
	.empty-block.view24,
	.empty-block.view25{display:block;}
	#wrapper {
		max-width:955px;
		min-width: 955px;
	}
	.logo{margin:6px 34px 0 0;}
	#header .holder{padding:6px 11px 1px 15px;}
	/*#header .opener {
		font-size:16px; line-height:24px ;
		font-weight:700;
		margin: 18px 0 0;
		padding: 2px 0 0;
		border: 1px solid orange;
	}
	#header .opener:before{margin:-2px 11px 0 0;}*/
	.sub-logo {
		background-position:0 -626px;
		margin:41px 10px 0 0;
		width:219px;
	}
	#footer .box{padding:15px 0 9999px 18px;}
	.main-detail .aside{
		float:left;
		width:100%;
	}
	.aside .used-car-block.add{width:705px;}
	.aside .used-car-block.add .holder{
		width:705px;
		padding:0 0 6px;
		height:172px;
	}
	.aside .used-car-block.add .holder .bottom{display:none;}
	.aside .used-car-block.add .used-car-list{
		width:710px;
		height:172px;
	}
	.aside .used-car-block.add .used-car-list li{float:left;}
	.manager-block{
		width:705px;
		padding-bottom:5px;
	}
	.manager-list{width:705px;}
	.manager-list li{
		float:left;
		width:235px;
	}
	.manager-block.add{
		width:465px;
		overflow:hidden;
		padding-bottom:6px;
	}
	.manager-list{
		width:705px;
		height:172px;
		overflow:hidden;
	}
	.slide.offer img {
	height: 442px !important;
	}
}

/*hide ads*/
.car-carousel {display: block}

fieldset.full {
    position: relative;
}
a.legals {
    background-color: #ed372f;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -3px;
}

a.legals:hover {
    background-color: #000;
}

/* version mobile / movil */
.version-mobile-box {
width: 100%;
margin:0px 0;
padding: 0;
float:left;
display: block;
background: transparent;
}
.version-mobile-btn a {
padding: 0 10px;
border: 1px solid #ddd;
margin: 30px auto;
display: block;
width: 135px;
font-size: 11px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 26px;
line-height: 26px;
color: #999;
}
.version-mobile-btn a:hover {
background: #E61510;
border: 1px solid transparent;
color: #fff;
}
.version-mobile-btn i {
font-size: 11px;
line-height: 26px;
}
/* end version mobile / movil */