/* 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-right:672px;}
.container_12 .prefix_9{padding-left:756px;}
.container_12 .prefix_10{padding-left:840px;}
.container_12 .prefix_11{padding-left:924px;}
/* Suffix Extra Space >> 12 Columns
---------------------------------------------------------------------------------------------------- */
.container_12 .suffix_1{padding-right:84px;}
.container_12 .suffix_2{padding-right:168px;}
.container_12 .suffix_3{padding-right:252px;}
.container_12 .suffix_4{padding-right:336px;}
.container_12 .suffix_5{padding-right:420px;}
.container_12 .suffix_6{padding-right:504px;}
.container_12 .suffix_7{padding-right:588px;}
.container_12 .suffix_8{padding-right:672px;}
.container_12 .suffix_9{padding-right:756px;}
.container_12 .suffix_10{padding-right:840px;}
.container_12 .suffix_11{padding-right:924px;}
/* Push Space >> 12 Columns
---------------------------------------------------------------------------------------------------- */
.container_12 .push_1{left:84px;}
.container_12 .push_2{left:168px;}
.container_12 .push_3{left:252px;}
.container_12 .push_4{left:336px;}
.container_12 .push_5{left:420px;}
.container_12 .push_6{left:504px;}
.container_12 .push_7{left:588px;}
.container_12 .push_8{left:672px;}
.container_12 .push_9{left:756px;}
.container_12 .push_10{left:840px;}
.container_12 .push_11{left:924px;}
/* Pull Space >> 12 Columns
---------------------------------------------------------------------------------------------------- */
.container_12 .pull_1{left:-84px;}
.container_12 .pull_2{left:-168px;}
.container_12 .pull_3{left:-252px;}
.container_12 .pull_4{left:-336px;}
.container_12 .pull_5{left:-420px;}
.container_12 .pull_6{left:-504px;}
.container_12 .pull_7{left:-588px;}
.container_12 .pull_8{left:-672px;}
.container_12 .pull_9{left:-756px;}
.container_12 .pull_10{left:-840px;}
.container_12 .pull_11{left:-924px;}
/* `Clear Floated Elements
---------------------------------------------------------------------------------------------------- */
/* http://sonspring.com/journal/clearing-floats */
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0;
}
.clearfix:before,
.clearfix:after{
	content:'\0020';
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;height:0;
}
.clearfix:after{clear:both;}
/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/
body {
	margin: 0;
	color: #000;
	font: 14px/24px Arial, Helvetica, sans-serif;
	background: #032266;
}
img {border-style: none;}
/* set styles for default page links */
a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s linear;
	outline: none;
}
a:hover {
	text-decoration:none;
	color:#002a7a;
}
/* set default styles in all browsers */
input,
textarea,
select{
	vertical-align: middle;
	color: #000;
}
form,
fieldset{
	margin: 0;
	padding: 0;
	border-style: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {border:0;}
input[type="submit"]:focus,
input[type="button"]:focus {outline:none;}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea{
	-webkit-appearance:none;
	border-radius:0;
}
/* ---------------------------------------------------------
   3. Сommon site styles
   ---------------------------------------------------------*/
/* main container styles */
#wrapper{
	max-width: 1500px;
	margin: 0 auto;
	overflow:hidden;
}
/* header styles */
#header, .header-fixed .header-wrap{
	background:#fff;
	position:relative;
	z-index:20;
	-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 .grid_12{position:static;}
.header-fixed{
	/* position:fixed;
	top:0;
	z-index:10;
	width:100%; */
	-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);
}
/* page logo styles */
.header-logo{
	float:left;
	width:200px;
	height:90px;
	text-indent:-9999px;
	font-size:16px;
	line-height:21px;
	position:relative;
	margin:0px 35px -13px;
	z-index: 1;
}
.header-logo:after{
	content:'';
	position:absolute;
	background:url(../img/bg-logo-holder.png) no-repeat;
	width:400px;
	height:30px;
	top:100%;
	left:84px;
	margin:-5px 0 0 -180px;
	z-index:-1;
}

.header-fixed .header-logo:after{
	left:70px;
}

.header-fixed #menu ul .home { height: 15px !important; margin: 10px 15px 0 0 !important; }

.header-fixed .header-section { margin-top: 5px !important; }

.header-fixed .header-logo{
	width:130px;
	height:60px;
	margin:8px 68px 0 72px;
}
.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; }
#menu ul .home{margin:0 11px 0 0;}
.header-fixed #menu>ul{font-size:12px;}
.header-fixed #menu>ul>li>a{padding: 0 15px; line-height: 54px !important; background-image: none; }

.header-fixed #menu>ul>li>a:after{margin-top:-5px;}
.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;
}
#menu .main-nav .home a{
	display:block;
	/*background:url(../img/sprite-smart.png) no-repeat -152px -352px;*/
	width:16px;
	height:15px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	padding:0;
}
#menu .main-nav .home a i{
	position:absolute;
	font-size:15px;
	color:#ddd;
	margin:0px 0 0 -1px;
	background:none !important;
}
.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 .main-nav .home a:hover i{color:#f5e200; background:none !important;}
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
	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;
	border-top: 3px solid #fff;
	line-height: 92px;
}
#menu ul a{color:#666; }
#menu>ul>.active>a,
#menu>ul>li:hover>a,
#menu>ul>li>a:hover { border-color:#f5e200; background: #eee url(../img/submenu-arrow.png) center 53px no-repeat; }

#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:#f5e200;
	position:relative;
	z-index:100;
	font-weight: 700;

}
#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 #f5e200;
}

#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;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	border: 1px solid rgba(0,35,94,0.6);
}
#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);
	behavior:url(../pie/PIE.htc);
	font-weight: inherit;
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
#menu .link-holder .title-brands{
	display:block;
	font-size:20px; /*14px;*/
	font-weight: bold;
	line-height:170px;
	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 .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:#f5e200;}*/
#menu .link-holder .img-holder{
	margin:0 -10px 11px;
	height:60px;
	overflow:hidden;
	text-align:center;
}
#menu .link-holder img{vertical-align:top;}
#menu .link-holder .mpg{
	float:left;
	width:80%;
	color:#999;
	font-size:10px;
	line-height:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#menu .link-holder .ico-btn{
	float:right;
	width:20px;
	height:19px;
	border:1px solid #666;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
#menu .link-holder .ico-btn:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	margin:-5px 0 0 -5px;
	/*background:url(../img/sprite-smart.png) no-repeat -32px -271px;*/
	width:12px;
	height:10px;
}
#menu #tab-13 .link-holder i {
	position: absolute;
    font-size: 95px;
    top: 10%;
    left: 23%;
    margin: -5px 0px 0px -5px;

}
#menu #tab-14 .link-holder i{
	display:block;
	font-size:50px;
	font-weight: normal;
	line-height:-16px;
	text-align:center;
	margin:0 0 25px 0;
	color:#fff;
	width: 123px;
	position: absolute;
	bottom: 40px;
	left: auto;
	right: auto;
	top: auto;
}
#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;
}
/* drops navigation styles */
.drop-second,
.drop-first-level{
	width:100%;
	min-width:768px;
	/*background:#f5e200;*/
	position:absolute;
	left:0;
	top:100%;
	z-index:2;
	margin-left:252px;
}
.drop-first-level i{
	display:block;
	font-size:60px;
	font-weight: normal;
	line-height:-16px;
	text-align:center;
	margin:0 0 25px 0;
	color:#fff;
	width: 123px;
	position: absolute;
	bottom: 40px;
	left: auto;
	right: auto;
	top: auto;
}




.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;
	width:310px;
	margin-top: 22px;
}
/* chat placeholder */
.header-section .header-chat{
	float:right;
	margin: 0px 0 0 0px;
	position: fixed;
	bottom:10px;
	right: 10px;
}

.header-fixed .header-chat { right:10px; position: fixed; }

#header img{vertical-align:top;}
/* header share link styles */
.header-section .header-share{
	background:url(../img/sprite-smart.png) no-repeat -123px -150px;
	width:26px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:13px 0 0 14px;
}
/* social links styles */
.header-section .header-social{
	float:right;
	padding:5px 0 0;
	margin:0;
	list-style:none;
}
.header-social li{
	position: relative;
	float:left;
}
.header-social a{
	background:url(../img/top-social-icons.png) no-repeat;
	width:40px;
	height:40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.header-social .facebook a { background-position:0 0;}
.header-social .twitter a { background-position: 0 -40px; }
.header-social .youtube a { background-position: 0 -80px; }
.header-social .share a { background-position: 0 -120px; }

.header-social .facebook:hover, .header-social .twitter:hover, .header-social .youtube:hover, .header-social .share:hover { top: -5px;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease; }

/* main carousel styles */
.main-carousel{position: relative;}
.main-carousel .mask{
	position: relative;
	overflow: hidden;
	height:450px;
}
.main-carousel .slideset {
	width: 99999px;
	float: left;
}
.main-carousel .slide {
	float: left;
	position:relative;
	text-align:center;
	height:450px;
	overflow:hidden;
	background-color: #000f32;
}
.main-carousel .slide img{
	background-position: center 0;
	position:absolute;
	margin-left:50%;
	left:-750px;
	vertical-align:top;
}
.main-carousel .slide>img.lazy{
	position: absolute;
	top:0;
	left:50%;
	margin:0 0 0 -960px;
}
.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 0 41px;
}
.main-carousel h1 span{font-weight:bold;}
.main-carousel .button-line{
	position:absolute;
	top:20px;
	right:0;
	z-index:1;
	left:0;
}
/* generete paging styles */
.main-carousel .slide-pagination{float:right;}
.main-carousel .slide-pagination ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	line-height:30px;
	font-weight:bold;
}
.main-carousel .btn-play-pause,
.main-carousel .slide-pagination a{
	font-size: 12px;
	line-height: 25px;
	font-weight: normal;
	display:block;
	text-align:center;
	width:25px;
	height:25px;
	color:#fff;
	background: #004495;
	border-right: 1px solid #001a57;
}
.main-carousel .slide-pagination li{
	float:left;
}
.main-carousel .slide-pagination .active a{
	background: #f5e200;
	position:relative;
}
.main-carousel .btn-play-pause:hover,
.main-carousel .slide-pagination a:hover{
	text-decoration:none;
	background:#002a7a;
}
.main-carousel .btn-play-pause{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
.main-carousel .btn-play-pause:after{
	content:'';
	position:absolute;
	background:url(../img/sprite.png) no-repeat -65px -20px;
	width:6px;
	height:11px;
	top:7px;
	left:11px;
}
.main-carousel.autorotation-active  .btn-play-pause:after{
	background-position:-65px 0;
	width:5px;
}
/* buttons navigation styles */
.main-carousel .slide-pagination-next.disabled:hover,
.main-carousel .slide-pagination-prev,
.main-carousel .slide-pagination-next{
	position:absolute;
	top:50%;
	right: 0;
	background-color:rgba(0, 0, 0, .3);
	overflow:hidden;
	width:50px;
	height:80px;
	margin-top:-40px;
}

.main-carousel .slide-pagination-next i,
.main-carousel .slide-pagination-prev i {
	position:absolute;
	font-size:30px; 
	color:#fff;
	line-height: 80px;
	text-align: center;
	width: 50px;

}

.main-carousel .slide-pagination-prev{
	right:auto;
	left: 0;
}

.main-carousel .slide-pagination-prev.disabled,
.main-carousel .slide-pagination-next.disabled { 
	opacity: .2;
	cursor: not-allowed;
}

.main-carousel .slide-pagination-next:hover,
.main-carousel .slide-pagination-prev:hover{
	background-color:rgba(0,0,0,0.8);
	-pie-background-color:rgba(0,0,0,0.8);
	behavior:url(../pie/PIE.htc);
}
/* module-quicksearch styles */
.module-quicksearch .row{margin:0;}
.module-quicksearch .row:after{
	content:'';
	display:block;
	clear:both;
}
.module-quicksearch .select-col{
	float:left;
	margin:0 20px;
}
.module-quicksearch .select-col .label{
	width:63px;
	height:63px;
	float:left;
	font-size:36px;
	line-height:63px;
	font-weight:300;
	text-align:center;
	color:#f5e200;
	position:relative;
	border: 1px solid #f5e200;
}

.module-quicksearch select{
	width:222px;
	font-size: 30px;
	text-transform:uppercase;
	padding:0;
	margin:0;
	float:left;
}
.module-quicksearch button[type="submit"]{
	background: transparent;
    border: solid #fff;
    border-width: 1px 1px 1px 0;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: lighter;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    padding: 0 17px;
    text-align: left;
    text-transform: uppercase;
    width: 213px;
}

.module-quicksearch button[type="submit"]:hover{ 
	color: #000; 
	background-color: #f5e200;
}

.module-quicksearch button[type="submit"] i {
	float: right;
	font-size: 34px;
	line-height: 60px;
}

/* slide-info styles */
.slide-info .title{
	display:block;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 10px;
	float: left;
}
.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);
	padding:10px 20px;
	position:relative;
	color:#fff;
}
.slide-info-button a:hover{
	text-decoration:none;
	border-color:#d3d3d3;
	border-color: #f5e200;
	background: #000;
	color: #f5e200;
}

.intro-holder{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	text-align:left;
	background-color: rgba(0,0,0,.3);
}

.high-holder{
	position:absolute;
	bottom:0;
	height:1%;
	left:50%;
	margin:0 0 0 -489px;
}
/* slide-info-box styles */
.slide-info-box{
	position:relative;
	font-size:14px;
	line-height:16px;
	text-align: left;
	color:#ccc;
	border-bottom: 0px solid #fff;
	min-height: 82px;
}
.slide-info-box h2{
	width: 640px;
	float: left;
	font-size:30px;
	line-height:30px;
	height: 30px;
	overflow: hidden;
	font-weight:300;
	margin: 27px 0 10px;
	color: #fff;
}
.slide-info-box h2 strong {
	font-weight: bold;
}

.slide-info-box p{margin:0;}
.slide-info-box .red-box-link{
	position:absolute;
	width:99px;
	right:0;
	top:-9px;
	padding:13px 12px;
	background:#c00;
	color:#fff;
	font-size:14px;
	line-height:14px;
	font-weight:900;
	text-align:center;
}
.slide-info-box .red-box-link:hover{
	text-decoration:none;
	background:#d00;
}
.slide-info-box .red-box-link:after{
	content:'';
	position:absolute;
	border:solid transparent;
	right:100%;
	top:0;
	border-color:rgba(111,0,0, 0);
	border-right-color:#6f0000;
	border-width:9px 9px 0 9px;
}
/* slide-box-button styles */
.slide-box-button{
	padding:0;
	margin:0;
	list-style:none;
	font-weight:900;
	font-size:10px;
	line-height:15px;
	overflow:hidden;
} 
.slide-box-button li{
	float:left;
	margin:0 0 0 28px;
}
.slide-box-button li:first-child{margin:0;}
.slide-box-button .alignleft{
	float:left;
	margin:0 2px 0 0;
}
.view-result .result-zoom,
.slide-box-button .name{
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slide-box-button .name{
	width:139px;
	padding:8px;
	color:#fff;
	border:2px solid #c00;
	text-align:center;
	float:left;
}
.slide-box-button a:hover .name{
	text-decoration:none;
	background:#c00;
}
/* additionall navigation styles */
.add-nav{
	/*position:fixed;
	left:20px;
	z-index:11;*/
	display: none;
}
.add-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	text-transform:uppercase;
	font-weight:500;
	line-height:16px;
}
.add-nav li { margin: 0; border-bottom: 1px solid #001a57; }

.add-nav li.active a { background-color: #f5e200; }

.add-nav a { height: 90px; width: 90px;	color:#fff;	display:block; font-size: 10px; text-align: center; position: relative; background: #004495; }

.add-nav .active a,
.add-nav a:hover{
	background:#002a7a;
	-pie-background:#002a7a;
	text-decoration:none;
}
/* section styles */
.section .heading h2{
	float:left;
	color:#666;
	font-size:26px;
	line-height:38px;
	font-weight:300;
	margin:9px 0;
	position:relative;
}
.open-close .heading h2{ font-size: 36px; font-weight: normal; text-transform: uppercase; line-height: 90px; color: #fff; margin: 0; padding: 0; }
.vehicle-request .heading h2{
	width:490px;
}
.section .heading .tabset{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	text-transform:uppercase;
}

section#testimonies .tabset, section.about-testimonies .tabset { display: none; }

.module-models-cars .tabset { float: left !important; }

.module-models-cars .tabset li a { 
	border-bottom: 2px solid #000f32;
	height: 100px;
	line-height: 100px;
	padding: 0 8px;

}

.section .tabset li{
	float:left;
	margin:0 0 0 1px;
}
.section .tabset a{
	width:145px;
	display:block;
	padding:17px 5px 16px;
	border-bottom:2px solid #666;
	color:#fff;
	font-weight: normal;
	position:relative;
	text-align:center;
}
.section .tabset a:hover{
	text-decoration:none;
	color:#f5e200;
}
.section .tabset .active:hover,
.section .tabset .active{
	color:#f5e200;
	border-color:#f5e200;
}

.section.open-close .tabset .active:after{display:none;}
.section.open-close.active .tabset .active:after{display:block;}
.section .title{
	float:left;
	background:#c00;
	color:#fff;
	text-transform:uppercase;
	min-width:94px;
	padding:4px 9px;
	font-weight:900;
	font-size:12px;
	line-height:18px;
	margin:-27px 0 0;
	position:relative;
	z-index:3;
}
/* tab-content styles */
}
.tab-content .content-title{
	-webkit-transform:rotate(270deg);
	-moz-transform:rotate(270deg);
	-ms-transform:rotate(270deg);
	-o-transform:rotate(270deg);
	transform:rotate(270deg);
	text-align:center;
	display:block;
	height:90px;
	width:530px;
	position:absolute;
	left:-211px;
	top:223px;
}
.tab-content .content-title strong{
	text-transform:uppercase;
	color:#ededed;
	font-size:90px;
	line-height:90px;
	font-weight:300;
}
.tab-content .content-title strong.small{
	font-size:45px;
	line-height:70px;
}
.tab-content .tab-holder{position:relative;}
/* carousel styles */
.carousel {position: relative;}
.carousel .mask {
	position:relative;
	overflow:hidden;

}
.module-models-cars .carousel .mask {overflow:visible;}
.carousel .mask-holder{
	margin:0 -900px 0 0;
	position: relative;
	overflow: hidden;
}
.carousel .slideset {
	width: 99999px;
	float: left;

}
.carousel .slide {
	position:relative;
	float: left;
	z-index:1;
}

section#models .carousel .slide { margin-right: 2500px; }

.carousel .slide .overlay{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:url(../img/overlay.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.carousel .slide img{
	vertical-align:top;
	position:relative;
	left:0;
	top:0;
	width: 100%;
	z-index: 1;
}



.carousel .slide-link img { border: 12px solid #fff; }

.carousel .slide-link{
	position:relative;
	display:block;
	z-index:-1;
	margin: 100px 0 60px 0;
}

.shadow-effect { position: relative; }
.shadow-effect:before, .shadow-effect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
 -webkit-box-shadow: 0 15px 10px #777;
 -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
 -webkit-transform: rotate(-3deg);
 -moz-transform: rotate(-3deg);
 -o-transform: rotate(-3deg);
 -ms-transform: rotate(-3deg);
 transform: rotate(-3deg);
}
 .shadow-effect:after {
 -webkit-transform: rotate(3deg);
 -moz-transform: rotate(3deg);
 -o-transform: rotate(3deg);
 -ms-transform: rotate(3deg);
 transform: rotate(3deg);
 right: 10px;
 left: auto;
}

.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;
	z-index:-1;
}
.carousel .active .slide-link{z-index:0;}
.carousel .mask-holder .slide.active.slide-mask{
	opacity:0;
	z-index:-1;
}

.carousel .slide.active .slide-zoom:before{
	font-family:"icomoon";
	content:"\e60d";
	position:absolute;
	font-size:200px;
    color:#fff;
	-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;
	width:196px;
	height:196px;
	top:50%;
	left:50%;
	margin:-39px 0 0 -112px;
	z-index:1;
}
.carousel .slide.active .slide-link:hover .slide-zoom:before {
	position:absolute;
	font-size:200px;
	opacity:0.5;
}

.carousel-nav{
	position:absolute;
	top:30px;
	z-index:3;
}
.carousel-nav .slider-line{
	background:#fff;
	height:5px;
	position:relative;
}
.carousel-nav .btn-slider{
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/sprite-smart.png) no-repeat 0 -352px;
	width:31px;
	height:32px;
	top:-14px;
	left:12.3%;
}
.carousel-nav .btn-slider:hover{background-position:0 -403px;}
/* slide  pagination styles of the carousel */
.carousel-nav .slide-pagination{
	padding:0 35px 17px;
	margin:0;
	list-style:none;
	font-size:16px;
	line-height:20px;
	font-weight:900;
	text-align:center;
	overflow:hidden;
}
.carousel .slide-pagination li{
	display:inline-block;
	vertical-align:top;
	margin:0 45px;
}
.carousel-nav .slide-pagination a{color:#999;}
.carousel-nav .slide-pagination .active a{color:#004495;}
.carousel-nav .slide-pagination a:hover{
	color:#004495;
	text-decoration:none;
}
.carousel .info-section{
	position:absolute;
	top: 450px;
	right:36px;
}
.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;}
.carousel .info-section .mpg{
	font-size:15px;
	line-height:18px;
	font-weight:300;
	color:#ccc;
	float:left;
	padding:10px 0 0;
}
.carousel .info-section p{margin:0;}
.carousel .info-section .mpg strong{
	display:block;
	font-weight:900;
	font-size:30px;
	line-height:30px;
}
/* styles slideshow from the fade effect */
.slideshow {position: relative;}
.slideshow .slideset{min-height:350px;}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display:none;
}
.slideshow .slide.active {
	z-index: 2;
	display:block;
}
.slideshow blockquote{
	font-size:50px;
	line-height:52px;
	font-weight:normal;
	font-style:italic;
	color:#fff;
	padding:37px 50px 76px;
	margin:0;
	text-align:center;
}
/* module-testimonies styles */
section#testimonies, section#testimonios { background: #000f32 url(../img/bg-home-testimonies.jpg) center center no-repeat; }
.section.module-testimonies .tab-content{
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:300;
}


.testimonies-center-holder .slide-pagination-next.disabled, .testimonies-center-holder .slide-pagination-prev.disabled { opacity: .2; }

/* thumbnails */
.thumbnails .slide-pagination{
	padding:0;
	margin:0;
	list-style:none;
	position:relative;
	z-index:10;
	float:right;
}
.thumbnails .slide-pagination img{vertical-align:top;}
.thumbnails .slide-pagination li{
	float:left;
	margin:0 0 0 4px;
	padding:0;
	position:relative;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	overflow: hidden;
}
.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: .5; }

.thumbnail:hover img { opacity: 1; }
li.active img { opacity: 1; }


.thumbnail:hover .num { display: block; }
li.active span.num { display: block; }

.thumbnails .author-tooltip{
	display:none;
	position:absolute;
	top:-53px;
	left:0;
	right:0;
}
.thumbnails .author-tooltip .author{
	display:block;
	border-radius:12px;
	overflow:hidden;
	padding:8px 2px;
	background:#575757;
	-pie-background:#575757;
	behavior:url(../pie/PIE.htc);
	color:#fff;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	font-weight:normal;
}
.thumbnails .active .author-tooltip{
	display:block;
}
/* slide-button styles of the thumbnails */
.thumbnails .slide-button{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
}
.thumbnails .mask +.slide-button{margin:0 0 0 -2px;}
.thumbnails .slide-button li{
	float:left;
	margin:0 0 0 4px;
}

.thumbnails .slide-button li>a{
	background:#222;
	width:138px;
	height:90px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
/* module-information styles */
.section.module-information{
	height: 350px;
	overflow: hidden;
	font-size:16px;
	line-height:22px;
	color:#fff;
	background-color: #000f32;
	border-bottom: 2px solid #fff;
}
.section.module-information .holder, .section.module-search .holder {padding: 50px 0; overflow:hidden;}

.section.module-information .holder h2{
	font-size:18px;
	line-height:22px;
	font-weight:900;
	color:#000;
	margin:0 0 5px;
}
.section.module-information h3{
	font-size:18px;
	line-height:36px;
	color:#fff;
	margin:0;
}
.section.module-information p{margin:0 0 18px;}
.section.module-information .divider{
	border-bottom:1px dotted #ddd;
	padding:21px 0 0;
	margin:0 0 15px;
}
.module-maps-directions h2:after{
	content:'';
	position:absolute;
	top:-3px;
	left:35px;
	background:url(../img/sprite-smart.png) no-repeat -547px 0;
	width:46px;
	height:43px;
}
.module-maps-directions .address-holder::after{
	content:'';
	display:block;
	clear:both;
}
.module-maps-directions  address{
	font-size:14px;
	line-height:16px;
	font-weight:500;
	color:#c00;
	font-style:normal;
	margin:0 0 33px;
}
.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:#f5e200;}
.module-maps-directions address a:hover{
	color:#fff;
	text-decoration:none;
}
/* module-maps-directions-thumb styles */
.module-maps-directions-thumb{
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
	line-height:14px;
	font-weight:300;
	text-transform:uppercase;
	width:100%;
	float: left;
}
.module-maps-directions-thumb li{ float: left; margin-right: 2px; }

.module-maps-directions-thumb a{
	width: 66px;
	height: 66px;
	line-height: 96px;
	font-weight: normal;
	text-align: center;
	position:relative;
	color:#fff;
	 background: #000; /*url(../img/maps-directions-icons.png) no-repeat;*/
	display:block;
}

.module-maps-directions-thumb a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #f5e200;
}

.module-maps-directions-north a i {
	position:absolute;
	font-size:30px;
	color:#fff;
	margin:6px 0px 0px 3px

}
.module-maps-directions-south a i {
	position:absolute;
	font-size:30px;
	color:#fff;
	margin:6px 0px 0px -3px;

}
.module-maps-directions-east a i {
	position:absolute;
	font-size:30px;
	color:#fff;
	margin:6px 0px 0px -3px

}
.module-maps-directions-west a i{ 
	position:absolute;
	font-size:30px;
	color:#fff;
	margin:6px 0px 0px 3px

}

.contact-directions .module-maps-directions-thumb a { width: 99px !important; margin-bottom: 2px; }

.btn-more {
	display:inline-block;
	float: left;
	vertical-align:top;
	height: 40px;
	padding: 0 15px 0 20px;
	position:relative;
	text-transform:uppercase;
	margin: 20px 0 0 0;
	font-size:14px;
	line-height:40px;
	font-weight:normal;
	color: #fff;
	background: #004495;
	border: none;
	cursor: pointer;
}
.btn-more:hover{
	text-decoration:none;
	color: #000;
	background: #f5e200; 
}

.btn-more i {
	float: right;
    font-size: 24px;
    line-height: 37px;
    margin-left: 8px;
}

.btn-more.line {
	border: 1px solid #fff;
	background-color: transparent;
}

.btn-more.line:hover {
	color: #000;
	background-color: #f5e200;
	border-color: #f5e200;
}

form .btn-more  {
	margin: 0;
}

.slide-info-box .btn-more {
	background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 50px;
    line-height: 50px !important;
    margin: 15px 0;
    padding: 0 15px 0 30px;
}

.slide-info-box .btn-more:hover {
	background-color: #f5e200;
	border-color: #f5e200;
	color: #000;
}

.slide-info-box .btn-more i {
	float: right;
	font-size: 26px;
	line-height: 47px;
	margin-left: 8px;
}

.module-tools-list{
	padding:0 0 40px;
	overflow:hidden;
	margin:0 0 0 -2px;
}
/* module-tools-link styles */
.module-tools-link {
	width: 24.2%;
	float:left;
	margin: 0 .4%;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
	position:relative;
	background: #004495;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.module-tools-link:hover {
	background-color: #f5e200;
	color: #004495 !important;
}

.module-tools-link.alpha { margin-left: 0 !important; }
.module-tools-link.omega { margin-right: 0 !important; }

.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-used-cars-zoom,
.module-tools-zoom,
.about-employees-zoom{
	content:'';
	position:absolute;
	top:45%;
	left:50%;
	background:url(../img/sprite-smart.png) no-repeat -204px -352px;
	width:54px;
	height:54px;
	margin:-48px 0 0 -27px;
	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;
}
.about-employees-zoom,
.module-used-cars-zoom{
	background:url(../img/sprite-bg.png) no-repeat -551px -242px;
	width:83px;
	height:83px;
	margin:-62px 0 0 -39px;
}
.module-used-cars-link:hover .module-used-cars-zoom,
.about-employees-link:hover .about-employees-zoom,
.module-tools-link:hover .module-tools-zoom{opacity:1;}
.module-tools-link:hover .module-tools-text strong,
.module-tools-link:hover{color:#fff;}
.module-tools-link .module-tools-text{
	padding: 20px;
	position:absolute;
	overflow:hidden;
	top: 0;
	left: 90px;
	display: none;
}

.module-used-cars-link .module-image-holder:after {
    background-color: rgba(0, 35, 94, .8);
    -pie-background: rgba(0, 35, 94, .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;}

.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;
	color:#fff;
	padding:0 0 100px;
}
.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: #f5e200; }
.module-used-cars-heading a:hover{text-decoration:none;}
.section.module-used-cars .mask{overflow:hidden;}
.section.about-employees .mask{overflow:hidden;}
.carousel .module-used-cars-slide,
.carousel .about-employees-slide{
	width:306px;
	margin: 0 10px;
}
.module-used-cars-link {
	background:#fff;
	display:block;
}
.module-used-cars-text{
	overflow:hidden;
	padding: 15px;
	position:relative;
	height: 50px;
}

.module-used-cars-info {
	float:left;
	color:#999;
	font-size:14px;
	font-weight: normal;
	line-height:16px;
	width: 135px;
}
.module-used-cars-info .brand {
	display:block;
	font-size:18px;
	line-height:20px;
	font-weight:900;
	color:#999;
}

.module-used-cars-link:hover .module-used-cars-info .brand,
.about-employees-link:hover .about-employees-info .name{color:#000;}
.module-used-cars-info .model,
.about-employees-info .post{display:block;}
.module-used-cars-text .years{
	float:right;
	font-size:36px;
	line-height:20px;
	font-weight: bold;
	color:#000;
	text-align:center;
}

.module-used-cars-text .years { position: absolute; top: 0; right: 0; background-color: #eee; width: 115px; padding: 10px; }

.module-used-cars-text .btn-more { width: 100px; position: absolute; bottom: 0; right: 0; }

.module-used-cars-link:hover .btn-more { background: #f5e200; }

.carousel .slide-pagination-prev,
.carousel .slide-pagination-next{
	position:absolute;
	top:50%;
	background: #004495;
	width:80px;
	height:80px;
	left: 130px;
	margin:-52px 0 0;
	overflow:hidden;
	z-index:1;
	border-radius:100%;
	-pie-border-radius:100%;
	behavior:url(../pie/PIE.htc);
}
.carousel .slide-pagination-prev i,
.carousel .slide-pagination-next i{
	position:absolute;
	font-size: 36px;
    color: #FFF;
    margin: 20px 0px 0px 21px;

}
.carousel .slide-pagination-next{
	background-position: 0 -80px;
	left:auto;
	right: 130px;
}

section#offers .carousel .slide-pagination-next { right: 20px; }
section#offers .carousel .slide-pagination-prev { left: 20px; }

section#module-details .carousel .slide-pagination-next { right: 20px; }
section#module-details .carousel .slide-pagination-prev { left: 20px; }

#used-cars .carousel .slide-pagination-prev,
#used-cars .carousel .slide-pagination-next{top:70%;}


.carousel .slide-pagination-next:hover, .carousel .slide-pagination-prev:hover { background-color: #f5e200; }

.carousel .slide-pagination-next.disabled, .carousel .slide-pagination-prev.disabled { opacity: .2; }

/* footer-styles */
.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{
	display:inline-block;
	vertical-align:middle;
	width:222px;
}
.footer-email-form input[type="email"],
.footer-email-form input[type="text"]{
	font-size:14px;
	background:#fff;
	border:none;
	float:left;
	margin:0 2px 0 0;
	width:188px;
	height:30px;
	line-height: 30px;
}
.footer-email-form input[type="submit"]{
	border:none;
	background: #004495 url(../img/sprite-smart.png) no-repeat -53px -265px;
	width:30px;
	height:30px;
	float:left;
	padding:0;
	margin:0;
	cursor:pointer;
	text-indent:-9999px;
	overflow:hidden;
	border:2px solid #fff;
}
.footer-email-form input[type="submit"]:hover{
	background-position:-53px -295px;
	border-color:#000;
	background-color: #f5e200;
}
/* placeholder input styles */
.footer-email-form input::-webkit-input-placeholder {color: #ccc;}
.footer-email-form input:-moz-placeholder {color: #ccc;}
.footer-email-form input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

ul.social {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

ul.social li {
	float: left;
	margin-right: 5px;
}

ul.social li a {
	font-size: 40px;
	color: #999;
}

ul.social li a:hover {
	color: #666;
}

.footer-email-form input:-ms-input-placeholder {color: #ccc;}
.footer-text p{margin:0;}
.footer-gray-line { 
	padding: 40px 0;
	background-color: #edf0f5;
}
/* footer-menu styles */
.footer-menu{overflow:hidden;}
.footer-menu .col{
	width:130px;
	float:left;
	position:relative;
	padding:22px 16px 13px;
}
.footer-menu .col:after{
	content:'';
	position:absolute;
	width:1px;
	height:999px;
	top:0;
	left:0;
	background:#979797;
}
.footer-menu .col:first-child:after{display:none;}
/* footer-menu-links styles */
.footer-menu-links{
	padding:0;
	margin:0;
	list-style:none;
	font-size:13px;
	line-height:15px;
}
.footer-menu h4{
	font-size:16px;
	line-height:30px;
	font-weight: normal;
	color: #004495;
	text-transform: uppercase;
	margin:0 0 8px;
}
.footer-menu-links li{margin:0 0 8px;}
.footer-menu-links a{
	color:#999;
	position: relative;
}
.footer-menu-links a:hover{
	text-decoration:none;
	color:#004495;
}

.footer-menu-links ul{
	font-size:13px;
	line-height:15px;
	font-weight:500;
	padding:9px 0 1px;
	margin:0 0 -4px;
	list-style:none;
}
.footer-menu-links ul li{margin:0 0 6px;}

.footer-social li { position: relative; float: left; margin: 0; }

.footer-social a { width: 64px; height: 64px; display: block; background:url(../img/fotter-social-icons.png) 0 0 no-repeat; }

.footer-social a:hover { text-decoration:none; }

.footer-social .facebook a {background-position: 0 0; }
.footer-social .twitter a {background-position: 0 -64px; }
.footer-social .youtube a {background-position: 0 -128px; }
.footer-social .share a {background-position: 0 -192px; }

.footer-social .facebook:hover, .footer-social .twitter:hover, .footer-social .youtube:hover, .footer-social .share:hover { top: -10px; }

.footer-gray-line p { font-size: 12px; line-height: 14px; color: #999; width: 222px; }

.footer-light-gray-line{
	background:#fff;
	padding: 20px 0;
	font-size:11px;
	line-height:14px;
	font-weight:500;
	color:#999;
}
/* footer-copyright styles */
.footer-copyright{
	float:left;
	margin:15px 20px 0 0;
}
/* footer-links styles */
.footer-links{
	padding:0;
	margin: 15px 0 0 0;
	list-style:none;
	float:left;
}
.footer-links li{
	margin:0 0 0 10px;
	float:left;
	position:relative;
}
.footer-links li:after{
	content:'';
	position:absolute;
	top:2px;
	left:-5px;
	background:#818181;
	width:1px;
	height:11px;
}
.footer-links li:first-child{margin:0;}
.footer-links li:first-child:after{display:none;}
.footer-links a:hover{color:#f5e200;}
/* footer logo styles */

.footer-logo{
	float: right;
    height: 32px;
    margin-top: 18px;
    width: 255px;
}
.footer-logo a{
	display:block;
	height:100%;
}
.footer-logo  i{
	position:absolute;
	color:#999;
	font-size:32px;
}

/* intro styles */
.intro{
	position:relative;
	overflow:hidden;
	height:70px;
	background-color: #000f32;
}
.intro.high{height:450px;}
.image-intro{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-750px;
}
.intro .share{float:right;padding:19px 0 0;}
.intro .title{
	font-size:40px;
	line-height:44px;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	margin:0;
}
/* breadcrumb styles */
.breadcrumb{
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:14px;
	font-weight:900;
	color:#f5e200;
	text-transform:uppercase;
	overflow:hidden;
	margin: 30px 0 0 0;
}
.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:#fff;}
/* top-navigation styles */
.top-navigation{
	margin: 15px 0;
	overflow: hidden;
	display: block;
	float: left;
	width: 100%;
}

.is-inventory-detail .top-navigation {
	margin: 10px 0;
}

/* search-form styles */
.search-form{padding:15px 0 5px 21px;}
.search-form input[type="submit"]{
	float:left;
	background:url(../img/sprite-smart.png) no-repeat -108px -352px;
	width:30px;
	height:30px;
	border:none;
	text-indent:-9999px;
	overflow:hidden;
	padding:0;
	margin:0 11px 0 0;
	cursor:pointer;
}
.search-form input[type="search"],
.search-form  input[type="text"]{
	background:none;
	border:none;
	outline: none;
	color:#666;
	font-size:26px;
	font-weight:300;
	width:160px;
	margin:0;
	float:left;
	padding:0;
}
/* placeholder input styles */
.search-form input::-webkit-input-placeholder {color: #666;}
.search-form input:-moz-placeholder {color: #666;}
.search-form input::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.search-form input:-ms-input-placeholder {color: #666;}
/* views styles */
.views{
	padding:0;
	margin:0 0 -2px;
	list-style:none;
	float:left;
}
.views li{
	float:left;
	margin:0 2px 0 0;
	position:relative;
}
.views a{
	display:block;
	width:45px;
	height:45px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	background:#004495;
	position:relative;
}
.views a:hover{
	background:#f5e200;
}
.views .active a{
	background:#f5e200;
}
.views a:after{
	content:'';
	position:absolute;
	width:22px;
	height:22px;
	/*background:url(../img/sprite-smart.png) no-repeat;*/
	top:50%;
	left:50%;
	margin:-11px 0 0 -11px;
	z-index:1;
}
.views .views-gallery a i,
.views .views-list a i,
.views .views-simple a i{
	font-size:23px;
	color:#fff;
	margin:10px 0 0 10px;
	position:absolute;
}

/* bottom-pagination styles */
.bottom-pagination{
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	margin:0 0 -2px;
	font-size:20px;
	line-height:45px;
	font-weight:normal;
}
.bottom-pagination li{
	float:left;
	margin:0 0 0 2px;
}
.bottom-pagination a{
	display:block;
	text-align:center;
	width:45px;
	height:45px;
	background:#004495;
	color:#fff;
}
.bottom-pagination .active a{
	background:#f5e200;
	color:#fff;
}
.bottom-pagination a:hover{
	background:#f5e200;
	color:#fff;
}
.bottom-pagination-previous a,
.bottom-pagination-next a{
	/*text-indent:-9999px;*/
	overflow:hidden;
	position:relative;
	background:#004495;
}
.bottom-pagination-previous.disabled a,
.bottom-pagination-next.disabled a{
	background-color:#eee;
}
.bottom-pagination-prev:hover a,
.bottom-pagination-next:hover a{background:#f5e200;}

.bottom-pagination-previous a:after ,
.bottom-pagination-next a:after{
	content:'';
	position:absolute;
	/*background:url(../img/sprite-smart.png) no-repeat -57px -227px;*/
	top:50%;
	left:50%;
	width:22px;
	height:29px;
	margin:-15px 0 0 -7px;
}
.bottom-pagination-previous  i,
.bottom-pagination-next i{
	color:#fff;
	font-size:20px;
	position:absolute;
	top:50%;
	left:50%;
	width:22px;
	height:29px;
	margin:-10px 0 0 -9px;
}

.bottom-pagination-next a:after{background-position:-57px -263px;}
.bottom-pagination-previous.disabled a:after{ opacity: .2; }
.bottom-pagination-next.disabled a:after{ opacity: .2; }
/* result-holder */
.result-holder { padding:0; }
.module-filters{
	border-bottom: 1px solid #004495;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 5px;
    width: 100%;
}

.filter-form {
	background-color: rgba(4,39,117,.95);
    padding: 15px;
    position: absolute;
    top: -20px;
    width: 100%;
    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;
}

.filter-form.active {
	top: 0;
	opacity: 1;
	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;
}

.btn-show-filters {
	margin: 0;
	float: left;
	padding: 0 30px 0 20px;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
}

.btn-show-filters i {
    float: left;
    font-size: 30px;
    line-height: 43px;
    margin-right: 8px;
}

.filter-form .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #f5e200;
	font-size: 24px;
}

.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:12px;
	line-height:22px;
	font-weight:normal;
	text-transform: uppercase;
	color:#fff;
	display:block;
	margin:0 0 9px;
}
.filter-title span { 
	font-size: 16px; 
	color: #f5e200;
	position: relative;
    top: 2px;
}
/* applied-filters styles */
.applied-filters{
	float: left;
	margin:0 0 5px;
}
.applied-filters ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:14px;
	font-weight: normal;
	line-height:16px;
}
.applied-filters ul li{
	float: left;
	margin:0 3px 0 0;
}
.applied-filters ul a{
	display:block;
	border:2px solid #fff;
	padding:10px 10px 10px 35px;
	position:relative;
	color:#fff;
	font-weight: normal;
}
.applied-filters ul a:after{
	font-family:"icomoon";
	font-size:20px;
	content:'\e61b';
	position:absolute;
	top:50%;
	margin-top:-9px;
	left:9px;
	/*background:url(../img/sprite-smart.png) no-repeat -419px -352px;*/
	width:18px;
	height:18px;
}

.applied-filters .disabled a{
	background:#ededed;
	border-color:#ddd;
	color:#666;
}
.applied-filters .disabled a:after { background-position:-152px -439px; }

.applied-filters ul li a:hover { border-color:#f5e200; color: #f5e200; }
.applied-filters ul li a:hover:after { background-position: -420px -381px; }

.applied-filters .disabled:hover a {
	color:#f5e200;
	border-color:#f5e200;
}
.applied-filters .disabled:hover a:after{background-position:-124px -411px;}
.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-links a:after{
	content:'';
	position:absolute;
	top:50%;
	margin-top:-8px;
	left:10px;
	background:url(../img/sprite-smart.png) no-repeat 0 -270px;
	width:18px;
	height:16px;
}
.filter-links a:hover{
	background-position:0 -300px;
	border-color:#d00 
}
.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;}
.filter-box p .arrow{
	display:inline-block;
	vertical-align:middle;
	background:url(../img/sprite-smart.png) no-repeat -528px -270px;
	width:26px;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 3px;
}
/* result-gallery, result-list and result-simple  styles */
.result-item{background:#e9e9e9;}
#result-gallery{
	margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
}
.view-result .thumb{position:relative;}
.view-result .thumb img{vertical-align:top; width: 100%; height: auto;}
#result-gallery .result-item{
	position:relative;
	width:33.131313%;
	float:left;
	margin: .1%;
}
#result-gallery .result-item:hover{
	background:#e9e9e9;
	color:#999;
}

.view-result .result-zoom i{
	position:absolute;
	color:#fff;
	font-size:64px;
	top:50%;
	left:50%;
	opacity:0;
	margin:-42px 0 0 -32px;
	z-index:2;
}

.view-result .result-link:hover .result-zoom i{
	position:absolute;
	color:#fff;
	font-size:64px;
	top:50%;
	left:50%;
	margin:-42px 0 0 -32px;
	z-index:2;
	opacity:0.2;
}


.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;
}

.view-result .result-arrow i {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.img-arrow.big { padding: 8px; line-height: 50px; }

.module-details a:hover>.img-arrow,
.view-result .result-link:hover .result-arrow{background:#f5e200;}

.module-details .img-arrow{
	top:0;
	left:auto;
	right:0;
}

.view-result .mpg{
	padding: 10px;
	position:relative;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
#result-gallery .mpg{
	position:absolute;
	left:0;
	top:141px;
	z-index:2;
	/*background-color: #f5e200;*/
	display: none;
}

#result-gallery .result-link:hover .mpg { display: block; }

#result-list .mpg:after{
	content:'';
	position:absolute;
	top:17px;
	left:20px;
	background:url(../img/sprite-smart.png) no-repeat -202px -423px;
	width:36px;
	height:38px;
}
.view-result .mpg p{margin:0;}
.view-result strong{
	font-weight:900;
	font-size:30px;
	line-height:32px;
	display:block;
}

#result-gallery strong { font-size: 20px; line-height: 22px; }

@media all and (max-width: 1200px) {
	#result-gallery strong {
		font-size: 16px;
	}
}

#result-gallery .mpg { font-size: 12px !important; line-height: 12px !important; }

.view-result .info{
	padding:6px 0 5px 10px;
	margin:0;
	list-style:none;
	overflow:hidden;
	font-size:11px;
	line-height:14px;
	font-weight:900;
	text-transform:uppercase;
	color:#999;
}
.result-item:hover .info li strong{color:#999;} 
.view-result .info li{
	float:left;
	padding:0 10px 3px 0;
}
.view-result .info li strong{
	display:block;
	font-size:17px;
	line-height:22px;
	font-weight:normal;
	color:#000;
}
#result-list .result-item{
	overflow:hidden;
	margin:0 0 15px;
	border-top:2px solid #f5e200;
	padding: 0;
	background:#f0f0f0;
	height: 125px;
}
#result-list .result-item:hover{background:#e9e9e9;}
.view-result .result-item:hover .thumb:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:1;
	right:0;
	background-color: rgba(0, 35, 94, .8);
    -pie-background: rgba(0, 35, 94, .8);
	behavior:url(../pie/PIE.htc);
}
#result-simple .result-item:hover .thumb:after,
#result-list .thumb{
	width:222px;
	height: 125px;
	overflow: hidden;
	border-bottom: 0px solid red;
	float:left;
}
#result-list .mpg:after{
	top:10px;
	left:48px;
}
#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;padding: 60px 0 0 0;width:129px; height: 87px; position: relative; text-align: center; color: #fff; background: #f5e200; }

#result-list .info{
	float:left;
	width:345px;
	padding:20px 0 0 30px;
}
#result-list .info li{
	width:120px;	
	padding:0 50px 3px 0;
}
#result-simple .result-item{
	width:222px;
	float:left;
	margin:0 30px 30px 0;
	border-top:2px solid #f5e200;
}
#result-simple{margin:0 -30px 0 0;}
#result-simple .info,
#result-simple .mpg{display:none;}
/* bottom navigation styles */
.bottom-navigation{
	padding: 20px 0;
}
/* result-breadcrumb styles */
.result-breadcrumb{
	float:left;
	padding:20px 0 0;
	width:200px;
	color:#666;
}
.result-breadcrumb p{margin:0;}

/* vehicle-request styles */
.vehicle-request h2{
	width:300px;
	margin:0 30px 0 0;
}
.heading .text-holder{
	float:right;
	width:390px;
	font-size:12px;
	line-height:14px;
	font-weight:300;
	color:#666;
	padding:33px 0 20px;
}
.heading .text-holder p{margin:0;}
/* opener  styles in the open close */

.heading .opener{
	background:url(../img/sprite-smart.png) no-repeat -477px -368px;
	width:40px;
	height:40px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	margin: 25px 25px 0 0;
}
.heading .opener:hover{background-position:-528px -367px;}
.heading .opener.closed{background-position: -477px -368px;}
.open-close.active .heading .opener{background-position:-477px -318px;}
.open-close.active .heading .opener:hover{background-position:-477px -270px;}
/* request form styles */
.request-form{ padding: 10px 0; }
.module-service .request-form{padding:0 0 15px;}
.request-form .row{
	float:left;
	margin-bottom:25px;
}

span.field-number { 
	float: left; 
	height: 40px; 
	width: 40px; 
	font-size: 24px; 
	font-weight: bold; 
	color: #fff; 
	text-align: center; 
	line-height: 40px; 
	background: #ccd0d7; 
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea{
	display:block;
	background:#fff;
	border:2px solid #fff;
	font-size:14px;
	color:#999;
	font-weight:500;
	padding: 0 10px;
	margin:0 0 3px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:91%;
	height: 40px;
	line-height: 40px;
}
textarea{
	width:91% !important;
	height:82px;
	min-height:82px;
	overflow:auto;
}

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: #ccd0d7; }

/* 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;
}
.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 .mark-required{color:#c00;}
.request-form .submit-row{text-align:center;}
/*button[type="submit"]{
	display:inline-block;
	vertical-align:top;
	border:2px solid #000;
	background:#fff;
	cursor:pointer;
	position:relative;
	padding:0 15px 0 11px;
	overflow: visible;
	height:40px;
	margin:0 !important;
	line-height:36px;
}
button[type="submit"]:hover{
	border-color:#d00;
	color:#d00;
}*/
button .arrow{
	float:left;
	background:url(../img/sprite-smart.png) no-repeat 0 -270px;
	width:18px;
	height:16px;
	margin:10px 9px 0 0;
}
button:hover .arrow{background-position:0 -300px;}
.request-form select{
	width:100%;
	margin:0;
	padding:0;
	font-size:14px;
}
/* module-details */
.module-details .detail-title{
	position:relative;
	color:#666;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
	margin:0;
	padding:15px 0 10px 74px;
}
.module-details .detail-title:after{
	content:'';
	position:absolute;
	top:16px;
	left:21px;
	background:url(../img/sprite-smart.png) no-repeat;
	width:30px;
	height:30px;
}
.module-details .tabset:after{
	content:'';
	display:block;
	clear:both;
}
.module-details .tabset{
	float: right;
	margin:0 0 0 -2px;
	padding:0;
	list-style:none;
}
.module-details .tabset li{margin:0 0 -2px 2px;}
.module-details .tabset a{
	width:60px;
	background:#004495;
	position:relative;
	height:40px;
	padding: 0;
}
.module-details .tabset a:hover{
	background:#f5e200;
	border-color:#f5e200;
}
.module-details .tabset .active:hover,
.module-details .tabset .active{
	background:#f5e200;
	border-color:#f5e200;
}
.module-details .tabset .active:after{
	border-color:transparent;
	border-top-color:#f5e200;
	border-width:11px;
}
.module-details .tabset .icon1,
.module-details .tabset .icon2,
.module-details .tabset .icon3,
.module-details .tabset .icon4,
.module-details .tabset .icon5{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	color:#fff;
	font-size:30px;
	/*background:url(../img/sprite-smart.png) no-repeat -42px 0;*/
	margin:-16px 0 0 -14px;
	/*text-indent:-9999px;*/
	overflow:hidden;
}
.module-details .tabset .icon2{
}
.module-details .tabset .icon3{
	margin-left:-17px;
}
.module-details .tabset .icon4{
	margin-left:-17px;
}
.module-details .tabset .icon5{
	margin-top:-7px;
}
/* details-column styles */
.details-column{
	float:left;
	width:252px;
	height: 408px;
}
.details-column-title{
	font-size:32px;
	line-height:22px;
	font-weight:lighter;
	color:#fff;
	margin:0 0 10px;
}
.details-column .years{
	font-size:40px;
	line-height:40px;
	display:block;
	font-weight:bold;
	margin:0 0 15px;
	color: #f5e200;
}
.detail-mpg{
	padding:0 0 102px 50px;
	content:'';
	position:relative;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
}
.detail-mpg:after{
	font-family:"icomoon";
	font-size:39px;
	content:'\e60c';
	position:absolute;
	top:15px;
	left:4px;
	/*background:url(../img/sprite-smart.png) no-repeat -202px -423px;*/
	width:36px;
	height:38px;
}
.detail-mpg p{margin:0;}
.detail-mpg strong{
	font-size:30px;
	line-height:32px;
	display:block;
	font-weight:bold;
}
.detail-info{
	padding:0;
	margin:0 0 0 0;
	list-style:none;
	padding:0 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.detail-info li{
	padding:2px 0;
	border-bottom:1px solid #001d62;
	overflow:hidden;
}
.detail-info-title{
	font-size:11px;
	line-height:14px;
	font-weight:900;
	color:#999;
	float:left;
	text-transform:uppercase;
	margin:0;
	padding:8px 8px;
	width:78px;
}
.detail-info .text{
	font-size:12px;
	font-weight: normal;
	line-height:16px;
	color:#fff;
	float:left;
	width:127px;
	padding:8px 15px;
}
.module-details .tab-content{
	float:right;
	width:726px;
}
.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:50%;}
.module-details .carousel .mask{overflow:hidden;}
.module-details .carousel .slide{width:726px;}
.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:#f5e200;
	position:relative;
}
.details-holder{padding-bottom:30px;}
.intro .open-close .opener:hover,
.module-details .carousel .open-close .opener:hover{background:#ffbf37;}
.intro .open-close .opener:after,
.module-details .carousel .open-close .opener:after{
	font-family:"icomoon";
	content:'\e614';
	font-size:25px;
	position:absolute;
	top:10px;
	left:10px;
	/*background:url(../img/sprite-smart.png) no-repeat -277px -430px;*/
	width:30px;
	height:23px;
	margin:1px 0 0 5px;
}
.intro .open-close.active .opener:after,
.module-details .carousel .open-close.active .opener:after{background-position:-277px -393px;}
.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 #f5e200;
	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;}

.intro .open-close .slide-box .close,
.module-details .carousel .open-close .close{
	content:'';
	float:right;
	font-size:20px ;
	/*background:url(../img/sprite-smart.png) no-repeat -419px -352px;*/
	width:18px;
	height:18px;
	/*text-indent:-9999px;*/
	overflow:hidden;
	padding:0;
	background:none;
}
.slide-box .slide-holder{
	overflow:hidden;
}
.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,
.module-details .carousel .open-close .close:hover i{color:#f5e200;}
.intro .open-close.active .slide-box .close,
.module-details .carousel .open-close.active .close{opacity:1;}
.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);
}

.toggle-bg { width: 448px; height: 90px; float: left; background: #000; overflow: hidden; }

.module-models-cars .heading{border:none; background-color: #000f32; }
.module-testimonies .heading{border:none;}

.detail-specs .heading .text-holder{
	width:500px;
	padding-top:28px;
}

.detail-specs .info-area{padding:0 0 30px;}
.detail-specs h3{
	font-size:14px;
	line-height:42px;
	font-weight:bold;
	color:#333;
	height: 42px;
	margin:0 0 17px;
	text-transform:uppercase;
	text-align: center;
	background: #edf0f5;
}

.detail-specs h3 span.mark {
	color: #c00;
	font-size: 10px;
	position: relative;
	top: -5px;
}

.is-sitemap .detail-specs h3 { text-align: center !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;
}

.info-links{
	padding:10px 0 0;
	margin:0 0 -15px;
	list-style:none;
	font-size:12px;
	line-height:14px;
	font-weight:normal;
	overflow:hidden;
	/* height:380px; */
}
.info-links li{
	padding:0 0 18px 13px;
	position:relative;
	color: #666;
}
.info-links li:after{
	content:'';
	position:absolute;
	top:3px;
	left:0;
	background:url(../img/sprite.png) no-repeat -65px -38px;
	width:9px;
	height:7px;
}
.info-links a{color:#666;}

.detail-specs .info-area .links-more{
	display:block;
	/*text-indent:-9999px;*/
	overflow:hidden;
	margin:30px auto 0 auto;
	/*background:url(../img/sprite-smart.png) no-repeat -480px -428px;*/
	width:31px;
	height:31px;
	position:relative;
}
.detail-specs .info-area .links-more i{
    font-size:20px;
    color:#666;	
}
.detail-specs .info-area .links-more:hover i {color:#f5e200;}
/* module-similar styles */
.module-similar .carousel{
	padding: 30px 0 100px;
}
.about-employees .carousel{padding: 10px 0 70px;}
.module-similar .module-used-cars-text{background:#f9f9f9;}
.about-employees .module-used-cars-text{background:#f9f9f9;}
.module-similar h2:after{
	content:'';
	position:absolute;
	top:-3px;
	left:24px;
	background:url(../img/sprite-smart.png) no-repeat -432px 0;
	width:38px;
	height:38px;
}
/* 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:after{
	content:'';
	position:absolute;
	top:50%;
	left:10px;
	background:url(../img/sprite-smart.png) no-repeat 0 -270px;
	width:18px;
	height:16px;
	margin:-8px 0 0 0;
}
.contact-buttons a:hover{border-color:#fff;}
/* contact-directions styles */
.contact-directions{padding:18px 0 0;}
.contact-directions-column{
	font-size:14px;
	line-height:16px;
	padding:28px 0 20px 20px;
}
.contact-directions-column p{margin:0;}
.contact-directions address{color:#333;}
.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{
	margin:0 0 30px;
	position:relative;
	border: 2px solid #ccc;
}
.contact-map .btn-map{
	position:absolute;
	top:10px;
	right:10px;
	background:#f5e200;
	width:45px;
	height:45px;
	font-size: 34px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	z-index:10;
	overflow:hidden;
}
/* 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-directions-buttons a:after{
	content:'';
	position:absolute;
	top:50%;
	left:10px;
	background:url(../img/sprite-smart.png) no-repeat;
	width:16px;
	height:18px;
	margin-top:-9px;
}
.contact-directions-metro a:after{
	background-position:-95px -270px;
	width:13px;
	height:13px;
	margin-top:-6px;
}
.contact-directions-north a:after{background-position:-125px -270px;}
.contact-directions-south a:after{background-position:-155px -270px;}
.contact-directions-east a:after{
	background-position:-182px -270px;
	width:18px;
	height:16px;
	margin-top:-8px;
}
.contact-directions-west a:after{
	background-position:-218px -270px;
	width:18px;
	height:16px;
	margin-top:-8px;
}
/* contact-info stylees */
.contact-info h2{padding:0 0 0 60px;}
.contact-info h2:after{
	content:'';
	position:absolute;
	top:4px;
	left:41px;
	background:url(../img/sprite-smart.png) no-repeat -275px -57px;
	width:40px;
	height:30px;
}
.contact-info .info-area{padding:44px 0 12px;}
.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: #f5e200;
}
.contact-info .schedule li{
	margin:0 0 1px;
	background:#000;
	padding:30px 20px 20px;
}
.contact-info .schedule p{margin:0;}
.contact-info .work-time,
.contact-column .work-time{
	font-size:54px;
	line-height:30px;
	font-weight:bold;
	display:block;
}

.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{
	background:#f5e200;
	padding:0 0 0 84px;
	position:relative;
	margin:0 0 31px;
}
.contact-info .email-box .email-icon,
.contact-info .fax-box .fax-icon,
.contact-column .phone-box .phone-icon,
.contact-info .phone-box .phone-icon{
	position:absolute;
	top:50%;
	left:29px;
	/*background:url(../img/sprite-smart.png) no-repeat -375px -397px;*/
	width:30px;
	height:42px;
	margin:-21px 0 0 0;
}

.phone-box i, .fax-box i, .email-box i{
	position:absolute;
	top:50%;
	left:29px;
	color:#fff;
	font-size:40px;	
	margin:-21px 0 0 0;
}

.grid_12 .phone-box i{
	position:absolute;
	top:50%;
	left:29px;
	/*background:url(../img/vertical-nav-icons-sprite.png) no-repeat center -300px;*/
	width:40px;
	height:30px;
	margin:-21px 0 0 -16px;
}

.contact-info .fax-box .fax-icon{
	background-position:-432px -56px;
	width:42px;
	height:38px;
	margin-top:-19px;
	left:20px;
}
.contact-info .email-box .email-icon{
	background-position:-329px -57px;
	width:39px;
	height:44px;
	margin-top:-22px;
	left:24px;
}
.contact-info .email-box .email,
.contact-info .fax-box .fax,
.contact-info .phone-box .phone,
.contact-column .phone-box .phone {
	display:block;
	font-size:12px;
	line-height:14px;
	color:#333;
	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:bold;
	display:block;
	margin-bottom: 15px;
}

.contact-column .email strong, .contact-column .fax strong, .contact-column .phone strong { font-size: 30px; }

.contact-column .email-box p,
.contact-column .fax-box p,
.contact-column .phone-box p,
.contact-column .schedule p {
	margin: 0; 
	font-size: 12px; 
	color: #666;
}
.message-module h2:after{
	content:'';
	position:absolute;
	top:2px;
	left:42px;
	background:url(../img/sprite-smart.png) no-repeat -381px -56px;
	width:34px;
	height:38px;
}
/* module-offers styles */
.module-offers .carousel{padding:26px 24px;}

.module-offers .carousel .slide-pagination-prev,
.module-offers .carousel .slide-pagination-next{
	margin:0;
	top:41%;
}
.module-offers .slide-pagination-prev i,
.module-offers .slide-pagination-next i{
    position: absolute;
    font-size: 36px;
    color: #FFF;
    margin: 20px 0px 0px 21px;
}

}

/*.offer-interest h2:after{
	content:'';
	position:absolute;
	top:0px;
	left:26px;
	background:url(../img/sprite-smart.png) no-repeat -495px -53px;
	width:44px;
	height:44px;
}*/
/* module-facebook styles */
.module-facebook h2:after{
	content:'';
	position:absolute;
	top:-3px;
	left:20px;
	background:url(../img/sprite-smart.png) no-repeat -613px 0;
	width:46px;
	height:46px;
}
.facebook-placeholder{
	padding-top:6px;
	padding-bottom:2px;
}
/* module-twitter styles */
.module-twitter h2:after{
	content:'';
	position:absolute;
	top:-5px;
	left:20px;
	background:url(../img/sprite-smart.png) no-repeat -612px -53px;
	width:46px;
	height:46px;
}
.twitter-placeholder{
	padding-top:46px;
	padding-bottom:55px;
}
/* module-calculator styles */
.calculator-form{
	padding:0 0 25px;
	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 0 2px;
	margin:0 -5px 2px 0;
	list-style:none;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
}
.calculator-form .radio-row li{
	width:486px;
	margin:0 5px 0 0;
	background:#004495;
	float:left;
}
.calculator-form .radio-row label{
	display:block;
	overflow:hidden;
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:300;
	padding:17px 20px;
}
.calculator-content .row{
	padding:0 0 2px;
	border-bottom:1px solid #e5e5e5;
	margin:0 0 2px;
	overflow:hidden;
}
.calculator-content .total-row{
	border-top:1px solid #e5e5e5;
	margin-top:-1px;
	padding:5px 0 0;
	overflow:hidden;
}
.calculator-content .total-row .label,
.calculator-content .row label{
	width:319px;
	float:left;
	font-size:14px;
	line-height:16px;
	font-weight:900;
	text-transform:uppercase;
	color:#999;
	text-align:right;
	margin:23px 0 0;
}
.calculator-content .total-row .label{color:#000;}
.calculator-content .total-row .total-cost{
	display:inline-block;
	width:204px;
	font-size:30px;
	line-height:34px;
	color:#000;
	font-weight:900;
	padding:5px 0 0;
	border-bottom:2px solid #000;
}
.calculator-content .total-row button[type="submit"]{margin:0 42px 0 0 !important;}
.calculator-content .holder{
	width:622px;
	float:right;
	padding:10px;
}
.calculator-content .row .holder{background:#f2f4f8;}
.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[type="text"]{
	width:305px;
	font-size:18px;
	padding:8px 13px 7px;
	font-weight:500;
	color:#666;
	margin:0;
}
.calculator-form input::-webkit-input-placeholder {color: #666;}
.calculator-form input:-moz-placeholder {color: #666;}
.calculator-form input::-moz-placeholder {
	color: #666;
	opacity: 1;
}
.calculator-form input:-ms-input-placeholder {color: #666;}
.calculator-content select{
	float:left;
	margin:0;
	padding:0 ;
	width:301px;
	font-size:18px;
	font-weight:500;
	color:#666;
}
/* about-info styles */
.about-info-holder{
	position:relative;
	padding:40px 0 32px;
}
.about-info .content{padding:0 20px 0 0;}

.about-info-holder:after{
	content:'';
	display:block;
	clear:both;
}
.about-info-holder:before{
	content:'';
	position:absolute;
	right:266px;
	top:0;
	bottom:0;
	border-left:1px dotted #ddd;
}
.about-images-holder img {
	display:block;
	margin:0 auto 25px;
}
.about-info .intro-text{
	font-size:30px;
	line-height:32px;
	font-weight:normal;
	margin:-4px 0 33px;
	color: #004495;
}
.about-info p{margin:0 0 25px;}
/* about-testimonies styles */
.about-testimonies .slideshow blockquote{
	padding:37px 50px 76px;
}
.about-info a { color: #004495;}
.about-info a:hover { color: #f5e200;}

.slideshow .slide-button a.slide-pagination-prev:hover,
.slideshow .slide-button a.slide-pagination-next:hover { background-color: #f5e200; }
.slideshow .slide-button a.slide-pagination-prev,
.slideshow .slide-button a.slide-pagination-next{
	background: #004495 url(../img/carrusel-arrow.png) no-repeat;
	width:80px;
	height:80px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:1;
	border-radius:100%;
	-pie-border-radius:100%;
	behavior:url(../pie/PIE.htc);
}

.slideshow .slide-button a.slide-pagination-next { background-position: 0 -80px; }

.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{
	float:right;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background: url('../img/sprite-smart.png') no-repeat -419px -352px;
	width: 18px;
	height: 18px;
	margin:10px 10px 0 0;
	transition: none;
}
.slide-button .slide-box-button .opener-button:hover{background: url('../img/sprite-smart.png') no-repeat -420px -381px;}
.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;
	background: url('../img/sprite-smart.png') no-repeat -54px -265px;
	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{
	background-position:4px -295px;
	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;}
.thumbnails .slide-button-button .open-close-button.active > a:after {background-position: -33px -31px;}
/* about-employees styles */
.about-employees-link{
	background:#fff;
	display:block;
}
.about-employees-text{
	background: #edf0f5;
	overflow:hidden;
	padding: 15px;
	position:relative;
	height: auto;
}

.about-employees-info{
	float:left;
	color:#666;
	font-size:14px;
	line-height:16px;
	width: auto;
}
.about-employees-info .name{
	display:block;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#004495;
}

a.icon-plus { font-size: 52px; font-weight: 300; text-align: center; line-height: 58px; color: #fff; background: #f5e200; 
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{padding:47px 0 39px;}

.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,
.about-team .carousel .slide{width:978px;}
.about-team .carousel .slide a{
	display:block;
	position:relative;
}
.about-team .carousel .slide .zoom{
	position:absolute;
	left:50%;
	top:50%;
	margin:-42px 0 0 -42px;
	background: url('../img/sprite-bg.png') no-repeat -551px -242px;
	width: 83px;
	height: 83px;
	opacity:0;
	transition: opacity .3s ease-in-out;
}
.about-team .carousel .img-col.big .zoom{
	margin:-98px 0 0 -98px;
	background-position:-453px 0;
	width: 196px;
	height: 198px;
}
.about-team .carousel .slide a:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	opacity:0;
	transition: opacity .3s ease-in-out, box-shadow .3s ease-in-out;
}
.about-team .carousel .slide a:hover:after{
	box-shadow: 0 0 120px rgba(0,0,0, 0.8) inset;
	opacity:1;
}
.about-team .carousel .slide a:hover .zoom{opacity:1;}
.date-field{position:relative;}
.date-field:after{
	content:'';
	display:block;
	clear:both;
}
.date-field .ui-datepicker-trigger,
.date-field .btn-date{
	position:absolute;
	right:8px;
	top:5px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	padding:0;
	background:#f5e200 url('../img/sprite-smart.png') no-repeat -319px -386px;
	border:none;
	width:33px;
	height:30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.date-field .btn-date{display:none;}
.contact-column{
	float:right;
	width:286px;
	margin: 20px 0;
	position:relative;
	z-index:1;
}

.is-contact-us .contact-column {
	width: 100%;
	float: left;
	margin: 0;
}

.is-contact-us .contact-column .phone-box {
	margin: 0 15px;
	padding: 0;
	border: none;
}

.intro .slide-box .text-block {
	float: left;
	overflow:hidden;
	font-size:14px;
	line-height:24px;
	font-weight:500;
}
.contact-column .phone-box{
	padding:0 0 0 40px;
	margin:0 0 0 20px;
	background:none;
	position:relative;
	z-index:2;
	border-left: 1px dotted #004495;
}

.text-block h2 {
	color: #004495;
}

.text-block p {
	font-size: 15px;
	color: #666;
}

.contact-column .phone-box .phone-icon, .contact-column .phone-box .clock-icon{left:17px;}
/* ---------------------------------------------------------
   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 #333;
	border-radius: 100%;
	margin: 0 21px 0 0;
	float: left;
	background:#fff;
	width:21px;
	height:21px;
	behavior:url(../pie/PIE.htc);
	position:relative;
}
.rad-checked:after{
	content:'';
	position:absolute;
	top:5px;
	left:5px;
	background:#004495;
	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;
	float: left;
	color: #999;
	background:#fff;
	border:2px solid #FFF;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.request-form .select-area { width:91% !important; }

.select-area:focus { border-color: #f5e200; }
.select-area .center {
	white-space: nowrap;
	padding:0 10px;
	line-height:37px;
}

.filter-form .select-area,
.module-quicksearch .select-area {
	height: 65px;
	background:none;
	border:none;
}
.module-quicksearch .select-area .center {
	white-space: nowrap;
	height:63px;
	font-size:20px;
	line-height:63px;
	font-weight:lighter;
	color:#fff;
	padding:0 10px;
	display:block;
	text-transform:uppercase;
	border: solid #fff;
	border-width: 1px 1px 1px 0;
}
.calculator-form .select-area{
	font-size:18px;
	font-weight:500;
	color:#666;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:36px;
}

.module-quicksearch  .select-area .select-opener {
    position: absolute;
    width: 58px;
    height: 65px;
    right: 0px;
    top: 0px;
    line-height: 70px;
    font-size: 34px;
    text-align: center;
}
.select-area .select-opener {	
	position: absolute;
	width: 40px;
	height: 40px;
	right: -3px;
	top: -4px;
	line-height: 40px;
	font-size: 24px;
	text-align: center;
}
.select-area .select-opener {	
	line-height: 49px;
    color: #fff;
}

.select-active { border-color: #f5e200; }

.module-quicksearch .select-opener:after{
	position:absolute;
	border:solid transparent;
	top:50%;
	left:50%;
	border-color:rgba(204,0,0, 0);
	border-top-color:#1046aa;
	border-width:10px;
	margin:-4px 0 0 -10px;
}
.calculator-form .select-active .select-opener:before{display:none;}
.select-options {
	position: absolute;
	overflow: hidden;
	background: #fff;
	z-index: 2000;
}
.drop-filters-select,
.drop-search-select{
	background:none;
	margin-top:2px;
}
.select-options .drop-holder {
	border:2px solid #aaa;
	overflow: hidden;
	height: 1%;
	margin-top:2px;
}
.drop-filters-select .drop-holder,
.drop-search-select .drop-holder{
	border:2px solid #000;
	background:#fff;
}
.drop-filters-select{margin-top:2px;}
.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:2px solid #999;
	display: block;
	cursor: default;
	color: #999;
	height: 1%;
	background:#f9f9f9;
	font-weight: normal;
}
.drop-filters-select ul,
.drop-search-select ul{
	font-size:14px;
	line-height:22px;
}
.drop-filters-select  ul a,
.drop-search-select  ul  a{
	padding:6px 19px;
	border-top:2px solid #000;
	background:#fff;
}
.select-options .item-selected a {
	text-decoration: none;
	background:#f5e200;
	color: #000;
}
/* 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;
	border: 2px sold lime;
	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;}
.thumb-prev:after,
.thumb-next:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	background:url(../img/sprite-smart.png) no-repeat -578px -270px;
	background:url(../img/sprite-smart.png) no-repeat -843px -276px;
	width:13px;
	height:42px;
	margin:-21px 0 0 -6px
}
.thumb-next:after{
	background-position:-612px -270px;
}
.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-close:hover{background:#d00;}
#fancybox-close:after{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	background:url(../img/sprite-smart.png) no-repeat -320px -428px;
	width:30px;
	height:30px;
	margin:-15px 0 0 -15px
}
#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;}
.ui-slider-handle{
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/sprite-smart.png) no-repeat 0 -352px;
	width:31px;
	height:32px;
	top:-14px;
	margin:0 0 0 -15px;
	/* left:12.3%; */
	transition: none;
}
.ui-slider-handle:hover{background-position:0 -403px;}


.carousel-nav .slide-pagination{
	display:table;
	width:100%;
	table-layout: fixed;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.carousel .slide-pagination li{
	display:table-cell;
	margin:0;
}
.slider-wrap{
	background: #f5e200;
	height: 5px;
	position: relative;
	padding:0 35px;
}
.carousel-nav .slider-line{
	background:none;
	margin:0 auto;
	/* width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; */
}

.thumb-ajax-carousel .mask{
	width:420px;
	overflow:hidden;
	position:relative;
	float:right;
}
.thumb-ajax-carousel .mask .slide-pagination{
	width:9999px;
	overflow:hidden;
	position:relative;
	float:left;
}
/* .thumbnails .slide-pagination */
.thumbnails.not-enough-slides .slide-button .prev,
.thumbnails.not-enough-slides .slide-button .next{display:none;}
.header-fixed .header-wrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height: 58px;
	background: #fff;
}
#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:#f5e200;}

/*#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;
}

/* NATANAEL'S STYLE */
.accessibility { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }

section { 
	background-color: #edf0f5;
	overflow: hidden;
}

section.information,
.is-contact-us section#information {
	background-color: #fff;
	padding: 10px 0 30px;
}

section#result,
section#gerencia,
section.about-info,
section.detail-specs { background-color: #fff; }


/* Section headings */
.section-heading {
	width: 100%; 
	height: 90px; 
	overflow: hidden; 
	text-align: center; 
}

.section-heading h2 { 
	font-size: 30px; 
	font-weight: lighter; 
	text-transform: uppercase; 
	line-height: 90px; 
	color: #333; 
	margin: 0; 
	padding: 0; 
}

.section-heading.dark h2 {
	color: #fff;
}

.section-heading h2 strong { font-weight: bold; }
.section-heading h2 span { width: 50px; height: 50px; display: inline-block; position: relative; top: 4px; margin-right: 5px;}

.section-heading h2 i {
	position:absolute;
	color:#fff;
	font-size: 45px;
    margin: 22px 0px 0px -54px;
}

/* Icons Vertical Nav */
.add-nav span { 
	width: 100%; 
	height: 30px; 
	display: block; 
	position: relative; 
	top: 20px; 
	margin-bottom: 25px;
    /*background:url(../img/vertical-nav-icons-sprite.png) center 0 no-repeat; }*/
}
.add-nav i {
	width: 100%; 
	height: 30px; 
	display: block; 
	position: relative; 
	top: 20px; 
	font-size:30px;
	margin-bottom: 25px;
}

/* Icons Services Modules */
.module-image-holder .icn-holder { 
	width: 100%; 
	height: 150px; 
	float: left; 
	overflow: hidden; 
	font-size: 14px; 
	font-weight: bold; 
	text-align: center;
	text-transform: uppercase;  
}
.module-image-holder .icn-holder i { 
	font-size:70px;
	width: 100%; 
	height: 70px; 
	margin: 25px 0 10px 0; 
	display: block; 
	overflow: hidden;
    -webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.module-tools-link:hover i { 
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.module-tools-link:hover .module-tools-text { display: block; }

.module-tools-link:hover img { opacity: .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; }

/* Backgrounds */
.dark-blue { background: #000f32; }
#smart-search { background: #000f32 url(../img/bg-home-search.jpg) center center no-repeat; overflow: hidden; }

.full-wide { width: 100%; overflow: hidden; padding: 20px 0; position: absolute; bottom: 0; }
.blue { 
	background: rgba(0, 0, 0, 0.3);
}
.full-wide h1 { font-size: 60px !important; text-transform: uppercase; }
.full-wide h1 span { font-weight: bold; color: #f5e200; }

/* Misc */
#privacy h1 { font-size: 40px; text-transform: uppercase; }
.module-information h1, .module-search h1 { font-size: 32px; color: #fff; text-transform: uppercase; text-align: center; font-weight: 300; margin: 0 0 50px; }
.module-information h1 span, .module-search h1 span { font-weight: bold; color: #f5e200; }

.suggestions { float: left; overflow: hidden; margin: 0 20px; }
.suggestions h3 { text-transform: uppercase; font-weight: normal; color: #fff; }

.grid_4.home-contacts-module {
	border-left: 1px dotted #fff;
    border-right: 1px dotted #fff;
    padding: 0 40px;
    width: 224px !important;
    min-height: 275px;
}
.grid_4.home-contacts-module .divider { border: none !important; }

.testimonies-center-holder { width: 586px; overflow: hidden; margin: 0 auto 30px auto; }

#privacy .container_12 { background: #fff; padding: 30px; }

span.follow { font-size: 12px; font-weight: bold; text-transform: uppercase; color: #666; float: left; height: 40px; line-height: 12px; padding-top: 5px; margin-left: -5px; }
span.follow p {font-size: 18px !important; line-height: 18px; margin: 0; padding:0;  }

.intro span.follow { height: 32px; margin-left: 80px; padding-top: 19px; color: #fff; line-height: 32px; }

/* filter-form styles */
.filters { padding: 15px; width: 192px !important; background-color: #14213f; }
.filters .select-area { width: 192px !important; height: 40px; margin-bottom: 2px; border: 2px solid #fff; background: #fff; }
.filters .select-area .center { font-size: 14px; height: 40px; line-height: 40px; }
.filters .btn-more { margin-bottom: 10px; width: 177px; }

/* Icons tabs Marcas/Modelos Home 
a.toyota { background: url(../img/logo-toyota.png) center center no-repeat; }
a.jeep { background: url(../img/logo-jeep.png) center center no-repeat; }
a.ford { background: url(../img/logo-ford.png) center center no-repeat; }
a.kia { background: url(../img/logo-kia.png) center center no-repeat; }
a.mitsubishi { background: url(../img/logo-mitsubishi.png) center center no-repeat; }
a.nissan { background: url(../img/logo-nissan.png) center center no-repeat; }*/


/* MDV */

.btn-big {margin:20px auto 15px auto; width: 978px;}

.autoconexion {
	width: 1205px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	border-top: 20px solid #222;
	overflow: hidden;
	background: transparent;
}

.autoconexion iframe{
	margin: -120px 0  0 0;
}

.autoconexion-outter {
	background:#8bc441;
	padding-top: 75px;
}

.btn-ofertas a{
  float: left;
  display: block;
  width:200px;
  height: 60px;
  margin: 0 0 30px 420px;
  line-height:60px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  background-color:#004495;
}

.btn-ofertas a:hover{
  background: #f5e200;
  color: #000;
}

@media only screen and (max-width: 1024px) {
	.add-nav { display: none;}
}

/* Specs toggles */
.info-area .open-close-button {
    display: block;
    text-align: center;
    font-size: 26px;
    margin: 10px 0;
}

.info-area .open-close.active  i:before {
    content: "\e61f" !important;
}

/* version mobile / movil */
.version-mobile-box {
    width: 100%;
    margin:0px 0;
    padding: 0; 
    float:left;
    display: block; 
    border-top: 1px solid #ddd;
    background-color: #004495;
}
.version-mobile-btn a {
    padding: 0 10px;
    border: 1px solid #fff;
    margin: 15px auto;
    display: block;
    width: 125px;
    font-size: 11px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 26px;
    line-height: 26px;
    color: #fff;
}
.version-mobile-btn a:hover {
    background: #f5e200;
    border: 1px solid transparent;
    color: #000;
}
.version-mobile-btn i {
    font-size: 11px;
    line-height: 26px;
}
/* end version mobile / movil */

/* ------------- NEW STYLES ------------- */
/* Home Submenu */
ul.sections-nav {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;	
	background-color: #f5e200;
	list-style: none;
	text-align: center;
}

ul.sections-nav.fixed {
  	z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

ul.sections-nav li {
	width: 33.3333%;
	float: left;
}

ul.sections-nav li.dots a {
	border: dotted #ac9f00;
	border-width: 0 1px;
	margin: 5px 0;
	height: 40px;
	line-height: 40px;
}

ul.sections-nav li a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	display: block;
}

ul.sections-nav li a:hover {
	font-weight: 900;
	color: #000;
}

ul.sections-nav li a strong {
	font-weight: 900;
}

/* Featured cars HOMEPAGE */
div#featured-car {
	background-color: #004495;
	height: auto;
}

.wrap_50 {
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
}

div#featured-car h1 {
	color: #fff;
    font-size: 26px;
    font-weight: lighter;
    margin: 0;
    padding: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

div#featured-car h1 strong {
	font-weight: 900;
	color: #f5e200;
}

div#featured-car h2 {
	font-size: 46px;
    font-weight: lighter;
    text-align: center;
    color: #616161;
    margin: 0;
    padding: 30px 0 10px;
    width: 100%;
    display: inline-block;
}

h3.sub-heading {
	font-size: 20px;
	color: #616161;
	text-align: center;
	font-weight: 300;
	margin-bottom: 30px;
}

.container--full-width.flex .grid-row {
    display: flex;
}
.grid-col-medium-4 {
    width: 50%;
    float: left;
    position: relative;
    background-color: #000;
}

.grid-col-medium-4.first-child {
	width: 101%;
}

.container--full-width.flex .grid-row [class*="grid-col-medium"] {
    display: flex;
}
.mdp-flexiblecontent-tout--full-width {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    width: 100%;
}
.mdp-flexiblecontent-tout--full-width__image {
    height: auto;
    transition: transform .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 100%;
}
.container--full-width.flex .grid-row [class*="grid-col-medium"] {
    float: left;
    width: 25%;
}
.container--full-width.no-gutter > .grid-row > [class*="grid-col-"] {
    margin: 0;
    padding: 0;
}
.mdp-flexiblecontent-tout--full-width__image-container {
    align-items: center;
    overflow: hidden;
    position: relative;
}
.mdp-flexiblecontent-tout--full-width__image {
    -webkit-transform: scale(1.06) translateZ(0px);
  	-ms-transform:     scale(1.06) translateZ(0px);
  	transform:         scale(1.06) translateZ(0px);
}

.wrap-link:hover .mdp-flexiblecontent-tout--full-width__image {
    -webkit-transform: scale(1.15) translateZ(0px);
  	-ms-transform:     scale(1.15) translateZ(0px);
  	transform:         scale(1.15) translateZ(0px);
  	opacity: 1;
  	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.mdp-flexiblecontent-tout--full-width__image {
    height: auto;
    transition: transform .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    width: 100%;
    opacity: .8;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.mdp-flexiblecontent-tout--full-width .tout--description {
    flex: 1 1 0;
    text-align: center;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -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;
}

.wrap-link:hover .tout--description {
	background-color: rgba(245, 226, 0, .8);
	-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;
}

.mdp-flexiblecontent-tout--full-width .tout--description h3 {
	color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 0 20px;
}

@media all and (min-width:320px) and (max-width: 1024px) {
	.mdp-flexiblecontent-tout--full-width .tout--description h3 {
		font-size: 16px;
	}
}

.mdp-flexiblecontent-tout--full-width .tout--description h3 p {
  	margin: 0;
}
.mdp-flexiblecontent-tout__copy p {
	color: #fff;
    float: right;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    margin: 0 15px;
}

.mdp-flexiblecontent-tout__copy i {
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	color: #fff;
	float: right;
	margin-right: 20px;
}

@media all and (min-width:320px) and (max-width: 1280px) {
	.new-models-list li figure {
		margin: 10px 0;
	}
	div#tools .heading {
		margin: 0 0 40px;
	}
	.is-about-us .banner h1 {
		margin: 0;
	}
	.socials-section .heading {
		margin: 0 0 15px !important;
	}
	.socials-section .pagination-holder {
		margin: 0 0 20px;
	}
	.content-info .header-box {
		padding: 0 0 15px;
	}
	div#information .heading {
		margin: 0 0 40px;
	}
	.header-black {
		padding: 10px 0 15px 0;
	}
	.banner .colors-holder {
		bottom: 400px;
	}
	.heading-box.car-detail-text .container {
		width: 850px;
	}
}

figure img {
	-webkit-transform: scale(.9);
	-moz-transform:    scale(.9);
	-ms-transform:     scale(.9);
	-o-transform:      scale(.9);
	transform:         scale(.9);

	-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;
}
.new-models-list li a:hover figure img {
	-webkit-transform: scale(1.1);
	-moz-transform:    scale(1.1);
	-ms-transform:     scale(1.1);
	-o-transform:      scale(1.1);
	transform:         scale(1.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;
}

.new-models-list .name {
	display:block;
	font-size:17px;
	font-weight:normal;
	color:#666;
	margin-top: 5px;
}

.new-models-list li a:hover .name { color: #2d96cd; font-weight: bold; }

/* ----------------- Section by Brands ----------------- */
section.by-brand {
	width: 100%;
	overflow: hidden;
	background-color: #edf0f5;
}

section.by-brand h1 {
	font-size: 26px;
    font-weight: lighter;
    margin: 25px 0;
    text-align: center;
    text-transform: uppercase;
}

section.by-brand h1 strong {
	font-weight: 900;
}

ul.brands {
	max-width: 1200px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}

ul.brands li {
	float: left;
    margin: 0.2%;
    width: 19.6%;
}

ul.brands li a {
	color: #999;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
}

ul.brands li a:hover {
	color: #fff;
}

ul.brands li a:hover.toyota { background-color: #c80a1c; }
ul.brands li a:hover.nissan { background-color: #9f9f9f; }
ul.brands li a:hover.ford { background-color: #1882bb; }
ul.brands li a:hover.chevrolet { background-color: #d6ab4d; }
ul.brands li a:hover.chrysler { background-color: #000a51; }
ul.brands li a:hover.hyundai { background-color: #014587; }
ul.brands li a:hover.kia { background-color: #aa2e2e; }
ul.brands li a:hover.honda { background-color: #e40320; }
ul.brands li a:hover.jeep { background-color: #231f20; }
ul.brands li a:hover.mitsubishi { background-color: #ed1c24; }

ul.brands li a img {
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

ul.brands li a:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

section.by-brand .btn-more.small {
	float: none !important;
	margin: 30px;
}

/* Home module contacts */
.module-information .map-holder {
	float: left;
	width: 50%;
	opacity: .5;
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.module-information .map-holder:hover {
	opacity: 1;
	-webkit-transition:	all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.module-information .contact-info {
	float: left;
    height: 270px;
    padding: 40px 5%;
    width: 40%;
    background: url(../img/bg-contacts.jpg) center center no-repeat;
}

.module-information .contact-info p span {
	color: #f5e200;
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
}

.module-information .contact-info address a {
	color: #f5e200;
}

.module-information .contact-info address a:hover {
	text-decoration: underline;
}

.module-information .contact-info .btn-more {
	float: left;
	margin: 15px 0 0;
}

.inventory-sorting {
	float: left;
	margin-left: 15px;
}

.inventory-sorting .select-area {
	width: 150px !important;
	border: 2px solid #fff;
    font-size: 14px;
    font-weight: normal;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
}

/* map section */
.map-section {
  position: relative; }
  .map-section .holder {
  	background-color: #fff;
    left: 10px;
    padding: 15px;
    position: relative;
    top: 150px;
    width: 324px;
    z-index: 5;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  }

.map:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7); }

.map-form {
  text-align: center;
  font-size: 30px;
  line-height: 34px; }
  .map-form .input-box {
    overflow: hidden;
    background: #ebebeb;
    position: relative;
    border-radius: 3px;
    width: 100%;}
  .map-form input[type="search"] {
    border: none;
    background: #ebebeb;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 0 15px;
    color: #797979;
    margin: 0;
    float: left;
    width: 265px; }
    .map-form input[type="search"]::-webkit-input-placeholder {
      color: #797979;
      text-transform: uppercase; }
    .map-form input[type="search"]::-moz-placeholder {
      opacity: 1;
      color: #797979;
      text-transform: uppercase; }
    .map-form input[type="search"]:-moz-placeholder {
      color: #797979;
      text-transform: uppercase; }
    .map-form input[type="search"]:-ms-input-placeholder {
      color: #797979;
      text-transform: uppercase; }
    .map-form input[type="search"].placeholder {
      color: #797979;
      text-transform: uppercase; }
  .map-form button.btn {
    position: absolute;
    right: 0;
    top: 0;
    float: none;
    margin: 0;
    padding: 17px 19px 18px; }
    @media (max-width: 1399px) {
      .map-form button.btn {
        padding: 20px 19px 20px; } }
    .map-form button.btn i.icon-search03 {
      font-size: 23px;
      margin: -6px 0 0 5px; }
  .map-form .close {
    position: absolute;
    right: 62px;
    top: 8px;
    color: #a8a8a8;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    -webkit-transition: color 0.4s ease 0s;
            transition: color 0.4s ease 0s; }
    .map-form .close:before {
      content: '\e61b';
      font: 24px/1 icomoon; }
    .map-form .close:hover {
      color: #616161; }
  .map-form p {
    margin: 0 0 51px; }
  .map-form .btn-location {
    padding: 17px 15px 16px 19px;
    float: left;
    margin: 0 32px 0 0; }
    @media (max-width: 1399px) {
      .map-form .btn-location {
        padding: 20px 15px 18px 19px; } }
    .map-form .btn-location i {
      font-size: 26px;
      margin: -5px 0 0 10px; }

.location-info {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 9;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 73px 0 48px 0;
  background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 1399px) {
    .location-info {
      font-size: 18px;
      line-height: 20px;
      padding: 41px 0 25px; } }
  .location-info .container {
    position: relative; }
  .location-info .address-info {
    width: 660px;
    box-sizing: border-box;
    float: left; }
  .location-info .icon-location {
    font-size: 154px;
    text-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
    float: left;
    margin: -11px 18px 15px -17px; }
    @media (max-width: 1399px) {
      .location-info .icon-location {
        font-size: 100px;
        margin: 1px 18px 15px -17px; } }
  .location-info .description {
    overflow: hidden;
    font-style: normal; }
  .location-info .title {
    clear: both;
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
    margin: 0 0 13px; }
    @media (max-width: 1399px) {
      .location-info .title {
        font-size: 26px;
        line-height: 28px; } }
  .location-info .col {
    float: left;
    width: 50%;
    box-sizing: border-box; }
    .location-info .col dl {
      margin: 0; }
      .location-info .col dl a {
        color: #fff; }
        .location-info .col dl a:hover {
          color: #007cc2; }
    .location-info .col dt {
      display: block;
      font-weight: bold; }
    .location-info .col dd {
      margin: 0; }

.sides-direction {
  font-size: 31px;
  line-height: 34px;
  font-weight: bold;
  position: absolute;
  right: -37px;
  bottom: 4px;
  width: 36%; }
  @media (max-width: 1399px) {
    .sides-direction {
      right: -25px;
      bottom: -11px; } }
  @media (max-width: 1399px) {
    .sides-direction {
      font-size: 20px;
      line-height: 24px; } }
  .sides-direction li {
    width: 50%;
    margin: 0 0 30px;
    float: left;
    box-sizing: border-box;
    position: relative; }
  .sides-direction a {
    color: #fff;
    text-decoration: none;
    padding: 0 0 0 50px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 1399px) {
      .sides-direction a {
        padding: 0 0 0 40px; } }
    .sides-direction a:hover i {
      color: #007cc2; }
  .sides-direction i {
    position: absolute;
    left: -6px;
    top: -6px;
    font-size: 45px;
    -webkit-transition: color 0.4s ease 0s;
            transition: color 0.4s ease 0s; }
    @media (max-width: 1399px) {
      .sides-direction i {
        font-size: 34px; } }

section#map {
	height: 520px;
}
.is-contact-us .map-holder {
    height: 520px;
    position: absolute;
    top: 0;
    width: 100%;
}

.map-section .btn-more i {
	font-size: 22px;
	line-height: 40px;
	margin: 0;
}

.map-section .btn-more {
	float: right;
}

.map-section .btn-more.location {
	margin: 10px 0 20px 0;
	float: none;
	width: 288px;
}

.map-section .btn-more i.icon-check {
	margin: 0 !important;
}

.map-section h5 {
	margin: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

.map-section h6 {
	font-size: 14px;
	color: #000;
	margin: 10px 0 0;
}

.map-section p {
	margin: 0;
	font-size: 13px;
	line-height: 14px;
	color: #666;
}
