/*
Theme Name: Autobedrijf Frazer
Theme URI: http://www.autobedrijffrazer.nl/
Description: Frazer
Author: Integrity Design
Author URI: http://www.integritydesign.nl
Version: 1.0
*/

/* normal */
* { margin: 0px; padding: 0px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
html, body { font-family: 'Roboto', Arial; font-size: 18px; line-height: 34px; font-weight: 400; color: #534f50; }
input, select, textarea { font-family: 'Roboto', Arial; font-size: 16px; line-height: 20px; color: #534f50; font-weight: 300; background-color: #efefef; }
body { background: #fff; }
img { border: 0px; display: block; max-width: 100%; height: auto; }
a, input { outline: none; }
a { color: #f28c00; }
.clear { clear: both; height: 0px; overflow: hidden; }
.centering { margin: 0 auto; width: 1217px; }

/* template  */
#template { position: relative; display: block; width: 100%; min-height: 100%; }

.alignleft { float: left; margin: 0 25px 20px 0; }
.alignright { float: right; margin: 0 0 20px 25px; }
.aligncenter { float: none; text-align: center; margin: 0 auto; }

input[type='submit'] { -webkit-appearance: none; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	opacity: 0.9;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.9;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.9;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.9;
}

iframe, object, embed {
    max-width: 100%;
}

.vimeo-container {
  padding: 0;
  width: 100%;
/*   height: 100vh; */
  overflow: hidden;
  position: relative;
}
.vimeo-container iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*Cadar*/
.home .cadar-btn {
	display:none !important;
}
.cadar-offer__title {
    line-height: 18px !important;
}
.cadar-offer a{
	text-decoration:none !important;
}
.cadar-body-html .cadar-btn {
	text-decoration:none !important;
}
.cadar-contact-method {
	text-decoration:none !important;
	font-weight:bold !important;
}
.cadar-tabs__list-link {
	font-weight:bold !important;	
}
.cadar-table__key, .cadar-table__value {
	padding:4px 0 !important;
}
.cadar-detail-content__description {
	line-height: 22px !important;
}
.cadar-card__contact-name, .page-title {
	text-align:center !important;
}
.hero__subtitle {
	text-align:center !important;
}

/* end Cadar*/
h1, h2, h3, h4, h5, h6 { font-family: 'Roboto'; font-weight: 500; color: #1c3583; text-transform: uppercase; }
h1 { font-size: 48px; line-height: 50px; }
h2 { font-size: 38px; line-height: 44px; color: #fff; margin-bottom:12px; }
h3 { font-size: 32px; line-height: 36px; margin-bottom:8px;}
h4 { font-size: 28px; line-height: 30px; color: #fff; margin-bottom:8px;}
h5 { font-size: 26px; line-height: 30px; color: #f28c00; margin-bottom:8px; text-transform: none; }

.button, .wysija-submit {  padding: 0 95px 0 25px; float: left; font-family: 'Roboto'; font-weight: 500; font-size: 20px; line-height: 45px; color: #fff; position: relative; text-transform: uppercase; text-decoration: none; background-color: #1c3583; }
.button::after { width: 16px; height: 12px; position: absolute; right: 46px; top: 18px; content: ''; background: url('images/arrow.png') no-repeat; }
.button:hover { color: #fff; background-color: #f28c00; }
.button:hover::after { background: url('images/arrow2.png') no-repeat; }

.button2 { padding-right: 35px; margin-top:10px; float: left; font-family: 'Roboto'; font-size: 18px; line-height: 22px; color: #000; text-transform: uppercase; text-decoration: none; background: url('images/arrow.png') right center no-repeat; }
.button2:hover { color: #f28c00; }

.flagsize {width:20px;height:20px;}

.grecaptcha-badge {
    visibility: hidden !important;
	opacity: 0.2;
}
.rl-basicgrid-gallery .rl-gallery-item img {
    max-height: 195px !important;
}

.wpcf7-submit{margin-top: 10px; padding: 6px 20px; float: left; cursor: pointer; font-weight: normal; border: 0; background:#1c3583; color:#fff;}

/*
 * Datepicker 
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	background:#fff;
	border:1px solid #ccc;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
	color:#333;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* layout */
#layout { margin: 0 auto; width: 100%; }

	/* header */
	#header-part { position: relative; z-index: 999; }
	
		/* top bar */
		.top-bar { padding: 0px; width: 100%; overflow: hidden; background: #f28c00; height:8px;}
		.top-bar ul { padding: 0 4px 0 65px; float: right; list-style: none; }
		.top-bar li { margin-left: 5px; float: left; }
		.top-bar li a { display: block; }
		.top-bar a.phone { padding-left: 24px; float: right; font-family: 'Roboto'; font-size: 14px; line-height: 16px; font-weight:500; color: #fff; text-decoration: none; }
		.top-bar a.phone:hover { color: #1c3583; }
		.phoneicon{ width:12px; height:12px; float:left; margin:2px 10px 0 0;}
	
		/* nav bar */
		.nav-bar { padding: 10px 0; width: 100%; position: relative; }
		.nav-bar .logo { margin-left: 10px; float: left;}
		.nav-bar .logo a {display: block;}
		.nav-bar a.mobile { display: none; }
		.nav-bar ul { padding: 5px; float: right; list-style: none; margin-top: -15px;}
		.nav-bar li { float: left; }
		.nav-bar li:last-child { padding-right: 0;  }
		.nav-bar li a { float: left; text-align: center; font-family: 'Roboto'; font-weight: 700; font-size: 18px; line-height: 32px; color: #1c3583; padding: 0 12px; text-decoration: none; text-align: right; text-transform: uppercase; }
		.nav-bar li.current-menu-item a { font-family: 'Roboto'; color: #f28c00; }
        .nav-bar li:hover a { color: #f28c00; }
		
	.logo img {/*max-width:75%; max-height:75%;*/ max-height: 150px; margin-top:-30px;}

	/* banner */
	#banner-part { width: 100%; overflow: hidden; }
	
		/* banner bar */
		.banner-bar { width: 100%;  overflow: hidden; position: relative; }
		.banner-bar .left { margin-bottom: 12px; width:59.1%; height: 750px; float: left; position: relative; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; cursor: pointer; }
		.banner-bar .right { width: 40.2%; float: right; }
		.banner-bar .right .photo { margin-bottom: 12px; width: 100%; height: 370px; position: relative; overflow: hidden; cursor: pointer; }
		.banner-bar .right .photo.img1 { background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center;}
		.banner-bar .right .photo.img2 { background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; background-position: center; }
		.banner-bar .left .welcome { padding: 30px 85px 25px; width: 85%; position: absolute; left: 0; bottom: 70px; text-shadow: 2px 2px 10px #555; }
		.banner-bar .left .welcome h2 { width: 500px; float: right; }
        .banner-bar h1, .banner-bar h2 { color: #ffffff; }
		.banner-bar h1 span, .banner-bar h2 span { color: #f28c00; }
		.banner-bar a.button { position: absolute; left: 9px; bottom: 12px; }
		.banner-bar .left a.button { padding: 0 165px 0 25px; left: auto; right: 13px; }
		.banner-bar .full { width: 100%; overflow: hidden; position: absolute; left: 0; top: 45.6%; }
		.banner-bar .car { padding: 30px 25px 35px; width: auto; display: inline-block; background: rgba(9,43,119,0.8); }
		.banner-bar img { margin: auto; width: 100%; height: auto; }
        .banner-bar .left:hover .button, .banner-bar .right .photo:hover .button { color: #fff; background-color: #f28c00; }
        .banner-bar .left:hover, .banner-bar .right .photo.img1:hover, .banner-bar .right .photo.img2:hover {  }
		
		/* slider bar */
		.slider-bar { padding: 35px 0 20px; width: 100%; overflow: hidden; position: relative; background-color: #efefef; }
		.slider-bar .top { margin-bottom: 15px; width: 100%; float: left; }
		.slider-bar .top span { float: left; font-family: 'Roboto'; font-size: 39px; line-height: 44px; color: #030000; text-transform: uppercase; }
		.slider-bar .top a { padding: 0 5px 0 25px; margin-top: 20px; float: right; font-family: 'Roboto'; font-size: 17px; line-height: 24px; color: #030000; text-decoration: none; text-transform: uppercase; background: url('images/arrow3.png') left 8px no-repeat; }
		.slider-bar .top a:hover { color: #f28c00; }
		.slider-bar .mid { padding: 15px; width: 100%; overflow: hidden; background-color: #030000; }
		.slider-bar .mid .left { float: left; width: 754px; position: relative; }
		.slider-bar .mid ul.slides { width: 100%; overflow: hidden; list-style: none; }
		.slider-bar .mid ul.slides li { width: 100%; }
		.slider-bar .mid .left small { width: 17px; height: 15px; display: block; position: absolute; right: 20px; bottom: 20px; cursor: pointer; background: url('images/full_icon.png') no-repeat; }
		.slider-bar .mid .left .flex-control-nav { display: none; }
		.slider-bar .mid .left .flex-direction-nav { list-style: none; }
		.slider-bar .mid .left a.flex-prev { margin-top: -21px; width: 57px; height: 43px; display: block; position: absolute; left: 0; top: 50%; text-indent: -9999px; background: rgba(0,0,0,0.9) url('images/pre.png') center no-repeat; }
		.slider-bar .mid .left a.flex-next { margin-top: -21px; width: 57px; height: 43px; display: block; position: absolute; right: 0; top: 50%; text-indent: -9999px; background: rgba(0,0,0,0.9) url('images/next.png') center no-repeat; }
		.slider-bar .mid .right { float: right; width: 392px; position: relative; }
		.slider-bar .mid .share { margin-bottom: 25px; width: 100%; float: left; }
		.slider-bar .mid .share .social { margin-left: 15px; float: right; position: relative; }
		.slider-bar .mid .share a { float: right; }
        .slider-bar .mid .share .social > a { padding-bottom: 15px; }
		.slider-bar .mid .share .social ul { padding: 5px 0 0; min-width: 140px; overflow: hidden; list-style: none; position: absolute; right: 0; top: 45px; opacity: 0; text-align: center; }
		.slider-bar .mid .share .social li { padding: 0 5px; display: inline-table; }
		.slider-bar .mid .share .social ul li a { font-size: 23px; line-height: 24px; color: #000; }
		.slider-bar .mid .share .social:hover > ul { top: 32px; opacity: 1; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; background: #fff; }
		.slider-bar .mid .detail { width: 392px; float: right; }
		.slider-bar .mid .detail ul { margin-bottom: 55px; width: 100%; list-style: none; overflow: hidden; }
		.slider-bar .mid .detail li { width: 100%; overflow: hidden; border-bottom: 1px solid #424243; }
		.slider-bar .mid .detail li em { width: 180px; float: left; font-size: 16px; line-height: 36px; color: #bbbbbb; font-weight: normal; text-transform: uppercase; font-style: normal; }
		.slider-bar .mid .detail li em.quality { width: auto; text-transform: none; color: #fff; }
		.slider-bar .mid .detail a.button3 { padding: 0 50px 0 10px; float: right; font-family: 'Roboto'; font-size: 20px; line-height: 45px; color: #fff; text-decoration: none; position: relative; text-transform: uppercase; background:  #f28c00; }
        .slider-bar .mid .detail a.button3:hover { background: #fff; color: #f28c00; }
		.slider-bar .mid .detail a.button3::after { width: 16px; height: 12px; position: absolute; right: 17px; top: 18px; content: ''; background:  url('images/arrow2.png') right center no-repeat; }
		.slider-bar .mid .slider { margin-top: 15px; width: 100%; overflow: hidden; position: relative; }
		.slider-bar .mid .slider .item { margin-right: 14px; float: left; width: 100%; }
		.slider-bar .mid .slider .item.last { margin-right: 0; }
		.slider-bar .mid .slider a.prev { margin-top: -21px; width:500 45px; height: 40px; display: block; position: absolute; left: 0; top: 50%; text-indent: -9999px; z-index: 999; cursor: pointer; background: rgba(0,0,0,0.9) url('images/pre.png') center no-repeat; }
		.slider-bar .mid .slider a.next { margin-top: -21px; width: 45px; height: 40px; display: block; position: absolute; right: 0; top: 50%; text-indent: -9999px; z-index: 999; cursor: pointer; background: rgba(0,0,0,0.9) url('images/next.png') center no-repeat; }
		
	
	/* content */
	#content-part { overflow: hidden; width: 100%; }
	
		/* center */
		#center-part {  overflow: hidden; width: 100%; }
			
			/* news bar */
			.news-bar { padding: 15px 0 30px; margin-bottom: 15px; width: 100%; overflow: hidden; background-color: #efefef; }
			.news-bar h3 { padding-bottom: 15px; }
			.news-bar ul { width: 100%; overflow: hidden; list-style: none; }
			.news-bar li { margin-right: 10px; float: left; }
			.news-bar li:nth-child(4n) { margin-right: 0; }
			.news-bar li a { display: block; text-decoration: none; }
			.news-bar li span { padding: 10px 0; font-family: 'Roboto'; font-size: 17px; line-height: 24px; display: block; color: #000; }
			.news-bar li a:hover span { color: #f28c00; }
            .news-bar li img { max-width: 296px; }
			
			/* passion bar */
			.passion-bar { padding-bottom: 15px; width: 100%; overflow: hidden; position: relative; }
			.passion-bar .passion { float: right; width: 66.6%; height: 710px; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; }
			.passion-bar .text { padding: 65px 0 55px 0; width: 46%; min-height: 502px; overflow: hidden; position: absolute; left: 0; top: 45px; background-color: #fff; opacity:0.9;}
			.passion-bar .mid { padding-bottom: 30px; margin-left: -613px; width: 488px; float: left; position: absolute; left: 50%; top: 109px; }
			.passion-bar h1 { padding-bottom: 30px; }
			.passion-bar p { padding-bottom: 35px; }
			.passion-bar a { padding-right: 35px; font-family: 'Roboto'; font-size: 18px; line-height: 22px; color: #000; text-transform: uppercase; text-decoration: none; background: url('images/arrow.png') right center no-repeat; float: right; }
            .passion-bar a:hover:hover { color: #f28c00; }
			
			/* expected bar */
			.expected-bar { margin-bottom: 35px; width: 100%; position: relative; overflow: hidden; }
			.expected-bar.gap { margin-bottom: 0; }
			.expected-bar .left { float: left; width: 59.1%;  min-height: 452px; background-color: #efefef; }
			.expected-bar .right { width: 40.2%; height: 100%; float: right; position: absolute; right: 0; top: 0; background-color: #000; }
			.expected-bar .left h3 { padding-bottom: 35px; }
            .expected-bar .left ul, .expected-bar .left li { list-style: none; list-style-type: none; }
			.expected-bar .left li { padding: 0 0 15px 20px; font-family: 'Roboto'; font-size: 17px; line-height: 21px; color: #000; background: url('images/right.png') left 5px no-repeat; }
            .expected-bar .left ul { -moz-column-count: 2; -moz-column-gap: 20px; -webkit-column-count: 2; -webkit-column-gap: 20px; column-count: 2; column-gap: 20px; }
			.expected-bar .news { margin: 20px 0 0 40px; float: left; width: 365px; }
			.expected-bar .news h3 { color: #fff; }
			.expected-bar .news span { padding: 10px 0 15px; font-size: 17px; line-height: 26px; color: #f16537; display: block; }
			.expected-bar .news h3 { padding-bottom: 50px; }
			.expected-bar .news p { padding-bottom: 30px; font-size: 17px; line-height: 27px; color: #fff; }
			.expected-bar .news p a { color: #fff; text-decoration: none; }
			.expected-bar .news a:hover { color: #f28c00; }
			.expected-bar .news .button2 { padding-right: 50px; margin-top: 5px; float: right; color: #fff; }
			.expected-bar.look { margin-bottom: 0; }
			.expected-bar.look h3 { padding-bottom: 25px; color: #f28c00; }
			.expected-bar.look .left p { padding: 0 0 30px; font-family: 'Roboto'; font-size: 17px; line-height: 30px; color: #000; background: none; }
			.expected-bar .left .expected { margin-left: -609px; width: 670px; float: right; position: absolute; left: 50%; top: 22px; }
			.expected-bar.look .news h3 { color: #fff; }
			
			/* over bar */
			.over-bar { padding: 50px 0 0; margin-bottom: 50px; width: 100%; overflow: hidden; }
			/*.over-bar ul { width: 100%; overflow: hidden; list-style: none; }
			.over-bar li { margin-bottom: 60px; width: 100%; overflow: hidden; }
			.over-bar li:last-child { margin-bottom: 50px; }
			.over-bar li .over { float: left; width: 763px; }
			.over-bar li .photo { margin-top: 15px; float: right; width: 433px; }
			.over-bar li span { font-family: 'Roboto'; font-size: 36px; line-height: 46px; color: #0a0405; font-weight: normal; text-transform: uppercase; display: block; }*/
			.over-bar p { font-family: 'Roboto'; font-size: 18px; line-height: 32px; color: #3a3a3a; font-weight: 400; padding-bottom: 25px; }
            .over-bar h1, .over-bar h2, .over-bar h3 {  }
			.over-bar strong {  }
            .over-bar ul, .over-bar li { list-style: none; list-style-type: none; }
            .over-bar ul { padding-bottom: 25px; clear: both; }
            .over-bar li { padding: 0 0 15px 20px; font-size: 17px; line-height: 21px; color: #3a3a3a; background: url('images/right.png') left 5px no-repeat; }
			
			/* header bar */
			.header-bar { margin-bottom: 170px; width: 100%; overflow: hidden; }
			.header-bar .header { padding-right: 40px; width: 100%; overflow: hidden; }
			.header-bar span { color: #0a0405; display: block; }
			.header-bar span.size1 { font-size: 46px; line-height: 48px; }
			.header-bar span.size2 { padding: 10px 0 15px; font-size: 36px; line-height: 40px; }
			.header-bar span.size3 { font-size: 28px; line-height: 32px; }
			.header-bar p { padding: 5px 0 10px; font-size: 20px; line-height: 34px; color: #534f50; font-weight: normal; }
			.header-bar p em { font-family: 'Roboto'; font-style: normal; display: inline-block; }
			.header-bar p a { color: #f28c00; text-decoration: none; display: inline-block; }
			.header-bar p a:hover { text-decoration: underline; }
			.header-bar a.offer { padding: 0 20px; height: 41px; float: left; font-family: 'Roboto'; font-size: 20px; line-height: 41px; color: #fff; text-decoration: none; text-transform: uppercase; background-color: #f28c00; }
			.header-bar a.offer:hover { background-color: #fa6936; }
			
			/* name bar */
			.name-bar { width: 100%;  }
            .name-bar.nobg { background-color: #fff; background: none !important; }
			.name-bar .name { float: left; display: inline-block; width: 25%; padding: 10px 1%; position: relative; }
            .name-bar.nobg .name { padding: 0 1%; }
            .name-bar.nobg .right { display: none; }
			.name-bar img.man { position: relative; bottom: 0; left: 0; max-height: 300px; }
			.name-bar .right { width: 100%;  }
			.name-bar .right span { font-size: 18px; line-height: 20px; color: #1c3583; display: block; }
			.name-bar em, .name-bar p { font-size: 17px; line-height: 24px; color: #fff; font-style: normal; display: block; }
			.name-bar em { padding: 5px 0 25px; }
			.name-bar p { padding-bottom: 0; max-width: 450px; }
            .name-bar p a { color: #fff; text-decoration: none; }
			.name-bar a.button { padding: 0 50px 0 20px; font-family: 'Roboto'; line-height: 41px; }
			.name-bar a.button::after { right: 20px; top: 14px; }
			.name-bar a.button:hover { background-color: #5e5252; }
			
			/* each bar */
			.each-bar { padding: 65px 0 100px; width: 100%; overflow: hidden; }
			.each-bar .each { width: 785px; float: left; }
			.each-bar span { font-size: 32px; line-height: 40px; color: #000; display: block; text-transform: uppercase; }
			.each-bar small { padding: 5px 0 15px; font-size: 20px; line-height: 24px; color: #a2a2a2; display: block; }
			.each-bar em { padding-bottom: 5px; font-family: 'Roboto'; font-size: 24px; line-height: 28px; color: #534f50; font-style: normal; display: block; }
			.each-bar img { margin-bottom: 10px; }
			.each-bar p { padding-bottom: 35px; font-size: 20px; line-height: 32px; color: #534f50; }
			.each-bar .button2 { margin-top: 15px; font-family: 'Roboto'; font-size: 20px; }
			.each-bar .latest {  width: 385px; float: right; text-align: right; }
			.each-bar .latest span { padding-bottom: 30px; }
			.each-bar .latest a { margin-bottom: 30px; font-family: 'Roboto'; font-size: 20px; line-height: 32px; color: #f28c00; display: block; text-decoration: none; }
			.each-bar .latest a:hover { color: #ca3500; }
			.each-bar .latest small { padding: 5px 0; }
		
			/* specifications bar */
			.specifications-bar { padding: 38px 0 15px; width: 100%; overflow: hidden; }
			.specifications-bar .specifications { float: left; width: 770px; }
			.specifications-bar .learn { padding: 27px 20px; float: right; width: 432px; min-height: 416px; background-color: #f28c00; }
			.specifications-bar .specifications h3 { padding: 24px 0 23px; color: #f28c00; }
			.specifications-bar .learn h3 { padding-bottom: 25px; color: #fff; }
			.specifications-bar span { padding-bottom: 12px; font-family: 'Roboto'; font-size: 24px; line-height: 34px; font-weight: normal; color: #000; display: block; text-transform: uppercase; }
			.specifications-bar .about { margin-right: 20px; float: none; width: 100%; }
			.specifications-bar ul { width: 100%; overflow: hidden; list-style: none; list-style-type: none; margin-bottom: 30px; }
            .specifications-bar ul { -moz-column-count: 3; -moz-column-gap: 20px; -webkit-column-count: 3; -webkit-column-gap: 20px; column-count: 3; column-gap: 20px; }
			.specifications-bar li { width: 100%; overflow: hidden; }
			.specifications-bar li { padding-left: 10px; font-family: 'Roboto'; font-size: 16px; line-height: 34px; color: #000; display: block; position: relative; text-decoration: none; }
            .specifications-bar p { font-family: 'Roboto'; font-size: 16px; line-height: 34px; color: #000; }
			.specifications-bar li::before { width: 4px; height: 1px; position: absolute; left: 1px; top: 18px; content: ''; background-color: #000; }
			.specifications-bar .learn input[type="text"], .specifications-bar .learn input[type="email"], .specifications-bar .learn input[type="phone"] { padding: 5px 10px; margin-bottom: 12px; width: 100%; height: 40px; font-family: 'Roboto'; font-size: 15px; line-height: 30px; color: #787878; border: 0; background-color: #fff; }
            .specifications-bar .learn br { display: none; height: 0; }
            .specifications-bar .learn .wpcf7-not-valid-tip { font-size: 15px; color: #fff; }
			.specifications-bar .learn textarea { padding: 5px 10px; margin-bottom: 10px; width: 100%; height: 85px; font-family: 'Roboto'; font-size: 15px; line-height: 30px; color: #787878; border: 0; resize: none; -webkit-resize: none; -moz-resize: none; background-color: #fff; }
			.specifications-bar small { font-family: 'Roboto'; font-size: 16px; line-height: 21px; color: #fff; display: block; }
			.specifications-bar .learn input[type="submit"] { padding-right: 31px; float: right; font-family: 'Roboto'; font-size: 18px; line-height: 20px; color: #fff; cursor: pointer; text-transform: uppercase; border: 0; -webkit-appearance: none; -moz-appearance: none; background: url('images/arrow2.png') right center no-repeat; }
            .specifications-bar .learn input[type="submit"]:hover { color: #000; }
			
			/* first bar */
			.first-bar { padding: 70px 0 80px; width: 100%; overflow: hidden; }
			.first-bar .news { width: 100%; overflow: hidden; }
			.first-bar .news ul { width: 100%; overflow: hidden; list-style: none; }
			.first-bar .news li { margin-bottom: 65px; width: 100%; overflow: hidden; }
			.first-bar .news li:last-child { margin-bottom: 53px; }
			.first-bar .news li .photo { margin-right: 20px; float: left; width: 433px; overflow: hidden; position: relative; }
			.first-bar .news li .detail { float: left; width: 716px; }
			.first-bar .news li em { padding: 0 15px 5px; float: left; font-size: 46px; line-height: 42px; color: #fff; text-transform: uppercase; font-style: normal; position: absolute; left: 0; top: 0; background-color: #f28c00;  }
			.first-bar .news li em small { font-size: 30px; line-height: 30px; display: block; }
			.first-bar .news li h2 { padding-bottom: 5px; font-size: 32px; line-height: 35px; color: #f28c00; display: block; font-weight: normal; text-transform: uppercase; }
            .first-bar .news li h2 a { color: #f28c00; text-decoration: none; }
			.first-bar .news li .detail small { font-size: 20px; line-height: 24px; color: #a2a2a2; display: block; }
			.first-bar .news li p { padding: 35px 0; font-size: 20px; line-height: 32px; color: #534f50; display: block; }
			.first-bar .news li a.button2 { padding-right: 25px; float: right; }
			.first-bar .page { width: 100%; overflow: hidden; }
			.first-bar .page ul { float: left; list-style: none; }
			.first-bar .page li { margin-left: 4px; float: left; }
			.first-bar .page li:first-child { margin-left: 0; }
            .first-bar .page li.current a { background-color: #534f50; color: #fff; }
			.first-bar .page li a { min-width: 36px; height: 36px; font-family: 'Roboto'; font-size: 24px; line-height: 33px; color: #fff; text-align: center; display: block; text-decoration: none; background-color: #f28c00; }
			.first-bar .page li a:hover { background-color: #fb622c; }
			
			/* search bar */
			.search-bar { padding: 25px 0 10px; margin-bottom: 40px; width: 100%; background-color: #efefef; }
			.search-bar .offer { float: left; width: 410px; }
			.search-bar .offer span {  font-family: 'Roboto'; font-size: 39px; line-height: 42px; color: #000; display: block; text-transform: uppercase; }
			.search-bar .offer em {  font-family: 'Roboto'; font-size: 24px; line-height: 40px; color: #000; font-style: normal; text-transform: uppercase; }
			.search-bar .offer em small { font-size: 32px; color: #f28c00; display: inline-block; }
			.search-bar .search { margin: 30px 15px 0 0; float: right; width: 302px; background-color: #fff; }
			.search-bar .search input[type="submit"] { float: left; width: 40px; height: 51px; border: 0; background: #fff url('images/search_icon.png') center no-repeat; }
			.search-bar .search input[type="text"] { padding: 5px; float: left; width: 260px; height: 51px; border: 0; font-size: 16px; line-height: 20px; color: #534f50; background-color: #fff; }
			
			/* link bar */
			.link-bar { margin-bottom: 35px; width: 100%; overflow: hidden; }
			.link-bar ul { width: 100%; overflow: hidden; list-style: none; }
			.link-bar li { margin: 0 5px 5px 0; float: left; }
			.link-bar li a { padding: 0 20px; height: 38px; font-family: 'Roboto'; font-size: 19px; line-height: 38px; color: #fff; text-decoration: none; text-transform: uppercase; display: block; text-decoration: none; background-color: #000; }
			.link-bar li a:hover, .link-bar li a.active { background-color: #f28c00; }
			
			/* model bar */
			.model-bar { padding-bottom: 35px; width: 100%; overflow: hidden; }
			.model-bar ul { width: 100%; overflow: hidden; list-style: none; }
			.model-bar li { margin: 0 15px 30px 0; float: left; }
            .model-bar li .photo { width: 100%; max-width: 395px; max-height: 245px; overflow: hidden; position: relative; }
            .model-bar li .photo img {/* min-width: 395px;*/ height: auto; }
            .model-bar li .photo img { -webkit-transition: all 1s ease; /* Safari and Chrome */ -moz-transition: all 1s ease; /* Firefox */ -o-transition: all 1s ease; /* IE 9 */ -ms-transition: all 1s ease; /* Opera */ transition: all 1s ease;  max-width: 100%; }
            .model-bar li .photo:hover img { -webkit-transform:scale(1.05); /* Safari and Chrome */ -moz-transform:scale(1.05); /* Firefox */ -ms-transform:scale(1.05); /* IE 9 */ -o-transform:scale(1.05); /* Opera */ transform:scale(1.05); }
			.model-bar li .photo span { width: 241px; height: 40px; float: left; font-family: 'Roboto'; font-size: 18px; line-height: 40px; color: #fff; text-align: center; text-transform: uppercase; position: absolute; left: 0; top: 39px; left: -57px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); background-color: #f28c00; }
			.model-bar li .photo span.black { background-color: #000; }
			.model-bar li:nth-child(3n) { margin-right: 0; }
			.model-bar li h4 { font-family: 'Roboto'; font-size: 18px; line-height: 28px; height:28px; color: #534f50; display: block; font-style: normal; border-bottom: 1px solid #f3f3f3; }
            .model-bar li h4 a { color: #534f50; text-decoration: none; }
			.model-bar li small { float: left; font-family: 'Roboto'; font-size: 16px; line-height: 22px; color: #777777; font-style: normal; }
			.model-bar li small.price { width: 100%; }
			.model-bar li small.km { width: 25%; }
			.model-bar li small.date { width: 35%; text-align: right; }
		
	/* footer part */
	#footer-part { overflow: hidden; width: 100%; }
		
		/* footer bar */
		.footer-bar { padding: 40px 0 20px; width: 100%; overflow: hidden; background:#f3f3f3; }
		.footer-bar .contact { float: left; width: 32%; }
		.footer-bar .contact address { font-family: 'Roboto'; font-size: 16px; line-height: 25px; color: #000; font-style: normal; font-weight: 300; }
        .footer-bar .contact a { font-family: 'Roboto'; font-size: 16px; color: #f28c00; text-transform: none; text-decoration: none; font-weight: 300;}
		.footer-bar .contact .mail { margin: 25px 0 10px; width: 100%; overflow: hidden; }
		.footer-bar .contact p { font-family: 'Roboto'; font-size: 16px; line-height: 25px; color: #000; font-weight: 300; }
		.footer-bar .contact span { font-family: 'Roboto'; font-size: 16px; line-height: 25px; color: #000; display: block; font-weight: 300; }
		.footer-bar .contact span a { padding-left: 5px; font-family: 'Roboto'; text-decoration: none; color: #000; display: inline-block; }
		.footer-bar .contact span a:hover { color: #f28c00; }
		.footer-bar .contact ul { float: left; width: 100%; list-style: none; }
		.footer-bar .contact li { margin-left: 10px; float: left; }
		.footer-bar .contact li:first-child { margin-left: 0; }
		.footer-bar .contact li a { display: block; text-decoration: none; }
		.footer-bar .contact li i { font-size: 30px; line-height: 30px; color: #1c3583; margin: 0 10px;}
		.footer-bar .newsletter { float: right; width: 390px; }
		.footer-bar .newsletter h3 { padding-bottom: 15px; color: #f28c00; }
		.footer-bar .newsletter p { padding-bottom: 15px; font-size: 16px; line-height: 20px; color: #000; font-weight: 300; }
		.footer-bar .newsletter input[type="text"], .footer-bar .newsletter input[type="email"], .footer-bar .newsletter input[type="phone"] { padding: 5px 15px; margin-bottom: 10px; width: 100%; height: 50px; line-height: 25px; border: 0; background-color: #fff; color: #000; }
		.footer-bar .newsletter .button2, .footer-bar .newsletter input[type="submit"] { margin-top: 10px; padding-right: 30px; float: right; cursor: pointer; font-weight: normal; border: 0; }

 .over-bar form textarea, .over-bar form select, .over-bar form input[type="text"], .over-bar form input[type="email"], .over-bar form input[type="phone"] { border: none; padding: 5px 15px; margin-bottom: 10px; width: 50%; height: 45px; line-height: 25px; border: 0; background-color: #f3f3f3; color: #000; }
        .over-bar form input[type="file"] {background:#fff;margin-top:10px; margin-bottom:10px;}
        .over-bar form textarea { height: 300px; }
		.over-bar form .button2, .over-bar form input[type="submit"] { margin-top: 10px; padding: 6px 20px; float: left; cursor: pointer; font-weight: normal; border: 0; /*background:#f28c00;*/ color:#fff;}
		

		/* copyright bar */
		.copyright-bar { padding: 20px 0 30px; width: 100%; overflow: hidden; background: #1c3583; }
		.copyright-bar p {font-family: 'Roboto'; font-size: 14px; font-weight:300; line-height: 20px; color: #fff; text-align: center; }
		.copyright-bar p a { text-decoration: none; color: #f3f3f3; }
		.copyright-bar p a:hover { color: #f28c00; }
		.copyright-bar p span { font-family: 'Roboto'; font-weight:300;}
		.copyright-bar p em { padding: 0 2px 0 6px; position: relative; font-style: normal; }
		.copyright-bar p em::before { width: 1px; height: 16px; position: absolute; left: 0; top: 5px; content: ''; background-color: #fff; }
		
		.cc_container .cc_btn{background:#f28c00 !important; border-radius:none !important; color:#111 !important;}
		.cc_container a{color:#f28c00 !important;}
		.cc_container a:hover{color:#fff !important;}

@media print {
   			
		html #footer-part, html #header-part, html #content-part { display:none; }
		html .slider-bar .mid .left a.flex-prev, html .slider-bar .mid .slider a.prev { display: none !important; }
		html .slider-bar .mid .left a.flex-next, html .slider-bar .mid .slider a.next { display: none !important; }
			
		html, body { font-size: 16px; line-height: 22px; }
		h1 { font-size: 31px; line-height: 33px; }
		h2 { font-size: 30px; line-height: 35px; }
		h3 { font-size: 25px; line-height: 28px; }
		h4 { font-size: 17px; line-height: 20px; }
    
		.centering { padding: 0; }
        .slider-bar, .slider-bar .mid, .slider-bar .mid .right, .slider, img { padding: 0; margin: 0; }
			
		.slider-bar .mid .left { width: 100%; position: relative; }
		.slider-bar .mid ul.slides { width: 100%; overflow: hidden; list-style: none; list-style-type: none; }
        .slider .owl-item { width: 100%; }
        .slider { display: block !important; }
        .slider .owl-item:nth-child(1), .slider .owl-item:nth-child(2), .slider .owl-item:nth-child(3) { display: block !important; }
        .printimg { display: block; }
    
		/* slider bar */
		.slider-bar .mid .right { padding: 0; margin: 0; }
		.slider-bar .mid .left a.flex-prev, .slider-bar .mid .left a.flex-next { display: none !important; }
		.slider-bar .mid .detail a.button3 { display: none !important; }
		.slider-bar .mid .left, .slider-bar .mid .right { width: 100%; float: none; overflow: hidden; }
		.slider-bar .mid .share { margin: 0; }
		.slider-bar .mid .detail { width: 100%; }
		.slider-bar .mid .detail ul { margin-bottom: 30px; }
		.slider-bar .mid .detail li em { width: 40%; }
		.slider-bar .mid .detail li em.quality { width: 60%; }
	 
	}


	/* Smaller than standard 1500 (devices and browsers) */
	@media only screen and (max-width: 1499px) {
			
			html, body { /*font-size: 20px; line-height: 28px; */}
			h1 { font-size: 41px; line-height: 42px; }
			h2 { font-size: 40px; line-height: 45px; }
			h3 { font-size: 27px; line-height: 32px; }
			
			/* banner bar */
			.banner-bar .left .welcome { padding: 15px 65px 15px; }
			.banner-bar .left .welcome h2 { width: auto; }
			.banner-bar .left { height: 540px; }
			.banner-bar .right .photo { height: 265px; }
			.banner-bar .full { top: 37%; }
			
			/* passion bar */
			.passion-bar .passion { height: 510px; }
			.passion-bar h1 { padding-bottom: 20px; }
			.passion-bar .text { padding: 30px 0; width: 40%; min-height: 390px; }
			.passion-bar p { padding-bottom: 20px; }
			.passion-bar .mid { width: 440px; top: 70px; }
			
			.model-bar li .photo span { width: 230px; }
			
			/* expected bar */
			.expected-bar { margin-bottom: 10px; min-height: 415px; }
			.expected-bar .left .expected { width: 640px; }
			.expected-bar .left h3 { padding-bottom: 25px; }
			.expected-bar .news h3 { padding-bottom: 30px; }
			.expected-bar .left .model { width: 340px; }
			
		}
		
		
		
		
		
		/* Smaller than standard 1280 (devices and browsers) */
	    @media only screen and (max-width: 1279px) {
		
			h1 { font-size: 36px; line-height: 40px; }
			h2 { font-size: 35px; line-height: 40px; }
			h3 { font-size: 26px; line-height: 30px; }
			h4 { font-size: 20px; line-height: 24px; }
			
			.button { padding: 0px 70px 0px 20px; font-size: 18px; line-height: 55px; }
			.button::after { right: 35px; top: 23px; }
			
			.centering { padding: 0 20px; width: auto; }
			
			/* nav bar */
			.nav-bar .logo { /*width: 400px;*/ }
			.nav-bar .logo img { max-width: 100%; height: auto; }
			.nav-bar ul { padding: 15px 0 0; }
			
			/* banner bar */
			.banner-bar .left { height: 480px; }
			.banner-bar .right .photo { height: 235px; }
			.banner-bar .car { padding: 20px 25px; width: auto; float: left; }
			
			/* news bar */
			.news-bar li { margin-right: 1%; width:24%; }
			.news-bar li img { width: 100%; height: auto; }
			.news-bar li span { font-size: 16px; }
			
			/* passion bar */
			.passion-bar .passion { height: 450px; }
			.passion-bar .text { width: 480px; min-height: 350px; left: auto; }
			.passion-bar h1 { padding-bottom: 10px; }
			.passion-bar .mid { padding: 0 20px; margin-left: 0; left: auto; }
			
			/* expected bar */
			.expected-bar .left { padding: 30px 20px; }
			.expected-bar .left .expected { margin-left: 0; width: auto; float: left; position: relative; left: auto; top: auto; }
			
			/* model bar */
			.model-bar li { margin: 0 2% 30px 0; width: 32%; }
			.model-bar li .photo img { width: 100%; height: auto; }
			
			/* each bar */
			.each-bar .each { width: 60%; }
			.each-bar .latest { width: 34%; }
			.each-bar img { max-width: 100%; height: auto; }
			.each-bar span { font-size: 28px; line-height: 32px; }
			
			/* first bar */
			.first-bar .news li .photo { margin-right: 2%; width: 35%; }
			.first-bar .news li .detail { width: 63%; }
			.first-bar .news li .photo img { margin-right: 0; max-width: 100%; height: auto; }
			.first-bar .news li h2 { font-size: 29px; }
			.first-bar .news li p { padding: 20px 0; line-height: 28px; }
			.first-bar .news li em { font-size: 40px; }
			.first-bar .news li em small { font-size: 28px; }
			
			/* over bar */
			.over-bar li .over { width: 61%; }
			.over-bar li .photo { width: 35%; }
			.over-bar li .photo img { width: 100%; height: auto; }
			.over-bar li p { line-height: 32px; }
			
			/* slider bar */
			.slider-bar .mid .right { padding-left: 25px; width: 38%; }
			.slider-bar .mid .left { width: 62%; }
			.slider-bar .mid .detail { width: 100%; }
			.slider-bar .mid ul.slides li img { width: 100%; height: auto; }
			.slider-bar .mid .detail ul { margin-bottom: 30px; }
			.slider-bar .mid .detail li em { width: 47%; }
			.slider-bar .mid .detail li em.quality { width: 53%; }
			.slider-bar .top span { font-size: 35px; }
			
			/* specifications bar */
			.specifications-bar span { font-size: 20px; }
			.specifications-bar .specifications { width: 60%; }
			.specifications-bar .learn { width: 35%; }
			.specifications-bar .specifications h3 { padding: 10px 0 10px; }
			
			
		}
		
		/* Smaller than standard 1140 (devices and browsers) */
	    @media only screen and (max-width: 1139px) {
			
			html, body { font-size: 16px; line-height: 24px; }
			
			h1 { font-size: 34px; line-height: 36px; }
			
			/* nav bar */
			.nav-bar .logo { margin-left: 0; /*width: 350px; */}
			.nav-bar ul { padding: 5px 0 0; }
			
			/* banner bar */
			.banner-bar .left { height: 430px; }
			.banner-bar .right .photo { height: 209px; }
			.banner-bar .left a.button { padding: 0px 130px 0px 20px; }
			.banner-bar .left .welcome { bottom: 120px; }
			
			/* news bar */
			.news-bar li span { font-size: 15px; line-height: 20px; }
			
			/* passion bar */
			.passion-bar .text { padding: 30px 0; width: 415px; min-height: 315px; }
			.passion-bar .mid { width: 405px; }
			.passion-bar .passion { height: 410px; }
			.passion-bar h1 { padding-bottom: 10px; }
			
			/* expected bar */
			.expected-bar .news { margin: 20px 0px 0px 20px; }
			
			/* model bar */
			.model-bar li small.price { width: 100%; }
			.model-bar li small.km { width: 29%; }
			.model-bar li small.date { width: 40%; }
			
			/* each bar */
			.each-bar span { font-size: 26px; line-height: 30px; }
			.each-bar small { font-size: 18px; line-height: 22px; }
			.each-bar p { font-size: 18px; line-height: 26px; }
			.each-bar em { font-size: 23px; }
			.each-bar .latest a { font-size: 18px; line-height: 24px; }
			
			/* name bar */
			.name-bar img.man { left: 50px; }
			.name-bar .right { width: 62%; }
			.name-bar .right span { font-size: 21px; line-height: 23px; }
            .name-bar p, .name-bar em { font-size: 14px; line-height: normal; }
			
			/* first bar */
			.first-bar .news li h2 { font-size: 28px; line-height: 32px; }
			.first-bar .news li p { font-size: 18px; line-height: 26px; }
			.first-bar .news li em { font-size: 34px; line-height: 36px; }
			.first-bar .news li em small { font-size: 24px; line-height: 24px; }
			
			/* over bar */
			.over-bar li { margin-bottom: 50px; }
			.over-bar li span { font-size: 30px; line-height: 40px; }
			.over-bar li p { line-height: 28px; }
			
			/* header bar */
			.header-bar p { line-height: 30px; }
			
			.slider-bar .top span { font-size: 32px; }
			
			.specifications-bar li { margin-bottom: 15px; }
			.specifications-bar li { line-height: 20px; }
			.specifications-bar li::before { top: 11px; }
			
			/* footer bar */
			.footer-bar .contact { width: 265px; }
						
		}

	/* Tablet Portrait size to standard 1023 (devices and browsers) */
	@media only screen and (max-width: 1023px) {
	 
	 		html, body { font-size: 16px; line-height: 22px; }
		    h1 { font-size: 31px; line-height: 33px; }
		    h2 { font-size: 30px; line-height: 35px; }
			h3 { font-size: 25px; line-height: 28px; }
			h4 { font-size: 17px; line-height: 20px; }
	
				/* nav bar */
		.nav-bar a.mobile { width: 35px; display: block; position: absolute; right: 15px; top: 25px; }
		.nav-bar a.mobile span { display: block; height: 4px; margin-bottom: 4px; background-color: #f28c00; }
		.nav-bar ul { padding: 5px 0; width: 100%; display: none; position: absolute; left: 0; top: 55px; background-color: #f28c00; }
		.nav-bar li { padding: 5px 0; width: 100%; }
		.nav-bar li a { padding: 0 15px; min-width: inherit; float: none; display: block; text-align: inherit; color: #fff; }
        .nav-bar li a:hover { color: #000 !important; }
		.nav-bar li.current-menu-item a { color: #000; }
		
			.button { padding: 0px 60px 0px 10px; font-size: 16px; line-height: 40px; }
			.button::after { right: 30px; top: 15px; }
			
		    .centering { padding: 0 15px; }
		
			.alignright{width:50%;}
			.alignleft{width:50%;}
				
			/* nav bar */
			.nav-bar .logo { width: 250px; }
			.nav-bar ul { padding: 0; }
			.nav-bar li a { font-size: 18px; line-height: 28px; }
			
			/* banner bar */
			.banner-bar .left { height: 325px; }
			.banner-bar .right .photo { height: 157px; }
			.banner-bar .left .welcome { padding: 15px 35px; bottom: 80px; }
			.banner-bar .left a.button { padding: 0px 110px 0px 10px; }
			.banner-bar .car { padding: 15px 20px; }
			.each-bar .button2 { font-size: 18px; }
			
			/* news bar */
			.news-bar li { margin: 0 2% 20px 0; width: 49%; }
			.news-bar li:nth-child(2n) { margin-right: 0; }
			.news-bar li span { font-size: 17px; line-height: 24px; }
			
			/* passion bar */
			.passion-bar .passion { height: 310px; }
			.passion-bar .text { padding: 20px 0; min-height: 235px; top: 35px; }
			.passion-bar p { padding-bottom: 15px; }
			.passion-bar .mid { padding: 0 15px; top: 45px; }
			
			/* expected bar */
			.expected-bar .left { padding: 20px 15px; position: relative; top: auto; left: auto; }
			.expected-bar .left .expected { width: 100%; }
			.expected-bar .left .model { width: 100%; }
			.expected-bar .left .model.last { float: left; width: 100%; }
			.expected-bar .news { padding: 20px 15px; margin: 0; width: 100%; }
			.expected-bar .news h3, .expected-bar .left h3 { padding-bottom: 20px; }
			
			/* model bar */
			.model-bar li { width: 49%; }
			.model-bar li:nth-child(3n) { margin-right: 2%; }
			.model-bar li:nth-child(2n) { margin-right: 0; }
			
			/* each bar */
			.each-bar .each { width: 57%; }
			.each-bar .latest { width: 38%; }
			.each-bar span { font-size: 19px; line-height: 24px; }
			.each-bar small { font-size: 16px; line-height: 20px; }
			.each-bar .latest a {  font-size: 15px; line-height: 18px; }
			.each-bar p { font-size: 16px; line-height: 22px; }
			.each-bar em { font-size: 22px; line-height: 26px; }
			
			/* name bar */
			.name-bar img.man { width: auto; height: auto; left: 10px; }
			.name-bar .right { width: 60%; }
			.name-bar em { padding: 0 0 20px; }
			.name-bar .name { min-height: inherit; }
			
			/* first bar */
			.first-bar .news li { margin-bottom: 40px; }
			.first-bar .news li h2 { font-size: 21px; line-height: 24px; }
			.first-bar .news li p { padding: 10px 0; font-size: 18px; line-height: 24px; }
			.first-bar .news li .detail small { font-size: 18px; line-height: 22px; }
			.first-bar .news li em { font-size: 30px; line-height: 35px; }
			.first-bar .news li em small { font-size: 22px; line-height: 22px; }
			
			/* over bar */
			.over-bar li p { font-size: 18px; line-height: 24px; }
			.over-bar li span { font-size: 28px; }
			
			/* slider bar */
			.slider-bar .mid .right { padding-left: 0; margin-bottom: 20px; }
			.slider-bar .mid .left a.flex-prev, .slider-bar .mid .left a.flex-next { width: 45px; height: 40px; }
			.slider-bar .mid .detail a.button3 { font-size: 18px; line-height: 47px; }
			.slider-bar .mid .left, .slider-bar .mid .right { width: 100%; float: none; overflow: hidden; }
			.slider-bar .mid .share { margin: 25px 0; }
			
			/* footer bar */
			.footer-bar .contact { width: 30%; }
			.footer-bar .newsletter { width: 35%; } 
			.footer-bar .newsletter h3 { font-size: 23px; }
			
	
	}
	
	@media only screen and (max-width: 959px) {
		
		/* specifications bar */
		.specifications-bar .specifications, .specifications-bar .learn { width: 100%; float: none; overflow: hidden; }
		.specifications-bar .specifications { margin-bottom: 20px; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		h1 { font-size: 28px; line-height: 32px; }
		h2 { font-size: 28px; line-height: 32px; }
		
		.button { font-size: 18px; line-height: 45px; }
		
		.alignright{display:none;}
		.alignleft{display:none;}
		
		/* top bar */
		.top-bar ul { padding: 0 0 0 15px; }
		
		/* banner bar */
		.banner-bar .left { width: 100%; height: 340px; }
		.banner-bar .right { width: 100%; }
		.banner-bar .left .welcome { padding: 10px 50px; }
		.banner-bar .right .photo { height: 340px; }
		.banner-bar .left a.button { right: 15px; }
		.banner-bar a.button { left: 15px; }
		.banner-bar .full { top: 31%; }
		.banner-bar .car { padding:10px 15px; }
		.banner-bar img { width: 100%; height: auto; }
		
		/* news bar */
		.news-bar li { margin-bottom: 15px; }
		.news-bar li span { font-size: 14px; }
		
		/* passion bar */
		.passion-bar .text {  width: 100%; overflow: hidden; position: relative; left: auto; top: auto; display: none; }
		.passion-bar .mid { padding: 15px 15px 25px; width: 100%; float: none; overflow: hidden; position: relative; left: auto; top: auto; }
		.passion-bar .passion { width: 100%; height: 285px; float: none; overflow: hidden; }
		
		/* expected bar */
		.expected-bar .left { padding: 25px 15px 20px; width: 100%; float: none; overflow: hidden; }
		.expected-bar .right { width: 100%; float: none; overflow: hidden; position: relative; right: auto; top: auto; }
		.expected-bar .news { padding: 20px 15px 25px; }
        .expected-bar .left ul, .specifications-bar ul { -moz-column-count: 1; -moz-column-gap: 20px; -webkit-column-count: 1; -webkit-column-gap: 20px; column-count: 1; column-gap: 20px; }
		
		/* model bar */
		.model-bar li { margin-right: 0; width: 100%; float: none; overflow: hidden; }
		
		/* search bar */
		.search-bar .offer { width: 100%; }
		.search-bar .offer span { font-size: 32px; line-height: 36px; }
		.search-bar .offer em { font-size: 18px; line-height: 24px; }
		.search-bar .offer em small { font-size: 22px; }
		.search-bar .search { margin: 20px 0 0; width: 100%; float: left; }
		.search-bar .search input[type="text"] { width: 88%; }
		
		/* each bar */
		.each-bar { padding: 30px 0 40px; }
		.each-bar .each, .each-bar .latest { width: 100%; float: none; overflow: hidden; }
		.each-bar .each { margin-bottom: 30px; }
		.each-bar .latest { text-align: inherit; }
		.each-bar span { font-size: 20px; }
		.each-bar small { font-size: 18px; line-height: 22px; }
		.each-bar p { padding-bottom: 20px; }
		.each-bar em { font-size: 24px; }
		.each-bar .latest span { padding-bottom: 20px; }
		.each-bar .latest small { padding: 0; }
		.each-bar .latest a { margin-bottom: 20px; font-size: 20px; line-height: 24px; }
		.name-bar .name { padding-top: 15px; }
		.name-bar img.man { margin: auto; position: relative; left: auto; bottom: auto; }
		.name-bar .right { width: 100%; float: none; overflow: hidden; text-align: center; }
		.name-bar .right .button { display: inline-block; float: none; }
		
		/* first bar */
		.first-bar { padding: 50px 0 60px; }
		.first-bar .news li .photo, .first-bar .news li .detail { width: 100%; float: none; overflow: hidden; }
		.first-bar .news li .photo { margin: 0 0 20px; }
		.first-bar .news li .photo img { max-width: inherit; width: 100%; }
		.first-bar .news li h2 { font-size: 20px; }
		
		/* over bar */
		.over-bar li { margin-bottom: 25px; }
		.over-bar li .photo, .over-bar li .over { width: 100%; float: none; overflow: hidden; }
		.over-bar li .photo { margin-bottom: 20px; }
		
		/* slider bar */
		.slider-bar .top { margin-bottom: 10px; }
		.slider-bar .top span { font-size: 27px; }
		.slider-bar .top a { margin-top: 10px; }
		.slider-bar .mid .left, .slider-bar .mid .right { width: 100%; float: none; overflow: hidden; }
		.slider-bar .mid .left { margin-bottom: 30px; }
		.slider-bar .mid .right { padding-left: 0; }
		.slider-bar .mid .slider .item { width: 100%; }
		
		/* specifications bar */
		.specifications-bar .about { padding: 0; width: 100%; }
		.expected-bar.look .left p { padding-bottom: 15px; line-height: 28px; }
		
		/* footer bar */
		.footer-bar .contact, .footer-bar .newsletter { width: 100%; float: none; overflow: hidden; }
		.footer-bar .contact { margin-bottom: 25px; }
		.footer-bar .newsletter h3 { padding-bottom: 5px; }
        .footer-bar .contact span { margin-bottom: 10px; }
        .copyright-bar p em { line-height: 34px; display: block; }
        .copyright-bar p em::before { display: none; }
		
		/* copyright bar */
		.copyright-bar p em.web { display: block; }
		.copyright-bar p em.web::before { display: none; }
        
        .name-bar.offmobile { display: none; }
        .name-bar .name { width: 50%; }
        .name-bar.nobg .right { padding: 10px 0; display: block; }
        .name-bar .right span { font-size: 16px; }
        .name-bar p, .name-bar em { font-size: 12px; }
        .name-bar.nobg .name { padding: 0; }
        .name-bar.nobg .centering { padding: 0; }
	
	}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		h2 { font-size: 22px; line-height: 28px; }
		
		/* nav bar */
		.nav-bar .logo { width: 200px; }
		
		/* banner bar */
		.banner-bar .left .welcome { display:none;}
		.banner-bar .left { height: 230px; }
		.banner-bar .right .photo { height: 230px; }
		.banner-bar img { height: 230px; }
		
		/* news bar */
		.news-bar li { margin-right: 0; width: 100%; float: none; overflow: hidden; }
		.news-bar li span { font-size: 17px; }
		
		/* name bar */
		.name-bar img.man { width: 250px; }
		
		/* passion bar */
		.passion-bar .passion { height: 190px; }
		
		/* search bar */
		.search-bar .search input[type="text"] { width: 85px; }
		
		/* over bar */
		.over-bar li span { font-size: 26px; }
		
		/* each bar */
		.each-bar .latest a { font-size: 15px; line-height: 18px; }
		
		/* first bar */
		.first-bar .news li h2 { font-size: 19px; line-height: 22px; }
		.first-bar .news li .detail small { font-size: 17px; line-height: 20px; }
		
		/* slider bar */
		.slider-bar .top span { display: block; float: none; }
		.slider-bar .top a { float: left; }	
	}


