/* button color for primary button */
/* equal to 14px */
/* new cars related */
.bold-font {
  font-family: 'ProximaNova-Semibold', sans-serif;
}
.nav-tablecell {
  list-style: none;
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: middle;
  float: none;
}
.vap-breadcrumb {
  margin: 7px 0 5px;
}
.vap-breadcrumb .breadcrumb {
  background: transparent;
  font-size: 0.8em;
  margin-bottom: 0;
}
.vap-breadcrumb .breadcrumb a {
  color: #3c3c3c;
}
.vap-breadcrumb > div {
  padding-left: 0;
}
.dealerForm input {
  background: transparent;
  color: #3c3c3c;
  width: 100%;
  border: transparent;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  text-align: left;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .dealerForm input {
    font-size: 12px;
    color: #000;
  }
}
.dealerForm button {
  width: 100%;
  padding: 8px 0;
}
.dealerForm button[disabled] {
  background: #bbbbbb;
  color: white;
  border: 1px solid #cccccc;
}
.dealerForm i {
  float: right;
  margin-top: -25px;
  font-size: 17px;
  margin-right: 10px;
}
.dealerForm ul {
  width: 90%;
  left: inherit;
  max-height: 200px;
  overflow: scroll;
}
.dealerForm ul li a {
  cursor: pointer;
}
@media (max-width: 767px) {
  .dealerForm {
    margin-top: 10px;
  }
}
.circle {
  display: none;
  text-align: center;
  margin-top: -13px;
  position: relative;
}
@media (max-width: 767px) {
  .circle {
    display: block;
  }
}
.circle span {
  width: 30px;
  height: 30px;
  background-color: #008bcf;
  display: inline-block;
  border-radius: 50%;
}
.circle span i {
  color: #ffffff;
  font-size: 27px;
}
.circleOne {
  text-align: center;
  margin-top: -13px;
  position: relative;
}
@media (max-width: 767px) {
  .circleOne {
    display: block;
  }
}
.circleOne span {
  width: 30px;
  height: 30px;
  background-color: #008bcf;
  display: inline-block;
  border-radius: 50%;
}
.circleOne span i {
  color: #ffffff;
  font-size: 27px;
}
.mobileForm {
  margin-bottom: 25px;
}
.mobileForm h1 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .mobileForm {
    display: block;
    background-color: #ffffff;
    padding-bottom: 20px;
  }
  .mobileForm div.dealerForm {
    float: left;
    width: 100%;
  }
}
.mobileRow {
  display: none;
}
@media (max-width: 767px) {
  .mobileRow {
    display: none;
    background: #ffffff;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .dealersIn {
    padding-left: 3px;
    padding-right: 0px;
    font-size: 12px;
    margin-top: 27px;
    color: #7c7c7c;
  }
  .mobileBrand {
    padding-right: 0;
  }
  .mobileCity {
    padding-left: 0px;
  }
}
h1 {
  display: inline-block;
  margin: 30px 0 20px;
  font-size: 24px;
}
.uline-input {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #eee;
  border-radius: 0;
  padding: 15px 0 0px;
  height: auto;
  font-size: 0.9em;
  color: #000;
  position: relative;
  z-index: 2;
  background: none;
  text-align: left;
  transition: all ease-in 0.2s;
}
.uline-ph {
  display: block;
  position: absolute;
  top: 15px;
  font-size: 0.8em;
  font-family: 'ProximaNova-Regular';
  color: #7c7c7c;
  font-weight: normal;
  z-index: 1;
  transition: all ease-in 0.2s;
}
.txt-focus .uline-ph {
  top: 0;
  font-size: 0.7em;
  color: #008bcf;
}
@media (max-width: 767px) {
  .txt-focus .uline-ph {
    font-size: 0.6em;
  }
}
.mapDiv {
  background-color: #ffffff;
  padding: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
.mapDiv .map {
  width: 100%;
  height: 456px;
}
@media (min-width: 767px) {
  .rightScroll {
    height: 560px;
    overflow: auto;
  }
}
.dealerCardWrap {
  padding: 5px 10px 15px 0;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dealerCardWrap .dealerCard {
  background: #ffffff;
  padding-left: 15px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  padding-top: 20px;
}
.dealerCardWrap .dealerCard h3:first-child {
  font-family: 'ProximaNova-Regular', sans-serif;
  margin-bottom: 10px;
}
.dealerCardWrap .dealerCard span {
  display: inline-block;
  font-size: 13px;
  color: #7c7c7c;
  width: 70%;
  margin-bottom: 14px;
}
.dealerCardWrap .dealerCard span:nth-child(3) {
  display: inline-block;
  width: 15%;
  float: right;
}
.dealerCardWrap .dealerCard h4 {
  margin-bottom: 0;
}
.dealerCardWrap .dealerCard h4:last-child {
  color: #008bcf;
  cursor: pointer;
  font-size: 17px;
  margin-bottom: 0;
}
.dealerCardWrap .dealerCard h5 {
  color: #008bcf;
  font-size: 17px;
  margin-bottom: 0;
}
.dealerCardWrap .dealerCard:last-child {
  border-bottom: 0;
}
.dealerCardWrap button {
  width: 100%;
  padding: 10px 0;
}
.dealerCardWrap .dealerCard {
  min-height: 160px;
  padding-bottom: 10px;
}
.gm-style-iw + div {
  display: none;
}
.loaderDiv {
  position: relative;
}
.loaderDiv .loaderCompare {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.8) url('../../../images/car/loader_small_54x62.gif') no-repeat center center;
  background-size: 54px 62px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.offers {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 15px;
  margin-bottom: 30px;
}
.offers > ul {
  background: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 15px 0 0 0;
}
.offers > ul li.row {
  margin-bottom: 15px;
}
.offers > ul li.row:first-child {
  display: none;
}
.offers > ul li.row ul.left {
  padding-left: 10px;
  padding-bottom: 20px;
}
.offers > ul li.row ul.left li.tagline {
  font-family: 'ProximaNova-Semibold', sans-serif;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.offers > ul li.row ul.left li.tagline span {
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 24px;
  line-height: 10px;
}
@media (max-width: 767px) {
  .offers > ul li.row ul.left li.tagline {
    font-size: 1.1em;
  }
}
.offers > ul li.row ul.left li.desc {
  font-size: 13px;
  color: #7c7c7c;
  font-family: 'ProximaNova-Regular', sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .offers > ul li.row ul.left li.desc {
    font-size: 0.9em;
  }
}
.offers > ul li.row ul.left li.variants ul {
  color: #7c7c7c;
  font-size: 0.85em;
  padding-left: 0;
}
.offers > ul li.row ul.left li.variants ul li {
  display: inline-block;
}
@media (max-width: 767px) {
  .offers > ul li.row ul.left li.variants ul li {
    display: inline;
  }
}
.offers > ul li.row ul.left li.variants ul li + li:before {
  content: "|";
  display: inline;
  padding: 0 10px;
}
.offers > ul li.row ul.left li .dealer-link {
  border: 1px solid #008bcf;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #008bcf;
  font-size: 0.65em;
  padding: 1px 11px;
  position: relative;
  margin-left: 6px;
  top: -2px;
}
.offers > ul li.row ul.left li .dealer-link:hover {
  background: #008bcf;
  color: #ffffff;
}
@media (min-width: 768px) {
  .offers > ul li.row ul.left li .dealer-link {
    display: none;
  }
}
@media (max-width: 767px) {
  .offers > ul li.row ul.left li .dealer-link {
    background: #008bcf;
    color: #ffffff;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.offers > ul li.row .right a {
  font-family: 'ProximaNova-Semibold', sans-serif;
  color: #3c3c3c;
  font-size: 0.9em;
}
.offers > ul li.row .right:hover a {
  color: #008bcf;
}
.offers > ul li.row:not(:last-child):after {
  content: " ";
  border-bottom: 1px solid #eee;
  display: block;
  margin: 10px 25px;
}
.offers > ul li.row:hover ul.left li .dealer-link {
  display: inline-block;
  float: right;
}
.offers > ul li.row:hover ul.left li .dealer-link:hover {
  background: #008bcf;
  color: #ffffff;
}
.offers > ul li.no-border:after {
  display: none !important;
}
.offers .hide-list {
  background: #008bcf;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  display: inline-block;
  font-family: 'ProximaNova-Semibold', sans-serif;
  padding: 2px 14px 6px 11px;
}
.offers .hide-list i {
  font-size: 1.6em;
  position: relative;
  line-height: 0;
  top: 4px;
}
.offers .hide-list:hover {
  background: #007ab6;
}
@media (max-width: 767px) {
  .dealer-title {
    font-size: 22px;
    text-align: center;
  }
}
/*@import "_car_nc_partials_dealerDetailsModal.less";*/
#qmon_car_locateadealer_bottom {
  background: #e1e6ea;
  padding: 15px;
  margin: 20px 0;
}
@media (max-width: 768px) {
  #qmon_car_locateadealer_bottom {
    display: none;
  }
}
@media (max-width: 768px) {
  #qmon-cars-above-header {
    display: none;
  }
}
.offer-back {
  margin: 0 0 -10px -28px;
}
@media (max-width: 767px) {
  .offer-back {
    text-align: right;
    display: block;
  }
}
