/* ---- common ---- */
body {
  background-color: #FFFFFF;
}
.tpl-iframe-container {
  position: relative;
}
.tpl-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tpl-incrementor {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.tpl-incrementor li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.tpl-incrementor li a, .tpl-incrementor li span {
  display: block;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  text-align: center;
}
.tpl-incrementor li a {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.tpl-incrementor li:first-child a {
  border-radius: 5px 0 0 5px;
}
.tpl-incrementor li:last-child a {
  border-radius: 0 5px 5px 0;
}
.tpl-incrementor li a i {
  margin-bottom: -5.5px;
}
.tpl-full-height {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.tpl-full-height.fxd {
  position: fixed;
}
.pg-content {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3000;
}
@-webkit-keyframes tplSlideContentIn {
  0% { right: 0; }
  100% { right: 420px; }
}
@keyframes tplSlideContentIn {
  0% { right: 0; }
  100% { right: 420px; }
}
@-webkit-keyframes tplSlideContentInLeft {
  0% { left: -100%; }
  100% { left: 0; }
}
@keyframes tplSlideContentInLeft {
  0% { left: -100%; }
  100% { left: 0; }
}
@-webkit-keyframes tplSlideContentOutLeft {
  0% { left: 0; }
  100% { left: -100%; }
}
@keyframes tplSlideContentOutLeft {
  0% { left: 0; }
  100% { left: -100%; }
}
@-webkit-keyframes tplSlideContentInRight {
  0% { left: 100%; right: -100%; }
  100% { left: 0; right: 0; }
}
@keyframes tplSlideContentInRight {
  0% { left: 100%; right: -100%; }
  100% { left: 0; right: 0; }
}
@-webkit-keyframes tplSlideContentOutRight {
  0% { left: 0; right: 0; }
  100% { left: 100%; right: -100%; }
}
@keyframes tplSlideContentOutRight {
  0% { left: 0; right: 0; }
  100% { left: 100%; right: -100%; }
}
.tpl-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tpl-animated-fast {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tpl-animated-slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.chat-p {
  position: absolute !important;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 420px;
  border-left: 1px solid #DDDDDD;
  z-index: 5000;
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
}
.chat-p .pg-console {
  background-color: #EEEEEE;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
}
.chat-p .chat-new-mbx.chat-cust-inp {
  border-top: none;
  background-color: #FFFFFF;
  box-shadow: 0 -1px 0 rgba(0,0,0,0.05);
}
.chat-p .chat-cust-inp textarea {
  margin-left: 10px;
}
.disp-grid {
  min-width: 500px;
}
.disp-grid tr > td {
  padding: 10px;
  border-top: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  text-align: left;
}
.disp-grid tr > td:first-child {
  border-left: 1px solid #DDDDDD;
  text-align: right;
}
.disp-grid tr:last-child > td {
  border-bottom: 1px solid #DDDDDD;
}
.disp-grid tr.no-top-bdr > td {
  padding-top: 0;
  border-top: none !important;
}
.disp-grid tr > td.grid-header {
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width:1400px) {
}
@media only screen and (max-width : 600px) {
  .disp-grid {
    min-width: 0px;
  }
}
/* ---- buynow ---- */
.bn-container {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bn-container .bn-page {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  min-width: 500px;
}
.bn-container.in-sess .bn-page {
  right: 420px;
}
.bn-attach-view {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 420px;
}
.bn-container .bn {
  display: block;
  max-width: 500px;
  background-color: #FFFFFF;
}
.bn-panel {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bn-panel .stages .ico i {
  color: #555555;
  font-size: 16px;
}
.bn-panel a, .bn-panel a:hover {
  color: #000000;
  text-decoration: none;
}
.bn [class*="icon-"], .bn i {
  color: #222222;
}
.bn ul.stages {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.bn .stages li {
  display: inline-block;
  vertical-align: top;
}
.bn .stages li a, .bn .stages li .pm {
  display: block;
  padding: 10px 10px;
  border-width: 0 0 2px 0;
  border-color: transparent;
  border-style: solid;
  color: #000000;
  text-decoration: none;
}
.bn .stages li a.ico {
  display: inline-block;
  padding: 12px 5px 8px;
  vertical-align: top;
}
.bn .stages li a.ico i {
  vertical-align: top;
}
.bn .stages.paymenu li a {
  height: 72px;
}
.bn .stages.paymenu.pline li a {
  height: auto;
}
.bn .stages li .fld-sbt {
  display: inline-block;
  position: relative;
}
.bn .stages li .fld-sbt.dirty {
  padding-right: 32px;
}
.bn .stages li .fld-sbt input {
  text-align: center;
}
.bn .stages li .fld-sbt .atn {
  display: none;
  position: absolute;
  width: 32px;
  height: 44px;
  border-radius: 0 4px 4px 0;
  padding: 0 0 0 0;
  background-color: rgba(180,180,180,0.15);
  border-width: 0 0 0 0;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
}
.bn .stages li .fld-sbt input {
  width: 90px;
}
.bn .stages li .fld-sbt.dirty input {
  text-align: left;
  width: 58px;
}
.bn .stages li .fld-sbt.dirty .atn {
  display: block;
}
.bn .stages li .fld-sbt .atn > i {
  line-height: 44px;
  color: #FFFFFF;
  font-size: 18px;
}
.bn .pay-tb a.pay-cell {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 6px;
}
.bn .pay-tb a.pay-cell:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.bn .pay-tb i {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
}
.bn input, .bn select, .bn textarea,
.bn input:focus, .bn select:focus, .bn textarea:focus {
  border-width: 0 0 0 0 !important;
  background-color: rgba(180,180,180,0.15);
}
.bn .stages li a.active {
  border-color: rgba(0,0,0,0.5);
}
.bn .stages li.arr {
  padding-top: 11px;
  padding-bottom: 11px;
  vertical-align: top;
}
.bn .stages li.arr i {
  display: block;
  margin: 0;
}
.bn .notice {
  display: block;
  position: relative;
  padding: 0 10px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.bn .update-bx {
  display: block;
  position: absolute;
  bottom: 44px;
  background-color: #FFFFFF;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
  opacity: 0;
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bn .update-bx.ng-hide {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bn .update-bx > div {
  display: table;
  width: 100%;
}
.bn .update-bx > div > .ico i {
  font-size: 32px;
  line-height: 32px;
  color: #999999;
  display: table-cell;
  padding: 15px 0 15px 15px;
  vertical-align: top;
}
.bn .update-bx > div > .msg {
  width: 100%;
  display: table-cell;
  padding: 15px;
  vertical-align: top;
}
.bn .update-bx > div > .price {
  display: table-cell;
  padding: 15px 15px 15px 0;
  vertical-align: top;
}
.bn .update-bx > div > .cls-x {
  padding: 5px 5px 0 0;
  display: table-cell;
  vertical-align: top;
}
.bn .timer {
  font-size: 14px;
  padding: 0 10px;
  height: 26px;
}
.bn-sec-header, .bn-sec-header span {
  font-weight: bold;
  font-size: 16px;
}
.bn-estimates .bn-types {
  min-width: 110px;
}
.bn-estimates table.form tr td {
  padding: 5px 0;
}
.bn-estimates table tr td:first-child {
  padding-right: 10px;
}
.bn-estimates table.form tr td:first-child {
  padding-right: 20px;
}
.bn-estimates table.grid tr td:first-child {
  padding-right: 20px;
}
.bn-estimates table.grid tr td {
  padding-top: 5px;
}
.bn-estimates table.grid tr:first-child td {
  padding-top: 0;
}
.bn-imp {
  position: relative;
  font-size: 20px;
}
@-webkit-keyframes bnFlowShow {
  0% { opacity: 0 }
  100% { opacity: 1; }
}
@keyframes bnFlowShow {
  0% { opacity: 0 }
  100% { opacity: 1; }
}
.bn-panel .share-menu {
  padding: 10px;
}
.bn-panel .share-menu a {
  display: inline-block;
  padding: 10px;
  color: #555555;
}
.bn-panel .share-menu a > i {
  font-size: 32px;
  line-height: 32px;
  vertical-align: top;
  font-weight: normal;
}
.bn-panel .share-menu a > span {
  display: block;
  padding-top: 3px;
}
.bn-panel .share-menu a:hover {
  background-color: rgba(0,0,0,0.05);
  border-radius: 6px;
}
.bn-panel .share-menu a.bn-imp {
  background-color: transparent;
  color: #FFFFFF;
}
.bn-panel .bn-flow-step {
  border-bottom: 1px solid #DDDDDD;
/*  background-color: #EEEEEE;*/
  margin: 0 20px 0px 20px;
  padding: 20px;
}
.bn-panel .bn-flow-step, .bn-tab-content {
  -webkit-animation: bnFlowShow 1s forwards;
  animation: bnFlowShow 1s forwards;
}
.bn-panel .bn-flow-step.w-full {
  padding-left: 0;
  padding-right: 0;
}
.bn-panel .bn-flow-step.no-line {
  border: none;
}
.bn-panel .icon-16-pencil {
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -8px;
  margin-bottom: 0;
}
.bn-panel .info-btn {
  display: none;
  position: relative;
  padding: 20px 10px 20px;
  background-color: #EEEEEE;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  width: 120px;
  height: 120px;
  border-radius: 6px;
  margin: 5px;
  color: #555555;
  box-sizing:border-box;
}
.bn-panel .cta-btn {
  position: relative;
  display: block;
  width: 300px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #555555;
  color: #FFFFFF;
  border-radius: 6px;
  margin: auto;
}
.bn-panel .cta-btn:hover {
  text-decoration: none;
  background-color: #000000;
  color: #FFFFFF;
}
.bn-panel .info-btn form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.bn-panel .info-btn .ico {
  display: block;
  font-size: 48px;
  font-weight: normal;
  line-height: 48px;
  padding-bottom: 10px;
  color: #999999;
}
.btns-cdi > .info-msg,
.btns-links > .info-msg {
  display: none;
}
.btns-cdi .info-cdi,
.btns-links .info-links {
  display: inline-block;
}
.bn .caption {
  color: #999999;
  font-size: 12px;
}
.bn .bn-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  min-height: 44px;
  box-sizing:border-box;
}
.bn-panel .bn-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 1200;
}
.w-fade-in {
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
}
.w-fade-in.ng-hide {
  -webkit-animation: fadeOut 0.5s forwards;
  animation: fadeOut 0.5s forwards;
}
.bn-panel .bn-modal {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 1300;
  -webkit-animation: fadeInUpBig 0.5s forwards;
  animation: fadeInUpBig 0.5s forwards;
}
.bn-panel .bn-modal.ng-hide {
  display: none;
  -webkit-animation: fadeOutDownBig 0.5s forwards;
  animation: fadeOutDownBig 0.5s forwards;
}
.bn-panel .bn-modal .modal-clx {
  display: inline-block;
  color: #999999;
  font-size: 14px;
  padding: 5px;
}
.bn-panel .bn-modal .modal-clx i {
  font-size: 14x;
}
.bn-panel .bn-modal > div {
  display: block;
  margin: auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border-radius: 6px;
  overflow: hidden;
}
.bn-panel .bn-modal.bn-inv-search {
  bottom: 0;
  top: 52px;
  overflow: hidden;
}
.bn-panel .bn-modal.bn-inv-search > div {
  position: absolute;
  border-radius: 6px 6px 0 0;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.bn-inv-search .bn-form {
  display: block;
  padding: 10px;
}
.bn-form.form-bg input {
  background-color: #FFFFFF;
}
.bn-inv-search .bn-results {
  position: absolute;
  display: block;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
}
.bn-results table tr td {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #DDDDDD;
}
.bn-results table tr td:first-child {
  padding-left: 10px;
}
.bn-panel .bot-atn-bar {
  display: block;
  text-align: center;
  background-color: #000000;
}
.bn-panel .bot-atn-bar > a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  min-width: 44px;
  text-align: center;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.bn-panel .bot-atn-bar > a > i {
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
}
.bn-panel .bottom-btn {
  display: table;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  font-weight: 300;
  background-color: #000000;
  color: #EEEEEE;
  text-decoration: none;
}
.bn-panel .bottom-btn span, .bn-panel .bottom-btn i {
  color: #EEEEEE;
  font-size: 16px;
  line-height: 16px;
}
.bn-panel .rbdr .bottom-btn {
  border-right: 1px solid rgba(255,255,255,0.3);
}
.bn-panel .bottom-btn span {
  color: #FFFFFF;
  text-decoration: none;
}
.bn-panel .bottom-btn span.sm {
  font-size: 14px;
}
.bn-panel .bottom-btn .v-img > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 2px;
  background-size: auto 40px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
}
.bn-panel .bottom-btn .menu {
  display: table-cell;
  text-align: center;
  background-color: rgba(0,0,0,0.15);
}
.bn-panel .bottom-btn .menu span {
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
}
.bn-panel .bottom-btn .menu i {
  font-size: 24px;
  line-height: 44px;
}
.bn-panel .bottom-btn:hover {
  color: #FFFFFF;
}
.bn-panel a, .bn-panel a:hover {
  text-decoration: none;
}
.bn-select {
  text-decoration: none;
}
.bn-panel table.simple-list tr td {
  padding-top: 20px;
  padding-right: 20px;
}
.bn-panel table.simple-list tr td:last-child {
  padding-right: 0;
}
.bn-panel table.simple-list tr:first-child td {
  padding-top: 0px;
}
.bn-panel table.select-list tr td {
  border-width: 1px 0;
  border-color: #DDDDDD;
  border-style: solid;
}
.bn-panel table.select-list tr td > a {
  display: block;
  padding: 20px;
}
.bn-panel table.select-list tr td:first-child {
  border-left-width: 1px;
}
.bn-panel table.select-list tr td:last-child {
  border-right-width: 1px;
}
.bn-panel table.select-list tr.selected td {
  border-color: #0000FF;
  color: #0000FF;
}
.bn-panel table.select-list tr.no-select td {
  border-color: #AAAAAA;
}
.bn-panel table.select-list tr.no-select td,
.bn-panel table.select-list tr.no-select td a {
  color: #AAAAAA;
}
.bn-panel table.select-list tr.separator td {
  border: none;
  padding: 10px 0 0 0;
}
.bn-panel .more-content, .bn-panel .show-less {
  display: none;
}
.bn-panel a.show-more, .bn-panel a.show-less {
  color: #0000FF;
}
.bn-panel table.select-list tr td .v-detail {
  font-size: 12px;
  opacity: 0.5;
}
.bn-panel table.select-list tr td .v-detail:hover {
  opacity: 1;
}
.bn-panel table.select-list tr td .applied {
  border-radius: 4px;
  font-size: 10px;
  line-height: 12px;
  padding: 1px 6px 2px 5px;
  white-space: nowrap;
}
.bn-panel table.select-list tr td .applied i {
  margin-bottom: -2px;
}
.bn-panel table.select-list tr td tr td {
  border: none;
}
.bn-panel table.select-list tr td > span.select-btn {
  padding: 0;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
}
.bn-panel table.select-list .select-opt-btn {
  padding: 0;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 2px;
}
.bn-panel .bot-flash {
  bottom: 54px; 
}
.bn-panel .bn-banner {
  display: block;
  background-color: #DD0000;
  color: #FFFFFF;
  padding: 10px 20px;
  text-align: left;
}
.bn-panel .bn-banner ul {
  display: block;
  list-style:  none;
  padding: 0;
  margin: 0;
}
.bn-panel .bn-banner .bn-bdg {
  display: inline-block;
  border-color: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  padding: 0px 3px;
  font-size: 10px;
}
.bn-panel .bn-banner .distc {
  vertical-align: middle;
}
.bn-panel .bn-accepted-offer-btn {
  display: block;
  white-space: nowrap;
  background-color: #FFFFFF;
  color: #000000;
  padding: 3px 5px;
  border-radius: 4px;
  box-shadow: 5px 5px 10px rgba(0,0,0,0.4);
}
.bn-panel .bn-accepted-offer-btn i {
  display: inline-block;
  font-size: 12px;
  color: #000000;
}
.bn-panel .bn-dl-offer {
  display: block;
  background-color: #DD0000;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 10px 15px;
}
.bn-panel .bn-dl-offer-h {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFFFFF;
}
.bn-panel .bn-dl-offer-h .bn-bdg {
  display: inline-block;
  font-size: 12px;
  padding: 5px 7px;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 4px;
}
.bn-panel .bn-dl-offer-btn {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  padding: 6px 10px;
}
.bn-panel .bn-dl-offer-btn, .bn-panel .bn-dl-offer-btn i {
  color: #FFFFFF;
  font-size: 12px;
}
.bn-panel .bn-dl-offer-btn span {
  font-size: 14px;
}
.bn-panel .bn-thanks {
  font-size: 26px;
}
.bn-panel .bn-pay {
  font-size: 48px;
}
.bn-panel .user-photo {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.bn .bn-sim-cars-fx {
  display: block;
  overflow: hidden;
  height: 52px;
}
.bn .bn-sim-cars-scrllr {
  display: block;
  height: 52px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.bn .bn-sim-cars-scrllr .inner {
  display: block;
  height: 80px;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.bn .bn-sim-cars {
  display: block;
  position: absolute;
  background-color: #000000;
  color: #FFFFFF;
  white-space: nowrap;
}
.bn .bn-sim-cars a {
  color: #FFFFFF;
  text-decoration: none;
}
.bn .bn-sim-cars a i {
  font-size: 10px;
}
.bn .bn-sim-cars-fx .bn-sim-cars {
  text-align: center;
  position: relative;
  white-space: normal;
  height: 52px;
  overflow: hidden;
}
.bn .bn-sim-search {
  display: inline-block;
  margin-left: 10px;
  margin-right: 5px;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 4px;
}
.bn .bn-sim-cars-fx .bn-sim-search {
  background-color: transparent;
}
.bn .bn-sim-search i {
  vertical-align: top;
}
.bn-panel .spec-sum-el {
  display: inline-block;
  width: 120px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  margin: 10px 10px 0 10px;
}
.bn-panel .spec-row-el {
  display: block;
  max-width: 260px;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}
.bn-panel .spec-sum-el .typ-txt {
  display: block;
  font-size: 11px;
  color: #999999; 
}
.bn-panel .bn-photos {
  display: block;
  text-align: center;
  font-size: 0;
}
.bn-panel .bn-photos a.img {
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0 5px;
}
.bn-panel .bn-photos a.img img {
  height: 44px;
}
.bn-panel .bn-photos.collapsed {
  height: 54px;
  overflow: hidden;
}
.bn-flow-step.pt10 {
  padding-top: 10px;
}
.bn-flow-step.pt0 {
  padding-top: 0px;
}
.bn-panel .icon-pencil {
  font-size: 16px;
  line-height: 16px;
}
.bn .guided-steps {
  padding: 0 0 10px 0;
  vertical-align: top;
  width: 420px;
  margin: auto;
}
.bn .guided-steps .pb-text {
  padding-top: 2px;
}
.bn .guided-steps .pb-text a {
  opacity: 0.5;
}
.bn .guided-steps .pb-text li.completed a {
  opacity: 1;
}
.bn .guided-steps .pb-text a:hover {
  opacity: 1;
}
.bn .guided-steps .pb-dots.s5 {
  padding: 0 36px;
}
.bn .guided-steps .pb-dots.s4 {
  padding: 0 44px;
}
.bn .guided-steps .pb-dots.s3 {
  padding: 0 62px;
}
.bn .guided-steps .pb-dots ul li:nth-child(even) > span {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.bn .guided-steps .pb-dots.s5 ul li:nth-child(odd) {
  width: 25%;
}
.bn .guided-steps .pb-dots.s4 ul li:nth-child(odd) {
  width: 33%;
}
.bn .guided-steps .pb-dots.s3 ul li:nth-child(odd) {
  width: 50%;
}
.bn .guided-steps .pb-text.s5 ul li {
  width: 20%;
}
.bn .guided-steps .pb-text.s4 ul li {
  width: 25%;
}
.bn .guided-steps .pb-text.s3 ul li {
  width: 33%;
}
.bn .guided-steps .pb-dots ul li:first-child {
  display: none;
}
.bn-container .panel-close-x {
  position: absolute;
  display: block;
  top: 0;
  left: -44px;
  background-color: rgba(0,0,0,0.6);
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  z-index: 20;
  width: 44px;
  height: 44px;
}
.bn-container .panel-close-x {
  color: #FFFFFF;
}
.bn-container.pg-from-link {
  background-color: rgba(0,0,0,0.5);
}
.bn-panel .only-full, .only-full {
  display: block;
}
i.only-full {
  display: inline-block;
}
.bn-dl-offer-btn .only-full {
  display: inline-block;
}
.bn-panel .only-full.bottom-btn {
  display: table;
}
.bn-panel .only-thin, .only-thin {
  display: none !important;
}
.bn-container .chat-close-x {
  display: none;
}
.bn-container .bn-footer .bn-help-bubble {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.bn-container .bn-footer .bn-help-bubble.chat-bubbles .feed-row {
  padding: 0 10px 5px 10px;
  margin: 0;
}
.bn-container .bn-footer .bn-help-bubble.chat-bubbles .feed-row .arr {
  height: 5px;
  font-size: 0;
  line-height: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.bn-container .bn-footer .bn-help-bubble.chat-bubbles .feed-row.ani.me.ready .bubble-container .bubble-comp {
  transform-origin: bottom right;
}
.bn-container .disclaimer {
  display: block;
}
.bn-container .disclaimer.wide {
  margin: 0 40px;
}
.bn-link-frame {
  display: block;
  position: fixed;
  background-color: rgba(0,0,0,0.65);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
}
.bn-link-frame.ng-hide {
  -webkit-animation: fadeOut 0.5s forwards;
  animation: fadeOut 0.5s forwards;
}
.bn-link-frame > div {
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
  -webkit-animation: zoomIn 0.5s forwards;
  animation: zoomIn 0.5s forwards;
}
.bn-link-frame iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bn-link-frame .cls-x {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  line-height: 44px;
}
.bn-link-frame .cls-x i {
  color: #FFFFFF;
}
@media only screen and (max-width:375px) {
  .bn .stages li a, .bn .stages li .pm {
    padding: 10px 5px 10px 5px;
  }
  .bn-panel .bn-flow-step {
    margin: 0 0 0 0;
  }
  .bn-estimates .bn-types {
    min-width: 90px;
  }
}
@media only screen and (max-width:420px) {
  .bn-estimates .bn-types {
    width: auto;
  }
  .bn-link-frame > div {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  .bn-attach-view {
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}
@media only screen and (max-width:1398px) {
  .bn-attach-view {
    left: auto;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 700px;
  }
}
@media only screen and (max-width:1120px) {
  .bn-attach-view {
    left: auto;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 600px;
  }
}
@media only screen and (max-width:1020px) {
  .bn-attach-view {
    left: auto;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 505px;
  }
}
@media only screen and (max-width:910px) {
  .chat-p .pg-console {
    z-index: 1000;
  }
  .bn-attach-view {
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 400px;
  }
  .bn-container.in-sess .bn-page, .bn-container .bn-page {
    right: 0;
    left: 0;
    min-width: 0;
    width: auto;
  }
  .chat-p {
    display: none;
    min-width: 0;
  }
  .bn-container .chat-close-x {
    display: table-cell;
  }
  .only-full, .bn-panel .only-full, .bn-panel .only-full.bottom-btn {
    display: none !important;
  }
  .only-thin {
    display: inline-block !important;
  }
  .bn-panel .only-thin {
    display: table !important;
  }
  i.only-thin {
    display: inline-block;
  }
  .bn-container .chat-visible {
    -webkit-animation: bounceInRight 1s forwards;
    animation: bounceInRight 1s forwards;
    left: 20px;
    width: auto;
    display: block;
  }
  .bn-container .bn-panel .chat-bubbles .feed-row .bubble-foot span,
  .bn-container .bn-panel .chat-bubbles .feed-row .cu-arr.cu-left,
  .bn-container .bn-panel .chat-bubbles .feed-row .cu-arr.cu-right {
    display: none;
  }
  .bn-container .bn-panel .chat-bubbles .feed-row .cu-arr.cu-bottom {
    display: inline-block;
    margin-right: 5px;
  }
  .bn-container .bn-footer .bn-help-bubble {
    display: block;
  }
}
@media only screen and (max-width:375px) {
  .bn .guided-steps {
    width: 360px;
  }
  .bn .guided-steps .pb-dots {
    padding: 0 26px;
  }
  .bn .bn-tb-veh-info {
    display: none;
  }
  .bn-panel .bn-modal.bn-inv-search {
    top: 20px;
  }
  .bn-results table tr td:first-child {
    padding-right: 0;
  }
  .bn-results table tr td:first-child img {
    display: none;
  }
  .bn-link-frame > div {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
}
.bn-container .cn-header {
  position: relative;
}
.disclaimer {
  font-size: 10px;
  color: #777777;
  text-align: justify;
}
/* -- warranty */
.wp .chat-p {
  border: none !important;
}
.wp .wp-footer {
  padding: 10px;
   font-size: 12px;
}
.wp .wp-wig {
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp .wp-title, .wp .wp-footer {
  display: block;
  background-color: rgba(0,0,0,0.2);
  padding: 15px;
}
.wp .wp-footer {
  padding: 10px;
  font-size: 12px;
}
.wp .wp-title {
  top: 0;  
  height: 72px;
}
.wp .wp-title .wp-lbl {
  line-height: 42px;
  font-size: 24px;
}
.wp .wp-footer.fxd {
  position: fixed;
  bottom: 0;
}
.wp .cn-header {
  display: none !important;
}
.wp .wp-title-img {
  display: block;
  height: 42px;
}
.wp .wp-body {
  display: block;
  position: relative;
  text-align: center;
  padding: 10px 0;
  height: 3000px;
}
.wp .wp-bcontent {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.wp .wp-bleft {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px solid rgba(255,255,255,0.2);
  width: 340px;
  padding-right: 20px;
  overflow-y: auto;
}
.wp .wp-bright {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 340px;
  text-align: center;
  overflow: hidden;
}
.wp .wp-bright .wp-step {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  overflow-y: auto;
}
.wp .wp-bleft .wp-car-ph {
  width: 300px;
}
.wp .wp-ptitle {
  display: block;
  font-size: 24px;
}
.wp .wp-ptitle h1, .wp .wp-ptitle h2 {
  font-size: 24px;
}
.wp .wp-sel-btn {
  display: inline-block;
  position: relative;
  min-width: 240px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  padding: 0 20px;
  font-size: 24px;
  border: 1px solid rgba(200,200,200,0.2);
  border-radius: 4px;
  margin: 5px;
  text-decoration: none;
  overflow: hidden;
}
.wp .wp-sel-btn.wp-yr-btn {
  min-width: 140px;
}
.wp .wp-sel-btn.wp-opt {
  height: 375px;
  width: 280px;
  margin: 10px;
  font-size: 14px;
  text-align: left;
  padding: 0;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}
.wp .wp-sel-btn.wp-opt .wp-opt-info {
  border-width: 1px 1px 0 1px;
  border-color: rgba(200,200,200,0.2);
  border-style: solid;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.wp .wp-sel-btn.wp-opt-selected .wp-opt-info {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-width: 1px 1px 1px 1px;
}
.wp .wp-opt .wp-opt-title {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 10px 15px;
  min-height: 58px;
}
.wp .wp-opt .wp-opt-title h2 {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.wp .wp-opt .wp-opt-price {
  font-size: 24px;
  display: block;
  padding: 0 0 0 15px;
}
.wp .wp-opt .wp-opt-price-inst {
  font-size: 16px;
  display: inline;
  padding: 0 0 0 5px;
}
.wp .wp-opt .wp-opt-ded {
  display: block;
  padding: 0 15px;
}
.wp .wp-opt .wp-opt-details {
  font-size: 12px;
  display: block;
  height: auto;
  padding: 0 15px;
}
.wp .wp-opt .wp-opt-details ul {
  padding-left: 20px;
  margin: 0;
}
.wp .wp-opt .wp-btn {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
  height: 44px;
  line-height: 44px;
  margin: 0 0px 0px 0px;
  padding: 0;
  border-radius: 0 0 4px 4px;
  font-size: 16px;
}
.wp .wp-steps {
  display: block;
  text-align: left;
  padding-left: 20px;
}
.wp .wp-steps ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wp .wp-steps ul li {
  display: block;
  padding-bottom: 10px;
}
.wp .wp-steps ul li > a {
  display: table;
  width: 100%;
  text-decoration: none;
}
.wp .wp-steps ul li > a > span {
  display: table-cell;
  min-height: 30px;
  vertical-align: top;
}
.wp .wp-steps ul li > a > span.lbl {
  font-size: 16px;
  width: 100%;
  padding-top: 2px;
}
.wp .wp-steps ul li > a > span.lbl .select-info {
  display: block;
  font-size: 14px;
  color: #999999;
}
.wp .wp-steps ul li > a > span.chk {
  padding-right: 10px;
}
.wp .wp-steps ul li > a > span.chk > span {
  display: block;
  font-size: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #DDDDDD;
  border-radius: 50%;
}
.wp .wp-steps ul li > a > span.chk > span i {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  color: #FFFFFF;
}
.wp .wp-steps ul li > a.completed > span.chk > span {
  background-color: #000000;
  border-color: #000000;
}
.wp .wp-steps ul li > a.disabled > span.lbl {
  color: #999999;
}
.wp .wp-form {
  width: 420px;
}
.wp .wp-form input[type="text"], .wp .wp-form input[type="email"], .wp .wp-form input[type="tel"], .wp .wp-form select, .wp .wp-form textarea, .wp .wp-form .wp-sel-btn {
  height: 44px;
  line-height: 24px;
  font-size: 16px;
  width: 100%;
  display: inline-block;
}
.wp .wp-vin {
  font-size: 24px;
  line-height: 66px;
}
.wp .wp-vin input[type="text"] {
  width: 360px;
  font-size: 24px;
  height: 54px;
  line-height: 30px;
}
.wp .wp-vin .wp-btn {
  display: inline-block;
  height: 54px;
  width: 54px;
  min-width: 54px;
  padding: 0;
  margin: 0 0 0 10px;
}
.wp .wp-vin .wp-btn i {
  font-size: 24px;
  line-height: 54px;
}
.wp .wp-form .wp-sel-btn {
  font-size: 16px;
  width: 100%;
  line-height: 44px;
  margin: 0;
}
.wp .wp-form .fntc-red {
  color: #990000;
}
.wp .wp-model {
  display: inline-block;
  margin: 20px;
  text-decoration: none;
  vertical-align: top;
  width: 200px;
}
.wp .wp-model .wp-model-img {
  display: block;
  height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wp .wp-model .wp-model-name {
  display: block;
  text-align: center;
  font-size: 20px;
}
.wp .fntc-red, .wp .wp-wig .fntc-red {
  color: #DD0000;
}
.wp .wp-opt-links i {
  font-size: 10px;
  vertical-align: baseline; 
}
.wp .wp-disclaimer {
  text-align: justify;
  font-size: 12px;
  color: #999999;
  padding: 0 20px 10px 20px;
}
.wp-stick-to-top {
  display: none;
  z-index: 10;
}
.wp-stick-to-top.wp-stuck {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 0px;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.wp-step-scroller {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.wp .wp-tb-menu {
  display: none;
  vertical-align: middle;
  padding-right: 10px;
}
.wp .wp-tb-menu-right {
  padding-right: 0px;
  padding-left: 10px;
}
.wp .wp-tb-menu a {
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  border-right: 1px solid rgba(200,200,200,0.2) !important;
}
.wp .wp-tb-menu-right a {
  border-right: none !important;
  border-left: 1px solid rgba(200,200,200,0.2) !important;
}
.wp .wp-tb-menu a i {
  font-size: 24px;
  line-height: 44px;
  color: rgba(200,200,200,0.5);
  font-weight: normal;
}
.wp .wp-lbl-on-top {
  font-size: 12px;
  display: none;
}
.wp .wp-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 100;
}
.wp .wp-overlay.ng-show {
  -webkit-animation: fadeIn 0.5s forwards;
  animation: fadeIn 0.5s forwards;
}
.wp .wp-overlay.ng-hide {
  -webkit-animation: fadeOut 0.5s forwards;
  animation: fadeOut 0.5s forwards;
}
.wp .wp-bleft.wp-show {
  display: one;
}
@media only screen and (min-width:910px) {
  .pg-content.pg-in-chat {
    -webkit-animation: tplSlideContentIn 0.5s forwards;
    animation: tplSlideContentIn 0.5s forwards;
  }
}
@media only screen and (min-width:680px) {
  .wp .wp-on-slide {
    display: none;
  }
}
@media only screen and (max-width:680px) {
  /*buynow*/
  .bn-attach-view {
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  /*warrantynow*/
  .wp-body {
    overflow: inherit !important;
    overflow-y: inherit !important;
    padding: 0 0 0 0;
  }
  .wp .wp-chat-header {
    display: block;
    height: 44px;
    border-bottom: 1px solid #DDDDDD;
  }
  .wp .wp-chat-header * {
    vertical-align: middle;
  }
  .wp .wp-chat-header a {
    display: block;
    width: 44px;
    height: 44px;
  }
  .wp .wp-chat-header * {
    text-align: center;
    line-height: 44px;
  }
  .wp .wp-bcontent {
    top: 0;
    bottom: 0;
  }
  .wp .wp-title {
    padding: 0 0;
    height: auto;
    z-index: 1;
  }
  .wp .wp-title-img {
    display: inline-block;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .wp .wp-ptitle, .wp .wp-ptitle h1, .wp .wp-ptitle h2 {
    font-size: 20px;
  }
  .wp-step .wp-ptitle {
    padding-top: 0px;
  }
  .wp .wp-bleft {
    display: none;
    left: -100%;
    position: fixed;
    z-index: 200;
    padding-bottom: 20px;
    width: 280px;
  }
  .wp .wp-bleft.wp-show {
    display: block;
    left: -100%;
  }
  .wp .wp-bleft.wp-show {
    -webkit-animation: tplSlideContentInLeft 0.5s forwards;
    animation: tplSlideContentInLeft 0.5s forwards;
  }
  .wp .wp-bleft.ng-hide {
    -webkit-animation: tplSlideContentOutLeft 0.5s forwards;
    animation: tplSlideContentOutLeft 0.5s forwards;
  }
  .wp .wp-bleft .wp-car-ph {
    width: 240px;
  }
  .wp .chat-p {
    display: block;
    min-width: 0px;
    -webkit-animation: tplSlideContentInRight 0.5s forwards;
    animation: tplSlideContentInRight 0.5s forwards;
  }
  .wp .chat-p, .wp .pg-console {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
  }
  .wp .chat-p.ng-hide {
    -webkit-animation: tplSlideContentOutRight 0.5s forwards;
    animation: tplSlideContentOutRight 0.5s forwards;
  }
  .wp .wp-bright .wp-step {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .wp .wp-tb-menu {
    display: table-cell;
  }
  .pg-content.pg-in-chat {
    -webkit-animation: none;
    animation: none;
  }
  .wp .wp-bright {
    left: 0;
  }
  .wp .wp-footer {
    display: none;
  }
  .wp .wp-form {
    width: auto;
  }
  .wp .wp-form table tr > td:first-child {
    display: none;
  }
  .wp .wp-lbl-on-top {
    display: block;
  }
  .wp .wp-vin input[type="text"] {
    width: 240px;
  }
}
.fnts-0 { font-size: 0; }
.fnts-xxs { font-size: 9px; line-height: 1.0em; }
.fnts-xs { font-size: 11px; line-height: 1.0em; }
.fnts-s { font-size: 12px; line-height: 1.2em; }
.fnts { font-size: 14px; line-height: 1.2em; }
.fnts-m { font-size: 16px; line-height: 1.2em; }
.fnts-l { font-size: 20px; line-height: 1.2em; }
.fnts-xl { font-size: 24px; line-height: 1.2em; }
.fnts-xxl { font-size: 32px; line-height: 1.2em; }
.cn-large-form .tpl-incrementor li a, .cn-large-form .tpl-incrementor li span {
  font-size: 16px !important;
}
.underline { text-decoration: underline !important; }
.bn-disable-overlay {
  background-color: rgba(255,255,255,0.7);
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.bn-tradein-frame {
  height: 2000px;
}
