/* 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:#6c6d70;
	font-family: "runda",sans-serif;
	font-size: 14px;
	line-height:24px;
 	background-color: #f9f9f9;
}
img {border-style: none;}
/* set styles for default page links */
a {
	text-decoration: none;
	color: #ee5222;
	-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:#f1754e;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
/* set default styles in all browsers */
input,
textarea,
select{
	font-family: "runda", arial , sans-serif;
	vertical-align: middle;
	color: #000;
}
form,
fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {border:0;}
input[type="submit"]:focus,
input[type="button"]:focus {outline:none;}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea{
	-webkit-appearance:none;
	border-radius:0;
}

figure {
    margin: 0;
    padding: 0;
}

figcaption { 
	margin: 10px 15px 5px 15px; 
}

/* transition fade effect styles */
.module-bar a:after,
.other-links .link-box [class*="icon"],
.contact-directions [class*="icon"],
.icon-arrow-rotate4,
a.lightbox .blue-mask,
a.lightbox .icon-plus,
.header-links img,
.header-links .holder,
.header-links .holder-hover,
.header-menu .slide,
.module-new-cars-thumb li img,
.module-filters .check-list label,
.button-add,
.thumbs-gallery .thumbs-link .icon-plus,
.thumbs-gallery .thumbs-link .mask,
.visual-bar a.icon-arrow-righ,
.module-similar .item-mask,
.module-similar .item-plus,
 .result-item .result-mask,
.result-item .result-plus,
a,
input,
textarea,
button{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
textarea:focus:-moz-placeholder,
input:-moz-placeholder{
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	transition:color 0.3s linear;
}
textarea:focus::-moz-placeholder,
input::-moz-placeholder{
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	transition:color 0.3s linear;
}
textarea:focus:-ms-input-placeholder,
input:-ms-input-placeholder{
		-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	transition:color 0.3s linear;
}
textarea:focus::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	-webkit-transition:color 0.3s linear;
	-o-transition:color 0.3s linear;
	transition:color 0.3s linear;
}
/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper{overflow:hidden;}
section { min-width: 978px; max-width: 1500px; position: relative; margin: 0 auto; background: #fff; border-top: 3px solid #f9f9f9; }
/* header styles */
#header { width: 100%; position: relative; z-index:20; }

.header-wrap { width: 1008px; height: 100px; margin: 0 auto; position: relative; }

#header .grid_12 { position: static; }

/* page logo styles */
.header-logo{
	width:320px;
	height:100px;
	float: left;
	position: relative;
	text-indent:-9999px;
	font-size:0;
	z-index: 1;
	left: 0;
	top: 0px;
	border: 0px solid lime;
}
.header-fixed #menu ul .home { height: 15px !important; margin: 10px 15px 0 0 !important; }

.header-fixed .header-logo{
	width:360px;
	height:58px;
	position: relative;
	float: left;
	left: 0px;
	top: 0;
}
.header-fixed .header-logo a{background:url(../img/header-logo-small.png) no-repeat;}
.header-fixed .header-logo:after{margin:-15px 0 0 -200px !important; }

.header-fixed .header-menu-open { font-size:11px; top: 0px; height: 55px; line-height: 55px; }

.header-menu-open.header-telephone {
	margin-left: 0px;
	font-size: 15px !important;
	font-weight: bold;
	color: #6c6d70;
}

.header-logo a{
	display:block;
	height:100%;
	position:relative;
	z-index:0;
	background:url(../img/header-logo.png) no-repeat;
}
/* main navigation styles */
#menu{
	float:left;
	margin-right: 55px;
}
#menu .main-nav:after{
	content:'';
	display:block;
	clear:both;
}

.header-logo a,
.detail-specs .info-area .links-more,
.open-close .opener,
.slide-pagination-prev,
.slide-pagination-next,
.carousel-nav .btn-slider,
.carousel-nav .btn-slider a,
.header-social a,
#menu .main-nav .home a{
	-webkit-transition: background-position 0s linear;
	-moz-transition:  background 0s linear;
	-ms-transition: background 0s linear;
	-o-transition:  background 0s linear;
	transition:  background-position 0s linear;
}
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu ul li{
	float:left;
	margin:0 2px 0 0;
}
#menu ul .home{margin: 27px 15px 0 0;}
#menu>ul>li>a{
	position:relative;
	padding: 0 15px;
	display:block;
	-webkit-transition: font-size 0s linear;
	transition: font-size 0s linear;
	line-height: 81px;
}
#menu ul a{color:#6c6d70; }
#menu>ul>.active>a,
#menu>ul>li:hover>a,
#menu>ul>li>a:hover { color: #ee5222; }

#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 #6c6d70;
	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: 15px;
	right: 0;
}
/* chat placeholder */
.header-section .header-chat{
	float:right;
	margin: 5px 0 0 10px;
	position: relative;
	top: -27px;
}

.header-fixed .header-chat { top: 0; }

#header img{vertical-align:top;}

/* social links styles */
.header-section .header-social{
	float:right;
	padding:0;
	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: 1500px;
	margin: 0 auto;
	position: relative;
}
.main-carousel .mask{
	position: relative;
	overflow: hidden;
	height:500px;
}
.main-carousel .slideset {
	width: 99999px;
	float: left;
}
.main-carousel .slide {
	float: left;
	position:relative;
	text-align:center;
	height:500px;
	overflow:hidden;
	background-color: #fff;
}
.main-carousel .slide > img {
    left: 50%;
    margin: 0 0 0 -750px;
    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:20px;
	right:0;
	z-index:15;
	left:0;
}
/* generete paging styles */
.main-carousel .slide-pagination{float:left;}
.main-carousel .slide-pagination ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
}

.main-carousel .slide-pagination a{
	display:block;
	width:10px;
	height:10px;
	margin: 0 2px;
	color:#fff;
	background: transparent;
	border: 2px solid #fff;
	behavior:url(pie/PIE.htc);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-indent: -9999px;
}
.main-carousel .slide-pagination li{
	float:left;
}
.main-carousel .slide-pagination .active a{
	behavior:url(pie/PIE.htc);
	background: #fff;
	position:relative;
}
.main-carousel .btn-play-pause:hover,
.main-carousel .slide-pagination a:hover{
	text-decoration:none;
	color: #ee5222;
	background:#fff;
}
/*.main-carousel .btn-play-pause{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	display: block;
}*/

.main-carousel .btn-play-pause {
	display:block;
	float:left;
	width:18px;
	height:15px;
	line-height: 10px !important;
	margin: 0 5px 0 0;
	color:#fff;
	font-size: 16px;
	overflow: hidden;
	border: 0px solid #fff;
	
	/*text-indent: -9999px;*/
}

/* buttons navigation styles */
.main-carousel .slide-pagination-next.disabled:hover,
.main-carousel .slide-pagination-prev,
.main-carousel .slide-pagination-next{
	position:absolute;
	top: -20px;
	right: 0;
	background-color: rgba(108, 109, 112, .5);
	-pie-background-color: rgba(108, 109, 112, .5);
	overflow:hidden;
	width:55px;
	height:55px;
	behavior:url(pie/PIE.htc);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.main-carousel .slide-pagination-prev{
	right: 55px;
	bottom: 0;
	top: -20px;
}

.main-carousel .slide-pagination-prev.disabled, .main-carousel .slide-pagination-next.disabled { opacity: .2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.main-carousel .slide-pagination-next:hover,
.main-carousel .slide-pagination-prev:hover{
	background-color: #ee5222;
	behavior:url(pie/PIE.htc);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;;
}
/* module-quicksearch styles */
.module-quicksearch .row{margin:0 0 20px;}
.module-quicksearch .row:after{
	content:'';
	display:block;
	clear:both;
}
.module-quicksearch .select-col{
	float:left;
}
.module-quiksearch .select-col .label{
	height:70px;
	float:left;
	font-size:70px;
	line-height:70px;
	font-weight:300;
	text-align:center;
	color:#fff;
	position:relative;
	border: 1px solid lime !important;
}

.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 0px;
}
/* slide-info-box styles */
.slide-info-box{
	padding: 40px 0;
	margin-top:230px;
	color:#fff;
	position:relative;
	text-align: left;
	text-shadow: 0 0 5px #000;
	z-index: 15;
}

.slide-info-box h1 { font-size: 46px; line-height:44px; font-weight:bolder; text-transform: uppercase; color: #fff; }
.slide-info-box h2 { font-size: 28px; line-height: 30px; font-weight: lighter; margin:0; color: #fff; }

.slide-info-box h2.dark, span.mpg.dark { color: #000 !important; }
.slide-info-box h2 span.modelo { font-size: 82px; font-weight: bold; clear: both; }
.slide-info-box span.mpg { font-size: 24px; }

.slide-info-box p{margin:0;}
.slide-info-box .red-box-link{
	position:absolute;
	width:99px;
	right:0;
	top:-9px;
	padding:13px 12px;
	background:#c00;
	color:#fff;
	font-size:14px;
	line-height:14px;
	font-weight:900;
	text-align:center;
}
.slide-info-box .red-box-link:hover{
	text-decoration:none;
	background:#d00;
}
.slide-info-box .red-box-link:after{
	content:'';
	position:absolute;
	border:solid transparent;
	right:100%;
	top:0;
	border-color:rgba(111,0,0, 0);
	border-right-color:#6f0000;
	border-width:9px 9px 0 9px;
}
.slide-info-box.orange-text {
	text-align: center;
	width: 80%;
	padding: 0;
	margin: 90px auto 0 auto;
}
.slide-info-box.orange-text h1{
	text-transform: none;
	font-weight:lighter;
	font-size: 36px;
	background: #ee5222;
	line-height: 48px;
	text-align: center;
	display: inline;
	padding: 0 10px;
	text-shadow: 0 0 0px;
}
.slide-info-box a.btn-more { 
	float:left;
	margin-top: 29px;
	display: block;
	text-shadow: 0 0 0px #000;
}
.slide-info-box a.btn-more i.icon-arrow-right { 
	text-shadow: 0 0 5px #ee5222 !important;
}
/* 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: 200px;
	right:0px;
	z-index:25;
	overflow: visible;
}

.add-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-weight:500;
	line-height:16px;
	float: right;
	overflow: visible;
}
.add-nav li { margin: 1px 0; width: 44px; }

.add-nav li .chat { margin-bottom:5px; }

.add-nav li.active a { background-color: #ee5222; }

.add-nav a { height: 44px; width: 190px; color: #fff; display:block; font-size: 12px; font-weight: bold; line-height: 44px; text-align: left; 
	position: relative; right: 0px; /*-120px*/ background:#6c6d70; }

.add-nav a i { width: 44px; float: left; font-size: 26px; line-height: 44px; text-align: center; text-transform: uppercase; }
.add-nav a i.icon-inventory { font-size: 26px; }

.add-nav .active a { color: #fff; }
.add-nav a:hover { background:#ee5222; left:-120px }

.add-nav a.share { margin-bottom: 20px;}


/* section styles */
.section .heading h2{
	float:left;
	color:#6c6d70;
	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:#6c6d70;
	position:relative;
	text-align:center;
	line-height: 40px;
}
.section .tabset a:hover{
	text-decoration:none;
	color:#ee5222;
}
.section .tabset .active:hover,
.section .tabset .active{
	color:#ee5222;
	border-color:#ee5222;
}

section#models .tabset .active:before {
    /*content: "";
    font-family: "icomoon";*/
    font-size: 16px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    right: -23px;
}

.section.open-close .tabset .active:after{display:none;}
.section.open-close.active .tabset .active:after{display:block;}
.section .title{
	background:#f9f9f9;
	color:#ccc;
	text-transform:uppercase;
	min-width:116px;
	height: 18px;
	font-size:10px;
	font-weight:lighter;
	line-height: 18px;
	text-align: center;
	position: relative;
	float: left;
	top: -3px;
	left: 0;
	z-index: 3;
	behavior:url(pie/PIE.htc);
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
/* tab-content styles */
}
.tab-content .content-title{
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg);
	text-align:center;
	display:block;
	height:90px;
	width:530px;
	position:absolute;
	left:-211px;
	top:223px;
}
.tab-content .content-title strong{
	text-transform:uppercase;
	color:#ededed;
	font-size:90px;
	line-height:90px;
	font-weight:300;
}
.tab-content .content-title strong.small{
	font-size:45px;
	line-height:70px;
}

/* carousel styles */
.carousel {position: relative;}
.carousel .mask {
	position:relative;
	overflow: hidden;

}

section#used-cars .carousel .mask, section#similar .carousel .mask { width: 810px; margin: 0 84px; }

section#used-cars .section-heading { margin-bottom: 80px; }
section#similar .section-heading { margin-bottom: 50px; }

section#gallery .carousel .mask {
	position:relative;
	overflow: visible !important;

}
.module-models-cars .carousel .mask { 
	width: 980px; 
	border: 0px solid lime; }
.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{
	position:relative;
	float: left;
	z-index:1;
	border: 0px solid red;
	/*margin-right: 2500px;*/
}

.carousel .slide img{
	vertical-align:top;
	position:relative;
	height: auto;
	width: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(108, 109, 112, .8) !important; -pie-color: rgba(108, 109, 112, .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(108, 109, 112, .7); -pie-background-color: rgba(108, 109, 112, .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: #ee5222; }

.carousel-nav .slide-pagination a { color:#999; padding: 0 12px; display: block; }
.carousel-nav .slide-pagination .active a { color:#fff; background: #ee5222; }
.carousel-nav .slide-pagination a:hover {
	color:#fff;
	background: #ee5222;
	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: #ee5222; }
.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 #ee5222; 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 h2 {
	margin: 0;
	padding:30px 0 20px 0;
	text-align: center;
	font-size:40px;
	color: #fff;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display:none;
}
.slideshow .slide.active {
	z-index: 2;
	display:block;
}
.slideshow blockquote {
	padding: 0px 0 0 0px;
	margin:0;
	text-align:center;
	height:100%;
	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: #fff;
	margin:0px 0 0 0;
	text-align: center;
}
.slideshow blockquote p.short {
	font-size:32px;
	line-height:36px;
}
.slideshow blockquote p.med {
	font-size:26px;
	line-height:32px;
}
.slideshow blockquote p.long {
	font-size:20px;
	line-height:24px;
}
.slideshow blockquote strong.author {
	font-size: 14px; 
	font-weight:normal; 
	text-align: center; 
	color: #ffcc99; 
	margin-bottom:20px; 
	padding:10px 0;
	border-bottom: 2px solid #ee5222;
	display: block;
}
.slideshow blockquote strong.author a{
	color: #fff !important;
	text-decoration: underline;
}
.slideshow blockquote p span {
	font-size: 26px;
	font-family: Georgia, Times, "Times New Roman",sans-serif;
	margin: 0 5px;  
}

/* module-testimonies styles */
/*.slideshow img {position: absolute; left: 0; top: 0;}*/
.section.module-testimonies {
	height: 687px;
	overflow: hidden;
	
	}
/*.thumbnails-gallery {
	width: 1500px;
}

.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 */
.testimonies-center-holder { 
	overflow: hidden; 
	margin: 0; 
	position: relative;
	float: left;
}
.section.module-testimonies .tab-content {
	display: block;
}

.thumbnails .slide-pagination{
	padding:0;
	margin:0;
	list-style:none;
	z-index:10;
	float: left;
	display: block;
	z-index: 0;
}
.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-bottom: 3px solid transparent; }
.thumbnails .slide-pagination li.active { border-color: #fff; }
.thumbnails .slide-pagination li.active:after {
	content:'';
	position:absolute;
	border:solid transparent;
	left:41%;
	bottom:-15px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}

.thumbnails .thumbnail{
	display:block;
	position:relative;
	cursor:pointer;
}
.thumbnail span.num {
	background: #004495;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:none;
	width:30px;
	height:30px;
	line-height:30px;
	text-align: center;
	color:#fff;
	position: absolute;
	top: 26px;
	left: 26px;
	display: none;
}

.thumbnail img { 
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.thumbnail:hover img { 
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

li.active img { 
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}


.thumbnail:hover .num { display: block; }
li.active span.num { display: block; }

.thumbnails .author-tooltip{
	display:none;
	position:absolute;
	top:-53px;
	left:0;
	right:0;
}
.thumbnails .author-tooltip .author{
	display:block;
	border-radius:12px;
	overflow:hidden;
	padding:8px 2px;
	background:#575757;
	-pie-background:#575757;
	behavior:url(pie/PIE.htc);
	color:#fff;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	font-weight:normal;
}
.thumbnails .active .author-tooltip{
	display:block;
}
/* slide-button styles of the thumbnails */
.thumbnails .slide-button{
	float:none;
	padding:0;
	margin:0 auto;
	list-style:none;
	position: relative;
	border:0px solid yellow;
	width:110px;
	height:55px;
	overflow: hidden;

}
.thumbnails .mask +.slide-button{margin:0 0 0 -2px; display: none;}
.thumbnails .slide-button li{
	float:left;
	margin:0 0 0 4px;
}

.thumbnails .slide-button li>a{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background-color: rgba(108, 109, 112, .5);
	-pie-background-color: rgba(108, 109, 112, .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: 10;
}
.thumbnails .slide-button li.prev>a { top: 0px; left: 0}
.thumbnails .slide-button li>a:hover, .thumbnails .slide-button li>a.active { background: #ee5222; }
.thumbnails .slide-button li>a.disabled { opacity: .2; }

.thumb-ajax-carousel .mask{
	width:980px;
	overflow:hidden;
	position:relative;
	float:left;
	display: block;
	margin: 0 auto;
}
.thumb-ajax-carousel .mask .slide-pagination{
	width:9999px;
	overflow:hidden;
	position:relative;
	float:left;
	padding: 20px 0;
}

/* module-information styles */
.section.module-information{
	font-size:16px;
	line-height:22px;
	color:#6c6d70;
}

.section.module-information p { font-size: 14px; color: #6c6d70; float: left; margin:0 0 18px; }
.section.module-information h4 { font-size: 18px; font-weight: normal; color: #000; }
.section.module-information h4 strong { color: #ee5222; }

.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: #ee5222; }

.section.module-information .divider{
	width: 100%;
	float: left;
	padding:10px 0;
	margin: 5px 0 0;
}

.module-maps-directions .address-holder::after{
	content:'';
	display:block;
	clear:both;
}
.module-maps-directions address{
	font-size:16px;
	line-height:16px;
	font-weight:500;
	color:#999;
	font-style:normal;
	margin:0 0 5px;
}
.module-maps-directions .map-link{float:right;margin:-13px 0 0;}
.module-maps-directions .map-link img{vertical-align:top;}
.module-maps-directions address a{color:#999;}
.module-maps-directions address a:hover{
	color:#b91532;
	text-decoration:none;
}
/* module-maps-directions-thumb styles */
.module-maps-directions-thumb {
	padding: 0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:14px;
	font-weight:300;
	text-transform:uppercase;
	width:100%;
	float: left;
}
.module-maps-directions-thumb li { float: left; margin: 0; }
.module-maps-directions-thumb a {
	font-size: 12px;
	font-weight: bold;
	color:#000;
	display:block;
	padding: 10px 0;
	margin-right: 15px;
	border-bottom: 2px solid transparent;
}

.module-maps-directions-thumb a i { float: left; font-size: 20px; line-height: 14px; margin-right: 5px; }
.module-maps-directions-thumb a:hover { color: #ee5222; border-color: #ee5222; }

.is-home .directions-details a { font-size: 14px !important; padding: 10px 0 !important; font-weight: normal; }
.is-home .directions-details li { margin: 0 !important; }

.contact-directions .module-maps-directions-thumb a:hover i { color: #ee5222; }

.module-maps-directions-title a { font-size: 18px !important; line-height: 20px !important; background: #ee5222 !important; height: 40px !important; padding: 15px !important; }
.module-maps-directions-title a i { line-height: 40px !important; }
.contact-directions .module-maps-directions-title a:hover i { color: #fff; }

.contact-directions-row { color: #999; overflow: hidden; }
.contact-directions-row h2 { font-size: 18px; font-weight: 600; color: #333; }
.contact-directions-row p.direction { font-size: 14px; font-weight: normal; line-height: 16px; color: #999; }

.contact-directions-row .module-maps-directions-thumb a { font-size: 20px; color: #777; }


.btn-more {
	display:inline-block;
	vertical-align:top;
	height: 40px;
	padding: 0 20px;
	float: left;
	display: inline-block;
	position:relative;
	text-transform:uppercase;
	margin:0;
	font-size:14px;
	line-height:40px;
	font-weight:bold;
	color: #fff;
	background: #ee5222;
	cursor: pointer;
	border: none;
	border-bottom: 2px solid transparent;
}

.btn-more:hover { text-decoration:none; color: #fff; background: #f1754e; border-color: #ee5222; }

.btn-more.chat { float: none !important; margin-top: 68px; }
.btn-more.big { height: 50px; line-height: 50px; font-size: 18px; }

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: #f1754e;
	-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: #ee5222;
	-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: #ee5222;
	-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: #ee5222;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

section#used-cars .btn-more { float: right; position: relative; top: -105px; right: 85px; }

/*BUTTON GIG FOR SLIDESHOW*/
.slide-info-box .btn-more { float: right; margin-top: 30px; }
/*END BUTTON GIG FOR SLIDESHOW*/

.module-tools-list{
	padding:30px 0 90px 0;
	overflow:hidden;
	margin:0 0 0 -2px;
}
/* module-tools-link styles */
.module-tools-link{
	width:260px;
	height: 260px;
	float:left;
	margin: 28px;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	position:relative;
	background-color: rgba(153, 25, 47, .3);
	-pie-background-color: rgba(153, 25, 47, .3);
	behavior:url(pie/PIE.htc);
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	border-radius: 150px;
	border: 5px solid #fff;
	overflow: hidden;
}

.module-tools-link img { 
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	left: 0; }

.module-tools-link img {
	vertical-align:top;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.module-tools-link:hover img { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

section#managers .about-employees-slide { width: 296px; margin: 2px; }

.module-used-cars-zoom,
.about-employees-zoom {
	content:'';
	position:absolute;
	bottom:56px;
	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 { font-size: 36px; color: #fff; padding: 10px; background: #ee5222; position: absolute; bottom: 0px; right: 0; z-index: 999; }

.views-simple {display: none;}
.module-used-cars-link:hover .module-used-cars-zoom,
.about-employees-link:hover .about-employees-zoom,
.module-tools-link:hover .module-tools-zoom, .result-item:hover .module-used-cars-zoom { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.module-tools-link:hover .module-tools-text strong,
.module-tools-link:hover{color:#fff;}
.module-tools-link .module-tools-text{
	padding: 20px;
	position:absolute;
	overflow:hidden;
	top: 0;
	left: 90px;
	display: none;
}

.module-used-cars-link .module-image-holder:after {
    background-color: rgba(238, 82, 34, .8);
    -pie-background: rgba(238, 82, 34, .8);
	behavior:url(pie/PIE.htc);
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

a:hover .module-image-holder:after {
    display: block;
}

.module-tools-link .module-tools-text p{margin:0;}
.module-tools-link .module-tools-text strong{
	font-weight:900;
	color:#000;
}
.module-tools-link .module-tools-text,
.module-tools-link .module-tools-text strong{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.module-image-holder {position:relative;}
.module-image-holder img {height: auto; width: 100%;}

section#gallery .about-employees-slide { 
	width:978px !important;
	height: 396px;
	float:left;
	position:relative;
}

section#gallery .about-employees-slide { 
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
section#gallery .about-employees-slide.active { 
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.accessibility:focus{
	position:static;
	width:auto;
	height:auto;
}
/* module-used-cars styles*/
.section.module-used-cars{
	font-size:20px;
	line-height:24px;
	font-weight:300;
}
.module-used-cars-heading{
	padding:79px 0 77px;
	text-align:center;
}
.module-used-cars-heading h1{
	font-size:50px;
	line-height:54px;
	font-weight:300;
	margin:0;
}
.module-used-cars-heading p{margin:0;}
.module-used-cars-heading strong{font-weight:900;}
.module-used-cars-heading a{color: #ffae00; }
.module-used-cars-heading a:hover{text-decoration:none;}
.section.module-used-cars .mask { overflow: hidden; }
.section.about-employees .mask { width: 900px; overflow: hidden; }
.carousel .module-used-cars-slide {
	width:403px;
	margin: 1px;
	float: left;
}
.module-used-cars-link {
	display:block;
	position: relative;
}
.module-used-cars-text{
	overflow:hidden;
	padding: 0 0 0 10px;
	position:relative;
	background:transparent;
	border-top: 2px solid #e9e9e9;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.module-used-cars-link:hover .module-used-cars-text { border-color: #ee5222;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.module-used-cars-info {
	float:left;
	color:#999;
	font-size:14px;
	font-weight: normal;
	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:#ee5222;
}

.module-used-cars-link:hover .module-used-cars-info .brand { color: #ee5222; }
.module-used-cars-link:hover .module-used-cars-info .model, .module-used-cars-link:hover .module-used-cars-text .years { color: #6c6d70; }
.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: 300;
	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:199px;
	background-color: rgba(108, 109, 112, 0.5);
	-pie-background-color: rgba(108, 109, 112, 0.5);
	behavior:url(pie/PIE.htc);
	width:55px;
	height:55px;
	left: 0px;
	margin:-52px 0 0;
	overflow:hidden;
	z-index:1;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: none;
}

.carousel .slide-pagination-prev { left: auto; right: 0; top: 255px; }
.carousel .slide-pagination-next { left: auto; right: 0px; }

.carousel .slide-pagination-next:hover, .carousel .slide-pagination-prev:hover { 
	background-color: #ee5222 !important;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.carousel .slide-pagination-next.disabled, .carousel .slide-pagination-prev.disabled { opacity: .2; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

section#models .slide-pagination-next { top: 77px; }
section#models .slide-pagination-prev { top: 133px; }

section#managers .slide-pagination-next, section#team .slide-pagination-next { top: 246px; }
section#managers .slide-pagination-prev, section#team .slide-pagination-prev { top: 302px; }

section#offers .carousel .slide-pagination-next { right: 0; }
section#offers .carousel .slide-pagination-prev { right: 0; top: 312px; }

section#module-details .carousel .slide-pagination-next { top: 219px; }
section#module-details .carousel .slide-pagination-prev { top: 275px; }

#used-cars .carousel .slide-pagination-next { top: 501px; }
#used-cars .carousel .slide-pagination-prev { top: 557px; }

#similar .carousel .slide-pagination-next { top: 380px; }
#similar .carousel .slide-pagination-prev { top: 436px; }

#used-cars .subtitle { margin-bottom: 50px; }

/* footer-styles */
footer { min-width: 978px; max-width: 1500px; margin: 0 auto;
}
.footer-newsletter{
	background:#c20000;
	padding:35px 0;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:14px;
}
.footer-newsletter h3{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	margin:0;
	width:250px;
}
.footer-newsletter .footer-text{
	display:inline-block;
	vertical-align:middle;
	width:270px;
	text-align:left;
	margin:0 32px;
	font-weight:900;
}
/* footer-email-form styles */
.footer-email-form{
	float: right;
	display:inline-block;
	width:222px;
	position: relative;
	top: -40px;
	right: 15px;
}
.footer-email-form input[type="email"],
.footer-email-form input[type="text"]{
	font-size:14px;
	color: #6c6d70 !important;
	background:#222;
	border:none;
	float:left;
	margin:0;
	padding: 0 15px;
	width:170px;
	height:40px;
	line-height: 40px;
	border-left: 1px solid #ee5222 !important;
}

.footer-email-form a i { float: left; width: 40px; height: 40px; position: relative; font-size: 30px; line-height: 40px; color: #fff; text-align: center; background: #ee5222; }

/* placeholder input styles */
.footer-email-form input::-webkit-input-placeholder {color: #6c6d70;}
.footer-email-form input:-moz-placeholder {color: #6c6d70;}
.footer-email-form input::-moz-placeholder {
	color: #6c6d70;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.footer-email-form input:-ms-input-placeholder {color: #6c6d70;}
.footer-text p{margin:0;}
.footer-gray-line { height: 230px; background: #555 url(/img/img-wall.png) 50% 0 no-repeat; }

.social-line { min-width: 978px; max-width: 1500px; margin: 0 auto; height: 55px; padding: 15px 0; background: #ddd; }
.cr-line { min-width: 978px; max-width: 1500px; margin: 0 auto; height: 55px; padding: 15px 0; background: #ee5222;
 }

.cr-line .icon-bat-logo { font-size: 52px; color: #fff; float: left; }

/* footer-menu styles */
.footer-menu { float: left; height: 230px; }

/* footer-menu-links styles */
.footer-menu-links{
	padding: 10px 0;
	margin:0;
	list-style:none;
	font-size:12px;
	line-height:12px;
	font-weight: normal;
}
.footer-menu h4{
	font-size:14px;
	line-height:30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0 5px;
	border-left:0px solid #fff;
	padding-left:0px;
}

.footer-menu .social { height: 285px; position: relative; float: left; }

.footer-menu address {border-top: 0px solid white; padding:0 0 10px; color:#fff; font-style: normal; }

.footer-menu-links li{margin:0 0 8px;}
.footer-menu-links a{color:#fff;}
.footer-menu-links a:hover{
	text-decoration:none;
	color:#ee5222;
}
.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:#383D3B;}
/* footer-social styles */
.footer-social{
	padding:0;
	margin:8px 0 0;
	list-style:none;
	float: left;
	overflow: hidden;
}

.chat-image { width: 400px; height: 300px; display: block; position: relative; bottom: 70px; z-index: 999; border:0px solid red }

.grid_4.social { width: 264px !important; height: 138px; padding: 0 20px; border-left: 1px dotted #87bff0; border-right: 1px dotted #87bff0;  }

.footer-social li { position: relative; float: left; margin-right: 10px; }

.footer-social a i { font-size: 38px; width: 40px; height: 40px; color: #fff; text-align: center; line-height: 40px; display: block;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }

.footer-social a i:hover { color: #fff; text-decoration:none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.newsletter h4 { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #fff; margin: 0; }
.newsletter p { font-size: 11px; font-weight: 400; line-height: 12px; color: #999; margin: 0; width: 215px; }

.footer-gray-line p { font-size: 12px; line-height: 14px; color: #fff; width: 222px; }

/* footer-copyright styles */
.footer-copyright{
	float:left;
	font-size:10px;
	line-height:14px;
	font-weight:500;
	color:#fff;
	position: relative;
	top: 20px;
	margin-left: 20px;
}

.footer-copyright a {
	color: #fff;
	text-decoration: underline;
}
/* footer-links styles */
.footer-links{
	padding:0;
	margin: 0;
	list-style:none;
	float:left;
	position: relative;
	left: 15px;
	top: 15px;
}
.footer-links li{
	margin:0 0 0 10px;
	float:left;
	position:relative;
}
.footer-links li:after{
	content:'';
	position:absolute;
	top:7px;
	left:-5px;
	background:#fff;
	width:1px;
	height:11px;
}
.footer-links li:first-child{margin:0;}
.footer-links li:first-child:after{display:none;}
.footer-links a{ font-size: 10px; font-weight: 400; color:#fff;}
.footer-links a:hover{ text-decoration: underline; }
/* footer logo styles */
.footer-mdv-logo { float: right; margin-top: 10px; }
.footer-mdv-logo a { display: block; }
.footer-mdv-logo a i {
	font-size: 26px;
	color: #fff;
	padding: 2px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #595959; /* Old browsers */
	background: -moz-linear-gradient(top,  #595959 0%, #595959 50%, #212121 51%, #212121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(50%,#595959), color-stop(51%,#212121), color-stop(100%,#212121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #595959 0%,#595959 50%,#212121 51%,#212121 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #595959 0%,#595959 50%,#212121 51%,#212121 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #595959 0%,#595959 50%,#212121 51%,#212121 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #595959 0%,#595959 50%,#212121 51%,#212121 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
	border: 2px solid #212121; 
}

/* intro styles */
.intro { max-width: 1500px; height:600px; margin: 0 auto; position: relative; background-color: #000; }
.intro.high { height:800px; }
.intro.small { height: 250px; }
.image-intro {
	left: 50%;
    margin: 0 0 0 -750px;
    position: absolute;
    top: 0;
	color: #000;
	text-align: center;
}

/* .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 .why-icon i{
	padding: 0;
	margin:150px auto 0 auto;
	text-align: center;
	width: 100%; 
	font-size: 120px;
	display: block;
	color: #ee5222;
}
.intro.light .title {
	color:#6c6d70 !important;
}
.intro.med i{
	color: #fff !important;
}

.intro .title {
	text-align: center;
	font-size:50px;
	color: #fff;
	font-weight:lighter;
	line-height: 52px;
	float: left;
	text-transform: uppercase;
	margin:20px 0 0 0;
	font-weight: bolder;
	padding-left: 0px;
	border-left: 0px solid #ee5222;
	/*text-shadow: 0 0 5px #000;*/
}
.intro .title span { float: left; line-height: 36px; font-size: 30px; font-weight: lighter; text-transform: none; }
.intro.high .title span { margin-top: 15px; }

.intro .title-box {
	position: absolute;
	top:270px;
	left:0px;
	float: left;
	display: block;
	font-size:18px;
	color: #fff;
	font-weight:lighter;
	line-height:22px;
	margin:0px 0 0 0;
	padding:20px;
	width:100%;
	border-left: 0px solid #ee5222;
	background: rgba(0, 0, 0, .5);
	/*text-shadow: 0 0 5px #000;*/
}
.intro .title-box h1 {
	font-weight: lighter;

}
.intro .title-box h2 {
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}

.intro .title-box-2 {
	position: absolute;
	top:125px;
	left:0px;
	float: left;
	display: block;
	font-size:18px;
	color: #fff;
	font-weight:lighter;
	line-height:22px;
	margin:0px 0 0 0;
	padding:20px;
	width:100%;
	}

.intro .title-box-2 h1 {
	font-weight: lighter;
	font-size: 70px;

}
.intro .title-box-2 h2 {
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
}
/*.intro .title-box span { float: left; line-height: 36px; font-size: 30px; font-weight: lighter; text-transform: none; }
.intro.high .title-box span { margin-top: 15px; }
*/

.intro .title-box p {

}

/* TESTIMONIALS */

.testi-bk {
	position: absolute;
	left: 0;
	top: 0;
}

.testimonies-box {
	margin: 60px auto;
	display:block;
	height: 100%;
	overflow: hidden;
}

.testimony-box {
	float: left;
	width:100%;
	height:250px;
	margin:0px 0;
	position: relative;
	width: 33%;
}

.testimony-box .btn{
	position: absolute;
	bottom:20px;
	left: 50%;
	margin-left:-110px; 
	width: 60%;
	z-index: 1;
	height: 30px;
	font-size: 14px;
	line-height: 16px;
	display: block;
	float: left;
	padding: 10px;
	background: rgba(238,82,34, 1);
	color: #fff;
	font-weight: normal;
	text-align: center;
}
.testimony-box .btn:hover{
	background: #f1754e;
}
.is-testimonies textarea {
	height: 100px;
	padding: 10px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.original-review a{
	position: absolute;
	right: 0;
	top: 0;
	padding:5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background:#3b5998;
}
/* END TESTIMONIALS */


/* breadcrumb styles */
.breadcrumb{
	list-style:none;
	font-size:11px;
	line-height:14px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	overflow:hidden;
	position: absolute;
	top: 260px;
	margin:0px 0 0 0px;
	padding: 3px 10px;
	float: left;
	background: rgba(238, 82, 34, .8);

}
.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:#000;}
.breadcrumb a:hover{color:#ee5222;}
/* 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:#6c6d70;
	font-size:26px;
	font-weight:300;
	width:160px;
	margin:0;
	float:left;
	padding:0;
}

/* placeholder input styles */
.search-form input::-webkit-input-placeholder {color: #6c6d70;}
.search-form input:-moz-placeholder {color: #6c6d70;}
.search-form input::-moz-placeholder {
	color: #6c6d70;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.search-form input:-ms-input-placeholder {color: #6c6d70;}

/* views styles */
.views {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
.views li{
	float:left;
	margin: 0 1px;
}

/* bottom-pagination styles */
.bottom-pagination{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	margin:0;
	font-size:20px;
	line-height:50px;
	font-weight:normal;
}
.bottom-pagination li{
	float:left;
	margin: 0 1px;
}
.bottom-pagination a{
	display:block;
	text-align:center;
	color:#fff;
}
.bottom-pagination .active a{
	background:#ee5222;
	color:#fff;
}
.bottom-pagination a:hover{
	background:#ffae00;
	color:#fff;
}

/* Pagination buttons */
.module-details .tabset li a { width: 40px; height: 40px; line-height: 40px; float: none !important; margin: 0 auto !important; position: relative; 
	background: #ccc;
	-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 { width: 40px; height: 40px; line-height: 40px; float: none !important; margin: 0 auto !important; position: relative; 
	background: #ccc;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear; }


.bottom-pagination a:hover, .module-details .tabset li a:hover { text-decoration:none; color: #fff; background: #ee5222; }

/* Active */
.bottom-pagination .active a:hover { text-decoration:none; color: #fff; background: #ee5222; }

/* Views */
ul.views li a, .module-details .tabset li a { width: 80px; height: 50px; line-height: 50px; text-align: center; float: none !important; margin: 0 auto !important;
	position: relative; color: #fff; display: block; background: #ccc;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.views li a { width: 60px !important; }

ul.views li a:hover { text-decoration:none; color: #fff; background: #ee5222; }
ul.views li a i { font-size: 28px; text-align: center; line-height: 50px; }

.module-details .tabset a i { font-size: 32px; line-height: 50px;}

/* Active */
ul.views .active a, .module-details .tabset li a.active { background: #fff; color: #ee5222 !important; }
ul.views .active a:hover, .module-details .tabset li a.active:hover { text-decoration:none; color: #ee5222; background: #fff; }

/* -------------------------
result-holder 
----------------------------*/
.result-holder { padding:0; }
.module-filters{margin:0 0 26px;}

.filter-form{margin:0 0 50px;}
.filter-form select{
	width:100%;
	margin:0;
	padding:0;
	font-size:16px;
}
.filter-form .row{margin:0 0 2px;}
.filter-form .row:after{
	content:'';
	display:block;
	clear:both;
}
.filter-title{
	font-size:16px;
	line-height:22px;
	font-weight:normal;
	color:#6c6d70;
	display:block;
	margin:0 0 15px;
}
.filter-title span { font-size: 20px; position: relative; bottom: -2px; margin-right: 5px; }
.filter-title span i { position: relative; bottom: -2px; }
/* applied-filters styles */
.applied-filters{margin:0 0 27px;}
.applied-filters ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	font-weight: normal;
	line-height:16px;
}
.applied-filters ul li{margin:0 0 2px;}
.applied-filters ul a{
	display:block;
	background: #f1754e;
	border-left: 3px solid #ee5222;
	padding: 0 10px 0 15px;
	position:relative;
	color:#fff;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.applied-filters .disabled a{
	background:#ededed;
	border-color:#ddd;
	color:#6c6d70;
}

.applied-filters .disabled:hover a {
	color:#ffae00;
	border-color:#ffae00;
}

.inventory-sorting {

}

.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;
	float:left;
	margin: 0 1px;
}
#result-gallery .result-item:hover{
	background:#f9f9f9;
	color:#999;
}

.view-result .result-link:hover .result-zoom{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.module-details .img-arrow,
.view-result .result-arrow{
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	position:absolute;
	width:40px;
	height:40px;
	background:#000;
	top: 0;
	right:0;
	z-index:2;
}

.img-arrow.big { width: 60px; height: 60px; line-height: 60px; font-size: 40px; }

.module-details a:hover>.img-arrow,
.view-result .result-link:hover .result-arrow{background:#ffae00;}

.module-details .img-arrow{
	top:0;
	left:auto;
	right:0;
}

.grid_12.tophellowline { border-top: 2px solid #ffae00; }

.view-result .mpg{
	padding: 10px;
	position:relative;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	
}
#result-gallery .mpg {color:#fff;}

#result-gallery .result-link:hover .mpg { display: block; }

.view-result .mpg p{margin:0;}
.view-result strong{
	font-weight:300;
	font-size:26px;
	line-height:30px;
	display:block;
}

.result-item .model-info-detail table tr td { line-height: 18px; }

.view-result .info{
	padding:6px 0 5px 10px;
	margin:0;
	list-style:none;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
}
.result-item:hover .info li strong { } 
.view-result .info li{
	float:left;
	width:159px;
	padding:0 10px 3px 0;
}
.view-result .info li strong{
	display:block;
	font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#ee5222;
}
#result-list .result-item{
	margin:0 0 15px;
	padding: 0;
	background:#fff;
	height: 167px;
	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(238,82,34, .5);
    -pie-background: rgba (238,82,34, .5);
	behavior:url(pie/PIE.htc);
}
#result-simple .result-item:hover .thumb:after,
#result-list .thumb{
	width:222px;
	height: 167px;
	overflow: hidden;
	border: 0px solid red;
	float:left;
}
 
#result-simple .thumb img,
#result-list .thumb img{
	width:100%;
	height:auto;
}

#result-simple .result-arrow,
#result-list .result-arrow{
	top:0;
	right: 0;
	z-index:2;
}
#result-list .mpg {	float: right; position: relative; top: 20px; right: 20px; text-align: center; }
#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:20px 0 0 30px;
}
#result-list .info li{
	width:120px;	
	padding:0 50px 15px 0;
}
#result-simple .result-item{
	width:222px;
	float:left;
	margin:0 30px 30px 0;
}
#result-simple{margin:0 -30px 0 0;}
#result-simple .info,
#result-simple .mpg{display:none;}
/* bottom navigation styles */
.bottom-navigation{
	padding:0 0 10px;
	border-top: 0px solid #ee5222;
	margin-top: 10px;
}
/* result-breadcrumb styles */
.result-breadcrumb{
	float:left;
	padding:7px 0 0;
	width:250px;
	color:#fff;
}
.result-breadcrumb p{margin:0;}

/* vehicle-request styles */
.vehicle-request h2{
	width:300px;
	margin:0 30px 0 0;
}
.heading .text-holder{
	float:right;
	width:390px;
	font-size:12px;
	line-height:14px;
	font-weight:300;
	color:#6c6d70;
	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: "runda", arial , sans-serif;
	font-size:14px;
	font-weight: normal;
	line-height: 40px;
	display:block;
	background:#fff;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #cbcbcb;
	color:#999;
	margin:0 0 5px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height: 40px;
	
	outline:0px;
}
input[type="text"]:after { height: 20px; border-left: 2px solid #cbcbcb; }
textarea{
	width:100% !important;
	overflow: hidden;
	line-height: 18px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus { border-color: #ee5222; }

/* placeholder input styles */
.request-form input::-webkit-input-placeholder {color: #999;}
.request-form input:-moz-placeholder {color: #999;}
.request-form input::-moz-placeholder { color: #999;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.request-form  input:-ms-input-placeholder {color: #999;}
.request-form label{
	display:block;
	font-size:11px;
	line-height:14px;
	font-weight:900;
	text-transform:uppercase;
	color:#999;
}
.request-form label i { font-size: 10px; color: #000; }
.request-form label .mark-required{color:#ee5222;}
.request-form .submit-row{text-align:center;}

.request-form select{
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
}
/* module-details */
.module-details .detail-title{
	position:relative;
	color:#6c6d70;
	font-size:20px;
	line-height:30px;
	font-weight:normal;
	margin:0;
	padding: 5px 0 0;
	width: 500px;
}

.module-details .detail-title i { position: relative; bottom: -2px; }

.module-details .tabset:after{
	content:'';
	display:block;
	clear:both;
}
.module-details .tabset{
	margin:0;
	padding:0;
	list-style:none;
	float: right;
}
.module-details .tabset li { float: left; margin:0 1px; }
.module-details .tabset a {
	width:50px;
	background:#004495;
	position:relative;
	height:50px;
	line-height: 50px;
	padding: 0 !important;
}
/* details-column styles */
.details-column{
	float:left;
	width:277px;
	min-height: 398px;
	height: 605px;
	background:#6c6d70;
	padding:20px;
	border-left: 0px solid #ee5222;
	color: #ccc;
}
.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;
	
}
.detail-mpg{
	content:'';
	position:relative;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#6c6d70;
	margin-bottom: 14px;
}
.detail-mpg i {
	color: #ccc;
	font-size: 30px;
}
.detail-mpg p{margin:0;}
.detail-mpg strong{
	font-size:30px;
	line-height:36px;
	display:inline;
	font-weight:lighter;
	color: #fff;
}
.detail-info{
	padding:0;
	list-style:none;
	left: 0;
	bottom: 0;
	width: 280px;
}	
.detail-info li{
	padding: 8px 0;
	border-bottom:1px solid #595959;
	overflow:hidden;
}
.detail-info-title{
	font-size:11px;
	line-height:14px;
	font-weight:900;
	color:#ccc;
	float:left;
	text-transform:uppercase;
	margin:0;
	padding: 0;
	width:110px;
}
.detail-info .text{
	font-size:12px;
	font-weight: normal;
	line-height:16px;
	color:#fff;
	float:left;
	width:127px;
	padding: 0;
}
.module-details .tab-content{
	float:left;
	width:658px;
}
.module-details .tab-content img{vertical-align:top;}
.module-details .carousel{overflow:hidden;}
.module-details .carousel .slide-pagination-next,
.module-details .carousel .slide-pagination-prev{top:46%; background-color: rgba(108, 109, 112, .5); -pie-background-color: rgba(108, 109, 112, .5); behavior:url(pie/PIE.htc); }
.module-details .carousel .mask{overflow:hidden;}
.module-details .carousel .slide{width:658px;}
.intro .open-close,
.module-details .carousel .open-close{
	position:absolute;
	right:0;
	z-index:2;
	bottom:0;
}
.intro .open-close .opener,
.module-details .carousel .open-close .opener{
	float:right;
	font-size:14px;
	line-height:16px;
	font-weight:900;
	text-transform:uppercase;
	color:#fff;
	padding:12px 24px 12px 48px;
	background:#ffae00;
	position:relative;
}
.details-holder{padding-bottom:30px; background:#fff;}

.intro .open-close .slide-box,
.module-details .carousel .open-close .slide-box{
	background: rgba(0, 14, 49, .9);
	-pie-background: rgba(0, 14, 49, .9);
	behavior:url(pie/PIE.htc);
	border-top:2px solid #ffae00;
	font-size:14px;
	line-height:16px;
	color:#fff;
	padding:18px 20px;
	float:left;
}
.module-details .carousel .open-close .slide-box{padding:18px 20px}
.module-details .carousel .open-close .slide-box p{margin:0;}

.slide-box .slide-holder{
	overflow:hidden;
	padding:0 0 22px;
}
.content-gallery .slide-box .slide-holder{padding:0 0 16px;}
.open-close .slide-footer{
	height:18px;
	display:block;
	overflow:hidden;
}
.intro .open-close .slide-box .close:after,
.module-details .carousel .open-close .close:after{display:none;}
.intro .open-close .slide-box .close:hover,
.intro .open-close.active .slide-box .close,
.module-details .carousel .open-close.active .close{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.section .heading.toggle { margin-bottom: 20px;
background: #002172; /* Old browsers */
background: -moz-linear-gradient(left,  #002172 0%, #007fcf 50%, #002172 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#002172), color-stop(50%,#007fcf), color-stop(100%,#002172)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #002172 0%,#007fcf 50%,#002172 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #002172 0%,#007fcf 50%,#002172 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #002172 0%,#007fcf 50%,#002172 100%); /* IE10+ */
background: linear-gradient(to right,  #002172 0%,#007fcf 50%,#002172 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002172', endColorstr='#002172',GradientType=1 ); /* IE6-9 */
-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.3);
behavior:url(pie/PIE.htc);
}

.toggle-bg { width: 448px; height: 90px; float: left; background: #000; overflow: hidden; }

.module-models-cars .heading { border: none; float: left; margin-bottom: 95px; }
.models-scion .heading { margin-bottom: 55px; }
.module-testimonies .heading{border:none;}

.detail-specs .heading .text-holder{
	width:500px;
	padding-top:28px;
}

.detail-specs .info-area{padding: 0 0 120px 0; }
.vehicle-features h3{
	font-size:26px;
	line-height:42px;
	font-weight:lighter;
	color:#ccc;
	height: 42px;
	text-transform:uppercase;
	text-align: left;
	padding-left: 15px;
	border-top: 0px solid #ee5222;
	border-left: 0px solid #ee5222;
}

.is-sitemap .detail-specs h3 { color: #6c6d70; 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 { height: 200px; font-size: 150px; line-height: 200px; text-align: center; color: #333; display: block; margin: 0 auto; }

.info-links{
	padding:10px 0 0;
	margin:0 0 -15px;
	list-style:none;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	overflow:hidden;
}

.info-links li{
	padding:0 0 10px 15px;
	position:relative;
	color: #999;
}
.info-links a {color:#6c6d70; } .info-links a:hover { color: #ee5222; }


/* module-similar styles */
.module-similar .carousel{padding: 0 50px 0 80px;}
.about-employees .carousel{padding: 0 0 50px 0;}

/* slide-box styles in the intro  */
.intro .slide-box{
	color:#fff;
	font-size:14px;
	line-height:24px;
	font-weight:500;
}
.intro .slide-box p{margin:0 0 10px 0;}
.intro .slide-box h2{
	color:#fff;
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	margin:0 0 20px;
}
/* contact-buttons styles */
.contact-buttons{
	padding:0;
	margin:0 0 27px;
	list-style:none;
	overflow:hidden;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	font-weight:300;
}
.contact-buttons li{
	float:left;
	margin:0 10px 0 0;
}
.contact-buttons a{
	border:2px solid #898987;
	border:2px solid rgba(255,255,255,0.4);
	display:block;
	padding:10px 9px 10px 38px;
	position:relative;
	color:#fff;
}
.contact-buttons a:hover{border-color:#fff;}
/* contact-directions styles */
.contact-directions{padding: 0 0 50px 0; overflow: hidden; }
.contact-directions-column{
	font-size:14px;
	line-height:16px;
}
.contact-directions-column p{margin:0;}
.contact-directions-buttons{
	padding:16px 0 0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:16px;
	font-weight:300;
	text-transform:uppercase;
}
.contact-map{
	height: 300px;
	margin:0 0 20px 0;
	position:relative;
	border-bottom: 3px solid #ee5222;
}

.contact-map .btn-map{
	position:absolute;
	top:0px;
	right:0px;
	background:#ee5222;
	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; text-transform: uppercase; }

.contact-info .info-area{padding: 0 0 50px 0; overflow: hidden; }
.contact-info .schedule-box{
	margin:0 0 31px;
	background:#999;
	overflow:hidden;
	position:relative;
}
.contact-info  .schedule-title{
	text-align:center;
	color:#fff;
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg);
	position:absolute;
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:bold;
	width:197px;
	height:34px;
	top:44%;
	left:-57px;
}
.contact-info .schedule{
	padding:0 0 0 84px;
	margin:0;
	list-style:none;
	width:390px;
	font-size:12px;
	line-height:14px;
	color:#fff;
	text-transform:uppercase;
	background: #ffae00;
}
.contact-info .schedule li{
	margin:0 0 1px;
	background:#000;
	padding:30px 20px 20px;
}

.contact-column { overflow: hidden; margin: 25px 0; padding-top: 10px; }

.contact-info .schedule p{margin:0;}
.contact-info .work-time,
.contact-column .work-time{
	font-size:54px;
	line-height:30px;
	font-weight:300;
	color:#6c6d70;
	display:block;
	text-transform: uppercase;
}

.contact-column .work-time { font-size: 26px; }

.contact-info .work-time sup,
.contact-column .work-time sup{
	font-size:12px;
	line-height:12px;
	position:relative;
	top:-12px;
	vertical-align:baseline;
}
.contact-info .email-box,
.contact-info .fax-box,
.contact-info .phone-box,
.contact-column .phone-box{
	padding:0;
	position:relative;
	float: left;
	margin: 20px 0;
	border-left: 3px solid #ee5222;
}

.contact-info .email-box .email,
.contact-info .fax-box .fax,
.contact-info .phone-box .phone,
.contact-column .phone-box .phone{
	padding: 0 20px;
	display:block;
	font-size:12px;
	line-height:14px;
	color:#6c6d70;
	text-transform: uppercase;
}
.contact-info .email-box .email{text-transform:none;}
.contact-info .email-box .email strong,
.contact-info .fax-box .fax strong,
.contact-info .phone-box .phone strong,
.contact-column .phone-box .phone strong{
	font-size:26px;
	line-height:30px;
	font-weight:300;
	display:block;
}

.is-contact-us .phone-box strong, .is-contact-us .fax-box strong{ font-size: 40px !important; }

.contact-column .email strong, .contact-column .fax strong, .contact-column .phone strong { font-size: 30px; }

.contact-info .email-box p,
.contact-info .fax-box p,
.contact-info .phone-box p,
.contact-info .schedule p { color: #6c6d70; margin: 0px 0 0; font-size: 14px; font-weight: bold; }

.email-box span,
.fax-box span,
.phone-box span,
.schedule span { color: #ccc; display: block; margin: 30px 0 0; font-size: 20px; font-weight:lighter; }


/* module-offers styles */
.module-offers .carousel{padding: 30px 30px; width: 960px; overflow: hidden; }
.module-offers .carousel .slide-pagination-prev,
.module-offers .carousel .slide-pagination-next{
	margin:0;
	top:41%;
}
.module-offers .carousel .slide-pagination-prev {
	left: 0;
}

/* 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 #ee5222;
}
.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 #6c6d70;
	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: #ee5222; }

.calculator-form input::-webkit-input-placeholder {color: #6c6d70;}
.calculator-form input:-moz-placeholder {color: #6c6d70;}
.calculator-form input::-moz-placeholder {
	color: #6c6d70;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.calculator-form input:-ms-input-placeholder {color: #6c6d70;}
.calculator-content select{
	float:left;
	margin:0;
	padding:0 ;
	width:301px;
	font-size:18px;
	font-weight:500;
	color:#6c6d70;
}
/* about-info styles */
.about-info-holder{
	position:relative;
}

.about-info .content h2 { font-size: 48px; font-weight: lighter; line-height: 42px; color: #fff; margin: 30px 0 20px 0; }
.about-info .content p.intro-text { font-size: 16px; font-weight: normal; line-height: 24px; text-align: justify; color: #999; }

.about-info-holder:after{
	content:'';
	display:block;
	clear:both;
}
.about-images-holder img {
	display:block;
	margin: 35px auto 25px;
}
.about-info .intro-text{
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	margin:-4px 0 33px;
	color: #6c6d70;
}
.about-info p{margin:0 0 25px; color: #999; }
/* about-testimonies styles */
.about-testimonies .slideshow blockquote{
	padding:37px 50px 76px;
}
.about-info a { color: #ee5222;}
.about-info a:hover { color: #000;}

.slide-button .open-close-button{position:relative;}
.slide-button .slide-box-button{
	position:absolute;
	bottom:100%;
	right:0;
	margin:0 0 9px;
	width:336px;
	background:#444;
	font-size:11px;
	line-height:14px;
	color:#999;
	border-radius: 3px;
	-pie-border-radius: 3px;
	behavior:url(pie/PIE.htc);
	z-index:20;
	overflow:visible;
}
.section.module-testimonies .tab-content .slide-button .slide-box-button{background:#222;}
.section.module-testimonies .tab-content .slide-button .slide-box-button:after{border-top-color:#222;}
.slide-button .slide-box-button:after{
	content:'';
	position:absolute;
	top:100%;
	right:60px;
	margin:0 0 0 -10px;
	border: solid transparent;
	border-width:10px 9px 0;
	border-top-color:#444;
}
.slide-button .slide-box-button .frame{padding:11px 17px 17px;}
.slide-button .slide-box-button .frame:after{
	content:'';
	display:block;
	clear:both;
}

.slide-button .slide-box-button .opener-button:after{display:none;}
.slide-box-title{
	font-size:26px;
	line-height:32px;
	font-weight:300;
	display:block;
	margin:0 0 2px;
}
.slide-button .slide-box-button input[type="text"],
.slide-button .slide-box-button input[type="tel"],
.slide-button .slide-box-button input[type="email"],
.slide-button .slide-box-button input[type="url"],
.slide-button .slide-box-button input[type="password"],
.slide-button .slide-box-button input[type="search"],
.slide-button .slide-box-button textarea{background:#f8f8f8;}
.slide-button .slide-box-button .row{
	width:100%;
	padding:0 0 8px;
}
.slide-button .slide-box-button .row:after{
	content:'';
	display:block;
	clear:both;
}
button[type="submit"].btn-send{
	display:block;
	width:30px;
	height:30px;
	margin:0;
	padding:0;
	border:2px solid #fff;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	transition: border-color .3s ease-in-out;
}
button[type="submit"].btn-send:hover{
	border-color:#d00;
}
.captcha-field{position:relative;}
.captcha-field:after{
	content:'';
	display:block;
	clear:both;
}
.captcha-field input[type="text"]{padding-right:133px;}
.captcha-number{
	top:2px;
	bottom:2px;
	right:0;
	position:absolute;
	width:111px;
	padding:0;
	background:#aaa;
	font-size:20px;
	line-height:36px;
	color:#dfdfdf;
	text-align:center;
	text-transform:uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha-number:after{
	content:'';
	position:absolute;
	right:100%;
	border:1px solid transparent;
	border-width:18px 19px 18px 0;
	border-right-color:#aaa;
}
.thumbnails .slide-button-button .open-close-button.active > a { background-color: #d00; }
/* about-employees styles */
.about-employees-link{
	background:#fff;
	display:block;
}

.about-employees-text{
	background-color: rgba(108, 109, 112, .8);
	-pie-background-color: rgba(108, 109, 112, .8);
	behavior:url(pie/PIE.htc);
	overflow:hidden;
	padding: 10px 15px;
	position:relative;
	position: absolute;
	bottom: 0;
	text-align: left;
}

section#managers .about-employees-text { border-left: 4px solid #ee5222; }

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: #ee5222; z-index: 10; }

.about-employees-info{
	float:left;
	color:#fff;
	font-size:14px;
	line-height:16px;
	font-weight: 100;
	width: 100%;
}
.about-employees-info .name{
	display:block;
	font-size:16px;
	line-height:20px;
	font-weight: 600;
	color:#fff;
}

a.icon-plus { font-size: 52px; font-weight: 300; text-align: center; line-height: 58px; color: #fff; background: #ffae00; 
height: 58px; width: 58px; position: absolute; top: 4px; right: 4px; display: none; }

.about-employees-slide:hover a.icon-plus { display: block; }

/* about-team styles */
.about-team .carousel .img-col{
	float:left;
	width:415px;
}
.about-team .carousel .img-col:first-child{margin-right:5px;}
.about-team .carousel .img-col.big{width:558px;}
.about-team .carousel .img-col img{
	display:block;
	width:100%;
	height:auto;
	margin:0 0 6px;
}
.about-team .carousel .mask { width: 900px; }
.about-team .carousel .slide { width: 296px; margin: 2px; }

.about-team .carousel .slide a:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: opacity .3s ease-in-out, box-shadow .3s ease-in-out;
}
.about-team .carousel .slide a:hover:after{
	box-shadow: 0 0 120px rgba(255,255,255, 0.8) inset;
	box-shadow: 0 0 120px rgba(255,255,255, 0.8) inset;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.about-team .carousel .slide a:hover .zoom{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}
.date-field{position:relative;}
.date-field:after{
	content:'';
	display:block;
	clear:both;
}
.date-field .ui-datepicker-trigger,
.date-field .btn-date{
	font-size: 26px;
	position:absolute;
	right:0;
	top:0;
	text-align:left;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
	width:38px;
	height:38px;
	line-height: 38px;
	background-color: #fff;
	color: #ee5222;
	text-align: center;
}

.date-field .btn-date{display:none;}
.photo-column { position: absolute; right: 0; bottom: 0; }
.photo-column img { position: relative; top: 8px; }
.intro .slide-box .text-block{overflow:hidden;font-size:14px;line-height:24px;font-weight:500;}
.contact-column .phone-box{
	padding:0;
	margin:0 0 2px;
	background:none;
	position:relative;
	z-index:2;
}
.contact-column .phone-box:before{
	content:'';
	position:absolute;
	left:0;
	z-index:-1;
	top:0;
	width:63px;
	height:100%;
}
.contact-column .phone-box { margin-bottom: 25px; } 

.contact-column .phone-box p { font-size: 12px; margin: 10px 0 0 0; }
.contact-column .phone-box h2 { font-size: 22px; font-weight: bold; line-height: 32px; text-transform: uppercase; margin: 0 0 15px; }
.contact-column .phone-box h2 i { font-size: 32px; line-height: 32px; float: left; margin-right: 10px; }

/*.module-used-cars-link { height: 325px; }*/

/* ---------------------------------------------------------
   4. Сustom form styles
   ---------------------------------------------------------*/
/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important;
}
/* custom radio styles */
.rad-area {
	border: 3px solid #fff;
	border-radius: 100%;
	margin: 0 21px 0 0;
	float: left;
	background:#000;
	width:21px;
	height:21px;
	behavior:url(pie/PIE.htc);
	position:relative;
}
.rad-checked:after{
	content:'';
	position:absolute;
	top:5px;
	left:5px;
	background:#ee5222;
	width:11px;
	height:11px;
	border-radius: 100%;
	behavior:url(pie/PIE.htc);
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	cursor: default;
	height: 40px;
	margin-bottom: 5px;
	float: left;
	color: #999;
	background:#fff;
	border: none;
	width:100%;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom:2px solid #cbcbcb;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.request-form .select-area { width:100% !important; }

.select-area:focus { border-color: #ee5222; }
.select-area .center {
	white-space: nowrap;
	line-height:39px;
}

.module-quicksearch .select-area {
	width: 160px !important;
	height: 40px;
	background:none;
	margin: 0 10px 0 0;
}

.module-quicksearch .select-area .center {
	white-space: nowrap;
	background-color: #fff;
	width: 130px;
	height:40px;
	font-size:14px;
	line-height:40px;
	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: #ee5222; }

.calculator-form .select-area .center { margin-left: 15px; }

.module-quicksearch  .select-area .select-opener {
	background: #fff;
	position: absolute;
	width:40px;
	height:40px;
	right: 0;
	top: 0;
}
.select-area .select-opener {
	position: absolute;
	width:38px;
	height:38px;
	right: 0;
	top: 0;
	cursor:pointer;
	font-size: 24px;
	color: #ee5222;
	text-align: center;
	line-height: 45px;
}

.calculator-form .select-active .select-opener:before{display:none;}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #ddd;
	z-index: 2000;
}

.select-active { border-color: #ee5222; }

.drop-filters-select,
.drop-search-select{
	background:none;
}
.select-options .drop-holder {
	border:2px solid #ee5222;
	overflow: hidden;
	height: 1%;
}
.drop-filters-select .drop-holder,
.drop-search-select .drop-holder{
	border:1px solid #ededed;
	background:#ddd !important;
}
.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 #f1754e;
	display: block;
	cursor: default;
	color: #fff;
	font-weight: bolder;
	height: 1%;
	background:#ee5222;
	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 #f1754e;
	background:#ee5222;
	color: #fff;
	font-weight: bolder;
}
.select-options .item-selected a {
	text-decoration: none;
	background:#f1754e;
	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: #ee5222;
	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;*/
}


/* .thumbnails .slide-pagination */
.thumbnails.not-enough-slides .slide-button .prev,
.thumbnails.not-enough-slides .slide-button .next{}
.header-fixed .header-wrap{
	width: 100%;
	margin: 0 auto;
	position:fixed;
	top:0;
	height: 78px;
	background:url(../img/header-bg.png) no-repeat center bottom;
	/* -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.3); */
}
/* @media screen and (-webkit-min-device-pixel-ratio:0) { 
  .header-fixed .header-wrap{ display: none;} 
} */

#menu .drop-tabset{
	overflow:hidden;
	width:768px;
	height: 40px;
	line-height: 40px;
	margin:0 0 0px;
	padding: 0;
	border: 0px solid yellow;
	z-index: 4 !important;
	position: relative;
}
#menu .drop-tabset .active{color:#ee5222;}

/*#menu .drop-tabset.inventario { margin: 40px 0 13px !important; }*/

/* .drop-first-level{margin-top:0 !important;}
.drop-slide-wrapper{display:block !important;} */
#menu .drop-first-level .tab-content ul li{
	margin:0 2px 0 0; 
	float:left;
}
#menu .tab-content ul{
	overflow:hidden;
	padding:0;
	margin-bottom: 0px;
}
#menu .tab-tabset a{
	padding:6px;
	display:block;
}
#menu .tab-content{
	overflow:hidden;
	width:auto;
	border-top:1px dotted #003981;
	width:940px;
	padding:2px 0 0;
}


/* main menu styles */
.header-menu-open{
	display:block;
	font-size:13px;
	font-weight:bolder;
	color:#6c6d70;
	text-transform:uppercase;
	text-align:center;
	margin: 0 20px 0 0;
	position:relative;
	height: 97px;
	line-height: 97px;
	border-top: 3px solid transparent;
}

.header-menu-open.last { margin-right: 0 !important; }

.header-menu-open:hover, .header-menu-open.active, .header-menu-open.active i { color: #ee5222; border-color: #ee5222; }

/* header links styles */
.header-links{
	float:left;
	text-transform:uppercase;
	padding:0;
	margin:0 -2px 0 0;
	list-style:none;
	font-size:18px;
	line-height:20px;
	border-right:1px solid #fff;
	position:relative;
	z-index:11;
}
.header-links a{
	display:block;
	width:181px;
	height:132px;
	text-align:center;
	position:relative;
	color:#fff;
}
.header-links a:hover{color:#f00;}
.header-links li{
	float:left;
	border-left:1px solid #fff;
}
.header-links img{
	vertical-align:top;
	opacity:0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.header-links a:hover img{opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.header-links .holder{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	z-index:1;
	padding:81px 10px 0;
}
.header-links .holder [class*="icon"]{
	position: absolute;
	top:31px;
	left:50%;
	font-size:42px;
	margin:0 0 0 -24px;
}
.header-links .header-location .holder [class*="icon"]{
	font-size:47px;
	margin:0 0 0 -16px;
	top:28px;
}
.header-links .header-chat .holder [class*="icon"]{
	font-size:49px;
	top:27px;
	margin:0 0 0 -31px;
}
.header-links .holder-hover{
	background:rgba(2,56,116,0.8);
	-pie-background:rgba(2,56,116,0.8);
	behavior:url(pie/PIE.htc);
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	padding:5px 3px 8px;
	font-size:10px;
	line-height:12px;
	color:#75d0ff;
	text-transform: none;
}
.header-links .holder-hover p{margin:0;}
.header-links .holder-hover .text-upper{text-transform:uppercase;}
.header-links .holder-hover,
.header-links a:hover .holder{opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.header-links a:hover .holder-hover{opacity:1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.header-menu{
	position:relative;
	top: 0px;
	z-index: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: -276px !important; }
.header-fixed .popup.inventory ul.sub-menu.header-menu-slide.slide { left: -248px !important; }

.header-fixed .header-menu-open {margin: 0 12px; }

.header-menu-slide { width: 306px; /*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)";
	z-index:-10;
}

.header-menu .slide .popup-active .slide{height:auto; /*width: 672px*/}

.header-menu.popup-active>.slide{
	top:100%;
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	overflow: visible;
	height:auto;
}
.header-menu .opener{z-index:1;}
.header-menu-slide>li{border-bottom:1px solid #041d5e;}
.header-menu-slide li>a{
	display:block;
	padding: 20px;
	text-decoration:none;
}
.header-menu-slide>li>a {
	color:#fff;
	background:#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:#e8e8e8;
}
.header-menu .popup-active .slide .sub-menu{
	background:#e8e8e8;
	width:181px;
	height:auto;
}
.header-menu .sub-menu>li{
	margin:0;
	border:solid #f1754e;
	border-width:0 0 1px 0;
}
.header-menu-slide .sub-menu>li>a{padding-right:4px;}
.header-menu .sub-menu a:hover,
.header-menu .sub-menu a{
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	background:#ee5222;
	outline: none;
}

.header-menu-slide > li > a i { 
	float: left;
    font-size: 24px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    top: -5px ;
    border:0px solid lime;
}

.header-menu-slide > li > a i.icon-brand-logo-scion { font-size: 30px !important; width: 50px; margin-top: -3px !important;  }
.header-menu-slide > li > a i.icon-calculator { width: 25px; }

.header-menu .sub-menu .popup-active>.opener,
.header-menu .sub-menu a:hover{
	background:#f1754e;
	color:#fff;
	outline: none;
	border-color: #ee5222;
}

.header-menu .sub-menu a { border-left: 3px solid transparent; }

.header-menu .image-list a { border-left: none; }
.header-menu .image-list a:hover { border-color: #ee5222; }

.header-menu-slide .slide, ul.sub-menu.header-menu-slide.slide { display: none !important; }
.header-menu .slide .slide .slide{
	background:#fff;
	width:0;
	overflow:hidden;
}

.popup-active ul.sub-menu.header-menu-slide.slide { display: block !important; }

.header-menu .slide .popup-active .slide { height:auto; width: 672px; display: block !important;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.3); }

.popup ul.links-list { display: none !important;}
.popup-active ul.links-list { display: block !important; }

.header-menu .slide .slide .popup-active .slide{width:365px;}
.header-menu .image-list{
	padding:0;
	margin:0;
	list-style:none;
	overflow:hidden;
	min-height: 450px;
}
.header-menu .image-list img{
	vertical-align:top;
	margin:0 0 7px;
} 

.image-list a { position: relative; border-bottom: 3px solid transparent; border-top: 3px solid transparent; }
.image-list a:hover { border-color: #ee5222; }

.image-list a i.icon-expand { font-size: 18px; position: absolute; padding: 5px; top: 0; right: 0; color: #fff; background: #ee5222;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.image-list a:hover i.icon-expand {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

figure img { 
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.image-list a:hover figure img { opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.header-menu .image-list li{
	width:167px;
	height:140px;
	float:left;
	border:solid #333;
	border-width:0 1px 1px 0;
}
.header-menu .image-list a:hover,
.header-menu .image-list a{
	background:#222;
	display:block;
	height:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 10px 10px;
	z-index: 10;
}
figure { text-align: center; }
figcaption { text-align: center; }
.header-menu .image-list .name{
	display:block;
	font-size:14px;
	font-weight:900;
	color:#fff;
}
.header-menu .links-list{
	font-size:14px;
	text-transform: none;
	margin:0;
	list-style:none;
	overflow:hidden;
	padding: 15px 20px;
}
.header-menu .image-list .mpg { display:block; font-size: 12px; font-weight: normal; color: #888; }
.header-menu .image-list .mpg [class*="icon"] {font-size: 10px; }
.header-menu .sub-menu a:hover .mpg { color: #fff; }

.header-menu .links-list a{
	color: #999;
	background:none;
	padding: 5px 0;
}

.header-menu .links-list a [class*="icon"] { color: #ee5222; 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: 5; }
.menu-banner a { float: left; display: block; background: none !important; border: none !important; }



/*---------- NATANAEL'S STYLE ----------- */
.accessibility { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }
a { outline: none !important; }
/* Backgrounds */
#header { 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: #ee5222; }

.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; }


#privacy .container_12 { background: #fff; padding: 0 0 40px 0; }

span.follow { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #6c6d70; 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: #6c6d70; }
.text-block p { font-size: 14px; line-height: 20px; text-align: justify; color: #888; }

.breadcrumb, .share, .title { position: relative; z-index: 10; }

h2.interest { width: 317px; height: 55px; position: absolute; left: 0; margin: 0; font-weight: 300; line-height: 55px; text-align: center; color: #fff;
background: #333; border-left: 3px solid #fff; }
h2.interest a { display: block; color: #fff; }

.header-chat { width: 80px; height: 120px; position: fixed; right: 0; top: 150px !important; }

/* filter-form styles */
.filters .select-area { height: 40px; margin-bottom: 2px; border: none; border-left: 3px solid #ee5222; background: #e9e9e9; }
.filters .select-area .center { font-size: 16px; color: #999; height: 40px; line-height: 40px; padding: 0 15px; }
.filters .btn-more { margin-bottom: 10px; width: 177px; }

.select-filters-select.select-area.select-disabled { opacity: .3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

.filters .select-area .select-opener { width: 40px; color: #ee5222; 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: transparent; }
/*.main-carousel .slide {
	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;

}
.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: 198px; float: left; text-align: center; }
.slide .model-box span.btn-more { float: none !important; display: inline-block !important; margin-top: 15px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
 }
.slide .model-box:hover span.btn-more { background: #f1754e;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.slide .model-box span.model { width: 100%; display: block; font-size: 22px; margin-top: 15px; }
.slide .model-box span.mpg-info { width: 100%; display: block; font-size: 20px; font-weight: 300; margin-top: 10px; }

/* Brands tabs */
.brands-tabs ul { float: left; padding: 0; margin: 40px 0; }
.brands-tabs ul li { float: left; margin-right: 10px; list-style: none; }
.brands-tabs ul li a { width: 150px; height: 40px; position: relative; float: left; font-size: 18px; font-weight: bold; text-transform: uppercase; line-height: 40px; text-align: center;
color: #fff; background: #6c6d70; 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: #ee5222; 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 #ee5222;
}
/* Home information maps and directions */
.directions-details { width: 270px; margin: 30px 0 0 15px; float: left; }
.directions-details h4 { margin: 0; }
.directions-details a { font-size: 12px; line-height: 14px; color: #fff; }
.directions-details a:hover { color: #000; }
.map-and-directions .grid_8 { text-indent: -9999px; }

/* Inventory */
#result-gallery .result-link { display: none !important; }
#result-gallery .module-image-holder { height: 100% !important; margin-bottom: 2px; /* border-left: 1px solid #ddd; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd;*/ }
#result-gallery .module-used-cars-link { height: auto !important; }
#result-gallery .module-image-holder img { display:block; height: auto; width: 100%;}
#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; bottom: 0px; 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: #6c6d70; }

.filter-links-holder a { display: block; font-weight: normal; color: #999; padding: 0 10px; border-left: 2px solid transparent; }
.filter-links-holder a:hover { color: #ee5222; border-color: #ee5222; }

.pagination-bg { overflow: hidden; margin-bottom: 35px; background: #f0f0f0; border-bottom: 0px solid #ee5222; }

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; }

.details-column-title.marca { font-weight: bold; color: #ccc; text-transform: uppercase; display: block; }
.details-column-title.modelo { font-size: 36px; font-weight: lighter; color: #fff; text-transform: uppercase; display: block; }

#result-gallery .result-item {
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

#result-gallery .result-item .model-info-detail, #used-cars .model-info-detail, #similar .model-info-detail { top: 80px; }

#result-simple .result-item { border-top: 3px solid transparent;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#result-simple .result-item:hover { border-color: #ee5222;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

#result-list .result-item { border-top: 2px solid #e0e0e0;
	-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: #ee5222;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

/* Quicksearch */
.quicksearch-fix { position: absolute; bottom: 0; z-index:10; margin-left: 80px; }
.quicksearch h3 { 
	margin:0; 
	font-size: 14px; 
	font-weight:bold;
	line-height: 30px;
	text-align: left;
	color: #fff;
	text-transform: uppercase; 
	position: relative;
	padding-left: 33px; 
}
.quicksearch .select-disabled { opacity: .5; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
.quicksearch .select-opener { background: none !important; }
.quicksearch i {position:absolute;left:0; top: 2px; margin:0 0px 0 0;font-size: 26px; font-weight: bolder;}

button.search { width: 70px; height: 40px; cursor: pointer; background-color: #ee5222; border: 2px solid transparent; position: relative; }
button.search i { width: 65px; font-size: 25px; color: #fff; display: block; text-align: center; line-height: 30px; }
button.search:hover { background-color: #f1754e; border-bottom: 2px solid #ee5222; }
/*button.search i { text-align: center; font-size: 30px; height: 40px; line-height: 40px !important; margin-right: 5px; }*/

/* Icomoon */
.header-social a i { width: 26px; height: 26px; font-size: 30px; line-height: 26px; color: #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: #ee5222;
	-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: 55px; float: left; font-size: 26px; line-height: 55px; 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: #ee5222; }
.quicksearch .select-opener i { width: 40px; height: 40px; display: block; line-height: 40px; float: left; font-size: 20px; text-align: center; color: #444; }
a.search { width: 36px; height: 31px; float: left; position: relative; top: 18px; left: 10px; border: 2px solid #fff; 
	-pie-background-color: rgba(108, 109, 112, 0.2); background-color: rgba(108, 109, 112, 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(108, 109, 112, 0.8); -pie-background-color: rgba(108, 109, 112, 0.8); behavior:url(pie/PIE.htc); }
.directions-details .icon-map { position: absolute; left: 90px; bottom: 25px; font-size: 150px; opacity: .3; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

.header-menu-open i { font-size: 14px; color: #000; margin-right: 3px; position: relative; top: 1px; }
.header-menu-open:hover i { color: #ee5222; }

.icon-box { position: absolute; left: 25px; top: 25px; }
.icon-box.top100 { top: 100px; }
.icon-box i { font-size: 90px; color: #fff; opacity: .1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.icon-box.dark i { color: #ccc; }
.icon-box i.icon-inventory { font-size: 70px; }

/* Section headings */
.section-heading h2, .section-heading h3 { display: block; color: #fff;}
.about-info-holder .section-heading h2, .about-info-holder .section-heading h3 { display: block; color: #000;}

.section-heading h2 { font-size: 50px; font-weight:bold; line-height: 52px; margin: 60px 0 20px 0;}
.section-heading h2 strong { font-weight: 500; }
.section-heading.mt { padding-top: 60px !important;}
.section-heading.mt2 { padding-top: 40px !important;}
.section-heading .bigtitle {text-transform: uppercase;}

.section-heading.dark h2, .section-heading.dark h3 { color: #444; }
.section-heading.dark h2 { font-size:40px;  }
.section-heading.dark h2.aling-left, .section-heading h2.aling-left { position: relative; left: 0px; }

.section-heading h3.subtitle { font-size: 26px; font-weight: 100; line-height: 32px; }
.section-heading.dark h3.subtitle { font-size: 26px; line-height: 30px; }
.section-heading h3.subtitle span { color: #ee5222; }
.section-heading h3.subtitle strong { font-weight: 600; }

section p { font-size: 18px; font-weight: normal; color: #999; }
section p strong { font-size: 20px; font-weight: 600;  }

.dark.center { float:left; text-align: center; }
.dark.center.nopadd h2{ padding: 0; margin: 0 }
.dark.center.nopadd h3{ padding: 0; margin: 0 0 20px 0; }

section#managers h2, section#team h2{ font-size: 60px; }
section#about-us h3.subtitle, section#managers h3.subtitle, section#information.detail-specs h3.subtitle { font-size: 26px; }
section#about-us a { color: #eee; } section#about-us a:hover { color: #ee5222; }


section#testimonies h2 {
	margin: 0;
	padding:25px 0 10px 0;
}
section#testimonies h3.subtitle { 
	text-align: center;
	color: #ffcc99;
	font-size: 26px;
	font-weight:lighter;
	margin: 0 0 15px 0; 
	padding: 0;
}

/*section#trade-in .section-heading h2 { font-size: 64px; }*/

/* Section Overlay Images/icons */
.financing-overlay-png { position: absolute; top: -46px; left: 20px; }
.trade-in-overlay-png { position: absolute; top: -46px; right: 115px; z-index: 10; }
.slideshow-overlay { left: 50%; margin: 0 0 0 -750px; position: absolute; bottom: 0; min-width: 1500px; max-width: 978px; height: 100px;
background: url(../img/slideshow-doble-shadow.png) top center no-repeat; z-index: 5; }

.slide-model-detail { height: 100px; position: absolute; bottom: 0px; 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 { display: none; font-size: 20px; line-height: 21px; font-weight: bolder; text-align: left; color: #fff; float: left; }
.slide-request-section-text-box span {width: 300px;margin-right: 10px; display: block; margin-top: 25px; float: left;}
/*.slide-request-section-text-box .btn-more { float: left; margin-top: 29px;}*/

.grid_3.mpg-box { text-align: right; }
.grid_3.mpg-box .btn-more { float: right; }
.slideshow-model-mpg { margin: 0; font-size: 48px; font-weight: lighter; color: #fff; line-height: 80px; }
.slideshow-model-mpg i { position: relative; top: 5px; margin-right: 6px; }

.gallery-button { width: 6%; height: 100px; margin: 0 47%; position: absolute; bottom: 0; font-size: 14px; font-weight: bold; text-transform: uppercase;
text-align: center; line-height: 16px; color: #fff; }
.gallery-button span { font-size: 12px; font-weight: normal; }
.gallery-button i { width: 50px; height: 50px; display: block; margin: 0 auto; font-size: 50px; line-height: 50px; text-align: center; }

/* Section model inventory */
section#model-inventory { overflow: hidden; }
section#model-inventory h2 { text-transform: uppercase; margin: 40px 0 5px; }
section#model-inventory h2 span { color: #ee5222; 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 #ee5222; }

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 #ee5222; }
section#model-inventory .footer-menu.models h4 i { font-size: 24px; color: #ccc; float: left; line-height: 30px; margin-right: 10px; }
section#model-inventory .footer-menu.models h4 i.icon-brand-logo-scion { font-size: 32px; }

/* Inventory Grid */
.model-inventory-results { margin: 20px 15px; }
.model-inventory-results .result-item { width: 324px; height: 215px; position: relative; float: left; margin: 1px; background: #000; }
.model-info-detail { font-size: 12px; font-weight: 300; color: #fff; position: absolute; left: 20px; top: 20px; z-index: 999;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
a:hover .model-info-detail {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.model-inventory-results .result-item a:hover:after {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:1;
	right:0;
	background-color: rgba( 255, 255, 255, .7);
    -pie-background: rgba(108, 109, 112, .7);
	behavior:url(pie/PIE.htc);
}
 
.model-inventory-results .result-item  .module-used-cars-zoom { width: 50px; height: 50px; position: absolute; left: 0; top: 0; left: auto; margin: 0; font-size: 20px; 
background-color: #ee5222; z-index: 999; }

.model-info-detail strong { font-size: 14px; line-height: 18px; font-weight: 600 !important; }
.model-info-detail .mpg { font-size: 20px; line-height: 22px; float: left; padding: 0; margin-bottom: 8px; }
.model-info-detail .mpg i { font-size: 26px; float: left; margin-right: 5px; }

.model-info-detail table { border-collapse: collapse; border-spacing: 0; }
.model-info-detail table tr { margin: 0; padding: 0; }
.model-info-detail table tr td { margin: 0; padding: 0 10px 0 0; line-height: 18px; }
.model-info-detail table tr td strong { font-weight: 600; }

/* .footer-menu.models ul.footer-menu-links { width: 111px; float: left; } */
.footer-menu.models .section-heading { margin: 20px 0; }
.footer-menu.models li a { color: #999; }
.footer-menu.models li a:hover { color: #ee5222; }

/* Section modules backgrounds */
section#models{ height: 550px; background: #fff url(../img/module-models-bg.jpg) top center no-repeat; }
section#financing { height: 490px; background: #111 url(../img/module-financing-bg.jpg) top center no-repeat; }
section#financing-small { height: 380px; background: #ee5222 url(../img/module-financing-bg-small.jpg) center center no-repeat; }
section#about-information {  background: #fff; /*url(../img/module-information-bg.jpg) top center no-repeat;*/ }
section#information { padding:0  0 60px 0; background: #fff; /*url(../img/module-information-bg.jpg) top center no-repeat;*/ }
section#trade-in { height: 490px; background: #fff url(../img/module-trade-in-bg.jpg) top center no-repeat; }
section#testimonies { background:rgba(238,82,34, .85) url(../img/module-testimonies-bg.jpg) center center no-repeat; position: relative;}
section#service { height: 750px; background: #fff url(../img/module-service-bg.jpg) top center no-repeat; }
section#parts { height: 740px; background: #fff url(../img/module-parts-bg.jpg) top center no-repeat; }
section#used-cars { height: 755px; background: #fff url(../img/module-used-cars-bg.jpg) top center no-repeat; }
section#similar { height: 550px; }
section#detail-info { background: #333 url(../img/pattern-dark-noise.png) repeat; }
section#gallery { background-color: #fff; overflow: hidden; }
section#model-inventory { background-color: #fff; padding-bottom: 150px; }
section#about-us { padding-bottom: 35px; background: #fff; /*url(../img/module-about-bg.jpg) top center no-repeat;*/ }
section#managers { background: #000; }
section#team { height: 600px; }
section#result { background:#fff; }
section#information.detail-specs { background: #f0f0f0; }
section#module-details, section#calculator { background: #000; }


body.is-modelo section#gallery, body.is-modelo section#detail-info, body.is-modelo section#model-inventory { border: none; }


/* BCP */

.testimonies-text h2 {
	position: relative;
}
.testimonies-text h2 span a {
	font-size: 12px;
	line-height: 20px;
	background: #fff;
	display: block;
	padding:2px; 
	width: 60px;
	position: absolute;
	right: 300px;
	top:30px;
	border-radius: 15px;
}

.review-btn a{
	width: 200px;
	height: 50px;
	background: #1e94e6;
	display: block;
	color: #fff;
	font-weight: lighter;
	position: fixed;
	bottom: 0;
	right:0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	behavior:url(pie/PIE.htc);
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	z-index: 999999;
}

.call-back-box {
	background: #c4ebff;
	padding: 50px;
	position: relative;
	behavior:url(pie/PIE.htc);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 0 0 60px 0;
	display: none;
 }

 .call-back-box:after {
 	background:url(../img/cartistic-call-back-free.png) 0 0 no-repeat;
 	width: 150px;
 	height: 150px;
 	display: block;
 	position: absolute;
 	right:-75px;
 	top:30px;
 	content: "";
 }
 .call-back-box h1, .call-back-box h2{
	color:#1e94e6;
 	margin: 0;
 	padding: 0; 
 }
 .call-back-box h1 {
 	font-size: 46px;
 	font-weight: lighter;
 	margin: 10px 0 15px 0;
 }
.call-back-box h2 {
 	font-size: 20px;
 	font-weight:400;
 	margin: 3px 0 0 0;
 }
 .call-back-box h2 strong {
 	font-weight:bold;
 	color: #036bb4;
 }

.call-back-box .btn-more {
	background:#1e94e6;
	width: 200px;
}
.call-back-box .btn-more:hover {
	background:#036bb4;
	border: 0;
}
.call-back-box label {
 	font-size: 12px;
 	font-weight:bold;
 	color: #1e94e6;
 }
.call-back-box input {
	border: 3px solid #1e94e6;
	padding: 0 10px;
	font-size: 18px;
	width: 200px;
}


.carfax-med {
	width: 215px;
	height: 75px;
	margin: 20px 0 0 0;
	display: none;
	background:url(../img/cartistic-carfax.png) 0 0 no-repeat;
}
.carfax-small {
	width: 300px;
	height: 30px;
	margin:0px 0 0 0;
	display: none;
	background:url(../img/cartistic-carfax-small.png) 0 0 no-repeat;
}

.carfax-big a{
	width: 275px;
	height: 75px;
	margin: 20px 0 0 0;
	display: none;
	background:url(../img/cartistic-carfax-big.png) 0 0 no-repeat;
}

.bullets ul{
	list-style-type: none;
	margin:0 0 10px;
	padding:0; 
}
.bullets li {
	padding: 10px 0;
}

.bullets i {font-size: 30px; vertical-align: middle; padding-right: 15px;}


.whys {
	width: 100%;
	margin:0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: left;
}
.whys li {
	width: 18.75%;
	float: left;
	height: 250px;
	border: 1px solid #ddd;
	margin: 0 10px 10px 0px;
	behavior:url(pie/PIE.htc);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
}

.why-back {
	display:block;
	height: 250px;
}

.why-front {
	display:block;
	height: 250px;
	overflow: hidden;
}

.why-front:hover {
	display: block;
	height: 250px;
	overflow: hidden;
}

.why-icon i{
	padding: 40px 0 0 0; 
	height: 150px;
	width: 100%;
	font-size: 120px;
	display: block;
	color: #ee5222;
}

.why-title {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 5px;
	height: 30px;
	display: block;
	text-transform: uppercase;
}

.why-back .why-title {
	margin:0px 0;
	padding: 15px 5px;
	color: #ee5222; 
}

.why-title i {
	text-transform: lowercase;
	font-style: normal;
}

.why-text {
	font-size: 12px;
	line-height: 16px;
	padding: 0 5px;
	color:#6c6d70;
}

.why-box-btn {
	display: block;
	float: left;
	width: 100%;
	margin: 30px auto;
	text-align: center;
}
.why-box-btn a {
	float: none;
	margin: 0 auto;	
}

.mt {padding:20px 0 0 0;}

.mt2 {padding:40px 0 0 0;}
.mt3 {padding:60px 0 0 0;}
.mt4 {padding:80px 0 0 0;}
.mt5 {padding:100px 0 0 0;}
.mt6 {padding:120px 0 0 0;}
.mt7 {padding:140px 0 0 0;}
.mt8 {padding:160px 0 0 0;}

i.lowercase { text-transform: lowercase; font-style: normal; }

.how {
	text-align: center;
}
.how-box {
	border: 0px solid lime;
	margin: 0 auto;
	padding: 40px 0;
}
.how-box h1 {
	color: #ee5222;
}
.how-box h1 span {
	color:#f1754e;
	font-weight: lighter;
}

.btn-center a{
	margin: 0 auto;
	float: none;
	color: #fff !important;
}

.detail-sold {
	width: 100%;
	height: 200px;
	position: relative;
	display: block;
}

.icon-sold {
	width: 150px;
	height: 150px;
	display: block;
	background: url(../img/icon-sold.png) 0 0 no-repeat;
	position: absolute;
	left: 50%;
	top:50%;
	margin-left: -75px;
	margin-top: -75px;
}

section.deal {
	background:#dc4e26 url(../img/slide-image-deal.jpg) 50% 0 no-repeat !important;
	height:100%;
}

.deal .info {
	margin: 330px 0 0 0;
	float: left;
	padding: 20px;
}

.deal-images {
	display: block;
	float: left;
	background: rgba(0,0,0,.05);
}

.deal-images ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.deal-images li {
	display: inline;
	margin: 0;
	padding: 0;
}

.deal-images img {
}

.deal .text-block {
		margin-top: 100px;
}
.deal .icon-block {
	margin-top: 100px;
}

.deal .text-block ul, .deal .icon-block ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.deal .text-block h2, .deal .icon-block h2 {
	color: #fff;
	font-weight:bolder;
	font-size: 14px;
}

.deal .icon-block ul {
	font-size: 120px;
	color: #fff;
}

.deal .icon-block li {
	display:block;
	float: left;
	width: 120px;
	margin:0 0px 5px 0;
	text-align: center;
}

.deal .text-block ul {
	font-size:25px;
	color: #fff;
	float: left;
	font-weight: lighter;
	width: 100%;
}
.deal .text-block li {
	padding: 7px 0;
	border-top:1px solid #ee5222; 

}
.deal .text-block li.strong {
	font-weight: bolder !important;
} 

.deal .btn-more.big{
	margin: 20px 0px;
	float: left;
	clear: left;
	background: white;
	color:#ee5222;
}
.deal .btn-more.big:hover{
	background: #f1754e;
	color: #fff;
	}

.orange-testimony strong {
	font-weight:900;
}
.orange-testimony a {
	color: #fff !important;
	text-decoration: underline !important;
}



@media only screen and (max-width: 1024px) { 

	.add-nav {display: none !important;}

	}

	i.icon-hd {
		font-size: 40px;
		color: #000;
		position: absolute;
		left: 10px;
		top: 10px;
		z-index: 99;
		-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;
	}

	.slideset:hover i.icon-hd {
		color: #ee5222;
		-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;
	}
.open-close-button {
		float: left;
		color: #ee5222;
		text-align: center;
		width: 100%;
		margin: 30px  0 0 0;
		height: 26px;
		overflow: hidden;
		border-top:1px solid #ddd; 
	}

	.open-close-button i {
		font-size: 16px;
		height: auto !important;
		line-height: 26px !important;
		position: relative;
		color: #ee5222;
		margin:0 auto;
}
/* end mobile*/

/**
 * custom styles
 */
.is-home {
	background: #b0b0b0;
}