.color-desktop {
  margin: 0 5px 10px 5px;
  text-align: center;
  border: 1px solid #cdcccc;
  padding: 8px 3px 10px !important; 
    background:#ffffff;
}

.color-mobile {
  padding: 7px 5px;
  text-align: right;
  border-top: 1px solid #cdcccc; }
  .color-mobile .color-item {
    font-size: 18px; }

.color {
  font-size: 0;
  line-height: 0; }
  .color-item {
    margin: 0 2px;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    padding: 1px 0 1px 27px;
    white-space: nowrap; }
  .color i {
    font-style: normal; }
  .color-value {
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 18px;
    padding: 2px 0;
    text-align: center;
    font-style: normal;
    position: absolute;
    display: inline-block;
    font-weight: 600; }

.car-box {
  padding: 7px 12px;
  border: 1px solid #cdcccc; }
  .car-box-sm {
    margin-bottom: 7px;
    margin-top: 5px; }
  .car-box-md {
    padding: 22px 12px; }

.color-box {
  font-size: 0;
  line-height: 0; }

.car-color {
  margin: 0 2px;
  font-size: 18px;
  cursor: pointer;
  line-height: 22px;
  position: relative;
  display: inline-block;
  padding: 2px 0 2px 27px;
  white-space: nowrap; }
  .car-color-value {
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 18px;
    padding: 2px 0;
    text-align: center;
    font-style: normal;
    position: absolute;
    display: inline-block;
    font-weight: 600; }

.color-block-title {
  font-size: 18px;
  line-height: 22px; }

.color-block-content {
  width: 100%;
  padding-bottom: 4px;
  border-bottom: 1px solid #cdcccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .color-block-content .color-text-first {
    font-size: 14px;
    line-height: 14px;
    padding-top: 15px; }
  .color-block-content .color-text-last {
    font-size: 14px;
    line-height: 14px;
    padding-top: 15px; }

.color-scale {
  margin: 0;
  padding: 0 2px;
  font-size: 0;
  line-height: 0;
  list-style: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .color-scale:before, .color-scale:after {
    content: " ";
    display: table; }
  .color-scale:after {
    clear: both; }
  .color-scale > li {
    padding: 15px 2px 0 2px;
    float: left; }
    .color-scale > li span {
      width: 24px;
      height: 24px;
      padding: 2px 0;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      display: inline-block;
      position: relative;
      font-weight: 600; }
      .color-scale > li span:before {
        top: -8px;
        left: 50%;
        content: '';
        margin-left: -5px;
        position: absolute;
        display: none;
        border: 6px solid transparent;
        border-top: 6px solid #c0a16b; }
      .color-scale > li span.color-active:before {
        display: inline-block; }

.color-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .color-legend li {
    display: inline-block;
    padding: 0 2px; }

.cars-data {
  padding-top: 40px;
  margin: 0 -3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cars-data .cars-color-one {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; }
  .cars-data .cars-color-two {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3; }
  .cars-data .cars-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2; }
    .pctrlCarDetails .percent {
      margin-top: 3px;
    }
    .pctrlCarDetails .car-item .buy {
      padding-top: 3px !important;
    }
  @media (min-width: 768px) {
    .cars-data .cars-color-one {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    .cars-data .cars-color-two {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; }
    .cars-data .cars-info {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
      -moz-order: 3;
      -ms-flex-order: 3;
      order: 3; } 

    }
  @media (min-width: 1200px) {
    .cars-data .cars-color-one {
      width: auto; }
    .cars-data .cars-color-two {
      width: auto; }
    .cars-data .cars-info {
      width: auto;
      max-width: 375px; } }

.color-block-body {
  float: right; }

.cars-color {
  padding: 15px 18px;
  padding: 15px 2%;
  margin: 0 3px 12px 3px;
  border: 1px solid #cdcccc; }

.cars-info {
  margin: 0 3px 12px 3px; }
  .cars-info-table {
    width: 100%;
    border-collapse: collapse; }
    .cars-info-table th,
    .cars-info-table td {
      font-size: 18px;
      line-height: 22px;
      border: 1px solid #fb1717; }
    .cars-info-table th {
      font-weight: 600;
      padding: 13px 11px; }
    .cars-info-table td {
      width: 25%;
      padding: 13px 5px;
      text-align: center; }


/* Polution Colors:*/

.color_polution_1 {
  background: #1c592c !important; }
  .color_polution_1:before {
    border-top-color: #1c592c !important; }

.color_polution_2 {
  background: #156634 !important; }
  .color_polution_2:before {
    border-top-color: #156634 !important; }

.color_polution_3 {
  background: #0d7e3f !important; }
  .color_polution_3:before {
    border-top-color: #0d7e3f !important; }

.color_polution_4 {
  background: #0f9446 !important; }
  .color_polution_4:before {
    border-top-color: #0f9446 !important; }

.color_polution_5 {
  background: #1da348 !important; }
  .color_polution_5:before {
    border-top-color: #1da348 !important; }

.color_polution_6 {
  background: #3caf48 !important; }
  .color_polution_6:before {
    border-top-color: #3caf48 !important; }

.color_polution_7 {
  background: #9aca3c !important; }
  .color_polution_7:before {
    border-top-color: #9aca3c !important; }

.color_polution_8 {
  background: #fad327 !important; }
  .color_polution_8:before {
    border-top-color: #fad327 !important; }

.color_polution_9 {
  background: #fdbd3b !important; }
  .color_polution_9:before {
    border-top-color: #fdbd3b !important; }

.color_polution_10 {
  background: #f89939 !important; }
  .color_polution_10:before {
    border-top-color: #f89939 !important; }

.color_polution_11 {
  background: #e77526 !important; }
  .color_polution_11:before {
    border-top-color: #e77526 !important; }

.color_polution_12 {
  background: #dc6028 !important; }
  .color_polution_11:before {
    border-top-color: #dc6028 !important; }

.color_polution_13 {
  background: #e12327 !important; }
  .color_polution_13:before {
    border-top-color: #e12327 !important; }

.color_polution_14 {
  background: #c62027 !important; }
  .color_polution_14:before {
    border-top-color: #c62027 !important; }

.color_polution_15 {
  background: #a41d21 !important; }
  .color_polution_15:before {
    border-top-color: #a41d21 !important; }

/* Security Colors:*/

.color_secure_0 {
  background: #af2632 !important; }
  .color_secure_0:before {
    border-top-color: #af2632 !important; }

.color_secure_1 {
  background: #ed591e !important; }
  .color_secure_1:before {
    border-top-color: #ed591e !important; }

.color_secure_2 {
  background: #ffc70e !important; }
  .color_secure_2:before {
    border-top-color: #ffc70e !important; }

.color_secure_3 {
  background: #24b88b !important; }
  .color_secure_3:before {
    border-top-color: #24b88b !important; }

.color_secure_4 {
  background: #32889b !important; }
  .color_secure_4:before {
    border-top-color: #32889b !important; }

.color_secure_5 {
  background: #2489c8 !important; }
  .color_secure_5:before {
    border-top-color: #2489c8 !important; }

.color_secure_6 {
  background: #1d6bae !important; }
  .color_secure_6:before {
    border-top-color: #1d6bae !important; }

.color_secure_7 {
  background: #0373fb !important; }
  .color_secure_7:before {
    border-top-color: #0373fb !important; }

.color_secure_8 {
  background: #114aff !important; }
  .color_secure_8:before {
    border-top-color: #114aff !important; }






.tooltip-bottom {
  font-size: 14px;
  line-height: 22px;
  padding-right: 35px; }

.tooltipster-box {
  flex: 1 1 auto; }

.tooltipster-content {
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 0; }
.tooltipster-sidetip .tooltipster-content {
  color: #313030;
  line-height: 18px;
  padding: 6px 14px; }
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #b7b7b7; }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -3px; }
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }
.tooltipster-sidetip .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #b7b7b7; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff;
  left: 0;
  top: -1px; }

.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: -1px;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  margin-left: -10px;
  top: -1px;
  width: 20px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #b7b7b7; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
  left: 0;
  top: 1px; }

/*# sourceMappingURL=update__14_02_2018.css.map */

.pol-info-text {
      order: 4;
    margin-right: 5px;
    margin-top: -10px;
}
@media (max-width: 998px) and (min-width: 768px) {
  .color-item {
    font-size: 16px;
  }
  .color-value {
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
  }
  .color-desktop {
      text-align: right;
      padding: 8px 9px 10px !important;
  }
}
@media (max-width: 767px) {
  .desktop-only.clear{display: none;}
      .color-scale > li span {
      width: 20px;
      height: 20px;
      padding:0;
 }
  .color-mobile {
    padding: 8px 3% 10px;
    border-bottom: 1px solid #d2d1d1;
    border-top: 0;
  }
  .car-box-sm {
      margin-top: 0;
  }
  .car-box {
    padding: 0px 12px 7px;
  }
  .car-box-md {
    border: none;
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 350px) {
  .color-item {
    margin: 0 2px 0 8px;
  }
}
@media (max-width: 426px)  {
  .color-scale > li span {
    width: 18px; 
    height: 18px; 
  }
  .color-scale > li span {
    line-height: 18px;
    font-size: 12pt;
  }
}

@media (max-width: 393px)  {
  .color-scale > li span {
    width: 16.5px; 
    height: 16.5px; 
  }
  .color-scale > li span {
    line-height: 16.5px;
    font-size: 11pt;
  }
}
@media (max-width: 369px)  {
  .color-scale > li span {
    width: 15px; 
    height: 15px; 
  }
  .color-scale > li span {
    line-height: 15px;
    font-size: 10pt;
  }
}
@media (max-width: 344px)  {
  .color-scale > li span {
    width: 14px; 
    height: 13.5px; 
  }
  .color-scale > li span {
    line-height: 14px;
    font-size: 10pt;
  }
}
@media (max-width: 338px)  {
  .color-scale > li span {
    width: 13px; 
    height: 13px; 
  }
  .color-scale > li span {
    line-height: 13px;
    font-size: 10pt;
  }
}
@media (max-width: 330px)  {
  .car-box-sm {
    padding: 1px 3% 7px;
  }
  .car-color {
    font-size: 16.5px;
  }
}