@font-face {
  font-family: Open Sans;
}
.fontMain {
  font-family: Open Sans, sans-serif;
}
.fontH1 {
  font-family: Open Sans, sans-serif;
}
.fontHeading {
  font-family: Open Sans, sans-serif;
}
.switch-toggle {
  background-color: #fff;
  width: 225px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
}
.switch-toggle input:focus,
.switch-toggle label {
  outline: none !important;
}
.switch-toggle input:checked + label {
  color: #fff;
}
.switch-toggle input:not(:checked) + label:hover {
  color: #0299ff;
}
.switch-toggle input + label {
  font-size: 16px;
}
.switch-toggle .button {
  background-color: #0299ff;
}
.custom-dropdown {
  display: inline-block;
  height: 36px;
  vertical-align: middle;
}
.custom-dropdown .wrapper-demo {
  margin: 0px;
  *zoom: 1;
  font-weight: 400;
  height: 100%;
}
.custom-dropdown .wrapper-demo:after {
  clear: both;
  content: "";
  display: table;
}
.custom-dropdown .wrapper-dropdown {
  position: relative;
  width: 120px;
  margin: 0 auto;
  padding: 10px 15px;
  z-index: 10;
  background: #fff;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-dropdown .wrapper-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #4cbeff transparent;
}
.custom-dropdown .wrapper-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0px;
  background: #fff;
  list-style: none;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow-y: auto;
}
.custom-dropdown .wrapper-dropdown .dropdown li {
  padding: 0 10px;
}
.custom-dropdown .wrapper-dropdown .dropdown li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 8px 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #e6e8ea;
}
.custom-dropdown .wrapper-dropdown .dropdown li:last-of-type a {
  border: none;
}
.custom-dropdown .wrapper-dropdown .dropdown li i {
  margin-right: 5px;
  color: inherit;
  vertical-align: middle;
}
.custom-dropdown .wrapper-dropdown .dropdown li:hover a {
  background: #fefefe;
  color: #4fb8ff;
}
.custom-dropdown .wrapper-dropdown.active {
  background: #4cbeff;
  box-shadow: none;
  border-bottom: none;
  color: white;
}
.custom-dropdown .wrapper-dropdown.active:after {
  border-color: #82d1ff transparent;
}
.custom-dropdown .wrapper-dropdown.active .dropdown {
  max-height: 400px;
}
.custom-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.custom-radio:hover input ~ .checkmark {
  background-color: #bee8ff;
}
.custom-radio input:checked ~ .checkmark {
  background-color: #fff;
}
.custom-radio input:checked ~ .checkmark:after {
  background-color: #222;
}
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.custom-select .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.custom-select .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #666666;
  width: 100%;
  height: 55px;
}
.custom-select .select.no-label {
  height: 37px;
}
.custom-select .select.no-label .select-styled:after {
  top: 17px;
}
.custom-select .select.no-label .select-styled:active:after,
.custom-select .select.no-label .select-styled.active:after,
.custom-select .select.no-label .select-styled:hover:after {
  top: 8px;
}
.custom-select .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  padding: 11px 15px;
}
.custom-select .select-styled .select-label {
  display: block;
  height: 20px;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
}
.custom-select .select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #666666 transparent transparent transparent;
  position: absolute;
  top: 27px;
  right: 10px;
}
.custom-select .select-styled:active,
.custom-select .select-styled.active,
.custom-select .select-styled:hover {
  background-color: #4fb8ff;
  color: #ffffff;
}
.custom-select .select-styled:active .select-label,
.custom-select .select-styled.active .select-label,
.custom-select .select-styled:hover .select-label {
  color: #ffffff;
}
.custom-select .select-styled:active:after,
.custom-select .select-styled.active:after,
.custom-select .select-styled:hover:after {
  top: 18px;
  border-color: transparent transparent #ffffff transparent;
}
.custom-select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 3;
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
}
.custom-select .select-options li {
  margin: 0;
  padding: 7px 0;
  padding-left: 9px;
  padding-right: 4px;
  font-size: 15px;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.custom-select .select-options li:hover {
  color: #4fb8ff;
}
.custom-select .select-options li[rel="hide"] {
  display: none;
}
.custom-select .select-options li i {
  padding-right: 8px;
  visibility: hidden;
}
.custom-select .select-options li.active i {
  visibility: visible;
}
.order-form-box {
  padding: 16px;
  text-align: center;
}
.order-form-box h1.pagetitle {
  color: #ffffff;
  margin-bottom: 16px;
}
.order-form-box h3 {
  color: #ffffff !important;
}
#adduser {
  background: none;
  border: none;
}
#adduser .section {
  padding: 0;
}
#adduser .border-right {
  border-right: 1px solid #EFEFEF;
}
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
.row {
  max-width: 1140px;
}
.column,
.columns {
  padding-left: 20px;
  padding-right: 20px;
}
.row .row {
  margin-left: -20px;
  margin-right: -20px;
}
.bgcover {
  background-position: center;
  background-size: cover;
}
.block {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  max-height: 0;
  display: block;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  max-height: 9999px;
  opacity: 1;
}
p:last-child {
  margin-bottom: 0;
}
.valignout {
  display: table;
  height: 100%;
  width: 100%;
  table-layout: fixed;
}
.valignin {
  vertical-align: middle;
  height: 100%;
  width: 100%;
  display: table-cell;
}
figure {
  padding: 0;
  margin: 0;
}
.op0 {
  opacity: 0;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#cboxOverlay {
  background-color: rgba(8,48,84,0.95);
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px,0,0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px,0,0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px,0,0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px,0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px,0,0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px,0,0);
  transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.irs {
  position: relative;
  display: block;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single {
  left: 10px;
}
.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
  background: rgba(0,0,0,0);
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: -30%;
  width: 130%;
  height: 160%;
  background: rgba(0,0,0,0);
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -30%;
  left: 0;
  width: 130%;
  height: 160%;
  background: rgba(0,0,0,0);
}
.irs-slider.last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: default;
  background: rgba(0,0,0,0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
@font-face {
  font-family: Open Sans;
}
.fontMain {
  font-family: Open Sans, sans-serif;
}
.fontH1 {
  font-family: Open Sans, sans-serif;
}
.fontHeading {
  font-family: Open Sans, sans-serif;
}
.font1 {
  font-family: Open Sans, sans-serif;
}
html {
  max-width: 2400px;
  margin: 0 auto;
}
.row {
  max-width: 1320px;
}
body {
  font-family: Open Sans, sans-serif;
}
h1 {
  font-family: Open Sans, sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
}
body a {
  color: #222222;
  text-decoration: none;
}
body a:hover,
body a:focus {
  color: #0299ff;
  text-decoration: none;
}
iframe {
  border: none;
}
.hide {
  display: none !important;
}
.nowrap {
  white-space: nowrap;
}
hr {
  border-color: #EFEFEF;
  margin: 40px 0;
}
input:read-only {
  cursor: not-allowed;
}
.fullpage {
  background: #0299ff;
}
.button,
button {
  background: #0299ff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  padding: 10px 20px;
  font-weight: bold;
  border: 1px solid #0299ff;
}
.button:focus,
.button:hover,
button:focus,
button:hover {
  background: #fff;
  color: #0299ff;
}
.button.disabled,
button.disabled {
  background: #0299ff;
  border: 1px solid #0299ff;
  opacity: 0.5;
}
.button.loading,
button.loading {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  background: #0299ff url(/img/buttonload.gif) no-repeat center;
}
.button svg,
button svg {
  fill: #fff;
  margin-right: 6px;
}
.button svg:hover,
.button svg:active,
.button svg:focus,
button svg:hover,
button svg:active,
button svg:focus {
  fill: #0299ff;
}
.button.orange,
button.orange {
  background: #0299ff;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: normal;
  border: 1px solid #0299ff;
}
.button.orange:focus,
.button.orange:hover,
button.orange:focus,
button.orange:hover {
  border: 1px solid #007bce;
  background: #007bce;
  color: #fff;
}
.button.orange.disabled,
button.orange.disabled {
  background: #0299ff;
  border: 1px solid #0299ff;
  opacity: 0.5;
}
.button.orange.loading,
button.orange.loading {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  background: #0299ff url(/img/buttonload.gif) no-repeat center;
}
.button.orange svg:hover,
.button.orange svg:active,
.button.orange svg:focus,
button.orange svg:hover,
button.orange svg:active,
button.orange svg:focus {
  fill: #0299ff;
}
ul.pagination {
  text-align: center;
  padding-top: 5px;
}
ul.pagination li {
  display: inline-block;
  float: none;
}
ul.pagination li.current a {
  background: #0299ff;
}
.mainnav,
.mainnav * {
  z-index: 3;
}
.mainnav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-content-full {
  position: initial;
  width: 100%;
}
.homeLogin {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.loadingoverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1502;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadingoverlay .loading-icon {
  background: url(/img/overlay_loading.gif) no-repeat;
  width: 300px;
  display: block;
  height: 300px;
  background-size: 100% 100%;
}
body.loaded .loadingoverlay {
  opacity: 0;
  visibility: hidden;
}
.loginoverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1502;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.loginopen .loginoverlay {
  opacity: 1;
  visibility: visible;
}
.loginform {
  width: 300px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -190px 0 0 -150px;
  z-index: 10;
  text-align: center;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 2px 12px -1px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 2px 12px -1px rgba(0,0,0,0.35);
  box-shadow: 0 2px 12px -1px rgba(0,0,0,0.35);
}
.loginopen .loginform {
  opacity: 1;
  visibility: visible;
}
.loginform .login-form-header {
  background-color: #222222;
  padding: 15px 20px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}
.loginform .login-form-content {
  padding: 35px 20px 20px;
}
.loginform .login-form-content .text-center {
  margin: -10px 0 10px;
}
.loginform .login-form-content .text-center a {
  font-size: 13px;
  color: #0299ff;
  opacity: 0.7;
}
.loginform .login-form-content .text-center a:hover {
  opacity: 1;
}
.loginform .login-form-content input {
  margin-bottom: 10px;
}
.loginform .login-form-content .login-button {
  font-size: 14px;
  font-weight: normal;
  width: 100%;
}
.loginform .login-form-footer .registeralert {
  padding: 20px;
  background: #0299ff;
  text-align: center;
}
.loginform .login-form-footer .registeralert a.button {
  background: #333;
  border-color: #333;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.loginform .login-form-footer .registeralert h3 {
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.loginform.standard {
  opacity: 1;
  visibility: visible;
  background: transparent;
  box-shadow: none;
}
.top {
  transition: all 0.3s ease-out;
}
.top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.top .main-header {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1298.98px) {
  .top .main-header .trustpilot-widget {
    position: absolute !important;
    top: 60px;
    left: 0;
    right: 0;
    background: ;
  }
  .top .main-header.trustpilot {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1299px) {
  .top .main-header .trustpilot-widget {
    flex-grow: 1;
    background: #ffffff;
    background: ;
    min-width: 512px;
    padding: 9px 8px 11px;
  }
}
.top .main-header .main-header-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-right: 16px;
  margin-left: 8px;
}
.top .main-header .main-header-inner-wrapper p {
  color: #ffffff;
  font-size: 12px;
  text-align: right;
  clear: both;
}
.top .main-header .main-header-inner-wrapper .custom-dropdown {
  width: 120px;
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}
.top .main-header .main-header-inner-wrapper .switch-toggle input + label {
  text-transform: uppercase;
}
.top .main-header .main-header-inner-wrapper .switch-toggle a {
  width: 50%;
}
.top .main-header .main-header-inner-wrapper .switch-toggle .bInput:checked ~ label {
  left: 50%;
}
.top .main-header .main-header-inner-wrapper .mygarage {
  margin-top: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 125px;
  display: inline-block;
  border: 1px solid #fff;
  clear: both;
  float: right;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
}
.top .main-header .main-header-inner-wrapper .usermenu a.mygaragelogin {
  text-transform: none;
}
.top .main-header .main-header-inner-wrapper .logo {
  display: block;
}
.top .main-header .main-header-inner-wrapper .logo img {
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  transform-origin: 0 0;
  padding: 8px 0;
}
.top .main-header .main-header-inner-wrapper .login {
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  padding: 0 15px 0 40px;
  line-height: 25px;
  height: 27px;
  display: block;
  float: left;
  margin-top: 8px;
  width: 200px;
  transition: all 0.3s ease-out;
}
.top .main-header .main-header-inner-wrapper .usermenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 25px;
}
@media screen and (max-width: 1298.99px) {
  .top .main-header .main-header-inner-wrapper .usermenu {
    overflow: hidden;
  }
}
@media screen and (min-width: 1299px) {
  .top .main-header .main-header-inner-wrapper .usermenu.minor-header-active {
    display: none;
  }
}
.top .main-header .main-header-inner-wrapper .usermenu > li {
  margin: 0;
  border-radius: 0px 0px 0px 0px;
}
.top .main-header .main-header-inner-wrapper .usermenu > li > a {
  display: block;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 300;
  color: #666666;
  padding: 0.5rem 1rem;
}
.top .main-header .main-header-inner-wrapper .usermenu > li .mobile-only {
  margin-left: 0.5rem;
}
@media screen and (min-width: 1299px) {
  .top .main-header .main-header-inner-wrapper .usermenu > li .mobile-only {
    display: none;
  }
}
.top .main-header .main-header-inner-wrapper .usermenu > li:hover {
  background-color: #0299ff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.top .main-header .main-header-inner-wrapper .usermenu > li:hover > a {
  color: #666666;
}
.top .main-header .main-header-inner-wrapper .usermenu > li:hover .browseDropdownTrigger::after {
  color: #666666;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links {
  position: relative;
  cursor: pointer;
  z-index: auto;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links ul.sub-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  background: #ffffff;
  list-style: none;
  min-width: 200px;
  z-index: 10;
  border-radius: 0px 0px 0px 0px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links ul.sub-dropdown-menu li a {
  padding: 5px 14px;
  color: #666666;
  line-height: 32px;
  display: block;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links ul.sub-dropdown-menu li:hover a {
  background-color: #fff;
  font-weight: bold;
  color: #0299ff;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links ul.sub-dropdown-menu li:after {
  content: '';
  display: block;
  margin: 0 10px;
  border-bottom: 1px solid #e6e8ea;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links ul.sub-dropdown-menu li:last-of-type:after {
  display: none;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links ul.sub-dropdown-menu li:last-of-type a {
  border-bottom: 0;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links i {
  margin-left: 8px;
  transition: all 0.3s ease;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links:hover ul {
  max-height: 400px;
}
.top .main-header .main-header-inner-wrapper .usermenu .more-links:hover i {
  transform: rotate(180deg);
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown {
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1299px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown {
    position: relative;
  }
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown:hover {
    background-color: #f7f7f7;
    overflow: visible;
  }
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown:hover > .browseDropdownMenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown:hover .browseDropdownTrigger::after {
    color: #666666;
    transform: rotate(270deg);
  }
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown.right .browseDropdownMenu {
  right: 0;
  left: auto;
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseDropdownTrigger {
  position: relative;
  padding-right: 2.125rem;
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseDropdownTrigger::after {
  content: '›';
  color: inherit;
  font-size: 24px;
  font-weight: bold;
  margin-left: 8px;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}
@media screen and (max-width: 1298.99px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseDropdownTrigger.focus + .browseDropdownMenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseDropdownTrigger.focus::after {
  right: 0.25rem;
  transform: rotate(270deg);
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseDropdownMenu {
  background-color: #f7f7f7;
  color: #222222;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: all 0.2s ease;
}
@media screen and (min-width: 1299px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseDropdownMenu {
    right: auto;
    width: 50vw;
    border-radius: ;
    border-top-left-radius: 0;
  }
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0.5rem;
}
@media screen and (min-width: 378px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 550px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 722px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1299px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 1442px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1786px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem:hover {
  color: inherit;
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem a {
  display: block;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: ;
  padding: 0.25rem;
}
@media screen and (min-width: 378px) {
  .top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem a {
    padding: 0.5rem;
  }
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem a img {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.5rem;
}
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem a:hover,
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem a:focus,
.top .main-header .main-header-inner-wrapper .usermenu .browseDropdown .browseContainer .browseItem a:active {
  background-color: ;
  color: ;
}
.top .main-header .main-header-inner-wrapper .usermenu select {
  margin-top: 21px;
  display: inline-block;
  margin-bottom: 10px;
}
.top .main-header .main-header-inner-wrapper .usermenu p {
  float: left;
  font-size: 13px;
  color: #fff;
  padding-right: 10px;
  margin-top: 8px;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
}
.top .main-header .main-header-inner-wrapper .tel-social {
  float: right;
  margin-top: 7px;
  transition: all 0.5s ease-out;
}
.top .main-header .main-header-inner-wrapper .tel {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px 0 0;
}
.top .main-header .main-header-inner-wrapper .social {
  display: inline-block;
}
.top .main-header .main-header-inner-wrapper .social a {
  vertical-align: middle;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-left: 5px;
}
.top .main-header .main-header-inner-wrapper .tw {
  background: url(/img/tw.png) no-repeat;
}
.top .main-header .main-header-inner-wrapper .in {
  background: url(/img/in.png) no-repeat;
}
.top .main-header .main-header-inner-wrapper .fb {
  background: url(/img/fb.png) no-repeat;
}
.top .main-header .topcontact {
  padding: 7px 0 8px;
  margin-right: 8px;
  margin-left: 16px;
}
.top .main-header .topcontact .phone-email span {
  font-size: 1.25rem;
}
.top .main-header .topcontact .phone-email span.phone-number {
  font-size: 1.75rem;
}
.top .main-header .topcontact .phone-email {
  display: block;
  color: #666666;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
  margin-top: 0.5rem;
}
.top .main-header .topcontact .phone-email:nth-child(1) {
  margin-top: 0;
}
.top .main-header .topcontact .phone-email .open {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 0.5rem;
}
.top .main-header .topcontact .phone-icon {
  display: none;
  transform: scaleX(-1);
}
.top .main-header .topcontact .phone-icon a {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  color: #666666;
}
.top .sub-header {
  background-color: #f0f7ff;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}
.top .sub-header .sub-header-inner-wrapper ul li {
  display: inline-block;
}
.top .sub-header .sub-header-inner-wrapper ul li a {
  display: block;
  color: #333;
  font-weight: 300;
  padding: 10px 14px;
  text-transform: uppercase;
  line-height: 30px;
}
.top .sub-header .sub-header-inner-wrapper ul li:hover a {
  background-color: #0299ff;
  color: #fff;
  font-weight: bold;
}
.top .minorHeader {
  background-color: #ffffff;
  box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
  opacity: 1;
  transition: 0.2s;
}
.top .minorHeader.justify-center .mhWrapper > ul > li {
  flex-grow: 0;
}
.top .minorHeader.justify-center .mhWrapper > ul > li:first-child {
  border-left: 1px solid #ffffff;
}
.top .minorHeader.justify-center .mhWrapper > ul > li:last-child {
  border-right: 1px solid #ffffff;
}
.top .minorHeader.justify-left .mhWrapper > ul > li {
  flex-grow: 0;
}
.top .minorHeader.justify-left .mhWrapper > ul > li:last-child {
  border-right: 1px solid #ffffff;
}
.top .minorHeader.justify-right .mhWrapper > ul > li {
  flex-grow: 0;
}
.top .minorHeader.justify-right .mhWrapper > ul > li:first-child {
  border-left: 1px solid #ffffff;
}
.top .minorHeader.justify-center .mhWrapper > ul {
  justify-content: center;
}
.top .minorHeader.justify-right .mhWrapper > ul {
  justify-content: flex-end;
}
@media screen and (max-width: 1298.98px) {
  .top .minorHeader {
    transform: translate(0,-48px);
    opacity: 0;
    display: none;
  }
}
.top .minorHeader .mhWrapper > ul {
  display: flex;
  flex-wrap: wrap;
}
.top .minorHeader .mhWrapper > ul > li {
  display: flex;
  align-items: center;
  flex-grow: 1;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  margin-top: -1px;
  margin-left: -1px;
  z-index: auto;
}
.top .minorHeader .mhWrapper > ul > li:hover > a {
  background-color: #0299ff;
  color: #ffffff;
  font-weight: normal;
}
.top .minorHeader .mhWrapper > ul > li > a {
  background-color: transparent;
  color: #666666;
  line-height: 1.5rem;
  text-align: center;
  width: 100%;
  height: 48px;
  font-size: 1rem;
  white-space: nowrap;
  padding-top: calc(14px);
  padding-right: 1.75rem;
  padding-bottom: calc(10px);
  padding-left: 1.75rem;
}
@media screen and (min-width: 1600px) {
  .top .minorHeader .mhWrapper > ul > li > a {
    padding-right: 2.25rem;
    padding-left: 2.25rem;
  }
}
.top .minorHeader .mhWrapper > ul > li > a:hover,
.top .minorHeader .mhWrapper > ul > li > a:active,
.top .minorHeader .mhWrapper > ul > li > a:focus {
  background-color: #0299ff;
  color: #ffffff;
}
.top .minorHeader .mhWrapper > ul > li > a .mobile-only {
  margin-left: 0.5rem;
}
@media screen and (min-width: 1299px) {
  .top .minorHeader .mhWrapper > ul > li > a .mobile-only {
    display: none;
  }
}
.top .minorHeader .mhWrapper > ul .more-links {
  position: relative;
  cursor: pointer;
}
.top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  background: #ffffff;
  list-style: none;
  width: 200px;
  z-index: 10;
  border-radius: 0px 0px 0px 0px;
  border-top-left-radius: 0px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.1);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  max-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 1298.98px) {
  .top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu {
    width: 100%;
    box-shadow: none;
    position: relative;
  }
}
.top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu li a {
  display: block;
  color: #666666;
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 1440px) {
  .top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu li a {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1600px) {
  .top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu li a {
    font-size: 1rem;
  }
}
.top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu li:hover a {
  background-color: #fff;
  font-weight: bold;
  color: #0299ff;
}
.top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu li:after {
  content: "";
  display: block;
  margin: 0 10px;
  border-bottom: 1px solid #e6e8ea;
}
.top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu li:last-of-type:after {
  display: none;
}
.top .minorHeader .mhWrapper > ul .more-links ul.sub-dropdown-menu li:last-of-type a {
  border-bottom: 0;
}
.top .minorHeader .mhWrapper > ul .more-links i {
  margin-left: 8px;
  transition: all 0.3s ease;
}
.top .minorHeader .mhWrapper > ul .more-links:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.top .minorHeader .mhWrapper > ul .more-links:hover ul {
  max-height: 400px;
}
.top .minorHeader .mhWrapper > ul .more-links:hover i {
  transform: rotate(180deg);
}
.top .minorHeader .mhWrapper > ul .browseDropdown {
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (min-width: 1299px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown {
    position: relative;
  }
  .top .minorHeader .mhWrapper > ul .browseDropdown:hover {
    background-color: #f7f7f7;
    overflow: visible;
  }
  .top .minorHeader .mhWrapper > ul .browseDropdown:hover > .browseDropdownMenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  .top .minorHeader .mhWrapper > ul .browseDropdown:hover .browseDropdownTrigger::after {
    color: #ffffff;
    transform: rotate(270deg);
  }
}
.top .minorHeader .mhWrapper > ul .browseDropdown.right .browseDropdownMenu {
  right: 0;
  left: auto;
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseDropdownTrigger {
  position: relative;
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseDropdownTrigger::after {
  content: "›";
  color: inherit;
  font-size: 21px;
  line-height: 1rem;
  font-weight: bold;
  transform: rotate(90deg);
  margin-left: 8px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1298.99px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseDropdownTrigger.focus + .browseDropdownMenu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseDropdownTrigger.focus::after {
  right: 0.25rem;
  transform: rotate(270deg);
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseDropdownMenu {
  background-color: #f7f7f7;
  color: #222222;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: all 0.2s ease;
}
@media screen and (min-width: 1299px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseDropdownMenu {
    right: auto;
    width: 50vw;
    border-radius: ;
    border-top-left-radius: 0;
  }
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0.5rem;
}
@media screen and (min-width: 378px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 550px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 722px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1299px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media screen and (min-width: 1442px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1786px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem:hover {
  color: inherit;
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem a {
  display: block;
  color: inherit;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: ;
  padding: 0.25rem;
}
@media screen and (min-width: 378px) {
  .top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem a {
    padding: 0.5rem;
  }
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem a img {
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 0.5rem;
}
.top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem a:hover,
.top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem a:focus,
.top .minorHeader .mhWrapper > ul .browseDropdown .browseContainer .browseItem a:active {
  background-color: ;
  color: ;
}
header {
  height: 160px;
  background: #EFEFEF;
  transition: all 0.3s ease-out;
}
header .columns {
  height: 160px;
  transition: all 0.3s ease-out;
}
header .columns .columns {
  height: auto;
}
header h1 {
  position: absolute;
  top: 45px;
  left: 20px;
  transition: all 0.3s ease-out;
}
header h1 a {
  background-repeat: no-repeat;
  width: 223px;
  height: 74px;
  display: block;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  transform-origin: 0 0;
}
header .search {
  position: absolute;
  top: 0;
  right: 20px;
  width: 340px;
  height: 160px;
  background: #E2E2E2;
  padding: 10px 20px;
  transition: all 0.3s ease-out;
  z-index: 10;
  overflow: hidden;
}
header .search form {
  margin: 0;
}
.searchopen header .search {
  height: 370px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.8);
}
header .search h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #0299ff;
  font-size: 22px;
  text-align: center;
  font-family: Open Sans, sans-serif;
  margin: 0 0 5px;
}
header .search .row {
  margin-left: -5px;
  margin-right: -5px;
}
header .search .columns {
  padding: 0 5px;
}
header .search .toggle {
  color: #2D2D30;
  font-size: 12px;
  background: url(/img/expand.png) no-repeat right;
  padding-right: 15px;
  display: block;
  width: 125px;
  margin: 0 auto;
}
.searchopen header .search .toggle {
  background: url(/img/expand2.png) no-repeat right;
}
header .search button {
  background: #0299ff;
  position: relative;
  padding: 0 10px 0 44px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  height: 34px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
  margin-bottom: 10px;
}
header .search button:focus,
header .search button:hover {
  background: #222222;
  color: #fff;
}
header .search button .ico {
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 34px;
  background: #222222 url(/img/search.png) no-repeat center;
}
header .search input,
header .search select {
  margin-bottom: 10px;
}
header .search .loading:after {
  content: '';
  display: block;
  background: url(/img/ajax-loader.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  right: 15px;
}
header .search .advanced {
  max-height: 0;
  overflow: hidden;
  clear: both;
  transition: opacity 0.3s;
  opacity: 0;
}
.searchopen header .search .advanced {
  max-height: 500px;
  opacity: 1;
}
header .search label {
  line-height: 100%;
  font-size: 14px;
}
header .search label input {
  margin-bottom: 7px;
}
header .search .checkbox label {
  height: 37px;
  line-height: 37px;
}
nav {
  height: 50px;
  background: #0299ff;
  transition: all 0.3s ease-out;
}
nav ul {
  margin: 0;
}
nav li {
  float: left;
  list-style: none;
  padding: 0 5px;
  transition: all 0.3s ease-out;
}
nav li a {
  transition: all 0.3s ease-out;
  height: 50px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 48px;
  font-weight: bold;
  display: block;
}
nav li a:focus,
nav li a:hover {
  color: #fff;
  background: #222222;
}
.slider {
  height: 530px;
  margin-bottom: 40px;
}
.slider .swiper-container {
  height: 530px;
}
.slider .swiper-slide {
  position: relative;
}
.slider .swiper-slide .img {
  height: 400px;
  background-position: center;
  background-size: cover;
}
.slider .swiper-slide .text {
  position: absolute;
  bottom: 0;
  height: 130px;
  background: #2E2E30;
  padding: 20px 240px 20px 30px;
  width: 100%;
}
.slider .swiper-slide .text h3 {
  color: #fff;
  font-size: 32px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}
.slider .swiper-slide .text p {
  color: #fff;
  font-size: 14px;
}
.slider .swiper-slide .text .button {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.leasingboxes {
  margin-bottom: 40px;
}
.leasingboxes a {
  display: block;
  background: #2E2E30;
  color: #fff;
  transition: all 0.3s ease-out;
}
.leasingboxes a .img {
  display: block;
  height: 200px;
  background-position: center;
  background-size: cover;
}
.leasingboxes a .text {
  padding: 20px 30px;
  color: #fff;
  text-align: center;
  display: block;
}
.leasingboxes a .text h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px;
}
.leasingboxes a .text p {
  font-size: 13px;
}
.leasingboxes a:hover {
  background: #006666;
  box-shadow: 0 0 40px rgba(0,0,0,0.7);
}
.content-block .cContainer {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 640px) {
  .content-block .cContainer.notFluid {
    max-width: 592px;
  }
}
@media (min-width: 1011px) {
  .content-block .cContainer.notFluid {
    max-width: 976px;
  }
}
@media (min-width: 1360px) {
  .content-block .cContainer.notFluid {
    max-width: 1320px;
  }
}
.content-block .cRow {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}
.content-block .cCol {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1011px) {
  .content-block .cCol-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1011px) {
  .content-block .cCol-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 1011px) {
  .content-block .cCol-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.content-block .cBlock {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
}
.content-block .cLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-block .cLink:hover + .cWrap > .cButton,
.content-block .cLink:focus + .cWrap > .cButton,
.content-block .cLink:active + .cWrap > .cButton {
  background: ;
}
.content-block .cWrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.content-block img {
  width: 100%;
  flex-shrink: 0;
}
.content-block .cContent {
  flex-grow: 1;
  min-height: 210px;
  padding: 1.5rem;
}
@media (min-width: 1600px) {
  .content-block .cContent {
    padding: 2rem;
  }
}
.content-block .cContent.align-center {
  text-align: center;
}
.content-block .cContent.align-right {
  text-align: right;
}
.content-block .cContent h2 {
  font-size: 1.875rem;
  margin: 0 0 1.25rem;
}
.content-block .cContent p {
  font-size: 0.875rem;
}
.content-block .cButton {
  margin: 0;
  background: ;
  color: ;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  padding: 1rem;
}
.content-block.cNoContent .cContent,
.content-block.cNoContent .cButton,
.content-block .cNoContent .cContent,
.content-block .cNoContent .cButton {
  display: none;
}
.panelSection {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.panelSection .row {
  padding: 0 16px;
}
@media (min-width: 640px) {
  .panelSection .row {
    max-width: 592px;
  }
}
@media (min-width: 1011px) {
  .panelSection .row {
    max-width: 976px;
  }
}
@media (min-width: 1360px) {
  .panelSection .row {
    max-width: 1320px;
  }
}
.panelSection .row .columns {
  padding: 0 16px;
  margin-bottom: 32px;
}
.panelSection .panelLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.panelSection .panelImage {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panelSection .bgOverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.panelSection .bgImage {
  position: relative;
  display: flex;
  align-items: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 350px;
}
.panelSection .contentContainer {
  width: 100%;
  height: 100%;
  padding: 2rem;
}
@media screen and (min-width: 640px) {
  .panelSection .contentContainer {
    padding: 3rem;
  }
}
@media screen and (min-width: 1011px) {
  .panelSection .contentContainer {
    padding: 4rem;
  }
}
.panelSection .contentContainer .content {
  position: relative;
  z-index: 1;
}
.panelSection .contentContainer .content h2,
.panelSection .contentContainer .content p {
  text-transform: none;
  text-align: left;
  color: inherit;
}
.panelSection .contentContainer .content .buttonWrapper {
  display: flex;
}
.panelSection .contentContainer .content .buttonWrapper.align-right {
  justify-content: flex-end;
}
.panelSection .contentContainer .content .buttonWrapper.align-center {
  justify-content: center;
}
.panelSection .contentContainer .content.align-right {
  margin-left: auto;
}
.panelSection .contentContainer .content.align-right h2,
.panelSection .contentContainer .content.align-right p {
  text-align: right;
}
.panelSection .contentContainer .content.align-center {
  margin-left: auto;
  margin-right: auto;
}
.panelSection .contentContainer .content.align-center h2,
.panelSection .contentContainer .content.align-center p {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .panelSection .contentContainer .content {
    width: 100% !important;
  }
}
.panelSection.fullwidth .bgImage {
  margin-bottom: 0;
}
.panelSection.fullwidth + div:not(.full):not(.fullwidth) {
  margin-top: 2rem;
}
.panelSection.fullwidth + section:not(.full):not(.fullwidth) {
  margin-top: 2rem;
}
.panelSection.fullheight .panelImage {
  position: static;
  height: auto;
}
.panelSection.fullheight .contentContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.heroSection {
  overflow: hidden;
  width: 100%;
  max-height: 700px;
}
.heroSection .bgImage {
  position: relative;
  display: flex;
  align-items: center;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 300px;
  min-width: 100%;
}
.heroSection .bgImage .bgOverlay {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.heroSection .contentContainer {
  width: 100%;
  max-width: 1900px;
  padding: 25px 20px;
}
@media screen and (min-width: 640px) {
  .heroSection .contentContainer {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 1011px) {
  .heroSection .contentContainer {
    padding: 60px 40px;
  }
}
.heroSection .contentContainer .content {
  position: relative;
  z-index: 1;
}
.heroSection .contentContainer .content h1 {
  text-align: left;
  color: inherit;
}
.heroSection .contentContainer .content p {
  text-align: left;
  color: inherit;
}
.heroSection .contentContainer .content .hideMobile {
  display: none;
}
@media screen and (min-width: 992px) {
  .heroSection .contentContainer .content {
    width: 70%;
  }
  .heroSection .contentContainer .content .hideMobile {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .heroSection .contentContainer .content {
    width: 50%;
  }
}
.contentBoxShadow {
  box-shadow: 0 12px 14px 0 rgba(0,0,0,0.22);
}
.popular {
  padding: 30px 0 0;
  background-color: #f7f7f7;
  text-align: left;
}
.popular .heroSection .contentContainer .content h1 {
  color: #fff;
}
.popular .heroSection .contentContainer .content p {
  color: #fff;
}
.popular .dealRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (min-width: 1011px) {
  .popular .dealRow {
    padding: 20px;
  }
}
.popular .dealRow.dealRowSlider {
  display: block;
  overflow: hidden;
  padding-top: 30px;
  margin-top: -30px;
  margin-bottom: 0;
}
.popular .dealRow.dealRowSlider .slick-list {
  margin: -30px -10px 0px;
  padding: 30px 10px 30px;
}
@media screen and (min-width: 1011px) {
  .popular .dealRow.dealRowSlider .slick-list {
    margin: -30px -20px 0px;
    padding: 30px 20px 30px;
  }
}
.popular .dealRow.dealRowSlider .slick-dots {
  bottom: 10px;
  left: 0;
}
.popular .dealRow.dealRowSlider .newBox:hover > div.product-item.dualPrice {
  box-shadow: 0 5px 20px rgba(0,0,0,0.7);
}
.popular .dealRow .newBox {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.popular .dealRow .newBox:hover > div.product-item.dualPrice {
  cursor: pointer;
  box-shadow: 0 10px 40px rgba(0,0,0,0.7);
}
@media screen and (min-width: 674px) {
  .popular .dealRow .newBox {
    width: 50%;
  }
}
@media screen and (min-width: 1011px) {
  .popular .dealRow .newBox {
    width: 33.3333333%;
    padding: 20px;
  }
}
@media screen and (min-width: 1348px) {
  .popular .dealRow .newBox {
    width: 25%;
  }
}
@media screen and (min-width: 674px) {
  .popular .dealRow .newBox.threePrices {
    width: 100%;
  }
}
@media screen and (min-width: 1011px) {
  .popular .dealRow .newBox.threePrices {
    width: 50%;
  }
}
@media screen and (min-width: 1400px) {
  .popular .dealRow .newBox.threePrices {
    width: 33.3333333%;
  }
}
@media screen and (min-width: 1800px) {
  .popular .dealRow .newBox.threePrices {
    width: 25%;
  }
}
.popular .dealRow .newBox.singlePrice div.product-item.dualPrice .priceWrapper .prices {
  width: 100%;
}
.popular .order-filter-div {
  margin-top: 20px;
  margin-bottom: 20px;
}
.popular .order-filter-div form {
  margin: 0;
}
.popular .order-filter-div .custom-select .select-styled {
  -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 20px 0 rgba(0,0,0,0.2);
}
.popular.make {
  padding: 0;
}
.popular.make h1 {
  text-align: center;
}
.popular.make .nohero {
  margin-top: 30px;
}
.popular.model {
  padding: 0;
}
.popular.model .nohero {
  margin-top: 30px;
}
.popular h2 {
  font-size: 28px;
  color: #111;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.popular h2 span {
  display: block;
  padding: 10px 20px;
  color: #111;
  font-size: 36px;
}
.popular h2 strong {
  color: #0299ff;
}
.popular div.product-item {
  display: block;
  background: #fff;
  box-shadow: 0 10px 0 #0299ff;
  padding: 0 20px 20px;
  transition: all 0.3s ease-out;
}
.popular div.product-item h3 {
  color: black;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
}
.popular div.product-item .variant {
  font-size: 16px;
  color: #555;
  min-height: 16px;
}
.popular div.product-item .tags {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular div.product-item .tags span i {
  margin-right: 4px;
}
.popular div.product-item .tag {
  padding: 10px;
  margin: 20px 5px 0 0;
}
.popular div.product-item .tag--in-stock {
  color: #fff;
  background-color: #009500;
  text-transform: uppercase;
}
.popular div.product-item .tag--hot-deal {
  color: #fff;
  background-color: #e01e5a;
  text-transform: uppercase;
  padding-bottom: 9px;
}
.popular div.product-item .price {
  color: #333333;
  font-size: 11px;
  font-family: 'Archivo Black', sans-serif;
  font-weight: 400;
}
.popular div.product-item .price .from {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.popular div.product-item .price .p {
  color: #666;
  font-size: 30px;
  display: block;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.popular div.product-item .price--prefix {
  font-size: 12px;
  color: #333;
}
.popular div.product-item .price-info-div,
.popular div.product-item .base-info-div {
  border-left: 5px solid rgba(2,153,255,0.3);
  padding-left: 12px;
  margin-bottom: 12px;
}
.popular div.product-item:hover .price-info-div,
.popular div.product-item:hover .base-info-div {
  border-left: 5px solid #0299ff;
}
.popular div.product-item .base-info-div {
  color: #333;
  font-size: 12px;
}
.popular div.product-item .other-lease-type-price {
  color: #333;
  font-weight: bold;
  font-size: 12px;
}
.popular div.product-item .other-lease-type-price span.p {
  font-size: 14px;
  color: #666;
  font-style: italic;
  letter-spacing: 0.02em;
}
.popular div.product-item .price--fee,
.popular div.product-item .price--initial,
.popular div.product-item .subject-status-cond {
  color: #333;
  padding-top: 10px;
}
.popular div.product-item .subject-status-cond {
  padding-left: 17px;
}
.popular div.product-item .followed-by {
  padding-top: 5px;
}
.popular div.product-item .miles .based-on {
  display: block;
  padding-bottom: 10px;
  font-size: 12px;
  color: #666;
}
.popular div.product-item .subject-status-cond span {
  font-size: 12px;
  line-height: 15px;
  display: block;
}
.popular div.product-item:hover {
  cursor: pointer;
  box-shadow: 0 10px 0 #004d82, 0 10px 40px rgba(0,0,0,0.7);
}
.popular div.product-item.dualPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 0px 0px 0px 0px;
  box-shadow: none;
  padding: 0;
}
.popular div.product-item.dualPrice .make-var {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  background-color: #0299ff;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px 12px;
}
.popular div.product-item.dualPrice .make-var h3,
.popular div.product-item.dualPrice .make-var h4,
.popular div.product-item.dualPrice .make-var h5 {
  color: inherit;
  margin: 0;
}
.popular div.product-item.dualPrice .make-var h3 {
  margin-bottom: 5px;
}
.popular div.product-item.dualPrice .make-var h4 {
  font-size: 13px;
  line-height: 17px;
}
.popular div.product-item.dualPrice .make-var h5 {
  font-size: 13px;
  line-height: 20px;
}
.popular div.product-item.dualPrice .image-make-var {
  min-height: auto;
}
.popular div.product-item.dualPrice .image-make-var figure {
  padding-top: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30.5px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags span i {
  margin-right: 4px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags .tag {
  font-size: 11px;
  padding: 7px;
  margin: 5px 0 0 5px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags .tag.tag--hot-deal {
  color: #fff;
  background-color: #e01e5a;
}
.popular div.product-item.dualPrice .image-make-var figure .tags .tag.tag--in-stock {
  color: #fff;
  background-color: #009500;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.circle {
  position: relative;
  min-height: calc(80px - (0.075 * (100vw - 57px)));
  padding: 0;
  min-height: 0;
}
@media screen and (min-width: 640px) {
  .popular div.product-item.dualPrice .image-make-var figure .tags.circle {
    min-height: calc(80px - (0.0375 * (100vw - 98px)));
    min-height: 0;
  }
}
@media screen and (min-width: 1011px) {
  .popular div.product-item.dualPrice .image-make-var figure .tags.circle {
    min-height: calc(80px - (0.025 * (100vw - 177px)));
    min-height: 0;
  }
}
@media screen and (min-width: 1348px) {
  .popular div.product-item.dualPrice .image-make-var figure .tags.circle {
    min-height: calc(80px - (0.01875 * (100vw - 200px)));
    min-height: 0;
  }
}
.popular div.product-item.dualPrice .image-make-var figure .tags.circle span {
  position: absolute;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  line-height: 95px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  opacity: 0.8;
  transform: rotate(-20deg);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.circle span:nth-child(2) {
  left: 75px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.circle span i {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  width: 24px;
  height: 24px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.banner {
  padding: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.banner span {
  position: absolute;
  top: 28px;
  left: -35px;
  transform: rotate(-45deg);
  width: 130px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  padding: 0.375rem;
  padding-bottom: 0.625rem;
  -webkit-clip-path: polygon(100% 0,93% 50%,100% 100%,0% 100%,7% 50%,0% 0%);
  clip-path: polygon(100% 0,93% 50%,100% 100%,0% 100%,7% 50%,0% 0%);
  -webkit-clip-path: polygon(84% 0,84% 29%,99% 29%,94% 65%,100% 100%,70% 100%,70% 81%,30% 81%,30% 100%,0% 100%,6% 65%,1% 29%,16% 29%,16% 0);
  clip-path: polygon(84% 0,84% 29%,99% 29%,94% 65%,100% 100%,70% 100%,70% 81%,30% 81%,30% 100%,0% 100%,6% 65%,1% 29%,16% 29%,16% 0);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.banner span:nth-child(2) {
  right: -30px;
  left: auto;
  transform: rotate(45deg);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.banner span:nth-child(3) {
  width: 200px;
  top: 53px;
  right: -40px;
  left: auto;
  transform: rotate(45deg);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.alt {
  position: relative;
  min-height: 60px;
  padding: 0;
  min-height: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.alt span {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
  height: 80px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 0.375rem;
  margin: 0;
  -webkit-clip-path: polygon(100% 0,100% 100%,50% 75%,0 100%,0% 0%);
  clip-path: polygon(100% 0,100% 100%,50% 75%,0 100%,0% 0%);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.alt span:nth-child(2) {
  left: 80px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.alt span:nth-child(3) {
  left: 155px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.alt.small {
  min-height: 30px;
  min-height: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.alt.small span {
  font-size: 0.5rem;
  line-height: 0.75rem;
  width: 40px;
  height: 50px;
  padding: 0.5rem 0.25rem;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.alt.small span:nth-child(2) {
  left: 50px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.alt.small span:nth-child(3) {
  left: 95px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.simple {
  padding: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.simple span {
  position: absolute;
  top: 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.simple span:first-child {
  left: 0px;
  border-bottom-right-radius: 8px;
  padding: 0px 8px 2px 4px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.simple span:nth-child(2) {
  right: 0px;
  border-bottom-left-radius: 8px;
  padding: 0px 4px 2px 8px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.simple.small span {
  font-size: 0.75rem;
  line-height: 20px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle {
  position: relative;
  min-height: 60px;
  padding: 0;
  min-height: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  border-radius: 0;
  width: 100px;
  text-align: center;
  top: 32px;
  padding: 0 3.5px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: -1;
  top: -26px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span:first-child {
  left: -4px;
  transform: rotate(-45deg);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span:first-child:after {
  left: -12px;
  border-left: 124px solid transparent;
  border-top: 124px solid transparent;
  transform: rotate(-45deg);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span:nth-child(2) {
  right: -4px;
  transform: rotate(45deg);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span:nth-child(2):after {
  right: -12px;
  border-right: 124px solid transparent;
  border-top: 124px solid transparent;
  transform: rotate(45deg);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span:nth-child(3) {
  display: none;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span.tag--hot-deal:after {
  border-top-color: #e01e5a;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle span.tag--in-stock:after {
  border-top-color: #009500;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle.small {
  min-height: 20px;
  min-height: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle.small span {
  font-size: 0.75rem;
  line-height: 20px;
  width: 77px;
  top: 24px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle.small span:after {
  top: -21px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle.small span:first-child {
  left: -4px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle.small span:first-child:after {
  left: -4px;
  border-width: 84px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle.small span:nth-child(2) {
  right: -4px;
  transform: rotate(45deg);
}
.popular div.product-item.dualPrice .image-make-var figure .tags.triangle.small span:nth-child(2):after {
  right: -4px;
  border-width: 84px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB {
  position: relative;
  min-height: 45px;
  padding: 0;
  min-height: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB span {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  width: 123px;
  top: 4px;
  left: -6px;
  right: auto;
  padding: 0 8px 2px 8px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB span:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: -5px;
  left: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #0d0d0d;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB span:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0px;
  height: 0px;
  left: 100%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB span.tag--hot-deal:after {
  border-top-color: #e01e5a;
  border-bottom-color: #e01e5a;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB span.tag--in-stock:after {
  border-top-color: #009500;
  border-bottom-color: #009500;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB span:nth-child(2) {
  top: 40px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB span:nth-child(3) {
  top: 76px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB.small {
  min-height: 30px;
  min-height: 0;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB.small span {
  font-size: 0.75rem;
  line-height: 20px;
  width: 94px;
  top: 4px;
  padding: 0 15px 2px 8px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB.small span:after {
  border-width: 11px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB.small span:nth-child(2) {
  top: 32px;
}
.popular div.product-item.dualPrice .image-make-var figure .tags.ribbonB.small span:nth-child(3) {
  top: 60px;
}
.popular div.product-item.dualPrice .priceWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular div.product-item.dualPrice .priceWrapper .prices {
  width: 50%;
  background: #0299ff;
  color: #ffffff;
  text-align: center;
  padding: 8px 4px;
  margin-left: 2px;
}
.popular div.product-item.dualPrice .priceWrapper .prices:first-child {
  background: #0299ff;
  color: #ffffff;
  margin-left: 0;
}
.popular div.product-item.dualPrice .priceWrapper .prices.hide + .prices {
  margin-left: 0;
}
.popular div.product-item.dualPrice .priceWrapper .prices p {
  line-height: 1.125rem;
  margin: 0;
}
.popular div.product-item.dualPrice .priceWrapper .prices .priceLabel {
  font-size: 1rem;
  font-weight: 400;
}
.popular div.product-item.dualPrice .priceWrapper .prices .priceValue {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.popular div.product-item.dualPrice .priceWrapper .prices .priceDetail {
  font-size: 0.75rem;
  font-weight: 400;
}
.popular div.product-item.dualPrice .priceWrapper .prices .priceInitial {
  font-size: 0.6875rem;
  font-weight: 300;
}
.popular div.product-item.dualPrice .terms {
  padding: 10px 5px;
}
.popular div.product-item.dualPrice .terms p {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}
.popular div.product-item.dualPrice .viewBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e01e5a;
  border-color: #e01e5a;
  width: 100%;
  margin: 0;
}
.popular div.product-item.dualPrice .viewBtn:hover,
.popular div.product-item.dualPrice .viewBtn:active,
.popular div.product-item.dualPrice .viewBtn:focus {
  color: #e01e5a;
  background-color: #ffffff;
}
.popular div.product-item.dualPrice .viewBtn:hover svg,
.popular div.product-item.dualPrice .viewBtn:active svg,
.popular div.product-item.dualPrice .viewBtn:focus svg {
  fill: #e01e5a;
}
.popular div.product-item.dualPrice .viewBtn svg {
  fill: #ffffff;
  margin-right: 6px;
}
.popular div.product-item.dualPrice .viewBtn.old:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/img/magnifier-icon.png) no-repeat center;
  background-size: contain;
  margin-right: 6px;
}
.popular div.product-item.dualPrice button {
  margin-bottom: 6px;
}
.popular div.product-item.dualPrice button:last-child {
  margin-bottom: 0;
  border-radius: 0px 0px 0px 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popular.personal,
.popular.personal h2 span {
  background: #E1E1E1;
}
.popular .price--section {
  clear: left;
  padding-top: 15px;
}
.popular .boxed {
  margin-bottom: 40px;
}
.popular .boxed .product-item {
  border: solid 1px #eee;
}
.scroll .search-filter-box {
  margin-top: 48px;
}
.popular.small .product-item .price .from {
  display: inline-block;
  font-size: 13px;
}
.popular.small .product-item .price .p {
  display: inline-block;
  font-size: 13px;
}
.popular.small .vat {
  display: block;
}
.popular.small .product-item h3 {
  font-size: 14px;
}
.whychoose {
  padding: 40px 0;
}
.whychoose.landing {
  color: #333;
  padding: 0;
}
.whychoose.landing h1,
.whychoose.landing h2,
.whychoose.landing h3,
.whychoose.landing h4,
.whychoose.landing h5,
.whychoose.landing p {
  color: inherit;
}
.whychoose.landing .item h1,
.whychoose.landing .item h2,
.whychoose.landing .item h3,
.whychoose.landing .item h4,
.whychoose.landing .item h5,
.whychoose.landing .item p {
  color: inherit;
}
.whychoose > .content-block:first-child:not(.full):not(.fullwidth) {
  margin-top: 2rem;
}
.whychoose .row {
  padding: 0;
  margin-bottom: 2rem;
}
.whychoose .row.full {
  max-width: none;
  margin-bottom: 0;
}
.whychoose .row.full + div:not(.full):not(.fullwidth) {
  margin-top: 2rem;
}
.whychoose .row.full + section:not(.full):not(.fullwidth) {
  margin-top: 2rem;
}
.whychoose .row.dark {
  color: #fff;
}
.whychoose .columns {
  padding: 2.5rem;
  margin: 0;
}
.whychoose h2 {
  color: #0299ff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.whychoose h2 span {
  display: inline-block;
}
.whychoose .item {
  background: #EFEFEF;
  text-align: center;
  padding-bottom: 10px;
}
.whychoose .item .text {
  padding: 20px;
}
.whychoose .item h3 {
  color: #0299ff;
  font-weight: bold;
}
.whychoose .item p {
  line-height: 150%;
}
.newsletter {
  background: #3F3F41;
  height: 80px;
  border-bottom: 1px solid #fff;
}
.newsletter .columns {
  height: 80px;
}
.newsletter label {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: center;
}
.newsletter form {
  margin: 0;
}
.newsletter form button,
.newsletter form input {
  margin-bottom: 0;
}
.newsletter form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.newsletter form .columns {
  padding: 0 5px;
}
.newsletter .tel {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  text-align: right;
}
.breadcrumbWrapper {
  padding: 0;
}
.breadcrum {
  overflow: hidden;
  padding: 8px 12px;
  margin: 0;
  box-shadow: 0 0 11px 0 rgba(0,0,0,0.33);
}
.breadcrum li {
  display: inline-block;
  list-style: none;
  background: url(/img/bullet2.png) no-repeat left;
  line-height: 17px;
  padding: 0 15px 0 20px;
}
.breadcrum li.home {
  padding-left: 0;
  background: none;
}
.breadcrum li a,
.breadcrum li span {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
.breadcrum li.home a {
  display: block;
  width: 17px;
  height: 13px;
  margin-top: 2px;
  background: url(/img/home.png) no-repeat center;
  text-indent: -3000px;
  font-size: 0;
  overflow: hidden;
}
.breadcrum li.home a:hover {
  background: url(/img/homeh.png) no-repeat center;
}
.breadcrum li a:hover {
  color: #0299ff;
}
.vehicledetail figure {
  margin-bottom: 30px;
}
.vehicledetail h1 {
  color: #333;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}
.vehicledetail h2 {
  color: #0299ff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.vehicledetail p {
  font-size: 13px;
  line-height: 150%;
}
.vehicledetail .subHeading {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #555;
}
.stocklabel {
  display: inline-block;
  color: #fff !important;
  background: #444;
  padding: 5px 10px;
  font-weight: 300;
  text-transform: uppercase;
}
.stocklabel.in {
  background: #409316;
}
.stocklabel.hot {
  background: red;
}
.vehicleRowTop {
  background-color: #ffffff;
}
.vehicleRowTop > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1912px;
}
@media screen and (min-width: 1011px) {
  .vehicleRowTop > .row {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.vehicleRowTop > .row:before,
.vehicleRowTop > .row:after {
  display: none;
}
.vehicleRowTop .vehicledetailcolumn {
  float: none !important;
}
.vehicleRowTop .vehicledetailcolumn .vehicledetail {
  background-color: #fff;
  padding: 12px;
  border-radius: 0px 0px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 1011px) {
  .vehicleRowTop .vehicledetailcolumn .vehicledetail .mainHeading {
    padding: 13px;
  }
}
@media screen and (min-width: 1250px) {
  .vehicleRowTop .vehicledetailcolumn .vehicledetail .mainHeading {
    padding: 9px;
  }
}
@media screen and (min-width: 1011px) {
  .vehicleRowTop .vehicledetailcolumn .vehicledetail .subHeading {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1250px) {
  .vehicleRowTop .vehicledetailcolumn .vehicledetail .subHeading {
    margin-top: 2px;
  }
}
.vehicleRowTop .vehicledetailcolumn .vehicledetail .mainHeading,
.vehicleRowTop .vehicledetailcolumn .vehicledetail .subHeading {
  color: #222222;
  margin: 0;
}
.vehicleRowTop .vehicledetailcolumn .vehicleimages {
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.vehicleRowTop .vehiclesidebarcolumn {
  float: none !important;
  background: #f2f2f2;
}
@media screen and (max-width: 1010.98px) {
  .vehicleRowTop .vehiclesidebarcolumn {
    padding: 0;
  }
}
@media screen and (min-width: 1011px) {
  .vehicleRowTop .vehiclesidebarcolumn {
    box-shadow: 0 -11px 11px 0 rgba(0,0,0,0.33);
  }
}
.vehicleRowTop .section {
  margin-top: 10px;
  background-color: transparent;
}
@media screen and (max-width: 1011px) {
  .vehicleRowTop .section.mt20 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1011px) {
  .vehicleRowTop .section:first-child {
    margin-top: 20px;
  }
}
.vehicleRowTop .section:last-child {
  padding-bottom: 20px;
}
.vehicleRowTop .section div,
.vehicleRowTop .section h1,
.vehicleRowTop .section h2,
.vehicleRowTop .section h3,
.vehicleRowTop .section h4,
.vehicleRowTop .section h5,
.vehicleRowTop .section p {
  color: #222222;
}
.vehicleRowTop .section .order.vehicle .price strong span {
  color: #151515;
}
.vehicleRowTop .sidebartitleNew {
  background: #3e3d3d;
  margin: 0;
  padding: 0;
}
.vehicleRowTop .sidebartitleNew .vatToggle {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vehicleRowTop .sidebartitleNew .vToggleIcon svg {
  fill: #0299ff;
}
.vehicleRowTop .sidebartitleNew .vToggleItem {
  display: block;
  width: 50%;
}
.vehicleRowTop .sidebartitleNew .vToggleItem label {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  border: none;
  border-radius: 0;
  width: 100%;
  text-align: center;
  background-color: #0299ff;
  color: #ffffff;
  margin: 0 !important;
  padding: 27px 0;
}
.vehicleRowTop .sidebartitleNew .vToggleItem label:hover {
  background-color: #0084dd;
}
.vehicleRowTop .sidebartitleNew .vToggleItem label .vToggleIcon {
  display: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.vehicleRowTop .sidebartitleNew .vToggleItem label .vToggleIcon svg {
  fill: #fff;
}
@media only screen and (max-width: 640px) {
  .vehicleRowTop .sidebartitleNew .vToggleItem label {
    font-size: 16px;
    line-height: 20px;
    padding: 12px;
  }
}
.vehicleRowTop .sidebartitleNew .vToggleItem input:checked ~ label {
  background-color: #ffffff;
  color: #0299ff;
}
.vehicleRowTop .sidebartitleNew .vToggleItem input:checked ~ label:hover {
  background-color: #ffffff;
}
.vehicleRowTop .order.vehicle {
  background: transparent;
  padding: 0;
}
.vehicleRowTop .order.vehicle form > div {
  padding: 0 16px;
  padding: 0;
  margin-top: 20px;
}
.vehicleRowTop .order.vehicle h5.heading {
  text-align: center;
  color: #666;
  width: 100%;
  margin: 2px 0px 12px;
}
@media screen and (min-width: 1600px) {
  .vehicleRowTop .order.vehicle h5.heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1600px) {
  .vehicleRowTop .order.vehicle .vehicleoptions {
    padding-top: 10px;
  }
}
.vehicleRowTop .order.vehicle .pricesContainer {
  display: none;
  padding: 0;
  margin-top: 20px;
}
@media screen and (min-width: 1011px) {
  .vehicleRowTop .order.vehicle .pricesContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.vehicleRowTop .order.vehicle .pricesContainer div {
  flex-grow: 1;
  padding: 12px;
  margin: 0 3px;
  border-radius: 0px 0px 0px 0px;
}
.vehicleRowTop .order.vehicle .pricesContainer div:first-child {
  background-color: #0299ff;
  color: #ffffff;
  margin-left: 0;
}
.vehicleRowTop .order.vehicle .pricesContainer div:last-child {
  background-color: #0299ff;
  color: #ffffff;
  margin-right: 0;
}
.vehicleRowTop .order.vehicle .pricesContainer h4 {
  font-size: 22px;
  line-height: 16px;
  font-weight: bold;
  color: inherit;
  margin: 0 0 5px 0;
}
@media screen and (min-width: 1250px) {
  .vehicleRowTop .order.vehicle .pricesContainer h4 {
    padding-bottom: 6px;
  }
}
.vehicleRowTop .order.vehicle .pricesContainer .id-pricemonthly {
  font-size: 32px;
  line-height: 33px;
  font-weight: bold;
  color: inherit;
  margin-right: 2px;
}
.vehicleRowTop .order.vehicle .pricesContainer .id-contact {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: inherit;
}
.vehicleRowTop .order.vehicle .pricesContainer .forlatest {
  margin: 0;
}
.vehicleRowTop .order.vehicle .pricesContainer .permonth {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  white-space: nowrap;
}
@media screen and (min-width: 1250px) {
  .vehicleRowTop .order.vehicle .pricesContainer .permonth {
    display: inline-block;
  }
}
.vehicleRowTop .order.vehicle .pricesContainer h5 {
  font-size: 11px;
  line-height: 1;
  color: inherit;
  margin: 4px 0 0;
}
.vehicleRowTop .order.vehicle .pricesContainer h5:last-child {
  margin-top: 9px;
}
.vehicleRowTop .order.vehicle .pricesContainer .finance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.vehicleRowTop .order.vehicle .pricesContainer .finance div {
  flex: 1 0 50%;
}
.vehicleRowTop .order.vehicle .processingFeesContainer {
  background: #e5e5e5;
  padding: 5px 10px;
}
.vehicleRowTop .order.vehicle .processingFeesContainer h4 {
  text-align: center;
  font-weight: 700;
}
.vehicleRowTop .order.vehicle .processingFeesContainer .openWltpModal {
  font-size: 14px;
  cursor: pointer;
  text-align: left;
  text-decoration: underline;
  font-weight: unset;
}
.vehicleRowTop .order.vehicle .processingFeesContainer p {
  font-size: 15px;
  font-weight: 400;
  color: #151515;
  margin: 0;
}
.vehicleRowTop .order.vehicle .price strong {
  padding-top: 0;
}
.vehicleRowTop .order.vehicle .optionrow label {
  font-size: 16px;
  line-height: 23px;
  color: #222222;
  text-align: left;
  padding: 0;
  margin: 0 0 5px;
}
.vehicleRowTop .order.vehicle .optionrow select {
  font-family: Open Sans, sans-serif;
  cursor: pointer;
  height: auto;
  background-color: #0299ff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  padding: 13px 39px 13px 13px;
  margin-bottom: 0;
  border: none;
  background-image: -webkit-linear-gradient(bottom left,transparent 50%,#ffffff 50%), -webkit-linear-gradient(top left,#ffffff 50%,transparent 50%);
  background-image: -o-linear-gradient(bottom left,transparent 50%,#ffffff 50%), -o-linear-gradient(top left,#ffffff 50%,transparent 50%);
  background-image: linear-gradient(to top right,transparent 50%,#ffffff 50%), linear-gradient(to bottom right,#ffffff 50%,transparent 50%);
  background-position: calc(100% - 22px) calc(1em + 6px), calc(100% - 17px) calc(1em + 6px);
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-radius: 0px 0px 0px 0px;
}
.vehicleRowTop .order.vehicle .maintrow {
  background-color: transparent;
  border: 3px solid #ffffff;
  padding: 6px 10px 10px;
  border-radius: 0px 0px 0px 0px;
}
@media screen and (min-width: 1600px) {
  .vehicleRowTop .order.vehicle .maintrow {
    padding: 11px 10px 15px;
  }
}
.vehicleRowTop .order.vehicle .maintrow h3,
.vehicleRowTop .order.vehicle .maintrow h4,
.vehicleRowTop .order.vehicle .maintrow h5 {
  color: #222222;
}
.vehicleRowTop .order.vehicle .maintrow .buttonrow {
  padding: 10px 0;
}
.vehicleRowTop .order.vehicle .maintrow .buttonrow .for {
  padding: 0;
}
.vehicleRowTop .order.vehicle .maintrow .buttonrow .for h4 {
  font-size: 14px;
  margin: 0;
}
.vehicleRowTop .order.vehicle .maintrow .maintLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #ffffff;
  color: #0299ff;
  border: none;
  border-radius: 0px;
  padding: 10px 25px;
  margin: 0 !important;
}
.vehicleRowTop .order.vehicle .maintrow .maintLabel .maintIcon {
  display: none;
}
.vehicleRowTop .order.vehicle .maintrow .maintInput:checked ~ .maintLabel {
  background-color: #0299ff;
  color: #ffffff;
  cursor: default !important;
}
.vehicleRowTop .order.vehicle .maintrow .maintInput:checked ~ label .mainIcon {
  background-color: transparent;
}
.vehicleRowTop .order.vehicle .maintrow .maintInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  background: transparent;
}
.vehicleRowTop .order.vehicle .maintrow .maintInfo span {
  margin-right: 8px;
}
.vehicleRowTop .order.vehicle .maintrow .maintInfo p {
  font-size: 12px;
}
.vehicleRowTop .order.vehicle .btnGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vehicleRowTop .order.vehicle .btnGroup button {
  flex-grow: 1;
  background: #ffffff;
  color: #0299ff;
  font-size: 14px;
  line-height: 17px;
  padding: 14px 0 !important;
  margin: 0 1px;
  border: none;
  border-radius: 0px 0px 0px 0px;
}
.vehicleRowTop .order.vehicle .btnGroup button:hover {
  background: #ededed;
}
.vehicleRowTop .order.vehicle .btnGroup button:first-child {
  margin-left: 0;
}
.vehicleRowTop .order.vehicle .btnGroup button:last-child {
  margin-right: 0;
}
.vehicleRowTop .order.vehicle .btnGroup button.selected {
  background: #0299ff;
  color: #ffffff;
}
.vehicleRowTop .order.vehicle .btnGroup button.selected:hover {
  background: #0299ff;
}
@media screen and (min-width: 1011px) {
  .vehicleRowTop .order.vehicle .btnGroup button {
    background: #ffffff;
  }
}
@media screen and (max-width: 640px) {
  .vehicleRowTop .order.vehicle .initialpayment {
    margin-top: 0;
  }
}
@media screen and (min-width: 641px) {
  .vehicleRowTop .order.vehicle .optionrow > .medium-6 {
    padding: 0 10px;
  }
}
.vehicleRowTop .order.vehicle .optionrow > .medium-6:first-child {
  padding-left: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .vehicleRowTop .order.vehicle .optionrow > .medium-6:first-child {
    margin: 0;
  }
}
.vehicleRowTop .order.vehicle .optionrow > .medium-6:last-child {
  padding-right: 0;
}
.vehicleRowTop .order.vehicle .annualmileage .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6px;
}
.vehicleRowTop .order.vehicle .annualmileage .wrapper label {
  margin: 0 3px 0 0;
  line-height: 37px;
}
.vehicleRowTop .order.vehicle .annualmileage .wrapper input {
  -moz-appearance: textfield;
  width: auto;
  font-size: 16px;
  line-height: 37px;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0 !important;
}
.vehicleRowTop .order.vehicle .annualmileage .wrapper input::-webkit-inner-spin-button,
.vehicleRowTop .order.vehicle .annualmileage .wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.vehicleRowTop .order.vehicle .annualmileage .mileageSliderContainer {
  padding: 0 10px;
}
.vehicleRowTop .order.vehicle .annualmileage .noUi-connect {
  background: transparent;
}
.vehicleRowTop .order.vehicle .annualmileage .noUi-handle {
  cursor: pointer;
  background: #0299ff;
  border-color: #0299ff;
}
.vehicleRowTop .order.vehicle .orderSummary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.vehicleRowTop .order.vehicle .orderSummary .term,
.vehicleRowTop .order.vehicle .orderSummary .detail {
  font-size: 14px;
  line-height: 26px;
  border-bottom: 1px solid #d6d6d6;
}
.vehicleRowTop .order.vehicle .orderSummary .term {
  flex-basis: 40%;
  max-width: 40%;
  font-weight: bold;
  padding-right: 8px;
}
.vehicleRowTop .order.vehicle .orderSummary .term.extras {
  flex-basis: 100%;
  max-width: 100%;
  border: none;
}
.vehicleRowTop .order.vehicle .orderSummary .detail {
  flex-basis: 60%;
  max-width: 60%;
  text-align: right;
}
.vehicleRowTop .order.vehicle .orderSummary .detail.extras div {
  display: none;
}
.vehicleRowTop .order.vehicle .orderSummary .detail.extras .active {
  display: block;
}
.vehicleRowTop .order.vehicle .orderSummary .detail.detail--optional-extras {
  flex-basis: 100%;
  max-width: 100%;
}
.vehicleRowTop .order.vehicle .orderSummary .detail a,
.vehicleRowTop .order.vehicle .orderSummary .detail span.a {
  color: #555;
}
.vehicleRowTop .order.vehicle .orderSummary .detail a:hover,
.vehicleRowTop .order.vehicle .orderSummary .detail span.a:hover {
  color: #999;
}
.vehicleRowTop .order.vehicle .orderSummary .detail ul {
  padding: 0;
  margin: 0;
  margin-top: 3px;
  margin-left: 1.1rem;
}
.vehicleRowTop .order.vehicle .orderSummary .detail li {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding: 0;
  margin: 0;
}
.vehicleRowTop .order.vehicle .buttons {
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.vehicleRowTop .order.vehicle .buttons .split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.vehicleRowTop .order.vehicle .buttons .split div {
  flex: 1 0 100%;
}
.vehicleRowTop .order.vehicle .buttons .split div .button {
  margin: 0 3px;
}
.vehicleRowTop .order.vehicle .buttons .split div:first-child .button {
  margin: 0 3px 0 0;
}
.vehicleRowTop .order.vehicle .buttons .split div:last-child .button {
  margin: 0 0 0 3px;
}
@media only screen and (min-width: 640px) {
  .vehicleRowTop .order.vehicle .buttons .split div {
    flex: 1 0 50%;
  }
}
.vehicleRowTop .order.vehicle .buttons .optionlink {
  background-color: #ffffff;
  color: #0299ff;
  border-color: #ffffff;
}
.vehicleRowTop .order.vehicle .buttons .optionlink:hover {
  background-color: #0299ff;
  color: #ffffff;
}
.vehicleRowTop .order.vehicle .buttons .button {
  margin: 10px 0 0 0;
}
.vehicleRowTop .order.vehicle .configureAccordion .accordion .accordion-navigation .button {
  margin-top: 0;
}
.vehicleRowTop.layoutTwo .vehicleinfo {
  background-color: transparent;
}
.vehicleRowTop.layoutTwo .vehicleoptions dd {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}
@media only screen and (max-width: 900px) {
  .vehicleRowTop.layoutTwo .vehicleoptions dd {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.vehicleRowTop.layoutTwo .order.vehicle .maintrow {
  margin: 0 0 10px;
  padding: 10px;
}
.vehicleRowTop.layoutTwo .order.vehicle .maintrow .maintLabel .maintIcon {
  display: none;
}
.vehicleRowTop.layoutTwo .order.vehicle .buttons {
  background: transparent;
  margin: 0;
}
.garagelabel {
  display: inline-block;
  color: #fff;
  background: #2e2e30;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.refine {
  background: #EFEFEF;
  padding: 20px;
  margin-bottom: 40px;
}
.refine .title-div {
  text-align: center;
}
.refine .price--switch {
  width: 250px;
  margin: auto;
}
.refine h3 {
  color: #0299ff;
  font-size: 18px;
  font-weight: bold;
}
.refine .row {
  margin-left: -5px;
  margin-right: -5px;
}
.refine .columns {
  padding: 0 5px;
}
.refine button {
  background: #0299ff;
  position: relative;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  height: 34px;
  font-size: 13px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
}
.refine button:hover {
  background: #222222;
  color: #fff;
}
.refine button .ico {
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 34px;
  background: #222222 url(/img/search.png) no-repeat center;
}
.refine .preicerangerow label {
  padding-top: 10px;
  display: block;
  text-align: right;
}
.models {
  border: none;
  border-collapse: collapse;
  width: 100%;
  font-size: 13px;
  border-bottom: 1px solid #EFEFEF;
}
.models .stockribbon {
  background: #409316;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0 0;
  display: inline-block;
}
.models .stockribbon.in {
  background: red;
}
.models .paintribbon {
  background: #909316;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0 0;
  display: inline-block;
}
.models .trimribbon {
  background: #935616;
  color: #fff;
  padding: 0 5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  margin: 5px 0 0;
  display: inline-block;
}
.models .availability-ribbon {
  background: #666;
  padding: 0 5px;
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  margin-top: 4px;
  margin-bottom: 3px;
  display: inline-block;
  text-transform: uppercase;
}
.models .dealer-notes-ribbon {
  background: #333;
  padding: 0 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 3px;
  display: inline-block;
}
.models .vname {
  font-weight: 700;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
}
.models .vman {
  font-weight: 400;
  font-size: 12px;
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
}
.models .vat {
  font-weight: 300;
  font-size: 9px;
}
.models .fuel {
  font-weight: 300;
}
.models th {
  background: #2E2E30;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
}
.models td {
  font-size: 13px;
  background: #FFFFFF;
}
.models tr:nth-child(odd) td {
  background: #EFEFEF;
}
.models a.sel {
  background: #0299ff;
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 3px 10px;
  font-weight: bold;
  text-align: center;
}
.models tbody.collapsable {
  transition: all 0.5s ease-out;
}
.models tbody.collapsed {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.showing {
  padding-top: 20px;
  text-align: center;
  height: 54px;
  position: relative;
  margin-bottom: 40px;
}
.showing p {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 13px;
}
.showing .viewmore {
  background: #0299ff;
  position: relative;
  padding: 0 20px 0 54px !important;
  text-align: center;
  text-transform: uppercase;
  height: 34px;
  font-size: 13px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
}
.showing .viewmore:hover {
  background: #222222;
  color: #fff;
}
.showing .viewmore .ico {
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 34px;
  background: #222222 url(/img/showmore.png) no-repeat center;
}
.showing .viewless {
  background: #0299ff;
  position: relative;
  padding: 0 20px 0 54px !important;
  text-align: center;
  text-transform: uppercase;
  height: 34px;
  font-size: 13px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
  display: none;
}
.showing .viewless:hover {
  background: #222222;
  color: #fff;
}
.showing .viewless .ico {
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 34px;
  background: #222222 url(/img/showmore.png) no-repeat center;
  transform: rotate(180deg);
}
.pricefixed.singlevehicle .sidebar {
  padding-top: 150px;
}
.pricefixed.singlevehicle .sidebar .price {
  position: fixed;
  top: 95px;
  height: 40px;
  padding: 0 20px;
  z-index: 10;
  width: 245px;
  box-shadow: none;
}
.pricefixed.singlevehicle .sidebar .price strong {
  font-size: 22px;
  float: left;
  padding-top: 8px;
}
.pricefixed.singlevehicle .sidebar .price p {
  float: left;
  margin-left: 10px;
  margin-top: 10px;
}
#singleModel .price {
  height: 180px;
}
.backbutton {
  text-transform: uppercase;
  color: #999;
  font-size: 14px;
}
.configure:not(.configureAccordion) h3 {
  color: #222222;
  background: #CCC;
  padding: 10px 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 20px;
}
.configure:not(.configureAccordion) .accordion li a {
  display: block;
  background: #ffffff;
  color: #0299ff;
  border: 0px solid ;
  border-bottom: 0px solid #ededed;
  font-size: 16px;
  padding: 10px 30px;
}
.configure:not(.configureAccordion) .accordion li a:hover {
  background: #ededed;
}
.configure:not(.configureAccordion) .accordion li a:before {
  content: '+';
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  text-align: center;
  font-size: 20px;
}
.configure:not(.configureAccordion) .accordion li.active {
  border-bottom: 0px solid #ededed;
}
.configure:not(.configureAccordion) .accordion li.active > a {
  background: #0299ff;
  color: #0299ff;
  border: 0px solid transparent;
  border-bottom: 0px solid #ededed;
}
.configure:not(.configureAccordion) .accordion li.active > a:hover {
  background: #0299ff;
}
.configure:not(.configureAccordion) .accordion li.active > a:before {
  content: '-';
}
.configure:not(.configureAccordion) .accordion li.active .content {
  max-height: 400px;
  overflow-y: scroll;
}
.configure:not(.configureAccordion) .accordion li .content {
  margin-bottom: 0px !important;
  background: #f5f5f5;
  padding: 0 20px;
}
.configure:not(.configureAccordion) .accordion li .content h4 {
  padding: 0 0 0 5px;
}
.configure .accordion {
  margin-left: 0;
}
.configureAccordion .accordion {
  margin-left: 0px;
}
.configureAccordion .accordion .accordion-navigation .button {
  color: #fff;
  background: #0299ff;
  border-color: #0299ff;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  margin-top: 0;
}
.configureAccordion .accordion .accordion-navigation .button:focus,
.configureAccordion .accordion .accordion-navigation .button:hover {
  background: #fff;
  color: #0299ff;
}
.configureAccordion .accordion .accordion-navigation > .content {
  padding: 0;
}
.configureAccordion .configure .accordion .content,
.configureAccordion.configure .accordion .content {
  background: #fff;
  border: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.configureAccordion .configure .accordion .accordion-navigation,
.configureAccordion.configure .accordion .accordion-navigation {
  margin-bottom: 10px !important;
}
.configureAccordion .configure .accordion .accordion-navigation:last-child,
.configureAccordion.configure .accordion .accordion-navigation:last-child {
  margin-bottom: 0 !important;
}
.configureAccordion .configure .accordion .accordion-navigation a,
.configureAccordion.configure .accordion .accordion-navigation a {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.1px;
  background: #ffffff;
  color: #0299ff;
  border: 0px solid ;
  border-bottom: 0px solid #ededed;
  padding: 12px;
  border-radius: 0px 0px 0px 0px;
}
.configureAccordion .configure .accordion .accordion-navigation a:hover,
.configureAccordion.configure .accordion .accordion-navigation a:hover {
  background-color: #ededed;
  color: #0299ff;
}
.configureAccordion .configure .accordion .accordion-navigation.active,
.configureAccordion.configure .accordion .accordion-navigation.active {
  border-bottom: 0px solid #ededed;
}
.configureAccordion .configure .accordion .accordion-navigation.active > a,
.configureAccordion.configure .accordion .accordion-navigation.active > a {
  background: #0299ff;
  color: #0299ff;
  border: 0px solid transparent;
  border-bottom: 0px solid #ededed;
}
.configureAccordion .configure .accordion .accordion-navigation.active > a:hover,
.configureAccordion.configure .accordion .accordion-navigation.active > a:hover {
  background: #0299ff;
}
.configureAccordion .configure .accordion .accordion-navigation.active .content,
.configureAccordion.configure .accordion .accordion-navigation.active .content {
  max-height: 375px;
  overflow-y: scroll;
}
.configureAccordion .configure .accordion label,
.configureAccordion.configure .accordion label {
  position: relative;
  cursor: pointer;
  font-size: 13px;
  line-height: 16px;
  border: 0px solid transparent;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px;
  padding-right: 110px;
  padding-left: 26px;
}
.configureAccordion .configure .accordion label:nth-child(2n),
.configureAccordion.configure .accordion label:nth-child(2n) {
  background: #f7f7f7;
}
.configureAccordion .configure .accordion label:last-child,
.configureAccordion.configure .accordion label:last-child {
  border-bottom: none;
}
.configureAccordion .configure .accordion label:hover,
.configureAccordion.configure .accordion label:hover {
  background: #f0f0f0;
}
.configureAccordion .configure .accordion label input,
.configureAccordion.configure .accordion label input {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px 5px 2px 0px;
  margin-bottom: 2px !important;
}
.configureAccordion .configure .accordion label .price,
.configureAccordion.configure .accordion label .price {
  float: none;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.configureAccordion .configure .accordion h4,
.configureAccordion.configure .accordion h4 {
  margin: 3px 0 0 12px;
}
.singlevehicle .sidebar .panel {
  font-weight: bold;
  background: #F0F0F0;
  border: none;
  padding: 20px 15px;
}
.singlevehicle .sidebar .panel p {
  font-weight: bold;
}
.singlevehicle .sidebar .sidebartitle {
  background: #3e3d3d;
  padding: 12px 0;
  color: #fff;
  font-size: 22px;
  margin-top: 6px;
}
.singlevehicle .sidebar .price {
  margin-bottom: 0;
  font-size: 12px;
}
.singlevehicle .sidebar .price .from {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.singlevehicle .sidebar .price strong {
  color: #111;
  font-size: 32px;
  display: inline-block;
  padding: 10px 0 7px;
  font-weight: normal;
}
.singlevehicle .sidebar .price p {
  font-size: 12px;
  display: inline-block;
  padding-top: 10px;
}
.singlevehicle .sidebar .initialrow {
  margin-bottom: 20px;
}
.singlevehicle .sidebar .initialrow h5 {
  font-size: 14px;
  line-height: 100%;
}
.singlevehicle .sidebar .optionrow label {
  padding-top: 6px;
  color: #136396;
}
.widget {
  background: #EFEFEF;
  padding: 0 15px 20px;
  margin-bottom: 30px;
}
.widget i {
  font-size: 24px;
  display: block;
  text-align: center;
  color: #333;
}
.widget .widgettitle {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #0299ff;
  padding: 7px 15px;
  margin: 0 -15px 15px;
}
.widget ul {
  margin: 0;
}
.widget li {
  list-style: none;
  background: url(/img/bullet.png) no-repeat left 9px;
  padding-left: 15px;
}
.widget li a {
  color: #2C2C30;
  font-size: 13px;
}
.widget button,
.widget form {
  margin-bottom: 0;
}
.widget button label,
.widget form label {
  font-size: 13px;
  margin-bottom: 5px;
}
.refinesearch {
  padding: 20px;
  margin: 0;
  position: relative;
}
.refinesearch span.title {
  display: block;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0 18px;
}
.refinesearch.loading .loading-message,
.refinesearch.loading .loading-overlay {
  display: block;
}
.refinesearch .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9;
  opacity: 0.7;
}
.refinesearch .loading-message {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 48px);
  z-index: 10;
}
.refinesearch .loading-message,
.refinesearch .loading-overlay {
  display: none;
  transition: visibility 0.5s ease;
}
.refinesearch .ico {
  position: absolute;
  top: -1px;
  left: 0;
  width: 34px;
  height: 34px;
  background: #0299ff url(/img/search.png) no-repeat center;
}
.refinesearch label {
  color: #fff;
}
.refinesearch select {
  background-color: #ffffff;
  color: #555;
  border: 0 solid #fff;
  margin: 0;
  height: 55px;
}
.vehicleimages .ribbons {
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: left;
  width: 100%;
  padding: 5px 12px 0;
}
@media screen and (min-width: 1011px) {
  .vehicleimages .ribbons {
    padding: 5px 25px 0;
  }
}
@media screen and (min-width: 1250px) {
  .vehicleimages .ribbons {
    padding: 5px 21px 0;
  }
}
.vehicleimages .ribbons span {
  display: inline-block;
  background: #444;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 5px 10px 6px;
}
.vehicleimages .ribbons span.hot {
  color: #fff;
  background: #e01e5a;
}
.vehicleimages .ribbons span.in {
  color: #fff;
  background: #009500;
}
.vehicleimages .ribbons span i {
  margin-right: 4px;
}
.vehicleimages .ribbons.circle {
  position: relative;
  min-height: calc(80px - (0.075 * (100vw - 37px)));
  padding: 0;
  min-height: 0;
}
@media screen and (min-width: 1011px) {
  .vehicleimages .ribbons.circle {
    min-height: calc(80px - (0.0375 * (100vw - 96px)));
    min-height: 0;
  }
}
.vehicleimages .ribbons.circle span {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  line-height: 95px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  opacity: 0.8;
  transform: rotate(-20deg);
}
@media screen and (min-width: 1011px) {
  .vehicleimages .ribbons.circle span {
    left: 25px;
  }
}
@media screen and (min-width: 1250px) {
  .vehicleimages .ribbons.circle span {
    left: 21px;
  }
}
.vehicleimages .ribbons.circle span:nth-child(2) {
  left: 85px;
}
@media screen and (min-width: 1011px) {
  .vehicleimages .ribbons.circle span:nth-child(2) {
    left: 98px;
  }
}
@media screen and (min-width: 1250px) {
  .vehicleimages .ribbons.circle span:nth-child(2) {
    left: 94px;
  }
}
.vehicleimages .ribbons.circle span i {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  width: 24px;
  height: 24px;
}
.vehicleimages .ribbons.banner {
  padding: 0;
}
.vehicleimages .ribbons.banner span {
  z-index: 3;
  position: absolute;
  top: 20px;
  left: -24px;
  transform: rotate(-45deg);
  width: 130px;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  padding: 0.375rem;
  padding-bottom: 0.625rem;
  -webkit-clip-path: polygon(100% 0,93% 50%,100% 100%,0% 100%,7% 50%,0% 0%);
  clip-path: polygon(100% 0,93% 50%,100% 100%,0% 100%,7% 50%,0% 0%);
  -webkit-clip-path: polygon(84% 0,84% 29%,99% 29%,94% 65%,100% 100%,70% 100%,70% 81%,30% 81%,30% 100%,0% 100%,6% 65%,1% 29%,16% 29%,16% 0);
  clip-path: polygon(84% 0,84% 29%,99% 29%,94% 65%,100% 100%,70% 100%,70% 81%,30% 81%,30% 100%,0% 100%,6% 65%,1% 29%,16% 29%,16% 0);
}
.vehicleimages .ribbons.banner span:nth-child(2) {
  right: -24px;
  left: auto;
  transform: rotate(45deg);
}
.vehicleimages .ribbons.banner span:nth-child(3) {
  width: 200px;
  top: 47px;
  right: -33px;
  left: auto;
  transform: rotate(45deg);
}
.vehicleimages .ribbons.alt {
  position: static;
  min-height: 30px;
  padding: 0;
  min-height: 0;
}
.vehicleimages .ribbons.alt span {
  z-index: 3;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
  height: 80px;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 0.375rem;
  margin: 0;
  -webkit-clip-path: polygon(100% 0,100% 100%,50% 75%,0 100%,0% 0%);
  clip-path: polygon(100% 0,100% 100%,50% 75%,0 100%,0% 0%);
}
.vehicleimages .ribbons.alt span:nth-child(2) {
  left: 80px;
}
.vehicleimages .ribbons.alt span:nth-child(3) {
  left: 155px;
}
.vehicleimages .ribbons.alt.small {
  min-height: 0;
}
.vehicleimages .ribbons.alt.small span {
  font-size: 0.5rem;
  line-height: 0.75rem;
  width: 40px;
  height: 50px;
  padding: 0.5rem 0.25rem;
}
.vehicleimages .ribbons.alt.small span:nth-child(2) {
  left: 50px;
}
.vehicleimages .ribbons.alt.small span:nth-child(3) {
  left: 95px;
}
.vehicleimages .ribbons.simple {
  padding: 0;
}
.vehicleimages .ribbons.simple span {
  z-index: 3;
  position: absolute;
  top: 0px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.vehicleimages .ribbons.simple span:first-child {
  left: 0px;
  border-bottom-right-radius: 8px;
  padding: 0px 8px 2px 4px;
}
.vehicleimages .ribbons.simple span:nth-child(2) {
  right: 0px;
  border-bottom-left-radius: 8px;
  padding: 0px 4px 2px 8px;
}
.vehicleimages .ribbons.simple span:nth-child(3) {
  display: none;
}
.vehicleimages .ribbons.simple.small span {
  font-size: 0.75rem;
  line-height: 20px;
}
.vehicleimages .ribbons.triangle {
  position: relative;
  min-height: 30px;
  padding: 0;
  min-height: 0;
}
.vehicleimages .ribbons.triangle span {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  border-radius: 0;
  width: 100px;
  text-align: center;
  top: 32px;
  padding: 0 3.5px;
}
.vehicleimages .ribbons.triangle span:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: -1;
  top: -26px;
}
.vehicleimages .ribbons.triangle span:first-child {
  left: -4px;
  transform: rotate(-45deg);
}
.vehicleimages .ribbons.triangle span:first-child:after {
  left: -12px;
  border-left: 124px solid transparent;
  border-top: 124px solid transparent;
  transform: rotate(-45deg);
}
.vehicleimages .ribbons.triangle span:nth-child(2) {
  right: -4px;
  transform: rotate(45deg);
}
.vehicleimages .ribbons.triangle span:nth-child(2):after {
  right: -12px;
  border-right: 124px solid transparent;
  border-top: 124px solid transparent;
  transform: rotate(45deg);
}
.vehicleimages .ribbons.triangle span:nth-child(3) {
  display: none;
}
.vehicleimages .ribbons.triangle span.hot:after {
  border-top-color: #e01e5a;
}
.vehicleimages .ribbons.triangle span.in:after {
  border-top-color: #009500;
}
.vehicleimages .ribbons.triangle.small {
  min-height: 0px;
}
.vehicleimages .ribbons.triangle.small span {
  font-size: 0.75rem;
  line-height: 20px;
  width: 77px;
  top: 24px;
}
.vehicleimages .ribbons.triangle.small span:after {
  top: -21px;
}
.vehicleimages .ribbons.triangle.small span:first-child {
  left: -4px;
}
.vehicleimages .ribbons.triangle.small span:first-child:after {
  left: -4px;
  border-width: 84px;
}
.vehicleimages .ribbons.triangle.small span:nth-child(2) {
  right: -4px;
  transform: rotate(45deg);
}
.vehicleimages .ribbons.triangle.small span:nth-child(2):after {
  right: -4px;
  border-width: 84px;
}
.vehicleimages .ribbons.ribbonB {
  position: relative;
  min-height: 10px;
  padding: 0;
  min-height: 0;
}
.vehicleimages .ribbons.ribbonB span {
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  width: 123px;
  top: 4px;
  left: -6px;
  right: auto;
  padding: 0 8px 2px 8px;
}
.vehicleimages .ribbons.ribbonB span:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  bottom: -5px;
  left: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #0d0d0d;
}
.vehicleimages .ribbons.ribbonB span:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0px;
  height: 0px;
  left: 100%;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
}
.vehicleimages .ribbons.ribbonB span.hot:after {
  border-top-color: #e01e5a;
  border-bottom-color: #e01e5a;
}
.vehicleimages .ribbons.ribbonB span.in:after {
  border-top-color: #009500;
  border-bottom-color: #009500;
}
.vehicleimages .ribbons.ribbonB span:nth-child(2) {
  top: 40px;
}
.vehicleimages .ribbons.ribbonB span:nth-child(3) {
  top: 76px;
}
.vehicleimages .ribbons.ribbonB.small {
  min-height: 0px;
}
.vehicleimages .ribbons.ribbonB.small span {
  font-size: 0.75rem;
  line-height: 20px;
  width: 94px;
  top: 4px;
  padding: 0 15px 2px 8px;
}
.vehicleimages .ribbons.ribbonB.small span:after {
  border-width: 11px;
}
.vehicleimages .ribbons.ribbonB.small span:nth-child(2) {
  top: 32px;
}
.vehicleimages .ribbons.ribbonB.small span:nth-child(3) {
  top: 60px;
}
.vehicleimages .vimgSliderMain .slick-next,
.vehicleimages .vimgSliderMain .slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  background-image: url(/img/sliderArrow.svg);
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
  margin-top: -16px;
  opacity: 0.3;
  transition: opacity .25s linear 0s;
}
.vehicleimages .vimgSliderMain .slick-next:hover,
.vehicleimages .vimgSliderMain .slick-prev:hover {
  opacity: 0.5;
}
.vehicleimages .vimgSliderMain .slick-next:before,
.vehicleimages .vimgSliderMain .slick-next::before,
.vehicleimages .vimgSliderMain .slick-prev:before,
.vehicleimages .vimgSliderMain .slick-prev::before {
  content: '';
}
.vehicleimages .vimgSliderMain .slick-prev {
  transform: rotate(270deg);
  left: 5px;
}
.vehicleimages .vimgSliderMain .slick-next {
  transform: rotate(90deg);
  right: 5px;
}
.vehicleimages .xdImageSlider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.vehicleimages .xdImageSlider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
.vehicleimages .xdImageSlider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 224.9px;
  background: #ccc;
  text-align: center;
  line-height: 0;
}
@media screen and (min-width: 484px) {
  .vehicleimages .xdImageSlider ul li {
    width: 464px;
    height: 347.85px;
  }
}
@media screen and (min-width: 1345px) {
  .vehicleimages .xdImageSlider ul li {
    width: 611.25px;
    height: 458.25px;
  }
}
@media screen and (min-width: 1600px) {
  .vehicleimages .xdImageSlider ul li {
    width: 815px;
    height: 611px;
  }
}
.vehicleimages .xdImageSlider a.control_prev,
.vehicleimages .xdImageSlider a.control_next {
  display: block;
  position: absolute;
  top: 50%;
  background-image: url(/img/sliderArrow.svg);
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.3;
  transition: opacity .25s linear 0s;
}
.vehicleimages .xdImageSlider a.control_prev:hover,
.vehicleimages .xdImageSlider a.control_next:hover {
  opacity: 0.5;
}
.vehicleimages .xdImageSlider a.control_prev {
  transform: rotate(270deg);
  left: 5px;
}
.vehicleimages .xdImageSlider a.control_next {
  transform: rotate(90deg);
  right: 5px;
}
.vehicleimages .images.vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vehicleimages .images.vertical .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-basis: 75.4%;
  max-width: 75.4%;
  padding: 0 5px 0 0;
}
.vehicleimages .images.vertical .main img {
  padding: 10px 0;
}
.vehicleimages .images.vertical .secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 24.6%;
  max-width: 24.6%;
  padding: 5px 0 5px 5px;
}
.vehicleimages .images.vertical .secondary .image img {
  padding: 5px 0;
}
.vehicleimages .tabs-content {
  margin-bottom: 10px;
}
.vehicleimages .row {
  margin-left: -5px;
  margin-right: -5px;
}
.vehicleimages dd {
  padding: 0 5px;
}
.vehicleimages dd a {
  padding: 0;
  border: 1px solid #eee;
}
.vehicleimages dd {
  border: 2px solid #0299ff;
}
.vehicleimages .contentImage {
  position: relative;
}
.vehicleimages .imagenotice {
  font-size: 75%;
  white-space: nowrap;
  line-height: 1;
  padding: 5px 0 10px;
}
.vehicleinformation {
  overflow: hidden;
  margin-bottom: 10px;
}
.vehicleinformation > div {
  margin-bottom: 10px;
}
.vehicleinformation > div:last-child {
  margin-bottom: 0;
}
.vehicleinformation h3 {
  color: #222222;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.vehicleinformation ul {
  margin: 0;
  width: 50%;
  float: left;
}
.vehicleinformation li {
  list-style: none;
  padding: 10px;
  font-size: 13px;
  background: #F7F7F7;
}
.vehicleinformation ul:nth-child(odd) li:nth-child(odd) {
  background: #EFEFEF;
}
.vehicleinformation ul:nth-child(even) li:nth-child(even) {
  background: #EFEFEF;
}
.vehicleinformation__availability {
  background-color: #666;
  color: #fff !important;
  text-align: center;
  width: 100%;
  padding: 4px 6px 6px;
  text-transform: uppercase;
  border-radius: 0px 0px 0px 0px;
}
.vehicleinformation__notes {
  background-color: #666;
  color: #fff !important;
  text-align: center;
  width: 100%;
  padding: 4px 6px 6px;
  text-transform: uppercase;
  border-radius: 0px 0px 0px 0px;
}
.vehicleinfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -8px;
  padding: 0;
}
.vehicleinfo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 14px;
  margin: 0;
}
@media screen and (min-width: 319px) {
  .vehicleinfo ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .vehicleinfo ul li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.vehicleinfo ul li .icon {
  display: inline-block;
  background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/45/Pound_Sign.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 34px;
  width: 34px;
  margin-right: 8px;
}
.vehicleinfo ul li .icon.otr {
  background-image: url(/img/iconPrice.svg);
}
.vehicleinfo ul li .icon.fuelC {
  background-image: url(/img/iconFuel.svg);
}
.vehicleinfo ul li .icon.mph {
  background-image: url(/img/iconSpeed.svg);
}
.vehicleinfo ul li .icon.fuelT {
  background-image: url(/img/iconFuelType.svg);
}
.vehicleinfo ul li .icon.co2 {
  background-image: url(/img/iconClouds.svg);
}
.vehicleinfo ul li .icon.transm {
  background-image: url(/img/iconGearbox.svg);
}
.vehicleinfo ul li .text {
  font-size: 12px;
  line-height: 16px;
  text-transform: none;
  font-weight: 400;
}
@media screen and (min-width: 40.063em) {
  .vehicleinfo ul li .text {
    font-size: 14px;
  }
}
.vehicleinfo ul li .text strong {
  display: block;
}
.vehicleinfo.box ul {
  justify-content: center;
  margin: 0;
}
.vehicleinfo.box ul li {
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
@media screen and (min-width: 325px) {
  .vehicleinfo.box ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.vehicleinfo.box ul li .icon {
  margin: 0 0 8px 0;
}
.vehicleinfo.box ul li .text {
  text-align: center;
  max-width: 100%;
}
.vehicleinfo.box ul li .text span {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
}
.vehicleinfo.box ul li .text span:hover {
  overflow: visible;
  white-space: normal;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.vehicleoptions .disclaimer {
  font-size: 75%;
  padding: 5px 10%;
  margin-bottom: 10px;
}
.vehicleoptions .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
}
.vehicleoptions dd {
  padding-right: 15px;
  padding-left: 15px;
  padding: 0;
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  transition: all 0.3s ease;
}
.vehicleoptions dd a {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.1px;
  text-align: center;
  background: #ffffff;
  color: #0299ff;
  padding: 12px 0;
  margin-right: 1px;
  transition: all 0.3s ease;
  position: relative;
}
.vehicleoptions dd a:focus {
  outline: none;
}
.vehicleoptions dd a:hover {
  background: #ededed;
}
.vehicleoptions dd:first-child a {
  border-radius: 0px 0px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (min-width: 1011px) {
  .vehicleoptions dd:first-child a {
    border-top-right-radius: 0;
  }
}
.vehicleoptions dd:last-child a {
  margin-right: 0;
}
@media screen and (min-width: 1011px) {
  .vehicleoptions dd:last-child a {
    border-radius: 0px 0px 0px 0px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.vehicleoptions dd.active {
  border: 0px solid #d9d9d9;
}
.vehicleoptions dd.active a {
  background: #0299ff;
  color: #ffffff;
}
.vehicleoptions dd.active a:hover {
  background: #0299ff;
}
.vehicleoptions .tabs-content {
  font-size: 13px;
  margin-bottom: 0;
}
.vehicleoptions .tabs-content .content {
  min-height: 124px;
  max-height: 375px;
  overflow-y: scroll;
  padding: 0;
  border-radius: 0px 0px 0px 0px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.vehicleoptions .tabs-content .content.vehicleinfo {
  overflow-y: auto;
}
.vehicleoptions .tabs-content .content.vehicleinfo .inner {
  padding: 0;
}
.vehicleoptions .tabs-content .inner {
  background-color: #fff;
  padding: 14px;
}
.vehicleoptions .tabs-content p {
  color: #6f6f6f;
  font-size: 13px;
  line-height: 180%;
}
.vehicleoptions .tabs-content h4 {
  color: #222222;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.vehicleoptions .tabs-content h4:first-child {
  margin-top: 0;
}
.vehicleoptions .tabs-content ul {
  width: 100%;
  margin: 0;
}
.vehicleoptions .tabs-content li {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: bold;
  list-style: none;
  text-transform: uppercase;
  color: #666;
  margin: 0;
  padding: 14px;
  background: #F7F7F7;
}
.vehicleoptions .tabs-content li:nth-child(2n) {
  background: #EFEFEF;
}
.vehicleoptions .tabs-content .accordion-navigation {
  padding: 0;
}
.vehicleoptions .tabs-content .accordion-navigation > a {
  position: relative;
  background: transparent;
  color: #6f6f6f;
  border-bottom: 1px solid rgba(0,0,0,0);
}
.vehicleoptions .tabs-content .accordion-navigation > a > span {
  position: absolute;
  right: 16px;
  top: 0;
  content: "";
  background-repeat: no-repeat;
  background-position-y: center;
  background-image: url(/img/iconCaret.svg);
  width: 16px;
  height: 100%;
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}
.vehicleoptions .tabs-content .accordion-navigation.active > a > span {
  transform: rotate(0deg);
}
.vehicleoptions .tabs-content .accordion-navigation .content {
  background: rgba(0,0,0,0);
  color: #222222;
}
.vehicleoptions .tabs-content .accordion-navigation .content p {
  padding: 8px 16px;
}
.vehicleoptions .tabs-content .accordion-navigation .content.active {
  background: #0299ff;
  border: 0px solid rgba(0,0,0,0);
}
.vehicleoptions .vehicleinfo ul li {
  background: transparent;
}
.vehicleoptions .vehicleinfo ul li:nth-child(2n) {
  background: transparent;
}
.vehicleoptions .price,
.vehicleoptions h4,
.vehicleoptions label {
  color: #222;
}
.vehicleoptions label {
  font-size: 13px;
  display: block;
  padding: 7px 0 5px;
}
.vehicleoptions label input {
  margin: 6px 5px 0 0;
  vertical-align: middle;
}
.vehicleoptions label .price {
  float: right;
  font-weight: bold;
}
@media only screen and (max-width: 1010.98px) {
  .vehicleoptions .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
  }
  .vehicleoptions dd {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vehicleoptions dd a {
    font-size: 16px;
    line-height: 20px;
    margin-right: 0;
    border-bottom: 2px solid #0299ff;
  }
}
#mobileCheck {
  display: block;
  opacity: 0;
  height: 0px;
}
@media only screen and (min-width: 1011px) {
  #mobileCheck {
    display: none;
  }
}
.taxtable {
  background: #EFEFEF;
  padding: 0 15px 20px;
  margin-bottom: 40px;
}
.taxtable .widgettitle {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #0299ff;
  padding: 7px 15px;
  margin: 0 -15px 15px;
}
.taxtable table {
  width: 100%;
  background: no-repeat;
  border-collapse: collapse;
  border: none;
  margin: 0;
}
.taxtable table td,
.taxtable table tr {
  background: none !important;
  font-size: 13px;
}
.backbutton-wrapper {
  padding-top: 10px;
}
.sidebar.quote--custom .quote__standard,
.sidebar:not(.quote--custom) .quote__custom,
.sidebar .quote--no-estimate {
  display: none;
}
.sidebar .sidebartitle .title-span {
  display: block;
  margin-bottom: 10px;
}
.sidebar .sidebartitle .switch-toggle {
  width: 100%;
  margin: auto;
}
.sidebar .sidebartitle .switch-toggle input:not(:checked) + label:hover {
  color: #0299ff;
}
.sidebar .quote__title {
  font-size: 1.45em;
  text-align: center;
  margin-top: 1em;
}
.sidebar .quote__subtitle {
  text-align: center;
  margin: 0.65em 1.75em;
  color: #BABABA;
  line-height: 1.4em;
  font-size: 0.8em;
}
.sidebar .order {
  background: #F0F0F0;
  padding: 14px 20px 0;
}
.sidebar .order form {
  margin: 0;
}
.sidebar .order label {
  font-size: 14px;
  cursor: auto;
}
.sidebar .order select {
  border: 1px solid #CCCCCC;
  height: 34px;
}
.sidebar .order input:not([type]),
.sidebar .order input[type="text"] {
  border: 1px solid #CCCCCC;
  width: 100%;
  line-height: 28px;
  font-size: 1em;
  height: 34px;
  margin-bottom: 1rem !important;
}
.sidebar .order p {
  font-size: 14px;
}
.sidebar .order .button,
.sidebar .order button {
  display: block;
  padding: 10px;
  text-align: center;
  margin-bottom: 14px;
}
.sidebar .order .button.quote--no-estimate,
.sidebar .order button.quote--no-estimate {
  display: none;
}
.sidebar .order .buttons {
  margin: 0 -20px;
  padding-bottom: 2px;
}
.enquireBtn {
  background: #ffffff;
  text-transform: none;
  border-color: #ffffff;
  color: #0299ff;
}
.enquireBtn:hover {
  background: #0299ff;
  color: #ffffff;
}
.enquireBtn:focus {
  background: #0299ff;
  color: #ffffff;
}
.enquireBtn:active {
  background: #0299ff;
  color: #ffffff;
}
.enquireBtnBox {
  background: #0299ff;
  text-transform: none;
  border-color: #0299ff;
  color: #ffffff;
  margin-top: 3px;
}
.enquireBtnBox:hover {
  background: #ffffff;
  color: #0299ff;
}
.enquireBtnBox:focus {
  background: #ffffff;
  color: #0299ff;
}
.enquireBtnBox:active {
  background: #ffffff;
  color: #0299ff;
}
.applyforfinance,
button.applyforfinance {
  background: #e01e5a;
  text-transform: none;
  border-color: #e01e5a;
  color: #ffffff;
  width: 100%;
}
.applyforfinance .ico,
button.applyforfinance .ico {
  display: inline-block;
  width: 64px;
  height: 24px;
  background: url(/img/myhub.png) no-repeat center;
  vertical-align: middle;
  transform: translateY(-2px);
  margin-left: 8px;
}
.applyforfinance:hover,
button.applyforfinance:hover {
  background: #ffffff;
  color: #e01e5a;
}
.applyforfinance:focus,
button.applyforfinance:focus {
  background: #ffffff;
  color: #e01e5a;
}
.applyforfinance:active,
button.applyforfinance:active {
  background: #ffffff;
  color: #e01e5a;
}
.addtogarage,
button.addtogarage {
  background: #e01e5a;
  text-transform: none;
  border-color: #e01e5a;
  color: #ffffff;
}
.addtogarage .ico,
button.addtogarage .ico {
  display: inline-block;
  width: 64px;
  height: 24px;
  background: url(/img/myhub.png) no-repeat center;
  vertical-align: middle;
  transform: translateY(-2px);
  margin-left: 8px;
}
.addtogarage:hover,
button.addtogarage:hover {
  background: #ffffff;
  color: #e01e5a;
}
.addtogarage:focus,
button.addtogarage:focus {
  background: #ffffff;
  color: #e01e5a;
}
.addtogarage:active,
button.addtogarage:active {
  background: #ffffff;
  color: #e01e5a;
}
button.addtogarage.accept {
  background: #ca1b51;
}
button.addtogarage.accept .ico {
  background-color: #b31848;
}
#addtogarage .fa-spin {
  font-size: 32px;
  color: #333;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.ingarage {
  margin-bottom: 30px;
  padding: 10px;
  background: #f5f5f5;
  text-align: center;
}
.ingarage p {
  font-weight: bold;
  text-align: center;
}
.ingarage i {
  font-size: 42px;
  color: #499A47;
}
.removefromgarage {
  background: #0299ff;
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0 0 0 40px;
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  position: relative;
  border: 1px solid #0299ff;
  transition: all 0.3s ease-out;
}
.removefromgarage:hover {
  background: #fff;
  color: #111;
}
.removefromgarage .ico {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 40px;
  height: 40px;
  background: #222222 url(/img/addtogarage.png) no-repeat center;
  background-size: 20px auto;
}
.similar {
  border-top: 1px solid #EFEFEF;
  margin-top: 20px;
  padding-top: 15px;
  color: #333;
}
.similar.full {
  border: none;
  width: 100%;
  margin: 30px auto;
  padding: 0 10px;
  border-radius: 0px 0px 0px 0px;
}
.similar.full.incol {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.similar.full .fullContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.similar.full .fullContainer.vSimilarSlider {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 400px) {
  .similar.full .fullContainer.vSimilarSlider {
    margin: 5px 0;
  }
}
.similar.full .fullContainer.vSimilarSlider .slick-slide {
  margin: 5px 5px 15px;
}
@media only screen and (min-width: 400px) {
  .similar.full .fullContainer.vSimilarSlider .slick-slide {
    margin: 10px 10px 20px;
  }
}
.similar.full .fullContainer.vSimilarSlider .deal {
  padding: 0;
}
.similar.full .fullContainer.vSimilarSlider .deal:hover {
  border: 0;
  box-shadow: 0 10px 0 #004d82, 0 0 7px rgba(0,0,0,0.5);
}
.similar.full .fullContainer.vSimilarSlider .deal .imgWrapper {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.similar.full .fullContainer.vSimilarSlider .deal .makevarWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  min-height: 123px;
  padding: 10px 30px 0;
}
.similar.full .fullContainer.vSimilarSlider .deal .fromWrapper {
  padding: 10px 30px 25px;
}
.similar.full .dealContainer {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .similar.full .dealContainer {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .similar.full .dealContainer {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
.similar.full .deal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 10px 0 #0299ff;
  padding: 0 20px 20px;
  transition: all 0.3s ease-out;
  border-radius: 0px 0px 0px 0px;
}
.similar.full .deal:hover {
  background-color: #fff;
  box-shadow: 0 10px 0 #004d82, 0 10px 40px rgba(0,0,0,0.7);
  border: solid 1px #eee;
}
.similar.full .deal figure {
  position: relative;
  width: auto;
  height: auto;
}
.similar.full .imgmakevar {
  min-height: 270px;
}
@media only screen and (min-width: 560px) {
  .similar.full .imgmakevar {
    min-height: 200px;
  }
}
@media only screen and (min-width: 40.063em) {
  .similar.full .imgmakevar {
    min-height: 275px;
  }
}
@media only screen and (min-width: 670px) {
  .similar.full .imgmakevar {
    min-height: 255px;
  }
}
@media only screen and (min-width: 800px) {
  .similar.full .imgmakevar {
    min-height: 215px;
  }
}
@media only screen and (min-width: 1011px) {
  .similar.full .imgmakevar {
    min-height: 255px;
  }
}
@media only screen and (min-width: 1156px) {
  .similar.full .imgmakevar {
    min-height: 235px;
  }
}
.similar.full .imgWrapper {
  position: relative;
  padding-bottom: 66.66667%;
}
.similar.full .imgWrapper img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 0px 0px 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.similar.full .makevarWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  padding: 10px 14px;
}
.similar.full .fromWrapper {
  padding: 5px 14px 0;
}
.similar.full .fromWrapper .from {
  margin: 0;
}
.similar.full h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #222;
  margin-top: 0;
  margin-bottom: 3px;
}
.similar.full h4 {
  font-size: 16px;
  line-height: 22px;
  color: #555;
  margin: 0;
}
.similar.full .from {
  text-transform: none;
  border-left: 5px solid rgba(2,153,255,0.3);
  padding-left: 12px;
  margin: 8px 0 16px;
}
.similar.full .from span {
  display: block;
}
.similar.full .from strong {
  color: #666;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}
.similar.full .from p {
  font-size: 12px;
  color: #333;
  margin: 0;
  white-space: nowrap;
}
.similar h2 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  letter-spacing: 0.1px;
  text-align: center;
  background: #666;
  color: #ffffff !important;
  margin: 0;
  padding: 12px;
  border: 0px solid #404040;
  border-top: 0px solid #545454;
  border-bottom: 0px solid #545454;
  border-radius: 0px 0px 0px 0px;
}
.similar .deal {
  border: 1px solid #CCCCCC;
  padding: 10px 10px 10px 100px;
  margin-bottom: 10px;
  position: relative;
  min-height: 90px;
  display: block;
  transition: all 0.3s ease-out;
}
.similar .deal:hover {
  background: #eee;
}
.similar .deal figure {
  height: 90px;
  width: 90px;
  position: absolute;
  top: 0;
  left: 5px;
  text-align: center;
}
.similar h3 {
  font-size: 13px;
  font-weight: bold;
  color: #0299ff;
  margin-bottom: 3px;
  line-height: 15px;
}
.similar .from {
  text-transform: uppercase;
  display: block;
  color: #333333;
  font-size: 13px;
  margin-bottom: 3px;
  font-weight: bold;
}
.similar .from strong {
  color: #0299ff;
}
.similar .permonth {
  font-size: 9px;
}
.quickmodel {
  background: #EFEFEF;
  overflow: hidden;
}
.quickmodel h3 {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #404042;
  padding: 7px 15px;
  margin: 0;
}
.quickmodel ul {
  margin: 0;
}
.quickmodel .quickmodellistrow {
  clear: both;
  overflow: hidden;
}
.quickmodel .quickmodellistrow:nth-child(odd) {
  background: #F7F7F7;
}
.quickmodel .quickmodellistrow a {
  color: #333;
  float: left;
  width: 25%;
  padding: 10px;
  list-style: none;
  font-size: 13px;
  display: block;
}
.quickmodel .quickmodellistrow a:hover {
  color: #0299ff;
}
.activefilters {
  border-bottom: 1px solid #eee;
  background: #eee;
}
.activefilters h3 {
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  background: #404042;
  padding: 7px 15px;
  margin: 0;
}
.activefilters .activefiltersin {
  padding: 10px;
}
.activefilters a {
  display: inline-block;
  padding: 10px;
  color: #111;
  background: #F7F7F7;
  font-size: 13px;
  transition: all 0.5s ease-out;
}
.activefilters a:hover {
  background: #0299ff;
  color: #fff;
}
.carlist a.deals {
  display: block;
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  box-shadow: 0 10px 0 #CCCCCC;
  padding: 0 20px 20px;
  transition: all 0.3s ease-out;
  margin-bottom: 40px;
  position: relative;
}
.carlist a.deals h3 {
  color: #0299ff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: bold;
  line-height: 120%;
}
.carlist a.deals .price {
  color: #333333;
  font-size: 11px;
}
.carlist a.deals .price .from {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.carlist a.deals .price .p {
  color: #0299ff;
  font-size: 24px;
  display: block;
  font-weight: bold;
}
.carlist a.deals:hover {
  box-shadow: 0 10px 0 #0299ff, 0 10px 40px rgba(0,0,0,0.7);
}
.carlist a.deals .stockribbon {
  background: #409316;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
h1.pagetitle {
  margin-bottom: 30px;
}
.pagecontent {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pagecontent h1,
.pagecontent h2,
.pagecontent h3,
.pagecontent h4 {
  font-weight: bold;
  color: #222;
}
.pagecontent .panel hr {
  margin: 20px 0;
}
.pagecontent .pageheader {
  height: 300px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}
.pagecontent .pageheader h1.pagetitle {
  color: #fff;
  background: rgba(0,0,0,0.7);
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 0;
}
.pagecontent #autocomplete {
  padding-bottom: 20px;
}
.pagecontent #autocomplete a {
  display: block;
  color: #0299ff;
  background: #efefef;
  padding: 10px;
  margin-bottom: 2px;
  font-size: 14px;
}
.pagecontent #autocomplete a:hover {
  background: #eee;
}
.post h3 a,
.post p a {
  color: #0299ff;
}
.garageitem {
  padding: 10px 0;
  background: #eee;
}
.garageitem:nth-child(odd) {
  background: #f5f5f5;
}
.garageitem h4 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  color: #0299ff;
}
.garageitem p {
  font-size: 13px;
}
.garageitem button {
  margin-bottom: 0;
}
select:disabled {
  background: #eee;
}
.label.state0,
.state-1,
tr.state-1:nth-of-type(even) {
  background: #FE0000;
  color: #fff;
}
.label.state0,
.state0,
tr.state0:nth-of-type(even) {
  background: #FE0000;
  color: #fff;
}
.label.state1,
.state1,
tr.state1:nth-of-type(even) {
  background: #f98a07;
  color: #fff;
}
.label.state2,
.state2,
tr.state2:nth-of-type(even) {
  background: #FF9763;
  color: #fff;
}
.label.state4,
.state4,
tr.state4:nth-of-type(even) {
  background: #009B01;
  color: #fff;
}
.label.state5,
.state5,
tr.state5:nth-of-type(even) {
  background: #ffe600;
  color: #fff;
}
.label.state6,
.state6,
tr.state6:nth-of-type(even) {
  background: #333333;
  color: #fff;
}
.label.state7,
.state7,
tr.state7:nth-of-type(even) {
  background: #00CCFB;
  color: #fff;
}
.label.state8,
.state8,
tr.state8:nth-of-type(even) {
  background: #999999;
  color: #fff;
}
tr.state-1,
tr.state0,
tr.state1,
tr.state2,
tr.state3,
tr.state4,
tr.state5,
tr.state6,
tr.state7,
tr.state8,
tr.state9 {
  border-bottom: 1px solid #333;
}
table.myquotes {
  border-collapse: collapse;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}
table.myquotes th {
  color: #fff;
  background-color: #333;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}
table.myquotes td {
  color: #000;
  padding-bottom: 2px;
  padding-top: 2px;
}
table.myquotes td a {
  color: #fff;
  text-decoration: underline;
}
table.myquotes td a:hover {
  color: #fff;
  text-decoration: none;
}
table.myquotes a.button.tiny {
  text-decoration: none;
  border: 0;
}
table.myquotes a.button.tiny:hover {
  color: #0299ff;
  text-decoration: none;
}
table.myquotes a.button.tiny.delete {
  background-color: red;
  text-decoration: none;
  border: 0;
}
table.myquotes a.button.tiny.delete:hover {
  background-color: #fff;
  color: red;
  text-decoration: none;
}
table.myquotes tr.state.removed {
  background-color: red;
}
.label.total {
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
}
#map {
  height: 300px;
  margin-bottom: 40px;
}
aside .panel {
  padding: 20px;
}
aside .panel h3 {
  text-transform: uppercase;
  color: #0299ff;
  font-size: 20px;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  margin: -20px -20px 20px !important;
  padding-bottom: 15px;
  background: #fff;
  padding-top: 18px;
}
aside a {
  color: #0299ff;
}
.widget.additionalinfo li {
  list-style: none;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  background: none;
}
.widget.additionalinfo li p {
  font-size: 13px;
  margin-bottom: 10px;
}
.widget.additionalinfo li small {
  font-size: 11px;
  display: block;
}
.widget.additionalinfo li h5 {
  font-size: 12px;
  padding-left: 5px;
  margin: 0 0 5px;
}
.widget.additionalinfo li ul {
  margin: 0;
  background: #f8f8f8;
  padding: 5px 10px;
}
.widget.additionalinfo li ul li {
  background: url(/img/attach.png) no-repeat left;
  padding: 2px 0 2px 15px;
  border: none;
}
.widget.additionalinfo hr {
  margin: 20px 0;
}
.widget.additionalinfo .item {
  margin: 10px 0;
}
.widget.additionalinfo .item a {
  font-size: 12px;
  color: #f00;
}
.widget.additionalinfo .item input {
  margin-bottom: 2px !important;
}
#attachfiles {
  color: #111;
  background: url(/img/attach.png) no-repeat left;
  padding-left: 15px;
  display: inline-block;
  margin-bottom: 10px;
}
.garagetable td {
  font-size: 13px;
  padding: 8px;
}
.garagetable th {
  font-size: 13px;
}
.garagetable .label {
  width: 70px;
  white-space: normal;
  text-align: center;
}
.garagetable tr:hover td {
  background: #eee;
}
table .button.tiny {
  margin-bottom: 0;
  padding: 5px !important;
  line-height: 120%;
  height: auto;
  font-size: 11px;
}
.prefooter {
  background: #333;
  text-align: center;
  border-top: 0 solid #0299ff;
  width: 100%;
  padding: 56px 8px 32px;
  margin: 0 auto;
}
.prefooter .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prefooter .columns {
  text-align: center;
  padding: 0 16px;
  margin-bottom: 48px;
  max-width: 100%;
  flex-basis: 100%;
}
@media only screen and (min-width: 40.063em) {
  .prefooter .columns {
    text-align: left;
    width: auto;
    max-width: none;
    flex-basis: auto;
    flex-grow: 1;
  }
  .prefooter .columns.footer-far-right {
    text-align: right;
  }
}
.prefooter p,
.prefooter ul,
.prefooter li {
  color: #ddd;
  font-weight: normal;
  font-size: 13px;
}
.prefooter ul {
  margin: 0;
}
.prefooter p {
  margin-top: 15px;
}
.prefooter li {
  list-style: none;
}
.prefooter li a {
  color: #ccc;
  transition: all 0.3s ease-out;
  font-size: 15px;
}
.prefooter li a:hover {
  color: #aaa;
  text-decoration: underline;
}
.prefooter h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.prefooter h3 a {
  color: #0299ff;
  font-size: 14px;
}
.prefooter h3 a:hover {
  color: #aaa;
  text-decoration: underline;
  font-size: 14px;
}
.prefooter a:hover {
  color: #999;
}
.prefooter .footer-far-right {
  font-size: 14px;
}
.prefooter .footer-far-right .open {
  font-size: 13px;
  font-weight: 300;
}
.prefooter .footer-far-right p span {
  font-size: 18px;
}
.prefooter .prefooter--social a {
  color: #aaa;
}
.prefooter .prefooter--social i:hover {
  color: #fff;
}
.prefooter .logoBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  padding: 30px 0;
  margin: 1rem 0;
}
.prefooter .logoBar img {
  max-height: 30px;
  max-width: 125px;
  margin: 1rem;
}
footer {
  background: #333;
  padding: 0;
  border-top: solid 1px #444;
}
footer p {
  color: #ddd;
  font-size: 13px;
  text-align: center;
}
footer .footerinfo p {
  text-align: center;
}
footer .fca {
  margin: 40px 0;
}
.post .date {
  font-size: 12px;
  padding-bottom: 10px;
}
.navigation {
  text-align: center;
  font-size: 13px;
}
.navigation a {
  display: inline-block;
  padding: 7px 10px;
  font-size: 13px;
  background: #0299ff;
  color: #fff;
}
.irs {
  height: 40px;
  margin-bottom: 10px;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 7px;
  top: 25px;
  background: #CCCCCC;
}
.irs-diapason {
  height: 7px;
  top: 25px;
  background: #222222;
}
.irs-slider {
  width: 13px;
  height: 13px;
  top: 22px;
  background: #0299ff;
}
#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -120px;
}
.irs-max,
.irs-min {
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: #0299ff;
}
.irs-from,
.irs-single,
.irs-to {
  color: #fff;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #0299ff;
}
.irs-from {
  left: 0 !important;
  display: block !important;
}
.irs-to {
  right: 0 !important;
  left: auto !important;
  display: block !important;
}
.irs-grid-pol {
  background: #e1e4e9;
}
.irs-grid-text {
  color: #999;
}
.irs-single {
  display: none !important;
}
.info {
  padding-bottom: 25px;
}
.brokerLogo {
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 200px;
  text-align: right;
}
body.brokerloggedin header {
  box-shadow: 0 5px #0299ff;
}
.error label,
.error label.error {
  color: #111;
}
.error input,
.error select,
.error textarea {
  border: 1px solid #f00 !important;
}
input:not([attr]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  margin-bottom: 10px !important;
}
label.inline {
  display: inline-block;
  margin-right: 15px;
}
label.inline input {
  margin-right: 5px;
}
.dashboardnumbers li {
  text-align: center;
}
.dashboardnumbers li .label {
  text-align: center;
  display: block;
  font-size: 30px;
  padding: 10px;
  margin-bottom: 10px;
}
.salesman .i {
  padding: 5px 0;
}
.salesman .i span {
  display: inline-block;
  width: 300px;
}
.loginpage .main-header {
  background: none;
}
.loginpage .minorHeader {
  display: none;
}
.loginpage .mobilemenu {
  display: none !important;
}
.loginpage .logo {
  display: none !important;
}
.loginpage .top .topcontact {
  display: none !important;
}
.loginpage .contact-div {
  margin-top: 60px;
  text-align: center;
}
.loginpage .contact-div .phone-email span {
  color: #eee;
  font-size: 19px;
}
.loginpage .contact-div .phone-email {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.loginpage .contact-div .phone-email .open {
  font-size: 13px;
  font-weight: 300;
}
.loginpage h3 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-family: Open Sans, sans-serif;
}
.loginpage img {
  margin: 20px auto 30px;
  display: block;
}
.loginpage input {
  height: 40px;
  margin: 0 auto 10px !important;
  background: none;
  color: #000000;
  border: 1px solid #cccccc;
}
.loginpage button {
  background: #000000;
  color: #ffffff;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 40px;
}
.loginpage .alert {
  margin-top: 10px;
}
.loginpage .emailBase {
  padding-right: 0;
}
.loginpage .emailDomain {
  padding-left: 0;
}
.loginpage .emailDomain .formItem {
  display: flex;
}
.loginpage .emailDomain .formItem span {
  margin: 25px 0 16px 0;
  padding: 12px 5px 0 5px;
  border: 1px solid #cccccc;
}
.loginpage .emailDomain .formItem select {
  height: 45px;
}
.loginpage .openRegisterModal {
  margin-top: 10px;
  height: unset;
}
.loginpage .formItem input {
  height: unset;
}
.loginpage .formItem select {
  height: 100%;
  padding: 0.75rem;
}
.loginpage .modalContent button {
  width: unset;
  height: unset;
}
.ui-menu .ui-menu-item a {
  font-size: 0.8em;
  line-height: normal !important;
}
.ui-menu .ui-menu-item a small {
  display: block;
  text-align: right;
}
.pager {
  list-style: none;
  text-align: center;
  margin: 0;
}
.pager li {
  display: inline-block;
}
.pager--current .button {
  background: #fff;
  color: #0299ff;
}
.pager--dots {
  font-size: 12px;
  padding: 10px 20px;
}
.quote_center--section {
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  clear: both;
  font-weight: 700;
}
.quote_center--options-box label {
  display: inline;
  border: 1px solid #999;
  margin-right: 25px;
  font-size: 16px;
  padding: 10px 20px;
}
.quote_center--options {
  margin-bottom: 50px;
}
.quote_center--options label {
  display: inline;
  border: 1px solid #999;
  margin-right: 25px;
  font-size: 16px;
  padding: 10px 20px;
}
.quote_center--legend {
  font-size: 12px;
  margin-top: -25px;
}
.homebanner .homebanner-img {
  background: #fff url(/img/searchbg.jpg) no-repeat center;
  background-size: cover;
}
.homebanner .homesearch-hotoffer .homesearch-hotoffer-inner {
  background-color: #0299ff;
  color: #fff;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.homebanner .homesearch-hotoffer .homesearch-hotoffer-inner:hover {
  background-color: #fff;
  color: #0299ff;
  cursor: pointer;
}
.homebanner .homesearch-hotoffer .homesearch-hotoffer-inner >span {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 21px;
}
.homebanner .homesearch-text >span {
  display: block;
  background-color: #333333;
  padding: 15px 10px;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.06em;
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.homebanner.slide {
  margin-bottom: 1px;
}
.homebanner.slide .dealSlide {
  position: relative;
}
.homebanner.slide .dealCover {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
@media only screen and (min-width: 40.063em) {
  .homebanner.slide .dealCover {
    align-items: center;
    padding: 80px;
  }
}
.homebanner.slide .dealCover a.cover {
  display: block;
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
}
.homebanner.slide .dealDetails {
  z-index: 10;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: rgba(255,255,255,0.9);
  width: 100%;
  max-height: 340px;
  overflow: hidden;
  padding: 15px;
}
@media only screen and (min-width: 40.063em) {
  .homebanner.slide .dealDetails {
    width: 70%;
    margin-left: 15%;
    max-width: 460px;
  }
}
@media only screen and (min-width: 60.063em) {
  .homebanner.slide .dealDetails {
    width: 50%;
    margin-left: 25%;
  }
}
@media only screen and (min-width: 60.063em) {
  .homebanner.slide .dealDetails.panelLeft {
    margin-left: 0;
  }
}
@media only screen and (min-width: 60.063em) {
  .homebanner.slide .dealDetails.panelRight {
    margin-left: 50%;
  }
}
.homebanner.slide .dealDetails .head {
  display: block;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 10px;
}
.homebanner.slide .dealDetails .priceWrapper {
  display: flex;
}
.homebanner.slide .dealDetails .priceWrapper .price {
  width: 50%;
  background: #0299ff;
  color: #ffffff;
  text-align: center;
  padding: 8px 4px;
  margin-left: 2px;
}
.homebanner.slide .dealDetails .priceWrapper .price:last-child {
  margin-left: 0;
}
.homebanner.slide .dealDetails .priceWrapper .price p {
  line-height: 1.125rem;
  margin: 0;
}
.homebanner.slide .dealDetails .priceWrapper .price .priceLabel {
  font-size: 1rem;
  font-weight: 400;
}
.homebanner.slide .dealDetails .priceWrapper .price .priceValue {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75rem;
}
.homebanner.slide .dealDetails .priceWrapper .price .priceDetail {
  font-size: 0.825rem;
  font-weight: 400;
}
.homebanner.slide .dealDetails .priceWrapper .price .priceInitial {
  font-size: 0.75rem;
  font-weight: 300;
}
.homebanner.slide .dealDetails .terms {
  padding: 10px 0;
}
.homebanner.slide .dealDetails .terms p {
  font-size: 0.75rem;
  font-weight: 400;
  text-align: center;
}
.homebanner.slide .dealDetails .button {
  margin: 0;
}
.homebanner.slide .heading {
  text-align: center;
  text-transform: none;
  color: #fff;
  padding: 0 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 40.063em) {
  .homebanner.slide .heading {
    padding: 0 90px;
  }
}
@media only screen and (min-width: 64.063em) {
  .homebanner.slide .heading {
    font-size: 3rem;
  }
}
.homebanner.slide .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.homebanner.slide .slick-dots {
  opacity: 0;
  bottom: 3px;
}
@media only screen and (min-width: 64.063em) {
  .homebanner.slide .slick-dots {
    opacity: 1;
  }
}
.homebanner.slide .slick-dots li button::before {
  font-size: 0.75rem;
  color: #fff !important;
}
button.searchSearchButton {
  background-color: #e01e5a;
  color: #ffffff;
  border-color: #e01e5a;
}
button.searchSearchButton:focus,
button.searchSearchButton:hover,
button.searchSearchButton:active {
  background-color: #b31848;
  border-color: #b31848;
}
button.searchSearchButton:focus svg,
button.searchSearchButton:hover svg,
button.searchSearchButton:active svg {
  fill: #ffffff;
}
button.searchSearchButton.disabled {
  background: #e01e5a;
  border-color: #e01e5a;
  opacity: 0.5;
}
button.searchSearchButton.loading {
  background: #e01e5a url(/img/buttonload.gif) no-repeat center;
}
button.searchSearchButton svg {
  fill: #ffffff;
  margin-right: 6px;
}
.homesearch {
  -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  width: 600px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 0px 0px 0px 0px;
}
.homesearch--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 24px !important;
  margin: 48px auto;
}
.homesearch--wrapper .refinesearch {
  padding: 24px;
}
.homesearch--wrapper .refinesearch span.title {
  font-size: 22px;
  line-height: 32px;
  margin: 0 0 16px;
}
.homesearch--wrapper .refinesearch .car-or-lcv {
  padding-bottom: 24px;
}
.homesearch--wrapper .homesearch .custom-select {
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .homesearch--wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 330px) {
  .homesearch--wrapper {
    padding: 16px;
    margin-top: 32px;
  }
  .homesearch--wrapper .refinesearch {
    padding: 16px;
  }
  .homesearch--wrapper .refinesearch .car-or-lcv {
    padding-bottom: 16px;
  }
  .homesearch--wrapper .homesearch .custom-select {
    margin-bottom: 8px;
  }
}
.homesearch input[type=radio] {
  display: inline;
}
.homesearch input[type=radio]:first-child {
  margin-right: 15px;
}
.homesearch .custom-select {
  margin-bottom: 10px;
}
.homesearch .trustpilot-widget {
  width: 250px;
  margin: auto;
}
.homesearch .homeSearchButton {
  background-color: #e01e5a;
  color: #ffffff;
  border-color: #e01e5a;
}
.homesearch .homeSearchButton:focus,
.homesearch .homeSearchButton:hover,
.homesearch .homeSearchButton:active {
  background-color: #b31848;
  border-color: #b31848;
}
.homesearch .homeSearchButton:focus svg,
.homesearch .homeSearchButton:hover svg,
.homesearch .homeSearchButton:active svg {
  fill: #ffffff;
}
.homesearch .homeSearchButton.disabled {
  background: #e01e5a;
  border-color: #e01e5a;
  opacity: 0.5;
}
.homesearch .homeSearchButton.loading {
  background: #e01e5a url(/img/buttonload.gif) no-repeat center;
}
.homesearch .homeSearchButton svg {
  fill: #ffffff;
  margin-right: 6px;
}
.homesearch.alt {
  width: auto;
  background-color: transparent;
  box-shadow: none;
  margin: 180px auto 120px;
}
@media screen and (max-width: 1010.98px) {
  .homesearch.alt {
    max-width: 620px;
  }
}
@media screen and (max-width: 640px) {
  .homesearch.alt {
    margin: 0 auto;
  }
}
.homesearch.alt .tabHeader {
  display: flex;
  max-width: 380px;
  margin: 0 auto;
}
.homesearch.alt .tabHeader .tab {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #666666;
  background-color: #ffffff;
  text-decoration: none;
  padding: 11px;
}
.homesearch.alt .tabHeader .tab:first-child {
  border-radius: 0px 0px 0px 0px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.homesearch.alt .tabHeader .tab:nth-child(2) {
  border-radius: 0px 0px 0px 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 640px) {
  .homesearch.alt .tabHeader .tab {
    padding: 15px;
  }
}
.homesearch.alt .tabHeader .tab.active {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  cursor: default;
}
.homesearch.alt .refinesearch {
  margin: 0 40px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  .homesearch.alt .refinesearch {
    margin: 40px 24px 40px;
  }
}
@media screen and (max-width: 330px) {
  .homesearch.alt .refinesearch {
    margin: 32px 16px 40px;
  }
}
.homesearch.alt .box {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 24px 8px 0;
  border-radius: 0px 0px 0px 0px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media screen and (min-width: 420px) {
  .homesearch.alt .box {
    border-radius: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 330px) {
  .homesearch.alt .box {
    padding: 16px 8px 0;
  }
}
.homesearch.alt .box .inputBlock {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 330px) {
  .homesearch.alt .box .inputBlock {
    padding: 0 8px;
    margin-bottom: 8px;
  }
}
.homesearch.alt .box .inputBlock .custom-select {
  height: 45px;
  margin: 0;
}
.homesearch.alt .box .inputBlock .custom-select .select {
  background-color: #ffffff;
  color: #222222;
  height: 45px;
}
.homesearch.alt .box .inputBlock .custom-select .select-styled:active::after,
.homesearch.alt .box .inputBlock .custom-select .select-styled.active::after,
.homesearch.alt .box .inputBlock .custom-select .select-styled:hover::after {
  top: 12px;
}
.homesearch.alt .box .inputBlock .custom-select .select-styled::after {
  border-color: #222222 transparent transparent transparent;
  top: 21px;
}
.homesearch.alt .box .inputBlock .custom-select .select-styled .content {
  line-height: 21px;
}
.homesearch.alt .box .inputBlock .custom-select .select-label {
  display: none;
}
@media screen and (max-width: 1010.98px) {
  .homesearch.alt .box .inputBlock {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .homesearch.alt .box .inputBlock {
    flex: 1 0 100%;
    max-width: 100%;
  }
}
.homesearch.alt .box .inputBlock button {
  padding: 11.5px;
  margin: 0;
}
.homesearch.thin {
  background-color: transparent;
  box-shadow: none;
  width: auto;
  max-width: 460px;
  padding: 0 10px;
  margin: 180px auto 120px;
}
@media screen and (max-width: 1010.98px) {
  .homesearch.thin {
    margin: 32px auto;
  }
}
@media screen and (min-width: 1011px) {
  .homesearch.thin.left-align {
    margin-left: 10vw;
  }
}
@media screen and (min-width: 1550px) {
  .homesearch.thin.left-align {
    margin-left: 0;
  }
}
@media screen and (min-width: 1011px) {
  .homesearch.thin.right-align {
    margin-right: 10vw;
  }
}
@media screen and (min-width: 1550px) {
  .homesearch.thin.right-align {
    margin-right: 0;
  }
}
.homesearch.thin h2 {
  color: #eee;
  width: 100%;
  text-align: center;
  margin: 0 0 1rem;
}
.homesearch.thin .refinesearch {
  padding: 10px 20px 20px;
}
.homesearch.thin .homeViewSpecials,
.homesearch.thin .formContainer {
  background-color: rgba(0,0,0,0.5);
  border-radius: 0px 0px 0px 0px;
}
.homesearch.thin .homeViewSpecials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 20px;
}
.homesearch.thin .homeViewSpecials a {
  display: block;
  width: 100%;
}
.homesearch.thin .homeViewSpecials button {
  display: block;
  width: 100%;
  background-color: #1bb170;
  color: #ffffff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  border-color: #1bb170;
  border-radius: 0px 0px 0px 0px;
  padding: 19px;
  margin: 0;
}
.homesearch.thin .homeViewSpecials button:focus,
.homesearch.thin .homeViewSpecials button:hover,
.homesearch.thin .homeViewSpecials button:active {
  background-color: #168e5a;
  border-color: #168e5a;
}
.homesearch.thin .homeViewSpecials button:focus svg,
.homesearch.thin .homeViewSpecials button:hover svg,
.homesearch.thin .homeViewSpecials button:active svg {
  fill: #ffffff;
}
.homesearch.thin .homeViewSpecials button.disabled {
  background: #1bb170;
  border-color: #1bb170;
}
.homesearch.thin .homeViewSpecials button.loading {
  background: #1bb170 url(/img/buttonload.gif) no-repeat center;
}
.homesearch.thin .homeViewSpecials button svg {
  fill: #ffffff;
  margin-right: 6px;
}
.homesearch.thin .refinesearch {
  padding-top: 10px;
}
.homesearch.thin .refinesearch .car-or-lcv {
  margin: 0;
}
.homesearch.thin .refinesearch .car-or-lcv .car-or-lcv-item {
  padding: 0 5px;
}
.homesearch.thin .refinesearch .car-or-lcv .car-or-lcv-item label {
  width: auto;
}
.homesearch.thin .custom-radio {
  padding-left: 28px;
  margin-left: 8px;
}
.homesearch.thin .box {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  margin: 0 -5px;
}
.homesearch.thin .box .inputBlock {
  flex: 1 0 50%;
  max-width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}
.homesearch.thin .box .inputBlock .custom-select {
  height: 45px;
  margin: 0;
}
.homesearch.thin .box .inputBlock .custom-select .select {
  background-color: #ffffff;
  color: #222222;
  height: 45px;
}
.homesearch.thin .box .inputBlock .custom-select .select-styled:active::after,
.homesearch.thin .box .inputBlock .custom-select .select-styled.active::after,
.homesearch.thin .box .inputBlock .custom-select .select-styled:hover::after {
  top: 12px;
}
.homesearch.thin .box .inputBlock .custom-select .select-styled::after {
  border-color: #222222 transparent transparent transparent;
  top: 21px;
}
.homesearch.thin .box .inputBlock .custom-select .select-styled .content {
  line-height: 20px;
}
.homesearch.thin .box .inputBlock .custom-select .select-label {
  display: none;
}
.homesearch.thin .box .inputBlock button {
  padding: 11.5px;
  margin: 0;
}
.homesearch.thin .box .inputBlock.btnBlock {
  flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 0px;
}
.homeslideSearchOptions {
  background-color: #666;
}
.homeslideSearchOptions .searchHeaderWrapper {
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 1010.98px) {
  .homeslideSearchOptions .searchHeaderWrapper {
    max-width: 580px;
  }
}
@media screen and (max-width: 640px) {
  .homeslideSearchOptions .searchHeaderWrapper {
    max-width: none;
  }
}
.homeslideSearchOptions .searchHeaderContainer {
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .homeslideSearchOptions .searchHeaderContainer {
    margin: 0;
  }
}
.homeslideSearchOptions .searchHeaderContainer .searchHeader {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fff;
}
.homeslideSearchOptions .searchHeaderContainer .searchHeader .headerOption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 25%;
  max-width: 25%;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  border: 1px solid #fff;
  padding: 15px;
}
.homeslideSearchOptions .searchHeaderContainer .searchHeader .headerOption.active,
.homeslideSearchOptions .searchHeaderContainer .searchHeader .headerOption:active,
.homeslideSearchOptions .searchHeaderContainer .searchHeader .headerOption:hover,
.homeslideSearchOptions .searchHeaderContainer .searchHeader .headerOption:focus {
  background-color: #999999;
  cursor: default;
}
@media screen and (max-width: 1010.98px) {
  .homeslideSearchOptions .searchHeaderContainer .searchHeader .headerOption {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .homeslideSearchOptions .searchHeaderContainer .searchHeader .headerOption {
    flex: 1 0 100%;
    max-width: 100%;
    font-size: 1rem;
    padding: 10px;
  }
}
.homeslideSearchOptions .searchOptionsContainer {
  background-color: #106;
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  padding: 20px 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1010.98px) {
  .homeslideSearchOptions .searchOptionsContainer .searchOptions {
    max-width: 580px;
  }
}
@media screen and (max-width: 640px) {
  .homeslideSearchOptions .searchOptionsContainer .searchOptions {
    max-width: 280px;
    padding: 10px 5px 0;
  }
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock .custom-select {
  height: 45px;
  margin: 0;
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock .custom-select .select {
  background-color: #ffffff;
  color: #222222;
  height: 45px;
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock .custom-select .select-styled:active::after,
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock .custom-select .select-styled.active::after,
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock .custom-select .select-styled:hover::after {
  top: 12px;
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock .custom-select .select-styled::after {
  border-color: #222222 transparent transparent transparent;
  top: 21px;
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock .custom-select .select-styled .content {
  line-height: 20px;
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock .custom-select .select-label {
  display: none;
}
@media screen and (max-width: 1010.98px) {
  .homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock {
    flex: 1 0 100%;
    max-width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.homeslideSearchOptions .searchOptionsContainer .searchOptions .inputBlock button {
  padding: 11.5px;
  margin: 0;
}
.consumermenu {
  background-color: #ffffff;
}
.notice {
  text-align: center;
  border: 1px solid red;
  padding: 10px 15px;
}
.lease-type-toggler {
  width: auto;
  margin: 0 5px;
  padding-right: 20px;
}
.ribbon-box {
  position: relative;
}
.ribbon-box .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon-box .ribbon > span {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79a70a;
  background: linear-gradient(#f70505 0%,#8f0808 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  left: -21px;
}
.ribbon-box .ribbon > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border: 3px solid transparent;
  border-left-color: #8F0808;
  border-top-color: #8F0808;
}
.ribbon-box .ribbon > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border: 3px solid transparent;
  border-right-color: #8F0808;
  border-top-color: #8F0808;
}
.vehicle--make {
  color: black;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.vehicle--model {
  color: #333;
  font-size: 18px;
  padding-bottom: 25px;
}
.vehicle--prices {
  color: #333;
  font-size: 12px;
}
.vehicle--price {
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 26px;
  font-weight: bold;
  color: black;
}
.button--get-quote {
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #e1e1e1;
  font-weight: bold;
}
.top-deals-heading {
  background-color: #f7f7f7;
  text-align: center;
  padding: 30px 0 5px;
}
.top-deals-heading h2 {
  font-weight: bold;
  font-family: 'Archivo Black', sans-serif;
  color: #333;
}
.search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-button svg {
  fill: #ffffff;
  margin-right: 6px;
}
.search-button svg:hover,
.search-button svg:active,
.search-button svg:focus {
  fill: #e01e5a;
}
.search-button.old:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/img/magnifier-icon.png) no-repeat center;
  background-size: contain;
  margin-right: 6px;
}
#search-button-div {
  display: block;
}
@media only screen and (max-width: 640px) {
  #search-button-div {
    display: none;
  }
}
#search-button-div-mobile {
  display: none;
}
@media only screen and (max-width: 640px) {
  #search-button-div-mobile {
    display: block;
  }
}
.search--filters .refinesearch {
  padding: 0;
}
.search--filters .refinesearch .row {
  max-width: 100%;
}
.search--filters .refinesearch .row .columns {
  padding: 0;
}
.search--filters .refinesearch .custom-select {
  line-height: 10px;
  border-right: 1px solid #EFEFEF;
}
.search--filters .refinesearch .custom-select input[type="checkbox"],
.search--filters .refinesearch .custom-select input[type="radio"] {
  vertical-align: bottom;
  margin-bottom: 0 !important;
}
.search--filters .refinesearch .custom-select input[type="checkbox"] + label,
.search--filters .refinesearch .custom-select input[type="radio"] + label {
  font-size: 0.875rem;
  line-height: 0.9375rem;
}
.search--filters .refinesearch .custom-select.custom-checkbox {
  padding: 0 16px;
  height: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
@media screen and (min-width: 1100px) {
  .search--filters .refinesearch .custom-select.custom-checkbox {
    flex-direction: row;
  }
}
.search--filters .refinesearch .custom-select.custom-checkbox label {
  margin: 0 0.5rem 0 0;
}
.search--filters .search-button {
  background: #e01e5a;
  border-color: #e01e5a;
  color: #ffffff;
  margin: 0;
  height: 55px;
}
.search--filters .search-button:hover {
  background: #e01e5a;
  border-color: #e01e5a;
  color: #ffffff;
}
.search--filters i.fas {
  color: #000;
}
.search--filters .car-or-lcv {
  padding-bottom: 20px;
}
.search--filters .car-or-lcv input {
  margin-right: 15px;
}
.search_button img.search_icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.search-box-wrapper {
  background-color: #fff;
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.4);
  box-shadow: 0 1px 20px 0 rgba(0,0,0,0.4);
}
.search-box-wrapper .search-box-toggle {
  text-align: center;
  padding: 14px;
  font-size: 19px;
  display: none;
  background-color: #0299ff;
  color: #ffffff;
  cursor: pointer;
}
.search-box-wrapper .search-box-toggle:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 21px;
  right: 10px;
}
.search-box-wrapper .search-box-toggle:active,
.search-box-wrapper .search-box-toggle.active,
.search-box-wrapper .search-box-toggle:hover {
  background-color: #26a7ff;
}
.search-box-wrapper .search-box-toggle:active:after,
.search-box-wrapper .search-box-toggle.active:after,
.search-box-wrapper .search-box-toggle:hover:after {
  top: 12px;
  border-color: transparent transparent #ffffff transparent;
}
.search-box-wrapper .custom-select .select {
  border-top: 1px solid #ddd;
}
.scroll .search-box-wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.scroll .search-box-wrapper .custom-select .select {
  border-top: none;
}
.search-box-wrapper2 {
  background-color: #fff;
  z-index: 1;
}
.search-box-wrapper2 .search-box-toggle2 {
  display: block;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #a8a8a8;
  color: #ffffff;
  padding: 0 0 3px;
}
.search-box-wrapper2 .search-box-toggle2 > span {
  position: relative;
}
.search-box-wrapper2 .search-box-toggle2 .sbButton:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 7px;
  right: -20px;
}
.search-box-wrapper2 .search-box-toggle2:active,
.search-box-wrapper2 .search-box-toggle2.active,
.search-box-wrapper2 .search-box-toggle2:hover {
  background-color: #bababa;
}
.search-box-wrapper2 .search-box-toggle2:active .sbButton:after,
.search-box-wrapper2 .search-box-toggle2.active .sbButton:after,
.search-box-wrapper2 .search-box-toggle2:hover .sbButton:after {
  top: 0px;
  border-color: transparent transparent #ffffff transparent;
}
.search-box-wrapper2 .search-box-inner-wrapper2 {
  display: none;
}
.search-box-wrapper2.opened .search-box-inner-wrapper2 {
  display: block;
  border-top: 1px solid #EFEFEF;
}
@media screen and (min-width: 641px) {
  .search-box-wrapper2 .custom-select .select {
    border-top: none;
  }
}
section.brandList .container {
  max-width: 1450px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  section.brandList .container {
    padding: 0 15px;
  }
}
section.brandList .head {
  text-align: center;
  margin-bottom: 1.5rem;
}
section.brandList .brandsContainer {
  display: flex;
  flex-wrap: wrap;
}
section.brandList .brandsContainer .brandWrapper {
  display: flex;
  flex-direction: column;
  width: calc((100% - 32px) / 2);
  margin: 0 8px 16px;
}
@media screen and (min-width: 500px) {
  section.brandList .brandsContainer .brandWrapper {
    width: calc((100% - 48px) / 3);
  }
}
@media screen and (min-width: 675px) {
  section.brandList .brandsContainer .brandWrapper {
    width: calc((100% - 64px) / 4);
  }
}
@media screen and (min-width: 850px) {
  section.brandList .brandsContainer .brandWrapper {
    width: calc((100% - 80px) / 5);
  }
}
@media screen and (min-width: 1025px) {
  section.brandList .brandsContainer .brandWrapper {
    width: calc((100% - 96px) / 6);
  }
}
@media screen and (min-width: 1200px) {
  section.brandList .brandsContainer .brandWrapper {
    width: calc((100% - 112px) / 7);
  }
}
@media screen and (min-width: 1375px) {
  section.brandList .brandsContainer .brandWrapper {
    width: calc((100% - 128px) / 8);
  }
}
section.brandList .brandsContainer .brandWrapper .brandLogo {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 24px 0;
  margin-bottom: 10px;
  transition: all .2s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15), 0 6px 7px rgba(0,0,0,0.08);
}
section.brandList .brandsContainer .brandWrapper .brandLogo img {
  align-self: center;
  width: 80px;
  margin: 0 auto;
}
section.brandList .brandsContainer .brandWrapper .brandName {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1rem;
  background-color: #0299ff;
  border-color: #0299ff;
  color: #ffffff;
  padding: 7px 14px;
  transition: all .2s ease;
}
section.brandList .brandsContainer .brandWrapper .brandName:hover,
section.brandList .brandsContainer .brandWrapper .brandName:active,
section.brandList .brandsContainer .brandWrapper .brandName:focus {
  background-color: #eeeeee;
  border-color: #333333;
  color: #333333;
}
.mod-error-div {
  padding: 50px;
  font-size: 18px;
  line-height: 28px;
}
.mod-error-div h2 {
  color: #a94442;
  font-weight: bold;
  font-style: italic;
}
.refinesearch .car-or-lcv {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.refinesearch .car-or-lcv .car-or-lcv-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #fff;
}
.refinesearch .car-or-lcv .car-or-lcv-item label {
  font-size: 18px;
  width: 110px;
}
.refinesearch .car-or-lcv .car-or-lcv-item .custom-radio i {
  font-size: 28px;
}
.refinesearch .car-or-lcv .car-or-lcv-item input {
  margin-right: 15px;
}
.price--switch {
  padding-bottom: 15px;
}
.price--switch .title-span {
  display: block;
  margin-bottom: 10px;
}
.price--switch .switch-toggle {
  width: 100%;
  margin: auto;
  z-index: 0;
}
.price--switch .switch-toggle input:not(:checked) + label:hover {
  color: #0299ff;
}
.popular .small {
  margin-bottom: 40px;
}
.side--search {
  margin-top: 25px;
}
video {
  cursor: pointer;
}
.pagination-holder {
  margin: 10px auto;
}
.overview-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 2px solid #ccc;
  margin-bottom: 20px;
  padding: 15px 10px;
}
.overview-div table {
  border: 0;
  margin-bottom: 0;
}
.overview-div .vehicle-img-div {
  flex: 1 0;
  text-align: center;
}
.quoteDetails {
  padding: 20px 0;
}
.quote-button-div >div {
  float: left !important;
}
.btn-orange {
  background-color: #f56f07;
  border-color: #f56f07;
}
.btn-orange:focus,
.btn-orange:hover {
  color: #f56f07;
}
.btn-blue {
  background-color: #203192;
  border-color: #203192;
}
.btn-blue:focus,
.btn-blue:hover {
  color: #203192;
}
.btn-dark-grey {
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}
.btn-dark-grey:focus,
.btn-dark-grey:hover {
  color: #3a3a3a;
}
.pagecontent.blogcontent {
  padding-top: 0;
}
.pagecontent.blogcontentheader {
  padding-bottom: 0;
}
.bloglist {
  margin-bottom: 35px;
}
.blogtop {
  margin-bottom: 25px;
}
.singleimg {
  margin-bottom: 25px;
}
.confirmcsearch {
  background-color: #e1e1e1;
  padding-bottom: 50px;
}
.confirmcsearch p {
  padding-left: 50px;
  padding-right: 50px;
}
.confirmcsearch a {
  text-decoration: underline;
  font-weight: bold;
}
.confirmcsearch a:hover {
  text-decoration: none;
}
.help-block {
  font-style: oblique;
  font-size: 12px;
  color: #777;
  padding-bottom: 10px;
}
.mainnav .trustpilot-widget {
  padding: 6px 0 9px;
  background: #f7f7f7;
  z-index: 1;
}
.widget--trustpilot {
  margin-bottom: 0;
}
.floatingPriceBox {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  color: #fff;
  padding: 10px 5px;
  font-weight: 600;
  background-color: rgba(2,153,255,0.85);
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.4);
  -moz-box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.4);
  box-shadow: 0 -5px 10px 0 rgba(0,0,0,0.4);
}
.floatingPriceBox .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.floatingPriceBox .row .colu {
  margin: 0 10px;
}
.floatingPriceBox .row .coluWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.floatingPriceBox .row .coluWrap .coluVWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.floatingPriceBox .row .coluWrap .coluVWrap .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.floatingPriceBox .row .coluWrap .coluVWrap .call p {
  line-height: 18px;
  margin: 0.25rem 0 0;
}
.floatingPriceBox .row .pricewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  flex-grow: 1;
}
@media screen and (max-width: 360px) {
  .floatingPriceBox .row .pricewrap {
    flex-wrap: wrap;
  }
}
.floatingPriceBox button.close {
  position: absolute;
  top: -5px;
  right: 2px;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  opacity: .2;
  filter: alpha(opacity=20);
  color: #000;
  text-shadow: 0 1px 0 #fff;
  background: 0 0;
  border: 0;
  float: right;
}
.floatingPriceBox .price {
  font-size: 12px;
}
.floatingPriceBox .price .from {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.floatingPriceBox .price strong {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  font-weight: normal;
}
.floatingPriceBox .price p {
  font-size: 12px;
  line-height: 14px;
  display: block;
  margin-bottom: 4px;
}
.floatingPriceBox .price h5 {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 0;
}
.floatingPriceBox .initialrow h5 {
  font-size: 13px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 8px;
}
.floatingPriceBox .initialrow:last-child {
  margin-bottom: 0;
}
.floatingPriceBox .pricesContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.floatingPriceBox .pricesContainer div {
  flex-grow: 1;
  padding: 5px 0;
  margin: 0 3px;
}
.floatingPriceBox .pricesContainer div:first-child a {
  margin-left: 0;
}
.floatingPriceBox .pricesContainer div:last-child a {
  margin-right: 0;
}
.floatingPriceBox .pricesContainer h4 {
  font-size: 22px;
  line-height: 16px;
  font-weight: bold;
  color: inherit;
  margin: 0 0 7px 0;
}
@media screen and (max-width: 480px) {
  .floatingPriceBox .pricesContainer h4 {
    font-size: 14px;
  }
}
.floatingPriceBox .pricesContainer .id-pricemonthly {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: inherit;
  margin-right: 2px;
}
@media screen and (max-width: 480px) {
  .floatingPriceBox .pricesContainer .id-pricemonthly {
    font-size: 18px;
    line-height: 18px;
  }
}
.floatingPriceBox .pricesContainer .id-contact {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: inherit;
}
@media screen and (max-width: 480px) {
  .floatingPriceBox .pricesContainer .id-contact {
    font-size: 18px;
    line-height: 18px;
  }
}
.floatingPriceBox .pricesContainer .forlatest {
  margin: 0;
}
.floatingPriceBox .pricesContainer .permonth {
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .floatingPriceBox .pricesContainer .permonth {
    font-size: 10px;
  }
}
.floatingPriceBox .pricesContainer h5 {
  font-size: 11px;
  line-height: 1;
  color: inherit;
  margin: 0 0 8px 0;
}
.floatingPriceBox .pricesContainer h5.onepx {
  margin: 0 0 1px 0;
}
@media (max-width: 500px) {
  .floatingPriceBox .pricesContainer h5 {
    margin: 0 0 6px 0;
  }
}
@media screen and (max-width: 480px) {
  .floatingPriceBox .pricesContainer h5 {
    font-size: 10px;
  }
}
.floatingPriceBox .pricesContainer .finance {
  padding: 0;
}
.floatingPriceBox .pricesContainer .finance h5 {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  .floatingPriceBox .pricesContainer .finance h5 {
    font-size: 10px;
  }
}
.floatingPriceBox .button {
  margin: 0;
  padding: 22px 18px;
  display: block;
  font-size: 16px;
  line-height: 20px;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
}
.floatingPriceBox .enquireBtn {
  padding: 22px 31px;
}
.floatingPriceBox .callBtn {
  display: none;
  padding: 9px 10px;
  background: #e01e5a;
  text-transform: none;
  border-color: #e01e5a;
  border-width: 5px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  cursor: pointer;
}
.floatingPriceBox .callBtn:hover {
  background: #ffffff;
  color: #e01e5a;
}
.floatingPriceBox .callBtn i {
  font-size: 36px;
  line-height: 38px;
}
@media screen and (max-width: 640px) {
  .floatingPriceBox .callBtn {
    display: block;
  }
}
.floatingPriceBox .call p {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin: 16px 0;
}
@media screen and (max-width: 1010.98px) {
  .floatingPriceBox .call p {
    display: none;
  }
}
.floatingPriceBox .call p span {
  font-size: 14px;
  margin-right: 0.25rem;
}
.floatingPriceBox .call .no {
  color: inherit;
}
.floatingPriceBox .call.below p {
  display: none;
}
@media screen and (max-width: 1010.98px) {
  .floatingPriceBox .call.below p {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .floatingPriceBox .call.below p {
    display: none;
  }
}
.vatToggle {
  width: 255px;
}
.vToggleItem {
  display: inline-flex;
}
.vToggleItem input {
  display: none;
}
.vToggleItem label {
  border: 2px solid #999;
  padding: 5px 11px 7px;
  margin: 0 10px 0 0 !important;
  color: #888;
  cursor: pointer;
  background: #eee;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}
.vToggleIcon {
  margin-left: 4px;
  background: #ffffff;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #999;
  border-radius: 100%;
}
.vToggleIcon svg {
  fill: #e01e5a;
  opacity: 0;
}
.vToggleIconRight {
  margin-left: 0;
  margin-right: 3px;
}
.vToggleItem input:checked ~ label {
  color: #ffffff;
  background: #e01e5a;
  border-color: #eee;
}
.vToggleItem input:checked ~ label .vToggleIcon {
  background: #ffffff;
  border: none;
}
.vToggleItem input:checked ~ label .vToggleIcon svg {
  opacity: 1;
}
.maintLabel {
  font-size: 12px;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 5px 8px;
  margin: 0 0 10px !important;
  width: 100%;
  cursor: pointer !important;
}
.maintInput {
  display: none;
}
.maintInput:checked~.maintLabel {
  border-color: #0299ff;
  background-color: #0299ff;
  color: #fff;
}
.maintInput:checked ~ label .maintIcon {
  background: transparent;
  border: none;
}
.maintInput:checked ~ label .maintIcon svg {
  opacity: 1;
}
.maintIcon {
  background: #fff;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #444;
  border-radius: 100%;
}
.maintIcon svg {
  fill: #0299ff;
  opacity: 0;
}
.buttonrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.buttonrow .for {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}
.buttonrow .for h5 {
  margin: 0;
}
.buttonrow .inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.buttonrow .inputs > div {
  margin-left: 10px;
}
.maintrow {
  padding-bottom: 6px;
}
.maintrow h3 {
  font-size: 18px;
  margin: 0;
}
.maintrow h4 {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 8px 0;
}
.maintrow h5 {
  font-size: 14px;
}
.maintInfo {
  font-size: 10px;
  border: 3px solid #222;
  border-radius: 6px;
  padding: 4px;
  margin: 0;
  width: 100%;
  background-color: #fff;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}
.maintInfo span {
  background: #fff;
  min-width: 22px;
  height: 22px;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #222;
  border-radius: 100%;
}
.maintInfo svg {
  fill: #222;
  opacity: 1;
}
.maintInfoY {
  border-color: limegreen;
}
.maintInfoY span {
  border-color: limegreen;
}
.maintInfoY svg {
  fill: limegreen;
}
body.modalOpen {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 80px;
  background-color: rgba(25,25,25,0.75);
  color: #222;
}
.modal .modalWrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background: #fff;
}
.modal .modalBtnWrap {
  position: relative;
  height: 34px;
  width: 34px;
  margin-top: 21px;
}
.modal .modalHeader {
  position: relative;
  top: 0;
  margin: 0;
  padding: 16px 26px;
  background-color: #0299ff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
}
.modal .modalHeader .modalClose {
  width: 34px;
  height: 34px;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #CCC;
  border-radius: 2px;
  border: solid 2px #0299ff;
  transition: all .3s ease-out;
  transition-duration: 0.3s;
  cursor: pointer;
}
.modal .modalHeader .modalClose b {
  border: solid 15px rgba(255,255,255,0);
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.modal .modalHeader .modalClose b:nth-child(1) {
  border-top-color: #0299ff;
  top: -2px;
}
.modal .modalHeader .modalClose b:nth-child(2) {
  border-left-color: #0299ff;
  left: -2px;
}
.modal .modalHeader .modalClose b:nth-child(3) {
  border-bottom-color: #0299ff;
  bottom: -2px;
}
.modal .modalHeader .modalClose b:nth-child(4) {
  border-right-color: #0299ff;
  right: -2px;
}
.modal .modalHeader .modalClose:hover {
  background: #FFF;
  transform: rotate(180deg);
}
.modal .modalHeader h2 {
  color: #fff;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: bold;
  margin: 1rem 0;
}
.modal .modalHeader h3 {
  color: #fff;
  line-height: 3rem;
  margin: 1rem 1rem 1rem auto;
}
.modal .modalContent {
  padding: 5px 25px 20px;
}
.modal .modalContent h4 {
  font-weight: bold;
  margin: 1rem 0 0.8rem;
}
.modal .modalContent p {
  margin: 0 0 1rem;
}
.modal .modalContent .timeContent {
  text-align: center;
}
.modal .modalContent .timeContent .time {
  font-size: 2rem;
}
.modal .modalContent .modalClose {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  color: #444;
  background-color: transparent;
  border: none;
  padding: 12px;
  margin: 0;
}
.modal form {
  margin: 0;
}
.modal form fieldset {
  border: none;
  margin: 0.5rem 0;
  padding: 0;
}
.modal form .formItem {
  margin-bottom: 1rem;
}
.modal form .formItem label {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.modal form .formItem input[type=text] {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
}
.modal form .formItem input[type=radio] {
  margin-right: 0.25rem;
}
.modal form .formItem textarea {
  resize: none;
  resize: vertical;
}
.modal form .formItem .radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal form .formItem .radios label {
  margin-right: 1rem;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  #telHideMobile {
    display: none;
  }
}
p.mydvs {
  color: #999;
}
p.mydvs a {
  color: #fff;
}
p.mydvs a:hover {
  color: #e1e1e1;
}
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}
.simple-pagination ul {
  display: block;
  margin: auto;
  list-style: none;
  padding: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
span.ellipse.clickable {
  cursor: pointer;
}
.ellipse input {
  width: 3em;
}
.light-theme span {
  cursor: pointer;
}
.light-theme a,
.light-theme span {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 27px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 10px;
  margin: 0 14px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #efefef;
  background: -moz-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: linear-gradient(top,#ffffff 0%,#efefef 100%);
}
.light-theme a:hover,
.light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #61b8e8;
  border: 1px solid #0073b3;
  color: #fff;
}
.light-theme .current {
  background: #13a4f4;
  color: #FFF;
  border-color: #006da9;
  box-shadow: 0 1px 0 #ffffff, 0 0 2px rgba(0,0,0,0.3) inset;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
@media only screen and (max-width: 640px) {
  .light-theme a,
  .light-theme span {
    margin-right: 1px;
    padding: 0 5px;
  }
}
ul.simple-pagination {
  list-style: none;
}
.simple-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;
}
.simple-pagination ul {
  display: block;
  margin: auto;
  list-style: none;
  padding: 0;
}
.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}
span.ellipse.clickable {
  cursor: pointer;
}
.ellipse input {
  width: 3em;
}
.light-theme span {
  cursor: pointer;
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 27px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 10px;
  margin: 0 14px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #efefef;
  background: -moz-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: linear-gradient(top,#ffffff 0%,#efefef 100%);
}
.light-theme a {
  float: left;
  color: #666;
  font-size: 14px;
  line-height: 27px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 10px;
  margin: 0 14px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #efefef;
  background: -moz-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#efefef 100%);
  background: linear-gradient(top,#ffffff 0%,#efefef 100%);
}
.light-theme a:hover {
  text-decoration: none;
  background: #4fb8ff;
  border: 1px solid #006cb5;
  color: #fff;
}
.light-theme li:not(.disabled):not(.active) span:hover {
  text-decoration: none;
  background: #4fb8ff;
  border: 1px solid #006cb5;
  color: #fff;
}
.light-theme .current {
  background: #0299ff;
  color: #FFF;
  border-color: #0063a5;
  box-shadow: 0 1px 0 #ffffff, 0 0 2px rgba(0,0,0,0.3) inset;
  cursor: default;
}
.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;
}
.top .main-header {
  position: relative;
  z-index: 4;
}
.secondaryHeader {
  background: #333;
  color: #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
}
.secondaryHeader .secondaryHeaderWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.secondaryHeader .secondaryHeaderWrapper > div {
  margin: 0 0.75rem;
}
.secondaryHeader i {
  margin: 0 0.25rem;
}
.secondaryHeader p {
  font-size: 0.75rem;
}
.secondaryHeader a {
  font-size: 0.75rem;
  color: #bbb;
}
.secondaryHeader a:hover {
  color: #fff;
}
.secondaryHeader.light {
  background: #f8f8f8;
  color: #555;
}
.secondaryHeader.light a {
  font-size: 0.75rem;
  color: #444;
}
.secondaryHeader.light a:hover {
  color: #000;
}
@media only screen and (max-width: 640px) {
  .secondaryHeader {
    display: none;
  }
}
@media only screen and (min-width: 480px) {
  .prefooter {
    text-align: left;
  }
  .prefooter .logoBar {
    margin: 0.75rem 0;
  }
  .prefooter .logoBar img {
    max-height: 40px;
    margin: 0.5rem;
  }
  .prefooter .medium-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .prefooter .medium-12 h3 {
    text-align: center;
    flex-basis: 100%;
    max-width: 100%;
  }
  .prefooter .medium-12 > div {
    margin: 0 0.5rem 0.5rem;
  }
  .prefooter .medium-12 > p {
    margin: 0 0.5rem 0.5rem;
  }
  .prefooter .medium-12 > a {
    margin: 0 0.5rem 0.5rem;
  }
  .prefooter .medium-12 ul {
    width: 100%;
    float: none;
    margin: 0 0.5rem 0.5rem;
  }
  .prefooter .medium-12 ul li {
    display: inline-block;
  }
  .prefooter .medium-12 ul li:after {
    content: "|";
    padding: 0 0.5rem;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
  }
  .prefooter .medium-12 ul li:last-child:after {
    content: "";
  }
  .prefooter .medium-12 ul li a {
    display: inline-block;
  }
}
.fundersWrapper {
  background-color: #dddddd;
  box-shadow: 0 0 11px 0 rgba(0,0,0,0.33);
}
.fundersWrapper .row {
  max-width: none;
  margin: 0;
}
.fundersWrapper .columns {
  padding: 0;
}
.fundersWrapper .funders ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fundersWrapper .funders ul li {
  display: inline-block;
  flex: 1 1 50%;
  padding: 20px 12px;
}
@media screen and (min-width: 450px) {
  .fundersWrapper .funders ul li {
    flex: 0 1 auto;
    padding: 20px 50px;
  }
}
.fundersWrapper .funders ul li img {
  display: block;
  max-height: 32px;
  max-width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 1010.98px) {
  .fundersWrapper .funders ul li img {
    max-height: 40px;
  }
}
.popular .image-make-var {
  position: relative;
  min-height: 340px;
}
.popular .image-make-var figure {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 66.66667%;
}
.popular .image-make-var figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}
.popular div.product-item .tags {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  min-height: 56.5px;
  margin: -10px -30px 0;
  padding: 40px 0 0 30px;
}
.popular div.product-item .tags span i {
  margin-right: 4px;
}
.popular div.product-item .tags.circle {
  position: relative;
  min-height: calc(80px - (0.075 * (100vw - 57px)));
  padding: 0;
  min-height: 0;
}
@media screen and (min-width: 640px) {
  .popular div.product-item .tags.circle {
    min-height: calc(80px - (0.0375 * (100vw - 98px)));
    min-height: 0;
  }
}
@media screen and (min-width: 1011px) {
  .popular div.product-item .tags.circle {
    min-height: calc(80px - (0.025 * (100vw - 177px)));
    min-height: 0;
  }
}
@media screen and (min-width: 1348px) {
  .popular div.product-item .tags.circle {
    min-height: calc(80px - (0.01875 * (100vw - 200px)));
    min-height: 0;
  }
}
.popular div.product-item .tags.circle span {
  position: absolute;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  line-height: 95px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  opacity: 0.8;
  transform: rotate(-20deg);
}
.popular div.product-item .tags.circle span:nth-child(2) {
  left: 75px;
}
.popular div.product-item .tags.circle span i {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  width: 24px;
  height: 24px;
}
.popular div.product-item .tags.banner {
  padding: 0;
}
.popular div.product-item .tags.banner span {
  position: absolute;
  top: 8px;
  left: -23px;
  transform: rotate(-45deg);
  width: 130px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  padding: 0.375rem;
  padding-bottom: 0.625rem;
  -webkit-clip-path: polygon(100% 0,93% 50%,100% 100%,0% 100%,7% 50%,0% 0%);
  clip-path: polygon(100% 0,93% 50%,100% 100%,0% 100%,7% 50%,0% 0%);
  -webkit-clip-path: polygon(84% 0,84% 29%,99% 29%,94% 65%,100% 100%,70% 100%,70% 81%,30% 81%,30% 100%,0% 100%,6% 65%,1% 29%,16% 29%,16% 0);
  clip-path: polygon(84% 0,84% 29%,99% 29%,94% 65%,100% 100%,70% 100%,70% 81%,30% 81%,30% 100%,0% 100%,6% 65%,1% 29%,16% 29%,16% 0);
}
.popular div.product-item .tags.banner span:nth-child(2) {
  right: -27px;
  left: auto;
  transform: rotate(45deg);
}
.popular div.product-item .tags.banner span:nth-child(3) {
  width: 200px;
  top: 33px;
  right: -37px;
  left: auto;
  transform: rotate(45deg);
}
.popular div.product-item .tags.alt {
  padding: 0;
}
.popular div.product-item .tags.alt span {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 70px;
  height: 80px;
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.75rem 0.375rem;
  margin: 0;
  -webkit-clip-path: polygon(100% 0,100% 100%,50% 75%,0 100%,0% 0%);
  clip-path: polygon(100% 0,100% 100%,50% 75%,0 100%,0% 0%);
}
.popular div.product-item .tags.alt span:nth-child(2) {
  left: 90px;
}
.popular div.product-item .tags.alt span:nth-child(3) {
  left: 165px;
}
.popular div.product-item .tags.alt.small span {
  font-size: 0.5rem;
  line-height: 0.75rem;
  width: 40px;
  height: 50px;
  padding: 0.5rem 0.25rem;
}
.popular div.product-item .tags.alt.small span:nth-child(2) {
  left: 65px;
}
.popular div.product-item .tags.alt.small span:nth-child(3) {
  left: 115px;
}
.popular div.product-item .tags.simple {
  padding: 0;
}
.popular div.product-item .tags.simple span {
  position: absolute;
  top: 10px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.popular div.product-item .tags.simple span.tag--in-stock {
  left: 10px;
  border-bottom-right-radius: 8px;
  padding: 0px 8px 2px 4px;
}
.popular div.product-item .tags.simple span.tag--hot-deal {
  right: 10px;
  border-bottom-left-radius: 8px;
  padding: 0px 4px 2px 8px;
}
.popular div.product-item .tags.simple.small span {
  font-size: 0.75rem;
  line-height: 20px;
}
.popular div.product-item .tags.triangle {
  padding: 0;
}
.popular div.product-item .tags.triangle span {
  position: absolute;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  border-radius: 0;
  width: 100px;
  text-align: center;
  top: 42px;
  padding: 0 3.5px;
}
.popular div.product-item .tags.triangle span:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: -1;
  top: -26px;
}
.popular div.product-item .tags.triangle span.tag--in-stock {
  left: 6px;
  transform: rotate(-45deg);
}
.popular div.product-item .tags.triangle span.tag--in-stock:after {
  left: -12px;
  border-left: 124px solid transparent;
  border-top: 124px solid #009500;
  transform: rotate(-45deg);
}
.popular div.product-item .tags.triangle span.tag--hot-deal {
  right: 7px;
  transform: rotate(45deg);
}
.popular div.product-item .tags.triangle span.tag--hot-deal:after {
  right: -12px;
  border-right: 124px solid transparent;
  border-top: 124px solid #e01e5a;
  transform: rotate(45deg);
}
.popular div.product-item .tags.triangle.small span {
  font-size: 0.75rem;
  line-height: 20px;
  width: 77px;
  top: 34px;
}
.popular div.product-item .tags.triangle.small span:after {
  top: -21px;
}
.popular div.product-item .tags.triangle.small span.tag--in-stock {
  left: 6px;
}
.popular div.product-item .tags.triangle.small span.tag--in-stock:after {
  left: -4px;
  border-left: 84px solid transparent;
  border-top: 84px solid #009500;
}
.popular div.product-item .tags.triangle.small span.tag--hot-deal {
  right: 7px;
  transform: rotate(45deg);
}
.popular div.product-item .tags.triangle.small span.tag--hot-deal:after {
  right: -4px;
  border-right: 84px solid transparent;
  border-top: 84px solid #e01e5a;
}
.popular div.product-item .tags.ribbonB {
  padding: 0;
}
.popular div.product-item .tags.ribbonB span {
  position: absolute;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin: 0;
  border-radius: 0;
  width: 123px;
  top: 14px;
  left: 4px;
  right: auto;
  padding: 0 22px 2px 8px;
}
.popular div.product-item .tags.ribbonB span:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-left: 5px solid transparent;
}
.popular div.product-item .tags.ribbonB span:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
}
.popular div.product-item .tags.ribbonB span:before {
  border-top: 5px solid #0d0d0d;
}
.popular div.product-item .tags.ribbonB span:nth-child(2) {
  top: 50px;
}
.popular div.product-item .tags.ribbonB span:nth-child(3) {
  top: 86px;
}
.popular div.product-item .tags.ribbonB.small span {
  font-size: 0.75rem;
  line-height: 20px;
  width: 94px;
  top: 14px;
  padding: 0 15px 2px 8px;
}
.popular div.product-item .tags.ribbonB.small span:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-left: 5px solid transparent;
}
.popular div.product-item .tags.ribbonB.small span:after {
  content: '';
  position: absolute;
  right: 0;
  width: 0px;
  height: 0px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid transparent;
}
.popular div.product-item .tags.ribbonB.small span:before {
  border-top: 5px solid #0d0d0d;
}
.popular div.product-item .tags.ribbonB.small span:nth-child(2) {
  top: 42px;
}
.popular div.product-item .tags.ribbonB.small span:nth-child(3) {
  top: 70px;
}
.full {
  padding-left: 15px;
  padding-right: 15px;
}
.full .boxed {
  margin-bottom: 20px;
}
.full div.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: -10px 0 0 #009933;
  box-shadow: -10px 0 0 #009933;
  padding: 6px 40px 6px 10px;
  height: 205px;
}
.full div.product-item .tags {
  top: 0;
  left: 20px;
}
.full div.product-item .tags span i {
  margin-right: 4px;
}
.full div.product-item .tags.circle {
  position: relative;
  min-height: calc(80px - (0.075 * (100vw - 57px)));
  padding: 0;
  min-height: 0;
}
@media screen and (min-width: 640px) {
  .full div.product-item .tags.circle {
    min-height: calc(80px - (0.0375 * (100vw - 98px)));
    min-height: 0;
  }
}
@media screen and (min-width: 1011px) {
  .full div.product-item .tags.circle {
    min-height: calc(80px - (0.025 * (100vw - 177px)));
    min-height: 0;
  }
}
@media screen and (min-width: 1348px) {
  .full div.product-item .tags.circle {
    min-height: calc(80px - (0.01875 * (100vw - 200px)));
    min-height: 0;
  }
}
.full div.product-item .tags.circle span {
  position: absolute;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  line-height: 95px;
  font-size: 12px;
  text-align: center;
  padding: 0;
  opacity: 0.8;
  transform: rotate(-20deg);
}
.full div.product-item .tags.circle span:nth-child(2) {
  left: 75px;
}
.full div.product-item .tags.circle span i {
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
  width: 24px;
  height: 24px;
}
.full div.product-item .tags.banner span {
  left: -33px;
}
.full div.product-item .tags.banner span:nth-child(3) {
  width: 130px;
  top: 144px;
  right: -24px;
  left: auto;
  transform: rotate(-45deg);
}
.full div.product-item .tags.alt span:nth-child(3) {
  left: 115px;
  right: 15px;
  left: auto;
}
.full div.product-item .price .p {
  font-size: 2rem;
}
.full div.product-item .price--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  flex-basis: 65%;
  max-width: 65%;
  min-width: 65%;
  padding: 0;
}
.full div.product-item .price--section .price-info-div {
  margin: 0;
  padding-right: 5px;
}
.full div.product-item .price--section .base-info-div {
  flex-basis: 40%;
  max-width: 40%;
  margin: 0;
  padding-right: 5px;
}
.full div.product-item .price--section .subject-status-cond {
  flex-basis: 30%;
  max-width: 30%;
  padding: 0;
  padding-right: 5px;
}
.full div.product-item:hover {
  -webkit-box-shadow: -10px 0 0 #001909, 0 10px 40px rgba(0,0,0,0.4);
  box-shadow: -10px 0 0 #001909, 0 10px 40px rgba(0,0,0,0.4);
}
.full .image-make-var {
  min-height: auto;
}
.full .image-make-var figure {
  padding-top: 0;
  margin-top: -5px;
}
.full .image-make-var figure img {
  max-height: 110px;
}
.sidebar .vehicleoptions dd {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  top: 0;
}
@media only screen and (max-width: 1400px) {
  nav li a {
    padding: 0 5px;
    font-size: 12px;
  }
  .table-res {
    width: 100%;
    overflow-x: auto;
  }
  .sidebar .order button {
    line-height: 120%;
    height: auto;
    padding: 10px !important;
  }
}
@media only screen and (max-width: 1298.98px) {
  .top .main-header .topcontact {
    margin-right: 20px;
  }
  .top .main-header .topcontact .phone-email {
    display: none;
  }
  .top .main-header .main-header-inner-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .top .main-header {
    padding-right: 76px;
  }
  .top .main-header .main-header-inner-wrapper {
    justify-content: space-between;
  }
  .top .main-header .main-header-inner-wrapper .usermenu {
    top: 0 !important;
    margin-top: 70px !important;
    background: #0299ff;
    margin: 0;
    padding: 0;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 0;
    z-index: 1500;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
  .top .main-header .main-header-inner-wrapper .usermenu >li {
    cursor: pointer;
    margin: 0;
  }
  .top .main-header .main-header-inner-wrapper .usermenu >li a {
    width: 100%;
    display: block;
    color: #ffffff;
  }
  .top .main-header .main-header-inner-wrapper .usermenu >li ahover {
    color: #0299ff;
  }
  .top .main-header .main-header-inner-wrapper .usermenu >lihover {
    background: #ffffff;
  }
  .top .main-header .main-header-inner-wrapper .usermenu .more-links ul.sub-dropdown-menu {
    width: 100%;
    box-shadow: none;
    position: relative;
  }
  .menuopen .top .main-header .main-header-inner-wrapper .usermenu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  .top .main-header .main-header-inner-wrapper .usermenu > a {
    display: block;
    float: none;
    padding: 10px 20px;
    line-height: 140%;
  }
  .top .main-header .topcontact {
    margin-right: 0;
  }
  .top .main-header .topcontact .phone-email {
    display: block;
  }
  .top .usermenu p {
    font-size: 12px;
  }
  .top .tel {
    font-size: 16px;
    padding-right: 10px;
  }
  .mobilemenu {
    width: 32px;
    height: 32px;
    display: block;
    top: 19px;
    right: 19px;
    z-index: 1501;
    position: absolute;
    padding: 8px 7px 0;
    transition: all .1s ease-out;
    background: #222222;
  }
  .mobilemenu span {
    display: block;
    height: 3px;
    background: #fff;
    margin-bottom: 4px;
    transform-origin: 50% 50%;
    transition: all .5s ease-out;
  }
  .menuopen .mobilemenu span:nth-child(1) {
    transform: rotate(45deg) translateX(5px) translateY(5px);
    -webkit-transform: rotate(45deg) translateX(5px) translateY(5px);
  }
  .menuopen .mobilemenu span:nth-child(2) {
    transform: rotate(-45deg) translateX(0) translateY(0);
    -webkit-transform: rotate(-45deg) translateX(0) translateY(0);
  }
  .menuopen .mobilemenu span:nth-child(3) {
    opacity: 0;
  }
  .scroll .mobilemenu {
    top: 20px;
  }
  .brokerLogo {
    height: 100px;
  }
  header .columns {
    height: 100px;
  }
  .column,
  .columns {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  header {
    border-bottom: 5px solid #006666;
    height: 100px;
  }
  header h1 {
    top: 15px;
  }
  header h1 a {
    width: 180px;
    background-size: 180px auto;
  }
  nav {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    left: -50%;
  }
  nav li {
    float: none;
  }
  .mobilemenuopen nav {
    left: 0;
  }
}
@media only screen and (max-width: 1010.98px) {
  .tel-social {
    position: absolute;
    top: 0;
    right: 80px;
    float: none;
  }
  .leasingboxes a .text h3 {
    font-size: 18px;
  }
  .leasingboxes a .text {
    padding: 20px 15px;
  }
  .popular .product-item {
    padding: 0 10px 20px;
  }
  .popular .product-item h3 {
    font-size: 16px;
  }
  .newsletter label {
    font-size: 13px;
  }
  header .search {
    width: 360px;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -130px;
    z-index: 10;
    height: 380px;
    overflow-y: auto;
  }
  header .search .advanced {
    max-height: 1000px;
    opacity: 1;
  }
  header .search .toggle {
    display: none;
  }
  .searchoverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 11;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
    opacity: 0;
    visibility: hidden;
  }
  .mobilesearchopen .searchoverlay {
    opacity: 1;
    visibility: visible;
  }
  .mobilesearch {
    width: 36px;
    height: 36px;
    background: #006666 url(/img/addtogarage.png) no-repeat center;
    background-size: 24px auto;
    display: block;
    position: absolute;
    top: 30px;
    right: 70px;
  }
  .scroll .mobilemenu,
  .scroll .mobilesearch {
    top: 12px;
  }
  .refine .preicerangerow label {
    font-size: 12px;
  }
  .models td {
    padding: 5px;
    font-size: 12px;
  }
  .models th {
    font-size: 11px;
  }
  .models a.sel {
    padding: 3px 5px;
  }
  .similar .deal figure {
    position: relative;
    width: auto;
    height: auto;
  }
  .similar .deal {
    padding-left: 10px;
  }
  table tbody tr td,
  table tbody tr th,
  table tfoot tr td,
  table tfoot tr th,
  table thead tr th,
  table tr td {
    padding: 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .floatingPriceBox .row .colu {
    margin: 0 5px;
  }
  .floatingPriceBox .row .coluWrap {
    margin: 3px 0;
  }
  .floatingPriceBox .price h5 {
    margin-bottom: 0.375rem;
  }
}
@media only screen and (max-width: 640px) {
  .top .main-header .topcontact .phone-email {
    display: none;
  }
  .top .main-header .topcontact .phone-icon {
    display: flex;
  }
  .top .main-header .topcontact .phone-icon > a {
    margin-right: 20px;
  }
  .popular {
    text-align: center;
  }
  .popular div.product-item .price-info-div {
    border-left: 0;
    border-bottom: 2px dashed rgba(244,117,18,0.5);
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .popular div.product-item .base-info-div {
    border: 0;
  }
  .popular div.product-item:hover .price-info-div,
  .popular div.product-item:hover .base-info-div {
    border-left: 0;
  }
  .scroll .search-filter-box {
    margin-top: 50px !important;
  }
  .search-box-wrapper {
    -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.4);
    -moz-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.4);
    box-shadow: 0 1px 20px 0 rgba(0,0,0,0.4);
  }
  .search-box-wrapper .search-box-toggle {
    display: block;
  }
  .search-box-wrapper .search-box-inner-wrapper {
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .search-box-wrapper .search-box-inner-wrapper .custom-select .select-styled .select-label {
    color: #054567;
  }
  .search-box-wrapper.opened {
    z-index: 1502;
  }
  .search-box-wrapper.opened .search-box-toggle {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .search-box-wrapper.opened .search-box-inner-wrapper {
    position: fixed;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: calc(100vh - 48px);
    overflow: scroll;
    transition: 0.3s;
  }
  .search-box-wrapper.opened .search-box-inner-wrapper .search-box-wrapper2 .search-box-inner-wrapper2 {
    display: block;
    border: none;
  }
  .search-box-wrapper2 .search-box-toggle2 {
    display: none;
  }
  .homesearch {
    width: 100%;
  }
  .homesearch .refinesearch .car-or-lcv .car-or-lcv-item {
    margin: 8px 0;
    justify-content: space-around;
  }
  .homesearch .refinesearch span.title {
    font-size: 23px;
    line-height: 31px;
  }
  .homesearch button.orange {
    font-size: 18px;
  }
  .homesearch .trustpilot-widget {
    width: 100%;
  }
  .homesearch--wrapper .homesearch-hotoffer {
    display: none;
  }
  .homebanner .homesearch-text >span {
    padding: 15px 18px;
    font-size: 18px;
    line-height: 30px;
  }
  header {
    height: 90px;
  }
  .top {
    height: auto;
  }
  .top p {
    display: block;
    float: none !important;
    margin-top: 5px;
  }
  .top .main-header {
    height: 60px;
    padding-right: 66px;
  }
  .top .main-header .main-header-inner-wrapper {
    justify-content: flex-start;
  }
  .top .main-header .main-header-inner-wrapper .logo span {
    margin: 15px auto;
  }
  .top .main-header .main-header-inner-wrapper .custom-dropdown .wrapper-dropdown {
    width: 95%;
    margin: auto;
  }
  .top .main-header .main-header-inner-wrapper .switch-toggle {
    width: 95%;
    margin: auto;
  }
  .top .main-header .main-header-inner-wrapper .custom-dropdown {
    display: block;
    width: 100%;
  }
  .top .main-header .main-header-inner-wrapper .logo img {
    max-height: 60px;
  }
  .top .main-header .main-header-inner-wrapper .usermenu {
    margin-top: 60px !important;
  }
  .brokerLogo {
    display: none;
  }
  .vehicleRowTop .section {
    margin-top: 10px;
  }
  .vehicleRowTop .order.vehicle {
    padding: 8px;
  }
  .vehicleRowTop .order.vehicle form.order {
    margin: 0;
  }
  .vehicledetail h2 {
    font-size: 24px;
  }
  .vehicledetail dd {
    float: none;
    padding-right: 0;
  }
  .vehicledetail label .price {
    float: none;
    display: block;
    padding-left: 20px;
  }
  .vehicleoptions label .price {
    float: none;
    display: block;
    padding-left: 20px;
  }
  .pricefixed.singlevehicle .sidebar .price {
    top: 0;
    width: 100%;
    position: fixed;
    left: 0;
    height: 50px;
    padding: 5px 20px;
  }
  .prefooter .so53 {
    float: none;
    margin: 10px auto;
  }
  .mobilemenu {
    top: 14px;
    right: 14px;
  }
  .mobilesearch {
    right: 51px;
    top: 22px;
  }
  nav {
    width: 70%;
    left: -70%;
  }
  header .search {
    width: 90%;
    left: 5%;
    margin: 0;
    height: 90%;
    top: 5%;
  }
  .slider {
    height: 250px;
    background: #2E2E30;
  }
  .slider .swiper-container {
    height: 100%;
  }
  .slider .swiper-slide .img {
    height: 130px;
  }
  .slider .swiper-slide .text {
    height: auto;
    padding: 10px;
    position: relative;
    text-align: center;
  }
  .slider .swiper-slide .text h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .slider .swiper-slide .text .button {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 0;
  }
  .slider .swiper-slide .text p {
    display: none;
  }
  .quickmodel .quickmodellistrow a {
    width: 50%;
  }
  .newsletter {
    height: auto;
    padding: 10px 0;
  }
  .newsletter label {
    margin-bottom: 10px;
  }
  .newsletter .columns {
    height: auto;
  }
  .newsletter .tel {
    padding: 10px;
    text-align: center;
  }
  .showing {
    height: auto;
  }
  .showing .viewmore {
    line-height: 32px;
  }
  .showing p {
    position: relative;
    text-align: center;
    top: auto;
    margin-bottom: 10px;
  }
  .singlevehicle .sidebar .sidebartitle {
    margin-top: 0;
  }
  .search--filters .refinesearch .custom-select {
    border-right: 0;
    border-bottom: 1px solid #EFEFEF;
  }
  .search--filters .refinesearch .custom-select .select {
    border: none;
  }
  .search--filters .refinesearch .custom-select.custom-checkbox {
    flex-direction: row;
  }
  .floatingPriceBox .button {
    padding: 12px 14px;
  }
  .floatingPriceBox .enquireBtn {
    padding: 12px 27px;
  }
  .floatingPriceBox .callBtn {
    padding: 3px 4px;
  }
  .floatingPriceBox .callBtn i {
    font-size: 28px;
    line-height: 30px;
  }
  .vatToggle {
    display: none;
  }
  .vehicleRowTop .sidebartitleNew .vatToggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hidesmall {
    display: none !important;
  }
  .light-theme a {
    margin-right: 1px;
    padding: 0 5px;
  }
  .light-theme span {
    margin-right: 1px;
    padding: 0 5px;
  }
  .modal {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .top .tel-social {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .floatingPriceBox {
    padding: 3px;
  }
  .floatingPriceBox .row .colu {
    margin: 0 5px;
  }
  .floatingPriceBox .price {
    padding-top: 5px;
  }
  .floatingPriceBox .price strong {
    font-size: 26px;
  }
  .floatingPriceBox .initialrow h5 {
    font-size: 11px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 6px;
  }
  .floatingPriceBox .button {
    font-size: 14px;
    padding: 10px 12px;
  }
  .floatingPriceBox .enquireBtn {
    padding: 10px 23px;
  }
  .floatingPriceBox .callBtn {
    padding: 3px 4.5px;
  }
  .floatingPriceBox .callBtn i {
    font-size: 23px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
}
section.sitemap {
  margin: 30px 0;
}
section.sitemap .sitemapContainer {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  section.sitemap .sitemapContainer {
    max-width: 598px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 1011px) {
  section.sitemap .sitemapContainer {
    max-width: 969px;
  }
}
@media screen and (min-width: 1200px) {
  section.sitemap .sitemapContainer {
    max-width: 1158px;
  }
}
@media screen and (min-width: 1600px) {
  section.sitemap .sitemapContainer {
    max-width: 1558px;
  }
}
section.sitemap .sitemapRow {
  display: flex;
  flex-wrap: wrap;
  max-width: none;
  margin: 0 -10px;
}
@media screen and (min-width: 640px) {
  section.sitemap .sitemapRow {
    margin: 0 -15px;
  }
}
section.sitemap .sitemapCol {
  width: 100%;
  min-height: 1px;
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
  section.sitemap .sitemapCol {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1011px) {
  section.sitemap .sitemapCol {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  section.sitemap .sitemapCol {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
section.sitemap .item {
  display: block;
  position: relative;
  background-color: #cccccc;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: 1px solid rgba(0,0,0,0.025);
  box-shadow: 0px 2px 1px rgba(0,0,0,0.15);
  padding: 1em;
  margin-bottom: calc(-0.3125em);
}
section.sitemap .item:after {
  display: block;
  content: '';
  position: absolute;
  border-width: 0;
  border-color: #e3e3e3;
  border-style: solid;
  z-index: -1;
  width: 50%;
  height: .6875em;
  top: 100%;
  right: 1px;
  border-left-width: 2px;
}
section.sitemap .item:hover {
  background: #bababa;
  color: #eeeeee;
}
section.sitemap .item.heading {
  background: #0299ff;
  color: #ffffff;
  margin-bottom: calc(1em);
}
section.sitemap .item.heading:after {
  height: 2em;
}
section.sitemap .item.heading:hover {
  background: #0084dd;
  color: #eeeeee;
}
section.sitemap .item:last-child:after {
  display: none;
}
.checkout-page {
  padding: 32px;
}
.checkout-page .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px 10px;
}
.checkout-page .field {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 10px;
}
.checkout-page .baseline {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #cfd7df;
  transition: background-color 0.3s cubic-bezier(0.165,0.84,0.44,1);
}
.checkout-page label {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 8px;
  color: #cfd7df;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform-origin: 0 50%;
  cursor: text;
  pointer-events: none;
  transition-property: color, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.165,0.84,0.44,1);
}
.checkout-page .input {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 7px;
  color: #32325d;
  background-color: transparent;
  padding-left: 0px;
  margin-bottom: 0px !important;
}
.checkout-page .input::-webkit-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165,0.84,0.44,1);
}
.checkout-page .input::-moz-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165,0.84,0.44,1);
}
.checkout-page .input:-ms-input-placeholder {
  color: transparent;
  transition: color 0.3s cubic-bezier(0.165,0.84,0.44,1);
}
.checkout-page .input.StripeElement {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165,0.84,0.44,1);
  will-change: opacity;
}
.checkout-page .input.focused,
.checkout-page .input:not(.empty) {
  opacity: 1;
  box-shadow: none;
}
.checkout-page .input.focused::-webkit-input-placeholder,
.checkout-page .input:not(.empty)::-webkit-input-placeholder {
  color: #757575;
}
.checkout-page .input.focused::-moz-placeholder,
.checkout-page .input:not(.empty)::-moz-placeholder {
  color: #757575;
}
.checkout-page .input.focused:-ms-input-placeholder,
.checkout-page .input:not(.empty):-ms-input-placeholder {
  color: #757575;
}
.checkout-page .input.focused + label,
.checkout-page .input:not(.empty) + label {
  color: #aab7c4;
  transform: scale(0.85) translateY(-25px);
  cursor: default;
}
.checkout-page input,
.checkout-page button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-style: none;
  -webkit-animation: 1ms void-animation-out;
}
.checkout-page input:-webkit-autofill {
  -webkit-text-fill-color: #e39f48;
  transition: background-color 100000000s;
  -webkit-animation: 1ms void-animation-out;
}
.checkout-page .StripeElement--webkit-autofill {
  background: transparent !important;
}
.checkout-page button {
  display: block;
  height: 40px;
  margin-top: 40px;
  background-color: #24b47e;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
}
.checkout-page .error {
  text-align: center;
  padding: 8px;
}
.checkout-page .error svg {
  margin-top: 0 !important;
}
.checkout-page .error svg .base {
  fill: #e25950;
}
.checkout-page .error svg .glyph {
  fill: #fff;
}
.checkout-page .error .message {
  color: #e25950;
}
.review .inner {
  background-color: #fff;
  padding: 14px;
}
.review .textReview h4 {
  color: #222222;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}
.review .textReview h4:first-child {
  margin-top: 20px;
}
.review .textReview p {
  color: #6f6f6f;
  font-size: 13px;
  line-height: 180%;
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.grecaptcha {
  font-size: 0.875rem;
  color: #4d4d4d;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}
.grecaptcha > a {
  color: #008cba !important;
}
.marketingPreferences {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.progress {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  background-color: inherit;
  border: inherit;
  width: 100%;
}
.progress .tab-title {
  width: 100%;
}
@media screen and (max-width: 721.98px) {
  .progress >:not(.active) {
    display: none;
  }
}
.progress .active {
  color: #0299ff;
  font-weight: bold;
}
.progress__step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.progress__step > span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  background-color: #0299ff;
  color: #ffffff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 721.98px) {
  .progress__step {
    display: none;
  }
}
.progress__percentage {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.progress__percentage > span {
  position: relative;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 1.2rem;
  font-weight: 600;
}
.progress__percentage > span > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  font-size: 0.9rem;
}
@media screen and (min-width: 722px) {
  .progress__percentage {
    display: none;
  }
}
.progress__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.progress__navigation > button {
  width: 25%;
}
@media screen and (max-width: 721.98px) {
  .progress__navigation > button {
    width: 48%;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
p.aligncenter {
  text-align: center;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.p-10 {
  padding: 10px;
}
.p-20 {
  padding: 20px;
}
.p-30 {
  padding: 30px;
}
.p-40 {
  padding: 40px;
}
.p-50 {
  padding: 50px;
}
.m-10 {
  margin: 10px;
}
.m-20 {
  margin: 20px;
}
.m-30 {
  margin: 30px;
}
.m-40 {
  margin: 40px;
}
.m-50 {
  margin: 50px;
}
