/*
Theme Name:         FoundationPress
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
Version:            2.9.2
Author:             Ole Fredrik Lie
Author URI:         http://olefredrik.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/
/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */
ul, li
{
	    color: #0c0c0c;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
strong, b {
    font-weight: bold;
    line-height: inherit;
	    color: #0c0c0c;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
body
{
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
.row_wide
{
	max-width: 1500px;
	margin:0 auto;
}
.row.stretch {
    max-width: 100%;
}
.main_row
{
	max-width: 1500px;
	margin:20px auto 0;
	
}
.flex-row
{
	    display: flex;
    align-items: center;
}
.flex-reverse-row
{
	    display: flex;
    align-items: top;
	flex-direction: row-reverse;
}
.flex-top-row
{
	    display: flex;
    align-items: top;
}
.text-center
{
	text-align:center;
}
.row
{
	/*max-width: 1200px;*/
	max-width: 1400px;
}
hr
{
	max-width:100%;
	margin: 3em 0;
}
html {
    font-size: .875em;
    line-height: 1.57142857;
}
.grid-row {
    margin: 20px auto;
    max-width: 1200px;
	overflow:hidden;
}
p
{
	    color: #0c0c0c;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
}
a:hover
{
	text-decoration:none;
}
.subtitle
{
	text-align:center;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}
a
{
	color:#10337e;
}
h4 {
    font-size: 2rem;
}
.accordion {
    width: 100%;
  }
}ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  
  margin: 0;
  list-style: none;
  
}
ul.accordion-list li {
       position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 11px 26px;
    margin: 0 auto 15px auto;
    border-bottom: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(-90deg);
}
ul.accordion-list li h3 {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
}
ul.accordion-list li h3:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  transition: all 0.3s ease-in-out;
  font-size: 18px;	
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 18px;
}
#post-2281 .vehicle_morebutton.pricelist
{
	
}
#post-2281 .single_vehicle_box {
       min-height: 445px;
}
.quickbuttons
{
	margin:-68px 0 0 0;
}
.centertxt
{
	text-align:center;
}
.page-id-185 .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.page-id-185 .slick-dots
{
	display:none!important;
}
.container {
    width: 100%;
	padding-left: 0px;
padding-right: 0px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    left: 0;
    right: auto;
}
#menu-main-menu
{
	float:left;
	margin:20px 36px 0;
}
.top-bar, .top-bar ul {
    background-color: #fff;
}
.top-bar .menu > li:not(.menu-text) > a.logo
{
	padding:0;
}
.top-bar .menu > li:not(.menu-text) > a.logo img
{
	max-width:100px;
}
.top-bar .menu > li:not(.menu-text) > a.logo:hover
{
	background:transparent;
}
.top-bar-right
{
	position:relative;
}
.right_icons_header
{
	float: right;
margin: 13px 0 0;
position: relative;
display:flex;
}
.right_icons_header div.langwrap {
    margin: -10px 0 0 44px;
}
.cart_icon
{
	background:url(images/cart_icon.png) no-repeat left center;
	width:17px;
	height:14px;
	padding:0 0 0 20px;
	display:block;
	float:left;
	margin: 0 28px 0 0;
}
.cart_icon span
{
	font-size:12px;
	color:#4e9ef1;
	line-height:16px;
	position:relative;
	top:-10px;
}
.cart_icon:hover
{
	text-decoration:none;
}
.rightop_details
{
	float:right;
}
#searchform
{
	background: #000;
}
#searchform input#s
{
display: block;
height: 4em;
line-height: 23px;
background: #000;
border: none;
margin: 0 0 0 227px;
font-size: 1.5em;
color: #fff;
outline: none;
box-shadow: none;
max-width: 1200px !important;
width: 1200px !important;
}
#searchform input#searchsubmit
{
display: block;
float: left;
background: #10337e;
color: #fff;
border: none;
font-size: 12px;
padding: 11px 11px;
margin: 0;
line-height: 15px;
}
#searchform ::-webkit-input-placeholder {
color:#292929;
font-size: 1.5em;
opacity:1;
}

#searchform :-moz-placeholder { /* Firefox 18- */
color:#292929;
font-size: 1.5em;
opacity:1;
}

#searchform ::-moz-placeholder {  /* Firefox 19+ */
color:#292929;
font-size: 1.5em;
opacity:1;
}

#searchform :-ms-input-placeholder {
color:#292929;
font-size: 1.5em;
opacity:1;
}
#menu-top-menu li
{
	float:left;
}
#menu-top-menu li#menu-item-2275 a
{
	background:url(images/md-flag.jpg) no-repeat top left;
	width:22px;
	height:14px;
	font-size:0;
	    display: block;
    margin: 7px 0 0;
}
#menu-top-menu li#menu-item-2276 a
{
	background:url(images/ru_flag.jpg) no-repeat top left;
	width:22px;
	height:14px;
	font-size:0;
	    display: block;
    margin: 7px 0 0;
}
#menu-top-menu li a
{
	display:block;
	text-transform:uppercase;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
color: #4c4c4c;	
outline:none;
}
#menu-top-menu li a:hover
{
	text-decoration:underline;
	outline:none;
}
#menu-top-menu li#menu-item-103 a
{
	border-left:1px solid #fff;
}
.not-logged-in-state
{
	text-transform: uppercase;
color: #4c4c4c;
font-size: 11px;
font-family: 'Open Sans', sans-serif;
margin: 8px 0 0;
display: block;
}
ul.sub-menu
{
	display: none;
position: absolute;
right: 0;
top: 30px;
background: #eee;
margin: 0;
width: 189px;
z-index:102;
padding:10px 0;
}
ul.sub-menu li a
{
	position:relative;
	text-transform:uppercase;
	color: #4c4c4c;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	display:block;
	padding: 0 0 0 16px;
	line-height:30px;
	
}
#menu-top-menu li#menu-item-103 ul li a
{
	border:none;
}
ul.sub-menu li a:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #c3002f;
    font-size: 12px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    right: 0;
	
}
ul.sub-menu li a:hover:before
{
	text-decoration:none;
}
#menu-top-menu ul.sub-menu li
{
	float:none;
	display:block;
}
.top_bar_header
{
	background:#eee;
	padding:0;
	max-width:100%;
	margin:0 auto;
}
.top_bar_header .row
{
	position:relative;
}
.searchbtn
{
	position:relative;
	text-transform:uppercase;
	float:right;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
.searchbtn:hover, .searchbtn:focus, .searchbtn:active
{
	color:#c3002f;
	outline:none;
	text-decoration:none;
}
.searchbtn:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #8a8a8a;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: -34px;
}
#site-navigation
{
	position:relative;
}
#collapse1
{
	position: absolute;
top: 106px;
width: 100%;
background: url(images/arrow-up-black.png) no-repeat top right 15%;
padding: 14px 0 0;
z-index: 102;
	
}
.collapsediv
{
	display:none;
}
.searchwrap
{
	background:#000;
}
/******uber menu****/
.top-bar-right {
float: left;
    margin: 30px 0 0 0;
    width: 90%!important;
}
.top-bar-right h1.entry-title 
{
text-align: center;
text-transform: uppercase;
font-size: 27px;
font-weight: bold;
line-height: 28px;
max-width: 83%;
}
.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0, .ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left {
    margin: 0 10px;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target {
    padding: 9px 20px 10px;
}
.ubermenu-skin-black-white-2
{
	border:none;
	background:transparent;
	    margin: 0 auto;
    display: table;
    float: none;
}
.ubermenu .ubermenu-target-text
{
	font-size:12px;
	color: #000;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after
{
	content: "\f078";
	color: #c3002f;
	font-size:13px;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target
{
	padding-right: 31px;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
  background:transparent!important;
color: #c3002f;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0:hover .ubermenu-target-text
{
	color: #c3002f;
}
.ubermenu .ubermenu-item.ubermenu-item-level-0:hover .ubermenu-submenu-drop .ubermenu-target-text
{
	color: #000;
}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop.ubermenu-active > .ubermenu-target::after
{
	content: "\f077";
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0 > .ubermenu-target
{
	border:none;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop
{
	background:transparent;
	border:none;
	box-shadow:none;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-5172 .ubermenu-target-title.ubermenu-target-text
{
	font-size:0;
}
.ubermenu-submenu-id-5115
{
	top: 0!important;
    left: 100%!important;
}
#menu-item-5126
{
	width:100%!important;
}
.ubermenu .ubermenu-submenu.ubermenu-submenu-id-5115
{
	    border: 1px solid #000;
}
.ubermenu-submenu-id-5127
{
	max-width: 250px;
    left: 10%;
}
.ubermenu-submenu-id-5127 {
    left: 19%!important;
    margin-top: 0!important;
}
#menu-item-5127 .ubermenu-column
{
	width: 100%!important;
}
.ubermenu .ubermenu-submenu.ubermenu-submenu-id-5113
{
	    margin-top: 0px!important;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-172,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-5172,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-5128,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-254,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-264
{
	background:transparent;
	border:none;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-172 a,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-5172 a,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-5128 a,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-254 a,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-264 a
{
	padding: 0;
line-height: 0;
text-align: center;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-172 a img,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-5172 a img,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-5128 a img,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-254 a img,
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-264 a img
{
	display: block;
margin: 0px 42px 0 0;
float: right;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li, .ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop li
{
	background:#343434;
	border:none;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li
 li
{
	background:#343434;
	border:none;
}
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-id-252 li
{
	background:#343434!important;
	border:none;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li
{
	border-bottom: 1px solid #4c4c4c;
}
.ubermenu-sub-indicators .ubermenu-submenu-type-flyout > .ubermenu-has-submenu-drop > .ubermenu-target::after
{
	content: "\f054"!important;
color: #c3002f;
font-size: 13px;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target-text:hover
{
	text-decoration:underline!important;
}
.ubermenu-sub-indicators .ubermenu-submenu-type-flyout > .ubermenu-has-submenu-drop:hover > .ubermenu-target::after
{
color: #fff;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li a
{

		padding-left: 20px;
padding-right: 30px;
}
.ubermenu-skin-black-white-2 .ubermenu-submenu, .ubermenu-skin-black-white-2 .ubermenu-submenu .ubermenu-target-text
{
	color:#fff!important;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;

}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout ul li,
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu li .ubermenu-submenu-type-flyout
{
	background:#fff!important;
	border-bottom:none;
	color:#000;
}
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout ul
{
	background:transparent!important;
}
.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout
{
	background:transparent!important;
}
.ubermenu .ubermenu-target-with-image > .ubermenu-target-text
{
	color:#000!important;
	text-align:center;
}
.ubermenu .ubermenu-submenu .ubermenu-submenu .ubermenu-item-layout-image_left > .ubermenu-target-text {
    padding-left: 0;
	font-weight:400!important;
	line-height:17px;
}
.ubermenu .ubermenu-submenu .ubermenu-submenu  .ubermenu-target-text
{
	font-weight:400!important;
	display:block;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-238
{
	margin-right:20px!important;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-238 a
{
	float: right;
border: none;
background: transparent;
font-weight: bold !important;
padding: 0 30px 0 0 !important;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-238 a:hover
{
	color: #c3002f!important;
	text-decoration:underline;
}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-238 .ubermenu-target-text
{
	color:#000!important;
	font-weight:bold!important;
	}
.ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop li#menu-item-238 .ubermenu-target-text::after
{
content: "\f054" !important;
color: #c3002f;
font-size: 13px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 7px;
position: absolute;
top: 0px;
right: 3px;
}
.ubermenu .ubermenu-divider
{
	padding:0;
}
.ubermenu .ubermenu-submenu.ubermenu-submenu-id-151
{
	border:1px solid #000!important;
	margin:0;
}
.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image {
    margin-bottom: 0;
}
.ubermenu .ubermenu-row li
{
	padding:5px!important;
	margin:5px!important;
}
.ubermenu .ubermenu-row li a
{
	padding: 5px 5px 5px!important;
	border:1px solid #fff;
}
.ubermenu .ubermenu-row li a img
{
	display:block;
	float:none!important;
	margin:0 auto!important;
}
.ubermenu .ubermenu-row li a:hover
{
	border:1px solid #8a8a8a;
}
.ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-skin-black-white-2 .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
    color: #ffffff;
    background: transparent;
}
.ubermenu-row.ubermenu-row-id-151_auto_1
{
	max-width: 99%;
}
.ubermenu .ubermenu-retractor
{
	display:none;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop
{
	z-index:104!important;
}
.slider_button
{
    position: relative;
    background: #c3002f;
    padding: 10px 36px 10px 19px!important;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 15px!important;
    line-height: 22px!important;
}
.slider_button::after
{
content: "\f054" !important;
color: #fff;
font-size: 13px;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 16px;
position: absolute;
top: 10px;
right: 3px;
}
.slider_button:hover, .slider_button:active, .slider_button:focus
{
	color:#fff;
}
.home_block1
{
	clear:both;
}
.col-12 .c_011 .c_004 {
    width: 100%;
    text-align: left;
}
.heading-group h2
{
	color: #343434;
display: block;
word-wrap: break-word;
position: relative;
padding: 11px 0;
border-bottom: 1px dashed #c1c1c1;
font-size:26px;
line-height:36px;
font-weight:bold;
margin:0 0 40px 0;
}
.heading-group h2::before
{
	border-top: 6px solid #c3002f;
content: " ";
left: 0;
top: 0;
position: absolute;
width: 2.5em;
}
.c_004 > .heading-group h2 span {
    margin: 0;
}
.emptytext h2
{
	    padding: 3px 0;
    margin: 0px 0 20px;
    line-height: 14px;
}
.emptytext:last-child h2
{
	margin:0;
	border:none;
}
.emptytext:last-child h2::before
{
	border:none;
}
.allcars .column:last-child:not(:first-child), .allcars .columns:last-child:not(:first-child) {
    float: left;
}
.allcars #post-2281 .feature_image
{
	   
}
.single_vehicle_box
{
	border:1px solid #eee;
	padding:15px 20px 10px;
	    
}
.single_vehicle_box h2
{
	font-weight:bold;
	font-size:23px;
	line-height:28px;
	position:relative;
	color:#000;
	display:table;
	padding:0 35px 0 0;
}
.single_vehicle_box h2 a
{
	color:#000;
}
.single_vehicle_box h2 a:hover
{
	  color: #c3002f;
	  text-decoration:underline;
}
.single_vehicle_box h2:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #c3002f;
    font-size: 20px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    right: 0;
	
}
.single_vehicle_box h2:hover:before 
{
	text-decoration:none;
}
.single_vehicle_box img
{
	display:block;
	margin:0 0 20px 0;
}
.vehicle_strapline
{
	    text-transform: uppercase;
    color: #666;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    min-height: 52px;
}
.headerline_range
{
	font-size:12px;
	text-transform:uppercase;
	color:#343434;
	line-height:18px;
	font-weight:bold;
	margin:0;
}
.range_value
{
	font-size:36px;
	color: #c3002f;
	line-height:40px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
	
}
.vehicle_link
{
	color:#8a8a8a;
	font-size:13px;
	font-style:italic;
	line-height:18px;
	display:block;
	font-size:13px;
	margin:0 0 10px 0;
	text-decoration:underline;
	font-weight:bold;
	margin:0;
}
.vehicle_link:hover
{
	color:#8a8a8a;
	text-decoration:none;
}
.vehicle_morebutton
{
	display:block;
	background:#eee;
	color:#000;
	text-transform:uppercase;
	padding:13px;
	font-size:15px;
	line-height:20px;
	margin:0 0 10px 0;
}
.vehicle_morebutton span
{
	position:relative;
	display:block;
}
.vehicle_morebutton span:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #c3002f;
    font-size: 20px;
    padding-right: 0;
    position: absolute;
    top: 1px;
    right: 0;
	
}
.vehicle_morebutton:hover
{
	background:#ccc;
	color:#c3002f;
}
.pink_btn
{
	background:#C3002F;
	padding:10px;
	color:#fff;
	font-size:20px;
	text-align:center;
	
}
.content_zone
{
	background:#000;
	padding:40px 20px 40px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	line-height:20px;
}
.content_zone h2
{
	color:#fff;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	line-height:30px;
	margin:0 0 20px 0;
	font-weight:bold;
}
.pink_btn span
{
	display:block;
	position:relative;
	padding:0 20px 0 0;
	font-size:15px;
}
.pink_btn span:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #fff;
    font-size: 14px;
    padding-right: 0;
    position: absolute;
    top: 2px;
    right: 0;
	
}
.inline_buttons
{
	display:table;
	margin: 0 auto;
}
.inline_buttons .pink_btn
{
	float:left;
	display:table;
	margin:10px 20px;
	color:#fff;
}
.inline_buttons .pink_btn:hover
{
	color:#fff;
}
.grey_wrapp
{
	    background: #eeeeee;
    padding:20px;
	overflow:hidden;


}
/**********************grey buttons****/
.grey_btn
{
	    background: #eee;
    padding: 10px 9px 10px 20px;
    color: #000;
    font-size: 20px;
    text-align: center;
	
}
.grey_btn span
{
	display: block;
    position: relative;
    padding: 0 34px 0 0;
    font-size: 15px;
    font-weight: 600;
}
.grey_btn span:before {
    content: "\f144";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #c3002f;
    font-size: 15px;
    padding-right: 0;
    position: absolute;
    top: 2px;
    right: 11px;
	
}
.inline_buttons
{
	display:table;
	margin: 10px auto 0;
}
.inline_buttons .grey_btn
{
	float:left;
	display:table;
	margin:10px 20px;
}
.inline_buttons .grey_btn:hover
{
	color:#000;
	background:#dadada;
}
.findout_btn
{
	display:block;
	position:relative;
	padding:0 20px 0 0;
	color:#343434;
	font-size:15px;
	display:table;
	text-transform:uppercase;
	}
.findout_btn:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #c3002f;
    font-size: 12px;
    padding-right: 0;
    position: absolute;
    top: 3px;
    right: 0;
	
}
.findout_btn:hover
{
	color: #c3002f;
}
.heading-group
{
	display: table;
table-layout: fixed;
padding-top: 0;
width: 100%;
margin: 1.4285714286em 0;
}
.heading-group > h3
{
    color: #343434;
    display: block;
    word-wrap: break-word;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1;
    margin-top: .1428571429em;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.heading-group.center
{
	display: table;
table-layout: auto;
text-align: center;
}
.heading-group.center > h4, .heading-group.center > h3
{
	text-align:center;
}
.heading-group.center > h4
{
	font-weight:700;
}
.heading-group.center > h3
{
	font-size: 37px;
}
.heading-group > h4
{
    color: #c3002f;
    text-transform: uppercase;
    display: table-header-group;
    font-size: 17px;
    margin: 20px 0 0;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
}
.heading-group2
{
	display: table;
table-layout: fixed;
padding-top: 0;
width: 100%;
margin: 1.0em 0;
}
.heading-group2.center
{
	text-align:center;
}
.heading-group2 p.subheading_section
{
	margin:0;
	color:#c3002f;
}
.heading-group2 > h5
{
	color: #343434;
display: block;
word-wrap: break-word;
font-size: 1.2em;
letter-spacing: .1px;
line-height: 1;
margin-top: .1428571429em;
text-transform:uppercase;
font-family: 'Open Sans', sans-serif;
font-weight:700;
}
ul.action_btns {
    padding: 0;
    list-style: none;
    max-width: 100%;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
	

}
ul.action_btns li
{
	display: inline-block;
list-style: none;
vertical-align: top;
width: 23%;
min-height: 8.0714285714em;
height: auto;
margin: .3571428571em;
padding: 0;
float: none;
background: #c3002f;
color: #fff;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
}
ul.action_btns li a {
    padding: 2.2142857143em .7142857143em;
    font-size: 1em;
	color:#fff;
	display:block;
	
	font-family: 'Open Sans', sans-serif;
}
ul.action_btns li:hover a
{
	background:#920023;
	text-decoration:none;
}
ul.action_btns li:hover a span
{
	text-decoration:underline;
}
ul.action_btns li a img {
    display: block;
	margin:0px auto 20px;
}
ul.socials
{
	margin:0;
}
ul.socials li
{
	margin:0;
	list-style-type:none;
	float:left;
	margin:0 10px 0 0;
}
ul.socials li a
{
	display:block;
	text-decoration:none;
}
ul.socials li a i
{
	color:#8a8a8a;
	font-size: 25px;
}
ul.socials li a:hover i
{
	color:#c3002f;
}
#footer-container
{
	background:#000;
	border:none;
	    margin-top: 1.75rem;
}
#footer-container #footer
{
	padding:0;
	margin:0;
}
#footer .menu
{
	margin:0;
}
#footer .menu li
{
	display:block;
	margin:0 0 8px;
}
#footer .menu li a
{
	padding: 0;
font-size: 13px;
color: #fff;
display:block;
line-height:22px;
}
#footer h6
{
	color:#fff;
	font-size:18px;
	margin:0 0 20px 0;
	 font-family: 'Open Sans', sans-serif;
	 text-transform:uppercase;
}
.bottom_footer
{
	background:#000;
	border-top:1px solid #8A8A8A;
padding:20px 0 20px;
overflow:hidden;
}
.bottom_footer .menu
{
	margin:0;
	
}
#nav_menu-6
{
	float: left;
width: auto;
}
.bottom_footer .menu li
{
	display:block;
	margin:0 25px 0 0;
	float:left;
}
.bottom_footer .menu li a
{
	padding: 0;
font-size: 13px;
color: #fff;
display:block;
line-height:22px;
}
.nopad
{
	padding:0;
}
.copyright
{
	float: left;
color: #fff;
margin: 0;
font-size: 13px;
}
.tooltip_box
{
	position: fixed;
	bottom:0;
	right:0;
z-index:9999;
}
#jnix-menu
{
	
}
#vt_menu ul li ul
{
	width:208px;
	    right: 100%;
		top:0;
		
}
#vt_menu ul li ul li
{
	background:#a60028!important;
	border:none!important;
}

#vt_menu ul ul li a
{
	color:#fff!important;
	margin: 0 0 2px 0;
	line-height: 48px;
}
#vt_menu ul li
{
	box-shadow:none;
	margin:0 0 2px 0;
}
#vt_menu
{
	    width: 44px!important;
		    background: transparent !important;
			    margin: 0;
}
#vt_menu i
{
	margin-left:0;
}
#vt_menu ul li a.ert
{
		background-color: #C3002F;
}
ul.navigation li i:hover
{
		background-color: #a60028!important;
}
ul.navigation li i {
    
    color: #fff;
    height: 48px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    position: relative;
    display: block;
    vertical-align: middle;
        width: 44px;
    padding: 10px 11px;
    border: 0;
    line-height: 31px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.3);
    font-size: 25px;
    z-index: 9999;
    top: 0px;
}
.icon-discount
{
	background:url(images/icons/tag.png) no-repeat center center;

}

.icon-contactus
{
	background:url(images/icons/contactus_icon.png) no-repeat center center;

}
.icon-price
{
	background:url(images/icons/price-icon.png) no-repeat center center;

}
.icon-find-dealer
{
	background:url(images/icons/car-placeholder.png) no-repeat center center;

}
.icon-brochure
{
	background:url(images/icons/text-file.png) no-repeat center center;
}
.icon-two-cogwheels-configuration-interface-symbol
{
	background:url(images/icons/two-settings-cogwheels.png) no-repeat center center;

}
.ql_menu{
	/* transition:opacity 0.2s linear;
	opacity:0;*/
}
ul.tooltip_list
{
margin:0;
}
ul.tooltip_list li 
{
	/*display:block;*/
	    margin: 0 0 2px 0;

    list-style-type: none;
	transition:opacity 0.2s linear;
}
ul.tooltip_list li a
{
	display:table;
	    transition: all .1s ease;
    -webkit-transition: all .1s ease;
}
ul.tooltip_list li span
{
	         background-color: #C3002F;
    color: #fff;
    height: 48px;
    vertical-align: middle;
    text-align: right;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 0 17px;
    font-size: 15px;
       line-height: 45px;
       width: 188px;
	display:block;
	float:left;
}
ul.tooltip_list li i
{
   background-color: #C3002F;
    color: #fff;
    height: 48px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
       position: relative;
    display: block;
    vertical-align: middle;
    width: 48px;
    padding: 10px 11px;
    border: 0;
    line-height: 31px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.3);
    font-size: 25px;
    z-index: 9999;
	top: 0px;
	position:relative;
	    left: 2px;
		float:right;
		
}
ul.tooltip_list li i.icon-location-car:before {
    font-family: 'Glyphter';
    content: '\0048';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
       top: 12px;
}
ul.tooltip_list li span
{
	display:block;
}
a.tooltip_btn
{
	background-color: #C3002F;
    color: #fff;
    height: 48px;

       position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    padding: 10px 11px;
    border: 0;
    line-height: 31px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.3);
    font-size: 25px;
    z-index: 9999;
	top: 0px;
	position:relative;
	    left: 2px;
}
a.tooltip_btn i
{
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);

}
a.tooltip_btn:hover i
{
      -webkit-animation: mymove 20s infinite; /* Chrome, Safari, Opera */
    animation: mymove 20s infinite;
    animation-delay:2s;
    background-image:url("obj1.png");
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
	-ms-transform: scale(1.5); /* IE 9 */
	
}

.nav_menu_vehicle
{
	background:#343434;
}
ul.tooltip_list li a:hover span, ul.tooltip_list li a:hover i
{
	  background-color: #a60028;
}
/* Images for Checkbox and Radio */
.acf-checkbox-list img,
.acf-checkbox-listimg { margin: 5px 2px; vertical-align: middle; }
/******************popup menu***/
.popup_menu {
    display: none;
    position: fixed;
    top: 0;
	right:-20%;
    width: 100%;
   
    z-index: 999999;
    padding: 0px 0px 40px 0px;
    background: #fff;
 
}
.popup_menu .close {
float: right;
background: #fff;
opacity: 1;
padding: 10px 0 0;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 12px;
font-size: 0.75rem;
text-decoration: none;
text-transform: uppercase;
color: #e3e3e3;
top: 28px;
top: 1.75rem;
line-height: 27px;
vertical-align: middle;
display: block;
width: 53px;
outline:none;
}
.popup_menu .close:after
{
	content: url(images/close_search.png);
	
}
.popup_menu #searchform input#s
{
	margin: 0;
width: 211px !important;
height: 3.2em;
font-size: 14px;
line-height: 18px;
}
.popup_menu ::-webkit-input-placeholder {
color:#292929;
font-size: 1.3em;
opacity:1;
}

.popup_menu :-moz-placeholder { /* Firefox 18- */
color:#292929;
font-size: 1.3em;
opacity:1;
}

.popup_menu ::-moz-placeholder {  /* Firefox 19+ */
color:#292929;
font-size: 1.3em;
opacity:1;
}

.popup_menu :-ms-input-placeholder {
color:#292929;
font-size: 1.3em;
opacity:1;
}
.popup_menu #searchform
{
	float:left;
	width:86%;
}
.top_popup_section
{
border-bottom: 1px solid #ccc;
overflow: hidden;
}
.searchbtn_popup
{
float: left;
border: none;
background: url(images/search_icon.png) no-repeat center center !important;
width: 54px;
height: 25px;
padding: 17px 10px 26px;
display: block;
}
.searchbtn_popup::before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #c3002f;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.popup_menu .close .header-sprite {
    width: 20px;
    height: 20px;
   background: transparent url("images/close_btn.png") no-repeat right center;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.625rem;
    margin-top: 0.25rem;
	 font-family: 'Open Sans', sans-serif;
}

.popup_menu .container {
    position: relative;
    max-width: 100%;
}
.popup_menu ul:first-child {
    padding-top: 100px;
    padding-top: 6.25rem;
}
.popup_menu ul {
    width: 100%;
    
    
}
.popup_menu ul li {
    
    
	list-style-type:none;
	
}
.popup_menu li {
     font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: initial;
	 
}
.popup_menu ul a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    font-size: 15px!important;
   padding:10px 0;
	display:block;
	 font-family: 'Open Sans', sans-serif;
}
.popup_menu ul a:hover
{
	color:#4a9eff;
	
}
.openmenu
{
color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
line-height: 20px;
background: url(images/menu_mobile_icon.png) no-repeat center center;
padding: 31px 37px;
float: right;
display: block;
border-left: 1px solid #ccc;
}
.openmenu:hover
{
	color:#fff;
}
.title-bar
{
	padding: 0;
}
.title-bar h2.entry-title
{
float: left;
color: #000;
text-transform: uppercase;
font-size: 28px;
font-weight: bold;
line-height: 28px;
margin: 23px 0 0 20px;
font-family: 'Open Sans', sans-serif;
}
h1.titlepage
{
    color: #000;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    line-height: 28px;
    margin: 0px 0 0 0px;
    font-family: 'Open Sans', sans-serif;
}
/***************mobile menu*****/
.slicknav_nav ul.sub-menu
{
	position:relative;
	top:0;
	width:100%;
}
.slicknav_nav ul.sub-menu li a::before
{
	content: '';
}
.slicknav_nav ul.sub-menu li  ul.sub-menu a
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:15px;
	color:#000;
}
.slicknav_nav ul.sub-menu li  ul.sub-menu a::before
{
position: absolute;
right: 10px;
top: 50%;
margin-top: -6px;
content: "\f054";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: norma;
line-height: 1;
color: #c3002f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
}
.slicknav_nav ul.sub-menu li.slicknav_collapsed .slicknav_arrow:before
{
	position: absolute;
right: 10px;
top: 50%;
margin-top: -6px;
content: "\f106";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: bold;
line-height: 1;
color: #c3002f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size:20px;
}
.slicknav_arrow
{
	position:relative;
	font-size:0!important;
}
.slicknav_nav
{
	display:block;
	background: #343434;
}
.slicknav_menu .slicknav_nav
{
	display:none;
}
.slicknav_arrow:before
{
position: absolute;
right: 10px;
top: 50%;
margin-top: -6px;
content: "\f107";
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-size:20px;
font-weight: bold;
line-height: 1;
color: #c3002f;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slider-for {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
}
.nav_menu_vehicle .menu
{
	margin:0;
}
.nav_menu_vehicle .menu li
{
	float:left;
	list-style-type:none;
	margin:0 30px 0 0;
}
.nav_menu_vehicle .menu li a
{
display: block;
color: #c1c1c1;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
line-height: 41px;
    position: relative;
    top: 1px;
	padding:0!important;
}
.nav_menu_vehicle .menu li a:hover
{
	color:#fff;
	
}
.nav_menu_vehicle .menu li.current-menu-item a
{
	color:#fff;
	border-bottom:4px solid #c3002f;
	position:relative;
	
}
.nav_menu_vehicle .menu li.current-menu-item a:before {
   content: "\f0dd";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #c3002f;
font-size: 32px;
padding-right: 0.5em;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: -21px;
width: 5px; 
z-index:10;   
}
ul.submenu_all_cars
{
	margin:0;
}
ul.submenu_all_cars li
{
	float:left;
	list-style-type:none;
	margin:0 30px 0 0;
}
ul.submenu_all_cars li a
{
display: block;
color: #c1c1c1;
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
line-height: 41px;
    position: relative;
    top: 1px;
}
ul.submenu_all_cars li a:hover
{
	color:#fff;
	
}
ul.submenu_all_cars li.active a
{
	color:#fff;
	border-bottom:4px solid #c3002f;
	position:relative;
	
}
ul.submenu_all_cars li.active a:before {
   content: "\f0dd";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #c3002f;
font-size: 32px;
padding-right: 0.5em;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: -21px;
width: 5px; 
z-index:10;   
}
.second_menu
{
	background:#4c4c4c;
	min-height:30px;
	margin: 0 auto 20px;
max-width: 1500px;
}
.second_menu
{
	margin: 0 auto -14px;
}
.micrasection1
{
	position: relative;
max-height: 585px;
overflow: hidden;
max-width: 1500px;
margin: 0 auto;
}
.micrasection1.nobg
{

}
.micrasection1.nobg .blackbg
{
	    background: transparent;
   top: 396px;
    left: 12px;
}
.micrasection1.nobg .blackbg .button1
{
	 margin: 0 0 39px;
}
.micrasection1 .heading_section
{
	padding: 15px 0 0;
}
.micrasection1 .heading_section h2
{
	    border: none;
    margin: 0 0 8px;
    color: #fff;
    padding: 0;
}
.heading_section.pos_abs, .pos_abs
{
	position:absolute;
	top:30px;
	left:90px;
}
.jukeheader
{
	left:90px;
	top:30px;
}
.whitebg
{
	   
    padding: 30px!important;
    max-width: 565px;
}
.whitebg p
{
	color:#000;
}
.whitebg .heading_section h2 {
    color: #0c0c0c;
}
.whitebg .heading_section .content p {
    color: #000!important;
}
.blackbg
{
	    background: rgba(0,0,0,0.7);
    padding: 30px!important;
    max-width: 565px;
}
.blackbg p
{
	color:#fff;
}
.page-id-181 .blackbg2, .page-id-734 .blackbg2  {
       background: rgba(255,255,255,0.9);
    padding: 20px 30px!important;
    max-width: 427px;
    top: 78px;
}
.autoght
{
	    max-height: inherit!important;
		    margin: 0 0 -14px;
}
.blackbg2 .heading_section p,
.blackbg2 .heading_section h2
{
	color:#000!important;
	text-align: left;
}
.blackbg3 .heading_section p,
.blackbg3 .heading_section h2
{
	color:#fff!important;
	text-align: left;
}
.blackbg3.jk_toright
{
	background: rgba(0,0,0,0.4);
    padding: 30px!important;
    max-width: 565px;
    top: 380px!important;
}
h3.customh
{
	font-size: 22px;
    font-weight: bold;
}
.heading_section .subheading_section
{
	color: #c3002f;
text-transform: uppercase;
margin: 10px 0 0;
}
.heading_section 
{
	position:relative;
	padding: 1px 0 0;
}
.heading_section h2
{
   color: #000;
    display: block;
    word-wrap: break-word;
    position: relative;
    border-bottom: 1px dashed #c1c1c1;
    font-size: 26px;
    line-height: 37px;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 5px 0 10px 0;
    letter-spacing: -1px;
}
.bggrey .heading_section h2
{
	    line-height: 52px;
    padding: 0;
}
.heading_section::before {
    border-top: 6px solid #c3002f;
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
  width: 7.5em;
}
.micrasection1  .heading_section .content p
{
	color:#fff;
}
.heading_section .content p
{
	color:#000;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.content
{
	 color: #0c0c0c;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.connect
{
	 color: #0c0c0c;
    font-size: 17px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
.button1  
{
position: relative;
padding: 10px 40px 10px 20px;
color: #fff;
font-size: 15px;
display: table;
text-transform: uppercase;
background: #c3002f;

	}
	.button1.centerbtn
	{
		margin: 0 auto;
	}
.button1:before {
    content: "\f054";
font-family: FontAwesome;
font-style: normal;
font-weight: bold;
text-decoration: inherit;
color: #fff;
font-size: 12px;
padding-right: 0;
position: absolute;
top: 10px;
right: 24px;
}
.button1:hover
{
	color: #fff;
}
.button1:active, .button1:focus
{
	color: #fff;
}
.button2
{
        background: #eee;
        padding: 8px 36px 7px 19px!important;
    color: #000;
    font-size: 14px!important;
    text-align: center!important;
    display: block;
    line-height: 28px!important;
	/*font-size:500;*/
	position:relative;
	text-transform:uppercase;
}

.button2:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #c3002f;
    font-size: 15px;
    padding-right: 0;
    position: absolute;
    top: 9px;
    right: 17px;
}
.button3
{
        padding: 8px 36px 7px 0px!important;
    color: #000;
    font-size: 14px!important;
    text-align: center!important;
    display: block;
    line-height: 28px!important;
/*	font-size:500;*/
	position:relative;
	text-transform:uppercase;
	
}
.button3.centerbtn
	{
		margin: 0 auto;
	}
.button3:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #c3002f;
    font-size: 15px;
    padding-right: 0;
    position: absolute;
    top: 9px;
    right: 17px;
}
.button2:hover, .button2:focus, .button2:active
{
	color: #000;
	opacity:0.8;
} 
ul#menu-mobile-menu
{
	padding:0;
}
ul#menu-mobile-menu  li 
{
	
}
ul#menu-mobile-menu  li a,  ul#menu-mobile-menu ul.sub-menu li a
{
	color:#000;
	transition:none;
	font-weight: bold;
}
ul#menu-mobile-menu  li a:hover, ul#menu-mobile-menu ul.sub-menu li a:hover
{
	transition:none;
}
ul#menu-mobile-menu  > li
{
	display:block;
}
ul#menu-mobile-menu ul.sub-menu
{
	position: relative;
top: 0;
background: none;
padding: 0;
margin: 0 0 0 17px;
width: 95%;
}
ul#menu-mobile-menu ul.sub-menu li
{
	border-bottom:1px dashed #e3e2e2;
}
ul#menu-mobile-menu ul.sub-menu li a
{
	font-size:23px;
	border-bottom:1px dashed #d2d2d2;
}
ul#menu-mobile-menu ul.sub-menu li a:hover, ul#menu-mobile-menu ul.sub-menu li a:active, ul#menu-mobile-menu ul.sub-menu li a:focus
{
	background:#fff;
}
ul#menu-mobile-menu li a
{
	border-bottom:1px solid #d2d2d2;
}
ul#menu-mobile-menu li a
{
position: relative;
font-family: 'Open Sans', sans-serif;
padding: 0 0 0 20px;
font-size: 15px !important;
line-height: 37px;
}
ul#menu-mobile-menu li a:before {
content: "\f078";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #c3002f;
font-size: 14px;
padding-right: 0.5em;
position: absolute;
top: 2px;
right: 16px;
}
ul#menu-mobile-menu li a:focus:before
{
	 content: "\f077";
	 color: #c3002f;
}
ul#menu-mobile-menu ul.sub-menu > li.top_menu_side 
{
	border-bottom:1px dashed #d2d2d2;
}
ul#menu-mobile-menu ul.sub-menu > li.top_menu_side > a:focus:before
{
	 content: "\f054";
position: absolute;
right: 20px;
	 
}
ul#menu-mobile-menu ul.sub-menu li a:focus:before, ul#menu-mobile-menu ul.sub-menu li a:before
{
	 content: "\f054";
}
.vp-a
{
	display:block;
	text-align:center;
	position: relative;
	outline:none;
}
.vp-a:active, .vp-a:focus
{
	outline:none;
}
.vp-a .videoicon
{

opacity: 0.9;

}
.vp-a .videoicon:before
{
content: "\f04b";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #000;
font-size: 38px;
position: absolute;
opacity: 0.8;
background: #fff;
padding: 10px 21px 10px 31px;
border-radius: 50%;
width: 80px;
bottom: 0;
right: 0;
margin: auto;
height: 77px;
left: 0;
top: 0;
transform: translate(-0%,23%);
}
.vp-a .videoicon.fullsizethumb:before
{
	padding: 28px 21px 10px 31px;
}
.vp-a .videoicon:hover
{
	opacity:1;
}
.vp-a .videoicon:hover:before
{
	background:#c3002f;
	opacity:1;
	color:#fff;
}
.div_space
{
	height:2px;
}
.menu-top-menu-container
{
	float:left;
}
#qtranslate-2
{
	float:left;
}
.content-info p:first-child {
   font-size: 42px;
line-height: 1;
margin: 0 0 5px 0;
font-weight: bold;
}
.content-info p {
    font-size: .9285714286em;
    margin: 0 0 10px;
	line-height: 1;
	font-weight: bold;
}
.info-wrapper
{
	border:1px solid #eee;
	text-align:center;
	padding: 20px;
}
.info_wrapper_tab
{
	    background: #fff;
    padding: 10px 0 1px 18px;
    overflow: hidden;
    border: 2px solid #ccc;
    margin: 0 0 10px 0;
}
.info_wrapper_tab .hasTooltip {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 12px 3px 0 0;
    display: block;
    cursor: pointer;
    width: 46px;
    float: right
    
}
.info_wrapper_tab .detailsvalue
{
    padding: 0 0 2px 51px;
    font-size: 22px!important;
    line-height: 1.2!important;
    margin: 0 0 0px 0!important;
    font-weight: bold!Important;
	float:left;
	background-size:30px;
}
.info_wrapper_tab .detailsvalue.cp
{
	    background: url(images/power-kw.jpg) no-repeat left top;
		background-size:30px;
}
.info_wrapper_tab .detailsvalue.l100_km
{
	    background: url(images/fuel-consumption-combined.jpg) no-repeat left top;
		background-size:30px;
}
.info_wrapper_tab .detailsvalue.nmrpm
{
	    background: url(images/torque.jpg) no-repeat 0 -11px;
		background-size:30px;
}
.info_wrapper_tab .detailsvalue.gkm
{
	 background: url(images/emissions.jpg) no-repeat left top;
	 background-size:30px;
}
.info_wrapper_tab .detailsvalue span.labelname
{
	    font-size: .9285714286em;
    margin: 0 0 10px;
    line-height: 1;
    font-weight: bold;
	display:block;
	font-size:13px;
}
.info-wrapper hr
{
	border-bottom: 1px solid #eee;
	margin: 1em 0;
}
.info-wrapper .name {
    font-size: .8571428571em;
    color: #000;
    margin-top: 1.4166666667em;
    margin-bottom: 0;
	text-transform:uppercase;
	font-weight:bold;
}
.hasTooltip {
    position: relative;
	font-size:0;
	line-height:0;
	margin:20px auto;
	display:table;
	cursor:pointer;
	width: 46px;
}
.hasTooltip:before {
content: "i";
    font-family: 'opensans-bold';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #c3002f;
    font-size: 14px;
    padding-right: 0;
    position: absolute;
    top: 0px;
        left: 15px;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid #c3002f;
	
}
.tooltipwrap 
{
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}
.tooltipwrap .tooltip-heading
{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    font-weight: bold;
    margin: 22px 0 10px;
}
.qtip-default {
    border: 1px solid #000;
    background-color: #000;
    color: #555;
    padding: 10px;
	margin: 30px 0 0;
}
.qtip-default:before {
content: "\f0de";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #000;
font-size: 63px;
padding-right: 0;
position: absolute;
top: 6px;
left: 0;
right: 0;
margin: 0 auto;
width: 33px;
}
.qtip-icon .ui-icon {
    width: 22px;
    height: 19px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal bold 25px/16px Tahoma,sans-serif;
    color: inherit;
    background: transparent none no-repeat -100em -100em;
}
.qtip-default .qtip-icon {
    border-color: none;
    background: none;
    color: #fff;
    font-size: 26px;
	border:none;
}
.qtip-close {
    position: absolute;
    right: 5px;
    top: 6px;
}
h4.pagesubtitle
{
	color:#000;
	font-weight:normal;
}
.heading-group.center > h4.pagesubtitle {
    font-weight: normal;
	    line-height: 24px;
		    display: block;
}
.heading-group.center > h4 {
     font-weight: normal;
}
nav.pagesubmenu {
  width: 95%;
 

}
.fixedsecondemenu
{
 position: fixed; 
  top: 0px;
  z-index: 999;
  width:100%;
  left: 0px;
  max-width:100%;
}
.fixedsecondemenu .row
{
	
}
.fixedbar
{
 position: fixed; 
  
  background: #eee;
  z-index:500;
  top: 45px;
  left: 0px;
  margin: 0 0 0 40px;
}
nav.pagesubmenu
{
	margin:0 0 40px;
	width: 100%;
}
nav.pagesubmenu.fixedbar
{
margin: 0;
width: 100%;
}
nav.pagesubmenu ul {
 padding: 10px 20px;
margin: 0 auto;
list-style: none;
text-align: center;
width:100%;
}
nav.pagesubmenu ul li {
 display: inline-block;
margin: 0 18px;
line-height: 16px;
}
nav.pagesubmenu ul li a {
 padding: 10px 0 0px;
color: #343434;
font-size: 1rem;
text-decoration: none;
font-weight: bold;
transition: all 0.2s ease;
text-transform: uppercase;
border-bottom: 4px solid #c1c1c1;
position: relative;
}
nav.pagesubmenu ul li a::before {
   content: "\f0dd";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
color: #c1c1c1;
font-size: 32px;
padding-right: 0.5em;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
bottom: -7px;
width: 5px;
}
nav.pagesubmenu ul li a:hover {
  color: #343434;
}
nav.pagesubmenu.fixedbar ul li a 
{
	border:none;
}
nav.pagesubmenu.fixedbar ul li a::before
{
	content: "";
}
nav.pagesubmenu ul li a.active {
  border-bottom: 4px solid #c3002f;
}
.content-half
{
	float:left;
	width:46%;
	margin:0 20px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
       width: 33px;
    height: 154px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #eee!important;
	    z-index: 10;
}
.slick-prev:hover, .slick-next:hover
{
	background: #c3002f!important;
}
.slick-prev::before
{
	    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000!important;
    font-size: 28px;
    padding-right: 0.5em;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    left: 6px;
    content: "\f053"!important;
    height: 29px;
}
.slick-next::before
{
	   font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000!important;
    font-size: 28px;
    padding-right: 0.5em;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    left: 6px;
    content: "\f054"!important;
    height: 29px;
	
}
.slick-prev::before, .slick-next::before
{
	color: #fff;
	
}
.bggrey  .slick-prev:hover, .bggrey  .slick-next:hover
{
	background: #4c4c4c!important;
}
.slick-prev:hover::before, .slick-next:hover::before
{
	color: #fff!important;
}
.bggrey .slick-prev, .bggrey .slick-next
{
	background: #c3002f!important;
}
.bggrey  .slick-prev::before, .bggrey  .slick-next::before
{
	color: #fff!important;
	opacity:1;
	
	
}
.bggrey .slick-prev:hover::before, .bggrey .slick-next:hover::before
{
	color: #fff!important;
}
.bggrey
{
	background:#eee;
	padding:50px 20px;
	margin:20px 0;
}
.bggrey_columns
{
	background:#eee;
	padding:20px 20px;
}
.slick-slide {
    display: none;
}
.scrollToTop{
padding: 22px;
text-align: center;
font-weight: bold;
color: #444;
text-decoration: none;
position: fixed;
bottom: 10px;
left: 10px;
display: none;
background: #000 url(images/scrollup.png) no-repeat center;
z-index: 999999;
height: 24px;
}
.scrollToTop:hover{
	text-decoration:none;
}
.headerline_bg
{
position: relative;
padding: 29px 0 0;
max-width:1200px;
margin: -20px auto 0px;
}
/*.headerline_bg::after
{
background: url(images/grey_bg_arrow.png) center bottom no-repeat #fff;
padding-bottom: 6.9%;
bottom: -40px;
content: "";
display: block;
padding-bottom: 20.2%;
position: absolute;
width: 100%;
z-index: -100;
}*/
.design_block1
{
	position:relative;
}
.design_blockwrap
{
	position:relative;
}
.inner_designwrap
{
	   background: rgba(0,0,0,0.8);
    display: block;
    padding: 30px;
    margin: 80px 0 20px 40px;
    max-width: 40%;
}
.inner_designwrap .heading_section h2
{
	    color: #fff;
    border: none;
    line-height: 34px;
    padding: 18px 0 0;
    margin: 0 0 34px;
}
.inner_designwrap .heading_section::before {
    border-top: 6px solid #c3002f;
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    width: 7.5em;
}
.design_blockwrap img
{
	display:block;
	margin:0 auto;
}
.design_block1
{ 
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
	width: 100%;
padding: 15px;
display: inline-block;
transition: all linear 0.15s;
font-size: 1.200em;
color: #000;
margin:0;
}
.accordion-section p
{
	margin:0;
}
.accordion-section:hover .accordion-section-title 
{
	background:#fff;
}
.accordion-section-content.open
{
	background:#fff;
}
.accordion-section-title.active, .accordion-section-title:hover {
	background:#4c4c4c;
	/* Type */
	text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding:15px;
	display:none;
}
.model_wrap
{
	background:#999;
}
.price_blocks
{
	border:1px solid #ccc;
	padding:20px;
	margin:0 0 30px 0;
}
.price_blocks h4
{
	text-align:left;
	font-weight:bold;
	text-transform:uppercase;
}
.price_blocks h5
{
	font-weight:bold;
}
.titlepachete i
{
	width: 40%;
    font-style: normal;
    display: inline-block;
	    font-weight: 600;
}
.twentytwenty-after-label, .twentytwenty-before-label
{
display:none;	
}
.tabs-1
{
	margin:30px 0;
}
.tabs
{
	border:none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.tabs li a
{
	position:relative;
	text-transform:uppercase;
	background: #f6f6f6;
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
color:#000;
}
.tabs li a:hover
{
	color:#000;
	background:#c1c1c1;
}
.tabs .active a
{
	border:none;
	color:#000;
}
.tabs .active a:hover
{
	color:#000;
}
.tabs .active a:after {
    content: '';
    display: block;
    background: #c3002f;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
}
.tab_content_wrapper
{
	
}
.tabswrap
{
	padding:20px;
}
p.small
{
	line-height:21px;
	font-size:13px;
	margin:20px 0;
}
.rowleft
{

    float: left;
}
.toggle_position
{
	
}
.generaldesc_wrap
{
	    background: #eeeeee;
    padding: 20px 20px 0;
    overflow: hidden;
    margin: 0 0 20px 0;
}
.generaldesc_wrap h4 {
       margin: 0 0 1.7857142857em;
    font-size: 1em;
    line-height: 1.3;
    text-align: left;
}
.generaldesc_wrap h4 strong {
    font-size: 1.1428571429em;
	    display: block;
    font-family: "Nissan Light",Verdana,Arial,sans-serif;
    color: #666;

}
.generaldesc_wrap h4 em {
    font-size: 1.4285714286em;
    line-height: 1.3;
	    display: block;
    font-style: normal;
}
.generaldesc_wrap .subtext {
    font-size: .8571428571em;
}
.generaldesc_wrap .full-price {
    font-size: 2.5714285714em;
	    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.25em;
    line-height: 1;
    color: #c3002f;
	font-weight: bold;
}
.generaldesc_wrap .disclaimer {
    display: block;
	color: #343434;
    font-family: "Nissan Bold",Verdana,Arial,sans-serif;
    font-size: .875em;
    line-height: 1;
    margin: 0;
    position: relative;
    z-index: 10;
	text-transform:uppercase;
}
.tab_car_details
{
	background:#fff;
	padding:10px;
}
ul.bottomlinks_tab
{
	margin:0;
	overflow:hidden;
}
ul.bottomlinks_tab li
{
	float:left;
	list-style-type:none;
	    width: 33.3%;
}
ul.bottomlinks_tab li a
{
	    display: block;
    border: 1px solid #ccc;
    padding: 14px;
    text-align: center;
    color: #000;
	
	text-transform:uppercase;
	
}
ul.bottomlinks_tab li a span
{
	position:relative;
}
ul.bottomlinks_tab li a span::after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #C3002F;
    font-size: 14px;
    padding-right: 0;
    position: absolute;
    top: -2px;
    right: -20px;
}
.subtab_cnt
{
	    margin: 19px 0 0;
}
ul.bottomlinks_tab li a:hover
{
	background:#C3002F;
	color:#fff;
}
ul.bottomlinks_tab li a:hover span::after
{
	color:#fff;
}
ul.bottomlinks_tab li a.cta-testdrive span
{
	background:url(images/wheel.png) no-repeat left center;
	padding:0 0 0 30px;
	background-size:18px;
}
ul.bottomlinks_tab li a.cta-testdrive:hover span
{
	background:url(images/wheel_white.png) no-repeat left center;
	background-size:18px;
}
ul.bottomlinks_tab li a.cta-offers span
{
	background:url(images/promotion_icon.png) no-repeat left center;
	padding:0 0 0 30px;
	background-size:18px;
}
ul.bottomlinks_tab li a.cta-offers:hover span
{
	background:url(images/promotion_white_icon.png) no-repeat left center;
	background-size:18px;
}
.modeldescription .acf-repeater .acf-row td
{
	border-bottom: 8px solid #0085ba;
	position:relative;
	
}
.acf-table > tbody > tr.acf-row.-collapsed:after
{
	content: 'Next item';
	position:absolute;
	right:0;
	left:0;
	margin:0 auto;
	color:#fff;
	background:#0085ba;
}
.modeldescription .acf-repeater .acf-row-handle.order
{
	    background: #0085ba!Important;
    color: #fff!important;
}
.packetpice
{
    font-size: 28px;
    color: #c3002f;
    line-height: 22px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 24px;
    font-weight: bold;
    font-style: normal;
    margin: 0 0 0 98px;	
}
/**************************accordeon***/
.accordion_container {
   
	
}
.accord_item
{
	border-bottom: 1px solid #d2d2d2;
    margin: 0 0 20px 0;
    background: #fff;
   
}
.accord_item:hover
{
	background:#f9f9f9;
}
.accordion_head {
       font-size: 17px;
    color: #000;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 0;
    line-height: 26px;
	 padding: 20px;
}
.accordion_body {
	display:none;
	font-size:17px;
	line-height:24px;
	color:#666;
	margin:5px 0 0px 20px;
	font-family: 'Open Sans', sans-serif;
	 
}
.accordion_body p {
    padding: 0px 0 5px;
    margin: 0px;
	font-size:17px;
	line-height:24px;
	color:#666;
	margin:0 0 0px 0;
font-family: 'Open Sans', sans-serif;
}
.plusminus {
    float:right;
	color:#c3002f;
	font-size:0px;
	font-family: 'Open Sans', sans-serif;position:relative;
	margin:0 10px 0 0;
}
.plusicon, .minusicon
{
	position:relative;
}
.plusminus:before{
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.plusicon.minusicon:before{
    content: "\f067";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.minusicon:before {
    content: "\f068";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.subtabswrap
{
	background:#eee;
	padding:30px;
}
.accordion_body p.subheader_txt
{
	font-weight:bold;
	position:relative;
	    font-size: 16px;
		    padding: 0px 0 5px 14px;
}
.accordion_body h5
{
	    font-size: 15px;
}
.subheader_txt:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
	/* info (hed, dek, source, credit) */
.rg-container {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #222;
}
.rg-header {
	margin-bottom: 1em;
	text-align: left;
}

.rg-header > * {
	display: block;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}

.rg-source {
	margin: 0;
	font-size: 0.75em;
	text-align: right;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

.rg-source .post-colon {
	font-weight: bold;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table tr {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 3px solid #ddd;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.rg-table tr.highlight {
	background-color: #dcf1f0 !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
.rg-container {
	max-width: 600px;
	margin: 0 auto;
}
table.rg-table {
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em;
}
table.rg-table tr.highlight {
	background-color: inherit !important;
}
table.rg-table.zebra tr:nth-child(even) {
	background-color: none;
}
table.rg-table.zebra td:nth-child(even) {
	background-color: #f6f6f6;
}
table.rg-table tr:nth-child(even) {
	background-color: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background-color: inherit;
	font-weight: normal;
}
}
.fadeOut
{
	display:none!important;
}
ul.dislay_info 
{
	width:95%;
}
ul.dislay_info li
{
	overflow:hidden;
	list-style-type:none;
	border-bottom:1px solid #eee;
	padding:0 0 10px;
	margin:0 0 10px;
}
ul.dislay_info li p
{
	display:block;
	float:left;
	margin:0 20px 0 0;
	    width: 26%;
}
/*************selected color****/
p#cf7_controls {
  text-align:center;
}
#cf7_controls span {
  padding-right:2em;
  cursor:pointer;
}
#cf7 {
  position:relative;
  height:281px;
  width:450px;
  margin:0 auto 10px;
}
#cf7 img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity:0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#cf7 img.opaque {
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
}
.selected{
  color:red;
}
.select_color_panel
{
	float:right;
	margin:0;
}
#carousel
{
	width:190px;
	    margin: -80px 0 0;
		position:relative;
		z-index:100;
}
.bottom_line_vehicle
{
	float:left;
}
select.sel_motor_option
{
	    width: 300px;
    margin: 0px auto 30px;
    display: table;
}
h3.title_select_motor
{
	text-align:center;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
}
.centerdiv
{
	max-width:700px;
	margin:0 auto;
	text-align:center;
}
/*************************slick syncing****/
.slick_slider_syncing .js .slider-single > div:nth-child(1n+2) { display: none }

.slick_slider_syncing .js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }

.slick_slider_syncing .slider-single h3 {
	line-height: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	
}
.slick_slider_syncing .slider-single p
{
	text-align:center;
}
.slick_slider_syncing .slider-nav h3::before {
	content: "";
	display: block;
	padding-top: 75%;
}

.slick_slider_syncing .slider-nav h3 span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slick_slider_syncing .slider-nav .slick-slide { cursor: pointer; }

.slick_slider_syncing .slick-slide.is-active h3 {
	color: #c00;
	background-color: #fff
}
.slick_slider_syncing
{
	overflow:hidden;
}
.slick_slider_syncing  .slick-slide img {
    display: block;
	    padding: 8px;
}
.slick_slider_syncing .slider
{
	height:auto;
	background:none;
}
.slick_slider_syncing .slick-carousel .slick-slide {
    padding-left: 2px;
    padding-right: 2px;
    position: relative;
    vertical-align: top;
    color: #1a1a1a;
    font-family: "Nissan Bold",Verdana,Arial,sans-serif;
    text-transform: uppercase;
}
.slick_slider_syncing .slide-inner {
    
}
.slick_slider_syncing .slide-image {
    overflow: hidden;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
}
.slick_slider_syncing  .slider-nav .slick-slide
{
	    margin: 0 5px;
}
.slick_slider_syncing  .slick-initialized .slick-slide
{
	background-color: #eee;
	position:relative;
	outline:none;
}
.slick_slider_syncing  .slick-initialized .slick-slide.is-active:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #343434;
    font-size: 42px;
    padding-right: 0.5em;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 25px;
}
.slick_slider_syncing  .slick-initialized .slick-slide.is-active:hover:before
{
	color: #c3002f;
}
.slick_slider_syncing  .slick-track
{
	    padding: 0 0 15px 0;
}
.slick_slider_syncing  .slick-initialized .slick-slide.is-active
{
	background:#343434;
	color:#fff;
	
}
.slick_slider_syncing  .slick-initialized .slick-slide:hover
{
	background:#c3002f;
	color:#fff;
}
.slick_slider_syncing   .slider-single .slick-slide:hover
{
	background:none!important;
	color:#fff;
}
.slick_slider_syncing  .slider-single .slick-slide
{
	background:none;
	color:#000!important;
}
.slick_slider_syncing .slider-single .slick-slide.is-active:before
{
	content:'';
}
.slick_slider_syncing .slick-initialized .slick-slide:hover .slide-caption p
{
	color:#fff;
}
.slick_slider_syncing .slick-initialized .slick-slide .slide-caption
{
	    min-height: 29px;
}
.slick_slider_syncing .slick-initialized .slick-slide .slide-caption p
{
	    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-weight: bold;
    text-align: center;
	    line-height: 15px;
    padding: 0 10px;
}
.slick_slider_syncing .slick-initialized .slick-slide.is-active .slide-caption p
{
	color:#fff;
}
.tabs-2 .tabs li
{
	    width: 50%;
}
.tabs-2 .tabs.tabs3 li
{
	    width: 33%;
}
.tabs-2 .tabs.tabs5 li
{
	        width: 20%;
}
.tabs-2 .tabs.tabs5 li a
{
	    min-height: 85px;
}
.tabs-2 .tabswrap
{
	overflow:hidden;
}
.qtranxs_widget ul li.lang-en
{
	display:none;
}
.form_item
{border: 1px solid #efefef;
    overflow: hidden;}
.form_item h2
{
    background-color: #696969;
    
    color: white;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px 10px;
	font-size:20px;

}
.title-wrapper {
    position: relative;
    height: 20px;
	margin:0 0 30px;
}
.title-wrapper h2{
       position: absolute;
    font-size: 20px;
    text-transform: uppercase;
    color: #252525;
    line-height: 20px;
    z-index: 2;
    background-color: white;
    width: auto;
    padding-right: 10px;
    margin: 0;
    font-weight: normal;
}
.title-wrapper:after{
       position: absolute;
    width: 100%;
    height: 2px;
    content: '\a0';
    background-color: #CCC;
    top: 9px;
    z-index: 1;
    visibility: visible;
    display: block;
}
#carbuilder-header .step.active, .page-configurator #carbuilder-header .step.completed {
    color: white;
	
}
#carbuilder-header .step {
    float: left;
    background: #242424;
    background: -moz-linear-gradient(left,#242424 0%,#1a1a1a 31%,#0a0a0a 64%,#000 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#242424),color-stop(31%,#1a1a1a),color-stop(64%,#0a0a0a),color-stop(100%,#000));
    background: -webkit-linear-gradient(left,#242424 0%,#1a1a1a 31%,#0a0a0a 64%,#000 100%);
    background: -o-linear-gradient(left,#242424 0%,#1a1a1a 31%,#0a0a0a 64%,#000 100%);
    background: -ms-linear-gradient(left,#242424 0%,#1a1a1a 31%,#0a0a0a 64%,#000 100%);
    background: linear-gradient(to right,#242424 0%,#1a1a1a 31%,#0a0a0a 64%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424',endColorstr='#000000',GradientType=1);
    width: 160px;
    height: 60px;
    font-family: Arial;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    line-height: 53px;
}
#carbuilder-header, div.ctools-modal-content .modal-header {
    height: 60px;
    left: 0;
    width: 100%;
    color: #696969;
    background: #000000;
    background: -moz-linear-gradient(left,#000 0%,#000 36%,#000 73%,#666 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#000),color-stop(36%,#000),color-stop(73%,#000),color-stop(100%,#666));
    background: -webkit-linear-gradient(left,#000 0%,#000 36%,#000 73%,#666 100%);
    background: -o-linear-gradient(left,#000 0%,#000 36%,#000 73%,#666 100%);
    background: -ms-linear-gradient(left,#000 0%,#000 36%,#000 73%,#666 100%);
    background: linear-gradient(to right,#000000 0%,#000000 36%,#000000 73%,#666666 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#666666',GradientType=1);
    max-width: 1500px;
        margin: 0 auto 40px;
}
#carbuilder-header .step.step-1 {
    margin-left: 10px;
}
#carbuilder-header .step.active, #carbuilder-header .step.completed {
    color: white;
}
#carbuilder-header .step span {
    display: inline-block;
    width: 111px;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
}
#carbuilder-header .step .progress {
    background-color: #696969;
    width: 160px;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#carbuilder-header .step.active .progress .red-33 {
    width: 33%;
}
#carbuilder-header .step .progress .red {
    background-color: #C41732;
    width: 0px;
    height: 6px;
    position: relative;
    z-index: 5;
}
#carbuilder-header .step.active .progress .red.red-33:after {
    margin-left: 48%;
    margin-left: calc(50% - 8px);
}
#carbuilder-header .step.active .progress .red:after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #C41732;
    position: absolute;
    content: '\a0';
    margin-top: 6px;
}
#carbuilder-header .progress {
 margin-bottom:0;
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: transparent;
  cursor: default; 
}
.labelrange
{
	float:left;
}
.form-item.webform-component-checkboxes {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}
div.form-item.webform-component-mixed, div.form-item.webform-component-checkboxes {
    border: 1px solid #efefef;
    overflow: hidden;
}

 div.form-item.webform-component-checkboxes .form-item {
    margin-left: 10px;
    margin-right: 10px;
}
.form-checkboxes .form-item, .form-radios .form-item {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}
label.labelcomponents
{
	background-color: #696969;
    height: 30px;
    color: white;
    line-height: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 10px;
}
#slider-range
{
	margin:0 0 50px;
}
#car-builder-total-versions {
    font-weight: bold;
    font-size: 17px;
}
.page-configurator .form-actions {
    overflow: hidden;
    clear: both;
}
.hellios-button-next {
    float: right;
    position: relative;
}
.hellios-button-next, .hellios-button-previous {
         float: right;
    background: #C3002F;
    padding: 10px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 10px 34px 10px 20px;
	    
}
.hellios-button-next:hover, .hellios-button-previous:hover, 
.hellios-button-next:focus, .hellios-button-previous:focus, 
.hellios-button-next:active, .hellios-button-previous:active
{
	color:#fff;
}
.hellios-button-next span:before, .hellios-button-previous span:before {
       content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #fff;
    font-size: 14px;
    padding-right: 0;
    position: absolute;
    top: 16px;
    right: 13px;
}
.page-configurator .form-item-submitted-echipari:hover, .page-configurator .form-item-submitted-echipari.selected {
    border: 2px solid #CCC;
    cursor: pointer;
}
.webform_component_echipari {
    vertical-align: top;
    display: inline-block;
    background: #ffffff;
    background: -moz-radial-gradient(center,ellipse cover,#fff 13%,#f0f0f0 94%,#f0f0f0 100%,#f0f0f0 100%,#f0f0f0 100%);
    background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(13%,#fff),color-stop(94%,#f0f0f0),color-stop(100%,#f0f0f0),color-stop(100%,#f0f0f0),color-stop(100%,#f0f0f0));
    background: -webkit-radial-gradient(center,ellipse cover,#fff 13%,#f0f0f0 94%,#f0f0f0 100%,#f0f0f0 100%,#f0f0f0 100%);
    background: -o-radial-gradient(center,ellipse cover,#fff 13%,#f0f0f0 94%,#f0f0f0 100%,#f0f0f0 100%,#f0f0f0 100%);
    background: -ms-radial-gradient(center,ellipse cover,#fff 13%,#f0f0f0 94%,#f0f0f0 100%,#f0f0f0 100%,#f0f0f0 100%);
    background: radial-gradient(ellipse at center,#ffffff 13%,#f0f0f0 94%,#f0f0f0 100%,#f0f0f0 100%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f0f0f0',GradientType=1);
    width: 215px;
    height: 520px;
    border: 2px solid #f4f4f4;
    border-radius: 7px;
    margin: 20px 5px;
    position: relative;
}
.configurator_steps
{
	overflow:hidden;
	margin:0 0 50px;
	    padding: 0 30px;
}
h4.field-content{
    height: 35px;
    padding: 15px 30px 0;
    font-size: 14px;
    color: #C41732;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px dotted #CCC;
    text-align: center;
}
p.fromprice_item {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
	text-align: center;
}
.views_field_body {
    color: #C41732;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    height: 18px;
	   text-align: center;
}
.views_field ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
    margin: 0;
    font-weight: normal;
	margin: 0 0 0.25em 1.5em;
    padding: 0;
	    font-family: 'Open Sans', sans-serif;
		font-size:13px;
}
.views_field {
    height: 332px;
    margin: 15px 10px;
    overflow-y: scroll;
    font-size: 12px;
    color: #626262;
    text-align: left;
}
.form_radio
{
	    clear: both;
    text-align: center;
    display: block;
    width: 13px;
    margin: 0 auto;
}
.webform_component_echipari
{
	max-width:216px;
	float:left;
	margin:0 20px;
}
.item_motorizare
{
	background: #f7f7f7;
    width: 46%;
    overflow: hidden;
    display: block;
    float: left;
    margin: 0 20px 30px;
	    border: 1px solid #ccc;
		transition:all 0.3s;
}
.item_motorizare.checked
{
	 border: 1px solid #c41732;
}
.item_motorizare:hover
{
	border: 1px solid #c41732;
}
.type_motorizare_config
{
	    font-size: 17px;
    line-height: 22px;
    margin: 0 0 5px 0;
}
.cartype_motorizare_config
{
	margin: 0;
    max-width: 350px;
    line-height: 19px;
}
.select_item_icon
{
	   position: relative;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    height: 79px;
    padding: 10px 20px;
    text-align: center;
    background: #eee;
}
.item_motorizare.checked .select_item_icon
{
	background:#c41732;
}
.details_item_motorizare
{
	    float: left;
    padding: 8px 0 0;
	
}
.select_item_icon:before {
    content: "\f046";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ccc;
    font-size: 18px;
    padding-right: 0;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.item_motorizare.checked .select_item_icon:before {
       content: "\f046";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.price_item_motorizare_config
{
	float: right;
    line-height: 65px;
    margin: 0 30px 0 0;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
	
}
.color_car_item_config
{
	float:left;
	width:48%;
	margin:0 10px;
	border:1px solid #ccc;
	padding:20px;
}
.color_car_item_config #carousel
{
	margin:0;
}
.inline_buttons .button1, .inline_buttons .button2
{
	float:left;
	margin:0 0 0 20px;
}
.main-content
{
	margin:20px 0 0;
}
.testdrive_bg
{
	background:url(https://nissan.md/wp-content/uploads/2021/08/All-New-Nissan-Qashqai-1500x800.jpg) no-repeat top center/cover;
	padding:40px 0;
}
.gform_testdrive
{
	background:#fff;
	padding:20px;
}
.subtitle_sm_red
{
	color:#c3002f;
	font-size:18px;
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
	margin:0;
}
h4.icon_title
{
	color:#000;
	font-size:24px;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
}
.videowrap
{
	position:relative;
}
.page-id-181 .row_wide {
    max-width: 1500px;
	margin:0 auto;
}
.vehicle-specs
{
	max-width: 1050px;
    margin: 0 auto;
}
.vehicle-specsrow
{
	    width: 65%;
    margin: 0 auto;
    float: left;
    position: relative;
    left: 105px;
}
.vehicle-specswrap
{
	    max-width: 529px;
    margin: 0 auto;
}
.videowrap.jukevideo
{
	position:relative;
}
.videowrap.jukevideo .textovervideo {
    position: absolute;
    top: 8%;
    left: 113px;
}
.videowrap.jukevideo .textovervideo h2
{
	background:transparent;
}
.videowrap video
{
	width:100%;
}
.jksmalltxt{
	     font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
}
.jk_greywrap
{
	background: #f6f6f6;
	overflow:hidden;
}
.jk_greybg
{
	    padding: 60px 40px 40px;
    
    margin: -20px 0 0;
}
.jk_toright
{
	    right: 50px!Important;
    top: 94px!important;
    left: auto!important;
}
.jk_whitebg
{
	background:#fff;
}
.jk_space
{
	    padding: 40px 30px 1px;
}
.jk_grbg
{
	background: #f6f6f6;
}
.jk_whitetext
{
	
}
.micrasection1 .jk_blktext h2, .jk_blktext .heading_section p
{
	color:#000;
}
.jk_blktext
{top: 149px;}
.jk_space h3 {
    font-size: 19px;
    font-weight: bold;
}
.jk_greybg h3
{
	font-size:22px;
	font-weight:bold;
}
.jk_cblock
{
	max-width:650px;
	margin:0 auto;
}
.heading_section.jk_cblock::before {
    border-top: none;
}
.page-id-734 .sizetxt {
  font-size: 38px;
    font-weight: bold;
    line-height: 44px;
}
.jk_dimm_wrap
{
	padding:60px 30px 0 50px;
}
.jk_cblock h2
{
	font-weight:bold;
	font-size:25px;
	text-align:center;
}
.jk_cblock p
{
	text-align:center;
}

.spec-bold{
	      font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 21px;
}
.page-id-181 .blackbg {
      background: transparent;
    padding: 30px!important;
    max-width: 502px;
    top: 200px;
}
.page-id-181 .heading_section::before {
    border-top: none;
}
.textovervideo
{
	    position: absolute;
    top: 39%;
    left: 92px;
}
.textovervideo h2
{
	    font-size: 25px;
    background: #000;
    color: #fff;
    padding: 5px 20px;
    margin: 0 0 10px;
    font-weight: bold;
}
.moresp
{
	margin:0 20px;
}
.colright {
    float: right;
    width: 20%;
}
.colleft{
    float: left;
    width: 70%;
}
.linktxt
{
	position:relative;
}
.linktxt:after {
    font-size: .7857142857rem;
    content: "";
    color: #c3002f;
    right: 20px;
    top: 50%;
    overflow: hidden;
    margin-top: -.5em;
    position: absolute;
}
.center_block
{
	max-width:700px;
	margin:0 auto;
	text-align:center;
}
.sizetxt
{
	    color: #343434;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
	display:table;
	margin:0 auto;
	
}
.sizetxt span
{
	font-size:15px;
	color:#666;
}
.videotxt
{
	background: #000;
    max-width: 434px;
    color: #fff;
    padding: 0 20px;
}
.videotxt p
{
	color:#fff;
}
.videotabs .slick-slide 
{
	width:auto!important;
}
.videotabs .slick-slide .grey_btn
{
	display:block;
}
.videotabs .slick-track
{
	width:100%!important;
}
.shortechipament_description
{
	    max-height: 190px;
    overflow: hidden;
    padding: 0 20px;
}
.custom-font
{
    display: table;
    margin: 0 auto;
    text-align: center;
}
.custom-font p
{
	margin:0;
}
.custom-font h4
{
	    font-size: calc(36px + .375vw);
    line-height: 72px;
}
/***************************************************************************@media*****/
@media only screen and (max-width:1084px){
.top-bar-right
{
	margin: 30px 0 0 20px;
}
	
	}
@media only screen and (max-width:640px){
	.textovervideo {
    position: relative;
    top: 0;
    left: 0;
}
.colright {
    float: none;
    width: 100%;
}
	.row_wide.homesliderr {
    margin: 0;
}
.homesliderr  .slider_button {
    position: relative;
    background: #c3002f;
    padding: 10px 24px 10px 8px !important;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 13px !important;
    line-height: 12px !important;
}
.homesliderr  .slider_button::after {
    content: "\f054" !important;
    color: #fff;
    font-size: 13px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 4px;
    position: absolute;
    top: 10px;
    right: 3px;
}
.homesliderr .button2 {
    
   padding: 3px 24px 2px 8px !important;
}
.homesliderr  .button2::before
{
	top: 4px;
right: 8px;
padding-right: 0;
}
	.heading_section.pos_abs, .pos_abs {
    position: relative;
    top: 0;
    left: 0;
}
.sections {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.row {
    
    margin: 0 30px;
}
.micrasection1 {
    
    max-width: 90%;
    margin: 0 auto;
}
	.mob_adjustment
	{
		margin: 0 20px;
	}
	.row_wide
	{
	margin:10px 20px;	
	}
		.fixedbar
	{
		top: 46px;
	}
	 #galleria
	 {
		 width:94%!important;
	 }
	 .sections {
    width: 92%;
    padding-left: 20px;
    padding-right: 10px;
}
	nav.pagesubmenu.fixedbar {
    margin: 0;
    width: 100%;
}
	ul.submenu_all_cars {
    margin: 0 0 0 15px;
}
	ul.bottomlinks_tab li
{
margin:0 0 8px 0;
	    width: 100%;
}
ul.bottomlinks_tab li a
{
	text-align: left;
}
ul.bottomlinks_tab li a span
{
	display: block;
}
ul.bottomlinks_tab li a span::after
{
	top: 1px;
    right: 1px;
}
	a.logo 
{
	overflow: hidden;
height: 4em;
display: block;
float:left;
}
.openmenu
{
	padding: 18px 30px;
}
a.logo img {
    max-height: 4em;
    padding: 0 0 0 10px;
}
.title-bar h2.entry-title
{
	font-size: 20px;
	margin: 15px 0 0 20px;
	line-height:22px;
}
.title-bar
{
	background:transparent;
	border-bottom:1px solid #ccc;
}
body
{
	margin:0;
}
}
@media only screen and (max-width:450px){
	.copyright
{
	text-align:center;
	float:none;
}
	.jukevideo video
	{
		height: auto!important;
	}
	.videowrap.jukevideo .textovervideo {
     position: relative;
    top: 0;
    left: 0;
    background: #000;
	}
	.videowrap.jukevideo p
	{
		margin:0;
	}
	.page-id-181 .headerline_range
	{
		margin:0 0 0 10px;
	}
	.vehicle-specsrow {
    width: 100%;
    margin: 0 auto;
    float: none;
    left: 0;
}
.vehicle-specs {
    max-width: 100%;
    margin: 0 auto 20px;
    display: table;
}
.page-id-181 .blackbg {
    background: #000;
    padding: 15px!important;
    max-width: 100%;
    top: 0;
	left: 0!Important;
}
.jk_toright
{
	    top: 0px!important;
		left:0 !important;
}
.micrasection1 .heading_section h2
{
	font-size: 21px;
	line-height: 23px;
}
.blackbg3.jk_toright {
    background: #000;
    padding: 10px 15px!important;
    max-width: 100%;
    top: 0px!important;
}
.page-id-181 .blackbg2, .page-id-734 .blackbg2
{
	    top: 0;
		    padding: 20px 0px!important;
			    max-width: 100%;
}
.page-id-181 .heading_section .content p {
    
    font-size: 14px;
    line-height: 19px;
}
.page-id-181 .micrasection1 {
    max-width: 100%;
 
}
.page-id-181 .sections {
    width: 98%;
}
.inline_buttons .button1, .inline_buttons .button2 {

    margin: 0 20px 0 0;
}
.page-id-181  .inline_buttons
{
	    width: 83%;
}
.heading-group.center > h3
{
	    font-size: 21px;
		line-height: 26px;
}
.page-id-181 .row,
.page-id-734 .row {
    margin: 0 0px;
}
.page-id-734 .sizetxt {
    font-size: 21px;
	line-height: 34px;
}
.jk_dimm_wrap {
    padding: 60px 0px 0 20px;
}
.page-id-181 .alignright {
    float: none;
}
.button1 {
    padding: 10px 40px 10px 12px;
}
.content_zone h2
{
	font-size: 20px;
}
.inline_buttons .pink_btn {
    float: none;
    display: block;
}
.single_vehicle_box
{
	margin:0 0 20px 0;
}
ul.action_btns li
{
	width:100%;
}
ul.action_btns li a {
    padding: 18px 0;
}
.ubermenu-skin-black-white-2
{
	display:none;
}
.top-bar-right h1.entry-title
{
	display:none;
}
.right_icons_header {
    float: left;
    margin: 0 0 20px;
    position: relative;
	
}
#searchform input#s
{
	width: 90% !important;
	margin: 0 0 0 10px;
}
#collapse1
{
	top: 57px;
	background: url(images/arrow-up-black.png) no-repeat top left 9%;
}
.flex-row
{
	    display: block;
    
}
}	
@media only screen and (max-width:380px){
.popup_menu #searchform {
    width: 85%;
}

}