/* Minification failed. Returning unminified contents.
(632,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(633,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(634,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(635,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(636,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(648,24): run-time error CSS1039: Token not allowed after unary operator: '-background'
(655,36): run-time error CSS1039: Token not allowed after unary operator: '-s'
(655,50): run-time error CSS1039: Token not allowed after unary operator: '-b'
(655,59): run-time error CSS1039: Token not allowed after unary operator: '-border'
(662,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(675,20): run-time error CSS1039: Token not allowed after unary operator: '-stroke'
(675,34): run-time error CSS1039: Token not allowed after unary operator: '-border-active'
(681,29): run-time error CSS1039: Token not allowed after unary operator: '-scale'
(683,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(686,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(687,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(689,30): run-time error CSS1039: Token not allowed after unary operator: '-a'
(690,31): run-time error CSS1039: Token not allowed after unary operator: '-o'
(693,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(695,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(699,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.vehicleList-info .vehicleList-specifications p i {
  background-image: url("/Content/images/iconStockView19_Bike.png");
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 25px;
}
.vehicleList-info .vehicleList-specifications p.cl-type i {
  background-position: center -95px;
}
.vehicleList-info .vehicleList-specifications p.cl-displacement i, .vehicleList-info .vehicleList-specifications p.cl-senginedes i {
  background-position: center -30px;
}
.vehicleList-info .vehicleList-specifications p.cl-odometer i {
  background-position: center 0;
}
.vehicleList-info .vehicleList-specifications p.cl-stocknumber i, .vehicleList-info .vehicleList-specifications p.cl-body i {
  background-position: center -64px;
}

.container-listview19 .container-filter-top {
  border-radius: 0px;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
}
.container-listview19 .container-filter-top .div-search-5 {
  padding-bottom: 5px;
}
.container-listview19 .container-filter-top .div-search-5 input.btn-filter {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
  border-radius: 0px;
  padding: 8px 12px;
  width: 100%;
  font-size: 16px;
}
.container-listview19 .container-filter-top .div-search-5 input.btn-filter:hover {
  box-shadow: inset 0 0px 0px transparent;
}
.container-listview19 .container-filter-top .div-sortby-1 {
  padding-top: 15px;
  padding-bottom: 5px;
}
.container-listview19 .container-filter-top .div-sortby-1 .count-vehicles {
  font-size: 18px;
}
.container-listview19 .container-filter-top .div-sortby-1 .count-vehicles b {
  font-size: 24px;
}
.container-listview19 .container-filter-top .div-sortby-1 .title-current {
  font-size: 18px;
  text-align: right;
  line-height: 2;
}
@media (max-width: 767px) {
  .container-listview19 .container-filter-top .div-sortby-1 .title-current {
    text-align: left;
  }
}
.container-listview19 .container-filter-top select.form-control {
  font-size: 13px;
  line-height: 2.4em;
  height: 41px;
  padding: 10px;
  margin-bottom: 10px;
}
.container-listview19 .vehicleList-img {
  width: 100%;
  padding-top: 65%;
  /* 1:1 Aspect Ratio */
  position: relative;
}
.container-listview19 .vehicleList-img .resize-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.container-listview19 .vehicleList-img .resize-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.container-listview19 .vehicleList {
  background: #fefefe;
  box-shadow: 0 0 19px 4px #eee;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0px;
}
.container-listview19 .vehicleList .vehicleList-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications {
  background: #f1f1f1;
  padding: 10px 10px 0px 10px;
  height: 65px;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications .col-xs-3 p {
  margin: 0;
  font-size: 14px;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-description {
  padding: 0 15px;
  margin: 15px 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-listview19 .vehicleList:hover {
  box-shadow: 0 0 19px 4px #ddd;
  border-radius: 0px;
}
.container-listview19 .vehicleList a:hover, .container-listview19 .vehicleList a:focus {
  text-decoration: initial;
}

.justify-content-md-center {
  text-align: center;
}
.justify-content-md-center ul.pagination {
  margin-top: 0;
}
.justify-content-md-center ul.pagination li a {
  border-radius: 0;
  float: left;
  padding: 5px 10px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.justify-content-md-center ul.pagination li.active a {
  border-radius: 0;
  float: left;
  padding: 5px 10px;
}

.container-detailview12 {
  margin-top: 60px;
  margin-bottom: 50px;
}
.container-detailview12 .product-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.container-detailview12 .product-title h2 {
  margin-top: 10px;
  float: left;
  font-size: 24px;
}
.container-detailview12 .product-title .cl_search_results a {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  float: left;
  width: 100%;
  text-decoration: none;
}
.container-detailview12 .product-title .product-header {
  float: right;
}
.container-detailview12 .product-title .product-header {
    position: relative;
}
.container-detailview12 .product-title .product-header div {
        position: absolute;
        z-index: 9;
        margin-top: 40px;
        /*width: 300px;*/
        right: 0;
        max-width: initial; }
.container-detailview12 .product-title .product-header div a {
    background-color: rgba(237, 50, 55, 0.8);
    color: #fff;
    padding: 0 10px;
    margin-top: 3px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    font-size: 36px; }
.container-detailview12 .product-title .product-header .product-price {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 24px;
  line-height: 1.4;
}
.container-detailview12 .product-title .product-header .drive-away-label {
  font-size: 13px;
}
.container-detailview12 .widget.form {
  padding: 15px;
  margin-bottom: 30px;
}
.container-detailview12 .widget.form h3 {
  border-bottom: 0;
  font-size: 22px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
}
.container-detailview12 .widget.form label {
  font-weight: inherit;
}
.container-detailview12 .product-slider {
  margin-bottom: 20px;
}
.container-detailview12 .product-comments {
  margin-bottom: 40px;
}
.container-detailview12 .product-comments h3 {
  font-size: 24px;
  padding: 15px;
}
.container-detailview12 #btnSendMail {
  font-size: 20px;
  text-align: center;
  display: block;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.container-detailview12 #btnSendMail:hover {
  box-shadow: inset 0 0px 0px transparent;
}

@media (min-width: 993px) {
  .container-detailview12 .product-title .col-md-4.col-lg-3 {
    float: right;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-right: -15px;
    margin-left: 8px;
  }
}
@media (max-width: 992px) {
  .container-detailview12 .product-title .col-md-8.col-lg-9 {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 {
    float: left;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-left: -15px;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .main-content .tab-content {
    padding: 30px 20px;
  }
  .main-content .tab-content .frm2-calculator {
    margin: 30px 20%;
  }
}
.main-content .tab-content h4 {
  margin-bottom: 20px;
}
.main-content .tab-content .vehicle-detail-body table tr th {
  font-weight: 500;
}
.main-content .tab-content .vehicle-detail-body table tr th, .main-content .tab-content .vehicle-detail-body table tr td {
  border-top: 1px solid #ddd;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading {
  padding-bottom: 0;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a {
  padding-left: 10px;
  padding-right: 10px;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a:hover {
  background: #fbfbfb;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading i {
  margin-right: 10px;
}
.main-content ul.nav-tabs {
  border-bottom: 0;
  text-align: center;
}
.main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
  background: #e3e9eb;
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 90px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li:hover a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
  background-color: transparent;
  border: 0;
  padding-top: 48px;
  margin-right: 0;
  font-size: 18px;
}
@media (min-width: 993px) and (max-width: 1100px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px;
  }
}
.main-content ul.nav-tabs li.tabs1, .main-content ul.nav-tabs li.tabs1:hover {
  background-position: center 5px;
}
.main-content ul.nav-tabs li.tabs2, .main-content ul.nav-tabs li.tabs2:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs3, .main-content ul.nav-tabs li.tabs3:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs4, .main-content ul.nav-tabs li.tabs4:hover {
  background-position: center -395px;
}
.main-content ul.nav-tabs li.tabs5, .main-content ul.nav-tabs li.tabs5:hover {
  background-position: center -585px;
}
.main-content ul.nav-tabs li.active {
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 90px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li.active {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li.active a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li.active {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li.active a, .main-content ul.nav-tabs li.active a:hover {
  background-color: transparent;
  border: 0;
  padding-top: 48px;
  margin-right: 0;
}
.main-content ul.nav-tabs li.tabs1.active {
  background-position: center -95px;
}
.main-content ul.nav-tabs li.tabs2.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs3.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs4.active {
  background-position: center -495px;
}
.main-content ul.nav-tabs li.tabs5.active {
  background-position: center -665px;
}
.main-content .panel-group .panel {
  box-shadow: 0 0px 0px transparent;
  border: 0;
  border-radius: 0;
}
.main-content .panel-group .panel .panel-heading {
  background: transparent;
  padding: 0 0 5px 0;
  border: 1px solid #f0f0f0;
}
.main-content .panel-group .panel .panel-heading a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-content .panel-group .panel .panel-heading a, .main-content .panel-group .panel .panel-heading a:focus, .main-content .panel-group .panel .panel-heading a:hover {
  text-decoration: none;
}
.main-content .panel-group .panel .panel-heading i {
  position: relative;
  margin-top: -30px;
}
.main-content .panel-group .panel > div.panel-collapse.collapse, .main-content .panel-group .panel > div.panel-collapse.collapsing, .main-content .panel-group .panel > div.panel-collapse.collapse.in {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.4;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.galleria-container {
  background: #7b7b7b !important;
}

.galleria-fullscreen, .galleria-play {
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-info-description {
  /*margin: 10px 14px 10px !important;
  display: none;*/
}

.addCart-class i {
  border: 1px solid #7b7b7b;
  cursor: pointer;
}

.vehicleList-price {
  padding: 0 15px 15px 15px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.vehicleList-price .price-class {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.vehicleList-price .price-class .wasprice {
      display: inline-flex; }
      .vehicleList-price .price-class .wasprice h4 {
        color: #fd3869;
        padding-right: 10px;
        font-size: 20px; }
      .vehicleList-price .price-class .wasprice span {
        background: #fd3869;
        color: #FFFFFF;
        padding: 1px 10px;
        font-size: 13px;
        height: 20px; }
.vehicleList-price .price-class h4 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.vehicleList-price .price-class h4 label {
    margin: 0;
}
.vehicleList-price .price-class h4 .drive-away-price {
    font-size: 11px;
    margin-left: 3px;
    color: #333;
}
.vehicleList-price .price-class span {
  font-size: 14px;
}
.vehicleList-price .moreDetails-class {
  float: left;
}
.vehicleList-price .listButton-class {
  float: right;
}
.vehicleList-price .listButton-class i.opencart-icon {
  background: url(/Content/images/cart-icon.svg) center center no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
}

.btn-moreDetails {
  text-align: center;
  display: block;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
  border-radius: 0;
  text-decoration: none;
}
.btn-moreDetails:hover {
  box-shadow: inset 0 0px 0px transparent;
  text-decoration: none;
}

.title-vehInfo {    
    font-size: 24px;
    float: left;
    margin-top: 14px;
}

.stock-sold .product-slider i.sold-icon {
  background: #da251d;
  width: calc(100% - 27px);
  color: white;
  display: inline-block;
  position: absolute;
  z-index: 99999;
  opacity: 0.85;
  text-align: center; }
  @media (min-width: 1200px) {
    .stock-sold .product-slider i.sold-icon {
      height: 200px;
      padding-top: 8%;
      margin-top: 20%;
      font-size: 62px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .stock-sold .product-slider i.sold-icon {
      height: 150px;
      padding-top: 10%;
      margin-top: 17%;
      font-size: 62px; } }
  @media (max-width: 767px) {
    .stock-sold .product-slider i.sold-icon {
      height: 60px;
      padding-top: 5%;
      margin-top: 15%;
      font-size: 42px; } }

  .stock-flex .btn-reset-filter {      
        margin: 0 0 20px 20px;
        border-radius: 0;
  }


.youtube .galleria-thumbnails .galleria-image:first-child:after {
  background: url("/Areas/Stock/Content/images/youtube-play.png") no-repeat center center;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; } 



.cbx-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 25px; }
  .cbx-filter label {
    display: flex;
    align-items: center;
    margin: 0 25px 15px 0; }
    .cbx-filter label input {
      margin: 0 15px 0 0; }
    .cbx-filter label span {
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      max-width: 200px;
      padding-left: 45px; }
  .cbx-filter .cb-learner span {
    background: url("../../Content/images/LAMS-icon.png") no-repeat center left; }
  .cbx-filter .cb-promotions span {
    background: url("../../Content/images/Cashback-icon.png") no-repeat center left; }
  .cbx-filter .checkbox {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #1E2235;
    --tick: #fff;
    position: relative; }
    .cbx-filter .checkbox input,
    .cbx-filter .checkbox svg {
      width: 21px;
      height: 21px;
      display: block; }
    .cbx-filter .checkbox input {
      -webkit-appearance: none;
      -moz-appearance: none;
      position: relative;
      outline: none;
      background: var(--background);
      border: 2px solid #000;
      margin: 0;
      padding: 0;
      cursor: pointer;
      border-radius: 4px;
      transition: box-shadow .3s;
      box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
      outline: none;
      /*&:hover {
            --s: 2px;
            --b: var(--border-hover);
        }*/ }
      .cbx-filter .checkbox input:checked {
        --b: var(--border-active);
        outline: none; }
      .cbx-filter .checkbox input:focus {
        outline: none; }
    .cbx-filter .checkbox input[type=checkbox] {
      margin: 0 15px 0 0;
      position: inherit; }
    .cbx-filter .checkbox svg {
      pointer-events: none;
      fill: none;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke: var(--stroke, var(--border-active));
      position: absolute;
      top: 6px;
      left: 0;
      width: 21px;
      height: 21px;
      transform: scale(var(--scale, 1)) translateZ(0); }
    .cbx-filter .checkbox.path input:checked {
      --s: 2px;
      transition-delay: .4s; }
      .cbx-filter .checkbox.path input:checked + svg {
        --a: 16.1 86.12;
        --o: 102.22; }
    .cbx-filter .checkbox.path svg {
      stroke-dasharray: var(--a, 86.12);
      stroke-dashoffset: var(--o, 86.12);
      transition: stroke-dasharray .6s, stroke-dashoffset .6s; }
    .cbx-filter .checkbox.bounce {
      --stroke: var(--tick); }
      .cbx-filter .checkbox.bounce input:checked {
        --s: 11px; }
        .cbx-filter .checkbox.bounce input:checked + svg {
          animation: bounce .4s linear forwards .2s; }
      .cbx-filter .checkbox.bounce svg {
        --scale: 0; }

@keyframes bounce {
  50% {
    transform: scale(1.2); }
  75% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

/* --------------------- stocklist ----------------------------*/
@font-face {
  font-family: 'battlesea1';
  src: url("/Content/css/battlesea1.eot");
  /* IE9 Compat Modes */
  src: url("/Content/css/battlesea1.eot?#iefix") format("embedded-opentype"), url("/Content/css/battlesea1.woff") format("woff"), url("/Content/css/battlesea1.ttf") format("truetype"), url("/Content/css/battlesea1.svg#svgFontName") format("svg");
  /* Legacy iOS */
}
.vehicleList-info .vehicleList-specifications p i {
  background-image: url("../../Content/images/iconStockView19_Bike.png");
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 25px;
}
.vehicleList-info .vehicleList-specifications p b {
  font-weight: bold;
  color: black;
}
.vehicleList-info .vehicleList-specifications p.cl-type i {
  background-position: center -95px;
}
.vehicleList-info .vehicleList-specifications p.cl-displacement i, .vehicleList-info .vehicleList-specifications p.cl-senginedes i {
  background-position: center -30px;
}
.vehicleList-info .vehicleList-specifications p.cl-odometer i {
  background-position: center 0;
}
.vehicleList-info .vehicleList-specifications p.cl-stocknumber i, .vehicleList-info .vehicleList-specifications p.cl-body i {
  background-position: center -64px;
}

.container-listview19 .container-filter-top {
  background: #292c2e;
  border-radius: 0px;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
}
.container-listview19 .container-filter-top .div-search-5 {
  padding-bottom: 5px;
  background: #292c2e;
}
.container-listview19 .container-filter-top .div-search-5 input.btn-filter {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
  background: #1857a0;
  border: 1px solid white;
  border-radius: 0px;
  padding: 6px 12px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}
.container-listview19 .container-filter-top .div-search-5 input.btn-filter:hover {
  background: black;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}
.container-listview19 .container-filter-top .div-sortby-1 {
  background: rgba(14, 14, 14, 0.25);
  padding-top: 15px;
  padding-bottom: 5px;
}
.container-listview19 .container-filter-top .div-sortby-1 .count-vehicles {
  color: white;
  font-size: 18px;
}
.container-listview19 .container-filter-top .div-sortby-1 .count-vehicles b {
  font-size: 24px;
}
.container-listview19 .container-filter-top .div-sortby-1 .title-current {
  color: white;
  font-size: 18px;
  text-align: right;
  line-height: 2;
}
@media (max-width: 767px) {
  .container-listview19 .container-filter-top .div-sortby-1 .title-current {
    text-align: left;
  }
}
.container-listview19 .container-filter-top select.form-control {
  font-size: 13px;
  line-height: 2.4em;
  height: 41px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0px;
}
.container-listview19 .vehicleList-img {
  width: 100%;
  padding-top: 65%;
  /* 1:1 Aspect Ratio */
  position: relative;
}
.container-listview19 .vehicleList-img .resize-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.container-listview19 .vehicleList-img .resize-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.container-listview19 .vehicleList {
  background: rgba(14, 14, 14, 0.03);
  box-shadow: 0 0 19px 4px #eee;
  display: block;
  margin-bottom: 30px;
  color: #1a1a1a;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0px;
}
.container-listview19 .vehicleList .vehicleList-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-weight: bold;
  color: black;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications {
  background: rgba(14, 14, 14, 0.05);
  padding: 10px 10px 0px 10px;
  height: 65px;
  color: black;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications .col-xs-3 p {
  margin: 0;
  font-size: 14px;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-description {
  padding: 0 15px;
  margin: 15px 0;
  display: -webkit-box;
  height: 80px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-listview19 .vehicleList:hover {
  box-shadow: 0 0 19px 4px rgba(14, 14, 14, 0.2);
  border-radius: 0px;
}
.container-listview19 .vehicleList:hover h3 {
  color: #0083c0;
}
.container-listview19 .vehicleList a:hover, .container-listview19 .vehicleList a:focus {
  text-decoration: initial;
}

.justify-content-md-center {
  text-align: center;
}
.justify-content-md-center ul.pagination {
  margin-top: 0;
}
.justify-content-md-center ul.pagination li a {
  color: #1a1a1a;
  background-color: #303030;
  border-radius: 0;
  float: left;
  padding: 5px 10px;
  border: 1px solid rgba(240, 240, 240, 0.4);
  text-transform: uppercase;
}
.justify-content-md-center ul.pagination li.active a {
  background-color: #1857a0;
  color: white;
  border-radius: 0;
  float: left;
  padding: 5px 10px;
  border: 1px solid rgba(240, 240, 240, 0.4);
}

.container-detailview12 {
  margin-top: 0px;
  margin-bottom: 50px;
}
.container-detailview12 .container {
  max-width: 1400px;
  width: 100%;
}
.container-detailview12 .product-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.container-detailview12 .product-title h2 {
  margin-top: 10px;
  margin-bottom: 0;
  float: left;
  font-size: 24px;
  color: black;
}
.container-detailview12 .product-title .cl_search_results a {
  background: #1857a0;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  color: white;
  float: left;
  width: 100%;
  text-decoration: none;
}
.container-detailview12 .product-title .product-header {
  float: right;
  box-shadow: none;
}
.container-detailview12 .product-title .product-header:before {
  content: none !important;
}
.container-detailview12 .product-title .product-header .product-price {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 24px;
  line-height: 1.4;
  color: black;
}
.container-detailview12 .product-title .product-header .drive-away-label {
  font-size: 13px;
  text-transform: capitalize;
}
.container-detailview12 .product-title .product-header:hover {
  background: none;
}
.container-detailview12 .widget.form {
  background: #f4f4f4;
  padding: 15px;
  margin-bottom: 30px;
}
.container-detailview12 .widget.form h3 {
  border-bottom: 0;
  font-size: 22px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
  color: black;
}
.container-detailview12 .widget.form label {
  font-weight: inherit;
  color: #222222;
}
.container-detailview12 .product-slider {
  margin-bottom: 20px;
}
.container-detailview12 .product-comments {
  margin-bottom: 40px;
}
.container-detailview12 .product-comments h3 {
  background: #f4f4f4;
  font-size: 24px;
  padding: 15px;
  color: black;
}
.container-detailview12 #btnSendMail {
  font-size: 20px;
  text-align: center;
  display: block;
  background: #1857a0;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.container-detailview12 #btnSendMail:hover {
  background: black;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}

@media (min-width: 993px) {
  .container-detailview12 .product-title {
    background: #f4f4f4;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 {
    float: right;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-right: -15px;
    margin-left: 8px;
  }
}
@media (max-width: 992px) {
  .container-detailview12 .product-title .col-md-8.col-lg-9 {
    background: #f4f4f4;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 {
    float: left;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-left: -15px;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container-detailview12 .main-content .tab-content {
  border: 0px solid #e5e5e5;
  box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.14);
  padding: 6px;
}
.container-detailview12 #Calculate_Repayments .col-lg-10.col-lg-offset-1 {
  border: 1px solid #e5e5e5;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.main-content .tab-content {
  position: inherit !important;
}
.main-content .tab-content .frm2-calculator p b {
  color: black;
  font-weight: bold;
}
@media (min-width: 768px) {
  .main-content .tab-content {
    padding: 30px 20px;
  }
  .main-content .tab-content .frm2-calculator {
    margin: 30px 20%;
  }
}
.main-content .tab-content h4 {
  margin-bottom: 20px;
}
.main-content .tab-content .vehicle-detail-body table tr th {
  font-weight: 500;
}
.main-content .tab-content .vehicle-detail-body table tr th, .main-content .tab-content .vehicle-detail-body table tr td {
  border-top: 1px solid #ddd;
}
.main-content .tab-content .vehicle-detail-body .product-attribute tbody tr th, .main-content .tab-content .vehicle-detail-body .product-attribute tbody tr tr {
  text-align: left;
}
.main-content .tab-content .vehicle-detail-body .product-attribute tbody tr td b {
  color: black;
  font-weight: bold;
}
.main-content .tab-content .tab-pane h4 {
  display: none;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading {
  padding-bottom: 0;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a {
  padding-left: 10px;
  padding-right: 10px;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a:hover {
  background: #fbfbfb;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading i {
  margin-right: 10px;
}
.main-content ul.nav-tabs {
  border-bottom: 0;
  text-align: center;
}
.main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
  background: rgba(229, 229, 229, 0.7);
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 90px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li:hover a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
  background-color: transparent;
  border: 0;
  color: #1a1a1a;
  padding-top: 57px;
  margin-right: 0;
  font-size: 18px;
}
@media (min-width: 993px) and (max-width: 1100px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px;
  }
}
.main-content ul.nav-tabs li.tabs1, .main-content ul.nav-tabs li.tabs1:hover {
  background-position: center 5px;
}
.main-content ul.nav-tabs li.tabs2, .main-content ul.nav-tabs li.tabs2:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs3, .main-content ul.nav-tabs li.tabs3:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs4, .main-content ul.nav-tabs li.tabs4:hover {
  background-position: center -395px;
}
.main-content ul.nav-tabs li.tabs5, .main-content ul.nav-tabs li.tabs5:hover {
  background-position: center -585px;
}
.main-content ul.nav-tabs li.active {
  background: #1857a0;
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 90px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li.active {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li.active a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li.active {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li.active a, .main-content ul.nav-tabs li.active a:hover {
  background-color: transparent;
  border: 0;
  color: white;
  padding-top: 57px;
  margin-right: 0;
}
.main-content ul.nav-tabs li.tabs1.active {
  background-position: center -95px;
}
.main-content ul.nav-tabs li.tabs2.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs3.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs4.active {
  background-position: center -495px;
}
.main-content ul.nav-tabs li.tabs5.active {
  background-position: center -665px;
}
.main-content .panel-group .panel {
  box-shadow: 0 0px 0px transparent;
  border: 0;
  border-radius: 0;
}
.main-content .panel-group .panel .panel-heading {
  background: transparent;
  padding: 0 0 5px 0;
  border: 1px solid #f0f0f0;
}
.main-content .panel-group .panel .panel-heading a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-content .panel-group .panel .panel-heading a, .main-content .panel-group .panel .panel-heading a:focus, .main-content .panel-group .panel .panel-heading a:hover {
  text-decoration: none;
}
.main-content .panel-group .panel .panel-heading i {
  position: relative;
  margin-top: -30px;
}
.main-content .panel-group .panel > div.panel-collapse.collapse, .main-content .panel-group .panel > div.panel-collapse.collapsing, .main-content .panel-group .panel > div.panel-collapse.collapse.in {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.4;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.frm2-calculator div.tooltip {
  background-color: #1857a0 !important;
}

.frm2-calculator p {
  font-size: 18px;
  color: black;
}

.galleria-container {
  background: #7b7b7b !important;
}

.galleria-fullscreen, .galleria-play {
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-info-description {
  margin: 10px 14px 10px !important;
  display: none;
}

.addCart-class i {
  border: 1px solid #7b7b7b;
  cursor: pointer;
}
.addCart-class i:hover {
  border: 1px solid #1857a0;
}

.vehicleList-price {
  padding: 0 15px 15px 15px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.vehicleList-price .price-class {
  border-bottom: 1px solid rgba(14, 14, 14, 0.1);
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.vehicleList-price .price-class h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.vehicleList-price .price-class span {
  font-size: 14px;
}
.vehicleList-price .moreDetails-class {
  float: left;
}
.vehicleList-price .listButton-class {
  float: right;
  display: none;
}
.vehicleList-price .listButton-class i.opencart-icon {
  background: url(../../Content/images/cart-icon.svg) center center no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
}

.btn-moreDetails {
  text-align: center;
  display: block;
  background: #1857a0;
  color: white !important;
  color: white;
  padding: 8px 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
  border-radius: 0;
  text-decoration: none;
}
.btn-moreDetails:hover {
  background: black !important;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
  text-decoration: none;
}

.c-1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

* {
  font-family: 'battlesea1';
}

.btn-link {
  background: #262455 !important;
  color: white !important;
  padding: 11px 32px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 25px;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-link:hover {
  background: #8e8e8e !important;
  color: white !important;
  text-decoration: none;
}

/* --------------------- gallery overrides----------------------------*/
span.product-price {
  color: #1857a0;
}

.galleria-bar {
  background: #1857a0;
}

.galleria-container.notouch .galleria-thumblink:hover, .galleria-container.touch .galleria-thumblink:active, .galleria-thumblink.open, .galleria-container.notouch .galleria-fullscreen:hover, .galleria-container.touch .galleria-fullscreen:active, .galleria-container.notouch .galleria-play:hover, .galleria-container.touch .galleria-play:active, .galleria-container.notouch .galleria-popout:hover, .galleria-container.touch .galleria-popout:active {
  background-color: #0083c0 !important;
}

.galleria-container {
  border: none !important;
  background: none !important;
}

.galleria-stage {
  background: none !important;
}

.stock-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.frm-view19 {
  background: #292c2e;
  float: left;
  width: 100%;
  border-radius: 4px;
  padding-top: 15px;
}
.frm-view19 .countVehicles {
  color: white;
  font-size: 18px;
}
.frm-view19 .countVehicles b {
  font-size: 24px;
}
.frm-view19 .titleCurrent {
  color: white;
  font-size: 18px;
  text-align: right;
  line-height: 2;
}

@media (max-width: 767px) {
  .frm-view19 .titleCurrent {
    text-align: left;
  }
}
#div-stock-content > div .box-product {
  background: #f0f0f0;
  display: block;
  margin-bottom: 30px;
  color: #303030;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#div-stock-content > div .box-product img {
  display: initial;
}
#div-stock-content > div .box-product h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
#div-stock-content > div .box-product .box-product-specifications {
  background: #e1e2e2;
  padding: 10px 10px 0px 10px;
  height: 80px;
}
#div-stock-content > div .box-product .box-product-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
#div-stock-content > div .box-product .box-product-description {
  padding: 0 15px;
  margin: 15px 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#div-stock-content > div .box-product .box-product-description .cl-price h4 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
}
#div-stock-content > div .box-product .box-product-description .cl-price span {
  font-size: 11px;
  margin-top: 0px;
  display: -webkit-box;
}
#div-stock-content > div .box-product .box-product-price {
  padding: 0 15px 15px 15px;
  text-align: left;
}
#div-stock-content > div .box-product .box-product-price .cl-price h4 {
  margin-bottom: 0;
}
#div-stock-content > div .box-product .box-product-price .cl-price span {
  font-size: 14px;
}
#div-stock-content > div .box-product .box-product-info .more-info {
  text-align: center;
  display: block;
  background: #1857a0;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#div-stock-content > div .box-product-hover:hover {
  -moz-box-shadow: 0 0 5px gray;
  -webkit-box-shadow: 0 0 5px gray;
  box-shadow: 0 0 5px gray;
}
#div-stock-content > div .box-product-hover:hover .box-product-info .more-info {
  background: #0083c0;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}
#div-stock-content > div a:hover, #div-stock-content > div a:focus {
  text-decoration: initial;
}

.css-view19 input.btn-success, .js-search input.btn-success {
  background: #1857a0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.css-view19 input.btn-success:hover, .js-search input.btn-success:hover {
  background: #0083c0;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}

/* --------------------------------- pagination ----------------------------------------------*/
.justify-content-md-center p {
  font-size: 16px;
}
.justify-content-md-center ul.pagination {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0;
}
.justify-content-md-center ul.pagination li {
  list-style-type: none;
}
.justify-content-md-center ul.pagination li a {
  background-color: #f0f0f0;
}
.justify-content-md-center ul.pagination li input {
  background-color: white;
  padding: 5px 10px;
  margin: 0 3px;
  border: none;
  border-radius: 0;
  color: #000;
}
.justify-content-md-center ul.pagination li.active input {
  background-color: #1857a0;
  color: white;
  padding: 5px 10px;
  margin: 0 3px;
  border: none;
  border-radius: 0;
}

.box-featured {
  padding-top: 15px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
  /*@media (max-width: 1301px) {
  	.outside {		
  		display: none;
  	}
  }*/
}
.box-featured > .container {
  width: 100%;
}
.box-featured .title-featured {
  margin-bottom: 30px;
}
.box-featured .outside > span {
  position: relative;
  margin-top: -290px;
}
.box-featured .outside > span i {
  font-size: 60px;
}
.box-featured .outside #slider-prev {
  float: left;
  margin-left: -10px;
}
.box-featured .outside #slider-next {
  float: right;
  margin-right: -10px;
}
.box-featured .outside a {
  color: #262455;
}
.box-featured .outside a:hover, .box-featured .outside a:focus {
  color: #f58f3a;
}
@media (max-width: 767px) {
  .box-featured .btn-class {
    text-align: center;
  }
}

.box-product-home-info .box-product-home-specifications p i {
  background-image: url("/Content/images/iconStockView19.png");
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 25px;
}
.box-product-home-info .box-product-home-specifications p.cl-odometer i {
  background-position: center 0;
}
.box-product-home-info .box-product-home-specifications p.cl-doors i {
  background-position: center -179px;
}
.box-product-home-info .box-product-home-specifications p.cl-senginedes i {
  background-position: center -30px;
}
.box-product-home-info .box-product-home-specifications p.cl-transmission i {
  background-position: center -64px;
}
.box-product-home-info .box-product-home-specifications p.cl-seats i {
  background-position: center -95px;
}

.box-featured > div .box-product-home {
  background: #f0f0f0;
  display: block;
  margin-bottom: 30px;
  color: #0e0e0e;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.box-featured > div .box-product-home img {
  display: initial;
}
.box-featured > div .box-product-home h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-weight: 600;
}
.box-featured > div .box-product-home .box-product-home-specifications {
  background: #e1e2e2;
  padding: 10px 10px 0px 10px;
  height: 80px;
}
.box-featured > div .box-product-home .box-product-home-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
.box-featured > div .box-product-home .box-product-home-description {
  padding: 0 15px;
  margin: 15px 0;
  display: -webkit-box;
  height: 65px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-featured > div .box-product-home .box-product-home-description .cl-price h4 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.box-featured > div .box-product-home .box-product-home-description .cl-price span {
  font-size: 11px;
  margin-top: 0px;
  display: -webkit-box;
}
.box-featured > div .box-product-home .box-product-home-price {
  padding: 0 15px 15px 15px;
  text-align: left;
}
.box-featured > div .box-product-home .box-product-home-price .cl-price h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.box-featured > div .box-product-home .box-product-home-info .more-info {
  text-align: center;
  display: block;
  background: #1857a0;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.box-featured > div .box-product-home:hover {
  -moz-box-shadow: 0 0 5px #8e8e8e;
  -webkit-box-shadow: 0 0 5px #8e8e8e;
  box-shadow: 0 0 5px #8e8e8e;
}
.box-featured > div .box-product-home:hover .box-product-home-info .more-info {
  background: #0083c0;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}
.box-featured > div a:hover, .box-featured > div a:focus {
  text-decoration: initial;
}

@media (max-width: 350px) {
  .box-featured > div .box-product-home .box-product-home-specifications {
    height: 72px;
  }
  .box-featured > div .box-product-home .box-product-home-specifications .col-xs-3 {
    font-size: 11px;
  }
  .box-featured > div .box-product-home .box-product-home-info .more-info {
    font-size: 12px;
  }
}
@media (max-width: 958px) {
  .twitter-button {
    margin-bottom: 20px;
  }

  .w-header h1 {
    font-size: 2.1em;
    line-height: 1em;
  }
}
.page-header {
  margin: auto !important;
  border-bottom: 0px solid #eee !important;
}

.header-contents * {
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
}

.css-view15 .product-details h2.product-name {
  font-size: 17px;
  line-height: 1.4;
}

.cl-price h4 {
  color: #1857a0;
}

.bx-wrapper .bx-loading {
  background: url(bx_loader2.gif) center center no-repeat #333333;
}

.pagination {
  margin-top: 10px;
}

a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, #respond .required, .pagination a:hover, .pagination span.current, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .x-scroll-top:hover, .x-comment-author a:hover, .mejs-button button:hover {
  color: #0083c0;
}

a:hover {
  color: #0083c0;
}

a.x-img-thumbnail:hover, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, .pagination a:hover, .pagination span.current, .widget_tag_cloud .tagcloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .x-scroll-top:hover {
  border-color: #0083c0;
}

.flex-direction-nav a, .flex-control-nav a:hover, .flex-control-nav a.flex-active, .x-dropcap, .x-skill-bar .bar, .x-pricing-column.featured h2, .x-portfolio-filters, .x-entry-share .x-share:hover, .widget_price_filter .ui-slider .ui-slider-range, .mejs-time-current {
  background-color: #0083c0;
}

.x-portfolio-filters:hover {
  background-color: #0083c0;
}

.x-navbar .desktop .x-nav > li > a, .x-navbar .desktop .sub-menu a, .x-navbar .mobile .x-nav li a {
  color: #000000;
}

.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a, .x-navbar .desktop .sub-menu a:hover, .x-navbar .desktop .sub-menu .x-active > a, .x-navbar .desktop .sub-menu .current-menu-item > a, .x-navbar .desktop .x-nav .x-megamenu > .sub-menu > li > a, .x-navbar .mobile .x-nav li > a:hover, .x-navbar .mobile .x-nav .x-active > a, .x-navbar .mobile .x-nav .current-menu-item > a {
  color: #0083c0;
}

.x-navbar .desktop .x-nav > li > a {
  height: 90px;
  padding-top: 34px;
}

.x-navbar-fixed-top-active .x-navbar-wrap {
  margin-bottom: 1px;
}

.x-navbar .desktop .x-nav > li ul {
  top: 90px;
}

.x-comment-author, .x-comment-time, .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label {
  font-family: "Kantumruy","Helvetica Neue",Helvetica,sans-serif;
}

.x-comment-time, .entry-thumb:before, .p-meta {
  color: #00143d;
}

.entry-title a:hover, .x-comment-author, .x-comment-author a, .comment-form-author label, .comment-form-email label, .comment-form-url label, .comment-form-rating label, .comment-form-comment label, .x-accordion-heading .x-accordion-toggle, .x-nav-tabs > li > a:hover, .x-nav-tabs > .active > a, .x-nav-tabs > .active > a:hover, .mejs-button button {
  color: #0083c0;
}

.h-comments-title small, .h-feature-headline span i, .x-portfolio-filters-menu, .mejs-time-loaded {
  background-color: #0083c0 !important;
}

@media (min-width: 1200px) {
  .x-sidebar {
    width: 250px;
  }

  body.x-sidebar-content-active, body[class*="page-template-template-blank"].x-sidebar-content-active.x-blank-template-sidebar-active {
    padding-left: 250px;
  }

  body.x-content-sidebar-active, body[class*="page-template-template-blank"].x-content-sidebar-active.x-blank-template-sidebar-active {
    padding-right: 250px;
  }

  body.x-sidebar-content-active .x-widgetbar, body.x-sidebar-content-active .x-navbar-fixed-top, body[class*="page-template-template-blank"].x-sidebar-content-active.x-blank-template-sidebar-active .x-widgetbar, body[class*="page-template-template-blank"].x-sidebar-content-active.x-blank-template-sidebar-active .x-navbar-fixed-top {
    left: 250px;
  }

  body.x-content-sidebar-active .x-widgetbar, body.x-content-sidebar-active .x-navbar-fixed-top, body[class*="page-template-template-blank"].x-content-sidebar-active.x-blank-template-sidebar-active .x-widgetbar, body[class*="page-template-template-blank"].x-content-sidebar-active.x-blank-template-sidebar-active .x-navbar-fixed-top {
    right: 250px;
  }
}
@media (max-width: 979px) {
  .x-navbar-fixed-top-active .x-navbar-wrap {
    margin-bottom: 0;
  }

  .x-widgetbar {
    left: 0;
    right: 0;
  }
}
body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #00143d;
  background-color: #ffffff;
}

a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto #0083c0;
  outline-offset: -1px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.w-h {
  font-weight: 400 !important;
}

.x-container.width {
  width: 90%;
}

.x-container.max {
  max-width: 1200px;
}

.x-main.full {
  float: none;
  display: block;
  width: auto;
}

@media (max-width: 979px) {
  .x-main.full, .x-main.left, .x-main.right, .x-sidebar.left, .x-sidebar.right {
    float: none;
    display: block;
    width: auto !important;
  }
}
.entry-header, .entry-content {
  font-size: 16px;
}

.x-brand {
  font-style: normal;
  font-weight: 400;
  letter-spacing: -3px;
}

.x-brand img {
  width: 225px;
}

body, input, button, select, textarea {
  font-family: "battlesea1","Helvetica Neue",Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Kantumruy","Helvetica Neue",Helvetica,sans-serif;
}

.x-brand {
  font-family: "battlesea1","Helvetica Neue",Helvetica,sans-serif;
}

.x-navbar .x-nav > li > a {
  font-family: "Lato","Helvetica Neue",Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
  color: #000;
}

.cfc-h-tx {
  color: #0083c0 !important;
}

.cfc-h-bd {
  border-color: #0083c0 !important;
}

.cfc-h-bg {
  background-color: #0083c0 !important;
}

.cfc-b-tx {
  color: #00143d !important;
}

.cfc-b-bd {
  border-color: #00143d !important;
}

.cfc-b-bg {
  background-color: #00143d !important;
}

.x-navbar {
  font-size: 14px;
}

body.x-navbar-fixed-top-active .x-navbar-wrap {
  height: 90px;
}

.x-navbar-inner {
  min-height: 90px;
}

.x-brand {
  font-size: 54px;
  font-size: 5.4rem;
}

.x-navbar .x-brand {
  margin-top: 13px;
}

.x-navbar .x-nav-wrap .x-nav > li > a {
  font-style: normal;
  font-weight: 200;
  letter-spacing: 1px;
}

.x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
  padding-left: 20px;
  padding-right: 20px;
}

.x-navbar .desktop .x-nav > li > a > span {
  padding-right: calc(1.25em - 1px);
}

.x-btn-navbar {
  margin-top: 20px;
}

.x-btn-navbar, .x-btn-navbar.collapsed {
  font-size: 24px;
}

@media (max-width: 979px) {
  body.x-navbar-fixed-top-active .x-navbar-wrap {
    height: auto;
  }
}
.x-btn, .button, [type="submit"] {
  color: #ffffff;
  border-color: #ac1100;
  background-color: #ff2a13;
  margin-bottom: 0.25em;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0 #a71000, 0 0px 0px rgba(0, 0, 0, 0.75);
  border-radius: 0.25em;
}

.x-btn:hover, .button:hover, [type="submit"]:hover {
  color: #ffffff;
  border-color: #600900;
  background-color: #ef2201;
  margin-bottom: 0.25em;
  text-shadow: 0 0em 0em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0em 0 0 #a71000, 0 0px 0px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-real, .x-btn.x-btn-real:hover {
  margin-bottom: 0.25em;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
}

.x-btn.x-btn-real {
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-real:hover {
  box-shadow: 0 0.25em 0 0 #a71000, 0 4px 9px rgba(0, 0, 0, 0.75);
}

.x-btn.x-btn-flat, .x-btn.x-btn-flat:hover {
  margin-bottom: 0;
  text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.65);
  box-shadow: none;
}

.x-btn.x-btn-transparent, .x-btn.x-btn-transparent:hover {
  margin-bottom: 0;
  border-width: 3px;
  text-shadow: none;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: none;
}

body .gform_wrapper .gfield_required, body .gform_wrapper span.ginput_total {
  color: #0083c0;
}

body .gform_wrapper h2.gsection_title, body .gform_wrapper h3.gform_title {
  font-weight: 400;
  letter-spacing: -1px !important;
}

body .gform_wrapper .top_label .gfield_label, body .gform_wrapper .left_label .gfield_label, body .gform_wrapper .right_label .gfield_label {
  font-weight: 400;
}

.DetailViewThree h2 {
  margin-top: 10px;
  color: #1857a0;
  font-size: 24px;
}
.DetailViewThree .product-header {
  line-height: 1.4;
}
.DetailViewThree .product-header .Drive-Away {
  font-size: 14px;
}
.DetailViewThree #Make_Enquiry .textTitle {
  line-height: 1.4;
  margin-bottom: 15px;
}
.DetailViewThree ul.social-icons {
  margin-left: 0;
}
.DetailViewThree ul.social-icons li {
  line-height: 0;
}

.DetailViewThree > .section > .container, .content-page .products-list > .container, .entry-wrap > .x-container > .container {
  max-width: 1200px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.featured-class-box > div .box-product-home {
  background: #f0f0f0;
  display: block;
  color: #0e0e0e;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.featured-class-box > div .box-product-home img {
  display: initial;
}
.featured-class-box > div .box-product-home h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-weight: 600;
}
.featured-class-box > div .box-product-home .box-product-home-specifications {
  background: #e1e2e2;
  padding: 10px 10px 0px 10px;
  height: 80px;
}
.featured-class-box > div .box-product-home .box-product-home-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
.featured-class-box > div .box-product-home .box-product-home-price {
  padding: 0 15px 15px 15px;
  text-align: left;
}
.featured-class-box > div .box-product-home .box-product-home-price .cl-price h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}
.featured-class-box > div .box-product-home .box-product-home-info .more-info {
  text-align: center;
  display: block;
  font-size: 14px;
  background: #1857a0;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.featured-class-box > div .box-product-home:hover {
  -moz-box-shadow: 0 0 5px #8e8e8e;
  -webkit-box-shadow: 0 0 5px #8e8e8e;
  box-shadow: 0 0 5px #8e8e8e;
}
.featured-class-box > div .box-product-home:hover .box-product-home-info .more-info {
  background: #0083c0;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}
.featured-class-box > div a:hover, .featured-class-box > div a:focus {
  text-decoration: initial;
}

@media (max-width: 350px) {
  .featured-class-box > div .box-product-home .box-product-home-specifications {
    height: 72px;
  }
  .featured-class-box > div .box-product-home .box-product-home-specifications .col-xs-3 {
    font-size: 11px;
  }
  .featured-class-box > div .box-product-home .box-product-home-info .more-info {
    font-size: 12px;
  }
}
/*----------------------------- stock list -----------------------------------------*/
.stocklist-banner {
  background: url("/Content/images/stocklist-banner.jpg") center top no-repeat black;
}

.about-banner {
  background: url("/Content/images/about-banner.jpg") center top no-repeat black;
}

.finance-banner {
  background: url("/Content/images/finance-banner.jpg") center top no-repeat black;
}

.find-banner {
  background: url("/Content/images/find-banner.jpg") center top no-repeat black;
}

.sell-banner {
  background: url("/Content/images/sell-banner.jpg") center top no-repeat black;
}

.contact-banner {
  background: url("/Content/images/contact-banner.jpg") center top no-repeat black;
}

.content-banner {
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.content-banner .stocklist-title {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 15px 0 25px 0;
  margin: 60px 0;
}
@media (min-width: 768px) {
  .content-banner .stocklist-title p {
    font-size: 24px;
  }
}

.stock-list {
  margin-top: 50px;
  margin-bottom: 50px;
}

.frm-view19 {
  background: #292c2e;
  float: left;
  width: 100%;
  border-radius: 4px;
  padding-top: 15px;
}
.frm-view19 .countVehicles {
  color: white;
  font-size: 18px;
}
.frm-view19 .countVehicles b {
  font-size: 24px;
}
.frm-view19 .titleCurrent {
  color: white;
  font-size: 18px;
  text-align: right;
  line-height: 2;
}

@media (max-width: 767px) {
  .frm-view19 .titleCurrent {
    text-align: left;
  }
}
#div-stock-content > div .box-product {
  background: #f0f0f0;
  display: block;
  margin-bottom: 30px;
  color: #303030;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#div-stock-content > div .box-product img {
  display: initial;
}
#div-stock-content > div .box-product h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  font-weight: 700;
}
#div-stock-content > div .box-product .box-product-specifications {
  background: #e1e2e2;
  padding: 10px 10px 0px 10px;
}
@media (min-width: 850px) {
  #div-stock-content > div .box-product .box-product-specifications {
    height: 60px;
  }
}
@media (max-width: 849px) {
  #div-stock-content > div .box-product .box-product-specifications {
    height: 80px;
  }
}
#div-stock-content > div .box-product .box-product-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
#div-stock-content > div .box-product .box-product-specifications .col-xs-3 p {
  line-height: 1;
}
#div-stock-content > div .box-product .box-product-description {
  padding: 0 15px;
  margin: 15px 0;
  height: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#div-stock-content > div .box-product .box-product-description .cl-price h4 {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 24px;
}
#div-stock-content > div .box-product .box-product-description .cl-price span {
  font-size: 11px;
  margin-top: 0px;
  display: -webkit-box;
}
#div-stock-content > div .box-product .box-product-price {
  padding: 0 15px 15px 15px;
  text-align: left;
}
#div-stock-content > div .box-product .box-product-price .cl-price {
  line-height: 1;
}
#div-stock-content > div .box-product .box-product-price .cl-price h4 {
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
}
#div-stock-content > div .box-product .box-product-price .cl-price span {
  font-size: 14px;
}
#div-stock-content > div .box-product .box-product-info .more-info {
  text-align: center;
  display: block;
  background: #1857a0;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#div-stock-content > div .box-product-hover:hover {
  -moz-box-shadow: 0 0 5px gray;
  -webkit-box-shadow: 0 0 5px gray;
  box-shadow: 0 0 5px gray;
}
#div-stock-content > div .box-product-hover:hover .box-product-info .more-info {
  background: #0083c0;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}
#div-stock-content > div a:hover, #div-stock-content > div a:focus {
  text-decoration: initial;
}

.css-view19 input.btn-success, .js-search input.btn-success {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.css-view19 input.btn-success:hover, .js-search input.btn-success:hover {
  background: #0083c0;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}

/* --------------------------------- pagination ----------------------------------------------*/
/*------------------------------------ search home ------------------------------------------*/
.js-search {
  float: left;
  width: 100%;
  border-radius: 4px;
  padding: 15px;
}
.js-search h3 {
  text-align: center;
  margin-top: 5px;
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
}
.js-search .col-sm-4 select {
  font-size: 13px;
  line-height: 2.4em;
  height: 41px;
  padding: 10px;
  margin-bottom: 10px;
}
.js-search .group-search-V8 {
  display: inline-block;
  width: 100%;
}
.js-search > .col-lg-12 {
  background: #2e3234;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0 0 4px 4px;
}

.js-search input.btn-success {
  width: 100%;
  background: #0087d4;
  color: #fff;
  font-size: 17px;
  border: 0;
  padding: 8px 12px;
}

@media (min-width: 768px) {
  .js-search .col-sm-4 .select-padleft {
    padding-right: 5px;
  }
  .js-search .col-sm-4 .select-padright {
    padding-left: 5px;
  }
}
@media (min-width: 1601px) {
  .text-home-banner {
    position: relative;
    margin-top: -500px;
  }
  .text-home-banner .js-search {
    background: rgba(0, 0, 0, 0.5);
  }

  div.banner-message h1 {
    font-size: 40px;
    margin-top: 0px;
  }
  div.banner-message p {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  .text-home-banner {
    position: relative;
    margin-top: -420px;
  }
  .text-home-banner .js-search {
    background: rgba(0, 0, 0, 0.5);
  }

  div.banner-message h1 {
    font-size: 40px;
    margin-top: 0px;
  }
  div.banner-message p {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .text-home-banner {
    position: relative;
    margin-top: -380px;
  }
  .text-home-banner .js-search {
    background: rgba(0, 0, 0, 0.5);
  }

  div.banner-message h1 {
    font-size: 36px;
    margin-top: 0px;
  }
  div.banner-message p {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .text-home-banner {
    position: relative;
    margin-top: -35%;
  }
  .text-home-banner .js-search {
    background: rgba(0, 0, 0, 0.5);
  }

  div.banner-message h1 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  div.banner-message p {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .text-home-banner .banner-message {
    width: 100%;
    display: block;
    background: #1a1a1a;
    padding: 20px 40px 15px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
  }
  .text-home-banner .banner-message h1 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .text-home-banner .banner-message p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .text-home-banner .js-search {
    background: #292c2e;
  }
}
div.banner-message {
  text-shadow: 1px 1px 7px black;
  text-align: center;
  color: white;
}

#id-filer-order form {
  margin: 0;
}

/*   SMP additions */
.galleria-fullscreen, .galleria-play {
  border-right: 0px solid #fff !important;
  outline: 0px solid #5fa1c7 !important;
}

.galleria-thumbnails .galleria-image {
  opacity: .7 !important;
}

.galleria-thumbnails .galleria-image.active {
  opacity: 1 !important;
}

.clDownloadFloorplan {
  float: right !important;
}
.clDownloadFloorplan a {
  display: block;
  text-align: center;
}

#div-stock-content > div .box-product .box-product-info > .box-product-description {
  display: none !important;
}

#div-stock-content > div .box-product .box-product-info > .box-product-price {
  margin-top: 20px;
}

.clControlYear .btn.btn-success {
  width: 100% !important;
}

.site-main .breadcrumb {
  background: transparent;
  margin-bottom: 20px;
}

.site-footer .textwidget p {
  font-size: 20px;
}

.DetailViewThree .section, .content-page .section {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

[class*=col-md-] + [class*=col-md-] {
  margin-top: 0px !important;
}

.cl_search_results input {
  margin-left: 0 !important;
  margin-bottom: 15px !important;
}

.DetailViewThree .col-lg-3 > .product-header {
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.12) !important;
}
.DetailViewThree #btnSendMail {
  width: 100%;
  font-size: 17px;
}

.accordion-body table.table {
  border-left: 0;
  border-right: 0;
}

/*@media (max-width: 1060px){
.btn1 {
    display: none;
}
}*/
.stock-sold .product-slider i.sold-icon {
  background: #da251d;
  width: calc(100% - 27px);
  color: white;
  display: inline-block;
  position: absolute;
  z-index: 99999;
  opacity: 0.85;
  text-align: center;
}
@media (min-width: 1200px) {
  .stock-sold .product-slider i.sold-icon {
    height: 200px;
    padding-top: 8%;
    margin-top: 20%;
    font-size: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stock-sold .product-slider i.sold-icon {
    height: 150px;
    padding-top: 10%;
    margin-top: 17%;
    font-size: 62px;
  }
}
@media (max-width: 767px) {
  .stock-sold .product-slider i.sold-icon {
    height: 60px;
    padding-top: 5%;
    margin-top: 15%;
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .mobile-wrap .main-menu li.current-menu-item > a {
    color: #007ac1 !important;
  }
  .mobile-wrap .main-menu li a:hover {
    color: #007ac1 !important;
  }
}

.title-vehInfo {
    margin-top: 15px !important;
}
