@import url('https://fonts.googleapis.com/css?family=Heebo');

.guy {

  position: absolute;

  top: 50%;

  left: 50%;

  -moz-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}

/*

 Theme Name: Meir Group

 Theme URI: http://CodeSpire.co.il/

 Author: CodeSpire

 Author URI: http://CodeSpire.co.il/

 Description: Custom Theme for Meir Group

 Version: 0.1

 Text Domain: cs

 */

/**

 * Fonts

 */

/* Webfont: NarkisBlockMFW-Regular */

@font-face {

  font-family: 'NarkisBlockMFW';

  src: url('fonts/NarkisBlock-Regular_MFW.eot');

  /* IE9 Compat Modes */

  src: url('fonts/NarkisBlock-Regular_MFW.eot?#iefix') format('embedded-opentype'), url('fonts/NarkisBlock-Regular_MFW.woff') format('woff'), url('fonts/NarkisBlock-Regular_MFW.ttf') format('truetype'), url('fonts/NarkisBlock-Regular_MFW.svg#NarkisBlockMFW-Regular') format('svg');

  /* IE6-IE8 */

  /* Modern Browsers */

  /* Safari, Android, iOS */

  /* Legacy iOS */

  font-style: normal;

  font-weight: normal;

  text-rendering: optimizeLegibility;

}

/* Webfont: NarkisBlockMFW-Medium */

@font-face {

  font-family: 'NarkisBlockMFW';

  src: url('fonts/NarkisBlock-Medium_MFW.eot');

  /* IE9 Compat Modes */

  src: url('fonts/NarkisBlock-Medium_MFW.eot?#iefix') format('embedded-opentype'), url('fonts/NarkisBlock-Medium_MFW.woff') format('woff'), url('fonts/NarkisBlock-Medium_MFW.ttf') format('truetype'), url('fonts/NarkisBlock-Medium_MFW.svg#NarkisBlockMFW-Medium') format('svg');

  /* IE6-IE8 */

  /* Modern Browsers */

  /* Safari, Android, iOS */

  /* Legacy iOS */

  font-style: normal;

  font-weight: bold;

  text-rendering: optimizeLegibility;

}

/**

 * Variables

 */

/** Main **/

body, html {

  font-family: 'NarkisBlockMFW', Arial, sans-serif;

  font-weight: normal;

  color: #000;

  font-size: 18px;

  line-height: 1.4;

  -webkit-font-smoothing: antialiased;

  background-color: #fff;

}

html {

  border: 8px solid #fff;

}

::selection {

  background: #b3d4fc;

  text-shadow: none;

}

* {

  margin: 0;

}

img {

  max-width: 100%;

  max-height: 100%;

  width: auto;

  height: auto;

}

img.aligncenter {

  margin: 0 auto;

  display: block;

}

img.align_right {

  float: right;

  margin: 0 0 20px 20px;

}

img.alignleft {

  float: left;

  margin: 120px 20px 20px 0;

}

a:focus, input:focus, .btn:focus, a:hover, input:hover, .btn:hover, a:active, input:active, .btn:active {

  text-decoration: none;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.screen-reader-text {

  position: absolute;

  top: -1000em;

}

.screen-reader-text:focus {

  left: 6px;

  top: 7px;

  height: auto;

  width: auto;

  display: block;

  font-size: 14px;

  font-weight: 600;

  padding: 15px 23px 14px;

  background: #f1f1f1;

  color: #0073aa;

  z-index: 100000;

  line-height: normal;

  text-decoration: none;

  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);

  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);

}

@media all and (max-width: 767px) {

  .col-xs-1:nth-child(12n+1) {

    clear: left;

  }

  .col-xs-2:nth-child(6n+1) {

    clear: left;

  }

  .col-xs-3:nth-child(4n+1) {

    clear: left;

  }

  .col-xs-4:nth-child(3n+1) {

    clear: left;

  }

  .col-xs-6:nth-child(2n+1) {

    clear: left;

  }

}

@media all and (min-width: 768px) {

  .col-sm-1:nth-child(12n+1) {

    clear: left;

  }

  .col-sm-2:nth-child(6n+1) {

    clear: left;

  }

  .col-sm-3:nth-child(4n+1) {

    clear: left;

  }

  .col-sm-4:nth-child(3n+1) {

    clear: left;

  }

  .col-sm-6:nth-child(2n+1) {

    clear: left;

  }

}

@media all and (min-width: 992px) {

  .col-sm-1:nth-child(12n+1) {

    clear: none;

  }

  .col-sm-2:nth-child(6n+1) {

    clear: none;

  }

  .col-sm-3:nth-child(4n+1) {

    clear: none;

  }

  .col-sm-4:nth-child(3n+1) {

    clear: none;

  }

  .col-sm-6:nth-child(2n+1) {

    clear: none;

  }

  .col-md-1:nth-child(12n+1) {

    clear: left;

  }

  .col-md-2:nth-child(6n+1) {

    clear: left;

  }

  .col-md-3:nth-child(4n+1) {

    clear: left;

  }

  .col-md-4:nth-child(3n+1) {

    clear: left;

  }

  .col-md-6:nth-child(2n+1) {

    clear: left;

  }

}

@media all and (min-width: 1200px) {

  .col-md-1:nth-child(12n+1) {

    clear: none;

  }

  .col-md-2:nth-child(6n+1) {

    clear: none;

  }

  .col-md-3:nth-child(4n+1) {

    clear: none;

  }

  .col-md-4:nth-child(3n+1) {

    clear: none;

  }

  .col-md-6:nth-child(2n+1) {

    clear: none;

  }

  .col-lg-1:nth-child(12n+1) {

    clear: left;

  }

  .col-lg-2:nth-child(6n+1) {

    clear: left;

  }

  .col-lg-3:nth-child(4n+1) {

    clear: left;

  }

  .col-lg-4:nth-child(3n+1) {

    clear: left;

  }

  .col-lg-6:nth-child(2n+1) {

    clear: left;

  }

}

.row-eq-height {

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: nowrap;

  flex-wrap: nowrap;

}

.row-eq-height.middle_align .col-xs-1, .row-eq-height.middle_align .col-sm-1, .row-eq-height.middle_align .col-md-1, .row-eq-height.middle_align .col-lg-1, .row-eq-height.middle_align .col-xs-2, .row-eq-height.middle_align .col-sm-2, .row-eq-height.middle_align .col-md-2, .row-eq-height.middle_align .col-lg-2, .row-eq-height.middle_align .col-xs-3, .row-eq-height.middle_align .col-sm-3, .row-eq-height.middle_align .col-md-3, .row-eq-height.middle_align .col-lg-3, .row-eq-height.middle_align .col-xs-4, .row-eq-height.middle_align .col-sm-4, .row-eq-height.middle_align .col-md-4, .row-eq-height.middle_align .col-lg-4, .row-eq-height.middle_align .col-xs-5, .row-eq-height.middle_align .col-sm-5, .row-eq-height.middle_align .col-md-5, .row-eq-height.middle_align .col-lg-5, .row-eq-height.middle_align .col-xs-6, .row-eq-height.middle_align .col-sm-6, .row-eq-height.middle_align .col-md-6, .row-eq-height.middle_align .col-lg-6, .row-eq-height.middle_align .col-xs-7, .row-eq-height.middle_align .col-sm-7, .row-eq-height.middle_align .col-md-7, .row-eq-height.middle_align .col-lg-7, .row-eq-height.middle_align .col-xs-8, .row-eq-height.middle_align .col-sm-8, .row-eq-height.middle_align .col-md-8, .row-eq-height.middle_align .col-lg-8, .row-eq-height.middle_align .col-xs-9, .row-eq-height.middle_align .col-sm-9, .row-eq-height.middle_align .col-md-9, .row-eq-height.middle_align .col-lg-9, .row-eq-height.middle_align .col-xs-10, .row-eq-height.middle_align .col-sm-10, .row-eq-height.middle_align .col-md-10, .row-eq-height.middle_align .col-lg-10, .row-eq-height.middle_align .col-xs-11, .row-eq-height.middle_align .col-sm-11, .row-eq-height.middle_align .col-md-11, .row-eq-height.middle_align .col-lg-11, .row-eq-height.middle_align .col-xs-12, .row-eq-height.middle_align .col-sm-12, .row-eq-height.middle_align .col-md-12, .row-eq-height.middle_align .col-lg-12 {

  -webkit-align-self: center;

  -moz-align-self: center;

  -ms-align-self: center;

  align-self: center;

}

#header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 100;

  border-top: 8px solid white;

  padding: 0 8px 8px;

  z-index: 9999;

}

#header #header--nav {

  width: 816px;

  height: 84px;

  background: url(images/header_bg.png) 0 0 no-repeat;

  margin: 0 auto;

  text-align: center;

}

#header #header--nav .menu-header-left-container {

  padding-top: 18px;

}

#header #header--nav ul {

  padding: 10px 0 0;

}

#header #header--nav ul .children {

  display: none;

}

#header #header--nav ul li {

  display: inline-block;

  padding: 0;

  vertical-align: middle;

}

#header #header--nav ul li a {

  color: #fff;

  font-size: 20px;

  text-decoration: none;

  padding: 0 15px;

}

#header #header--nav ul li.current-menu-item a, #header #header--nav ul li:hover a {

  color: #b7a679;

}

#header #header--nav ul li.nav_icon a {

  width: 80px;

  height: 60px;

  background: url(images/logo.png) center center no-repeat;

  color: rgba(0, 0, 0, 0);

  display: inline-block;

}

#header #header--left {

  position: absolute;

  top: 20px;

  left: 18px;

}

#header #header--left a {

  width: 50px;

  height: 50px;

  background: #fff;

  -webkit-border-radius: 25px;

  -moz-border-radius: 25px;

  border-radius: 25px;

  background-image: url(images/header_icon_sprite.png);

  background-repeat: no-repeat;

  display: block;

}

#header #header--left a.phone {

  background-position: 11px 11px;

  margin-bottom: 10px;

}

#header #header--left a.mail {

  background-position: 11px -44px;

}

#header #header--right {

  position: absolute;

  top: 0;

  right: 78px;

}

.admin-bar #header {

  top: 32px;

}

.modal-backdrop {

  z-index: 99999;

}

.modal {

  z-index: 999999;

}

#acp-toggle-toolbar.small {

  border: 0 !important;

  background: transparent url(images/hangasha.png) 0 0 no-repeat !important;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  -ms-box-shadow: none;

  -o-box-shadow: none;

  box-shadow: none;

  width: 48px !important;

  height: 48px !important;

}

#acp-toggle-toolbar.small img {

  display: none;

}

#acp-toggle-toolbar.toolbar-left {

  left: 18px !important;

  bottom: 100px !important;

}

@media all and (max-width: 1024px) {

  #acp-toggle-toolbar.toolbar-left {

    bottom: 60px !important;

    left: 10px !important;

  }

}

.admin-bar #acp-toggle-toolbar.small {

  margin-top: 32px;

}

@media all and (max-width: 800px) {

  .admin-bar #acp-toggle-toolbar.small {

    margin-top: 46px;

  }

}

.btn, .wpcf7 input[type=submit] {

  -webkit-border-radius: 30px;

  -moz-border-radius: 30px;

  border-radius: 30px;

  border: 2px solid #fff;

  padding: 7px 10px;

  text-align: center;

  background: none;

  color: #fff;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

.btn.arrow, .wpcf7 input[type=submit].arrow {

  padding: 0 25px 0 35px;

}

.btn.arrow.light, .wpcf7 input[type=submit].arrow.light {

  background-color: transparent;

  background-image: url(images/left_white_arr_big.png);

  background-position: 15px center;

  background-repeat: no-repeat;

}

.btn.arrow.light:hover, .wpcf7 input[type=submit].arrow.light:hover {

  background: #000;

  border-color: #000;

  color: #fff;

  background-image: url(images/left_white_arr_big.png);

  background-position: 15px center;

  background-repeat: no-repeat;

}

.btn.arrow.dark, .wpcf7 input[type=submit].arrow.dark {

  background-color: #000;

  background-image: url(images/left_white_arr_big.png);

  background-position: 15px center;

  background-repeat: no-repeat;

}

.btn.arrow.dark:hover, .wpcf7 input[type=submit].arrow.dark:hover {

  background: #fff;

  color: #000;

  background-image: url(images/left_white_arr_big.png);

  background-position: 15px center;

  background-repeat: no-repeat;

}

body {

  background: #f0f0f0;

}

body.page-template-page-searchresults-template, body.single {

  background: white;

}

.container {

  width: 100%;

  max-width: 1600px;

}

.container, .container-fluid {

  padding: 0 20px;

}

@media all and (max-width: 767px) {

  .container, .container-fluid {

    padding: 0 15px;

  }

}

.row {

  margin-right: -20px;

  margin-left: -20px;

}

@media all and (max-width: 767px) {

  .row {

    margin-right: -15px;

    margin-left: -15px;

  }

}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

  padding: 0 20px;

}

@media all and (max-width: 767px) {

  .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {

    padding: 0 15px;

  }

}

h1, h2, h3, h4, h5, h6 {

  font-family: 'NarkisBlockMFW', 'Heebo', sans-serif;

  letter-spacing: 2px;

  margin: 0 0 1em;

}

h1 {

  font-size: 38px;

}

h2 {

  font-size: 28px;

}

h3 {

  font-size: 24px;

}

#page--thumbnail {

  min-height: 40vw;

  background-position: center center;

  background-size: cover;

}

#page--title {

  text-align: center;

  margin-bottom: 25px;

  margin-top: 60px;

}

#page--content {

  text-align: center;

}

#page_content {

  position: relative;

}

#page_content.page--benefits-main-content #page--benefits-image {

  padding-right: 0;

  object-fit: cover;

  position: absolute;

  right: 0;

  top: 0;

  min-height: 100%;

}

#page_content.page--benefits-main-content .container {

  z-index: 9;

  position: relative;

}

#page_content.page--benefits-main-content .page--benefits-content-column {

  padding-top: 140px;

}

@media all and (min-width: 1050px) {

  #page_content.page--benefits-main-content .page--benefits-content-column {

    padding-bottom: 70px;

  }

}

#page_content.page--benefits-main-content .page--benefits-content-column h1 {

  font-size: 28px;

  margin: 0 0 50px;

}

#page_content.page--benefits-main-content .page--benefits-content-column .benefits .benefit {

  display: block;

  margin: 0 0 50px;

}

#page_content.page--benefits-main-content .page--benefits-content-column .benefits .benefit .icon {

  float: right;

  width: 70px;

}

#page_content.page--benefits-main-content .page--benefits-content-column .benefits .benefit .text {

  padding-right: 70px;

  font-size: 16px;

}

#page_content.page--benefits-main-content .page--benefits-content-column .benefits .benefit .text h2 {

  margin: 0 0 10px;

  font-size: 25px;

}

#page_content.regular_page {

  padding-bottom: 50px;

}

#page_content.regular_page .container {

  max-width: 1285px;

}

#page_content.regular_page h2 {

  font-size: 38px;

}

#page_content.regular_page .about_middle {

  position: relative;

}

@media all and (min-width: 992px) {

  #page_content.regular_page .about_middle {

    top: -70px;

  }

}

@media all and (min-width: 992px) {

  #page_content.regular_page .about_middle .right {

    text-align: left;

  }

}

@media all and (min-width: 992px) {

  #page_content.regular_page .about_top_content {

    padding: 0 8.3333%;

  }

}

#page_content.regular_page .about_top_content img {

  margin-top: 70px;

}

#page_content.regular_page .about_includes img {

  margin-bottom: 15px;

}

@media all and (min-width: 992px) {

  #page_content.regular_page .about_includes .center, #page_content.regular_page .about_includes .left {

    overflow: hidden;

    position: relative;

  }

  #page_content.regular_page .about_includes .center:before, #page_content.regular_page .about_includes .left:before {

    position: absolute;

    right: 0;

    top: 40px;

    width: 1px;

    height: 100%;

    background: black;

    display: block;

    content: "";

  }

}

#findcar--content-wrapper {

  padding-top: 150px;

}

@media all and (max-width: 1400px) {

  #findcar--content-wrapper {

    padding-top: 100px;

  }

}

@media all and (max-width: 992px) {

  #findcar--content-wrapper {

    padding-top: 90px;

  }

}

@media all and (max-width: 500px) {

  #findcar--content-wrapper {

    padding-top: 80px;

  }

}

#findcar--content-wrapper #page--title {

  margin-bottom: 100px;

  font-size: 50px;

}

@media all and (max-width: 1400px) {

  #findcar--content-wrapper #page--title {

    margin-bottom: 60px;

    margin-top: 40px;

  }

}

@media all and (max-width: 1200px) {

  #findcar--content-wrapper #page--title {

    margin-bottom: 60px;

    font-size: 42px;

  }

}

@media all and (max-width: 992px) {

  #findcar--content-wrapper #page--title {

    margin-bottom: 50px;

    font-size: 38px;

  }

}

@media all and (max-width: 500px) {

  #findcar--content-wrapper #page--title {

    margin-bottom: 50px;

    font-size: 28px;

  }

}

#findcar--content-wrapper .row > div {

  text-align: center;

}

#findcar--content-wrapper .row > div img {

  margin-bottom: 30px;

  width: 100%;

}

#findcar--content-wrapper .row > div .btn {

  border: 3px solid #000;

  color: #000;

  font-size: 20px;

  padding: 0 35px;

  height: 52px;

  line-height: 48px;

  background: transparent;

}

@media all and (max-width: 992px) {

  #findcar--content-wrapper .row > div .btn {

    background: #fff;

  }

}

#findcar--content-wrapper .row > div .btn:hover {

  border: 3px solid #000;

  color: #fff;

  background: #000;

}

.home--slider-col {

  padding: 0;

  margin: 0;

}

#home--slider-wrapper {

  overflow: hidden;

  max-width: 100vw;

}

.home--slider-item {

  height: calc(100vh - 77px);

  background-size: cover;

  background-position: center center;

  position: relative;

}

.home--slider-item .home--slider-content {

  position: absolute;

  color: #fff;

  font-size: 28px;

  font-family: 'NarkisBlockMFW';

  letter-spacing: 1px;

  font-weight: 300;

}

.home--slider-item .home--slider-content h2 {

  font-size: 45px;

  margin: 0;

  letter-spacing: 3px;

}

.home--slider-item .home--slider-content p {

  line-height: 1;

  margin: 0 0 25px;

}

.home--slider-item .home--slider-content a.btn {

  font-size: 20px;

  font-family: 'NarkisBlockMFW';

  height: 52px;

  line-height: 48px;

}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {

  -webkit-appearance: none;

  margin: 0;

}

.page-template-page-searchresults-template #page--thumbnail, .page-template-template-on_sale_cars #page--thumbnail {

  min-height: 650px;

  position: relative;

}

.page-template-page-searchresults-template #page--thumbnail .middle, .page-template-template-on_sale_cars #page--thumbnail .middle {

  position: absolute;

  top: 50%;

  left: 50%;

  -moz-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  width: 100%;

  max-width: 970px;

  margin-top: 70px;

}

.search--content-wrapper {

  min-height: 91vh;

  background-size: cover;

  background-position: center center;

  display: block !important;

  justify-content: center;

  align-items: center;

  position: relative;

}

.search--content-wrapper .desktop_only {

  position: absolute;

  top: 55%;

  left: 50%;

  -moz-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  width: 970px;

}

.search--content-wrapper form {

  text-align: center;

}

.search--content-wrapper #search--header {

  background: rgba(25, 25, 25, 0.55);

  display: inline-block;

  padding: 0;

  border: 2px solid #dedede;

  text-align: center;

  display: inline-block;

  padding: 0;

  -webkit-border-radius: 35px;

  -moz-border-radius: 35px;

  border-radius: 35px;

  height: 70px;

  line-height: 66px;

  color: #fff;

  -webkit-box-shadow: 0px 4px 17.64px 3.36px rgba(4, 5, 5, 0.75);

  -moz-box-shadow: 0px 4px 17.64px 3.36px rgba(4, 5, 5, 0.75);

  box-shadow: 0px 4px 17.64px 3.36px rgba(4, 5, 5, 0.75);

}

.search--content-wrapper #search--header label {

  display: inline-block;

  vertical-align: top;

  font-weight: normal;

  margin: 0;

  padding: 0;

}

.search--content-wrapper #search--header .search--max-wrapper {

  border-left: 1px solid rgba(255, 255, 255, 0.85);

  border-right: 1px solid rgba(255, 255, 255, 0.85);

}

.search--content-wrapper #search--header .search--min-wrapper {

  border-right: 1px solid rgba(255, 255, 255, 0.85);

}

.search--content-wrapper #search--header .search--select {

  cursor: pointer;

  padding-right: 25px;

  -webkit-border-top-right-radius: 35px;

  -webkit-border-bottom-right-radius: 35px;

  -moz-border-radius-topright: 35px;

  -moz-border-radius-bottomright: 35px;

  border-top-right-radius: 35px;

  border-bottom-right-radius: 35px;

}

.search--content-wrapper #search--header > div {

  display: inline-block;

  padding: 0 15px;

  float: right;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.search--content-wrapper #search--header > div:hover, .search--content-wrapper #search--header > div:focus {

  background: rgba(0, 0, 0, 0.4);

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.search--content-wrapper #search--header input[type=submit] {

  background: none;

  color: #000;

  border: none;

  font-weight: bold;

  letter-spacing: 2px;

}

.search--content-wrapper #search--header .search--submit-wrapper {

  padding-left: 25px;

  -webkit-border-top-left-radius: 35px;

  -webkit-border-bottom-left-radius: 35px;

  -moz-border-radius-topleft: 35px;

  -moz-border-radius-bottomleft: 35px;

  border-top-left-radius: 35px;

  border-bottom-left-radius: 35px;

  background: #fff;

}

.search--content-wrapper #search--header .search--submit-wrapper:hover {

  background: #ccc;

}

.search--content-wrapper #search--header input[type=number] {

  background: none;

  border: none;

  max-width: 100px;

  height: 30px;

  display: inline-block;

  vertical-align: middle;

  font-size: 22px;

  font-weight: 300;

  line-height: 30px;

}

.search--content-wrapper #search--models {

  background: rgba(234, 234, 234, 0.85);

  padding: 40px 120px;

  border-radius: 300px;

  margin-top: 20px;

  -webkit-box-shadow: 0px 4px 17.64px 3.36px rgba(4, 5, 5, 0.3);

  -moz-box-shadow: 0px 4px 17.64px 3.36px rgba(4, 5, 5, 0.3);

  box-shadow: 0px 4px 17.64px 3.36px rgba(4, 5, 5, 0.3);

  position: relative;

  text-align: center;

}

.search--content-wrapper #search--models .row {

  white-space: nowrap;

}

.search--content-wrapper #search--models:before {

  content: "";

  display: block;

  position: absolute;

  top: -10px;

  right: 235px;

  background: url(images/search_before_arrow.png) 0 0 no-repeat;

  width: 17px;

  height: 11px;

}

.search--content-wrapper #search--models .search--model {

  text-align: center;

  font-size: 10px;

  margin-bottom: 40px;

  float: none;

  display: inline-block;

}

.search--content-wrapper #search--models .search--model .search--model-image {

  position: relative;

  left: 0;

}

.search--content-wrapper #search--models .search--model img {

  position: relative;

  z-index: 1000;

}

.search--content-wrapper #search--models .search--model .search--model-selected {

  opacity: 0;

  right: 50%;

  margin-right: -17px;

  top: 50%;

  margin-top: -10px;

  width: 35px;

  background: #000;

  color: #fff;

  position: absolute;

  z-index: 100;

  display: inline-block;

  text-align: right;

  padding: 2px 8px 2px 0;

  font-size: 11px;

  -webkit-border-radius: 0 12px 12px 0;

  -moz-border-radius: 0 12px 12px 0;

  border-radius: 0 12px 12px 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  -ms-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}

.search--content-wrapper #search--models .search--model.checked .search--model-selected {

  opacity: 1;

  right: -8px;

}

.search--content-wrapper #search--models .search--model .search--model-text {

  font-size: 16px;

  margin: 5px 0 0;

}

.search--content-wrapper #search--models .search--model.nostock.checked .search--model-text {

  font-weight: bold;

  font-size: 14px;

}

.search--content-wrapper #search--models-actions {

  text-align: center;

  direction: rtl;

  padding-left: 0;

  min-height: 35px;

}

.search--content-wrapper #search--models-actions .no_stock_msg {

  float: n;

  line-height: 35px;

  font-size: 15px;

}

.search--content-wrapper #search--models-actions .no_stock_msg a {

  color: #ef1b2f;

  text-decoration: underline;

}

.search--content-wrapper #search--models-actions .no_stock_msg p {

  margin: 0;

}

.search--content-wrapper #search--models-actions > a {

  display: inline-block;

  margin: 0 10px;

  padding: 0 15px;

  line-height: 30px;

  height: 34px;

  color: #000;

  text-decoration: none;

  background: transparent;

  border: 2px solid #000;

  -webkit-border-radius: 17px;

  -moz-border-radius: 17px;

  border-radius: 17px;

  font-weight: bold;

  font-size: 16px;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.search--content-wrapper #search--models-actions > a:hover {

  color: #fff;

  background: #000;

  border: 2px solid #000;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.search--content-wrapper #search--models-actions > a.search--action-ok {

  background: transparent url(images/left_black_arr.png) 13px center no-repeat;

  padding: 0 20px 0 35px;

}

.search--content-wrapper #search--models-actions > a.search--action-ok:hover {

  background: #000 url(images/left_white_arr.png) 13px center no-repeat;

}

.page-template-page-searchresults-template #search--models {

  display: none;

}

body {

  overflow-x: hidden;

}

#page--search-content #search--page-title {

  margin: 30px -15px 20px;

}

#page--search-content .row {

  margin: 0 -30px 50px;

}

#page--search-content .row:last-child {

  margin-bottom: 0;

}

#page--search-content .row .post_item {

  margin: 0 0 40px;

  padding: 0 10px;

}

#page--search-content .search--car-wrapper {

  background: #f6f6f6;

  padding: 9px;

  height: 100%;

}

#page--search-content .search--car-wrapper a {

  color: #000;

}

#page--search-content .search--car-wrapper .search--car-details > h2 {

  margin: 13px 0 5px;

  font-size: 28px;

  font-family: 'Heebo';

  font-weight: 400;

}

#page--search-content .search--car-wrapper .search--car-details > h2 a {

  color: #000;

  text-decoration: none;

}

#page--search-content .search--car-wrapper .search--car-details > p {

  margin-bottom: 0;

}

#page--search-content .search--car-wrapper .search--car-details > p.search--car-price {

  margin-top: 6px;

}

.modal-backdrop {

  background: #181818;

}

.modal-backdrop.in {

  filter: alpha(opacity=90);

  opacity: 0.9;

}

.modal {

  padding: 22px !important;

}

.modal .modal-content .close_modal_btn {

  border-right: 1px solid #181818;

  border-bottom: 1px solid #181818;

}

.on_sale_page_title {

  text-align: center;

  color: white;

  position: relative;

}

.on_sale_page_title h1 {

  position: absolute;

  top: 50%;

  left: 50%;

  -moz-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  font-size: 58px;

}

@media all and (max-width: 992) {

  .on_sale_page_title h1 {

    font-size: 38px;

    position: static;

    color: black;

  }

}

#single--car-page-wrapper {

  padding-top: 130px;

  padding-bottom: 75px;

}

.car--featured, .car--onsale {

  background-image: url(images/diamond.png);

  background-position: center 7px;

  background-repeat: no-repeat;

  background-color: #958252;

  font-size: 14px;

  display: inline-block;

  color: #fff;

  padding: 26px 8px 3px 8px;

}

.modal.fade .modal-dialog {

  -webkit-transform: translate(0, 0);

  -ms-transform: translate(0, 0);

  -o-transform: translate(0, 0);

  transform: translate(0, 0);

}

.car--onsale {

  background-image: url(images/handshake.png);

  background-color: #000;

}

#single--car #single--car-gallery-wrapper {

  opacity: 0;

  visibility: 0;

}

#single--car #single--car-gallery-wrapper.slick-initialized {

  opacity: 1;

  visibility: visible;

}

#single--car #single--car-gallery-wrapper img {

  width: 100%;

  height: auto;

}

#single--car #single--car-gallery-wrapper .slick-dots {

  bottom: 20px;

  padding-left: 23px;

}

#single--car #single--car-gallery-wrapper .slick-dots li {

  width: 27px;

  height: 27px;

  margin: 0 4px;

  padding: 0;

  float: left;

}

#single--car #single--car-gallery-wrapper .slick-dots li button {

  font-size: 19px;

  line-height: 23px;

  display: block;

  width: 27px;

  height: 27px;

  color: #fff;

  border: 2px solid #fff;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  padding: 1px 0 0;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

#single--car #single--car-gallery-wrapper .slick-dots li button:before {

  display: none;

}

#single--car #single--car-gallery-wrapper .slick-dots li button:focus {

  outline: 2px solid blue;

}

#single--car #single--car-gallery-wrapper .slick-dots li.slick-active button, #single--car #single--car-gallery-wrapper .slick-dots li:hover button {

  background: #fff;

  color: #000;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

#single--car h1.single--car-title {

  font-size: 28px;

  margin: 0 0 3px;

  line-height: 1;

  font-family: 'Heebo';

  font-weight: 400;

}

#single--car #single--car-header h3 {

  line-height: 1;

  margin: 0 0 5px !important;

}

#single--car h3 {

  font-size: 28px;

  margin: 3px 0 10px;

  line-height: 1;

}

#single--car h4 {

  font-size: 20px;

  margin: 0 0 2px 0;

  letter-spacing: 1px;

}

#single--car .car--featured-content {

  font-size: 14px;

}

#single--car dt {

  width: 135px;

  font-weight: normal;

  color: #666;

  display: inline-block;

}

#single--car .right dt {

  width: 80px;

}

#single--car #single--car-more-details dt {

  width: 180px;

}

#single--car dd {

  display: inline;

}

#single--car dt, #single--car dd {

  line-height: 30px;

}

#single--car #single--car-left-col h3,#single--car #single--car-left-col h2 {

  margin: 0;

}

#single--car #single--car-left-col #single--car-details .accordian--content {

  max-width: 560px;

  width: 100%;

}

#single--car #single--car-left-col #single--car-details .accordian--content .item {

  display: block;

}

#single--car #single--car-left-col #single--car-details .accordian--content .item.right {

  border-left: 1px solid #000;

  clear: right;

}

#single--car #single--car-left-col #single--car-details .accordian--content .item:last-child {

  border-left: none;

}

#single--car #single--car-left-col .price_section {

  border-top: 1px solid #000;

  margin-top: 20px;

  padding-top: 20px;

  padding-bottom: 10px;

}

#single--car #single--car-left-col .price_section p {

  margin: 0;

  padding: 0;

}

#single--car #single--car-left-col .price_section p.asking_price {

  color: #213a8a;

  font-weight: bold;

}

#single--car #single--car-recommended {

  border-top: 1px solid #000;

  margin-top: 10px;

  padding-top: 10px;

  font-size: 14px;

}

#single--car #single--car-recommended .car--featured {

  float: right;

  margin-left: 10px;

  font-size: 14px;

}

#single--car #single--car-benefits-wrapper {

  border-top: 1px solid #000;

  padding-top: 10px;

  margin-top: 10px;

}

#single--car #single--car-benefits-wrapper .single--car-benefit {

  margin-top: 7px;

}

#single--car #single--car-benefits-wrapper .single--car-benefit > div {

  display: inline-block;

}

#single--car #single--car-benefits-wrapper .single--car-benefit > div.single--car-benefit-image {

  margin-left: 7px;

  max-width: 16px;

}

#single--car #single--car-benefits-wrapper .single--car-benefit p {

  margin-bottom: 0;

}

#single_car_modal .modal-body {

  padding: 25px 40px;

}

#single_car_modal .modal-dialog {

  width: 100%;

  height: 100%;

  margin: 0;

  padding: 0;

}

#single_car_modal .modal-content {

  height: auto;

  min-height: 100%;

}

.float_left {

  float: left;

}

#single--car-contact {

  padding: 0;

}

#single--car-contact h3 {

  margin: 10px 0 5px;

  font-size: 28px;

}

#single--car-contact h4 {

  font-size: 18px;

  letter-spacing: 0;

}

#single--car-contact .wpcf7 {

  border-top: 1px solid #000;

  margin-top: 10px;

  padding-top: 10px;

}

#single--car-contact .wpcf7 form {

  max-width: 900px;

  width: 100%;

}

#single--car-contact .wpcf7 label {

  display: none;

}

#single--car-contact .wpcf7 .wpcf7-checkbox label {

  display: inline-block;

}

#single--car-contact .wpcf7 .wpcf7-checkbox label input[type="checkbox"] {

  display: none;

}

#single--car-contact .wpcf7 .wpcf7-checkbox label:before {

  top: 3px;

}

#single--car-contact .wpcf7 .wpcf7-checkbox label:after {

  top: 7px;

}

#single--car-contact .wpcf7 .row {

  margin: 0 -7px;

}

#single--car-contact .wpcf7 input, #single--car-contact .wpcf7 textarea {

  display: block;

  width: 100%;

  height: 42px;

  line-height: 41px;

  border: 0;

  border-bottom: 1px solid black;

  margin: 0;

  padding: 0 5px;

  font-size: 18px;

}

#single--car-contact .wpcf7 input:focus, #single--car-contact .wpcf7 textarea:focus {

  background: #f4f4f4;

}

#single--car-contact .wpcf7 input:-webkit-autofill, #single--car-contact .wpcf7 textarea:-webkit-autofill, #single--car-contact .wpcf7 input:autofill, #single--car-contact .wpcf7 textarea:autofill {

  background: white;

}

#single--car-contact .wpcf7 textarea {

  height: 126px;

}

#single--car-contact .wpcf7 input[type="submit"] {

  background: black;

  color: #fff;

  margin-top: 84px;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  outline-color: red;

}

#single--car-contact .wpcf7 input[type="submit"]:focus {

  outline-width: 5px;

  outline-offset: 0;

  outline-style: solid;

}

#single--car-contact .wpcf7 .col-xs-12 {

  padding: 0 7px;

}

#single--car-contact .wpcf7 .wpcf7-form-control-wrap {

  display: block;

  position: relative;

}

#single--car-contact .wpcf7 .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {

  position: absolute;

  left: 0;

  bottom: 2px;

  font-size: 13px;

  line-height: 15px;

  margin: 0;

  padding: 0;

}

#single--car-contact .wpcf7 div.wpcf7-validation-errors {

  border: 2px solid #000;

  margin: 0;

}

@media all and (max-width: 1023px) {

  body.single-meir_car {

    background: #f0f0f0;

  }

}

.search--car-image img {

  width: 100%;

  height: auto;

}

#single_car_mobile .header_titles {

  margin: 0 0 15px;

}

#single_car_mobile .header_titles h1, #single_car_mobile .header_titles h3 {

  font-size: 24px;

  margin: 0 0 2px;

  font-weight: bold;

}

#single_car_mobile .header_titles h3 {

  font-weight: normal;

  letter-spacing: 0;

  margin: 5px 0;

  font-size: 18px;

}

#single_car_mobile .header_titles .col-xs-5 {

  white-space: nowrap;

  text-align: left;

}

#single_car_mobile .header_titles .car--onsale, #single_car_mobile .header_titles .car--featured {

  width: 50px;

  height: 50px;

  display: inline-block;

  padding-right: 0;

  padding-left: 0;

  text-align: center;

  font-size: 13px;

}

#single_car_mobile .header_titles .car--featured {

  margin-right: 10px;

}

#single_car_mobile .slick-prev, #single_car_mobile .slick-next {

  z-index: 999;

  background: url(images/mobile_left_arr.png) 0 0 no-repeat;

  width: 28px;

  height: 28px;

  display: block;

  padding: 0;

}

#single_car_mobile .slick-prev:before, #single_car_mobile .slick-next:before {

  display: none;

}

#single_car_mobile .slick-prev {

  right: -10px;

  background: url(images/mobile_right_arr.png) 0 0 no-repeat;

}

#single_car_mobile .slick-next {

  left: -10px;

}

#single_car_mobile .accordian--header h3 {

  font-size: 28px;

  line-height: 40px;

  margin: 0;

}

#single_car_mobile .accordian--content {

  font-size: 18px;

  white-space: nowrap;

}

#single_car_mobile .accordian--content .item {

  border-bottom: 0 solid #dadada;

  padding: 3px 0;

}

#single_car_mobile .accordian--content dt {

  font-weight: normal;

  font-weight: normal;

  color: #666;

  width: 125px;

}

#single_car_mobile .accordian--content dd {

  width: calc(100% - 125px);

}

#single_car_mobile .accordian--content dt, #single_car_mobile .accordian--content dd {

  display: inline-block;

  white-space: normal;

  vertical-align: top;

  float: right;

}

#single_car_mobile .single_car_mobile_contact {

  border-top: 10px solid #fff;

  padding: 15px;

}

#single_car_mobile .single_car_mobile_contact h3 {

  font-size: 32px;

  margin: 0 0 5px;

}

#single_car_mobile .single_car_mobile_contact h4 {

  letter-spacing: 0;

}

#single_car_mobile .single_car_mobile_contact div.wpcf7 input, #single_car_mobile .single_car_mobile_contact div.wpcf7 textarea {

  background: #f0f0f0;

}

#single_car_mobile .single_car_mobile_contact div.wpcf7 input[type="submit"] {

  background: #000;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  border: 0;

  color: #fff;

  margin: 0 0 10px;

}

#single_car_mobile .single_car_more_features {

  border-top: 10px solid #fff;

  padding: 15px;

}

#single_car_mobile .single_car_more_features h3 {

  font-size: 28px;

}

#single_car_mobile .single_car_more_features .single--car-benefit {

  padding: 3px 0;

}

#single_car_mobile .single_car_more_features .single--car-benefit .single--car-benefit-image {

  display: inline-block;

  float: none;

  max-width: 25px;

  margin: 0 0 0 5px;

  vertical-align: middle;

}

#single_car_mobile .single_car_more_features .single--car-benefit .single--car-benefit-text {

  display: inline-block;

  vertical-align: middle;

  width: calc(100% - 35px);

}

#single_car_mobile #single--car-recommended {

  border-top: 1px solid #000;

  border-bottom: 1px solid #000;

  padding: 10px 0;

  margin: 10px 0;

  font-size: 14px;

}

#single_car_mobile #single--car-recommended h4 {

  letter-spacing: 0;

  font-size: 20px;

  margin: 0 0 10px;

}

#single_car_mobile #single--car-more-details {

  padding-bottom: 10px;

}

#single_car_mobile .accordian--header {

  background: url(images/accordion_close.png) 3px center no-repeat;

}

#single_car_mobile .accordian--header.open {

  background: url(images/accordion_open.png) 3px center no-repeat;

}

.modal-content {

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

}

.modal-dialog {

  margin-top: 10%;

}

.accordian--header {

  border-top: 1px solid #000;

  border-bottom: 1px solid #000;

  line-height: 1.5em;

  margin-top: 10px;

}

.accordian--header h3 {

  line-height: 1.5em;

}

.accordian--content {

  position: relative;

  width: 100%;

  padding: 10px 0 0;

}

.accordian--content dl {

  margin-bottom: 0;

}

dl dt {

  clear: both;

}

dl dd, dl dt {

  float: right;

}

.close_modal_btn {

  left: 0;

  top: 0;

  width: 60px;

  height: 60px;

  position: absolute;

  text-decoration: none !important;

  z-index: 1000;

  background: url(images/close_btn.png) center center no-repeat;

}

.clearfix {

  overflow: auto;

}

#border--wrapper {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: 0;

  border: 8px solid #fff;

}

.modal-open {

  overflow: auto !important;

  padding-right: 0 !important;

}

div.wpcf7 {

  direction: rtl !important;

}

div.wpcf7 .row {

  margin: 0 -10px;

}

div.wpcf7 input, div.wpcf7 textarea {

  display: block;

  width: 100%;

  height: 42px;

  line-height: 41px;

  border: 0;

  border-bottom: 1px solid black;

  margin: 0;

  padding: 0 5px;

  font-size: 18px;

}

div.wpcf7 input:focus, div.wpcf7 textarea:focus {

  background: #f4f4f4;

}

div.wpcf7 input:-webkit-autofill, div.wpcf7 textarea:-webkit-autofill, div.wpcf7 input:autofill, div.wpcf7 textarea:autofill {

  background: white;

}

div.wpcf7 textarea {

  height: 126px;

  margin: 0 0 15px;

}

div.wpcf7 input[type="checkbox"] {

  display: none;

}

div.wpcf7 .col-xs-12 {

  padding: 0 10px;

}

div.wpcf7 input[type=submit], div.wpcf7 button[type=submit] {

  color: #000;

  border: 2px solid #000;

  padding: 0 15px;

  position: relative;

  width: auto;

  float: left;

  margin-top: 40px;

}

div.wpcf7 input[type=submit]:hover, div.wpcf7 button[type=submit]:hover {

  color: white;

  background: #000;

  border-color: #000;

}

div.wpcf7 .form-control {

  border: none;

  border-bottom: 1px solid #000;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  border-radius: 0;

  -webkit-box-shadow: none;

  -moz-box-shadow: none;

  box-shadow: none;

}

div.wpcf7 label {

  width: 100%;

}

div.wpcf7 label {

  display: none;

}

div.wpcf7 span.wpcf7-list-item {

  margin: 0;

}

div.wpcf7 .wpcf7-checkbox label {

  display: inline-block;

}

div.wpcf7 .wpcf7-form-control-wrap {

  display: block;

}

div.wpcf7 .wpcf7-form-control-wrap span {

  display: block;

}

div.wpcf7 .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {

  position: absolute;

  left: 2px;

  bottom: 2px;

  font-size: 14px;

  line-height: 15px;

}

div.wpcf7 div.wpcf7-validation-errors {

  border-color: #000;

  margin: 0;

}

 #phone_modal .modal-body .wpcf7 {

  padding: 25px;

}

#phone_modal .modal-body .wpcf7 h3 {

  font-size: 28px;

  margin: 0 0 3px;

}

 #phone_modal .modal-body .wpcf7 h4 {

  /*font-family: 'ambivalenti';*/

  font-size: 16px;

  letter-spacing: 0;

}



#contact_modal .modal-body .wpcf7 h2 {

  font-size: 28px;

  margin: 0 0 3px;

}

#contact_modal .modal-body .wpcf7 h3 {

  /*font-family: 'ambivalenti';*/

  font-size: 16px;
   margin: 0 0 3px;

  letter-spacing: 0;

}




#contact_modal .modal-body .wpcf7 h4{

  font-size: 14px;
    letter-spacing: 0;
}























#contact_modal .modal-body .wpcf7 .wpcf7-list-item-label, #phone_modal .modal-body .wpcf7 .wpcf7-list-item-label {

  font-size: 16px;

  font-weight: normal;

}

#contact_modal .modal-body .wpcf7 div.wpcf7-mail-sent-ok, #phone_modal .modal-body .wpcf7 div.wpcf7-mail-sent-ok {

  border: 0;

  margin: 0;

  padding: 0 0 25px;

}

#contact_modal div.wpcf7 input[type=submit] {

  margin: 0 0 15px;

}

.close_modal.btn {

  background: transparent;

  border: 2px solid #000;

  color: #000;

  height: 50px;

  line-height: 46px;

  padding: 0;

  width: 220px;

  margin: 0 0 20px;

  display: block;

  font-size: 18px;

  font-weight: bold;

}

@media all and (max-width: 1050px) {

  .close_modal.btn {

    margin: 0 auto 20px;

  }

}

#phone_modal div.wpcf7 input[type=submit] {

  margin: 0;

}

#phone_modal div.wpcf7 input.wpcf7-tel {

  margin: 0 0 15px;

}

#phone_modal div.wpcf7 .phone_bottom {

  font-size: 16px;

}

#phone_modal div.wpcf7 .phone_num {

  text-align: right;

  direction: ltr;

  font-size: 48px;

  line-height: 48px;

  font-weight: normal;

}

.wpcf7-checkbox input {

  display: none;

}

.wpcf7-checkbox label {

  position: relative;

  padding: 0 25px 0 0;

}

.wpcf7-checkbox label:before, .wpcf7-checkbox label:after {

  width: 16px;

  height: 16px;

  display: block;

  background: black;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

  content: "";

  top: 7px;

  right: 0;

  position: absolute;

  background: #fff;

  border: 2px solid #000;

}

.wpcf7-checkbox label:after {

  width: 8px;

  height: 8px;

  right: 4px;

  top: 11px;

  background: transparent;

  border: 0;

}

.wpcf7-checkbox .checked:after {

  background: #000;

}

.wpcf7-checkbox input:checked ~ label:after {

  background: #000;

}

span.cochavit {

  line-height: 20px;

  vertical-align: middle;

  display: inline-block;

  margin-top: 15px;

}

.wpcf7 h5 {

  letter-spacing: 0 !important;

}

#footer--wrapper {

  background: #191919;

  height: 73px;

  position: relative;

  border-top: 8px solid white;

  letter-spacing: 1px;

}

#footer--wrapper #footer--copyright {

  position: absolute;

  top: 24px;

  right: 20px;

  color: #fff;

  line-height: 18px;

  font-size: 14px;

}

#footer--wrapper #footer--copyright a {

  color: #fff;

}

#footer--wrapper ul {

  text-align: center;

  margin: 0;

  padding: 0;

}

#footer--wrapper ul li {

  display: inline-block;

  list-style: none;

  line-height: 65px;

}

#footer--wrapper ul li a {

  color: #fff;

  font-size: 16px;

  text-decoration: none;

  padding: 0 12px 0 8px;

  position: relative;

}

#footer--wrapper ul li a:after {

  content: "";

  position: absolute;

  right: 0;

  top: 5%;

  height: 90%;

  width: 1px;

  background: #8c8c8c;

}

#footer--wrapper ul li:first-child a:after {

  display: none;

}

.desktop_only {

  display: block;

}

.mobile_only {

  display: none;

}

@media (max-width: 1500px) {

  #header #header--right {

    right: 8px;

  }

}

@media (max-width: 1367px) {

  .home--slider-item .home--slider-content h2 {

    font-size: 45px;

    line-height: 1.2;

  }

  .home--slider-item .home--slider-content {

    font-size: 26px;

  }

}

@media (max-width: 1300px) {

  #header #header--right {

    max-width: 10vw;

  }

}

@media (max-width: 1050px) {

  /* background: #f0f0f0;*/

  /*.row-eq-height{

   display:block!important;

   }*/

  html {

    border: none;

  }

  body {

    padding-bottom: 70px;

    border: none;

  }

  body.home {

    padding-bottom: 0;

  }

  .desktop_only {

    display: none !important;

  }

  .mobile_only {

    display: block;

  }

  #mobile_header {

    display: block;

    height: 68px;

    background: url(images/mobile_header.png) top center no-repeat;

    margin: 0 -23px;

    background-size: contain;

  }

  #header {

    border-top: 0;

  }

  .home--slider-content {

    top: 16% !important;

    right: 5% !important;

    width: 90%;

  }

  .home--slider-item {

    min-height: 100vh;

  }

  #mobile_footer {

    height: 68px;

    position: fixed;

    bottom: 0;

    left: 0;

    width: 100%;

    background: url(images/mobile_footer_bg.png) bottom center no-repeat;

    background-size: contain;

    text-align: center;

    line-height: 68px;

    margin: 0 auto;

    z-index: 99999;

  }

  #mobile_footer #mobile_footer_ {

    width: 380px;

    max-width: 100%;

    margin: 0 auto;

    position: relative;

  }

  #mobile_footer a {

    color: #fff;

    font-size: 20px;

    text-decoration: none;

  }

  #mobile_footer a.mail, #mobile_footer a.phone {

    width: 24px;

    height: 24px;

    background-image: url(images/header_icon_sprite_white.png);

    background-repeat: no-repeat;

  }

  #mobile_footer a.mail {

    position: absolute;

    left: 34px;

    top: 25px;

    background-position: 0px 0px;

  }

  #mobile_footer a.phone {

    position: absolute;

    right: 34px;

    top: 25px;

    background-position: -84px 0;

  }

  .home--slider-item {

    height: 99vh;

    overflow: hidden;

  }

  .search--content-wrapper {

    min-height: 300px;

    object-fit: cover;

  }

  #page--search-content {

    padding-top: 74px;

  }

  #page--search-content .container-fluid {

    padding: 0 15px;

  }

  #page--search-content .container-fluid .row {

    margin: 0 -5px;

  }

  #page--search-content .container-fluid .post_item {

    padding: 0 5px;

    width: 50%;

    float: right;

    margin: 0 0 10px;

  }

  .page-template-page-searchresults-template {

    background: #fff;

  }

  .page-template-page-searchresults-template .search--content-wrapper {

    display: none !important;

  }

  .page-template-page-searchresults-template .search--car-details {

    padding-top: 10px;

  }

  .page-template-page-searchresults-template .search--car-details h4, .page-template-page-searchresults-template .search--car-details p {

    font-size: 14px;

    margin-top: 0 !important;

    margin-bottom: 0;

    padding: 0;

  }

  .search--car-wrapper {

    display: block;

    margin: 0;

  }

  .search--car-wrapper .search--car-image {

    float: right;

    width: 33.333%;

  }

  .search--car-wrapper .search--car-image img {

    min-height: 95px;

    object-fit: cover;

  }

  .search--car-wrapper .search--car-details {

    padding: 0;

    padding-right: 37%;

  }

  .search--car-wrapper .search--car-details h4, .search--car-wrapper .search--car-details p, .search--car-wrapper .search--car-details p.search--car-price {

    font-family: 'NarkisBlockMFW';

    font-size: 18px !important;

    margin: 0 !important;

    letter-spacing: 0;

  }

  #single--car-page-wrapper {

    padding: 80px 0 0;

  }

  .single--car-details-right {

    margin-left: 0 !important;

    padding-left: 0 !important;

    border-left: none !important;

  }

  #findcar--content-wrapper {

    height: 100vh;

  }

  #findcar--content-wrapper #page--title {

    margin-top: 0;

  }

  #findcar--content-wrapper .col-md-6 {

    margin-bottom: 30px;

  }

  #page--benefits-image {

    height: 80vw;

  }

  #page_content.page--benefits-main-content #page--benefits-image {

    height: auto !important;

    min-height: 300px;

    object-fit: cover;

    width: 100%;

    position: static;

    margin: 0;

    padding: 0;

    float: none;

  }

  #page_content.page--benefits-main-content .page--benefits-content-column {

    padding-top: 40px;

    width: 100%;

    float: none;

    right: auto;

    left: auto;

  }

  #page_content.page--benefits-main-content .page--benefits-content-column .benefits .benefit .icon {

    float: none;

    text-align: center;

    display: block;

    width: 100%;

  }

  #page_content.page--benefits-main-content .page--benefits-content-column .benefits .benefit .text {

    padding: 15px 0 0;

    font-size: 16px;

    text-align: center;

  }

  .modal {

    padding: 0 !important;

  }

  #contact_modal .modal-body .wpcf7, #phone_modal .modal-body .wpcf7 {

    padding: 25px 0 0;

  }

  #contact_modal .modal-body .wpcf7 .phone_bottom, #phone_modal .modal-body .wpcf7 .phone_bottom, #contact_modal .modal-body .wpcf7 .phone_num, #phone_modal .modal-body .wpcf7 .phone_num {

    text-align: center;

  }

  #contact_modal .modal-body .wpcf7 input[type=submit], #phone_modal .modal-body .wpcf7 input[type=submit] {

    margin: 20px auto;

    float: none;

    display: block;

    width: 222px;

    height: 52px;

    line-height: 48px;

  }

}

@media all and (max-width: 1050px) and (max-width: 767px) {

  .search--content-wrapper {

    height: 200px;

    min-height: 0;

  }

}

@media all and (max-width: 1050px) and (max-width: 767px) {

  #page--search-content .container-fluid .post_item {

    width: 100%;

  }

}

@media all and (max-width: 1050px) and (max-width: 400px) {

  .search--car-wrapper .search--car-details p, .search--car-wrapper .search--car-details p.search--car-price {

    font-size: 14px !important;

  }

}

@media all and (max-width: 992px) {

  div#mobile--search-wrapper {

    min-height: 350px;

  }

  #page_content.regular_page .about_middle {

    display: block;

  }

  #page_content.regular_page .about_middle img.alignleft {

    float: none;

    display: block;

    margin: 0 auto 40px;

    display: none;

  }

}

@media all and (max-width: 992px) and (max-width: 767px) {

  #page_content.regular_page img {

    max-width: none !important;

    width: auto !important;

    margin-right: -15px !important;

    margin-left: -15px !important;

    width: 100vw !important;

    object-fit: cover;

  }

  #page_content.regular_page .about_includes img {

    max-width: 100% !important;

    width: auto !important;

    margin-right: auto !important;

    margin-left: auto !important;

  }

}

#mobile_nav > div {

  text-align: center;

  padding-top: 20%;

}

#mobile_nav > div ul.menu {

  margin: 0;

  padding: 0;

}

#mobile_nav > div ul.menu.children {

  display: none;

}

#mobile_nav > div ul.menu li a {

  text-decoration: none;

  display: block;

  font-size: 20px;

  background: url(images/mobile_nav_sep.png) bottom center no-repeat;

  color: #fff;

  padding: 6px 0;

}

#mobile_nav > div ul.menu li:last-child a {

  background: none;

}

#mobile_nav_cover {

  position: fixed;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.95);

  z-index: 99999;

  display: none;

}

#mobile_nav_cover #mobile_nav_close {

  position: absolute;

  left: 20px;

  top: 5%;

  background: url('images/close_btn_white.png') center center no-repeat;

  width: 25px;

  height: 25px;

}

#mobile_nav_cover #mobile_nav_actions {

  text-align: center;

  margin-top: 50px;

}

#mobile_nav_cover #mobile_nav_actions a {

  display: inline-block;

  width: 24px;

  height: 24px;

  background-image: url(images/header_icon_sprite_white.png);

  background-repeat: no-repeat;

  margin: 0 25px;

}

#mobile_nav_cover #mobile_nav_actions a.phone {

  background-position: -84px 0;

}

#mobile_nav_cover #mobile_nav_actions a.mail {

  background-position: 0px 0px;

}

.mobile--search-item {

  position: relative;

}

.mobile--search-item .mobile--search-header {

  display: block;

  padding: 0 5px;

  background-color: #fff;

  border: 1px solid #d8d8d8;

  margin-top: 15px;

  font-weight: normal;

  font-size: 20px;

  height: 50px;

  line-height: 48px;

}

.mobile--search-item .mobile--search-header label {

  width: 20%;

  display: none;

}

.mobile--search-item .mobile--search-header input[type=number] {

  width: 100%;

  border: none;

  display: block;

  border: 0;

  line-height: 48px;

  font-size: 20px;

  padding: 0;

}

.mobile--search-item .mobile--search-header .down--arrow {

  float: left;

  padding-left: 10px;

}

.mobile--search-item input[type=submit] {

  background: #000;

  border: none;

  color: #fff;

  font-weight: bold;

  font-size: 20px;

  width: 100%;

  margin-top: 20px;

  line-height: 50px;

  -webkit-border-radius: 25px;

  -moz-border-radius: 25px;

  border-radius: 25px;

  height: 50px;

}

.mobile--search-item .mobile--search-content {

  position: absolute;

  top: 50px;

  width: 100%;

  background: #fff;

  border: 1px solid #d8d8d8;

  border-top: 0;

  display: none;

  z-index: 999999;

}

.mobile--search-item .mobile--search-content ul {

  margin: 0;

  padding: 0;

  list-style: none;

  text-align: center;

  font-size: 20px;

  line-height: 32px;

}

.mobile--search-item .mobile--search-content ul a {

  color: #000;

}

.mobile--search-item .mobile--search-content ul li.nostock {

  opacity: 0.5;

  cursor: not-allowed;

}

.mobile--search-item .mobile--search-content ul li.checked {

  background: #f2f2f2;

  background-image: url(images/check.png);

  background-position: right 10px center;

  background-repeat: no-repeat;

}

.mobile--search-item .mobile--search-content ul li.list_close {

  background: #000;

  color: #fff;

  padding: 3px 0;

  border: 5px solid #fff;

}

.standart_page_fimage img {

  min-height: 200px;

  width: 100%;

  object-fit: cover;

}

@media all and (max-width: 414px) {

  #findcar--content-wrapper .col-md-6 {

    margin-bottom: 20px;

  }

  body.page-template-page-findcar {

    padding-bottom: 0;

  }

  .home--slider-item .home--slider-content {

    font-size: 22px;

  }

  .home--slider-item .home--slider-content a.btn {

    font-size: 17px;

  }

  .home--slider-item .home--slider-content h2 {

    font-size: 34px;

    margin: 0 0 7px;

    letter-spacing: 3px;

    line-height: 1;

  }

  #contact_modal .modal-body .wpcf7 input[type=submit], #phone_modal .modal-body .wpcf7 input[type=submit] {

    margin: 15px auto;

  }

  #contact_modal .modal-body .wpcf7, #phone_modal .modal-body .wpcf7 {

    padding: 0;

  }

  div.wpcf7 input, div.wpcf7 textarea {

    height: 40px;

    line-height: 39px;

  }

  div.wpcf7 textarea {

    height: 90px;

  }

  #contact_modal .modal-body .wpcf7 h4, #phone_modal .modal-body .wpcf7 h4 {

    margin: 0 0 5px;

  }

  #contact_modal .modal-body {

    padding-bottom: 0;

  }

}

@media all and (max-width: 413px) {

  #mobile_footer {

    height: 59px;

  }

  #mobile_footer a.mail {

    left: 45px;

  }

  #mobile_footer a.phone {

    right: 45px;

  }

  .search--content-wrapper {

    height: 180px;

  }

  #findcar--content-wrapper #page--title {

    margin: 0 0 20px;

  }

  #findcar--content-wrapper .row > div img {

    margin-bottom: 17px;

    max-height: 110px;

  }

  #findcar--content-wrapper .row > div .btn {

    height: 48px;

    line-height: 44px;

    font-size: 18px;

  }

  .mobile--search-item .mobile--search-header {

    height: 44px;

    line-height: 40px;

    margin-top: 10px;

  }

  .mobile--search-item .mobile--search-header input[type=number] {

    line-height: 40px;

  }

  .mobile--search-item input[type=submit] {

    height: 44px;

    line-height: 44px;

    margin-top: 10px;

  }

  #single_car_mobile .single_car_more_features .single--car-benefit .single--car-benefit-text {

    font-size: 15px;

    padding: 4px 0;

  }

  #single_car_mobile .single_car_more_features .single--car-benefit .single--car-benefit-text p {

    margin: 0;

  }

  #findcar--content-wrapper {

    overflow: auto;

  }

  h1#page--title, #page_content.page--benefits-main-content .page--benefits-content-column h1 {

    font-size: 25px;

    letter-spacing: 0;

  }

  #page_content.page--benefits-main-content .page--benefits-content-column .benefits .benefit .text h2, #page_content.regular_page h2 {

    font-size: 23px;

    letter-spacing: 0;

  }

}

@media all and (min-width: 1050px) {

  .page-template-page-benefits #footer--wrapper {

    position: fixed;

    bottom: 0;

    width: 100%;

    left: 0;

    border: 8px solid #fff;

    z-index: 99;

  }

  .page-template-page-benefits #page_content.page--benefits-main-content #page--benefits-image {

    position: fixed;

    right: 8px;

    top: 8px;

  }

  .page-template-page-benefits.admin-bar #page_content.page--benefits-main-content #page--benefits-image {

    top: 40px;

  }

}

@media all and (max-width: 1050px) {

  #page--search-content .search--car-wrapper {

    padding-left: 45px;

  }

}

#page--search-content .row .post_item .icons {

  position: absolute;

  left: 10px;

  top: 0;

  display: block;

}

@media all and (max-width: 1050px) {

  #page--search-content .row .post_item .icons {

    left: 5px;

    width: 40px;

    height: 100%;

  }

}

#page--search-content .row .post_item .icons .car--featured, #page--search-content .row .post_item .icons .car--onsale {

  display: block;

  float: left;

  margin: 0 10px 0 0;

}

@media all and (max-width: 1050px) {

  #page--search-content .row .post_item .icons .car--featured, #page--search-content .row .post_item .icons .car--onsale {

    padding: 20px 4px 3px 4px;

    background-size: 16px auto;

    width: 40px;

    height: 40px;

    margin: 0;

    font-size: 12px;

  }

}

@media all and (max-width: 1050px) {

  #page--search-content .row .post_item .icons .car--onsale {

    background-size: 21px auto;

    position: relative;

    left: 0;

    bottom: 0;

  }

}

#page--search-content .row .post_item .icons .fetured_popover {

  display: none;

  position: absolute;

  left: -300px;

  bottom: 100%;

  width: 385px;

  padding: 0 0 30px;

}

@media all and (max-width: 1050px) {

  #page--search-content .row .post_item .icons .fetured_popover {

    position: fixed !important;

    left: 0 !important;

    top: 0 !important;

    width: 100% !important;

    height: 100% !important;

    background: rgba(0, 0, 0, 0.75);

    z-index: 9999;

  }

}

#page--search-content .row .post_item .icons .fetured_popover .popover_inner {

  padding: 15px 10px;

  background: #fff;

  border: 1px solid #000;

  position: relative;

  font-size: 16px;

  line-height: 19px;

}

@media all and (max-width: 1050px) {

  #page--search-content .row .post_item .icons .fetured_popover .popover_inner {

    position: absolute;

    top: 50%;

    left: 50%;

    -moz-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    padding: 20px;

    width: 80%;

    max-width: 380px;

  }

  #page--search-content .row .post_item .icons .fetured_popover .popover_inner .close_btn {

    position: absolute;

    left: 10px !important;

    top: 10px;

    width: 20px;

    height: 20px;

    position: absolute;

    text-decoration: none !important;

    z-index: 1000;

    background: url(images/close_btn.png) center center no-repeat;

    background-size: contain;

  }

}

#page--search-content .row .post_item .icons .fetured_popover .popover_inner p {

  margin: 0;

  padding: 0;

}

@media all and (max-width: 1050px) {

  #page--search-content .row .post_item .icons .fetured_popover .popover_inner p {

    line-height: 1.4;

  }

}

#page--search-content .row .post_item .icons .fetured_popover .popover_inner:before {

  width: 20px;

  height: 10px;

  display: block;

  content: "";

  position: absolute;

  top: 100%;

  right: 50px;

  background: url(images/popover_arr.png) 0 0 no-repeat;

}

@media all and (max-width: 1050px) {

  #page--search-content .row .post_item .icons .fetured_popover .popover_inner:before {

    display: none;

  }

}

#page--search-content .row .post_item .icons .fetured_popover.open_left_popover {

  left: 0;

}

#page--search-content .row .post_item .icons .fetured_popover.open_left_popover .popover_inner:before {

  right: auto;

  left: 15px;

}

a.back_to_url {

  background: url(images/back_to.png) right 38% no-repeat;

  display: block;

  padding-right: 22px;

  font-size: 18px;

  color: #000;

  margin: 0 0 8px;

}

@media all and (max-width: 767px) {

  a.back_to_url {

    font-size: 16px;

  }

}

.modal {

  overflow: hidden !important;

}

.modal .modal-dialog {

  overflow: hidden !important;

}

.modal .modal-dialog .modal-content {

  height: 100% !important;

  min-height: 0 !important;

  overflow: auto;

}

.modal .modal-dialog .modal-content .modal-body {

  overflow: hidden;

}


/*access fixes*/

body.acp-outline.acp-outline-blue.acp-outline-important *:focus, body.acp-outline-always.acp-outline-blue.acp-outline-important *:focus {
    outline: 3px solid #027BCE !important;
}

#wpcf7-f234-o4 .col-xs-12 h3 {
    font-size: 18px;
}

#wpcf7-f234-o4 .col-xs-12 h2 {
    margin: 10px 0 5px;
    font-size: 28px;
}

#wpcf7-f234-o4 .col-xs-12 h4 {

    font-size: 14px;
}

#search--models ul.no_style_ul {
    list-style: none;
    padding: 0;
    margin: 0 -20px;
}

a.lcbn-pop.button:focus {
    border: 3px solid green;
    box-sizing: content-box;
}



.cookie_popup.popup_main .popup_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px;
    width: 600px;
    max-width: 100%;
    max-height: 100%;

}

@media all and (max-width: 767px) {
.cookie_popup.popup_main .popup_inner {
      overflow-y: scroll;
    overflow-x: hidden;
  }

  }


.cookie_popup.popup_main {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
}

.cookie_popup.popup_main {
    z-index: 999999;
}

.cookie_popup.popup_main .popup_inner img {
 /*   width: 100%;*/
    height: auto;
}

.cookie_popup.popup_main .popup_inner .xclose {
    width: 25px;
    height: 24px;
    cursor: pointer;
    background: url(images/close_btn_black.png) 0 0 no-repeat;
    background-size: contain;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 20px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}


.single_share_wrap .share_bar {
display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 30px;
    margin-top: 0;
}



.single_share_wrap .share_bar .social span {
    padding-right: 20px;
}

.single_share_wrap .share_bar .social span:first-child {
    padding-right: 0;
}


.single_share_wrap .share_bar a.copy_link {
    position: relative;
}


.single_share_wrap .share_bar span.copy_tooltip {
    position: absolute;
    left: 50%;
    top: 0;
transform: translate(-50%,-150%);
    text-align: center;
    padding-right: 0!important;
    font-size: 12px;
    min-width: 100px;
    background: #000000;
    color: white;
    line-height: 22px;
    border-radius: 20px;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.single_share_wrap .share_bar.copy_link {
    display: none;
}

.single_share_wrap .share_bar img.copy_url {
height: 25px;
}

.single_share_wrap .social img, .single_share_wrap .social svg {
height: 25px;
}

#single_car_mobile .share_single_mobile{
  padding-top: 25px;
}
#single_car_mobile .share_single_mobile .single_share_wrap .share_bar {
    padding: 0px 0px 10px;
}


.single_share_wrap span.copy_tooltip.fade_in {
    opacity: 1!important;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

