/* --- Content --- */
/* ---
	fonts
	base settings
	top navigation
	bootstrap navigation
	bootstrap navigation size-fix 
	login popup
	car subnavigation
	main slider
	slider pagination
	banners 
	news
	footer
--- */

/* --- fonts --- */
@font-face {
    font-family: 'alphaheadlinebold';
    src: url('/static/fonts/alphaheadline-bold.eot');
    src: url('/static/fonts/alphaheadline-bold.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/alphaheadline-bold.woff2') format('woff2'),
        url('/static/fonts/alphaheadline-bold.woff') format('woff'),
        url('/static/fonts/alphaheadline-bold.ttf') format('truetype'),
        url('/static/fonts/alphaheadline-bold.svg#alphaheadlinebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'alphaheadlineregular';
    src: url('/static/fonts/alphaheadline-regular.eot');
    src: url('/static/fonts/alphaheadline-regular.eot?#iefix') format('embedded-opentype'),
        url('/static/fonts/alphaheadline-regular.woff2') format('woff2'),
        url('/static/fonts/alphaheadline-regular.woff') format('woff'),
        url('/static/fonts/alphaheadline-regular.ttf') format('truetype'),
        url('/static/fonts/alphaheadline-regular.svg#alphaheadlineregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'dindisplay-regular';
    src: url('/static/fonts/proxima-nova-regular.eot');
    src: url('/static/fonts/proxima-nova-regular.eot?#iefix') format('embedded-opentype'),        
        url('/static/fonts/proxima-nova-regular.woff') format('woff'),
        url('/static/fonts/proxima-nova-regular.woff2') format('woff2'),
        url('/static/fonts/proxima-nova-regular.ttf') format('truetype'),
        url('/static/fonts/proxima-nova-regular.svg#dindisplay-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dindisplay-regular';
    src: url('/static/fonts/proxima-nova-bold.eot');
    src: url('/static/fonts/proxima-nova-bold.eot?#iefix') format('embedded-opentype'),        
        url('/static/fonts/proxima-nova-bold.woff') format('woff'),
        url('/static/fonts/proxima-nova-bold.ttf') format('truetype'),
        url('/static/fonts/proxima-nova-bold.svg#dindisplay-regular') format('svg');
    font-weight: bold;
    font-style: normal;
}



/* --- base settings --- */
* {margin: 0; padding:0; }
:focus {outline: 0; }
img {border: none; }
html,body {height: 100%; }
body { -webkit-font-smoothing: subpixel-antialiased; background: #fff; font-family: 'dindisplay-regular', Arial, sans-serif; font-size: 14px; }
	body.onload { overflow: hidden; position: fixed; }
ol,ul { list-style: none; margin-bottom: 0; font-size: 16px; }
input[type="button"], input[type="submit"], button {cursor: pointer; }
a { color: #ed1c24; text-decoration: underline; 
	    -moz-transition: all 0.3s ease-out; 
	 -webkit-transition: all 0.3s ease-out;
	         transition: all 0.3s ease-out; 
			 }
	a:hover { color: #ea1d24; text-decoration: none; }
	a:focus {outline: none; }
h6, h5, h4, h3, h2, h1 {font-family: 'alphaheadlineregular', Arial, sans-serif;}
h6, h5, h4, h3, h2, h1, p {margin: 0;}
p {font-size: 16px; }
  



.clear {clear: both }
.np {padding: 0; }
.npl {padding-left: 0; }
.npr {padding-right: 0; }
.mobile {-webkit-backface-visibility: hidden; }
.mobile_only {display: none; }
.overlay {background: #ea1d24; }
.inline {  display: inline-block; float:none;}
.preloader { background: url(/static/images/preloader.gif) center center no-repeat #fff; bottom: 0; height: 100%; left: 0; overflow: hidden; position: fixed; right: 0; top: 0; width: 100%; z-index: 999999; }
video.bgvid { background-size: cover; bottom: 0; height: auto; left: 0; min-height: 100%; min-width: 100%; position: fixed; right: 0; width: auto; z-index: -100; }
.temp_buttons { left: 0; position: fixed; top: 0; width: 110px; z-index: 9999999; }
.hidden_images { position: absolute; right: 0%; top: 0; opacity: 0; }
	.hidden_images img { height: 1px; width: 1px; }
.mobile .hidden_images { display: none; right: 101%; }

.container { max-width: 1225px; min-width: 280px; padding: 0; position: relative; }
.header { left: 0; position: absolute; top: 0; width: 100%; z-index: 1001; }

.icon { background-image: url(/static/images/icons/icons_spr.png); background-repeat: no-repeat; display: inline-block; }
	.sprite-icon1 { background-position: 0 0; height: 17px; width: 13px; }
	.sprite-icon2 { background-position: 0 -63px; height: 16px; width: 14px; }
	.sprite-icon3 { background-position: 0 -126px; height: 25px; width: 25px; }
	.sprite-icon4 { background-position: 0 -201px; height: 26px; width: 22px; }
	.sprite-icon5 { background-position: 0 -277px; height: 25px; width: 34px; }
	.sprite-icon6 { background-position: 0 -352px; height: 26px; width: 33px; }
	.sprite-icon7 { background-position: 0 -428px; height: 21px; width: 36px; }
	.sprite-icon8 { background-position: 0 -495px; height: 21px; width: 36px; }
	.sprite-icon9 { background-position: 10px -538px; height: 21px; width: 26px; }
	.sprite-icon10 { background-position: 0 -586px; height: 18px; width: 16px; }
	.sprite-icon11 { background-position: -40px -621px; height: 21px; width: 26px; }
	.banners, .news, .footer, .about { position: relative; z-index: 999; }

/* --- top navigation --- */
.top_nav { font-family: 'dindisplay-regular' , Arial, sans-serif; height: 37px; margin-right: 142px; text-align: right; }
	.top_nav li { display: inline-block; height: 40px; line-height: 40px; padding-left: 55px; }
		.top_nav li a { color: #fff; font-size: 14px; line-height: 15px; text-decoration: none; text-shadow: 0px 1px 0px rgba(0, 0, 0, 1); }
			.top_nav li a:hover { color: #ea1d24; text-decoration: underline; }
		.top_nav li.active a,
.top_nav.black li.active a {color: #ff3333;}
.low_mode .top_nav li a,
.top_nav.black li a {color: #000; text-shadow:none;}

/* --- bootstrap navigation --- */
.navbar { border-radius: 0; border: 0; margin-bottom: 0; position: relative; }
.navbar-default,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { background: none; border: none; }
.navbar-collapse {padding: 0;}
.navbar-toggle { float: none; margin: 0 auto; }
.navbar-toggle span {
	-moz-transition: all 0.3s ease-out; 
	 -webkit-transition: all 0.3s ease-out;
	         transition: all 0.3s ease-out; 
}
.navbar-default .navbar-toggle.active .icon-bar {background: #222222;}
.navbar-default .navbar-toggle.active .text-bar {color: #222222;}
.navbar-default .navbar-toggle { border: none; padding: 15px 10px; text-align: center; width: 100%; }
.navbar-toggle .icon-bar { height: 5px; margin: 0 auto; width: 30px; }
.navbar-default .navbar-toggle .text-bar { color: #7c7c7c; display: block; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 10px; padding-top: 5px; text-transform: uppercase; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background: transparent; }
.navbar-nav {margin: 0;}
ul.main_nav_level_first { display: block; width: 100%; }
	ul.main_nav_level_first > li {float: left; height: 66px; padding: 0; position: relative; text-align: center; vertical-align: middle; 
		    -moz-transition: color, background 0.4s ease-out; 
		 -webkit-transition: color, background 0.4s ease-out;
		         transition: color, background 0.4s ease-out;
				 }
		ul.main_nav_level_first > li.mobile_only {display: none; }
		ul.main_nav_level_first > li.auto_link {position: static; }
.main_nav-item.collapse ul.main_nav_level_first > li {background: #f9f9f9; }
	.main_nav-item.collapse ul.main_nav_level_first > li:after { color: #717171; content: '\007c'; display: block; font-family: Arial, sans-serif; font-size: 13px; height: 13px; left: -2px; margin-top: -5px; position: absolute; top: 50%; }
ul.main_nav_level_first > li > a,
.navbar-default .navbar-nav>li>a { color: #333333; display: block; font-family: 'alphaheadlineregular', Arial, sans-serif; font-size: 17px; font-weight: normal; padding: 25px 0 21px; text-decoration: none; width: 100%; }
.mobile ul.main_nav_level_first > li,
.mobile ul.main_nav_level_first > li > a { 
	   -moz-transition: none !important; 
	-webkit-transition: none !important; 
	        transition: none !important; 
			}
.main_nav-item.collapse ul.main_nav_level_first > li:first-child:after,
.main_nav-item.collapse ul.main_nav_level_first > li.active:after,
.main_nav-item.collapse ul.main_nav_level_first > li:hover:after,
.main_nav-item.collapse ul.main_nav_level_first > li:hover + li:after,
.main_nav-item.collapse ul.main_nav_level_first > li.active + li:after {display: none; }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus { background: #000; color: #fff; }
.navbar-default .navbar-nav>li:hover,
.main_nav-item.collapse ul.main_nav_level_first > li:hover,
.navbar-default .navbar-nav>.active:hover>a {background: #000;}
.mobile .navbar-default .navbar-nav>li:hover,
.mobile .main_nav-item.collapse ul.main_nav_level_first > li:hover {background: transparent;}
ul.main_nav_level_first > li:hover > a,
.navbar-default .navbar-nav>li:hover>a {color: #fff;}
.navbar-default .navbar-nav>li>a:hover,
.mobile .navbar-default .navbar-nav>li.active>a:hover { background: #000; color: #fff; }
.mobile .navbar-default .navbar-nav>li>a:hover { background: #f9f9f9; color: #000; }
ul.main_nav_level_first > li.dealer_search,
ul.main_nav_level_first > li.login_link { background: #000; padding: 0; }
.login_link:before { content: " "; bottom: 0; left: 50%; margin-left: -13px; opacity: 0; pointer-events: none; position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 13px 13px 13px; border-color: transparent transparent #f9f9f9 transparent;
	   -moz-transition: opacity 0.1s ease-out; 
	-webkit-transition: opacity 0.1s ease-out;
	        transition: opacity 0.1s ease-out; 
			}
ul.main_nav_level_first > li.logo_wrapper > a {padding: 0;}
.logo_wrapper .logo_img .logo {float: right; max-width: 100%;}
.low_mode .logo_wrapper .logo_img { background: url(/static/images/logo_black.png) top right no-repeat; background-size: cover; float: right; height: 118px; padding: 0; width: 76px; }
	.low_mode .logo_wrapper .logo_img img {display: none;}
ul.main_nav_level_first > li.dealer_search a,
ul.main_nav_level_first > li.login_link a {-webkit-font-smoothing: subpixel-antialiased;}
ul.main_nav_level_first > li.dealer_search:after,
ul.main_nav_level_first > li.login_link:after {display: none;}
ul.main_nav_level_first .mobile {display: none;}
ul.main_nav_level_first > li.login_link i { left: -6px; margin-right: 0; position: relative; top: 3px; }
.search_form a { background: none; border: none; color: #fff; display: block; font-family: 'dindisplay-regular' , Arial, sans-serif; font-size: 14px; margin-right: 12px; padding: 23px 0 20px; position: relative; text-decoration: none; }
	.search_form a .icon { left: 10px; padding-right: 27px; position: relative; top: 2px; }
ul.main_nav_level_first > li.dealer_search > a,
ul.main_nav_level_first > li.login_link > a { color: #fff; display: block; font-family: 'dindisplay-regular' , Arial, sans-serif; font-size: 14px; line-height: 14px; padding: 18px 0 16px; }
.search_form a:hover,
ul.main_nav_level_first > li.login_link > a:hover,
ul.main_nav_level_first > li.login_link.active > a {color: #ea1d24;}
.main_nav_level_inner { background: #f9f9f9; display: none; left: 0; padding: 0; position: absolute; text-align: center; top: 66px; width: 100%; z-index: 1000; }
	.main_nav_level_inner > ul {padding: 0;}
		.main_nav_level_inner > ul li {}
			.main_nav_level_inner > ul li a { color: #333333; display: block; font-family: 'alphaheadlineregular'; font-size: 14px; letter-spacing: -1px; line-height: 16px; padding: 12px 0; text-decoration: underline; }
				.main_nav_level_inner > ul li a:hover { background: #050705; color: #fff; text-decoration: none; }
			.main_nav_level_inner > ul li.so_menu_itm a { color: #fff; background:#ed1c24; text-decoration: none;}
			.main_nav_level_inner > ul li.so_menu_itm a:hover { color: #fff; background:#ed1c24; text-decoration: underline;}
				
/* bootstrap navigation size-fix */
.main_nav { height: 66px; position: relative; }
	.main_nav-item.collapse {width: 750px;}
ul.main_nav_level_first > li {width: 250px;}
.main_nav-item { float: left; width: 475px; }
ul.main_nav_level_first > li.dealer_search {width: 179px;}
ul.main_nav_level_first > li.login_link {width: 180px;}
ul.main_nav_level_first > li.logo_wrapper {width: 100px;}
	ul.main_nav_level_first > li.logo_wrapper a {
		   -moz-transition: none;
		-webkit-transition: none;
		        transition: none;
				}
.auto_box {width: 1109px;}
.auto_item {width: 277px;}
	/*.auto_item:nth-child(3n) {width: 359px;} */

/* --- login popup --- */
.login_win { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: #f9f9f9; box-shadow: none; box-sizing: border-box; display: none; padding: 19px 32px 30px; position: absolute; right: 0; top: 66px; width: 240px; z-index: 2000; }
	.login_win:after,
.login_win:before { content: " "; height: 0; left: 77px; bottom: 100%; pointer-events: none;  position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 13px 13px 13px; border-color: transparent transparent #f9f9f9 transparent; }
	.login_win h4 { color: #333; font-family: 'alphaheadlineregular', Arial, sans-serif; font-size: 19px; font-weight: normal; line-height: 1; margin-bottom: 11px; text-align: left; }
	.login_win input { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; background: none; border: 1px solid #919191; box-sizing: border-box; padding: 10px; width: 100%; }
	.login_win .form_item {margin-bottom: 12px;}
	.login_win .forgot_pass { color: #333; display: inline-block; float: right; font-size: 12px; margin-bottom: 20px; margin-top: -3px; }
.login_btn { background: #ed1c24; border: none; clear: both; color: #fff; display: block; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 14px; height: 35px; line-height: 38px; margin-bottom: 10px; text-align: center; text-transform: uppercase; width: 100%; }
	.login_btn:hover {background: #fc262e;}
.reg_btn { background: #b0b0b0; clear: both; color: #fff; display: block; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 14px; height: 35px; line-height: 38px; text-align: center; text-decoration: none; text-transform: uppercase; width: 100%; }
	.reg_btn:hover { background: #bebebe; color: #fff; }
	
/* --- car subnavigation --- */
.auto_box { background: #f9f9f9; display: none; left: 0; position: absolute; right: 0; top: 66px; z-index: 1000; }
	.auto_box .row { clear: both; margin: 0; overflow: hidden; }
.auto_item { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; overflow: hidden; padding: 28px 0px 15px; position: relative; text-align: left; }
.auto_img { line-height: 110px; position: relative; text-align: left; }
	.auto_img img { display: inline-block; vertical-align: bottom; 
		-webkit-transform: scale(0.85); 
 		-moz-transform: scale(0.85); 
  		-ms-transform: scale(0.85); 
   		-o-transform: scale(0.85); 
      	transform: scale(0.85);
	}
.auto_item.imiev .auto_img {left: -10px;}
.auto_item.lancer .auto_img {}
.auto_item.lancerevo .auto_img {}
.auto_item.outlanderphev .auto_img {}
.auto_item.asx .auto_img {left: 14px;}
.auto_item.outlander .auto_img {left: 11px;}
.auto_item.pajero .auto_img {left: 16px;}
.auto_item.pajerosport .auto_img {left: 16px;}
.auto_item.l200 .auto_img {left: 14px;}
.auto_box ul {margin-left: 0;}
.auto_item.active .auto_info {top: 0;}
.auto_item > a { color: #333; display: inline-block; font-family: 'alphaheadlineregular', Arial, sans-serif; font-size: 16px; line-height: 18px; line-height: 1; padding-left: 10px; text-decoration: none; }
.auto_info { background: #000; background: rgba(0, 0, 0, 0.85); color: #fff; font-family: 'alphaheadlineregular', Arial, sans-serif; height: 100%; left: 0; overflow: hidden; padding: 29px 0 30px 10px; position: absolute; top: 100%; width: 100%; 
	    -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box;
	         box-sizing: border-box;
			 
	    -moz-transition: all 0.2s linear; 
	 -webkit-transition: all 0.2s linear;
	         transition: all 0.2s linear;
			 }
	.auto_info h3 { -webkit-font-smoothing: subpixel-antialiased; font-family: 'alphaheadlineregular', Arial, sans-serif; font-size: 16px; font-weight: normal; margin-bottom: 34px; }
		.auto_info h3 a { -webkit-backface-visibility: hidden; color: #fff; font-weight: normal; text-decoration: none; }
			.auto_info h3 a:hover { color: #ea1d24; text-decoration: none; }
	.auto_info ul li { letter-spacing: -1px; margin-bottom: 1px; }
		.auto_info ul li a { color: #fff; font-size: 14px; text-decoration: none; }
			.auto_info ul li a:hover { color: #ff0000; text-decoration: none; }
	.auto_info .price { -webkit-backface-visibility: hidden; bottom: 28px; color: #ff0000; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 16px; letter-spacing: -1px; position: absolute; right: 30px; }
		/*.auto_info .price:after { content: '-'; font-family: 'alphaheadlinebold', Arial, sans-serif; position: absolute; right: 4px; top: 3px; }*/
.fuel_info { color: #999999; float: right; font-size: 14px; text-align: right;   margin-right: 10px;   margin-top: 5px;}
	.fuel_info p {font-size:14px }
	.fuel_info p:first-child { line-height: 11px; padding-right: 35px; position: relative; }
	.fuel_info p .icon { position: absolute; right: 0; top: 1px; }
	.fuel_info p strong { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'alphaheadlinebold', Arial, sans-serif; font-weight: normal; letter-spacing: -1px; line-height: 20px; font-size:12px }
	
/* --- main slider  --- */
.main_slider {position: relative;}
.slide_nav { height: 0px; left: 0; position: absolute; top: 40%; width: 100%; z-index: 110; }
.low_mode .slide_nav {top: 353px;}
.prev,
.next { background-image: url(/static/images/prev_next.png); background-position: center bottom; background-repeat: no-repeat; height: 94px; left: 5px; opacity: 0.5; position: absolute; width: 50px; z-index: 110; 
	    -moz-transition: opacity 0.3s ease-out; 
	 -webkit-transition: opacity 0.3s ease-out;
	         transition: opacity 0.3s ease-out;
			 }
.next { background-position: center top; left: auto; right: 5px; }
.prev:hover,
.next:hover {opacity: 1;}
.video_slider_wrapper {position: relative;}
.video_slider { height: 650px; width: 100%; }
	.video_slider.low {margin-bottom: 6px;}
	.video_slider img { height: auto; width: 100%; }
	.video_slider li { display: block; height: inherit; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; }
		.video_slider li.first { display: block; opacity: 1; }
		.video_slider li a.car_link,
			.model_promo .car_link { bottom: 0; display: block; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; z-index: 101; 
				-moz-user-select: none; 
				-webkit-user-select: none; 
				-ms-user-select:none; 
				user-select:none;
				-o-user-select:none;
			}
			.model_promo .car_link { cursor: url('/static/images/arrow.cur'), pointer; height: 70%; z-index: 99; }
			.model_promo .car_link.on { cursor: url('/static/images/arrow2.cur'), pointer;  }
.video_slider li video {cursor: pointer;}
.video_slider .img_replace,
.model_promo_img .img_replace { background-position: top center; background-repeat: no-repeat; height: 100%; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; }
.video_slider.wide .img_replace {background-size: cover;}
.video_slider .img_replace.active {opacity: 1;}
.video_slider .slide_text { bottom: 130px; color: #fff; font-size: 18px; left: 0; line-height: 1; padding-top: 5px; position: absolute; text-transform: uppercase; width: 100%; z-index: 100; }
	.video_slider .slide_text > .container > .row {margin: 0;}
	.video_slider .slide_text .main_param { font-family: 'alphaheadlineregular', Arial, sans-serif; font-weight: normal; }
	.video_slider .slide_text .price,
.model_promo_item .slide_text .price { color: #ea1d24; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 36px; letter-spacing: -3px; padding-right: 7px; }
	.video_slider .slide_text .price_range .sprite-icon4,
.model_promo_item .slide_text .price_range .sprite-icon4 { left: -2px; position: relative; }
	.video_slider .slide_text .price span,
.model_promo_item .slide_text .price span {display: none;}
	.video_slider .slide_text p sup,
.model_promo_item .slide_text p sup { font-size: 18px; line-height: 1; position: relative; top: -12px; }
	.video_slider .slide_text  h2,
.model_promo_item .slide_text h2,
.model_promo_item .slide_text h1 { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 60px; font-weight: normal; letter-spacing: -3px; line-height: 55px; margin-left: -5px; }
	.video_slider .slide_text  h2 a,
.model_promo_item .slide_text h2 a { color: #fff; text-decoration: none; }
.video_slider.low .slide_text {color: #000;}
.video_slider.low .slide_text {bottom: 19px;}
	.video_slider .slide_text p {position: relative; top: -3.5px; left: -1px;}
	.video_slider.low .slide_text  h2 a {color: #000;}
	.video_slider.low .slide_text .price_range { padding-top: 19px; text-align: right; }
body .video_slider.low,
body .video_slider.low li {height: 690px;}
body.high_mode .video_slider .slide_text .col-md-3 {width:100%; float:left;}
.video_slider .slide_offer { line-height: 45px; font-family: 'alphaheadlineregular', Arial, sans-serif; font-size: 36px; color: #ea1d24; position: absolute; top:130px; left:0; letter-spacing: -3px;width:100%; z-index: 100;}
	.video_slider .slide_offer b {font-family:'alphaheadlinebold', Arial, sans-serif; font-size: 1.6em;}
	.video_slider .slide_offer span {font-size: 0.97em;}
/* --- slider pagination  --- */
.slide_pagination_box { background: url(/static/images/temp_bg.png) 0 bottom repeat-x;  height: 100px; margin-top: 0; position: relative; width: 100%; z-index: 200; 
	   -moz-transition: margin-top 0.7s 0.1s ease-out; 
	-webkit-transition: margin-top 0.7s 0.1s ease-out;
	        transition: margin-top 0.7s 0.1s ease-out;
			}
	.slide_pagination_box.on {margin-top: -120px;}
.low_mode .slide_pagination_box {}
.slide_pagination,
.section_car_items { clear: both; margin: 0 auto; padding: 0 5px; position: relative;  text-align: center; }
.slide_pagination li,
.section_car_items li {  width: 11.11%; position:relative; display:inline-block;}
i.car_new { display:block; width:34px; height:14px; background:url(/static/images/car_new.png) 0 0 no-repeat; position:absolute; left:3px; top:3px;}
.slide_img { cursor: pointer; height: 85px; overflow: hidden; padding-bottom: 6px; text-align: center; position:relative;}
	.slide_img:hover .car_name span {color: #ed1c24;}
.selected .slide_img:hover .car_name span {color: #fff;}
.car_name { left: 0; margin-left: 0; margin-top: -3px; position: relative; text-align: left; 
	   -moz-transition: left 0.3s ease-out; 
	-webkit-transition: left 0.3s ease-out;
	        transition: left 0.3s ease-out;
			}
	.car_name.animateOut {left: -100%;}
	.car_name.animateIn {left: 0;}
	.car_name strong { -webkit-font-smoothing: subpixel-antialiased; color: #333; display: inline-block; font-family: 'dindisplay-regular'; font-weight: bold; height: 20px; line-height: 20px; margin-left: 12px; padding: 0; text-decoration: none; text-transform: uppercase; vertical-align: top; white-space: nowrap; }
	.car_name span { display: inline-block; height: 20px; line-height: 21px; padding: 0 3px; position: relative; font-size: 14px; }
.selected .car_name strong { color: #fff; white-space: nowrap; }
	.selected .car_name strong span:before {border-top: 20px solid #ed1c24;}
	.selected .car_name strong span:after {border-bottom: 20px solid #ed1c24;}
.selected .car_name span {background-color: #ed1c24;}
.car_name strong span:before { border-left: 12px solid transparent; content: ''; left: -12px; position: absolute; top: 0; }
.car_name strong span:after { border-right: 12px solid transparent; content: ''; left: 100%; position: absolute; top: 0; }

/* --- banners --- */
.banners { background: #ffffff; padding: 20px 0 0; }

.banner-item { float:left; height: 186px; overflow: hidden; position: relative; width:410px;}
	.banner-item > div > a { display: block; position: relative; }
	.banner-item .banner_img { display: block; left: 0; position: absolute; top: 0; }
	.banner-item .banner_img,
.banner-item .banner_img img {height: 100%; min-width:100%;}
	.banner-item .banner_info { -webkit-backface-visibility: hidden; -webkit-font-smoothing: antialiased; height: 100%; position: relative; }
		.banner-item .banner_info a { background: rgba(0,0,0,0.7); color: #fff; display: block; font-family: 'alphaheadlineregular'; height: 100%; opacity: 1; position: relative; text-decoration: none; }
		.banner-item .banner_info h3 { font-size: 30px; text-align:left; font-weight: normal; letter-spacing: -2px; line-height: 28px; padding: 0 10px 0 18px; position: relative; top: 17px; }
		.banner-item .banner_info .action { text-align: left; bottom: 22px; font-size: 14px; font-weight: normal; left: 17px; letter-spacing: -0.5px; padding-right: 6px; position: absolute; }
			.banner-item .banner_info .action span { -webkit-backface-visibility: hidden; -webkit-font-smoothing: antialiased; color: #ed1c24; display: inline-block; font-weight: normal; }

.banner-width-50 { width:408px;}
.banner-width-33 { width:33.3%;}
.banner-width-25 { width:25%;}
.banner-width-20 { width:20%;}



/* --- news --- */
.news {background: #ffffff;}
	.news_box { clear: both; overflow: hidden; padding: 64px 0 23px; position: relative; margin: 0;}
		.news_box h2 { color: #000; font-family: 'alphaheadlineregular', Arial, sans-serif; font-size: 48px; font-weight: normal; letter-spacing: -4px; line-height: 1; margin-bottom: 5px; margin-left: -4px; }
	.news_item { background: url(/static/images/line2x.png) no-repeat 0 8px; background-size: 13%; float: left; min-height: 85px;   max-height: 80px; overflow:hidden; padding-left: 60px; padding-right: 40px; padding-top: 5px; position: relative; width: 270px; }
		.news_item .more_link {padding-left: 0;}
		.news_item.news_item_head { background: none; margin-left: 0; margin-top: -15px; padding-left: 0; }
	.news_carousel_wrapper {position: relative;}
	.news_carousel .news_item:first-child {}
	.news_item p.date { color: #333333; font-family: 'alphaheadlineregular', Arial, sans-serif; font-size: 14px; line-height: 14px; margin-bottom: 15px; }
	.news_item h4,
.news_item h4 a { color: #333; font-family: 'dindisplay-regular', Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 17px; text-decoration: none; }
	.news_item h4 a:hover { color: #ed1c24; text-decoration: underline; }

/* --- news pagination --- */
.paginator { clear: both; left: -302px; margin: 12px 0 18px; overflow: hidden; position: absolute; top: 57px; }
		.paginator a { background: url(/static/images/pager_frame2x.png) no-repeat 0 0; background-size: cover; float: left; height: 24px; margin-left: -5px; text-decoration: none; width: 39px; }
			.paginator a:first-child {margin-left: 0;}
			.paginator a span { color: #333333; display: block; font-size: 11px; line-height: 11px; padding-top: 7px; text-align: center; text-decoration: none; }
			.paginator a.selected span {color: #ed1c24;}

/* --- about --- */
.about {background: #ffffff; padding-bottom: 50px;}
	.aboute_text {margin-left: 295px;}
	.aboute_text ul {list-style:circle; padding-left: 17px; margin: 15px 0; }


/* --- footer --- */
.footer { background: #121212; clear: both; color: #fff; font-family: 'alphaheadlineregular', Arial, sans-serif;  padding: 42px 0 20px 0; }
		.footer .container {max-width: 1150px;}
		.footer .lid { color: #666666; font-size: 13px; line-height: 15px; margin-bottom: 11px; padding-right: 88px; }
			.footer .lid .phone { color: #f9f9f9; cursor: pointer; display: none; text-decoration: underline; }
	.mobile .footer .lid .phone {display: block;}
	.mobile .footer .lid span {display: none;}
	
	

	.pluses_box {float: left;}
		.pluses_box li { color: #666666; float: left; font-size: 13px; margin-right: 8px; position: relative; }
			.pluses_box li:first-child {margin-right: 12px;}
		.pluses_box .plus_item { background: #f9f9f9; bottom: 100%; color: #333333; display: none; font-size: 10px; left: 0; line-height: 12px; margin-bottom: 15px; margin-left: -40px; padding: 35px; position: absolute; width: 515px; z-index: 100; }
			.pluses_box .plus_item:after { border: solid transparent; border-color: rgba(249, 249, 249, 0); border-top-color: #f9f9f9; border-width: 12px; content: " "; height: 0; left: 40px; pointer-events: none; position: absolute; top: 100%; width: 0; }
			.pluses_box .plus_item p {margin-bottom: 15px;}
		.pluses_box .number { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 14px; font-weight: normal; left: 0; text-decoration: none; top: 0; }
		
		/*.pluses_box li:hover .number {text-decoration: none;}
		.pluses_box li:hover .plus_item {display: block;}*/

		.pluses_box li.active .number {text-decoration: none;}
		.pluses_box li.active .plus_item {display: block;}


	.leagal_box { margin-top: 30px;   color: #666;}
	.leagal_box .plus_item { margin-left: 30px;font-size: 11px; margin-bottom:15px; text-align: justify; }
	.leagal_box .number { float:left; font-size: 10px; margin-bottom:15px; }
		.leagal_box ul > * {display:none;}
		.leagal_box ul > li {display:list-item;}	


.pluses_box .number span {text-decoration: underline;}
	.for_customers,
.for_owners { float: left; margin-left: 60px; }
.for_owners, .for_customers {max-width:190px;   padding-top: 7px;}
.for_customers {margin-left: 0; }
	.for_customers h6,
.for_owners h6 { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 14px; font-weight: normal; margin-bottom: 21px; text-transform: uppercase; }
		.for_customers h6 a,
.for_owners h6 a { color: #fff; font-size: 14px; text-transform: uppercase; }
		.for_customers li,
.for_owners li {margin-bottom: 6px;}
		.for_customers li a,
.for_owners li a { color: #999999; font-family: 'alphaheadlineregular'; font-size: 13px; letter-spacing: -1px; }
		.for_customers li a:hover,
.for_owners li a:hover {text-decoration: none;}
		.for_customers li:last-child a,
.for_owners li:last-child a {color: #fff;}
	.bottom_nav { clear: both; margin-bottom: 20px; overflow: hidden; }
		.bottom_nav ul { display: table; width: 100%; }
		.bottom_nav li {display: inline-block; margin-right: 20px;}
			.bottom_nav li.mobile_only {display: none;}
			.bottom_nav li a { -webkit-font-smoothing: subpixel-antialiased; color: #fff; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 16px; text-transform: uppercase; }
				.bottom_nav li a:hover {text-decoration: none;}
	.copyright p,
.mmsrus p { -webkit-font-smoothing: subpixel-antialiased; font-family: 'alphaheadlinebold', Arial, sans-serif; font-size: 27px; font-weight: normal; line-height: 22px; text-align: left; text-transform: uppercase; }
	.mmsrus p {font-size: 13px;}
	.copyright_img a {padding-left: 40px;}
		.copyright_img a:first-child {padding-left: 0;}
	.footer_logo { margin-bottom: 58px; margin-left: 14px; margin-top: 3px; }
	.soc_nav { clear: both; overflow: hidden; padding-top: 41px; }
		.soc_nav li { float: left; margin-right: 10px; }
			.soc_nav li a { background: url(/static/images/soc_nav.png) no-repeat 0 0; background-size: auto 200%; display: block; height: 33px; width: 33px; 
				   -moz-transition: all 0.2s linear; 
				-webkit-transition: all 0.2s linear;
			        	transition: all 0.2s linear;
						}
			.soc_nav li:hover a {background-position: 0 -33px;}
			.soc_nav li.facebook a {background-position: -35px 0;}
			.soc_nav li.facebook:hover a {background-position: -35px -33px;}
			.soc_nav li.twitter a {background-position: -70px 0;}
			.soc_nav li.twitter:hover a {background-position: -70px -33px;}
			.soc_nav li.vk a {background-position: -104px 0;}
			.soc_nav li.vk:hover a {background-position: -104px -33px;}
			.soc_nav li.gplus a {background-position: -139px 0;}
			.soc_nav li.gplus:hover a {background-position: -139px -33px;}
			.soc_nav li.ok a {background-position: -174px 0;}
			.soc_nav li.ok:hover a {background-position: -174px -33px;}
			.soc_nav li.instagramm a {background-position: -209px 0;}
			.soc_nav li.instagramm:hover a {background-position: -209px -33px;}
			.soc_nav li.flickr a {background-position: -244px 0;}
			.soc_nav li.flickr:hover a {background-position: -244px -33px;}
			.soc_nav li.vimeo a {background-position: -279px 0;}
			.soc_nav li.vimeo:hover a {background-position: -279px -33px;}

/* select dropdown */
.select_drop {background: url(/static/images/select_bg.png) no-repeat 0 0; float: right; padding:0 0 0 24px; margin-right: 120px; margin-bottom: 60px; width:255px;}
	.select_drop .select2-container .select2-selection--single {height: 41px; line-height: 41px; border:0 none;}
	.select_drop .select2-container--default .select2-selection--single{background-color:transparent;}
	.select_drop .select2-container--default .select2-selection--single .select2-selection__arrow{right:15px;}
	

	.select_drop div.selector {position: relative; background: url(/static/images/select_bg.png) no-repeat 0 0; width: 255px !important; height: 41px; line-height: 41px; margin-left: 18px; padding-left: 33px}
		.select_drop div.selector.hover.active,
		.select_drop div.selector.focus.active,
		.select_drop div.selector.hover,
		.select_drop div.selector.focus {background: url(/static/images/select_bg.png) no-repeat 0 0;}
	.select_drop div.selector span {position: relative; display: block; background: none; width: 222px !important; height: 41px; line-height: 43px; font-size: 14px; color: #000; text-transform: uppercase; letter-spacing: -0.9px; text-shadow:none;}
		.select_drop div.selector span:after {position: absolute; top: 18px; right: 29px; content: ''; width: 0; height: 0; border-style: solid; border-width: 8px 5px 0 5px; border-color: #7e8077 transparent transparent transparent; }
	.select_drop div.selector select {min-width: 245px; height: 41px; position: absolute; top: 0;}
	.mobile .select_drop div.selector select { font-size: 70px;} 

.select_drop_dealers {margin-right:0; margin-bottom:20px;}



/*Form Page*/

.form_inner {max-width: 480px;margin: 30px auto 50px auto;}
	.form-control {border-radius: 0; border: 1px solid #000; color:#000; font-size:16px; height: 44px;}
	.form-group{position:relative;}
		.form-group.required:after{content: " ";position: absolute;top:1px;right:1px;width: 0;	height: 0;border-style: solid;border-width: 0 12px 12px 0;border-color: transparent #ed1c24 transparent transparent;z-index:10001;}
		.form-group.required.form-car-select:after {top: 0px;right: 0px;}

.form-group.form-car-select{padding:10px 0 0 0;border: 1px solid transparent;}
	.form-group.form-car-select .form-car-noselect{width:100%;margin:10px 0 10px;}
	.form-group.form-car-select .form-car-item{line-height: 14px; color:#777;	font-weight: bold;padding:5px 0;font-size: 12px;text-transform: uppercase;text-align: center;cursor:pointer;}
		.form-group.form-car-select .form-car-item.active{color:#ed1c24;}
	


.nav-button{ text-decoration: none; padding: 10px 27px 10px;position:relative;color: #fff;background-color:#ed1c24;font-weight: bold;font-size: 16px;border-bottom:5px solid #C7121B;border-right:5px solid #90090F;border-top:0;border-left:0;outline: none;-webkit-font-smoothing: subpixel-antialiased;-moz-transition: none !important;-webkit-transition: none !important;transition: none !important;}
	.nav-button:before{position: absolute;content:'';width: 0;height: 0;border-style: solid;border-width: 5px 0 0 5px;border-color: transparent transparent transparent #fff;bottom:-5px;left:0;}
	.nav-button:after{position: absolute;content:'';width: 0;height: 0;border-style: solid;border-width: 0 5px 5px 0;border-color: transparent #fff transparent transparent;top:0;right:-5px;}
	.nav-button:active{border-bottom:3px solid #C7121B;border-right:3px solid #90090F;margin: 2px 0 0 2px;}
	.nav-button:disabled{background: #aaa;border-color:#ddd;}
	.nav-button:hover {color:#fff;}

	.nav-button.onblack:before{border-color: transparent transparent transparent #000;}
	.nav-button.onblack:after{border-color: transparent #000 transparent transparent;}
	.nav-button.onblack:active{border-bottom:3px solid #C7121B;border-right:3px solid #90090F;margin: 2px 0 0 2px;}

.nav-button-3 {
	display:block;
	margin:0 10px;
	float:left;
	width:30%;
}	

/*checkbox*/
div.checker { width: 15px; height: 15px; cursor: pointer; margin: 0 auto; display: block; vertical-align: top;}
	div.checker input { width: 19px; height: 19px; opacity: 0; margin: 0;cursor: pointer;}	
	div.checker span {display: block; cursor: pointer; background: url(/static/images/inner/checker.png) no-repeat 0 0; height: 15px; width: 15px; }
	div.checker:active span,
	div.checker span.checked,
	div.checker.active span, 
	div.checker.focus span.checked, 
	div.checker.hover span.checked,
	td.active .checker span { background-position: 0 -15px; }
	div.checker.focus span,
	div.checker.hover span,
	div.checker.hover.focus.active span {background-position: 0 0;}



.form-legal{font-size:12px; text-align: justify;}
	.form-legal .checker{float:left; margin: 5px 10px 0 5px;width: 20px;height: 20px;}
	.form-legal .checker span{ background: url(/static/images/inner/checker-big.png) no-repeat 0 0;height: 20px;width: 20px;}
		.form-legal-white .checker span{ background-image: url(/static/images/inner/checker-big_white.png);}

	.form-legal .checker:active span, 
	.form-legal .checker span.checked, 
	.form-legal .checker.active span, 
	.form-legal .checker.focus span.checked, 
	.form-legal .checker.hover span.checked {
  		background-position: 0 -20px;
	}

	.form-legal .checker input[type="checkbox"]{cursor:pointer;}

  
.form-group.has-error input{color: #a94442;background-color: #FDF9F9;}
.form-group.has-error .select2-container .select2-selection--single, .form-group.has-error .select2-container .select2-selection--multiple {color: #a94442;background-color: #FDF9F9;  border-color: #a94442;}
.form-group.has-error.form-car-select{background-color: #FDF9F9; border: 1px solid #a94442;}





.popupbanner {
	display: none;
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	background:rgba(0,0,0,0.4);
	z-index: 1100;
	left:0;
	top:0;
}

	.popupbanner .popupbannerbox {
		position:absolute;
		left:50%;
		top:130px;
		padding:10px;
	}
		.popupbanner .popupbannerbox img {
			max-width: 100%;
			max-height: 100%;
		}
		.popupbanner .popupbannerclose {
			width:30px;
			height:30px;
			position:absolute;
			right:10px;
			top:10px;
			background:url(/static/images/popupform_close.png) 5px 5px no-repeat;
			z-index: 1400;
		}
			.popupbanner .popupbannerclose:hover {
				background-position:5px -25px;
				cursor:pointer;
			}