/* Variable Grid System.
Learn more ~ http://www.spry-soft.com/grids/
Based on 960 Grid System - http://960.gs/
Licensed under GPL and MIT. */
/* Forces backgrounds to span full width,even if there is horizontal scrolling.
Increase this if your layout is wider.
Note:IE6 works fine without this fix. */
body{min-width:1008px;}
/* Containers
---------------------------------------------------------------------------------------------------- */
.container_12{
	margin-left:auto;
	margin-right:auto;
	width:1008px;
}
/* Grid >> Global
---------------------------------------------------------------------------------------------------- */
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display:inline;
	float:left;
	position:relative;
	margin-left:15px;
	margin-right:15px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11,
.push_12,
.pull_12{position:relative;}
/* Grid >> Children (Alpha ~ First,Omega ~ Last)
---------------------------------------------------------------------------------------------------- */
.alpha{margin-left:0;}
.omega{margin-right:0;}
/* Grid >> 12 Columns
---------------------------------------------------------------------------------------------------- */
.container_12 .grid_1{width:54px;}
.container_12 .grid_2{width:138px;}
.container_12 .grid_3{width:222px;}
.container_12 .grid_4{width:306px;}
.container_12 .grid_5{width:390px;}
.container_12 .grid_6{width:474px;}
.container_12 .grid_7{width:558px;}
.container_12 .grid_8{width:642px;}
.container_12 .grid_9{width:726px;}
.container_12 .grid_10{width:810px;}
.container_12 .grid_11{width:894px;}
.container_12 .grid_12{width:978px;}
/* Prefix Extra Space >> 12 Columns
---------------------------------------------------------------------------------------------------- */
.container_12 .prefix_1{padding-left:84px;}
.container_12 .prefix_2{padding-left:168px;}
.container_12 .prefix_3{padding-left:252px;}
.container_12 .prefix_4{padding-left:336px;}
.container_12 .prefix_5{padding-left:420px;}
.container_12 .prefix_6{padding-left:504px;}
.container_12 .prefix_7{padding-left:588px;}
.container_12 .prefix_8{padding-left:672px;}
.container_12 .prefix_9{padding-left:756px;}
.container_12 .prefix_10{padding-left:840px;}
.container_12 .prefix_11{padding-left:924px;}
/* Suffix Extra Space >> 12 Columns
---------------------------------------------------------------------------------------------------- */
.container_12 .suffix_1{padding-right:84px;}
.container_12 .suffix_2{padding-right:168px;}
.container_12 .suffix_3{padding-right:252px;}
.container_12 .suffix_4{padding-right:336px;}
.container_12 .suffix_5{padding-right:420px;}
.container_12 .suffix_6{padding-right:504px;}
.container_12 .suffix_7{padding-right:588px;}
.container_12 .suffix_8{padding-right:672px;}
.container_12 .suffix_9{padding-right:756px;}
.container_12 .suffix_10{padding-right:840px;}
.container_12 .suffix_11{padding-right:924px;}
/* Push Space >> 12 Columns
---------------------------------------------------------------------------------------------------- */
.container_12 .push_1{left:84px;}
.container_12 .push_2{left:168px;}
.container_12 .push_3{left:252px;}
.container_12 .push_4{left:336px;}
.container_12 .push_5{left:420px;}
.container_12 .push_6{left:504px;}
.container_12 .push_7{left:588px;}
.container_12 .push_8{left:672px;}
.container_12 .push_9{left:756px;}
.container_12 .push_10{left:840px;}
.container_12 .push_11{left:924px;}
/* Pull Space >> 12 Columns
---------------------------------------------------------------------------------------------------- */
.container_12 .pull_1{left:-84px;}
.container_12 .pull_2{left:-168px;}
.container_12 .pull_3{left:-252px;}
.container_12 .pull_4{left:-336px;}
.container_12 .pull_5{left:-420px;}
.container_12 .pull_6{left:-504px;}
.container_12 .pull_7{left:-588px;}
.container_12 .pull_8{left:-672px;}
.container_12 .pull_9{left:-756px;}
.container_12 .pull_10{left:-840px;}
.container_12 .pull_11{left:-924px;}
/* `Clear Floated Elements
---------------------------------------------------------------------------------------------------- */
/* http://sonspring.com/journal/clearing-floats */
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0;
}
.clearfix:before,
.clearfix:after{
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0;
}
.clearfix:after{clear:both;}
/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/
body {
	margin: 0;
	color: #000;
	font: 14px/24px Arial, Helvetica, sans-serif;
 	background:#f9f9f9; /*url(../img/body-bg.gif) repeat;*/
}
img {border-style: none;}
/* set styles for default page links */
a {
	text-decoration: none;
	color: #000;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
a:hover {
	text-decoration:none;
	color:#d00;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
/* set default styles in all browsers */
input,
textarea,
select{
	font-family: arial ,"raleway", sans-serif;
	vertical-align: middle;
	color: #000;
}
form,
fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {border:0;}
input[type="submit"]:focus,
input[type="button"]:focus {outline:none;}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea{
	-webkit-appearance:none;
	border-radius:0;
}

figure {
    margin: 0;
    padding: 0;
}

figcaption { 
	margin: 10px 15px 5px 15px; 
}

/* transition fade effect styles */
.module-bar a:after,
.other-links .link-box [class*="icon"],
.contact-directions [class*="icon"],
.icon-arrow-rotate4,
a.lightbox .blue-mask,
a.lightbox .icon-plus,
.header-links img,
.header-links .holder,
.header-links .holder-hover,
.header-menu .slide,
.module-new-cars-thumb li img,
.module-filters .check-list label,
.button-add,
.thumbs-gallery .thumbs-link .icon-plus,
.thumbs-gallery .thumbs-link .mask,
.visual-bar a.icon-arrow-righ,
.module-similar .item-mask,
.module-similar .item-plus,
 .result-item .result-mask,
.result-item .result-plus,
a,
input,
textarea,
button{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
textarea:focus:-moz-placeholder,
input:-moz-placeholder{
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	transition:color 0.3s linear;
}
textarea:focus::-moz-placeholder,
input::-moz-placeholder{
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	transition:color 0.3s linear;
}
textarea:focus:-ms-input-placeholder,
input:-ms-input-placeholder{
		-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	transition:color 0.3s linear;
}
textarea:focus::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	transition:color 0.3s linear;
}
/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper{overflow:hidden;}
section { min-width: 978px; max-width: 1500px; position: relative; margin: 0 auto; background: #fff; border-top: 3px solid #e20916; }
/* header styles */
#header { width: 100%; position: relative; z-index:20; background: url(../img/header-bg.png) top center no-repeat; }

.header-wrap { width: 1008px; height: 60px; margin: 0 auto; position: relative; }

#header .grid_12 { position: static; }

/* page logo styles */
.header-logo{
	width:325px;
	height:60px;
	float: left;
	position: relative;
	text-indent:-9999px;
	font-size:16px;
	z-index: 1;
	left: 0;
	top: 0px;
}
/*.header-fixed #menu ul .home { height: 15px !important; margin: 10px 15px 0 0 !important; }

.header-fixed .header-logo{
	
}
.header-fixed .header-logo a{background:url(../img/header-logo.png) no-repeat;}
.header-fixed .header-logo:after{margin:-15px 0 0 -200px !important; }

.header-fixed .header-menu-open { font-size:11px; top: 18px; }
*/
.header-logo a{
	display:block;
	height:100%;
	position:relative;
	z-index:0;
	background:url(../img/header-logo.png) no-repeat;
}
/* main navigation styles */
#menu{
	float:left;
	margin-right: 55px;
}
#menu .main-nav:after{
	content:'';
	display:block;
	clear:both;
}

.header-logo a,
.detail-specs .info-area .links-more,
.open-close .opener,
.slide-pagination-prev,
.slide-pagination-next,
.carousel-nav .btn-slider,
.carousel-nav .btn-slider a,
.header-social a,
#menu .main-nav .home a{
	-webkit-transition: background-position 0s linear;
	-moz-transition:  background 0s linear;
	-ms-transition: background 0s linear;
	-o-transition:  background 0s linear;
	transition:  background-position 0s linear;
}
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul li{
	float:left;
	margin:0 2px 0 0;
}
#menu ul .home{margin: 27px 15px 0 0;}
#menu>ul>li>a{
	position:relative;
	padding: 0 15px;
	display:block;
	-webkit-transition: font-size 0s linear;
	transition: font-size 0s linear;
	line-height: 81px;
}
#menu ul a{color:#666; }
#menu>ul>.active>a,
#menu>ul>li:hover>a,
#menu>ul>li>a:hover { color: #e20916; }

#menu>ul>.home>a{
	border:none;
	margin:13px 0 0;
}
#menu>ul>.home>a:after{display:none;}
#menu ul a:hover{text-decoration:none;}
#menu ul ul{
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	padding:0 0 0 11px;
	position:relative;
}
#menu ul ul li{
	float:left;
	margin:0 1px 0;
}
#menu ul ul a{
	color:#ffae00;
	position:relative;
	z-index:100;
	font-weight: bold;

}
#menu ul ul a:hover{
	color:#fff !important;


}
#menu ul ul  a.active,
#menu ul ul .drop-active a {
	color:#fff !important;
	border-bottom: 5px solid #ffae00;
}

#menu .red-link, #menu .red-link .drop-active a{ font-weight: 100;}
#menu .red-link:hover{ border-bottom: none;}

#menu ul ul .link-holder{
	display:block;
	width:123px;
	height:128px;
	background:rgba(0,120,200,0.6);
	-pie-background:rgba(0,35,94,0.6);
	behavior:url(pie/PIE.htc);
	color:#fff;
	text-transform:none;
	overflow:hidden;
	padding:14px 10px 5px;
	font-size:11px;
	line-height:13px;
	font-weight:normal;
	position:relative;
	z-index:1;
	border: 1px solid rgba(0,35,94,0.6);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#menu ul ul .link-holder p{margin:0 0 10px;}
#menu ul ul .drop-active .link-holder{font-weight:500;}
#menu .link-holder:hover{
	background:rgba(255,174,0,1);
	-pie-background:rgba(255,174,0,1);
	font-weight: inherit;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#menu .link-holder .title{
	display:block;
	font-size:14px;
	font-weight: normal;
	line-height:16px;
	text-align:center;
	margin:0 0 25px 0;
	color:#fff;
	width: 123px;
	position: absolute;
	bottom: 0;
	left: auto;
	right: auto;
	top: auto;
}
/*#menu .link-holder:hover .title{color:#ffae00;}*/
#menu .link-holder .img-holder{
	margin:0 -10px 11px;
	height:60px;
	overflow:hidden;
	text-align:center;
}
#menu .link-holder img{vertical-align:top;}
#menu .link-holder .mpg{
	float:left;
	width:80%;
	color:#999;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu .link-holder .ico-btn{
	float:right;
	width:20px;
	height:19px;
	border:1px solid #666;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
#menu .link-holder .frame{
	position:relative;
	z-index:3;
	height:100%;
	margin:-14px -10px;
	padding:14px 10px;
}
#menu .link-holder .text-frame{
	height:55px;
	overflow:hidden;
}
#menu .link-holder:hover .frame img {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* drops navigation styles */
.drop-second,
.drop-first-level{
	width:100%;
	min-width:768px;
	/*background:#ffae00;*/
	position:absolute;
	left:0;
	top:100%;
	z-index:2;
	margin-left:252px;
}
.drop-second-level{
	margin:0;
	top:40px;
	min-height:0;
	/* padding:7px 0 0; */
	width:726px;
}
.drop-second-level>ul:after{
	content:'';
	display:block;
	clear:both;
}
.drop-first-level:after,
.drop-first-level:before{
	content:'';
	content:' ';
	position:absolute;
	left:100%;
	width:9999px;
	z-index:-1;
	height:100%;
	background:#000f32;
	top:50px !important;
}
.drop-first-level:after{
	left:auto;
	right:100%;
}

.drop-first-level{
	padding:16px 0 0;
}
#menu .drop-first-level ul li{
	margin:0 29px 0 0;}
.drop-second-level ul li:hover>a,
.drop-second-level ul a:hover{
	font-weight:bold;
	color:#fff;
}
.drop-first-level .bg-link{
	position:absolute;
	top:0;
	left:0;
}
.drop-second-level ul:after{
	content:'';
	display:block;
	clear:both;
}
#menu .drop-second-level ul{
	border-top:1px solid #353535;
	width:726px;
	padding:2px 0 0;
}
#menu .drop-second-level ul li{
	margin:0 0 0 2px;
	background:#3d3d3d;
	position:relative;
}
#menu .drop-second-level ul li:first-child{margin:0;}
.header-section{
	float:right;
	position: absolute;
	top: 0;
	right: 0;
}
/* chat placeholder */
.header-section .header-chat{
	float:right;
	margin: 5px 0 0 10px;
	position: relative;
	top: -27px;
}

.header-fixed .header-chat { top: 0; }

#header img{vertical-align:top;}

/* social links styles */
.header-section .header-social{
	float:right;
	padding:0 10px;
	margin:0;
	list-style:none;
	background: #ff0000;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
.header-social li {
	position: relative;
	float:left;
	margin-left: 0px;
}
.header-social a {
	width: 30px;
	height: 40px;
	margin: 0 2px;
	display: block;
	outline: none;
	text-align: center;
	line-height: 55px;
	-webkit-border-bottom-right-radius: 100px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-bottomright: 100px;
	-moz-border-radius-bottomleft: 100px;
	border-bottom-right-radius: 100px;
	border-bottom-left-radius: 100px;
}

.header-social li.facebook a {
	/*background-color: #3c5ca5;*/
}
.header-social li.twitter a {
	/*background-color: #00c6ff;*/
}
.header-social li.youtube a {
	/*background-color: #f3352f;*/
}

/* main carousel styles */
.main-carousel{
	min-width: 978px;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	background: yellow
}
.main-carousel .mask{
	position: relative;
	overflow: hidden;
	height:600px;
}
.main-carousel .slideset {
	width: 99999px;
	float: left;
}
.main-carousel .slide {
	float: left;
	position:relative;
	text-align:center;
	height:600px;
	overflow:hidden;
	background-color: #000;
}
.main-carousel .slide > img.lazy{
    left: 50%;
    margin: 0 0 0 -750px;
    position: absolute;
    top: 0;
}
.main-carousel .slide img.background {
    vertical-align: top;
    z-index: 0;
}

.main-carousel .slide img.vehicle-overlay {
	width: 1500px;
	height: 600px;
	left: 50%;
    margin: 0 0 0 0px;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;

}

.main-carousel .text-holder{
	position:absolute;
	top:139px;
	left:0;
	right:0;
	color:#fff;
	text-align:left;
}
.main-carousel h1{
	font-size:60px;
	line-height:62px;
	font-weight:300;
	margin:0;
}
.main-carousel .button-line{
	position:absolute;
	top:550px;
	right:0;
	z-index:15;
	left:0;
}
/* generete paging styles */
.main-carousel .slide-pagination{float:left; margin-top: 20px;}
.main-carousel .slide-pagination ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
}

.main-carousel .btn-play-pause,
.main-carousel .slide-pagination a{
	display:block;
	width:10px;
	height:10px;
	margin: 0 2px;
	color:#fff;
	background: transparent;
	border: 2px solid #fff;
	behavior:url(pie/PIE.htc);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-indent: -9999px;
}
.main-carousel .slide-pagination li{
	float:left;
}
.main-carousel .slide-pagination .active a{
	behavior:url(pie/PIE.htc);
	background: #fff;
	position:relative;
}
.main-carousel .btn-play-pause:hover,
.main-carousel .slide-pagination a:hover{
	text-decoration:none;
	color: #e20916;
	background:#fff;
}
.main-carousel .btn-play-pause{
	/* float:right;
	text-indent:-9999px;
	overflow:hidden;
	position:relative; */
	display: none;
}

/* buttons navigation styles */
.main-carousel .slide-pagination-next.disabled:hover,
.main-carousel .slide-pagination-prev,
.main-carousel .slide-pagination-next{
	position:absolute;
	top: 0px;
	right: 15px;
	background-color: rgba(0, 0, 0, .5);
	-pie-background-color: rgba(0, 0, 0, .5);
	overflow:hidden;
	width:55px;
	height:55px;
	behavior:url(pie/PIE.htc);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main-carousel .slide-pagination-prev{
	right:15px;
	bottom: 0;
	top: -55px;
}

.main-carousel .slide-pagination-prev.disabled, .main-carousel .slide-pagination-next.disabled { opacity: .2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.main-carousel .slide-pagination-next:hover,
.main-carousel .slide-pagination-prev:hover{
	background-color: #e20916;
	behavior:url(pie/PIE.htc);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;;
}
/* module-quicksearch styles */
.module-quicksearch .row{margin:0 0 35px;}
.module-quicksearch .row:after{
	content:'';
	display:block;
	clear:both;
}
.module-quicksearch .select-col{
	float:left;
}
.module-quicksearch .select-col .label{
	height:70px;
	float:left;
	font-size:70px;
	line-height:70px;
	font-weight:300;
	text-align:center;
	color:#fff;
	position:relative;
}

.module-quicksearch .select-col .label strong { font-size: 24px; font-weight: bold; line-height: 70px; text-transform: uppercase; position: relative; bottom: 12px; }

.module-quicksearch select{
	width:222px;
	font-size: 30px;
	text-transform:uppercase;
	padding:0;
	margin:0;
	float:left;
}

/* slide-info styles */
.slide-info .title{
	display:block;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 10px;
}
.slide-info-button{
	padding:0;
	margin:0 0 20px 0;
	list-style:none;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	overflow:hidden;
}
.slide-info-button li{
	float:left;
	margin:0 10px 0 0;
}
.slide-info-button a{
	display:block;
	border:1px solid #6c6c6c;
	border:1px solid rgba(255,255,255,0.4);
	-pie-border:1px solid rgba(255,255,255,0.4);
	behavior:url(pie/PIE.htc);
	padding:10px 20px;
	position:relative;
	color:#fff;
}
.slide-info-button a:hover{
	text-decoration:none;
	border-color:#d3d3d3;
	border-color: #ffae00;
	background: #000;
	color: #ffae00;
}

.intro-holder{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top: 0;
	text-align:left;
}

.high-holder{
	position:absolute;
	bottom:0;
	height:1%;
	left:50%;
	margin:0 0 0 -489px;
}
/* slide-info-box styles */
.slide-info-box{
	padding: 20px;
	margin-top:0px;
	color:#fff;
	position:relative;
	text-align:center;
	text-shadow: 0 0 5px #000;
	background:rgba(0,0,0, .7);
	/*background:rgba(266,9,22, .5);*/
	height: 600px;
	z-index: 3;
}

.slide-info-box h1 { font-size: 40px; line-height: 42px; font-weight: 600; text-transform: uppercase; color: #fff; margin: 20px 0; }
.slide-info-box h1 span {font-weight: 200 !important;}
.slide-info-box h2 { font-size: 22px; line-height: 24px; font-weight:normal; margin:0; color: #fff; }

.slide-info-box h2.dark, span.mpg.dark { color: #000 !important; }
.slide-info-box h2 span.modelo { font-size: 82px; font-weight: bold; clear: both; }
.slide-info-box span.mpg { font-size: 24px; }

.slide-info-box p{margin:0;}
.slide-info-box .red-box-link{
	position:absolute;
	width:99px;
	right:0;
	top:-9px;
	padding:13px 12px;
	background:#c00;
	color:#fff;
	font-size:14px;
	line-height:14px;
	font-weight:900;
	text-align:center;
}
.slide-info-box .red-box-link:hover{
	text-decoration:none;
	background:#d00;
}
.slide-info-box .red-box-link:after{
	content:'';
	position:absolute;
	border:solid transparent;
	right:100%;
	top:0;
	border-color:rgba(111,0,0, 0);
	border-right-color:#6f0000;
	border-width:9px 9px 0 9px;
}
/* slide-box-button styles */
.slide-box-button{
	padding:0;
	margin:0;
	list-style:none;
	font-weight:900;
	font-size:10px;
	line-height:15px;
	overflow:hidden;
} 
.slide-box-button li{
	float:left;
	margin:0 0 0 28px;
}
.slide-box-button li:first-child{margin:0;}
.slide-box-button .alignleft{
	float:left;
	margin:0 2px 0 0;
}
.view-result .result-zoom,
.slide-box-button .name{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slide-box-button .name{
	width:139px;
	padding:8px;
	color:#fff;
	border:2px solid #c00;
	text-align:center;
	float:left;
}
.slide-box-button a:hover .name{
	text-decoration:none;
	background:#c00;
}
/* additionall navigation styles */
.add-nav{
	position:fixed;
	top: 58px;
	right:0px;
	z-index:25;
	overflow: visible;

}

.add-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-weight:500;
	line-height:16px;
	float: right;
	overflow: visible;
}
.add-nav li { margin: 1px 0; width: 70px; }

.add-nav li.active a { background-color: #666; }

.add-nav a { height: 55px; width: 190px; color: #000; display:block; font-size: 12px; font-weight: bold; line-height: 55px; text-align: left; 
	position: relative; right: 0px; /*-120px*/ background: #bbb; }

.add-nav a i { width: 70px; float: left; font-size: 36px; line-height: 55px; text-align: center; text-transform: uppercase; }
.add-nav a i.icon-inventory { font-size: 26px; }

.add-nav .active a { color: #fff; }
.add-nav a:hover { background:#999; left:-120px }

.add-nav a.chat { color: #fff; background: #e20916; }
.add-nav a.share { color: #fff; background: #000; margin-bottom: 20px;}


/* section styles */
.section .heading h2{
	float:left;
	color:#666;
	font-size:26px;
	line-height:38px;
	font-weight:300;
	margin:9px 0;
	position:relative;
}
.open-close .heading h2{ font-size: 36px; font-weight: normal; text-transform: uppercase; line-height: 90px; color: #fff; margin: 0; padding: 0; }
.vehicle-request .heading h2{
	width:490px;
}
.section .heading {
	width: 100%;
}
.section .heading .tabset{
	float:none;
	padding:0 0 0 0px;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	color: #999;
	border-left: 0px dotted #999;
	width: 100%;
}

.models-scion .heading .tabset { border: none; }

section#testimonies .tabset, section.about-testimonies .tabset { display: none; }
.is-home .testimonies-center-holder, .is-about-us .testimonies-center-holder { width: auto; text-align: center; }
.is-home .testimonies-center-holder .btn-more, .is-about-us .testimonies-center-holder .btn-more { float: none; margin-top: 45px; }

.module-models-cars .tabset { float: left !important;  }

.section .tabset li {
	float: left;
	display: block;
	width: 24.9%;
}
.section .tabset a{
	display:block;
	padding: 0;
	font-size: 13px;
	font-weight:normal;
	color:#666;
	position:relative;
	text-align:center;
	line-height: 40px;	
	border-bottom: 4px solid transparent;

}
.section .tabset a:hover{
	text-decoration:none;
	color:#e20916;
}
.section .tabset .active:hover,
.section .tabset .active {
	color:#999;
	border-color:#e20916;
}

section#models .tabset .active {
	border-bottom: 4px solid #e20916; 
}

/*section#models .tabset .active:before {
    content: "";
    font-family: "icomoon";
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -23px;
}
*/
.section.open-close .tabset .active:after{display:none;}
.section.open-close.active .tabset .active:after{display:block;}
.section .title{
	background:#e20916;
	color:#fff;
	text-transform:uppercase;
	min-width:86px;
  padding: 0 10px;
	height: 22px;
	font-size:10px;
	font-weight: bold;
	line-height: 22px;
	text-align: center;
	position: relative;
	float: left;
	top: -3px;
	left: 0;
	z-index: 3;
}
/* tab-content styles */
}
.tab-content .content-title{
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg);
	text-align:center;
	display:block;
	height:90px;
	width:530px;
	position:absolute;
	left:-211px;
	top:223px;
}
.tab-content .content-title strong{
	text-transform:uppercase;
	color:#ededed;
	font-size:90px;
	line-height:90px;
	font-weight:300;
}
.tab-content .content-title strong.small{
	font-size:45px;
	line-height:70px;
}

/* carousel styles */
.carousel {position: relative;}
.carousel .mask {
	position:relative;
	overflow: hidden;

}

section#used-cars .carousel .mask, section#similar .carousel .mask { width: 810px; margin: 0 84px; }

section#used-cars .section-heading { margin-bottom: 80px; }
section#similar .section-heading { margin-bottom: 50px; }

section#gallery .carousel .mask {
	position:relative;
	overflow: visible !important;

}
.module-models-cars .carousel .mask { width: 918px; overflow: hidden; }
.carousel .mask-holder{
	margin:0 -900px 0 0;
	position: relative;
	overflow: hidden;
}
.carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel .slide { float: left; position: relative; z-index: 1; }

section#models .carousel .slide,
section#models-scion .carousel .slide {
	position:relative;
	float: left;
	z-index:1;
	/*margin-right: 2500px;*/
}

.carousel .slide img{
	vertical-align:top;
	position:relative;
}

.carousel .slide-link{
	position:relative;
	display:block;
	z-index:-1;
	margin: 0;
}

.carousel .mask-holder .slide-mask{
	position:absolute;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	top:0;
	left:0;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index:-1;
}
.carousel .active .slide-link{z-index:0;}
.carousel .mask-holder .slide.active.slide-mask{
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index:-1;
}
.carousel .slide.active .slide-zoom{
	position:absolute;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width:196px;
	height:196px;
	top:50%;
	left:50%;
	margin:-98px 0 0 -112px;
	z-index:1;
	font-size: 150px;
	text-align: center;
	line-height: 196px;
}

.slide-zoom .icon-resize { color: rgba(250, 250, 250, .8) !important; -pie-color: rgba(250, 250, 250, .8) !important; behavior:url(pie/PIE.htc); }

.carousel .slide.active .slide-link:hover .slide-zoom{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.carousel-nav {
	/* position:absolute;
	top:20px; 
	z-index:3; */
}
.carousel-nav .slider-line{
	background:#fff;
	height:5px;
	position:relative;
}

/* slide  pagination styles of the carousel */
.carousel-nav .slide-pagination{
	padding:0;
	margin:0;
	list-style:none;
	font-size:16px;
	line-height:20px;
	font-weight:900;
	text-align:center;
	overflow:hidden;
}
.carousel .slide-pagination li{
	float: none !important;
	vertical-align:top;
	margin: 1px 0 !important;
	text-align: left;
}

/* slide modelos tabs */
.carousel .slide-pagination li a { height: 35px; line-height: 35px; width: auto !important; float: none !important; margin: 0 auto !important; position: relative; color: #fff; 
	 display: block; background-color: rgba(0, 0, 0, .7); -pie-background-color: rgba(0, 0, 0, .7);
	 behavior:url(pie/PIE.htc);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.carousel .slide-pagination li a:hover { text-decoration:none; color: #fff; background: #000; }

/* Active */
.carousel .slide-pagination li.active a { background: #e20916; }

.carousel-nav .slide-pagination a { color:#999; padding: 0 12px; display: block; }
.carousel-nav .slide-pagination .active a { color:#fff; background: #e20916; }
.carousel-nav .slide-pagination a:hover {
	color:#fff;
	background: #e20916;
	text-decoration:none;
}
.carousel .info-section {
}
.carousel .info-section .name{
	float:right;
	font-size:60px;
	line-height:64px;
	font-weight:300;
	margin:0 0 0 20px;
	color:#fff;
}
.carousel .mask-frame{overflow:hidden;}

.model-info { background: #333; margin: 0 168px 30px 168px; !important; padding: 0 !important; position: relative; bottom: 35px; margin-bottom: 30px; }
.model-info .grid_3 { margin: 0 !important; }
.model-info .model { float: left; height: 50px; padding: 25px; font-size: 36px; font-weight: lighter; text-transform: uppercase; line-height: 26px; color: #fff;
background: #e20916; }
.model-info .model strong { font-size: 30px; font-weight: bold !important; }

.model-info .mpg { padding: 10px 0; float: right; }
.model-info .mpg-info { font-size: 16px; color: #fff; float: right; }
.model-info .mpg-info strong { font-size: 20px; font-weight: bold; }

.model-info .model { position: relative; }
.model-info .model:after { content: ""; position: absolute; right: -100px; top: 0; width: 0; height: 0; border-top: 100px solid #e20916; border-right: 100px solid transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

/* styles slideshow from the fade effect */
.slideshow {position: relative;}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display:none;
}
.slideshow .slide.active {
	z-index: 2;
	display:block;
}
.slideshow blockquote {
	padding: 70px 0 0 0px;
	margin:0;
	text-align:center;
	height: 250px;
	display:block;

}
.slideshow blockquote img { float: left; margin: 20px 50px 0 0; }
.slideshow blockquote p {
	font-size:26px;
	line-height:32px;
	font-weight: lighter;
	font-style:italic;
	color: #000;
	margin:0px 0 0 0;
	text-align: center;
}
.slideshow blockquote strong.author { font-size: 18px; font-weight: 600; font-style: italic; text-align: center; color: #000; margin-top: 20px; padding: 10px 0;
	border-top: 2px solid #e20916; }

.slideshow blockquote p span {
	font-size: 26px;
	font-family: Georgia, Times, "Times New Roman",sans-serif;
	margin: 0 5px;  
}


/* module-testimonies styles */
.section.module-testimonies .tab-content{
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:300;
}


.testimonies-center-holder .slide-pagination-next.disabled, .testimonies-center-holder .slide-pagination-prev.disabled { opacity: .2; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

/* thumbnails */
.thumbnails .slide-pagination{
	padding:0;
	margin:0;
	list-style:none;
	z-index:10;
	position: absolute;
	bottom:0px;
	border:0px solid lime;
	display: block;
}
.thumbnails .slide-pagination img{vertical-align:top;}
.thumbnails .slide-pagination li{
	float:left;
	margin:0 5px;
	padding:0;
	position:relative;
}

.thumbnails .slide-pagination li  {  }
.thumbnails .slide-pagination li.active { border-color: #e20916; }
.thumbnails .slide-pagination li.active:after {
	content:'';
	position:absolute;
	border:solid transparent;
	left:41%;
	top:-15px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #e20916;
}

.thumbnails .thumbnail{
	display:block;
	position:relative;
	cursor:pointer;

}
.thumbnail span.num {
	background: #004495;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:none;
	width:30px;
	height:30px;
	line-height:30px;
	text-align: center;
	color:#fff;
	position: absolute;
	top: 26px;
	left: 26px;
	display: none;
}

.thumbnail img { 
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; 
	-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius:100px;

}


.thumbnail:hover img { 
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

li.active img { 
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.thumbnail:hover .num { display: block; }
li.active span.num { display: block; }

.thumbnails .author-tooltip{
	display:none;
	position:absolute;
	top:-53px;
	left:0;
	right:0;
}
.thumbnails .author-tooltip .author{
	display:block;
	border-radius:12px;
	overflow:hidden;
	padding:8px 2px;
	background:#575757;
	-pie-background:#575757;
	behavior:url(pie/PIE.htc);
	color:#fff;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	font-weight:normal;
}
.thumbnails .active .author-tooltip{
	display:block;
}
/* slide-button styles of the thumbnails */
.thumbnails .slide-button{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	position: relative;
}
.thumbnails .mask +.slide-button{margin:0 0 0 -2px;}
.thumbnails .slide-button li{
	float:left;
	margin:0 0 0 4px;
}

.thumbnails .slide-button li>a{
	position:absolute;
	top: 43px;
	right: 96px;
	background-color: rgba(0, 0, 0, .5);
	-pie-background-color: rgba(0, 0, 0, .5);
	overflow:hidden;
	width:55px;
	height:55px;
	behavior:url(pie/PIE.htc);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 9999;
}
.thumbnails .slide-button li.prev>a { top: 99px; }
.thumbnails .slide-button li>a:hover, .thumbnails .slide-button li>a.active { background: #e20916; }
.thumbnails .slide-button li>a.disabled { opacity: .2; }

/* module-information styles */
.section.module-information{
	font-size:16px;
	line-height:22px;
	color:#666;
}

.section.module-information p { font-size: 14px; color: #666; float: left; margin:0 0 18px; }
.section.module-information h4 { font-size: 18px; font-weight: normal; color: #000; }
.section.module-information h4 strong { color: #e20916; }

.section.module-information .contact-detail { float: left; margin-right: 40px; font-size: 14px; font-weight: bold; color: #000; text-transform: uppercase; }
.section.module-information .contact-detail i { float: left; font-size: 24px; margin-right: 10px; position: relative; bottom: 3px; }
.section.module-information .contact-detail i.icon-phone { font-size: 34px; }

.section.module-information h4 span.subtitle { font-size: 14px; margin: 0; }

.section.module-information .directions { margin-top: 210px; }
.section.module-information p.direction { font-size: 11px; margin: 0 0 5px 0; }

.section.module-information p a { border-bottom: 2px solid transparent; }
.section.module-information p a:hover { border-color: #e20916; }

.section.module-information .divider{
	width: 100%;
	float: left;
	padding:10px 0;
	margin: 5px 0 0;
}

.module-maps-directions .address-holder::after{
	content:'';
	display:block;
	clear:both;
}
.module-maps-directions address{
	font-size:16px;
	line-height:16px;
	font-weight:500;
	color:#999;
	font-style:normal;
	margin:0 0 5px;
}
.module-maps-directions .map-link{float:right;margin:-13px 0 0;}
.module-maps-directions .map-link img{vertical-align:top;}
.module-maps-directions address a{color:#999;}
.module-maps-directions address a:hover{
	color:#b91532;
	text-decoration:none;
}
/* module-maps-directions-thumb styles */
.module-maps-directions-thumb {
	padding: 0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:14px;
	font-weight:300;
	text-transform:uppercase;
	width:100%;
	float: left;
}
.module-maps-directions-thumb li { float: left; margin: 0; }
.module-maps-directions-thumb a {
	font-size: 12px;
	font-weight: bold;
	color:#000;
	display:block;
	padding: 10px 0;
	margin-right: 15px;
	border-bottom: 2px solid transparent;
}

.module-maps-directions-thumb a i { float: left; font-size: 20px; line-height: 14px; margin-right: 5px; }
.module-maps-directions-thumb a:hover { color: #e20916; border-color: #e20916; }

.is-home .directions-details a { font-size: 14px !important; padding: 10px 0 !important; font-weight: normal; }
.is-home .directions-details li { margin: 0 !important; }

.contact-directions .module-maps-directions-thumb a:hover i { color: #b91532; }

.module-maps-directions-title a { font-size: 18px !important; line-height: 20px !important; background: #b91532 !important; height: 40px !important; padding: 15px !important; }
.module-maps-directions-title a i { line-height: 40px !important; }
.contact-directions .module-maps-directions-title a:hover i { color: #fff; }

.contact-directions-row { color: #999; overflow: hidden; }
.contact-directions-row h2 { font-size: 18px; font-weight: 600; color: #333; }
.contact-directions-row p.direction { font-size: 14px; font-weight: normal; line-height: 16px; color: #999; }

.contact-directions-row .module-maps-directions-thumb a { font-size: 20px; color: #777; }


.btn-more {
	display:inline-block;
	vertical-align:top;
	height: 40px;
	padding: 0 20px;
	float: left;
	display: inline-block;
	position:relative;
	text-transform:uppercase;
	margin:0;
	font-size:14px;
	line-height:40px;
	font-weight:bold;
	color: #fff;
	background: #e20916;
	cursor: pointer;
	border: none;
	border-bottom: 2px solid transparent;
}

.btn-more:hover { text-decoration:none; color: #fff; background: #000; border-color: #e20916; }

.btn-more.chat { float: none !important; margin-top: 8px; }
.btn-more.big { height: 50px; line-height: 50px; font-size: 18px; }
.btn-more.big.service-account { 
	height: auto;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 350px;
    padding: 20px;
    font-size: 30px;
    font-weight: lighter;
}
.btn-more.big.service-account span {
	font-size: 14px;
	font-weight: 600;
	margin-top: 14px;
	display: block;
}
.btn-more.big.service-account i { 
	font-size: 80px;
    float: left;
    margin-right: 15px;
}

button.btn-more { float: none !important; margin: 0 auto !important; }

button {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.slide-link .btn-more { margin-top: 10px; position: absolute; right: 0; bottom: -40px; background: #000;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }
.slide-link .btn-more:after { border: none; !important; }

.slide-link .btn-more:before { content: ""; position: absolute; left: -40px; width: 0; height: 0; border-bottom: 40px solid #000; border-left: 40px solid transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.slide-link .btn-more:hover:before { border-bottom-color: #e20916;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.slide-link:hover .btn-more { background-color: #e20916;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.slide-link:hover .btn-more:before { border-bottom-color: #e20916;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

section#used-cars .btn-more { float: right; position: relative; top: -105px; right: 85px; }

/*BUTTON GIG FOR SLIDESHOW*/
.slide-info-box .btn-more { float: none; margin-top: 30px; }
/*END BUTTON GIG FOR SLIDESHOW*/

.module-tools-list{
	padding:30px 0 90px 0;
	overflow:hidden;
	margin:0 0 0 -2px;
}
/* module-tools-link styles */
.module-tools-link{
	width:260px;
	height: 260px;
	float:left;
	margin: 28px;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	position:relative;
	background-color: rgba(153, 25, 47, .3);
	-pie-background-color: rgba(153, 25, 47, .3);
	behavior:url(pie/PIE.htc);
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: 5px solid #fff;
	overflow: hidden;
}

.module-tools-link img { 
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	left: 0; }

.module-tools-link img {
	vertical-align:top;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.module-tools-link:hover img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

section#managers .about-employees-slide { width: 296px; margin: 2px; }

.module-used-cars-zoom,
.about-employees-zoom {
	content:'';
	position:absolute;
	top:59px;
	right: 0;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index:1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.module-used-cars-zoom i { font-size: 36px; color: #fff; padding: 10px; background: #e20916; position: absolute; top: 0; right: 0; }

.module-used-cars-link:hover .module-used-cars-zoom,
.about-employees-link:hover .about-employees-zoom,
.module-tools-link:hover .module-tools-zoom, .result-item:hover .module-used-cars-zoom { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.module-tools-link:hover .module-tools-text strong,
.module-tools-link:hover{color:#fff;}
.module-tools-link .module-tools-text{
	padding: 20px;
	position:absolute;
	overflow:hidden;
	top: 0;
	left: 90px;
	display: none;
}

.module-used-cars-link .module-image-holder:after {
    background-color: rgba(0, 0, 0, .5);
    -pie-background: rgba(0, 0, 0, .5);
	behavior:url(pie/PIE.htc);
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

a:hover .module-image-holder:after {
    display: block;
}

.module-tools-link .module-tools-text p{margin:0;}
.module-tools-link .module-tools-text strong{
	font-weight:900;
	color:#000;
}
.module-tools-link .module-tools-text,
.module-tools-link .module-tools-text strong{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
/*.module-image-holder {position:relative; height: 396px;}*/

section#model-inventory .module-image-holder {position:relative; height: 182px; overflow: hidden; }

section#gallery .about-employees-slide { 
	width:978px !important;
	height: 396px;
	float:left;
	position:relative;
}

section#gallery .about-employees-slide { 
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section#gallery .about-employees-slide.active { 
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.accessibility:focus{
	position:static;
	width:auto;
	height:auto;
}
/* module-used-cars styles*/
.section.module-used-cars{
	font-size:20px;
	line-height:24px;
	font-weight:300;
}
.module-used-cars-heading{
	padding:79px 0 77px;
	text-align:center;
}
.module-used-cars-heading h1{
	font-size:50px;
	line-height:54px;
	font-weight:300;
	margin:0;
}
.module-used-cars-heading p{margin:0;}
.module-used-cars-heading strong{font-weight:900;}
.module-used-cars-heading a{color: #ffae00; }
.module-used-cars-heading a:hover{text-decoration:none;}
.section.module-used-cars .mask { overflow: hidden; }
.section.about-employees .mask { width: 900px; overflow: hidden; }
.carousel .module-used-cars-slide {
	width:403px;
	margin: 1px;
	float: left;
}
.module-used-cars-link {
	display:block;
	position: relative;
}
.module-used-cars-text{
	overflow:hidden;
	padding: 0;
	position:relative;
	background: #111;
	border-bottom: 3px solid transparent;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.module-used-cars-link:hover .module-used-cars-text { border-color: #e20916;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.module-used-cars-info {
	float:left;
	color:#ddd;
	font-size:15px;
	font-weight: bolder;
	line-height:16px;
	height: 36px;
	padding: 10px 15px;
	position: relative;
}

.module-used-cars-info .brand {
	display:block;
	font-size:18px;
	line-height:20px;
	font-weight:600;
	color:#fff;
}

.module-used-cars-link:hover .module-used-cars-info .brand { color: #f9f9f9; }
.module-used-cars-link:hover .module-used-cars-info .model, .module-used-cars-link:hover .module-used-cars-text .years { color: #fff; }
.module-used-cars-info .model,
.about-employees-info .post { display: block; }
.module-used-cars-text .years {
	float:right;
	font-size:24px;
	line-height:20px;
	font-weight:bolder;
	color:#ddd;
	text-align:center;
}

.module-used-cars-info .model {height: 16px; overflow: hidden; }

.module-used-cars-text .years { position: absolute; top: 0; right: 0; padding: 18px 15px; }

.module-used-cars-text .btn-more { position: absolute; bottom: 0; right: 0; }

.module-used-cars-link:hover .btn-more { background: #ffae00; }

.carousel .slide-pagination-prev,
.carousel .slide-pagination-next{
	position:absolute;
	top:199px;
	background-color: rgba(0, 0, 0, 0.5);
	-pie-background-color: rgba(0, 0, 0, 0.5);
	behavior:url(pie/PIE.htc);
	width:55px;
	height:55px;
	left: 0px;
	margin:-52px 0 0;
	overflow:hidden;
	z-index:1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.carousel .slide-pagination-prev { left: auto; right: 0; top: 255px; }
.carousel .slide-pagination-next { left: auto; right: 0px; }

.carousel .slide-pagination-next:hover, .carousel .slide-pagination-prev:hover { 
	background-color: #e20916 !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.carousel .slide-pagination-next.disabled, .carousel .slide-pagination-prev.disabled { opacity: .2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

section#models .slide-pagination-next { top: 77px; }
section#models .slide-pagination-prev { top: 133px; }

section#managers .slide-pagination-next, section#team .slide-pagination-next { top: 246px; }
section#managers .slide-pagination-prev, section#team .slide-pagination-prev { top: 302px; }

section#offers .carousel .slide-pagination-next { right: 0; }
section#offers .carousel .slide-pagination-prev { right: 0; top: 312px; }

section#module-details .carousel .slide-pagination-next { top: 219px; }
section#module-details .carousel .slide-pagination-prev { top: 275px; }

#used-cars .carousel .slide-pagination-next { top: 501px; }
#used-cars .carousel .slide-pagination-prev { top: 557px; }

#similar .carousel .slide-pagination-next { top: 380px; }
#similar .carousel .slide-pagination-prev { top: 436px; }

#used-cars .subtitle { margin-bottom: 50px; }

/* footer-styles */
footer { min-width: 978px; max-width: 1500px; margin: 0 auto; }
.footer-newsletter{
	background:#c20000;
	padding:35px 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:14px;
}
.footer-newsletter h3{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	margin:0;
	width:250px;
}
.footer-newsletter .footer-text{
	display:inline-block;
	vertical-align:middle;
	width:270px;
	text-align:left;
	margin:0 32px;
	font-weight:900;
}
/* footer-email-form styles */
.footer-email-form{
	float: right;
	display:inline-block;
	width:222px;
}
.footer-email-form input[type="email"],
.footer-email-form input[type="text"]{
	font-size:14px;
	color: #666 !important;
	background:#111;
	border:none;
	float:left;
	margin:0;
	padding: 0 15px;
	width:180px;
	height:40px;
	line-height: 40px;
	border-left: 1px solid #e31d2c !important;
}

.footer-email-form a i { float: left; width: 40px; height: 40px; position: relative; font-size: 30px; line-height: 40px; color: #fff; text-align: center; background: #e31d2c; }

/* placeholder input styles */
.footer-email-form input::-webkit-input-placeholder {color: #666;}
.footer-email-form input:-moz-placeholder {color: #666;}
.footer-email-form input::-moz-placeholder {
	color: #666;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-email-form input:-ms-input-placeholder {color: #666;}
.footer-text p{margin:0;}
.footer-gray-line { height: 230px; background: #444; }

.social-line { min-width: 978px; max-width: 1500px; margin: 0 auto; height: 55px; padding: 15px 0; background: #333; }
.cr-line { min-width: 978px; max-width: 1500px; margin: 0 auto; height: 55px; padding: 15px 0; background: #000; }

.cr-line .icon-bat-logo { font-size: 52px; color: #999; float: left; }

.cr-line .icon-bat-logo-36  { font-size: 52px; color: #999; float: left; }


/* footer-menu styles */
.footer-menu { float: left; height: 230px; }

/* footer-menu-links styles */
.footer-menu-links{
	padding: 10px 0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:16px;
	font-weight: normal;
}
.footer-menu h4{
	font-size:20px;
	line-height:30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin: 30px 0 5px;
	border-left: 1px solid #fff;
	padding-left: 15px;
}

.footer-menu .social { height: 285px; position: relative; float: left; }

.footer-menu-links li{margin:0 0 8px;}
.footer-menu-links a{color:#999;}
.footer-menu-links a:hover{
	text-decoration:none;
	color:#fff;
}
.footer-menu-links ul{
	font-size:12px;
	line-height:14px;
	font-weight:500;
	padding:9px 0 1px;
	margin:0 0 -4px;
	list-style:none;
}
.footer-menu-links ul li{margin:0 0 6px;}
.footer-menu-links ul a{color:#fff;}
.footer-menu-links ul a:hover{color:#ddd;}
/* footer-social styles */
.footer-social{
	padding:0;
	margin:8px 0 0;
	list-style:none;
	float: left;
	overflow: hidden;
}


.chat-image { width: 249px; height: 303px; display: block; position: relative; bottom: 73px; z-index: 999; }

.grid_4.social { width: 264px !important; height: 138px; padding: 0 20px; border-left: 1px dotted #87bff0; border-right: 1px dotted #87bff0;  }

.footer-social li { position: relative; float: left; margin-right: 10px; }

.footer-social a i { font-size: 38px; width: 40px; height: 40px; color: #999; text-align: center; line-height: 40px; display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.footer-social a i:hover { color: #fff; text-decoration:none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/*.newsletter h4 { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #fff; margin: 0; }*/
.newsletter p { font-size: 11px; font-weight: 400; line-height: 12px; color: #999; margin: 15px 0; width: 215px; }

.footer-gray-line p { font-size: 12px; line-height: 14px; color: #fff; width: 222px; }

/* footer-copyright styles */
.footer-copyright{
	float:left;
	font-size:10px;
	line-height:14px;
	font-weight:500;
	color:#999;
	position: relative;
	top: 20px;
	margin-left: 20px;
}
/* footer-links styles */
.footer-links{
	padding:0;
	margin: 0;
	list-style:none;
	float:left;
	position: relative;
	left: 15px;
	top: 15px;
}
.footer-links li{
	margin:0 0 0 10px;
	float:left;
	position:relative;
}
.footer-links li:after{
	content:'';
	position:absolute;
	top:7px;
	left:-5px;
	background:#fff;
	width:1px;
	height:11px;
}
.footer-links li:first-child{margin:0;}
.footer-links li:first-child:after{display:none;}
.footer-links a{ font-size: 10px; font-weight: 400; color:#fff;}
.footer-links a:hover{ text-decoration: underline; }
/* footer logo styles */
.footer-logo { float: right; margin-top: 0px; }
.footer-logo a { display: block; }
.footer-logo a i {
	font-size: 46px;
	color: #fff;
	padding: 2px 5px;
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #595959; /* Old browsers 
	background: -moz-linear-gradient(top,  #595959 0%, #595959 50%, #212121 51%, #212121 100%); /* FF3.6+ 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(50%,#595959), color-stop(51%,#212121), color-stop(100%,#212121)); /* Chrome,Safari4+ 
	background: -webkit-linear-gradient(top,  #595959 0%,#595959 50%,#212121 51%,#212121 100%); /* Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(top,  #595959 0%,#595959 50%,#212121 51%,#212121 100%); /* Opera 11.10+ 
	background: -ms-linear-gradient(top,  #595959 0%,#595959 50%,#212121 51%,#212121 100%); /* IE10+ 
	background: linear-gradient(to bottom,  #595959 0%,#595959 50%,#212121 51%,#212121 100%); /* W3C 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#212121',GradientType=0 ); /* IE6-9 
	border: 2px solid #212121; */
}

/* intro styles */
.intro { max-width: 1500px; height:500px; margin: 0 auto; position: relative; background-color: #000; }
.intro.high { height:650px; }
.intro.small { height: 250px; }
.intro.tiny { height: 34px; }
.image-intro {
	left: 50%;
    margin: 0 0 0 -750px;
    position: absolute;
    top: 0;
	color: #000;
}

/* .intro.high .share { float:right;padding:0; position: relative; right: 0; bottom: -288px; }
.intro .share { float:right;padding:0; position: relative; right: 0; bottom: -138px; z-index: 15; } */

.intro .title {
	font-size:40px;
	color: #666;
	font-weight: 300;
	line-height: 50px;
	text-transform: uppercase;
	float: left;
	margin: 350px 0 0 -15px;
	padding:5px 10px;
	border-left: 2px solid #e20916;
	/*text-shadow: 0 0 5px #000;*/
	background: rgba(255,255,255, .8);
}
.intro .title span { float: left; line-height: 42px; font-size: 36px; font-weight: lighter; text-transform: none; }
.intro.high .title span { margin-top: 15px; }
.intro.small .title {
	margin: 100px 0 0 -15px;
}

/* breadcrumb styles */
.breadcrumb{
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:14px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	overflow:hidden;
	margin: 25px 25px 15px;
}
.tiny .breadcrumb{
	font-size:11px;
	margin: 10px 25px;
}
.breadcrumb li{
	float:left;
	margin:0 0 0 12px;
	position:relative;
}
.breadcrumb li:first-child{margin:0;}
.breadcrumb li:first-child:after{display:none;}
.breadcrumb li:after{
	content:'/';
	position:absolute;
	top:0;
	left:-8px;
}
.breadcrumb a{color:#999;}
.breadcrumb a:hover{color:#e20916;}
/* top-navigation styles */
.top-navigation{
	position: relative;
	overflow: hidden;
	display: block;
}
.pagination-bg p { font-size: 16px !important; }
/* search-form styles */
.search-form{padding:15px 0 5px 21px;}

.search-form input[type="search"],
.search-form  input[type="text"]{
	background:none;
	border:none;
	outline: none;
	color:#666;
	font-size:26px;
	font-weight:300;
	width:160px;
	margin:0;
	float:left;
	padding:0;
}

/* placeholder input styles */
.search-form input::-webkit-input-placeholder {color: #666;}
.search-form input:-moz-placeholder {color: #666;}
.search-form input::-moz-placeholder {
	color: #666;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.search-form input:-ms-input-placeholder {color: #666;}

/* views styles */
.views {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
.views li{
	float:left;
	margin: 0 1px;
}

/* bottom-pagination styles */
.bottom-pagination{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	margin:0;
	font-size:20px;
	line-height:50px;
	font-weight:normal;
}
.bottom-pagination li{
	float:left;
	margin: 0 1px;
}
.bottom-pagination a{
	display:block;
	text-align:center;
	color:#fff;
}
.bottom-pagination .active a{
	background:#e20916;
	color:#fff;
}
.bottom-pagination a:hover{
	background:#ffae00;
	color:#fff;
}

/* Pagination buttons */
.bottom-pagination a, .module-details .tabset li a { width: 50px; height: 50px; line-height: 50px; float: none !important; margin: 0 auto !important; position: relative; 
	background: #333;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.bottom-pagination a:hover, .module-details .tabset li a:hover { text-decoration:none; color: #fff; background: #e20916; }

/* Active */
.bottom-pagination .active a:hover { text-decoration:none; color: #fff; background: #e20916; }

/* Views */
ul.views li a, .module-details .tabset li a { width: 80px; height: 50px; line-height: 50px; text-align: center; float: none !important; margin: 0 auto !important;
	position: relative; color: #fff; display: block; background: #111;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.views li a { width: 60px !important; }

ul.views li a:hover { text-decoration:none; color: #fff; background: #e20916; }
ul.views li a i { font-size: 28px; text-align: center; line-height: 50px; }

/* Active */
ul.views .active a, .module-details .tabset li a.active { background: #e20916; }
ul.views .active a:hover, .module-details .tabset li a.active:hover { text-decoration:none; color: #fff; background: #e20916; }

/* -------------------------
result-holder 
----------------------------*/
.result-holder { padding:0; }
.module-filters{margin:0 0 26px;}

.filter-form{margin:0 0 50px;}
.filter-form select{
	width:100%;
	margin:0;
	padding:0;
	font-size:16px;
}
.filter-form .row{margin:0 0 2px;}
.filter-form .row:after{
	content:'';
	display:block;
	clear:both;
}
.filter-title{
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	color:#000;
	display:block;
	margin:0 0 15px;
}
.filter-title span { font-size: 20px; position: relative; bottom: -2px; margin-right: 5px; }
.filter-title span i { position: relative; bottom: -2px; }
/* applied-filters styles */
.applied-filters{margin:0 0 27px;}
.applied-filters ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	font-weight: normal;
	line-height:16px;
}
.applied-filters ul li{margin:0 0 2px;}
.applied-filters ul a{
	display:block;
	background: #222;
	border-left: 3px solid #e20916;
	padding: 0 10px 0 15px;
	position:relative;
	color:#999;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.applied-filters .disabled a{
	background:#ededed;
	border-color:#ddd;
	color:#666;
}

.applied-filters .disabled:hover a {
	color:#ffae00;
	border-color:#ffae00;
}
.filter-links-holder{margin:0 0 30px;}
/* ilter-links styles */
.filter-links{
	padding:0;
	margin:0 0 30px;
	list-style:none;
}
.filter-links li{margin:0 0 2px;}
.filter-links a{
	display:block;
	border:2px solid #000;
	padding:6px 10px 6px 38px;
	position:relative;
}

.filter-box{
	padding:28px 20px 15px;
	display:block;
	background: rgba(275, 154, 0, .8);
	-pie-background: rgba(275, 154, 0, .8);
	behavior:url(pie/PIE.htc);
	position:relative;
	color:#fff;
	text-align:center;
	height:104px;
	overflow:hidden;
	display: none;
}
.filter-box-image{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.filter-box h2{
	font-size:27px;
	line-height:28px;
	font-weight:300;
	color:#fff;
	margin:0 0 20px;
}
.filter-box p{margin:0;}

/* result-gallery, result-list and result-simple  styles */
#result-gallery{
	margin:0 -30px 0 0;
	overflow:hidden;
}
.view-result .thumb { position: relative; height: 125px; overflow: hidden; }
#result-gallery .thumb{border-bottom:2px solid #ccc;}
.view-result .thumb img{vertical-align:top;}
#result-gallery .result-item{
	position:relative;
	width:360px;
	float:left;
	margin: 0 2px 2px 0;
}
#result-gallery .result-item:hover{
	background:#e9e9e9;
	color:#999;
}

.view-result .result-link:hover .result-zoom{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.module-details .img-arrow,
.view-result .result-arrow{
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	position:absolute;
	width:40px;
	height:40px;
	background:#000;
	top: 0;
	right:0;
	z-index:2;
}

.img-arrow.big { width: 60px; height: 60px; line-height: 60px; font-size: 40px; }

.module-details a:hover>.img-arrow,
.view-result .result-link:hover .result-arrow{background:#ffae00;}

.module-details .img-arrow{
	top:0;
	left:auto;
	right:0;
}

.grid_12.tophellowline { border-top: 2px solid #ffae00; }

.view-result .mpg{
	padding: 10px;
	position:relative;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
#result-gallery .mpg {}

#result-gallery .result-link:hover .mpg { display: block; }

.view-result .mpg p{margin:0;}
.view-result strong{
	font-weight:300;
	font-size:26px;
	line-height:30px;
	display:block;
}

.result-item .model-info-detail table tr td { line-height: 18px; }

.view-result .info{
	padding:6px 0 5px 10px;
	margin:0;
	list-style:none;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
}
.result-item:hover .info li strong { color: #fff; } 
.view-result .info li{
	float:left;
	width:159px;
	padding:0 10px 3px 0;
}
.view-result .info li strong{
	display:block;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#666;
}
#result-list .result-item{
	margin:0 0 15px;
	padding: 0;
	background:#111;
	height: 125px;
	position: relative;
}
#result-list .result-item:hover ul.info li.marca strong { color: #fff !important; }
.view-result .result-item:hover .thumb:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:1;
	right:0;
	background-color: rgba( 0, 0, 0, .5);
    -pie-background: rgba(0, 0, 0, .5);
	behavior:url(pie/PIE.htc);
}
#result-simple .result-item:hover .thumb:after,
#result-list .thumb{
	width:222px;
	height: 125px;
	overflow: hidden;
	border-bottom:0px solid red;
	float:left;
}

#result-simple .thumb img,
#result-list .thumb img{
	width:100%;
	height:auto;
}

#result-simple .result-arrow,
#result-list .result-arrow{
	top:0;
	right: 0;
	z-index:2;
}
#result-list .mpg {	float: right; position: relative; top: 13px; right: 20px; text-align: center; color: #fff; }
#result-list .mpg p { font-size: 14px; }
#result-list .mpg i { font-size: 40px; position: relative; bottom: 5px; }

#result-list .info{
	float:left;
	width:345px;
	padding:13px 0 0 20px;
}
#result-list .info li{
	width:120px;	
	padding:0 50px 15px 0;
}
#result-simple .result-item{
	width:222px;
	float:left;
	margin:0 30px 30px 0;
}
#result-simple{margin:0 -30px 0 0;}
#result-simple .info,
#result-simple .mpg{display:none;}
/* bottom navigation styles */
.bottom-navigation{
	padding:0 0 60px;
	background: #fff;
	border-top: 0px solid #e20916;
	margin-top: 35px;
}
/* result-breadcrumb styles */
.result-breadcrumb{
	float:left;
	padding:20px 0 0;
	width:225px;
	color:#fff;
}
.result-breadcrumb p{margin:0;}

/* vehicle-request styles */
.vehicle-request h2{
	width:300px;
	margin:0 30px 0 0;
}
.heading .text-holder{
	float:right;
	width:390px;
	font-size:12px;
	line-height:14px;
	font-weight:300;
	color:#666;
	padding:33px 0 20px;
}
.heading .text-holder p{margin:0;}
/* request form styles */
.request-form{padding: 15px 0 60px 0;}
.module-service .request-form { padding: 15px 0 60px 0; } 
.request-form .row{
	float:left;
	padding:0 0 15px;
}
.captcha label { text-transform: inherit !important; font-weight: normal !important; }

span.field-number { display: none; float: left; height: 40px; width: 40px; font-size: 24px; font-weight: bold; color: #fff; text-align: center; line-height: 40px; background: #ffae00; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
	font-family: "raleway", arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 40px;
	display:block;
	background:#fff;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #cbcbcb;
	color:#999;
	margin:0 0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height: 40px;
	
	outline:0px;
}
input[type="text"]:after { height: 20px; border-left: 2px solid #cbcbcb; }
textarea{
	width:100% !important;
	overflow: hidden;
	line-height: 18px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus { border-color: #e20916; }

/* placeholder input styles */
.request-form input::-webkit-input-placeholder {color: #999;}
.request-form input:-moz-placeholder {color: #999;}
.request-form input::-moz-placeholder { color: #999;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.request-form  input:-ms-input-placeholder {color: #999;}
.request-form label{
	display:block;
	font-size:11px;
	line-height:14px;
	font-weight:900;
	text-transform:uppercase;
	color:#999;
}
.request-form label i { font-size: 10px; color: #000; }
.request-form label .mark-required{color:#e20916;}
.request-form .submit-row{text-align:center;}

.request-form select{
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
}
/* module-details */
.module-details .detail-title{
	position:relative;
	color:#999;
	font-size:14px;
	line-height:30px;
	font-weight:normal;
	margin:0;
	padding: 5px 0 0;
}

.module-details .detail-title a{
	color: #ff0000;
}


.module-details .detail-title i { position: relative; bottom: -2px; }

.module-details .tabset:after{
	content:'';
	display:block;
	clear:both;
}
.module-details .tabset{
	margin:0;
	padding:0;
	list-style:none;
	float: right;
}
.module-details .tabset li { float: left; margin:0 1px; }
.module-details .tabset a {
	width:50px;
	background:#004495;
	position:relative;
	height:50px;
	line-height: 50px;
	padding: 0 !important;
}
/* details-column styles */
.details-column{
	float:left;
	width:277px;
	min-height:auto;
	background:#111;
	padding:20px;
	border-left: 3px solid #e20916;
}
.details-column-title{
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	color:#fff;
	margin:0 0 0px;
}
.details-column .years{
	font-size:50px;
	line-height:40px;
	display:block;
	font-weight:normal;
	margin:0px;
	color: #ddd;
}
.detail-mpg{
	content:'';
	position:relative;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	margin-bottom:0px;
}
.detail-mpg p{margin:0;}
.detail-mpg strong{
	font-size:30px;
	line-height:32px;
	display:block;
	font-weight:normal;
}
.detail-info{
	padding:0;
	list-style:none;
	left: 0;
	bottom: 0;
	width: 280px;
}
.detail-info li{
	padding: 8px 0;
	border-top:1px solid #333;
	overflow:hidden;
}
.detail-info-title{
	font-size:11px;
	line-height:14px;
	font-weight:900;
	color:#ddd;
	float:left;
	text-transform:uppercase;
	margin:0;
	padding: 0;
	width:110px;
}
.detail-info .text{
	font-size:12px;
	font-weight: normal;
	line-height:16px;
	color:#fff;
	float:left;
	width:127px;
	padding: 0;
}
.module-details .tab-content{
	float:left;
	width:658px;
}
.module-details .tab-content img{
	vertical-align:top;
	width: 100%;
	height: auto;
}
.module-details .carousel{overflow:hidden;}
.module-details .carousel .slide-pagination-next,
.module-details .carousel .slide-pagination-prev{top:46%; background-color: rgba(0, 0, 0, .5); -pie-background-color: rgba(0, 0, 0, .5); behavior:url(pie/PIE.htc); }
.module-details .carousel .mask{overflow:hidden;}
.module-details .carousel .slide{width:658px;}
.intro .open-close,
.module-details .carousel .open-close{
	position:absolute;
	right:0;
	z-index:2;
	bottom:0;
}
.intro .open-close .opener,
.module-details .carousel .open-close .opener{
	float:right;
	font-size:14px;
	line-height:16px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
	padding:12px 24px 12px 48px;
	background:#ffae00;
	position:relative;
}
.details-holder{padding-bottom:30px;}

.intro .open-close .slide-box,
.module-details .carousel .open-close .slide-box{
	background: rgba(0, 14, 49, .9);
	-pie-background: rgba(0, 14, 49, .9);
	behavior:url(pie/PIE.htc);
	border-top:2px solid #ffae00;
	font-size:14px;
	line-height:16px;
	color:#fff;
	padding:18px 20px;
	float:left;
}
.module-details .carousel .open-close .slide-box{padding:18px 20px}
.module-details .carousel .open-close .slide-box p{margin:0;}

.slide-box .slide-holder{
	overflow:hidden;
	padding:0 0 22px;
}
.content-gallery .slide-box .slide-holder{padding:0 0 16px;}
.open-close .slide-footer{
	height:18px;
	display:block;
	overflow:hidden;
}
.intro .open-close .slide-box .close:after,
.module-details .carousel .open-close .close:after{display:none;}
.intro .open-close .slide-box .close:hover,
.intro .open-close.active .slide-box .close,
.module-details .carousel .open-close.active .close{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.section .heading.toggle { margin-bottom: 20px;
background: #002172; /* Old browsers */
background: -moz-linear-gradient(left,  #002172 0%, #007fcf 50%, #002172 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002172), color-stop(50%,#007fcf), color-stop(100%,#002172)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #002172 0%,#007fcf 50%,#002172 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #002172 0%,#007fcf 50%,#002172 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #002172 0%,#007fcf 50%,#002172 100%); /* IE10+ */
background: linear-gradient(to right,  #002172 0%,#007fcf 50%,#002172 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002172', endColorstr='#002172',GradientType=1 ); /* IE6-9 */
-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.3);
behavior:url(pie/PIE.htc);
}

.toggle-bg { width: 448px; height: 90px; float: left; background: #000; overflow: hidden; }

.module-models-cars .heading { border: none; float: left; margin-bottom: 95px; }
.models-scion .heading { margin-bottom: 55px; }
.module-testimonies .heading{border:none;}

.detail-specs .heading .text-holder{
	width:500px;
	padding-top:28px;
}

.detail-specs .info-area{padding: 0 0 120px 0; }
.vehicle-features h3{
	font-size:16px;
	line-height:42px;
	font-weight:bold;
	color:#fff;
	height: 42px;
	text-transform:uppercase;
	text-align: left;
	padding-left: 15px;
	border-top: 3px solid #e20916;
	border-left: 3px solid #e20916;
}

.is-sitemap .detail-specs h3 { color: #666; margin-bottom: 15px; padding: 10px 0; border-bottom: 1px solid #999; }
.is-sitemap .detail-specs h3 i { font-size: 20px; float: left; margin-right: 5px; }
.is-sitemap a.links-more { display: none !important; }
.is-sitemap .info-links { height: auto; /*250px*/ !important; }
/* .is-sitemap .info-area:hover .info-links { height: auto !important; } */

/* module-info syles */
.module-info h3{
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#000;
	margin:0 0 20px;
	text-transform:uppercase;
}
.vehicle-features i.icon-service,
.vehicle-features i.icon-specs-safety,
.vehicle-features i.icon-specs-exterior,
.vehicle-features i.icon-specs-interior { height: 200px; font-size: 150px; line-height: 200px; text-align: center; color: #333; display: block; margin: 0 auto; }

.info-links{
	padding:10px 0 0;
	margin:0 0 -15px;
	list-style:none;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	overflow:hidden;
	max-height: 260px;
	-webkit-transition: max-height 1.5s;
	-moz-transition: max-height 1.5s;
	transition: max-height 1.5s;
}

.vehicle-features:hover .info-links { max-height: 3000px !important;
	-webkit-transition: max-height 2s;
	-moz-transition: max-height 2s;
	transition: max-height 2s; }

.info-links li{
	padding:0 0 10px 15px;
	position:relative;
	color: #999;
}
.info-links a {color:#666; } .info-links a:hover { color: #e20916; }

.info-links li:after {
    content: "";
    font-family: "icomoon";
    font-size: 10px;
    color: #e20916;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

/* module-similar styles */
.module-similar .carousel{padding: 0 50px 0 80px;}
.about-employees .carousel{padding: 0 0 50px 0;}

/* slide-box styles in the intro  */
.intro .slide-box{
	color:#fff;
	font-size:14px;
	line-height:24px;
	font-weight:500;
}
.intro .slide-box p{margin:0 0 10px 0;}
.intro .slide-box h2{
	color:#fff;
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	margin:0 0 20px;
}
/* contact-buttons styles */
.contact-buttons{
	padding:0;
	margin:0 0 27px;
	list-style:none;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:300;
}
.contact-buttons li{
	float:left;
	margin:0 10px 0 0;
}
.contact-buttons a{
	border:2px solid #898987;
	border:2px solid rgba(255,255,255,0.4);
	display:block;
	padding:10px 9px 10px 38px;
	position:relative;
	color:#fff;
}
.contact-buttons a:hover{border-color:#fff;}
/* contact-directions styles */
.contact-directions{padding: 0 0 50px 0; overflow: hidden; }
.contact-directions-column{
	font-size:14px;
	line-height:16px;
}
.contact-directions-column p{margin:0;}
.contact-directions-buttons{
	padding:16px 0 0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:16px;
	font-weight:300;
	text-transform:uppercase;
}
.contact-map{
	height: 350px;
	margin:0 0 20px 0;
	position:relative;
	border-bottom: 3px solid #e20916;
}

.contact-map .btn-map{
	position:absolute;
	top:55px;
	right:15px;
	background:#e20916;
	width:45px;
	height:45px;
	font-size: 34px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	z-index:10;
	overflow:hidden;
}
.contact-map .btn-map i { line-height: 45px; }

/* contact-directions-buttons styles */
.contact-directions-buttons li{margin:0 0 10px;}
.contact-directions-buttons a{
	border:2px solid #000;
	display:block;
	color:#000;
	padding:10px 8px 10px 38px;
	position:relative;
}
.contact-directions-buttons a:hover{
	border-color:#d00;
	color:#d00;
}

/* contact-info stylees */
.contact-info h2 { font-size: 26px; font-weight: normal;  }

.contact-info .info-area{padding: 0 0 50px 0; overflow: hidden; }
.contact-info .schedule-box{
	margin:0 0 31px;
	background:#999;
	overflow:hidden;
	position:relative;
}
.contact-info  .schedule-title{
	text-align:center;
	color:#fff;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg);
	position:absolute;
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	width:197px;
	height:34px;
	top:44%;
	left:-57px;
}
.contact-info .schedule{
	padding:0 0 0 84px;
	margin:0;
	list-style:none;
	width:390px;
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase;
	background: #ffae00;
}
.contact-info .schedule li{
	margin:0 0 1px;
	background:#000;
	padding:30px 20px 20px;
}

.contact-column { overflow: hidden; margin: 25px 0; padding-top: 20px; }

.contact-info .schedule p{margin:0;}
.contact-info .work-time,
.contact-column .work-time{
	font-size:54px;
	line-height:30px;
	font-weight:300;
	color:#666;
	display:block;
	text-transform: uppercase;
}

.contact-column .work-time { font-size: 26px; }

.contact-info .work-time sup,
.contact-column .work-time sup{
	font-size:12px;
	line-height:12px;
	position:relative;
	top:-12px;
	vertical-align:baseline;
}
.contact-info .email-box,
.contact-info .fax-box,
.contact-info .phone-box,
.contact-column .phone-box{
	padding:0;
	position:relative;
	float: left;
	margin: 20px 0;
	border-left: 3px solid #e20916;
}

.contact-info .email-box .email,
.contact-info .fax-box .fax,
.contact-info .phone-box .phone,
.contact-column .phone-box .phone{
	padding: 0 20px;
	display:block;
	font-size:12px;
	line-height:14px;
	color:#666;
	text-transform: uppercase;
}
.contact-info .email-box .email{text-transform:none;}
.contact-info .email-box .email strong,
.contact-info .fax-box .fax strong,
.contact-info .phone-box .phone strong,
.contact-column .phone-box .phone strong{
	font-size:26px;
	line-height:30px;
	font-weight:300;
	display:block;
}

.is-contact-us .phone-box strong, .is-contact-us .fax-box strong{ font-size: 40px !important; }

.contact-column .email strong, .contact-column .fax strong, .contact-column .phone strong { font-size: 30px; }

.contact-info .email-box p,
.contact-info .fax-box p,
.contact-info .phone-box p,
.contact-info .schedule p { color: #666; margin: 10px 0 0; font-size: 14px; font-weight: bold; }

/* module-offers styles */
.module-offers .carousel{padding: 60px 19px 10px 19px;}
.module-offers .carousel .slide-pagination-prev,
.module-offers .carousel .slide-pagination-next{
	margin:0;
	top:41%;
}

/* module-calculator styles */
.calculator-form{
	padding: 0 0 50px 0;
	overflow:hidden;
}
.calculator-form input[type="radio"]{
	height:15px;
	float:left;
	margin:5px 21px 0 0;
	padding:0;
	padding-top:46px;
}
.calculator-form .radio-row {
	padding: 0;
	margin: 50px -5px 2px 0;
	list-style:none;
	overflow:hidden;
	border-left: 3px solid #e20916;
}
.calculator-form .radio-row li{
	margin:0 5px 0 0;
}
.calculator-form .radio-row label{
	display:block;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 10px 20px;
}

.calculator-content {  }

.calculator-content .row{ border-left: 3px solid #666;
	padding:0 0 2px 20px;
	/* border-bottom:1px solid #e5e5e5; */
	margin:0;
	overflow:hidden;
	background: #111;
}
.calculator-content .total-row{
	margin-top:-1px;
	padding:5px 0 0;
	overflow:hidden;
}
.calculator-content .total-row .label,
.calculator-content .row label{
	width:400px;
	float:left;
	font-size:14px;
	line-height:16px;
	font-weight:600;
	text-transform:uppercase;
	color:#999;
	text-align:right;
	margin:23px 0 0;
}
.calculator-content .total-row .label{ font-size: 18px; color:#fff; font-weight: bold; }
.calculator-content .total-row .total-cost{
	display:inline-block;
	width:204px;
	font-size:34px;
	line-height:34px;
	color:#fff;
	font-weight:600;
	padding:5px 0 0;
}
.calculator-content .total-row button[type="submit"]{margin:0 42px 0 0 !important;}
.calculator-content .holder{
	width:469px;
	float:right;
	padding:10px;
}
.calculator-content .row .holder{background:#222;}
.calculator-content .holder .note{
	float:left;
	font-size:18px;
	line-height:20px;
	font-weight:900;
	color:#999;
	width:67px;
	margin:12px 7px 0 0;
	text-align:center;
}
.calculator-content .holder input {
	width:305px;
	font-size:18px;
	padding:8px 13px 7px;
	font-weight:normal;
	color:#999;
	margin:0;
	background: #111;
	border-color: transparent;
}
.calculator-content .holder input:focus { border-color: #e20916; }

.calculator-form input::-webkit-input-placeholder {color: #666;}
.calculator-form input:-moz-placeholder {color: #666;}
.calculator-form input::-moz-placeholder {
	color: #666;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.calculator-form input:-ms-input-placeholder {color: #666;}
.calculator-content select{
	float:left;
	margin:0;
	padding:0 ;
	width:301px;
	font-size:18px;
	font-weight:500;
	color:#666;
}
/* about-info styles */
.about-info-holder{
	position:relative;
}

.about-info .content h2 { font-size: 48px; font-weight: lighter; line-height: 42px; color: #fff; margin: 30px 0 20px 0; }
.about-info .content p.intro-text { font-size: 16px; font-weight: normal; line-height: 24px; text-align: justify; color: #999; }

.about-info-holder:after{
	content:'';
	display:block;
	clear:both;
}
.about-images-holder img {
	display:block;
	margin: 35px auto 25px;
}
.about-info .intro-text{
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	margin:-4px 0 33px;
	color: #666;
}
.about-info p{margin:0 0 25px; color: #999; }
/* about-testimonies styles */
.about-testimonies .slideshow blockquote{
	padding:37px 50px 76px;
}
.about-info a { color: #e20916;}
.about-info a:hover { color: #000;}

.slide-button .open-close-button{position:relative;}
.slide-button .slide-box-button{
	position:absolute;
	bottom:100%;
	right:0;
	margin:0 0 9px;
	width:336px;
	background:#444;
	font-size:11px;
	line-height:14px;
	color:#999;
	border-radius: 3px;
	-pie-border-radius: 3px;
	behavior:url(pie/PIE.htc);
	z-index:20;
	overflow:visible;
}
.section.module-testimonies .tab-content .slide-button .slide-box-button{background:#222;}
.section.module-testimonies .tab-content .slide-button .slide-box-button:after{border-top-color:#222;}
.slide-button .slide-box-button:after{
	content:'';
	position:absolute;
	top:100%;
	right:60px;
	margin:0 0 0 -10px;
	border: solid transparent;
	border-width:10px 9px 0;
	border-top-color:#444;
}
.slide-button .slide-box-button .frame{padding:11px 17px 17px;}
.slide-button .slide-box-button .frame:after{
	content:'';
	display:block;
	clear:both;
}

.slide-button .slide-box-button .opener-button:after{display:none;}
.slide-box-title{
	font-size:26px;
	line-height:32px;
	font-weight:300;
	display:block;
	margin:0 0 2px;
}
.slide-button .slide-box-button input[type="text"],
.slide-button .slide-box-button input[type="tel"],
.slide-button .slide-box-button input[type="email"],
.slide-button .slide-box-button input[type="url"],
.slide-button .slide-box-button input[type="password"],
.slide-button .slide-box-button input[type="search"],
.slide-button .slide-box-button textarea{background:#f8f8f8;}
.slide-button .slide-box-button .row{
	width:100%;
	padding:0 0 8px;
}
.slide-button .slide-box-button .row:after{
	content:'';
	display:block;
	clear:both;
}
button[type="submit"].btn-send{
	display:block;
	width:30px;
	height:30px;
	margin:0;
	padding:0;
	border:2px solid #fff;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	transition: border-color .3s ease-in-out;
}
button[type="submit"].btn-send:hover{
	border-color:#d00;
}
.captcha-field{position:relative;}
.captcha-field:after{
	content:'';
	display:block;
	clear:both;
}
.captcha-field input[type="text"]{padding-right:133px;}
.captcha-number{
	top:2px;
	bottom:2px;
	right:0;
	position:absolute;
	width:111px;
	padding:0;
	background:#aaa;
	font-size:20px;
	line-height:36px;
	color:#dfdfdf;
	text-align:center;
	text-transform:uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha-number:after{
	content:'';
	position:absolute;
	right:100%;
	border:1px solid transparent;
	border-width:18px 19px 18px 0;
	border-right-color:#aaa;
}
.thumbnails .slide-button-button .open-close-button.active > a { background-color: #d00; }
/* about-employees styles */
.about-employees-link{
	background:#fff;
	display:block;
}

.about-employees-text{
	background-color: rgba(0, 0, 0, .8);
	-pie-background-color: rgba(0, 0, 0, .8);
	behavior:url(pie/PIE.htc);
	overflow:hidden;
	padding: 10px 15px;
	position:relative;
	position: absolute;
	bottom: 0;
	text-align: left;
}

section#managers .about-employees-text { border-left: 4px solid #e20916; }

a.about-employees-text {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

a.about-employees-text {
	overflow:hidden;
	padding: 0;
	position:relative;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
}

.about-employees-slide:hover a.about-employees-text {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

a.about-employees-text i { font-size: 36px; color: #fff; padding: 10px; position: absolute; top: 0; right: 0; background: #e20916; z-index: 10; }

.about-employees-info{
	float:left;
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight: 100;
	width: 100%;
}
.about-employees-info .name{
	display:block;
	font-size:16px;
	line-height:20px;
	font-weight: 600;
	color:#fff;
}

a.icon-plus { font-size: 52px; font-weight: 300; text-align: center; line-height: 58px; color: #fff; background: #ffae00; 
height: 58px; width: 58px; position: absolute; top: 4px; right: 4px; display: none; }

.about-employees-slide:hover a.icon-plus { display: block; }

/* about-team styles */
.about-team .carousel .img-col{
	float:left;
	width:415px;
}
.about-team .carousel .img-col:first-child{margin-right:5px;}
.about-team .carousel .img-col.big{width:558px;}
.about-team .carousel .img-col img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 6px;
}
.about-team .carousel .mask { width: 900px; }
.about-team .carousel .slide { width: 296px; margin: 2px; }

.about-team .carousel .slide a:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity .3s ease-in-out, box-shadow .3s ease-in-out;
}
.about-team .carousel .slide a:hover:after{
	box-shadow: 0 0 120px rgba(0,0,0, 0.8) inset;
	box-shadow: 0 0 120px rgba(0,0,0, 0.8) inset;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-team .carousel .slide a:hover .zoom{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.date-field{position:relative;}
.date-field:after{
	content:'';
	display:block;
	clear:both;
}
.date-field .ui-datepicker-trigger,
.date-field .btn-date{
	font-size: 26px;
	position:absolute;
	right:0;
	top:0;
	text-align:left;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
	width:38px;
	height:38px;
	line-height: 38px;
	background-color: #fff;
	color: #e20916;
	text-align: center;
}

.date-field .btn-date{display:none;}
.photo-column { position: absolute; right: 0; bottom: 0; }
.photo-column img { position: relative; top:0px; }
.intro .slide-box .text-block{overflow:hidden;font-size:14px;line-height:24px;font-weight:500;}
.contact-column .phone-box{
	padding:0;
	margin:0 0 2px;
	background:none;
	position:relative;
	z-index:2;
}
.contact-column .phone-box:before{
	content:'';
	position:absolute;
	left:0;
	z-index:-1;
	top:0;
	width:63px;
	height:100%;
}
.contact-column .phone-box { margin-bottom: 25px; } 

.contact-column .phone-box p { font-size: 12px; margin: 10px 0 0 0; }
.contact-column .phone-box h2 { font-size: 22px; font-weight: bold; line-height: 32px; text-transform: uppercase; margin: 0 0 15px; }
.contact-column .phone-box h2 i { font-size: 32px; line-height: 32px; float: left; margin-right: 10px; }

.module-used-cars-link { height: 286px; overflow: hidden; }

/* ---------------------------------------------------------
   4. Сustom form styles
   ---------------------------------------------------------*/
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}
/* custom radio styles */
.rad-area {
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0 21px 0 0;
	float: left;
	background:#000;
	width:21px;
	height:21px;
	behavior:url(pie/PIE.htc);
	position:relative;
}
.rad-checked:after{
	content:'';
	position:absolute;
	top:5px;
	left:5px;
	background:#e20916;
	width:11px;
	height:11px;
	border-radius: 100%;
	behavior:url(pie/PIE.htc);
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 40px;
	margin-bottom: 5px;
	float: left;
	color: #999;
	background:#fff;
	border: none;
	width:100%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom:2px solid #cbcbcb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.request-form .select-area { width:100% !important; }

.select-area:focus { border-color: #e20916; }
.select-area .center {
	white-space: nowrap;
	line-height:39px;
}

.module-quicksearch .select-area {
	width: 180px !important;
	height: 40px;
	background:none;
	margin: 0 10px 0 0;
}

.module-quicksearch .select-area .center {
	white-space: nowrap;
	background-color: #bbb;
	width: 150px;
	height:40px;
	font-size:14px;
	line-height:40px;
	font-weight:normal;
	color:#444;
	padding:0 15px;
	display:block;
	text-transform:uppercase;
}

.quicksearch {
	right: 0px;
}
.quicksearch .select-area { border:none; }
.quicksearch .select-area .center { padding:0 15px; }

.calculator-form .select-area{
	font-size:18px;
	font-weight:500;
	color:#999;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:36px;
	background: #111;
	border-color: transparent;
}

.calculator-form .select-area:focus { border-color: #e20916; }

.calculator-form .select-area .center { margin-left: 15px; }

.module-quicksearch  .select-area .select-opener {
	background: #fff;
	position: absolute;
	width:40px;
	height:40px;
	right: 0;
	top: 0;
}
.select-area .select-opener {
	position: absolute;
	width:38px;
	height:38px;
	right: 0;
	top: 0;
	cursor:pointer;
	font-size: 24px;
	color: #e20916;
	text-align: center;
	line-height: 45px;
}

.calculator-form .select-active .select-opener:before{display:none;}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #ddd;
	z-index: 2000;
}

.select-active { border-color: #e20916; }

.drop-filters-select,
.drop-search-select{
	background:none;
}
.select-options .drop-holder {
	border:2px solid #e20916;
	overflow: hidden;
	height: 1%;
}
.drop-filters-select .drop-holder,
.drop-search-select .drop-holder{
	border:1px solid #333;
	background:#111;
}
.select-options ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin:-2px 0 0;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	text-transform:uppercase;
}
.select-options ul li {
	width: 100%;
	float: left;
}
.select-options ul a {
	text-decoration: none;
	padding:9px 16px;
	border-top:1px solid #999;
	display: block;
	cursor: default;
	color: #fff;
	height: 1%;
	background:#f9f9f9;
	font-weight: normal;
}
.drop-filters-select ul,
.drop-search-select ul{
	font-size:14px;
	line-height:22px;
}
.drop-filters-select  ul a,
.drop-search-select  ul  a{
	padding:6px 19px;
	border-top:1px solid #333;
	background:#111;
}
.select-options .item-selected a {
	text-decoration: none;
	background:#e20916;
	color: #fff;
}
/* select options optgroup example styles */
.select-options .optgroup {
	clear: both;
}
.select-options .optgroup strong {
	display: block;
	padding: 5px;
}
.select-options .optgroup ul a {
	padding-left: 30px;
}
/* custom file input */
.file-area .jcf-input-wrapper {
	position: relative;
	overflow: hidden;
	float: left;
}
.file-area .jcf-upload-button {
	float:left;
	border:2px solid #aaa;
	font-size:11px;
	line-height:16px;
	color:#999;
	text-transform:uppercase;
	font-weight:500;
	padding:10px;
	margin:0 0 3px;
	background:#f8f8f8;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100px;
}
.file-area .jcf-fake-input {
	float:left;
	border:2px solid #aaa;
	font-size:14px;
	line-height:16px;
	height:40px;
	color:#000;
	font-weight:500;
	padding:10px;
	margin:0 8px 3px 0;
	background:#f8f8f8;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:193px;
}
.file-disabled .jcf-upload-button {
	border-color: #eee;
	background-color: #eee;
	color: #777;
}
.file-disabled .jcf-fake-input {
	border-color: #eee;
	color: #aaa;
}
/* example lightbox styles */
.popup-holder-ajax {
	position: relative;
	overflow: hidden;
	height: 0;
}
.lightbox .carousel .mask{
	overflow:hidden;
	margin:0 0 6px;
}
div.lightbox{
	width:800px;
	padding:5px;
}
.thumb-carousel {
	position: relative;
	margin:0 0 5px;
	overflow:hidden;
}
.thumb-carousel .mask-thumbs {
	position: relative;
	overflow: hidden;
	width:665px;
	float:left;
}
.thumb-carousel .mask-thumbs .slideset {
	width: 99999px;
	float: left;
}
.thumb-carousel .mask-thumbs .thumb-slide {
	width: 128px;
	margin:0 5px 0 0;
	float: left;
}
.thumb-carousel .thumb-slide img{vertical-align:top;}
.thumb-prev,
.thumb-next{
	width:200px;
	background:#c00;
	float:left;
	width:65px;
	height:85px;
	text-indent:-9999px;
	overflow:hidden;
	background:#c00;
	margin:0 5px 0 0;
	position:relative;
}
.thumb-next{
	background:#c00;
	margin:0;
}
.thumb-prev:hover,
.thumb-next:hover{background:#d00;}

.litbox-title-row{
	background:#222;
	padding:33px;
	text-align:center;
	color:#fff;
}
.litbox-title-row .title{
	display:block;
	font-size:30px;
	line-height:34px;
	text-transform:uppercase;
	font-weight:300;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../img/fancybox/fancybox.png);
}
#fancybox-overlay {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100% !important;
	z-index: 1100;
	display: none;
}
#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}
#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px; /* should be 20px */
	z-index: 1101;
	outline: none;
	display: none;
}
#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}
#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff; /* border-width should be zero */
}
#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(../img/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}
#fancybox-close {
	position:absolute;
	top:0;
	right:-84px;
	width:60px;
	height:60px;
	background:#c00;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}
#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}
#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}
#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(../img/fancybox/blank.gif);
	z-index: 1102;
	display: none;
}
#fancybox-left {
	left: 0px;
}
#fancybox-right {
	right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}
#fancybox-left-ico {
	background-image: url(../img/fancybox/fancybox.png);
	background-position: -40px -30px;
}
#fancybox-right-ico {
	background-image: url(../img/fancybox/fancybox.png);
	background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
	left: 20px;
}
#fancybox-right:hover span {
	left: auto;
	right: 20px;
}
.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
	display:none;
}
#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../img/fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../img/fancybox/fancybox.png);
	background-position: -40px -162px;
}
#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../img/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}
#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../img/fancybox/fancybox.png);
	background-position: -40px -182px; 
}
#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../img/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}
#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../img/fancybox/fancybox.png);
	background-position: -40px -142px;
}
#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../img/fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../img/fancybox/fancybox.png);
	background-position: -40px -122px;
}
#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}
.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}
.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}
.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}
#fancybox-title-over {
	padding: 10px;
	background-image: url(../img/fancybox/fancy_title_over.png);
	display: block;
}
.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}
#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}
#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}
#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(../img/fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(../img/fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(../img/fancybox/fancybox.png) -55px -90px no-repeat;
}
button.disabled,
label.disabled{display:none;}
form legend{display:none;}

.drop-slide-wrapper{
	top:100% !important;
	width:100% !important;
	/*background:#004495; /*ffae00;*/
	background:rgba(0,15,50,0.9);
	-pie-background:rgba(0,15,50,0.9);
	behavior:url(pie/PIE.htc);
	min-height:240px;
}
.drop-slide-wrapper:before{
	content:'';
	content:' ';
	position:absolute;
	left:100%;
	width:9999px;
	z-index:-1;
	height:100%;
	background:#000f32;
	top:0;
}
.drop-first-level .drop-slide-wrapper{
	min-height:0;
	top:0;
	margin:0;
	min-height:0;
	padding:24px 0 0;
	background:none;
}
.module-models-cars.load-content .ajax-content{background:url(../img/loader.gif) no-repeat 50% 20px;}
.module-models-cars.load-content .tab-block{visibility:hidden;}
.module-models-cars .ajax-content{background:none;}
.module-models-cars .tab-block{visibility:visible;}

.load-content .carousel .slide.active .slide-zoom{display:none;}

.carousel-nav .btn-slider{display:none;}

.carousel-nav .slide-pagination{
	display:table;
	table-layout: fixed;
}

.slider-wrap{
	background: #e20916;
	height: 1px;
	position: relative;
	margin: 0 75px;
	display: none !important;
}
.carousel-nav .slider-line {
	background:none;
	margin:0 auto;
	/*width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;*/
}

.thumb-ajax-carousel .mask{
	width:840px;
	overflow:hidden;
	position:relative;
	float:left;
}
.thumb-ajax-carousel .mask .slide-pagination{
	width:9999px;
	overflow:hidden;
	position:relative;
	float:left;
	padding: 20px 0;

}
/* .thumbnails .slide-pagination */
.thumbnails.not-enough-slides .slide-button .prev,
.thumbnails.not-enough-slides .slide-button .next{}
.header-fixed .header-wrap{
	width: 100%;
	margin: 0 auto;
	position:fixed;
	top:0;
	height: 60px;
	background: url(../img/header-bg.png) no-repeat center bottom;
	/* -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.3); */
}
/* @media screen and (-webkit-min-device-pixel-ratio:0) { 
  .header-fixed .header-wrap{ display: none;} 
} */

#menu .drop-tabset{
	overflow:hidden;
	width:768px;
	height: 40px;
	line-height: 40px;
	margin:0 0 0px;
	padding: 0;
	border: 0px solid yellow;
	z-index: 4 !important;
	position: relative;
}
#menu .drop-tabset .active{color:#e20916;}

/*#menu .drop-tabset.inventario { margin: 40px 0 13px !important; }*/

/* .drop-first-level{margin-top:0 !important;}
.drop-slide-wrapper{display:block !important;} */
#menu .drop-first-level .tab-content ul li{
	margin:0 2px 0 0; 
	float:left;
}
#menu .tab-content ul{
	overflow:hidden;
	padding:0;
	margin-bottom: 0px;
}
#menu .tab-tabset a{
	padding:6px;
	display:block;
}
#menu .tab-content{
	overflow:hidden;
	width:auto;
	border-top:1px dotted #003981;
	width:940px;
	padding:2px 0 0;
}


/* main menu styles */
.header-menu-open{
	display:block;
	font-size:13px;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	margin: 0 0px;
	position:relative;
	height: 57px;
	line-height: 57px;
	padding: 0 10px;
	border-bottom: 3px solid transparent;
}

.header-menu-open.last { margin-right: 0 !important; }

.header-menu-open:hover, .header-menu-open.active, .header-menu-open.active i { 
	color: #e20916; 
	border-color: #e20916; 
	background: #fff;
	height: 57px; 
}

/* header links styles */
.header-links{
	float:left;
	text-transform:uppercase;
	padding:0;
	margin:0 -2px 0 0;
	list-style:none;
	font-size:18px;
	line-height:20px;
	border-right:1px solid #fff;
	position:relative;
	z-index:11;
}
.header-links a{
	display:block;
	width:181px;
	height:132px;
	text-align:center;
	position:relative;
	color:#fff;
}
.header-links a:hover{color:#f00;}
.header-links li{
	float:left;
	border-left:1px solid #fff;
}
.header-links img{
	vertical-align:top;
	opacity:0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.header-links a:hover img{opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.header-links .holder{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	z-index:1;
	padding:81px 10px 0;
}
.header-links .holder [class*="icon"]{
	position: absolute;
	top:31px;
	left:50%;
	font-size:42px;
	margin:0 0 0 -24px;
}
.header-links .header-location .holder [class*="icon"]{
	font-size:47px;
	margin:0 0 0 -16px;
	top:28px;
}
.header-links .header-chat .holder [class*="icon"]{
	font-size:49px;
	top:27px;
	margin:0 0 0 -31px;
}
.header-links .holder-hover{
	background:rgba(2,56,116,0.8);
	-pie-background:rgba(2,56,116,0.8);
	behavior:url(pie/PIE.htc);
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding:5px 3px 8px;
	font-size:10px;
	line-height:12px;
	color:#75d0ff;
	text-transform: none;
}
.header-links .holder-hover p{margin:0;}
.header-links .holder-hover .text-upper{text-transform:uppercase;}
.header-links .holder-hover,
.header-links a:hover .holder{opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.header-links a:hover .holder-hover{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.header-menu{
	position:relative;
	top: 0px;
	z-index:9999;
	float:left;
}

.popup.inventory ul.sub-menu.header-menu-slide.slide { left: -385px !important; }

/*.header-fixed .header-menu { top: 0; }

.header-fixed .popup-active ul.sub-menu.header-menu-slide.slide { top: 58px; }

.header-fixed .popup.inventory ul.sub-menu.header-menu-slide.slide { left: -248px !important; }

.header-fixed .header-menu-open { margin: 0 12px; }
*/
.header-menu-slide { width: 300px; /*235px*/
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.3); }

/* header menu drops styles */
.header-menu .slide{
	padding:0;
	margin: 0;
	list-style:none;
	background:#fff;
	position: absolute;
	top:-230px;
	left:0;
	height:0;
	font-size:14px;
	text-transform:uppercase;
	line-height:16px;
	display:block !important;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.header-menu .slide .popup-active .slide{height:auto; /*width: 672px*/}

.header-menu.popup-active>.slide{
	top:100%;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: visible;
	height:auto;
}
.header-menu .opener{z-index:1;}
.header-menu-slide>li{border-bottom:1px solid #041d5e;}
.header-menu-slide li>a{
	display:block;
	padding: 20px;
	text-decoration:none;
}
.header-menu-slide>li>a {
	color:#fff;
	background:transparent;
	position:relative;
}
.header-menu-slide>li>.opener [class*="icon"]{
	margin-top:3px;
	font-size:20px;
	float: left;
}
.header-menu .slide .popup-active>.opener,
.header-menu-slide>li>a:hover{
	background:#e8e8e8;
	color:#2d96cd;
}
.header-menu .slide .slide{
	top:0;
	left:0;
}
.header-menu .popup-active>.slide{
	left:100%;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background:#fff;
}
.header-menu .popup-active .slide .sub-menu{
	background:#e8e8e8;
	width:181px;
	height:auto;
}
.header-menu .sub-menu>li{
	margin:0;
	border:solid #eee;
	border-width:0 0 1px 0;
}
.header-menu-slide .sub-menu>li>a{padding-right:4px;}
.header-menu .sub-menu a:hover,
.header-menu .sub-menu a{
	/*font-size: 12px;
	font-weight: bold;*/
	color:#666;
	background:transparent;
	outline: none;
}

.header-menu-slide > li > a i { 
	float: left;
    font-size: 24px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: -5px 
}

.header-menu-slide > li > a i.icon-brand-logo-scion { font-size: 30px !important; width: 50px; margin-top: -3px !important;  }
.header-menu-slide > li > a i.icon-calculator { width: 25px; }

.header-menu .sub-menu .popup-active>.opener,
.header-menu .sub-menu a:hover{
	background:#ddd;
	color:#E20916;
	outline: none;
	border-color: #e20916;
}

.header-menu .sub-menu a { border-left: 0px solid transparent; }

.header-menu .image-list a { border-left: none; }
.header-menu .image-list a:hover { border-color: #e20916; }

.header-menu-slide .slide, ul.sub-menu.header-menu-slide.slide { display: none !important; }
.header-menu .slide .slide .slide{
	background:#fff;
	width:0;
	overflow:hidden;
}

.popup-active ul.sub-menu.header-menu-slide.slide { display: block !important; }

.header-menu .slide .popup-active .slide { height:auto; width: 672px; display: block !important;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.3); 
}

.popup ul.links-list { display: none !important;}
.popup-active ul.links-list { display: block !important; }

.header-menu .slide .slide .popup-active .slide{width:365px;}
.header-menu .image-list{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	min-height: 450px;
}
.header-menu .image-list img{
	vertical-align:top;
	margin:0 0 7px;
} 

.image-list a { position: relative; border-bottom: 3px solid transparent; border-top: 3px solid transparent; }
.image-list a:hover { border-color: #e20916; }

.image-list a i.icon-expand { font-size: 18px; position: absolute; padding: 5px; top: 0; right: 0; color: #fff; background: #e20916;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.image-list a:hover i.icon-expand {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

figure img { 
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.image-list a:hover figure img { opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.header-menu .image-list li{
	width:167px;
	height:140px;
	float:left;
	border:solid transparent;
	border-width:0 1px 1px 0;
}
.header-menu .image-list a:hover,
.header-menu .image-list a{
	background:transparent;
	display:block;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px 10px;
	z-index: 10;
}
figure { text-align: center; }
figcaption { text-align: center; }
.header-menu .image-list .name{
	display:block;
	font-size:14px;
	font-weight:900;
	color:#000;
}
.header-menu .links-list{
	font-size:14px;
	text-transform: none;
	margin:0;
	list-style:none;
	overflow:hidden;
	padding: 15px 20px;
}
.header-menu .image-list .mpg { display:block; font-size: 12px; font-weight: normal; color: #888; }
.header-menu .image-list .mpg [class*="icon"] {font-size: 10px; }
.header-menu .sub-menu a:hover .mpg { color:#666; }
.header-menu .links-list a{
	color: #999;
	background:none;
	padding: 10px 0;
}

.header-menu .links-list a [class*="icon"] { color: #e20916; font-size: 12px; }

.header-menu .links-list a:hover, .header-menu .links-list a:hover [class*="icon"] { color: #e20916; background: transparent; }
.header-menu .used-block{
	width:365px;
	min-height:215px;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:28px 94px 9px 44px;
}
.header-menu .used-block .title{
	display:block;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	color:#fff;
	margin:0 0 10px;
	position:relative;
}
.header-menu .used-block .title [class*="icon"]{
	position: absolute;
	top:0;
	left:-17px;
}
.header-menu .used-block ul{
	padding:0;
	list-style:none;
	font-size:11px;
	line-height:14px;
	text-transform:capitalize;
	display: inline-block;
	vertical-align:top;
	max-width:140px;
	margin:0 20px 10px 0;
}
.header-menu .used-block ul li{
	border:none;
	margin:0 0 4px;
}
.header-menu .used-block ul a:hover,
.header-menu .used-block ul a{
	display:inline;
	padding:0;
	background:none;
	color:#fff;
}
.header-menu .used-block ul a:hover{text-decoration:underline;}

li.no-border { border-right: none !important; }
.menu-banner { width: 640px; height: 200px; position: absolute; right: 0; bottom: 0; z-index: 5; }
.menu-banner a { float: left; display: block; background: none !important; border: none !important; }



/*---------- NATANAEL'S STYLE ----------- */
.accessibility { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }
a { outline: none !important; }
/* Backgrounds */
#header { width: 100%; position: relative; z-index:20; background: url(../img/header-bg.png) top center no-repeat; }
/*.pattern-overlay { 
	background: url("../img/pattern-overlay.png") repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5;
}*/

/* Misc */
#privacy h1 { font-size: 40px; text-transform: uppercase; }
.module-information h1, .module-search h1 { font-size: 48px; color: #fff; text-transform: uppercase; text-align: center; font-weight: 300; margin: 0 0 60px; }
.module-information h1 span, .module-search h1 span { font-weight: bold; color: #e20916; }

.suggestions { float: left; overflow: hidden; margin: 0 20px; }
.suggestions h3 { text-transform: uppercase; font-weight: normal; color: #fff; }

.grid_4.home-contacts-module .divider { border: none !important; }

.testimonies-center-holder { width: 360px; overflow: hidden; margin: 0 auto; position: relative; top: 20px; }

#privacy .container_12 { background: #fff; padding: 0 0 40px 0; }

span.follow { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #666; float: left; height: 40px; line-height: 40px; padding-top: 5px; margin-left: -5px; }

.intro span.follow { height: 32px; margin-left: 30px; padding-top: 19px; color: #fff; line-height: 32px; }

.text-block h2 { font-size: 18px; font-weight: 600; color: #666; }
.text-block p { font-size: 14px; line-height: 20px; text-align: justify; color: #888; }

.breadcrumb, .share, .title { position: relative; z-index: 10; }

h2.interest { width: 317px; height: 55px; position: absolute; left: 0; margin: 0; font-weight: 300; line-height: 55px; text-align: center; color: #fff;
background: #333; border-left: 3px solid #fff; display: none; }
h2.interest a { display: none; color: #fff; }

.header-chat { width: 80px; height: 120px; position: fixed; right: 0; top: 150px !important; }

/* filter-form styles */
.filters .select-area { height: 40px; margin-bottom: 2px; border: none; border-left: 3px solid #e20916; background: #222; }
.filters .select-area .center { font-size: 16px; color: #999; height: 40px; line-height: 40px; padding: 0 15px; }
.filters .btn-more { margin-bottom: 10px; width: 177px; }

.select-filters-select.select-area.select-disabled { opacity: .3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

.filters .select-area .select-opener { width: 40px; color: #999; cursor: pointer; font-size: 20px; height: 40px; line-height: 40px;
position: absolute; right: 0; text-align: center; top: 0; }

/* .testimonies-photos { position: relative; bottom: 0; } */

/* Home slideshow */
.main-carousel  { background: #000; }
.main-carousel .slide {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;

}
.main-carousel .slide.active {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

/* Home Model Slideshow */
.slide .model-box { width: 306px; float: left; text-align: center; }
.slide .model-box span.btn-more { float: none !important; display: inline-block !important; margin-top: 15px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
 }
.slide .model-box:hover span.btn-more { background: #000;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.slide .model-box span.model { width: 100%; display: block; font-size: 22px; margin-top: 15px; }
.slide .model-box span.mpg-info { width: 100%; display: block; font-size: 20px; font-weight: 300; margin-top: 10px; }

/* Brands tabs */
.brands-tabs ul { float: left; padding: 0; margin: 40px 0; }
.brands-tabs ul li { float: left; margin-right: 10px; list-style: none; }
.brands-tabs ul li a { width: 150px; height: 40px; position: relative; float: left; font-size: 18px; font-weight: bold; text-transform: uppercase; line-height: 40px; text-align: center;
color: #fff; background: #666; opacity: .5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.brands-tabs ul li a i { width: 50px; height: 40px; font-size: 26px; line-height: 40px; text-align: center; float: left; background: #444; }
.brands-tabs ul li a.active { background: #e20916; opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.brands-tabs ul li a.active:after{
	content:'';
	position:absolute;
	border:solid transparent;
	left:46%;
	top:100%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e20916;
}
/* Home information maps and directions */
.directions-details { width: 270px; margin: 30px 0 0 15px; float: left; }
.directions-details h4 { margin: 0; }
.directions-details a { font-size: 12px; line-height: 14px; color: #fff; }
.directions-details a:hover { color: #000; }
.map-and-directions .grid_8 { text-indent: -9999px; }

/* Inventory */
#result-gallery .result-link { display: none !important; }
#result-gallery .module-image-holder {  height: 203px !important; /*border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;*/ }
#result-gallery .module-image-holder img { width: 360px; /*height: 203px;*/}
#result-gallery .module-used-cars-link { height: auto !important; }
.module-used-cars-link img { width: 403px; }
#result-gallery .module-used-cars-info { width: 200px; }

#result-list .module-used-cars-link, #result-simple .module-used-cars-link { display: none !important; }

#result-list .module-used-cars-zoom, #result-simple .module-used-cars-zoom { z-index: 10 !important; position: absolute; top: 0; left: 64%; margin: 0; }

ul.info li.marca strong.modelo { font-size: 24px; font-weight: 300; color: #999; }
ul.info li.marca { font-size: 30px; width: 100% !important; }
ul.info li span { text-transform: uppercase; color: #666; }

.filter-links-holder a { display: block; font-weight: normal; color: #999; padding: 0 10px; border-left: 2px solid transparent; }
.filter-links-holder a:hover { color: #fff; border-color: #e20916; }

.pagination-bg { overflow: hidden; margin-bottom: 35px; background: #111; border-bottom: 3px solid #e20916; }

ul.inventory-applied-filters i { font-size: 22px; float: right; line-height: 40px; }
ul.inventory-applied-filters i.icon-close { font-size: 28px; }

.pagination-bg .pattern-overlay { height: 90px; z-index: 0; }

.module-details .tabset a i { font-size: 32px; line-height: 50px; color: #fff; }

.details-column-title.marca { font-weight: bold; color: #ddd; text-transform: uppercase; display: block; }
.details-column-title.modelo { font-size: 36px; font-weight: lighter; color: #fff; text-transform: uppercase; display: block; }

#result-gallery .result-item {
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

#result-gallery .result-item .model-info-detail, #used-cars .model-info-detail, #similar .model-info-detail { top: 80px; }

#result-simple .result-item { border-top: 3px solid transparent;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#result-simple .result-item:hover { border-color: #e20916;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

#result-list .result-item { border-top: 3px solid #000;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#result-list .result-item:hover { border-color: #e20916;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

/* Quicksearch */
.quicksearch-fix { position: absolute; bottom: 0; z-index: 10; }
.quicksearch h3 { margin: 0; font-size: 36px; font-weight: lighter; line-height: 70px; text-align: left; color: #fff; text-shadow: 0 0 5px #000;}
.quicksearch .select-disabled { opacity: .5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.quicksearch .select-opener { background: none !important; }

button.search { width: 70px; height: 40px; cursor: pointer; background-color: #e20916; border: 2px solid transparent; }
button.search i { float: none !important; font-size: 20px; color: #fff; display: block; text-align: center; line-height: 35px; }
button.search:hover { background-color: #000; border-color: #e20916; }
button i { float: left; font-size: 30px; height: 40px; line-height: 40px !important; margin-right: 5px; }

/* Icomoon */
.header-social a i { width: 26px; height: 26px; font-size: 30px; line-height: 26px; color: #fff; }

.slide-pagination-prev i, .slide-pagination-next i { width: 55px; float: left; font-size: 26px; line-height: 55px; text-align: center; color: #fff; }
.module-models-cars .tabset li a i { 
	float: none; 
	font-size: 40px; 
	line-height: 40px; 
	margin-right: 8px; 
	display: block; 
	color: #ddd; 
}
.module-models-cars .tabset li a:hover i { color: #e20916; }
.module-models-cars .tabset li a.active i {color: #bbb}
.quicksearch .select-opener i { width: 40px; height: 40px; display: block; line-height: 40px; float: left; font-size: 20px; text-align: center; color: #444; }
a.search { width: 36px; height: 31px; float: left; position: relative; top: 18px; left: 10px; border: 2px solid #fff; 
	-pie-background-color: rgba(0, 0, 0, 0.2); background-color: rgba(0, 0, 0, 0.2); behavior:url(pie/PIE.htc); }
a.search i { font-size: 20px; color: #fff; display: block; text-align: center; line-height: 31px; }
a.search:hover { background-color: rgba(0, 0, 0, 0.8); -pie-background-color: rgba(0, 0, 0, 0.8); behavior:url(pie/PIE.htc); }
.directions-details .icon-map { position: absolute; left: 90px; bottom: 25px; font-size: 150px; opacity: .3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

.header-menu-open i { font-size: 14px; color: #000; margin-right: 3px; position: relative; top: 1px; }
.header-menu-open:hover i { color: #e20916; }

.icon-box { position: absolute; left: 25px; top: 25px; }
.icon-box.top100 { top: 100px; }

.icon-box i { font-size: 90px; color: #fff; opacity: .1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.icon-box.dark i { color: #000; }

.icon-box i.icon-inventory { font-size: 70px; }

.section#financing .icon-box {
	position: absolute;
	left: 300px;
	top: 115px;
}
.section#financing .icon-box i, .section#trade-in .icon-box i  {
	font-size:250px;
	opacity: .7; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}
.section#financing .icon-box {left: 300px; top: 115px;}
.section#trade-in .icon-box {left:900px; top: 115px}


.section#about-information .icon-box, .section#used-cars .icon-box, .icon-box i.icon-inventory, .icon-box i.icon-parts, .icon-box i.icon-forms, .icon-box i.icon-information, .icon-box i.icon-mail, .icon-box i.icon-clock, .icon-box i.icon-map, .icon-box i.icon-details, .icon-box i.icon-specs-interior, #testimonies .icon-box {display: none;}



/* Section headings */
.section-heading h2, .section-heading h3 { color: #fff; }
.section-heading h2 { font-size: 60px; font-weight: 100; line-height: 58px; margin: 50px 0 20px 0; }
.section-heading h2 strong { font-weight: 500; }

.section-heading.dark h2, .section-heading.dark h3 { color: #000; }
.section-heading.dark h2 { font-size: 60px; }
.section-heading.dark h2.aling-left, .section-heading h2.aling-left { width: 655px; position: relative; left:0px; }
.section-heading.dark h3.small {font-size: 22px; text-align: center; padding: 20px 0; }
.section-heading h3.subtitle { font-size: 36px; font-weight: 100; line-height: 32px; }
.section-heading.dark h3.subtitle { font-size: 26px; line-height: 30px; }
.section-heading h3.subtitle span { color: #e20916; }
.section-heading h3.subtitle strong { font-weight: 600; }


section p { font-size: 18px; font-weight: normal; color: #999; }
section p strong { font-size: 20px; font-weight: 600; }

.dark.float-right { float: right; text-align: right; }

section#managers h2, section#team h2{ font-size: 60px; }
section#about-us h3.subtitle, section#managers h3.subtitle, section#information.detail-specs h3.subtitle { font-size: 26px; }
section#about-us a { color: #eee; } section#about-us a:hover { color: #e20916; }

section#trade-in .section-heading h2 { font-size: 64px; }

/* Section Overlay Images/icons */
.financing-overlay-png { position: absolute; top: -46px; left: 20px; }
.trade-in-overlay-png { 
	position: absolute;
    top: -28px;
    right: 99px;
    z-index: 10;
}
	 }
.slideshow-overlay { left: 50%; margin: 0 0 0 -750px; position: absolute; bottom: 0; min-width: 1500px; max-width: 978px; height: 150px;
background: url(../img/slideshow-doble-shadow.png) bottom center no-repeat; z-index: 5; }

.slide-model-detail { position: absolute; bottom: 25px; z-index: 5; }
.model-thumbnail { text-align: center; margin-top: 15px; }
.slide-request-section-icon { text-align: right; }
.slide-request-section-icon i { margin-top: 15px; font-size: 99px; color: #fff; }
.slide-request-section-text-box { font-size: 24px; line-height: 24px; font-weight: lighter; text-align: right; color: #fff;  }
.slide-request-section-text-box .btn-more { margin-top: 10px; float: right; }
.grid_3.mpg-box { text-align: right; }
.grid_3.mpg-box .btn-more { float: right; }
.slideshow-model-mpg { margin: 0; font-size: 48px; font-weight: lighter; color: #fff; line-height: 80px; }
.slideshow-model-mpg i { position: relative; top: 5px; margin-right: 6px; }

.gallery-button { width: 6%; height: 100px; margin: 0 47%; position: absolute; bottom: 0; font-size: 14px; font-weight: bold; text-transform: uppercase;
text-align: center; line-height: 16px; color: #fff; }
.gallery-button span { font-size: 12px; font-weight: normal; }
.gallery-button i { width: 50px; height: 50px; display: block; margin: 0 auto; font-size: 50px; line-height: 50px; text-align: center; }

/* Section model inventory */
section#model-inventory { overflow: hidden; }
section#model-inventory h2 { text-transform: uppercase; margin: 40px 0 5px; }
section#model-inventory h2 span { color: #e20916; font-size: 65px; }
section#model-inventory h3 { font-size: 30px; margin: 0; }
section#model-inventory h4 { font-size: 18px; font-weight: 300; color: #777; margin: 5px 0; }

section#model-inventory .btn-more.big { width: 100%; position: absolute; right: 0; left: 620px; top: 45px; color: #fff !important; border: 2px solid #e20916; }

section#model-inventory .footer-menu.models h4 { font-size: 14px; font-weight: 600; color: #999; padding-left: 0; padding-bottom: 10px; border-left: none;
border-bottom: 2px solid #e20916; }
section#model-inventory .footer-menu.models h4 i { font-size: 24px; color: #ccc; float: left; line-height: 30px; margin-right: 10px; }
section#model-inventory .footer-menu.models h4 i.icon-brand-logo-scion { font-size: 32px; }

/* Inventory Grid */
.model-inventory-results { margin: 20px 15px; }
.model-inventory-results .result-item { width: 324px; height: 182px; position: relative; float: left; margin: 1px; background: #000; }
.model-inventory-results .result-item img {width: 100%; height: auto; } 
.model-info-detail { font-size: 12px; font-weight: 300; color: #fff; position: absolute; left: 20px; top: 20px; z-index:2 !important;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover .model-info-detail {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.model-inventory-results .result-item a:hover:after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:1;
	right:0;
	background-color: rgba( 0, 0, 0, .5);
    -pie-background: rgba(0, 0, 0, .5);
	behavior:url(pie/PIE.htc);
}
 
.model-inventory-results .result-item  .module-used-cars-zoom { width: 50px; height: 50px; position: absolute; right: 0; top: 0; left: auto; margin: 0; font-size: 20px; 
background-color: #e20916; z-index: 999; }

.model-info-detail strong { font-size: 14px; line-height: 18px; font-weight: 600 !important; }
.model-info-detail .mpg { font-size: 20px; line-height: 22px; float: left; padding: 0; margin-bottom: 8px; }
.model-info-detail .mpg i { font-size: 26px; float: left; margin-right: 5px; }

.model-info-detail table { border-collapse: collapse; border-spacing: 0; }
.model-info-detail table tr { margin: 0; padding: 0; }
.model-info-detail table tr td { margin: 0; padding: 0 10px 0 0; line-height: 18px; }
.model-info-detail table tr td strong { font-weight: 600; }

/* .footer-menu.models ul.footer-menu-links { width: 111px; float: left; } */
.footer-menu.models .section-heading { margin: 20px 0; }
.footer-menu.models li a { color: #999; }
.footer-menu.models li a:hover { color: #e20916; }

/* Section modules backgrounds */
section#models, section#models-scion { height: 730px; background: #fff url(../img/module-models-bg.jpg) top center no-repeat; }
section#financing { height: 490px; background: #111 url(../img/module-financing-bg.jpg) top center no-repeat; }
section#about-information { height: 684px; background: #fff url(../img/module-information-bg.jpg) top center no-repeat; }
section#trade-in { height: 490px; background: #fff url(../img/module-trade-in-bg.jpg) top center no-repeat; }
section#testimonies { height: 687px; background: #fff /*url(../img/module-testimonies-bg.jpg) center center no-repeat;*/ position: relative;}
section#service { height: 750px; background: #fff url(../img/module-service-bg.jpg) top center no-repeat; }
section#parts { height: 740px; background: #fff url(../img/module-parts-bg.jpg) top center no-repeat; }
section#used-cars { height: 755px; background: #fff url(../img/module-used-cars-bg.jpg) top center no-repeat; }
section#similar { height: 700px; }
section#detail-info { background: #333 url(../img/pattern-dark-noise.png) repeat; }
section#gallery { background-color: #000; overflow: hidden; }
section#model-inventory { background-color: #000; padding-bottom: 150px; }
section#about-us { padding-bottom: 35px; background: #000 url(../img/module-about-bg.jpg) top center no-repeat; }
section#managers { background-color: #000; }
section#team { height: 600px; }
section#result { background-color: #fff; }
section#information.detail-specs { background-color: #000; }
section#module-details, section#calculator { background-color: #000; }
section#video { height: 750px; background-color: #000; }
section#video iframe { margin-top: 80px; }
section#video .btn-more { font-size: 12px; height: 32px; line-height: 32px; } 

body.is-modelo section#gallery, body.is-modelo section#detail-info, body.is-modelo section#model-inventory { border: none; }

.btn-ofertas{
 /* float: left;
  width: 50%;
  height: 60px;
  margin: 0 0 10px 0;
  line-height:60px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color:#000;*/
  margin: 20px 0 50px 400px !important;
}

.btn-ofertas a:hover{
  /*background: #000;
  color: #f9b800;*/
}

@media only screen and (max-width: 1024px) { 

.add-nav {display: none !important;}

}

.slideset .icon-hd {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: #e20916;
    padding: 5px;
}
.slideset:hover .icon-hd {
    color: #e20916;
    background-color: #fff;
}

/* Specs toggles */
.open-close-button {
    display: block;
    text-align: center;
    font-size: 30px;
    margin: 20px 0;
    color: #fff;
}

.open-close.active i:before {
    content: "\f2bb" !important;
}


.header-phone { 
	float: left;
	font-size: 26px;
	position: relative;
	top: 12px;
	left: -30px;
}

.header-phone i {
	float: left;
	font-size: 40px;
	line-height: 28px;
	margin-right: 5px;
	color: #e20916;
}

.header-fixed .header-phone {
	display: none;
}

/* Promo Dic 2016 */
section.promo {
	height: 1840px;
	background:url(../img/bg-ofertastoyotapr.jpg) top center no-repeat;
}

section.promo-map {
	height: 500px;
	background:url(../img/bg-ofertastoyotapr-map.jpg) top center no-repeat;
}

section.promo-map .container_12 {
	padding-top: 150px;
}

section.promo-disclaimer {
	padding: 30px 0;
}

section.promo-disclaimer h3 {
	font-size: 20px;
	line-height: 20px;
	color: #111;
}

section.promo-disclaimer p {
	font-size: 13px;
	line-height: 18px;
	color: #999;
}

form.promo-liq {
	left: 850px;
    position: absolute;
    top: 160px;
    width: 310px;
}

form.promo-liq input {
	border-radius: 3px;
    box-sizing: border-box;
    font-size: 15px;
    height: 43px;
    line-height: 19px;
    margin: 8px 0;
    padding: 9px 10px 10px;
    color: #000;
}

form.promo-liq .select-area {
	float: left;
	border-radius: 3px;
	color: #000;
	height: 43px;
	width: 310px !important;
	margin: 5px 0 !important;
}

form.promo-liq .select-area .center {
	margin-left: 10px;
}

form.promo-liq button {
	background-image: linear-gradient(to top, #0066cc 0%, rgb(26, 128, 230) 66%);
	box-shadow: 0 5px 0 #0541b6;
	color: #fff;
	width: 316px;
	border: none;
	padding: 10px 0;
	font-size: 20px;
	margin-top: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* compare */
.result-item {
	position: relative;
}
#result-list .result-item .checkbox-holder  {
	left:0 !important;
}
.checkbox-holder {
	bottom:0 !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	border:0 !important;

}


/* version mobile / movil */
.version-mobile-box {
    width: 100%;
    margin:0px 0;
    padding: 0; 
    float:left;
    display: block; 
    background:#000;
}
.version-mobile-btn a {
    padding: 0 10px;
    border: 1px solid #ccc;
    margin: 30px auto;
    display: block;
    width: 125px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 26px;
    line-height: 26px;
    color: #999;
    background: #fff;
}
.version-mobile-btn a:hover {
    background: #E20916;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}
.version-mobile-btn i {
    font-size: 11px;
    line-height: 26px;
}
/* end version mobile / movil */

