/* 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: #eee url(../img/bg-body.jpg) fixed top center no-repeat;*/
 	background-color: #eee;
}
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:#343491;
	-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{
	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;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	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: 1400px; 
	position: relative; 
	margin: 0 auto; 
	/*background-color: rgba(255, 255, 255, .6);*/
	background-color: #fff;
	border-top: 3px solid #343491;
}
/* header styles */
#header { width: 100%; position: relative; z-index:20; }

.header-wrap { width: 1008px; height: 115px; margin: 0 auto; position: relative; }

#header .grid_12 { position: static; }

/* page logo styles */
.header-logo {
	float: left;
    font-size: 13px;
    height: 52px;
    line-height: 13px;
    position: absolute;
    text-indent: -9999px;
    top: 30px;
    width: 243px;
    z-index: 1;
}

.grid_9.menu { 
	float: right !important;
	z-index: 9;
}

.header-logo a{
	display:block;
	height:100%;
	position:relative;
	z-index:0;
	background:url(../img/header-logo.png) no-repeat;
}

.header-fixed #menu ul .home { height: 15px !important; margin: 10px 15px 0 0 !important; }

.header-fixed .header-logo {
	width:150px;
	height:41px;
	position: relative;
	float: left;
	left: 0;
	top: 7px;
}
.header-fixed .header-logo a { background:url(../img/header-logo-small.png) no-repeat; }
.header-fixed .header-menu-open { top: 18px; }

/* 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: #343491; }

#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: 72px;
	right: 0;
}
/* chat placeholder */
.header-section .header-chat{
	float:right;
	margin: 5px 0 0 10px;
	position: relative;
	top: -27px;
}

.header-fixed .header-section { top: 15px; }
.header-fixed .header-chat { top: 0; }

#header img{vertical-align:top;}

/* social links styles */
.header-section .header-social{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
.header-social li {
	position: relative;
	float:left;
	margin-left: 5px;
}
.header-social a{
	text-indent:-9999px;
	overflow:hidden;
	outline: none;
}

/* main carousel styles */
.main-carousel{
	min-width: 978px;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
.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 -700px;
    position: absolute;
    top: 0;
}
.main-carousel .slide img {
    vertical-align: top;
}
.main-carousel .text-holder{
	position:absolute;
	top:139px;
	left:0;
	right:0;
	color:#fff;
	text-align:left;
}
.main-carousel h1{
	font-size:76px;
	line-height:84px;
	font-weight:300;
	margin:0;
}
.main-carousel .button-line{
	position:absolute;
	top:15px;
	right: 0;
	z-index:15;
}
/* generete paging styles */
.main-carousel .slide-pagination{float:right;}
.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:20px;
	height:4px;
	margin: 3px;
	color:#fff;
	background: #fff;
	text-indent: -9999px;
}
.main-carousel .slide-pagination li{
	float:left;
}
.main-carousel .slide-pagination .active a{
	background: #343491;
	position:relative;
}
.main-carousel .btn-play-pause:hover,
.main-carousel .slide-pagination a:hover{
	text-decoration:none;
	color: #fff;
	background:#343491;
}
.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: 50%;
	margin-top: -50px;
	right: 0;
	background-color: rgba(0, 0, 0, .6);
	-pie-background-color: rgba(0, 0, 0, .6);
	overflow:hidden;
	width:40px;
	height:100px;
	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 i, .main-carousel .slide-pagination-next i { width: 40px; height: 100px; line-height: 100px; }

.main-carousel .slide-pagination-prev { left: 0;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
behavior:url(pie/PIE.htc);
}

.main-carousel .slide-pagination-next {
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
behavior:url(pie/PIE.htc);
}

.main-carousel .slide-pagination-prev.disabled, .main-carousel .slide-pagination-next.disabled { opacity: .1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"; }

.main-carousel .slide-pagination-next:hover,
.main-carousel .slide-pagination-prev:hover{
	background-color: #343491;
	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 */
.quicksearch {
	padding: 10px 15px;
    position: absolute;
    top: 519px;
    z-index: 10;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	/*width: 370px;
	height: 81px;*/
	background: url(../img/bg-quicksearch.png) top left no-repeat;
}

.quicksearch-fix { position: absolute; bottom: 0; z-index: 10; }
.quicksearch h3 { margin: 0; font-size: 17px; font-weight: lighter; line-height: 20px; text-align: left; color: #fff; }
.quicksearch h3 strong {
	font-weight: bold;
}
.quicksearch .select-disabled { opacity: .5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.quicksearch .select-opener { background: none !important; }

.module-quicksearch .row{margin: 10px 0 0}
.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 0;
	margin-top: 10px;
	color:#fff;
	position:relative;
	text-align: left;
}

.slide-info-box h1 { font-size: 60px; font-weight: bold; letter-spacing: -4px; color: #000; }
.slide-info-box h2 { font-size: 24px; line-height: 28px; font-weight: lighter; color: #000; margin:0; padding: 10px 0 20px; 
border-bottom: 1px solid #000; border-top: 1px solid #000; }
    

.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: 0;
	left: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: left;
	overflow: visible;
}
.add-nav li { margin: 1px 0; width: 35px; }

.add-nav a { height: 35px; width: 150px; color: #fff; display:block; font-size: 12px; font-weight: bold; line-height: 35px; text-align: right; 
position: relative; left:-115px; /*-120px*/ background: #333; }

.add-nav a.small { font-size: 11px; }

.add-nav a i { width: 35px; float: right; margin-left: 8px; font-size: 24px; line-height: 35px; text-align: center; text-transform: uppercase; color: #fff; background: #000; }

.add-nav a span { width: 35px; float: right; margin-left: 8px; font-size: 18px; font-weight: normal; line-height: 35px; text-align: center; text-transform: uppercase;
color: #fff; background: #000; }

.add-nav .active a { color: #666; background: #fff; }
.add-nav .active a span { background: #343491; }
.add-nav a:hover { left: auto; }

.add-nav a.chat { color: #fff; background: #343491; }
.add-nav a.share { color: #fff; background: #343491; margin-bottom: 20px;}
.add-nav a.share i { background: #343491; }


/* 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 .tabset{
	float:right;
	padding:0 0 0 15px;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;
	color: #999;
	border-left: 1px dotted #999;
}

.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 a{
	float: left;
	display:block;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color:#666;
	position:relative;
	text-align:center;
	line-height: 40px;
}
.section .tabset a:hover{
	text-decoration:none;
	color:#343491;
}
.section .tabset .active:hover,
.section .tabset .active{
	color:#343491;
	border-color:#343491;
}

section#models .tabset .active:before {
    content: "\f124";
    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: url(../img/section-title-bg.png) top center no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 22px;
    left: 50%;
    line-height: 22px;
    margin-left: -58px;
    width: 116px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -25px;
    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	behavior:url(pie/PIE.htc);
}
/* 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: 900px; 
	margin: 0 auto;
}

section#used-cars .section-heading { 
	margin-bottom: 30px;
}

section#similar .section-heading { 
	margin-bottom: 80px;
}

section#gallery .carousel .mask {
	position:relative;
	overflow: visible !important;

}
.module-models-cars .carousel .mask { 
	max-width: 1240px;
	min-width: 918px;
	width: 100%;
	margin: 0 auto; 
	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 {
	min-width: 1004px;
	max-width: 1240px;
	width: 100%;
	position:relative;
	float: left;
	z-index:1;
	/*margin-right: 2500px;*/
}

@media (min-width:320px) and (max-width:1024px){
  	section#models .carousel .slide,
	section#models-scion .carousel .slide {
		width: auto;
	}
}

.carousel .slide img{
	vertical-align:top;
	position:relative;
	width: 100%;
	height: 100%;
}

.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(255, 255, 255, .8) !important; -pie-color: rgba(255, 255, 255, .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: #343491; }

.carousel-nav .slide-pagination a { color:#999; padding: 0 12px; display: block; }
.carousel-nav .slide-pagination .active a { color:#fff; background: #343491; }
.carousel-nav .slide-pagination a:hover {
	color:#fff;
	background: #343491;
	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: #343491; }
.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 #343491; 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: 30px 0 0 336px;
	margin:0;
	text-align:center;
	height: 305px;
	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 #343491; }

.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  { border-top: 3px solid transparent; }
.thumbnails .slide-pagination li.active { border-color: #343491; }
.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 #343491;
}

.thumbnails .thumbnail{
	display:block;
	position:relative;
	cursor:pointer;
}
.thumbnail span.num {
	background: #004495;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	behavior:url(pie/PIE.htc);
	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; }

.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;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	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);
	-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: #343491; }
.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: #343491; }

.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: #343491; }

.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: 15px 0 0;
	list-style:none;
	width:100%;
	float: left;
}
.module-maps-directions-thumb li { width: 70%; float: left; margin: 1%; }
.module-maps-directions-thumb a {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	color:#666;
	display:block;
	padding: 8px 10px;
	border: 2px solid transparent;
	position: relative;
}

.module-maps-directions-thumb a i { float: left; font-size: 26px; line-height: 14px; margin-right: 5px; }
.module-maps-directions-thumb a:hover { color: #343491; border-color: #343491; }
.module-maps-directions-thumb a:hover:before {
    content: "\e617";
    font-family: "icomoon";
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #343491;
    font-weight: lighter;
}

.is-home .directions-details a { font-size: 14px !important; padding: 10px 0 !important; font-weight: normal; }
.is-home .directions-details li { margin: 0 !important; }

.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; }

.module-contact.grid_3 { margin-top: 55px; }
.module-contact h2 { font-size: 18px; font-weight: bold; margin: 0 0 15px; color: #333; position: relative; }
.module-contact h2 i { font-size: 22px; color: #343491; }
.module-contact h2:before {
    background: none repeat scroll 0 0 #343491;
    content: "";
    height: 2px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 25px;
    width: 20px;
}

.module-contact p.direction { font-size: 14px; font-weight: normal; line-height: 16px; margin: 0 0 15px; color: #999; }

.btn-more {
	display:inline-block;
	vertical-align:top;
	height: 35px;
	padding: 0 0 0 15px;
	float: left;
	display: inline-block;
	position:relative;
	text-transform:uppercase;
	margin:0;
	font-size:14px;
	line-height:35px;
	font-weight:bold;
	color: #fff;
	background: #000;
	cursor: pointer;
	border: none;
	text-shadow: none;
}

.btn-more i { width: 35px; height: 35px; line-height: 35px; margin-left: 15px; text-align: center; float: right; background: #343491; }

.btn-more:hover, .slide .model-box:hover .btn-more { 
	text-decoration:none; 
	color: #fff; 
	background: #343491;
}

.btn-more.chat {
	background: #333 !important;
	float: none !important; 
	display: block;
	text-align: center;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	background: #777;
	margin-top: -3px;
}

.btn-more.chat img { position: absolute; top: 0; left: 0; }

.btn-more.big { height: 50px; line-height: 50px; font-size: 18px; padding: 0 0 0 20px; }
.btn-more.big i { width: 50px; height: 50px; line-height: 50px; font-size: 20px; }

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: #343491;
	-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: #343491;
	-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: #343491;
	-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 { margin-top: 16px; }
/*END BUTTON GIG FOR SLIDESHOW*/

.module-tools-list {
	min-width: 978px;
	max-width: 1300px;
	overflow:hidden;
	margin: 0 auto;
}
/* module-tools-link styles */
.module-tools-link{
	width:19.8%;
	height: 150px;
	float:left;
	margin: .1%;
	font-size:16px;
	line-height:100px;
	font-weight:bold;
	color:#343491;
	position:relative;
	background-color: #eee;
	overflow: hidden;
	line-height: 120px;
}

.module-tools-link i { 
	width: 100%; 
	height: 100px; 
	float: left; 
	font-size: 70px; 
	text-align: center; 
	line-height: 0;
}

.module-tools-link span { font-size: 12px; font-weight: normal; line-height: 20px !important; color: #fff !important;
 position: absolute; right: 0; top: 0; padding: 4px 10px; background: #000; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.module-tools-link span i { font-size: 18px; line-height: 20px !important; width: auto; height: auto; float: right; margin-left: 4px; }
.module-tools-link:hover span { 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:0;
	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: 46px; color: #343491; padding: 10px; 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; background: #343491; }
.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, .7);
    content: "";
    display: none;
    height: 202px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

a:hover .module-image-holder:after {
    display: block;
}

.module-image-holder { overflow: hidden; }

.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 { height: 202px; }
section#used-cars .module-image-holder { height: 168px; }

.module-tools-link .module-image-holder { height: 150px; position: relative; }

.module-tools-link img {
    height: 100%;
    left: 0;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    position: absolute;
    top: 0;
    transition: all 0.3s linear 0s;
    vertical-align: top;

    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

.module-tools-link:hover img { 
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}

.module-image-holder i {
	position: relative;
	z-index: 10;
	line-height: 125px;
	margin: 0;
}

.module-image-holder h3 {
	font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}

section#similar .module-image-holder { height: 167px; }
section#managers .module-image-holder { height: 250px; }


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{
	height: 550px;
	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 { margin: 0 auto; overflow: hidden; }
.section.about-employees .mask { width: 900px; margin: 0 auto; overflow: hidden; }
.carousel .module-used-cars-slide {
	width: 298px;
	margin: 1px;
	float: left;
	overflow: hidden;
}
.module-used-cars-link {
	display:block;
	position: relative;
}
.module-used-cars-text{
	overflow:hidden;
	padding: 0;
	position:relative;
	background: #ddd;
}

.module-used-cars-info {
	float:left;
	color:#666;
	font-size:14px;
	font-weight: 600;
	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:#000;
}

.module-used-cars-link:hover .module-used-cars-info .brand { color: #343491; }
.module-used-cars-link:hover .module-used-cars-info .model, .module-used-cars-link:hover .module-used-cars-text .years { color: #333; }
.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: bold;
	color:#999;
	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:50%;
	background-color: #888;
	width:25px;
	height:60px;
	left: 0px;
	margin:-25px 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 { right: auto; left: 12px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
behavior:url(pie/PIE.htc);
}

.carousel .slide-pagination-next { left: auto; right: 12px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
behavior:url(pie/PIE.htc);
}

.carousel .slide-pagination-next:hover, .carousel .slide-pagination-prev:hover { 
	background-color: #343491 !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#used-cars .carousel .slide-pagination-prev,
section#used-cars .carousel .slide-pagination-next {
	top: 74%;
}

section#models .slide-pagination-next,
section#models .slide-pagination-prev { top: 50%; }
section#managers .slide-pagination-next, section#team .slide-pagination-next, section#managers .slide-pagination-prev, section#team .slide-pagination-prev { top: 290px; }
section#similar .carousel .slide-pagination-next, section#similar .carousel .slide-pagination-prev { top: 310px; }

#used-cars .subtitle { margin-bottom: 30px; }

/* footer-styles */
footer { min-width: 978px; max-width: 1400px; 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;
	position: relative;
	top: 12px;
}
.footer-email-form input[type="email"],
.footer-email-form input[type="text"]{
	font-size:14px;
	color: #888 !important;
	background:#fff;
	border:none;
	float:left;
	margin:0;
	padding: 0 15px;
	width:170px;
	height:30px;
	line-height: 30px;
	border: 1px solid #fff;
}

.footer-email-form a i { float: left; width: 30px; height: 30px; position: relative; font-size: 16px; line-height: 30px; color: #fff; text-align: center; 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; }
.footer-email-form a i:hover { background: #343491;
-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; }

/* placeholder input styles */
.footer-email-form input::-webkit-input-placeholder {color: #999;}
.footer-email-form input:-moz-placeholder {color: #999;}
.footer-email-form input::-moz-placeholder {
	color: #999;
	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: 260px; background: #e4e5e6; }

.social-line { min-width: 978px; max-width: 1400px; margin: 0 auto; height: 55px; padding: 15px 0; background: #999; }
.cr-line { min-width: 978px; max-width: 1400px; margin: 0 auto; height: 56px; padding: 15px 0; background-color: #f9f9f9; height: 80px;}

/* 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:12px;
	line-height:12px;
	font-weight: normal;
}
.footer-menu h4{
	font-size:12px;
	line-height:30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 30px 0 0;
}

.footer-menu h4:before {
    background: #343491;
    content: "";
    height: 2px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 25px;
    width: 20px;
}

.footer-menu .social { height: 285px; position: relative; float: left; }

.footer-menu-links li{margin:0 0 8px;}
.footer-menu-links a{color:#888;}
.footer-menu-links a:hover{
	text-decoration: none;
	color:#555;
	margin-left: 5px;
}
.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:#222;}

/* footer-social styles */
.footer-social{
	padding:0;
	margin: 10px 0 0;
	list-style:none;
	font-size:12px;
	font-weight: 600;
	line-height:14px;
}
.footer-social li { margin:0 0 2px; }
.footer-social a {
	color:#666;
	display:block;
	padding:8px;
	background:#fff;
	position:relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior:url(pie/PIE.htc);
}
.footer-social a:hover{
	text-decoration:none;
	background:#333;
	color: #fff;
}

.footer-social a i { font-size: 20px; float: left; margin-right: 8px; position: relative; top: -3px; }


.newsletter h4 { font-size: 16px; font-weight: bold; text-transform: uppercase; color: #fff; margin: 15px 0 0; }
.newsletter h4 i { bottom: 4px; float: left; font-size: 32px; margin-right: 8px; position: relative; }
.newsletter p { font-size: 11px; font-weight: normal; line-height: 12px; color: #fff; margin: 15px 0 0; width: 215px; float: left; }

.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;
}
/* footer-links styles */
.footer-links{
	padding:0;
	margin: 0;
	list-style:none;
	float:left;
	position: relative;
}
.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:#333;}
.footer-links a:hover{ text-decoration: underline; color: #343491; }

/* footer logo styles */
.footer-brand-logo { text-align: center; }
.footer-brand-logo a { position: relative; bottom: 49px; }

.footer-mdv-logo { float: right; margin-top: 12px; }
.footer-mdv-logo a { display: block; }
.footer-mdv-logo a i {
	font-size: 30px;
	color: #666;
}

/* intro styles */
.intro { max-width: 1400px; height: 600px; margin: 0 auto; position: relative; background-color: #000; }
.intro.small { height: 220px; }
.image-intro {
	left: 50%;
    margin: 0 0 0 -700px;
    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:70px;
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	float: left;
	margin: 0;
	padding: 15px 20px 20px;
	letter-spacing: -3px;
}
.intro .title span { float: left; line-height: 42px; font-size: 36px; font-weight: lighter; text-transform: none; }
.intro.high .title span { margin-top: 15px; }
/* breadcrumb styles */
.breadcrumb{
	float: left;
	padding: 5px 10px;
	margin-top: 36px;
	list-style:none;
	font-size:11px;
	line-height:14px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	overflow:hidden;
	background-color: rgba(0, 0, 0, .6);
	-pie-background-color: rgba(0, 0, 0, .6);
	behavior:url(pie/PIE.htc);
}
.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:#fff;}
/* 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 10px 0 0;
}

/* 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 5px;
}
.bottom-pagination a{
	display:block;
	text-align:center;
	color:#666;
}
.bottom-pagination .active a{
	border-color: #343491;
	color:#343491;
}
.bottom-pagination a:hover{
	color:#222;
	border-color: #222;
}

/* Pagination buttons */
.bottom-pagination a, .module-details .tabset li a { width: 40px; height: 50px; line-height: 50px; float: none !important; margin: 0 auto !important; position: relative; 
	background: none; 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; }

.bottom-pagination a:hover, .module-details .tabset li a:hover { text-decoration: none; color: #222; border-color: #222; }

/* Active */
.bottom-pagination .active a:hover { text-decoration: none; color: #343491; border-color: #343491; }

/* Views */
ul.views li a, .module-details .tabset li a { height: 50px; line-height: 50px; text-align: center; float: none !important; margin: 0 auto !important;
	position: relative; color: #666; display: block; background: none; 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;
}

ul.views li a { width: 40px !important; }

ul.views li a:hover { text-decoration: none; color: #222; border-color: #222; }
ul.views li a i { font-size: 39px; text-align: center; line-height: 50px; }

/* Active */
ul.views .active a, .module-details .tabset li a.active { color: #343491; border-color: #343491; }
ul.views .active a:hover, .module-details .tabset li a.active:hover { text-decoration: none; color: #343491; border-color: #343491; }

/* -------------------------
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:after{
	content:'';
	display:block;
	clear:both;
}
.filter-title{
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	color:#666;
	display:block;
	margin:0 0 5px;
}
.filter-title span { font-size: 20px; position: relative; margin-right: 5px; }
.filter-title span i { position: relative; bottom: -2px; color: #343491; }
/* 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: #ddd;
	padding: 0 10px 0 15px;
	position:relative;
	color:#333;
	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;}
#result-gallery .thumb{border-bottom:2px solid #ccc;}
.view-result .thumb img{vertical-align:top;}
#result-gallery .result-item{
	position:relative;
	width:360px;
	height: 258px;
	float:left;
	margin: 0 10px 10px 0;
	border: 2px 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-gallery .result-item:hover{
	background:#e9e9e9;
	color:#999;
	border-color: #343491;
	-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;
}

.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:600;
	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:600;
	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: #000; } 
.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:600;
	color:#666;
}
#result-list .result-item{
	margin:0 0 15px;
	padding: 0;
	background:#eee;
	height: 125px;
	overflow: hidden;
	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, .7);
    -pie-background: rgba(0, 0, 0, .7);
	behavior:url(pie/PIE.htc);
}
#result-simple .result-item:hover .thumb:after,
#result-list .thumb{
	width:222px;
	height: 125px;
	overflow: hidden;
	float:left;
}

#result-simple .thumb img,
#result-list .thumb img{
	width:222px;
}

#result-simple .result-arrow,
#result-list .result-arrow{
	top:0;
	right: 0;
	z-index:2;
}
#result-list .mpg {	float: right; position: relative; top: 6px; right: 20px; text-align: center; color: #333; }
#result-list .mpg p { font-size: 14px; }
#result-list .mpg i { font-size: 50px; position: relative; bottom: 10px; }

#result-list .info{
	float:left;
	width:345px;
	padding: 15px 0 0 30px;
}
#result-list .info li{
	width:120px;	
	padding:0 50px 15px 0;
}
#result-simple .result-item{
	position: relative;
	width:222px;
	height: 125px;
	overflow: hidden;
	float:left;
	margin:0 26px 26px 0;
}
#result-simple{margin:0 -30px 0 0;}
#result-simple .info,
#result-simple .mpg{display:none;}
/* bottom navigation styles */
.bottom-navigation{
	padding:0 0 50px;
	margin-top: 35px;
	background: #ddd;
}
.bottom-navigation li a { border-bottom: none; border-top: 3px solid transparent; }
/* result-breadcrumb styles */
.result-breadcrumb{
	float:left;
	padding:20px 0 0;
	width:250px;
	color:#fff;
}
.result-breadcrumb p{margin:0;}

/* vehicle-request styles */
.vehicle-request .section-heading h3.subtitle{
	font-size: 18px;
}
.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: 1px dashed #999;
	color:#999;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	padding: 0 10px;
	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: 1px solid #999; }

/* 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;
	float: left;
	padding: 2px 5px;
	font-size:10px;
	line-height:15px;
	font-weight:600;
	text-transform:uppercase;
	color:#000;
	background: #ddd;
}
.request-form label i { font-size: 10px; color: #000; }
.request-form label i.icon-required { font-size: 10px; color:#343491; margin-left: 5px; position: relative; top: 1px; }
.request-form .submit-row{text-align:center;}
.captcha label { background: none !important; margin: 0 !important; }

.request-form select{
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
}
/* module-details */
.module-details .detail-title{
	position:relative;
	color:#666;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	margin:0;
	padding: 5px 0 0;
}

.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: left;
}
.module-details .tabset li { float: left; margin:0 10px; }
.module-details .tabset a {
	width:50px;
	background:#004495;
	position:relative;
	height:50px;
	line-height: 50px;
	padding: 0 !important;
}
/* details-column styles */
.details-column{
	float:right;
	width:277px;
	min-height: 398px;
	max-height: 598px;
	padding: 20px;
}
.details-column-title{
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	color:#fff;
	margin:0 0 5px;
}
.details-column .years{
	font-size:50px;
	line-height:40px;
	display:block;
	font-weight:lighter;
	margin:0 0 22px;
	color: #999;
}
.detail-mpg{
	content:'';
	position:relative;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#666;
	margin-bottom: 14px;
}
.detail-mpg p{margin:0;}
.detail-mpg strong{
	font-size:30px;
	line-height:32px;
	display:block;
	font-weight:600;
}
.detail-info{
	padding:0;
	list-style:none;
	left: 0;
	bottom: 0;
	width: 280px;
}
.detail-info li{
	padding: 8px 0;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
.detail-info-title{
	font-size:11px;
	line-height:14px;
	font-weight:900;
	color:#999;
	float:left;
	text-transform:uppercase;
	margin:0;
	padding: 0;
	width:110px;
}
.detail-info .text{
	font-size:12px;
	font-weight: bold;
	line-height:16px;
	color:#000;
	float:left;
	width:127px;
	padding: 0;
}
.module-details .tab-content{
	float:left;
	width:658px;
}
.module-details .tab-content img{vertical-align:top;}
.module-details .carousel{overflow:hidden;}

.module-offers .carousel .slide-pagination-prev,
.module-details .carousel .slide-pagination-prev {
	margin-top: -30px;
	top:50%;
}

.module-details .carousel .slide-pagination-prev { left: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/* Eliminate left border radius*/
	-webkit-border-bottom-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	behavior:url(pie/PIE.htc);
}
.module-details .carousel .slide-pagination-next { right: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/* Eliminate right border radius*/
	-webkit-border-bottom-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	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;
	left:0;
	z-index:10;
	bottom:0;
}
.intro .open-close .opener,
.module-details .carousel .open-close .opener{
	float:left;
	font-size:12px;
	line-height:16px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
	height: 35px;
	line-height: 35px;
	padding: 0 20px 0 45px;
	background:#000;
	position:relative;
	-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;
}
.details-holder{padding-bottom: 60px;}
.intro .open-close .opener:hover,
.module-details .carousel .open-close .opener:hover{background:#343491;
	-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;
}

.intro .open-close .opener:after,
.module-details .carousel .open-close .opener:after{
	font-family: "icomoon";
	content: "\e618";
	position:absolute;
	top:0;
	left:0;
	width:35px;
	height:35px;
	line-height: 35px;
	font-size: 20px;
	font-weight: lighter;
	background-color: #343491;
	color: #fff;
	text-align: center;
}
.intro .open-close.active .opener:after, .module-details .carousel .open-close.active .opener:after { content: "\e606"; }

.intro .open-close .slide-box,
.module-details .carousel .open-close .slide-box{
	background:rgba(0,0,0,0.8);
	-pie-background:rgba(0,0,0,0.8);
	behavior:url(pie/PIE.htc);
	border-top:2px solid #343491;
	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{
	display:block;
	float: left;
}
.intro .open-close .slide-box .close, .module-details .carousel .open-close .close {
    background: none;
    color: #fff;
    float: right;
    font-size: 24px;
    overflow: hidden;
    padding: 0;
}
.slide-footer .opener.close:hover { color: #343491; background: none; }

.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 .hidden { display: none; }
.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 300px 0; }
.vehicle-features h3{
	font-size:16px;
	line-height:42px;
	font-weight:bold;
	color:#000;
	height: 42px;
	text-transform:uppercase;
	text-align: left;
	position: relative;
}

.vehicle-features h3:before {
    background: #343491;
    content: "";
    height: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 5px;
    width: 20px;
}

.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
 { width: 222px; height: 222px; font-size: 150px; line-height: 222px; text-align: center; color: #eee; position: absolute; 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;
}

.info-links li{
	padding:0 0 10px 15px;
	position:relative;
	color: #666;
}
.info-links a {color:#666; } .info-links a:hover { color: #343491; }

.info-links li:after {
    content: "\e617";
    font-family: "icomoon";
    font-size: 10px;
    color: #343491;
    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{ height: 600px; }
.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: 50px 0 0;
	position:relative;
	border: 2px solid #ccc;
}

.contact-map .btn-map{
	position:absolute;
	top:55px;
	right:15px;
	background:#343491;
	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; }
.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:36px;
	line-height:42px;
	font-weight:normal;
	color:#fff;
	display:block;
}

body.is-contact-us .contact-info .work-time, body.is-contact-us .contact-column .work-time { 
	color: #333;
}

.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 #343491;
}

body.is-contact-us .contact-info .email-box,
body.is-contact-us .contact-info .fax-box,
body.is-contact-us .contact-info .phone-box,
body.is-contact-us .contact-column .phone-box { 
	width: 100%; 
	height: 45px; 
	text-align: right; 
	margin: 5px 0; 
	border: 1px dashed #999;
}

.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:14px;
	line-height:14px;
	color:#999;
}
.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:40px;
	font-weight:normal;
	display:block;
	color: #fff;
}

body.is-contact-us .contact-info .email-box .email strong,
body.is-contact-us .contact-info .fax-box .fax strong,
body.is-contact-us .contact-info .phone-box .phone strong,
body.is-contact-us .contact-column .phone-box .phone strong { color: #333; }

.is-contact-us .phone-box strong, .is-contact-us .fax-box strong{ font-size: 36px !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 {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    left: 0;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    -webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	behavior:url(pie/PIE.htc);
}

/* module-offers styles */
.module-offers .carousel{ margin: 0 19px; padding: 60px 0; margin-bottom: 25px; }
.module-offers .carousel .slide-pagination-prev,
.module-offers .carousel .slide-pagination-next{
	margin-top: -30px;
	top:50%;
}

.module-offers .carousel .slide-pagination-prev { left: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/* Eliminate left border radius*/
	-webkit-border-bottom-left-radius: 0;
	-moz-border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	behavior:url(pie/PIE.htc);
}
.module-offers .carousel .slide-pagination-next { right: 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/* Eliminate right border radius*/
	-webkit-border-bottom-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	behavior:url(pie/PIE.htc);
}

/* 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 #343491;
}
.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: #343491; }

.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;
}
.text-block p.intro-text{
	font-size:24px;
	line-height:28px;
	font-weight:600;
	margin:-4px 0 33px;
	color: #000;
}
.about-info p{margin:0 0 25px; color: #999; }
/* about-testimonies styles */
.about-testimonies .slideshow blockquote{
	padding:37px 50px 76px;
}
.about-info a { color: #343491;}
.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;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	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(255, 255, 255, .8);
	-pie-background-color: rgba(255, 255, 255, .8);
	behavior:url(pie/PIE.htc);
	width: 266px;
	overflow:hidden;
	padding: 10px 15px;
	position:relative;
	position: absolute;
	bottom: 0;
	text-align: center;
}

section#managers .about-employees-text {
    border-top: 4px solid #343491;
}

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: #343491; z-index: 10; }

.about-employees-info{
	float:left;
	color:#777;
	font-size:14px;
	line-height:16px;
	font-weight: normal;
	width: 100%;
}
.about-employees-info .name{
	display:block;
	font-size:16px;
	line-height:20px;
	font-weight: bold;
	color:#666;
}

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:1px;
	top:1px;
	text-align:left;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
	width:38px;
	height:38px;
	line-height: 38px;
	background-color: #fff;
	color: #999;
	text-align: center;
}

.date-field .btn-date{display:none;}

.contact-column{
	float:right;
	width:286px;
	margin:0 0 0 25px;
	position:relative;
	z-index:1;
}
.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 .phone{
	width: 195px;
	padding:5px 12px;
	background:#222;
	position: relative;
	left: 64px;
}

.slide-box .contact-column .phone-icon { width: 63px; height: 100%; position: absolute; top: 0; left: 0; background-color: #222; overflow: hidden; }
.slide-box .contact-column .phone-icon i { position: absolute; top: 30%; left: 5px; margin: -21px 0 0; font-size: 120px; color: #666; }

/* ---------------------------------------------------------
   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;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	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:#343491;
	width:11px;
	height:11px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	behavior:url(pie/PIE.htc);
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 40px;
	margin: 0;
	float: left;
	color: #999;
	background:#fff;
	border: none;
	width:100%;
	padding: 0 10px;
	border-top: none;
	border-right: none;
	border-left: none;
	border: 1px dashed #999;
	-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: 1px solid #999; }
.select-area .center {
	white-space: nowrap;
	line-height:39px;
}

.module-quicksearch .select-area {
	width: 130px !important;
	height: 30px;
	background:none;
	margin: 0 10px 0 0;
	padding: 0 !important; 
}

.module-quicksearch .select-area .center {
	white-space: nowrap;
	background-color: #bbb;
	width: 130px;
	height:30px;
	font-size:12px;
	line-height:30px;
	font-weight:normal;
	color:#444;
	padding:0 15px;
	display:block;
	text-transform:uppercase;
}

.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: #343491; }

.calculator-form .select-area .center { margin-left: 15px; }

.module-quicksearch  .select-area .select-opener {
	background: #fff;
	position: absolute;
	width:30px;
	height:30px;
	right: 0;
	top: 0;
}
.select-area .select-opener {
	position: absolute;
	width:38px;
	height:38px;
	right: 0;
	top: 0;
	cursor:pointer;
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 40px;
}

.calculator-form .select-active .select-opener:before{display:none;}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #ddd;
	z-index: 2000;
}

.select-active { border-color: #343491; }

.drop-filters-select,
.drop-search-select{
	background:none;
}
.select-options .drop-holder {
	border:2px solid #343491;
	overflow: hidden;
	height: 1%;
}
.drop-filters-select .drop-holder,
.drop-search-select .drop-holder{
	border:1px solid #bbb;
	background:#ddd;
}
.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 #bbb;
	display: block;
	cursor: default;
	color: #666;
	height: 1%;
	background:#ddd;
	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 #bbb;
	background:#ddd;
}
.select-options .item-selected a {
	text-decoration: none;
	background:#343491;
	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: #343491;
	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:360px;
	overflow:hidden;
	position:relative;
	float:right;
}
.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 {
	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:#343491;}

/*#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:12px;
	font-weight: bold;
	color:#666;
	text-transform:uppercase;
	text-align:center;
	margin: 0 10px;
	position:relative;
	height: 35px;
	border-bottom: 4px solid transparent;
}

.header-menu-open.last { margin-right: 0 !important; }

.header-menu-open:hover, .header-menu-open.active, .header-menu-open.active i { color: #343491; border-color: #343491; }

/* header links styles */
.header-links{
	float:right;
	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:#666666;
}
.header-links a:hover{color:#343491;}
.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:0px;
	right:0;
	z-index:1;
	padding:5px 0;
	display: block;
	text-align: right;
	height: 25px;
	background: url(../img/header-phone-bg.png) 50% 0 no-repeat;
}
.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: 75px;
	left: -20px;
	z-index:101;
	float:left;
}

.header-fixed .header-menu { top: 0; }

.header-fixed .popup-active ul.sub-menu.header-menu-slide.slide { top: 58px; }
.popup.inventory ul.sub-menu.header-menu-slide.slide { left: -272px !important; }
/*.header-fixed .popup.inventory ul.sub-menu.header-menu-slide.slide { left: -380px !important; }*/

.header-menu-slide { width: 180px; /*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>a{
	display:block;
	padding: 12px 15px;
	text-decoration:none;
}
.header-menu-slide>li>a {
	color:#fff;
	background:#023874;
	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;
}
.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:#fff;
	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 .sub-menu .popup-active>.opener:before,
.header-menu .sub-menu a:hover:before {
    content: "\e617";
    font-family: "icomoon";
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 11px;
    color: #fff;
    font-weight: lighter;
}

.header-menu .sub-menu .popup-active>.opener,
.header-menu .sub-menu a:hover{
	background:#343491;
	color:#fff;
	outline: none;
}

.popup.inventory ul.sub-menu.header-menu-slide.slide { width: 0; }
.header-menu.inventory .sub-menu a { display: none; }
.header-menu.inventory .sub-menu .image-list a { display: block !important; }
.header-menu .slide .popup-active .slide .model-categorie { padding: 20px 0; border-bottom: 1px solid #d9d9d9; }
.header-menu .slide .popup-active .slide .model-categorie.no-border { border-bottom: none; }
.header-menu .slide .popup-active .slide h1 { font-size: 14px; color: #666; width: 99px; float: left; position: relative; margin: 20px; }
.header-menu .slide .popup-active .slide h1:before { background: #343491; content: ""; height: 2px; left: 0; overflow: hidden; position: absolute; top: -8px; width: 20px; }

.other-links { float: right; width: 250px; padding-left: 30px; border-left: 1px dotted #d9d9d9; }
.other-links ul { position: relative; padding: 0; }
.other-links ul li { list-style: none; width: auto !important; height: auto !important; margin: 2px !important; }
.other-links ul li a { padding: 6px 12px !important; }
.other-links ul li a:before { display: none !important; }
.other-links ul li a:hover, .other-links ul li a i { color: #343491 !important; }

#models .other-links { float: none; width: auto; border: none; }
#models .other-links ul { overflow: hidden; }
#models .other-links ul li a { font-size: 12px; font-weight: bold; text-transform: uppercase; line-height: 16px; color: #000; float: left; margin: 2px;
border: 2px solid transparent; }
#models .other-links ul li a:hover { border-color: #343491; }

.image-list a { display: block; }

.header-menu .image-list a { border-left: none; }
.header-menu .image-list a:hover { border-color: #343491; }

.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: 978px; 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);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	behavior:url(pie/PIE.htc);
	overflow: hidden;
}

.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;
}
.header-menu .image-list img{
	vertical-align:top;
	margin: 0;
} 

.image-list a { position: relative; }

.image-list a i.icon-expand { font-size: 20px; position: absolute; padding: 5px; top: 0; right: 0; color: #343491;
	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;
}

.header-menu .image-list li {
	width:162px;
	height:115px;
	float:left;
	margin: 0 2px;
}
.header-menu .image-list a{
	background:#fff;
	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;
	border: solid transparent;
	border-width: 2px;
}
.header-menu .image-list a:hover { border-color: #343491; background: none; }
figure { text-align: center; }
figcaption { text-align: center; }
.header-menu .image-list .name{
	display:block;
	font-size:12px;
	font-weight:600;
	color:#999;
}

.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 .name { color: #666; }

.header-menu .links-list a{
	color: #999;
	background:none;
	padding: 5px 0;
}

.header-menu .links-list a [class*="icon"] { color: #343491; font-size: 12px; }

.header-menu .links-list a:hover, .header-menu .links-list a:hover [class*="icon"] { color: #fff; }
.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: 10; }
.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 { 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: #343491; }

.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: #999; }
#about-us .text-block p { color: #666; }

.breadcrumb, .share, .title { position: relative; z-index: 10; }

h2.interest { width: 317px; height: 55px; margin: 0; font-weight: 300; line-height: 55px; }
h2.interest a { display: block; color: #343491; }

.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: 1px dashed #999; }
.filters .select-area .center { font-size: 16px; color: #666; height: 40px; line-height: 40px; padding: 0 5px; }
.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: #fff; }
.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: 32.33%; 
	margin: .5%; 
	padding: 20px 0px; 
	float: left; 
	text-align: center; 
	border-bottom: 4px solid #999;
}
.slide .model-box span.btn-more { float: none !important; display: inline-block !important; margin-top: 5px;
	-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 { border-color: #343491; }

.slide .info-section { text-align: left; padding-left: 20px; }

.slide .model-box span.model { width: 100%; position: relative; display: block; font-size: 22px; font-weight: bold; margin-top: 5px; }
.slide .model-box span.mpg-info { width: 100%; display: block; font-size: 12px; font-weight: 600; color: #666; }
.slide .model-box span.mpg-info i { font-size: 20px; color: #000; position: relative; top: 4px; margin-right: 3px; }

.slide .model-box span.model:before {
    background: none repeat scroll 0 0 #343491;
    content: "";
    height: 3px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -6px;
    width: 25px;
}

/* 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: #343491; 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 #343491;
}
/* 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-used-cars-link { height: 258px !important; overflow: hidden; }
#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; }
.filter-links-holder a:hover { color: #343491; padding-left: 5px; }

.pagination-bg { margin-bottom: 35px; background: #ddd; }

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; }

.details-column-title.marca { font-weight: bold; color: #666; text-transform: uppercase; display: block; }
.details-column-title.modelo { font-weight: bold; color: #666; 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-simple .result-item { border: 2px 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: #343491;
	-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: 2px 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-list .result-item:hover { border-color: #343491;
	-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;
}

button.search { width: 60px; height: 30px; cursor: pointer; background-color: #343491; border: 2px solid transparent; }
button.search i { float: none !important; font-size: 20px; color: #fff; display: block; text-align: center; line-height: 30px; }
button.search:hover { background-color: #000; border-color: #343491; }
button i { float: left; font-size: 16px; height: 28px; line-height: 26px !important; }

/* Icomoon */
.header-social a i { width: 26px; height: 26px; font-size: 30px; line-height: 26px; color: #999;
-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-social a:hover i { color: #343491;
	-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-pagination-prev i, .slide-pagination-next i { width: 25px; float: left; font-size: 24px; line-height: 60px; text-align: center; color: #fff; }
.module-models-cars .tabset li a i { float: left; font-size: 24px; line-height: 40px; margin-right: 8px; display: block; color: #999; }
.module-models-cars .tabset li a:hover i, .module-models-cars .tabset li a.active i { color: #343491; }
.quicksearch .select-opener i { width: 30px; height: 30px; display: block; line-height: 30px; 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: 20px; position: relative; top: 1px; left: 1px; }
.header-menu-open:hover i { color: #343491; }

.icon-box { position: absolute; right: 25px; bottom: 25px;
	transform: rotate(350deg) ;
    -webkit-transform: rotate(350deg) ;
    -moz-transform: rotate(350deg) ;
    -o-transform: rotate(350deg) ;
    -ms-transform: rotate(350deg) ; }
.icon-box i { font-size: 300px; color: #eee; }

/* Section headings */
.section-heading h2, .section-heading h3 { color: #000; }
.section-heading h2 {
	font-size: 24px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 24px;
    margin: 20px 0 0;
    position: relative;
}

.section-heading h2:before {
    background: none repeat scroll 0 0 #343491;
    content: "";
    height: 5px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -15px;
    width: 30px;
}

.section-heading h3.subtitle { font-size: 20px; font-weight: normal; line-height: 26px; margin: 5px 0 35px 0; }
.section-heading h3.subtitle span { color: #343491; }
.section-heading h3.subtitle strong { font-weight: 600; }

section p { font-size: 18px; font-weight: normal; color: #666; }
section p strong { font-size: 20px; font-weight: 600; color: #000; }

.dark.float-right { float: right; text-align: right; }
section#about-us a { color: #000; } section#about-us a:hover { color: #343491; }

/* Section Overlay Images/icons */
.financing-overlay-png { position: absolute; top: -46px; left: 20px; }
.trade-in-overlay-png { position: absolute; top: -46px; right: 115px; z-index: 10; }
.slideshow-overlay { left: 50%; margin: 0 0 0 -750px; position: absolute; bottom: 0; min-width: 1280px; 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#models .carousel { 
	min-width: 978px;
	max-width: 1300px;
	margin: 50px auto 25px;
}
section#model-inventory { overflow: hidden; }
section#model-inventory h2 { text-transform: uppercase; margin: 40px 0 5px; }
section#model-inventory h2 span { color: #343491; 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 #343491; }

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 #343491; }
section#model-inventory .footer-menu.models h4 i { font-size: 24px; color: #ccc; float: left; line-height: 30px; margin-right: 10px; }

/* Inventory Grid */
.model-inventory-results { margin: 20px 15px; }
.model-inventory-results .result-item { width: 324px; height: 215px; position: relative; float: left; margin: 1px; background: #000; }
.model-info-detail { 
	font-size: 12px; 
	font-weight: normal; 
	color: #fff; 
	position: absolute; 
	left: 20px; 
	top: 40px; 
	z-index: 10;
	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;
}

.checkbox-holder {
	top: 0;
	left: 0;
}


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, .7);
    -pie-background: rgba(0, 0, 0, .7);
	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;
 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; position: relative;  top: -3px; }

.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: #343491; }

/* Section modules backgrounds */
section#models { height: 680px; }
section#tools { padding-bottom: 25px; }
section#similar { height: 550px; }
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: 80px; }

body.is-modelo section#gallery, body.is-modelo section#detail-info, body.is-modelo section#model-inventory { border: none; }

a.close-menu { font-size: 20px !important; color: #fff !important; float: right; padding: 8px; display: block !important; position: absolute; right: 0; bottom: 0; 
background: #888 !important;
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomright: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
behavior:url(pie/PIE.htc); }

a.close-menu:hover { background: #343491 !important; }
a.close-menu:before { display: none !important; }

span.zoom {
    background-color: rgba(0, 0, 0, .7);
    -pie-background-color: rgba(0, 0, 0, .7);
    behavior:url(pie/PIE.htc);
    width: 80px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
span.zoom i {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    position: relative;
}

.module-details .carousel .slide a:hover span.zoom { background: #343491; }

@media only screen and (max-width: 1024px) { 
.add-nav { bottom: 0; top: auto; }
}

.detail-specs .info-area { position: relative; }
p.disclaimer { width: 420px; font-size: 9px; line-height: 14px; position: absolute; left: 20px; bottom: 20px; }
span.red { color: #343491; }


/* Specs toggles */
.open-close-button {
    display: block;
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
}

.open-close.active .open-close-button i:before {
    content: "\e624" !important;
}

/* Header info */
ul.header-info {
	position: absolute;
	right: 0;
	padding: 0;
	top: 15px;
	margin: 0;
	font-size: 16px;
}

ul.header-info li {
	list-style: none;
	float: left;
	margin: 15px 0 0 20px;
	padding-right: 5px;
}

ul.header-info li.dir {
	font-size: 11px;
	width: 158px;
	line-height: 12px;
	text-align: right;
}

ul.header-info li.dir i {
	font-size: 24px;
	float: left;
	top: 0;
}

ul.header-info li.social {
	margin: 15px 0 0 !important;
}

ul.header-info li i {
	color: #999;
	position: relative;
	font-size: 50px;
}

ul.header-info li span {
	font-size: 10px;
	color: #999;
	line-height: 10px;
	text-align: right;
	display: block;
}

.header-fixed ul.header-info {
	display: none;
}


.hl_5 {
    width: 50px;
    height: 150px;
    margin: 0px 0px 0 0px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    top: 165px;
    z-index: 9999;
    display: block;
}

.btn-ofertas {
    bottom: 15px;
    position: absolute;
    right: 15px;
    z-index: 999;
}

/* HEADER */
ul.header-info .icon-brand-logo-mazda {
	color: #0176bf !important;
}

ul.header-info .icon-brand-logo-kia {
	color: #c41230 !important;
}

ul.header-info .icon-brand-logo-hyundai {
	color: #003082 !important;
}

ul.header-info li a:hover .icon-facebook {
	color: #465992;
}

ul.header-info li a:hover .icon-twitter {
	color: #00aced;
}

/* HOME ABOUT INFO */
.about-info-wrap {
	max-width: 1300px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}
.about-info-wrap .col {
	width: 29.33%;
	padding: 0 2%;
	float: left;
	overflow: hidden;
}
.about-info-wrap .col h2 {
	margin-top: 0;
	color: #343491;
}
.about-info-wrap .col p {
	font-size: 14px;
	line-height: 16px;
	padding-right: 25px;
}
.about-info-wrap .col a.map {
	float: right;
}
.about-info-wrap .col p a:hover {
	text-decoration: underline;
}
.phone-box {
	margin: 10px 20px 0 0;
	float: left;
}
.phone-box .direction {
	line-height: 15px;
}
.phone-box p {
	margin: 0;
}
.phone-box strong {
	font-size: 20px;
}
.phone-box h4 {
	margin: 0;
	line-height: 15px;
}
.phone-box a {
	font-size: 11px;
	line-height: 12px;
}
.phone-box a:hover {
	text-decoration: underline;
}
.banner {
	float: left;
	margin: 25px auto 0;
	width: 100%;
	height: 110px;
	text-align: center;
	background-color: #f4c900;
}

/* DISCLAIMER */
.price-disc {
	font-size: 11px !important;
	line-height: 11px !important;
}

/* version mobile / movil */
.version-mobile-box {
    width: 100%;
    margin:0px 0;
    padding: 0; 
    float:left;
    display: block; 
    background: #f9f9f9;
}
.version-mobile-btn a {
    padding: 0 10px;
    border: 1px solid #ddd;
    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;
}
.version-mobile-btn a:hover {
    background: #343491;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
}
.version-mobile-btn i {
    font-size: 11px;
    line-height: 26px;
}
/* end version mobile / movil */