/***************************
*      Used cars list      *
***************************/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.m_button {
  height: 30px;
  font: normal 15px/30px 'InterstateMazdaRegular', "Helvetica","Arial",sans-serif;
  padding: 0 0 0 10px;
  color: #fff;
  position: relative;
  text-align: left;
  text-decoration: none;
  overflow: hidden;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.blue_gradient {
  background: #55aee1;
  background: -moz-linear-gradient(top, #55aee1 0%, #1791d7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #55aee1), color-stop(100%, #1791d7));
  background: -webkit-linear-gradient(top, #55aee1 0%, #1791d7 100%);
  background: -o-linear-gradient(top, #55aee1 0%, #1791d7 100%);
  background: -ms-linear-gradient(top, #55aee1 0%, #1791d7 100%);
  background: linear-gradient(to bottom, #55aee1 0%, #1791d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55aee1', endColorstr='#1791d7', GradientType=0 );
}
.blue_gradient:hover {background: #1791d7;}

#used_cars_flter .filter-top {
  padding: 20px;
  overflow: visible;
  clear: both;
}
#used_cars_flter .slct_block,
#used_cars_flter .range_block {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
#used_cars_flter .slct_block {padding-right: 12px;}
#used_cars_flter .range_block {padding-left: 12px;}
#used_cars_flter label {
  display: block;
  margin-bottom: 7px;
  line-height: 15px;
  font: normal 15px/15px "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
}
#used_cars_flter .slct_container {margin-bottom: 17px;}
#used_cars_flter p.label {
  display: block;
  margin: 0 0 7px;
  color: #fff;
  font: normal 15px/15px "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
}


/***** Multi selector *****/
#used_cars_flter .chosen-choices {
  background-color: #fff;
  background-image: none;
  border: 1px solid #e0e1e1;
  cursor: text;
  height: auto !important;
  margin: 0;
  overflow: hidden;
  padding: 4px 5px 0;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
#used_cars_flter .search-choice {
  background-color: #e3ebf0;
  background-image: none;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #333;
  font: normal 15px/20px 'InterstateMazdaRegular', "Helvetica","Arial",sans-serif;
  cursor: default;
  margin: 0px 5px 4px 0;
  max-width: 100%;
  padding: 0px 20px 0px 5px;
  position: relative;
  width: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}
#used_cars_flter .search-field {
  width: auto !important;
  display: inline-block !important;
  line-height: 18px;
  padding: 0px 0px 0px 5px;
  margin: 0px 5px 4px 0;
  vertical-align: middle;
}
#used_cars_flter li.search-field input {
  margin: 0;
  padding: 0;
  height: 100%;
  font: normal 15px/20px 'InterstateMazdaRegular', "Helvetica","Arial",sans-serif;
  color: #ABABAB;
}
#used_cars_flter .search-choice-close { background: url("../images/filter_sprite.png") no-repeat scroll 0px 2px rgba(0, 0, 0, 0); }
#used_cars_flter .chosen-results { max-height: 150px; }
#used_cars_flter .chosen-results li {
  font-size: 15px;
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
}
#used_cars_flter .chosen-drop {
  max-height: 160px;
  height: auto;
  border: none;
  /*padding-bottom: 10px !important;*/
}
#used_cars_flter .result-selected { color: #ABABAB; }
#used_cars_flter .highlighted {
  background-color: #0086d3;
  background-image: none;
  color: #fff;
}
#used_cars_flter .slct_block .richtext ul li { float: left !important; }



.filter-top .range_price {
  width: 100%;
  position: relative;
}

.filter-top .slct_container {
  box-sizing: border-box;
  float: left;
}

.filter-top .slct_container.city {
  float: none;
}

.filter-top .slct_container.grade {
  float: left;
  padding-right: 12px;
  width: 50%;
}

.filter-top .slct_container.year {
  padding-left: 12px;
  width: 50%;
}

.filter-top .slct_container.brand {
  width: 100%;
}

.filter-top .slct_container .slct_wrap {
  position: relative;
}

.filter-top .modl,
.filter-top .dlr,
.filter-top .clr,
.filter-top .segments,
.filter-top .range_distance,
.filter-top .range_year,
.filter-top .range_volume,
.filter-top .form_res {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.filter-top .modl,
.filter-top .clr,
.filter-top .range_distance,
.filter-top .range_volume {padding-right: 12px;}
.filter-top .dlr,
.filter-top .segments,
.filter-top .range_year,
.filter-top .form_res {padding-left: 12px;}


/***** Custom selector *****/
.filter-top .cont_grade,
.filter-top .cont_model,
.filter-top .cont_dealer,
.filter-top .cont_years,
.filter-top .cont_color {position: relative;}

.filter-top .slct_model,
.filter-top .slct_dealer,
.filter-top .slct_years,
.filter-top .slct_color,
.filter-top .slct_label {
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  color: #333;
  font: normal 15px/20px 'InterstateMazdaRegular', "Helvetica","Arial",sans-serif;
  line-height: 30px;
  text-decoration: none;
  margin: 0;
  padding: 0 30px 0 10px;
  background-color: #fff;
  border: 1px solid #e0e1e1;
  overflow: hidden;
  white-space:nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.filter-top .slct_model:after,
.filter-top .slct_dealer:after,
.filter-top .slct_years:after,
.filter-top .slct_color:after,
.filter-top .slct_label:after {
  content: "";
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 28px;
  width: 28px;
  background-image: url(../images/filter-arr.png);
  background-position: 6px -26px;
  background-repeat: no-repeat;
  border-left: 1px solid #e0e1e1;
}
.filter-top .slct_model:hover,
.filter-top .slct_dealer:hover,
.filter-top .slct_years:hover,
.filter-top .slct_color:hover {}

.filter-top .slct_model.active,
.filter-top .slct_dealer.active,
.filter-top .slct_years.active,
.filter-top .slct_color.active {}

.filter-top .drop {
  /*height: 200px;
  overflow-y: scroll;*/
  height: auto;
  max-height: 150px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 99999;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
     -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
          box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
}
.filter-top .drop li {
  list-style: none;
  cursor: pointer;
  display: block;
  color: #333;
  padding: 0px 10px;
  line-height: 30px;
  margin: 0;
  font: normal 15px/25px 'InterstateMazdaRegular', "Helvetica","Arial",sans-serif;
}

.filter-top .drop li:hover {
  background-color: #0086d3;
  color: #fff;
}



/***** Segments *****/
#used_cars_flter .segments label {
  height: 28px;
  margin-bottom: 0 !important;
  font: normal 15px/30px "InterstateMazdaRegular", "Helvetica","Arial",sans-serif;
  color: #fff;
  border-right: 1px solid #293740;
  background-color: #2e414d !important;
  background-image: none !important;
  padding: inherit !important;
}
#used_cars_flter .segments label:last-child {border-right: none;}
#used_cars_flter .segmented-control {
  border: 1px solid #293740;
  background-color: #2e414d;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#used_cars_flter .segmented-control > label:before {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #55aee1;
  background: -moz-linear-gradient(top, #55aee1 0%, #1791d7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #55aee1), color-stop(100%, #1791d7));
  background: -webkit-linear-gradient(top, #55aee1 0%, #1791d7 100%);
  background: -o-linear-gradient(top, #55aee1 0%, #1791d7 100%);
  background: -ms-linear-gradient(top, #55aee1 0%, #1791d7 100%);
  background: linear-gradient(to bottom, #55aee1 0%, #1791d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#55aee1', endColorstr='#1791d7', GradientType=0 );
}

.filter-top .reset-form {
  display: block;
  width: 100%;
  line-height: 28px;
  padding: 0 20px 2px 10px;
  margin-top: 22px;
  overflow: hidden;
}
.filter-top .reset-form:hover {background: #1791d7;}
.filter-top .reset-form:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../images/filter_sprite.png");
  background-position: 0 -18px;
  position: absolute;
  right: 10px;
  top: 10px;
}


/************ filter-bottom **********/
#used_cars_flter .filter-bottom > div.filter-count {
  float: left;
  padding: 7px 24px 0 0;
  text-align: left;
  width: 212px;
/*  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}
#used_cars_flter .filter-count {
  color: #7b7c7c;
  float: left;
}
#used_cars_flter .filter-count span {
  font-size: 15px;
  margin-left: 5px;
}
#used_cars_flter .filter-sort {
  width: 448px;
  float: left;
  padding: 0 24px 0 0;
/*  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
}
#used_cars_flter .filter-sort section {display: inline;}
#used_cars_flter .filter-sort section div {display: inline;}
#used_cars_flter .filter-sort span {
  color: #7b7c7c;
  margin-right: 15px;
}
#used_cars_flter .filter-sort a {
  background-image: url("../images/filter-arr.png");
  background-repeat: no-repeat;
  color: #333;
  display: inline-block;
  font-size: 15px;
  line-height: 15px;
  margin: 0 0px;
  padding: 7px 30px 7px 10px;
}
#used_cars_flter .filter-sort a.active {
  background-color: #4a606d;
  color: #ffffff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#used_cars_flter .prnt {
  width: 212px;
  padding:0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#used_cars_flter .print_list {
  display: block;
  text-decoration: none;
  line-height: 30px;
  padding-bottom: 0;
}
#used_cars_flter .print_list:after {
  content: "";
  display: block;
  width: 15px;
  height: 14px;
  background-image: url("../images/filter_sprite.png");
  background-position: 0 -67px;
  position: absolute;
  right: 10px;
  top: 8px;
}







/********** List **********/
#list_items div {font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif !important;}
#list_items {
  width: 100%;
  /*min-width: 440px;*/
  background-color: #fff;
  padding: 20px 0 0;
  margin-top: 30px;
  margin-bottom: 55px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#list_items .list_header {
  padding: 10px 0 13px;
  font-size: 20px;
  line-height: 20px;
  color: #AEAEAE;
  border-bottom: 1px solid #4a606d;
}
.mz_pic,
.mz_model,
.mz_engine,
.mz_distance,
.mz_year,
.mz_region,
.mz_color,
.mz_price {
  float: left;
  margin-right: 20px;
  display: inline-block;
}
.mz_pic {width: 60px;}
.mz_model {width: 160px;}
.mz_engine {width: 160px;}
.mz_distance {/*width: 70px;*/ width: 87px; text-align: center;}
.mz_year {/*width: 55px;*/ width: 38px;}
.mz_region {width: 100px;}
.mz_color {width: 85px;}
.mz_price {width: 90px;}

#list_items .list_header {
  margin-left: 20px;
  margin-right: 20px;
}
#list_items .list_header .mz_pic {padding-left: 0;}
#list_items .list_header .mz_pic img {
  width: 19px;
  height: 14px;
}
#list_items .list_header .mz_price {margin-right: 0;}
#list_items .list_content {
  margin: 0;
  padding: 0 0 70px;
  position: relative;
}
#list_items .car_list_item {
  display: block;
  position: relative;
  margin: 0;
  width: 100%;
  clear: both;
}
#list_items .mz_item {
  height: 46px;
  padding: 7px 0;
  font-size: 15px;
  line-height: 15px;
  margin: 0 20px;
  border-bottom: 1px solid #d8e3ea;
  cursor: pointer;
}

#list_items .list_content .mz_model,
#list_items .list_content .mz_price {
  color: #0086d3;
  padding-top: 8px;
  padding-bottom: 8px;
}
#list_items .list_content .mz_engine,
#list_items .list_content .mz_color {
  color: #7B7C7C;
  padding-top: 8px;
  padding-bottom: 8px;
}
#list_items .list_content .mz_distance,
#list_items .list_content .mz_year,
#list_items .list_content .mz_region {
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
}

#list_items .list_content .mz_price {
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  margin-right: 0px;
}
.mz_detail span {
  display: none;
  color: #A5B0B6;
  font-weight: bold;
}
.mz_price span {
  display: none;
  color: #A5B0B6;
  font-weight: bold;
}
.drop_link {
  background-image: url("../images/mob-filter-arr.png");
  background-position: 0 -57px;
  display: none;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 130px;
  width: 17px;
}


#list_items .list_content .more_items {
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 20px;
  clear: both;
  float: none;
  margin: 0;
  width: 100%;
}
#list_items .list_content .more_items a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  margin: 0 20px;
  padding: 0 10px;
  background-color: #e3ebf0;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
#list_items .list_content .more_items a:hover {color: #0086d3;}
#list_items .list_content .more_items a:after {
  background-image: url("../images/filter_sprite.png");
  background-position: 0 -113px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
}

#list_items .car_list_item.no_items:hover {
  background: none!important;
  box-shadow: none;
}

#list_items .car_list_item.no_items {
  padding: 20px 0;
}

#list_items .car_list_item.no_items p {
  margin: 0;
  text-align: center;
}

#list_items .car_list_item.no_items p span {
  color: #333;
  font-size: 24px;
}

.nc_dealers #list_items .mz_color {
  width: 105px;
}

.nc_mazda #list_items .mz_color {
  width: 190px;
}

.nc_dealers #list_items .mz_model {
  width: 165px;
}

.nc_dealers #list_items .mz_year {
  width: 70px;
}

#list_items .mz_color .color-preview {
  display: inline-block;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 3px;
  width: 18px;
}

#list_items .mz_color .color-preview img {
  height: 100%;
}




/***** Hover drop *****/
#list_items .car_list_item:hover {
  background-color: #4a606d;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
     -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
          box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
}
#list_items .car_list_item:hover .drop_link {
  background-position: 0 0;
}

#list_items .car_list_item:hover .mz_model,
#list_items .car_list_item:hover .mz_price,
#list_items .car_list_item:hover .mz_engine,
#list_items .car_list_item:hover .mz_color,
#list_items .car_list_item:hover .mz_distance,
#list_items .car_list_item:hover .mz_year,
#list_items .car_list_item:hover .mz_region {color: #fff;}


#list_items .car_list_item:hover .drop_info {
  display: block;
}
#list_items .drop_info {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 60px;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
     -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
          box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.45);
}
#list_items .drop_info div:last-child {border-right: none;}
#list_items .drop_info div p,
#list_items .drop_info div h3,



.mz_dealer_info div h3,
.mz_dealer_info div p {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 15px;
  line-height: 20px;
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
}
#list_items .drop_info div h3,
.mz_dealer_info div h3 {
  font-size: 20px;
}
.mz_trade{
  text-align: center;
  position: absolute;
  left: 91%;
}
.mz_trade_in{
  text-align: center;
  float: right;
  width: 90px;
  font-size: 18px;
  color: #c70f0f;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid;
  margin-left: 5px;
  position: absolute;
  left: 89%;
  top: 11%;
}
#list_items .drop_info div p span,
.mz_dealer_info div p span {
  color: #7B7C7C;
  display: block;
  float: left;
  width: 60px;
  margin-right: 6px;
}
#list_items .mz_contacts p a {
  display: block;
  float: right;
  line-height: 15px;
  text-align: left;
  width: 138px;
  overflow: hidden;
  padding-top: 2px;
}
#list_items .mz_address,
#list_items .mz_contacts,
#list_items .mz_time,
#list_items .mz_dilerlink {
  padding: 0 15px;
  border-right: 1px solid #d8e3ea;
  display: inline-block;
  margin: 18px 0 21px;
  float: left;
}

#list_items .mz_address {width: 235px; padding-left: 20px;}
#list_items .mz_contacts {width: 205px;}
#list_items .mz_time {width: 175px; border-right: none;}
#list_items .mz_dilerlink {width: 212px; padding-right: 20px;}

#list_items .drop_info .mz_time p span {width: 75px;}
#list_items .mz_dilerlink a {
  text-decoration: none;
  display: block;
}
#list_items .mz_dilerlink a:after {
  background-image: url("../images/filter_sprite.png");
  background-position: 0 -91px;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 7px;
}






/***************************
*      Used cars detail    *
***************************/
.mz_cars {
  background: none repeat scroll 0 0 #ffffff;
  margin-bottom: 15px;
  overflow: visible;
}

.mz_cars .cars-info {
  height: 50px;
  line-height: 50px;
}
.mz_cars .cars-info > div.cars-info-name {
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  font-size: 34px;
  padding-left: 20px;
  width: 290px;
}
.cars-info > div.cars-info-name span.engine {display: none;}
.cars-info .mz_car_price {
  width: 360px;
  padding: 0px;
  height: 50px;
  line-height: 50px;
}
.cars-info .mz_car_price p {
  color: #aeaeae;
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  font-size: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.cars-info .mz_car_price p .mz_pre {
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  font-size: 20px;
}
.cars-info .mz_car_price p .mz_bigprice {
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  font-size: 32px;
  color: #0086D3;
  margin: 0 10px;
}

.cars-info .mz_car_reserv {
  padding: 10px 0px;
  float: right;
  height: 30px;
  line-height: 30px;
  position: relative;
}
.mz_car_reserv a,
.mz_dealer_info .mz_dilerlink a {
  display: block;
  line-height: 30px;
  padding-bottom: 0;
  text-decoration: none;
}
.reserv_car {
  width: 143px;
  float: left;
}
.menu_car {
  width: 87px;
  float: right;
  margin-left: 10px;
}
.mz_car_reserv a:after,
.mz_dealer_info .mz_dilerlink a:after {
  background-image: url("../images/filter_sprite.png");
  background-position: 0 -91px;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 9px;
  width: 7px;
}
.mz_car_reserv a.menu_car:after {
  background-position: 0 -248px;
  height: 14px;
  top: 8px;
  width: 15px;
  left: 65px;
}
.mz_car_reserv .drop_car {
  display: none;
  position: absolute;
  top: 40px;
  right: 5px;
  z-index: 999;
  background: #53ADDF;
  background: -moz-linear-gradient(top, #53ADDF 0%, #1791d7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #53ADDF), color-stop(100%, #1791d7));
  background: -webkit-linear-gradient(top, #53ADDF 0%, #1791d7 100%);
  background: -o-linear-gradient(top, #53ADDF 0%, #1791d7 100%);
  background: -ms-linear-gradient(top, #53ADDF 0%, #1791d7 100%);
  background: linear-gradient(to bottom, #53ADDF 0%, #1791d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53ADDF', endColorstr='#1791d7', GradientType=0 );
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}
.mz_car_reserv .drop_car li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #7bc0e7;
}
.mz_car_reserv .drop_car li:last-child {
  border-bottom: none;
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}
.mz_car_reserv .drop_car li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 0 37px 0 10px;
  position: relative;
}
.mz_car_reserv .drop_car li:hover {
  background: #428bb6;
  background: -moz-linear-gradient(top, #428bb6 0%, #3082b1 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #428bb6), color-stop(100%, #3082b1));
  background: -webkit-linear-gradient(top, #428bb6 0%, #3082b1 100%);
  background: -o-linear-gradient(top, #428bb6 0%, #3082b1 100%);
  background: -ms-linear-gradient(top, #428bb6 0%, #3082b1 100%);
  background: linear-gradient(to bottom, #428bb6 0%, #3082b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428bb6', endColorstr='#3082b1', GradientType=0 );
}
.mz_car_reserv .drop_car_send:after {
  width: 15px;
  background-position: 0 -293px;
}
.mz_car_reserv .drop_car_print:after {
  top: 8px;
  height: 14px;
  width: 15px;
  background-position: 0 -67px;
}
.mz_car_reserv .drop_car_pdf:after {
  top: 8px;
  height: 14px;
  width: 12px;
  background-position: 0 -270px;
}


/*** Переопределение стилей с main ***/
.item-block {
  padding-bottom: 40px;
  padding-top: 0px;
}
/*.item-block-left {
  width: 390px;
  padding: 0;
}*/
.item-block-left > p {display: block;}
.item-block-left .params {margin: 0 20px;}
.params-name > div {
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  padding: 8px 0px;
  line-height: 24px;
}
.params-value > div {
  color: #333;
  line-height: 24px;
  padding: 8px 0;
}
.mz_dealer_info {
  background-color: #e3ebf0;
  padding: 0px 20px;
  margin-top: 30px;
}

.mz_btmline {padding:10px 0 20px;}
.mz_topline {border-bottom: 1px solid #ddd; padding-bottom: 15px;}

.mz_dealer_info .mz_address,
.mz_dealer_info .mz_contacts,
.mz_dealer_info .mz_time,
.mz_dealer_info .mz_dilerlink {
  padding: 0;
  display: inline-block;
  margin: 10px 0 0;
  float: left;
  /*max-width: 264px;*/
}
.mz_dealer_info .mz_address {
  padding-top: 5px;
  max-width: 240px;
}
.mz_dealer_info .mz_dilerlink {
  float: right;
  height: 35px;
  padding-top: 10px;
}
.mz_dealer_info .mz_dilerlink a {width: 120px;}
.mz_dealer_info .mz_contacts {max-width: 230px;}
.mz_dealer_info .mz_contacts p span {
  margin-right: 10px;
  width: 55px;
}
.mz_dealer_info .mz_contacts p a {
  display: inline-block;
  max-width: 160px;
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP Printers */
  word-wrap: break-word; /* IE 5+ */
}
.mz_dealer_info .mz_time {
  float: right;
  max-width: 160px;
}
.mz_dealer_info .mz_time p span {
  margin-right: 10px;
  width: 65px;
}

.mz_advantages {
  background-color: #fff;
  padding: 0px 20px;
  margin-top: 30px;
}
.mz_advantages p {
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  color: #AEAEAE;
  padding: 15px 0;
}
.mz_advantages p .mz_next_logo {
  display: block;
  float: right;
  height: 16px;
  width: 137px;
  background-image: url("../images/mazdanext.png");
  background-repeat: no-repeat;
  background-position: 0 5px;
}
.mz_advantages {padding-bottom: 28px;}
.mz_advantages ul li {
  display: block;
  float: left;
  height: 85px;
  border-right: 1px solid #d8e3ea;
  width: 25%;
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  font-size: 12px;
  color: #7B7C7C;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.mz_advantages ul li:nth-child(4) {border-right: none !important;}
.mz_advantages ul li span {
  background-image: url("../images/mazdanext_icons.png");
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding-bottom: 5px;
}
.mz_advantages ul li:first-child  span {background-position: -112px 0;}{background-position: 2px 0px;}
.mz_advantages ul li:nth-child(2) span {background-position: 2px 0px;}
.mz_advantages ul li:nth-child(3) span {background-position: -228px 0px;}
.mz_advantages ul li:nth-child(4) span {background-position: -341px 0px;}


.item-block-params .item-header a:after {background: url("../images/filter-arr.png") no-repeat scroll right -61px rgba(0, 0, 0, 0);}
.item-block-params .item-header a.active:after {background-position: right -33px;}
.item-block-params .additional {background: none repeat scroll 0 0 #e3ebf0;}


/***** OWL slider *****/
.owl_slider {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
}
#sync1 .item{
  background: #fff;
  padding: 20px 20px;
  margin: 0px;
  color: #FFF;
  text-align: center;
}
#sync2 .item{
  background: #fff;
  padding: 0px;
  margin: 0 5px;
  color: #FFF;
  text-align: center;
  cursor: pointer;
  height: 65px;
  /*max-width: 85px;*/
  overflow: hidden;
}
#sync2 .synced .item{
  border: 2px solid #0086d3;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.mz_thumbs {
  width: 400px;
  margin: 0 auto;
}

#params1, #params1 {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.bottom_reserv_car {display: none;}




/***** Popup *****/
#popup_reserv {
  position: relative;
  margin: 0 auto;
  padding: 0;
  float: none;
  width: 290px;
  background-color: #4a606d;
}
#popup_reserv .res_header {
  background-color: #fff;
  color: #4b4b4b;
  font-family: "InterstateMazdaBold","Helvetica","Arial",sans-serif;
  font-size: 18px;
  height: auto;
  line-height: 18px;
  padding: 10px 0;
  text-align: center;
}
#popup_reserv .popup_content{
  padding: 8px 35px 20px;
}
#popup_reserv .popup_content label {
  width: 100%;
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  text-align: center;
}
#popup_reserv .popup_content input {
  width: 198px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  margin-bottom: 12px;
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}
#popup_reserv .popup_content .mz_vin {
  height: 42px;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  color: #a6b1b5;
  font-size: 15px;
  line-height: 42px;
}
#popup_reserv .popup_content button {
  width: 100%;
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  font-size: 15px;
  margin-top: 12px;
}
#popup_reserv .popup_content button.but_inactive {
  background: #C5CFD8;
}
#popup_reserv .popup_content button:after {
  background-image: url("../images/filter_sprite.png");
  background-position: 0 -293px;
  width: 15px;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 9px;
}
#popup_reserv .mz_info {
  color: #fff;
  font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  font-size: 13px;
  line-height: 100%;
  margin: 15px 35px;
  padding: 10px;
  text-align: center;
  position: absolute;
  background-color: #fff;
  color: #4a606d;
  display: none;
}
#popup_reserv .mz_info_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-left: 0;
  margin-right: -10px;
  vertical-align: top;
}
#popup_reserv .mz_info_icon img {
  width: 100%;
  margin: 0;
  padding: 0;
}
#popup_reserv .popup_content label.error {
  color: #fff;
  display: block;
  font-style: italic;
  line-height: 15px;
  /*margin-left: 20px;*/
  margin-top: -10px;
  position: static;
  width: 100%;
}
.mfp-close {
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 22px;
}

.right {
    float: right !important;
}
#used_cars_flter .color-items {
    width: 460px;
    position: relative;
}
#used_cars_flter .color-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
    position: relative;
}
#used_cars_flter .color-item.inactive label {
  opacity: 0.1;
}
#used_cars_flter .color-item input {
    display: none;
}
#used_cars_flter .color-item label {
    background: none repeat scroll 0 0 !important;
    height: 26px;
    margin: 0;
    padding: 0 !important;
    width: 26px;
}
#used_cars_flter .color-item label img {
    border: 2px solid transparent;
    border-radius: 5px;
    height: 100%;
    cursor: pointer;
}
#used_cars_flter .color-item input:checked + label img {
    border: 2px solid #0086d3;
}
#used_cars_flter .slct_container.colors {
    margin-bottom: 7px;
}
#used_cars_flter .color-item .tooltip {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #55aee1 0%, #1791d7 100%) repeat scroll 0 0;
    color: #fff;
    display: none;
    font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
    font-size: 16px;
    left: -30px;
    padding: 10px 8px;
    position: absolute;
    text-align: center;
    bottom: 35px;
    width: 85px;
    z-index: 99;
}
#used_cars_flter .color-item .tooltip:after {
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #1791d7;
    bottom: -10px;
    content: "";
    left: 38px;
    position: absolute;
}
#used_cars_flter .color-item:hover .tooltip {
    display: block;
}
.new_cars_flter .slct_container.range_price {
    box-sizing: border-box;
    float: left;
    padding-right: 12px;
    position: static;
    width: 50%;
}
.nc_mazda .new_cars_flter .slct_container.range_price {
  padding-right: 0;
  width: 100%;
}
.new_cars_flter .filter-top .range_volume, .new_cars_flter .filter-top .clr {
    padding: 0 0 0 12px;
}
.new_cars_flter .filter-top .segments {
    padding: 0 12px 0 0;
}
.nc_mazda .new_cars_flter .filter-top .segments{
  padding: 0 0 0 12px;
}
.nc_mazda .new_cars_flter .filter-top .range_volume,
.nc_mazda .new_cars_flter .filter-top .year {
  padding: 0 12px 0 0;
}

#used_cars_flter.new_cars_flter .color-items {
    width: auto;
    clear: both;
}
#used_cars_flter.new_cars_flter .filter-top {
    padding-bottom: 10px;
}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  #used_cars_flter .prnt {
    display: none;
  }
}
@media only screen and (max-width : 979px) {
  .mz_cars .cars-info > div.cars-info-name {
    padding-left: 0;
  }
  .mz_car_reserv {margin-right: 15px;}
  .mz_dealer_info .mz_address {
    max-width: 580px;
  }
  .cars-info .mz_car_price {
    width: 260px;
  }
  .item-block-img {display: none;}
  .item-block-right {
    display: block;
    float: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
  }
  .item-block-left .backlink {display: block;}
  /*** OWL slider ***/
  .owl_slider {padding-bottom: 20px;}
  #sync1 .item{
    padding: 0px;
    margin: 0px;
  }
  #sync2 .item{
    padding: 0px;
    height: auto;
    overflow: hidden;
  }
  #sync2 .synced .item {border: 4px solid #0086d3;}
  .mz_thumbs {
    width: auto;
    margin: 0 auto;
    padding: 0 76px;
  }
  .item-block-right .mz_thumbs img:last-child,
  .item-block-img .mz_thumbs img:last-child {
    border: 0px solid #fff;
    width: 100%;
  }

  .owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    width: 100%;
  }
  .owl-theme .owl-controls .owl-buttons {
    margin-top: 5%;
    position: absolute;
    width: 100%;
  }
  .owl_slider .owl-theme .owl-controls .owl-buttons div {
    background: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    height: 100%;
    width: 30px;
    margin: 0;
    height: 43px;
    position: absolute;
    top: 50%;
  }

  /*.owl_slider .owl-theme .owl-controls .owl-buttons .owl-next {right: -55px;}
  .owl_slider .owl-theme .owl-controls .owl-buttons .owl-prev {left: -55px;}*/
  .owl_slider .icon-chevron-left,
  .owl_slider .icon-chevron-right {
    display: block;
    background-image: url("../images/filter_sprite.png");
    width: 9px;
    height: 17px;
    margin-top: 50%;
    margin-left: 10px;
  }
  .owl_slider .icon-chevron-left  {background-position: 0 -197px;}
  .owl_slider .icon-chevron-right {background-position: 0 -223px;}
  .owl_slider .owl-theme .owl-controls .owl-buttons .owl-prev:hover .icon-chevron-left {background-position: 0 -197px;}
  .owl_slider .owl-theme .owl-controls .owl-buttons .owl-next:hover .icon-chevron-right {background-position: 0 -223px;}
  .owl_slider .owl-theme .owl-controls.clickable .owl-buttons div:hover{
    background: none;
    border: none;
  }
  #used_cars_flter .color-items {
      position: relative;
      width: 365px;
  }
  #list_items .mz_item {
      height: auto;
      overflow: hidden;
  }
  .mz_detail {
      margin-top: 0;
      position: static;
  }
}

@media only screen and (max-width : 960px) {
  #list_items .list_header {display: none;}
  #list_items .mz_item {
    padding: 7px 0;
    font-size: 15px;
    line-height: 15px;
  }
  .mz_pic {width: 80px;}
  .mz_pic img {
    max-width: 80px;
    max-height: 60px;
  }
  .mz_pic {margin: 15px 20px 65px 0;}
  .mod_eng {
    display: inline-block;
    float: left;
    margin: 15px 0;
    width: 220px;
  }

  .mz_model,
  .mz_engine {
    width: 200px;
    display: block;
    float: none;
  }
  .mz_detail {
    display: block;
    float: left;
    /*width: 400px;*/
    width: 43%;
    margin: 15px 0;
    margin-top: 0;
  }
  .mz_detail span {
    display: inline-block;
    width: 60px;
    font-size: 16px;
  }
  .dist_yr,
  .reg_col{
    display: inline-block;
    width: 50%;
    float: left;
  }
  .mz_distance,
  .mz_year,
  .mz_region,
  .mz_color {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
    font-size: 15px;
    font-weight: bold;
  }
  .mz_price {
    width: 145px;
    float: right;
  }
  .mz_price span {
    display: inline-block;
    width: 40px;
    font-size: 16px;
  }

  #list_items .list_content .mz_model {
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 20px;
  }
  #list_items .list_content .mz_engine {
    font-size: 15px;
    color: #333;
    font-weight: bold;
  }

  #list_items .list_content .mz_distance,
  #list_items .list_content .mz_year,
  #list_items .list_content .mz_region,
  #list_items .list_content .mz_color {
    color: #666666;
    padding-top: 5px;
    padding-bottom: 0px;
    text-align: left;
  }
    #list_items .list_content .mz_price {
    padding-top: 5px;
    padding-bottom: 0px;
    margin: 15px 0;
    font-size: 20px;
  }
  #list_items .drop_info {
    top: 94px;
  }
}
@media only screen and (max-width : 940px) {
  .mz_cars .cars-info {height: 100px;}
  .cars-info .mz_car_reserv {float: none;}
}


@media only screen and (max-width : 930px) {
  #list_items .mz_item {
    padding: 7px 0;
    border-bottom: 2px solid #d8e3ea;
  }
  .mz_detail {
    top: 80px;
    width: 80%;
    max-width: 520px;
  }
  .mz_price {
    position: absolute;
    right: 20px;
    top: 7px;
  }
}


@media only screen and (max-width : 861px) {
  .cars-info .mz_car_reserv {float: none;}
  .owl-theme .owl-controls .owl-buttons {margin-top: 4%;}
}


@media only screen and (max-width : 800px) {
  .drop_link {display: block;}
  #list_items .drop_info {
    top: 160px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .filter-bottom > div.filter-count {
    display: block;
  }
  .filter-top {
    margin-bottom: 0px;
    padding: 11px 20px 55px;
  }
  #used_cars_flter .filter-sort {
    margin-top: 10px;
    width: 100%;
  }
  #used_cars_flter .filter-sort span {
    display: inline;
    font-size: 15px;
    margin-bottom: 15px;
  }
  #used_cars_flter .filter-sort a {
    border: none;
    background-color: transparent;
  }
  .filter-sort a.up.active {
    background-position: right -79px;
  }
  .filter-sort a.down {
    background-position: right -23px;
  }
  .filter-sort a.down.active {
    background-position: right 4px;
  }
  #list_items .mz_contacts {border-right: none;}
}

@media only screen and (max-width : 767px) {
  #list_items .list_content {
    padding: 0 0 100px;
  }
  #list_items .list_content .more_items {
    height: 50px;
    line-height: 50px;
    font-size: 20px;

  }
  #list_items .list_content .more_items a {color: #0086d3;}
  #list_items .list_content .more_items a:hover {text-decoration: underline;}
  #list_items .list_content .more_items a:after {
    right: 10px;
    top: 20px;
  }
  .pager .arrow_link_top {
    float: none;
    margin: 20px;
  }

  #used_cars_flter {margin-top: 14px;}
  .secondaryCarNav .mobile > .spanTitle {display: none;}
  .cars-info > div.cars-info-name {border-bottom: none;}
  .cars-info > div.cars-info-name span.engine {
    display: block;
    line-height: 40px;
    margin-top: 0px;
  }
  .mz_cars {
    box-shadow: none;
    clear: both;
    float: none;
    margin: 20px 0;
    width: auto;
  }
  .mz_cars .cars-info {
    height: auto;
    padding: 20px;
  }
  .mz_cars .cars-info > div.cars-info-name {
    font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
    font-size: 34px;
    padding-left: 0px;
    width: 100%;
  }
  .mz_cars .cars-info > div.cars-info-name {
    line-height: 40px;
    margin-bottom: 0px;
    padding: 0;
  }
  .mz_cars .cars-info .mz_car_price {
    width: 100%;
    margin-bottom: 15px;
  }
  .mz_cars .cars-info .mz_car_price p {text-align: left;}
  .mz_cars .cars-info .mz_car_price p .mz_pre {display: none;}
  .mz_cars .cars-info .mz_car_price p .mz_bigprice {
    font-size: 42px;
    margin: 0;
  }
  .mz_cars .cars-info > div.cars-info-name span.engine {
    display: block;
    line-height: 34px;
  }
  .mz_cars .cars-info .mz_car_reserv {
    margin: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .bottom_reserv_car {
    display: block;
    margin: 20px;
  }
  .bottom_reserv_car:after {
    background-image: url("../images/mob-select-arr.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 14px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 18px;
    width: 7px;
  }
  .mz_car_reserv .reserv_car,
  .bottom_reserv_car {
    width: auto;
    float: none;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
  }
  .mz_car_reserv .reserv_car:after {
    background-image: url("../images/mob-select-arr.png");
    background-position: 0 -91px;
    height: 13px;
    right: 18px;
    top: 18px;
    width: 7px;
  }


  .mz_car_reserv .menu_car,
  .mz_car_reserv .drop_car,
  .mz_car_reserv .drop_car li  {display: none;}


  #mz_item_wrapper .item-block-left .params {margin: 0;}
  #mz_item_wrapper .item-block-left .backlink {margin: 24px 0 0;}



  .item-block-img {display: none;}
  #mz_item_wrapper .item-block-right {
    display: block;
    float: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
  }

  /*** Dealer info ***/
  .mz_dealer_info {
    margin: 20px 0;
    width: auto;
    min-width: 340px;
    position: relative;
  }
  .mz_topline {
    border-bottom: none;
  }
  .mz_dealer_info .mz_address {
    width: 100%;
    margin: 2px 0 0;
    max-width: 100%;
  }
  .mz_dealer_info .mz_address h3 {
    font-size: 34px;
    line-height: 100%;
    margin: 0;
    padding: 0;
  }
  .mz_dealer_info .mz_address p {
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    padding: 2px 0 0;
  }
  .mz_btmline {
    padding: 8px 0 94px;
  }
  .mz_dealer_info .mz_contacts,
  .mz_dealer_info .mz_time {
    display: inline-block;
    margin: 0px;
    padding: 0;
  }
  .mz_dealer_info .mz_contacts {
    float: left;
    max-width: 210px;
  }
  .mz_dealer_info .mz_time {
    float: right;
    max-width: 185px;
  }
  .mz_dealer_info .mz_contacts p {
    background-image: url("../images/contacts_sprite.png");
    background-repeat: no-repeat;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    padding-left: 40px;
    line-height: 20px;
    margin: 0;
  }
  .mz_dealer_info .mz_contacts p span {display: none;}
  .mz_dealer_info .mz_contacts p:first-child {background-position: 0 4px;}
  .mz_dealer_info .mz_contacts p:last-child  {background-position: 2px -34px;}
  .mz_dealer_info .mz_contacts p a {max-width: 170px;}
  .mz_dealer_info .mz_time p {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }
  .mz_dealer_info div span {
    color: #a5b0b6;
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 15px;
    width: 60px;
  }
  .mz_dealer_info .mz_time p span {width: 75px;}
  .mz_dealer_info .mz_dilerlink {
    position: absolute;
    /*top: 160px;*/
    bottom: 20px;
    left: 0;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    width: 100%;
  }
  .mz_dealer_info .mz_dilerlink a {
    float: none;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    width: auto;
    margin: 0 20px;
  }
  .mz_dealer_info .mz_dilerlink a:after {
    background-image: url("../images/mob-select-arr.png");
    background-position: 0 -91px;
    height: 13px;
    right: 18px;
    top: 18px;
    width: 7px;
  }

  /*** Advantages ***/
  .mz_advantages {
    margin: 30px 0 20px;
    width: auto;
    min-width: 340px;
  }

  .mz_advantages p .adv_title {
    font-size: 16px;
    font-family: 'InterstateMazdaBold', 'Helvetica', 'Arial', sans-serif;
    color: #aeaeae;
    padding: 15px 0;
  }
  .mz_advantages p .mz_next_logo {
    background-position: 0 5px;
    display: inline-block;
    height: 16px;
    width: 160px;
  }
  .item-block-left .backlink {display: block;}

  .item-block-params {
    margin: 20px 0;
    min-width: 340px;
    position: relative;
    width: auto;
  }

  #used_cars_flter .color-items {
      width: 215%;
  }
}

@media only screen and (max-width : 680px) {
  #used_cars_flter .slct_block,
  #used_cars_flter .range_block {
    width: 100%;
    padding: 0;
  }
  #list_items .mz_address,
  #list_items .mz_contacts {border-right: none;}
  .owl-theme .owl-controls .owl-buttons {margin-top: 3%;}
  #used_cars_flter .color-items {
      width: auto;
  }
}

@media only screen and (max-width : 630px) {
  .owl-theme .owl-controls .owl-buttons {margin-top: 2%;}
}

@media only screen and (max-width : 600px) {
  .mz_pic {
      margin: 15px 20px 15px 0;
  }
}

@media only screen and (max-width : 540px) {
  #used_cars_flter .filter-sort span {
    display: block;
    margin-bottom: 10px;
  }
  .mz_advantages p {height: 30px; line-height: 15px;}
  .mz_advantages p .adv_title {
    display: inline-block;
    float: left;
    width: 170px;
    padding: 0;
  }
  .mz_advantages p .mz_next_logo {
    height: 19px;
    margin: 8px 0 3px;
  }
  .owl-theme .owl-controls .owl-buttons {margin-top: 1%;}
}

@media only screen and (max-width : 500px) {
  .mz_price {width: 115px;}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  #used_cars_flter label,
  #used_cars_flter p.label {
    line-height: 15px;
    font-size: 18px;
  }
  #used_cars_flter .chosen-choices {
    border: 2px solid #e0e1e1;
  }
  #used_cars_flter .search-choice {
    font: 18px/30px "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
  }
  #used_cars_flter .search-choice-close {
    top: 10px;
  }

  #used_cars_flter .chosen-drop {
    height: auto;
    max-height: 180px;
  }
  #used_cars_flter .chosen-results {
    max-height: 180px;
  }
  #used_cars_flter .chosen-results li {
    color: #333;
    cursor: pointer;
    display: block;
    font: 18px/30px "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
    margin: 0;
    padding: 0 10px;
  }
  .filter-top .slct_model,
  .filter-top .slct_dealer,
  .filter-top .slct_years,
  .filter-top .slct_color,
  .filter-top .slct_label {
    border: 2px solid #e0e1e1;
    font: 18px/35px "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
    height: 40px;
    padding: 0 45px 5px 10px;
  }

  .filter-top .slct_container.grade,
  .filter-top .slct_container.year
  {
    padding: 0;
    width: 100%;
  }

  .filter-top .slct_model:after,
  .filter-top .slct_dealer:after,
  .filter-top .slct_years:after,
  .filter-top .slct_color:after,
  .filter-top .slct_label:after {
    background-image: url("../images/mob-filter-arr.png");
    background-position: 13px -42px;
    height: 38px;
    border-left: 2px solid #e0e1e1;
    width: 40px;
  }
  .filter-top .drop {
    max-height: 180px;
  }
  .filter-top .drop li {
    font: 18px/30px "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
    list-style: outside none none;
  }
  .filter-top .modl,
  .filter-top .dlr,
  .filter-top .clr,
  .filter-top .segments,
  .filter-top .range_distance,
  .filter-top .range_year,
  .filter-top .range_volume,
  .filter-top .form_res {
    width: 100%;
    padding: 0;
  }
  .filter-top .reset-form {
    height: 50px;
    font: normal 20px/50px 'InterstateMazdaRegular', "Helvetica","Arial",sans-serif;
    padding: 0 0 2px 20px;
    margin-top: 10px;
  }
  #used_cars_flter .segmented-control {
    border: 2px solid #293740;
  }
  #used_cars_flter .segments label {
    height: 38px;
    margin-bottom: 0 !important;
    border-right: 2px solid #293740;
    font: normal 18px/40px 'InterstateMazdaRegular', "Helvetica","Arial",sans-serif;
  }
  #used_cars_flter .slct_container {margin-bottom: 21px;}
  #used_cars_flter .filter-bottom {
    height: 130px;
    position: relative;
    overflow: visible;
    margin-bottom: 60px;
  }
  #used_cars_flter .filter-sort {
    margin-top: 10px;
    padding: 0 20px 0 0;
    width: 100%;
    position: relative;
    top: -28px;
  }
  #used_cars_flter .filter-sort span {
    display: block;
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  #used_cars_flter .filter-sort section {
    display: block;
    width: 100%;
  }
  #used_cars_flter .filter-sort section div {
    display: block;
    width: 50%;
    margin-bottom: 10px;
    float: left;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #used_cars_flter .filter-sort section div:first-child {padding-right: 10px;}
  #used_cars_flter .filter-sort section div:last-child {padding-left: 10px;}
  #used_cars_flter .filter-sort section:last-child div {padding-left: 0;}
  #used_cars_flter .filter-sort a {
    display: block;
    background-color: #d8e3ea;
    height: 20px;
    padding: 10px 12px;
    text-decoration: none;
    background-image: url("../images/mob-filter-arr.png");
    background-position: right 15px top -98px;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #666666;
  }
  #used_cars_flter .filter-sort a.up.active,
  #used_cars_flter .filter-sort a.down.active {
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    background-color: #fff;
    background-position: right 15px top 13px;
    border: 2px solid #0086d3;
    padding: 8px 12px;
    color: #333;
  }
  #used_cars_flter .filter-sort a.down.active {background-position: right 15px top -44px;}
  #used_cars_flter .filter-bottom > div.filter-count {
    width: 100%;
    padding: 0 20px 0 0;
    width: 100%;
    position: relative;
    top: 173px;
    font-size: 20px;
    line-height: 20px;
  }
  #used_cars_flter .filter-count span {
    font-size: 20px;
  }

  .filter-top .reset-form:after {
    background-image: url("../images/filter_sprite.png");
    background-position: 0 -40px;
    height: 17px;
    right: 10px;
    top: 17px;
    width: 16px;
  }
  #list_items .mz_address {
    width: 400px;
    margin: 12px 0;
    border-right: none;
  }
  #list_items .mz_contacts,
  #list_items .mz_time {margin: 0 ;}
  #list_items .mz_dilerlink {
    width: 400px;
    margin-top: 10px;
    padding-left: 20px;
  }
  #list_items .mz_address p {
    font-size: 16px;
    color: #A5B0B6;
  }
  #list_items .drop_info div h3 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    line-height: 30px;
  }
  #list_items .drop_info div p {
    color: #A5B0B6;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
  }
  #list_items .drop_info div p span {
    color: #A5B0B6;
    display: block;
    float: left;
    width: 60px;
    font-size: 16px;
    margin-right: 15px;
  }
  #list_items .drop_info .mz_contacts {
    width: 190px;
    padding-left: 20px;
    padding-right: 10px;
  }
  #list_items .drop_info .mz_contacts p {
    color: #666666;
    font-weight: bold;
    font-size: 16px;
    padding-left: 35px;
    background-image: url("../images/contacts_sprite.png");
    background-repeat: no-repeat;
    height: 21px;
  }
  #list_items .drop_info .mz_contacts p:first-child {background-position: 0 5px;}
  #list_items .drop_info .mz_contacts p:last-child {background-position: 2px -33px;}
  #list_items .drop_info .mz_contacts p span {display: none;}
  #list_items .drop_info .mz_contacts p a {float: left;}
  #list_items .drop_info .mz_time {
    width: 190px;
    padding-left: 10px;
  }
  #list_items .drop_info .mz_time p {
    color: #666666;
    font-weight: bold;
    font-size: 16px;
  }
  #list_items .drop_info .mz_time p span {width: 70px;}
  #list_items .mz_dilerlink a {
    height: 50px;
    margin-top: 5px;
    padding: 0 0 2px 20px;
    font-size: 22px;
    line-height: 50px;
  }

  #list_items .mz_dilerlink a:after {
    background-image: url("../images/mob-select-arr.png");
    background-position: 0 -91px;
    height: 13px;
    right: 18px;
    top: 18px;
    width: 7px;
  }
  .mz_advantages {
    margin: 30px 0 20px;
    width: auto;
    min-width: 340px;
    padding-bottom: 0;
  }
  .mz_advantages p {
    border-bottom: 2px solid #d8e3ea;
    margin-bottom: 20px;
  }
  .mz_advantages ul li {
    border: none;
    width: 50%;
    height: 60px;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    font-family: 'InterstateMazdaBold', 'Helvetica', 'Arial', sans-serif;
    color: #7b7c7c;
  }
  .mz_advantages ul li span {
    float: left;
    margin-right: 20px;
  }

  /***** Popup 480 *****/
  #popup_reserv {
    width: auto;
    margin: 0 14px;
  }
  #popup_reserv .res_header {
    height: auto;
    line-height: 25px;
    padding: 20px 0;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    font-family: 'InterstateMazdaBold', 'Helvetica', 'Arial', sans-serif;
  }
  #popup_reserv .popup_content{
    padding: 10px 20px 30px;
  }
  #popup_reserv .popup_content label {
    width: 100%;
    font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    text-align: center;
  }
  #popup_reserv .popup_content input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 10px;
    margin-bottom: 12px;
    border: 2px solid #e1e1e1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #popup_reserv .popup_content .mz_vin {
    height: 67px;
    font-size: 21px;
    line-height: 67px;
  }
  #popup_reserv .popup_content button {
    width: 100%;
    font-family: "InterstateMazdaRegular","Helvetica","Arial",sans-serif;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
  }
  #popup_reserv .popup_content button:after {
    background-image: url("../images/ic4_white.png");
    background-position: -13px 36px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 16px;
    top: 15px;
    width: 26px;
  }
  #popup_reserv .mz_info {
    font-size: 20px;
    line-height: 100%;
    margin: 0px 20px;
    padding: 10px;
  }
  #popup_reserv .mz_info_icon {
    margin-left: 0;
    margin-right: -8px;;
    margin-top: 3px;
  }
  .mfp-close {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #FFF;
    font-size: 22px;
  }
  .mfp-close-btn-in .mfp-close {color: #adadad !important;}
  .owl-theme .owl-controls .owl-buttons {margin-top: 0;}
  #used_cars_flter .slct_container.colors {
      margin-bottom: 21px;
  }
  .new_cars_flter .filter-top .range_volume, .new_cars_flter .filter-top .clr {
      padding: 0;
  }
  .new_cars_flter .slct_container.range_price {
      padding: 0;
      width: 100%;
  }
}

@media only screen and (max-width : 479px) {
  .filter-top .reset-form:after {background-image: none;}
  .mod_eng {
    margin: 0;
    width: 100%;
  }
  .mz_detail {
    position: static;
    width: 100%;
  }
  .dist_yr, .reg_col {width: 100%;}
  .drop_link {top: 110px;}
  #list_items .drop_info {top: 268px;}
  #list_items .mz_address {
    width: auto;
    padding: 0 20px;
  }
  #list_items .drop_info .mz_contacts,
  #list_items .drop_info .mz_time,
  #list_items .mz_dilerlink {
    width: 100%;
    padding: 0 20px;
    margin: 0 0 12px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  #list_items .drop_info .mz_contacts p {height: auto;}
  #list_items .mz_contacts p a {width: 100%;}
  #list_items .mz_dilerlink a,
  .mz_dealer_info .mz_dilerlink a {padding: 0 0 2px; text-align: center;}
  #list_items .mz_dilerlink a:after,
  .mz_dealer_info .mz_dilerlink a:after {background-image: none;}

  .mz_advantages {
    min-width: 0;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mz_dealer_info {min-width: 0;}
  .mz_dealer_info .mz_contacts,
  .mz_dealer_info .mz_time {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .mz_dealer_info .mz_time {margin-top: 10px;}

  .mz_advantages p {
    height: auto;
    padding: 15px 0 10px;
  }
  .mz_advantages p .adv_title,
  .mz_advantages p .mz_next_logo {
    width: 100%;
    float: none;
  }
  .mz_advantages ul li {
    width: 100%;
    height: auto;
  }
  .item-block-params {min-width: 0;}
  .owl_slider {padding-bottom: 0;}
  .mz_thumbs {display: none;}
  .owl-theme .owl-controls {display: none !important;}
  .item-block {padding-bottom: 10px;}
}
@media only screen and (max-width : 450px) {
  .filter-top .reset-form:after {
    background-position: 0 -40px;
    content: "";
    display: block;
    height: 17px;
    position: absolute;
    right: 17px;
    top: 17px;
    width: 17px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 380px) {
  .owl_slider .owl-theme .owl-controls .owl-buttons i {margin-top: 29%;}
}








@media print {

  body {background: #fff;}
  .gray {background: #fff;}
  header.row {display: none;}
  #logo {display: none;}
  .hero-wrapper {display: none;}
  .aspnetForm {display: none;}
  .panel,
  .item-block-left .backlink {display: none;}
  #wrapper, .wrap {width: 650px;}
  .row .row_content {width: 650px;}
  .item-block {padding-bottom: 0px;}
  .secondaryCarNav .firstRow {background: none; min-height: 53px;}
  .secondaryCarNav .spanTitle {color: #000!important; padding: 0 40px 0 0;}
  .cars-info .mz_car_reserv {display: none;}
  .cars-info .mz_car_price{float: right; width: auto;}
  .cars-info .mz_car_price p {color: #000;}
  .item-block-left {float: none; width: 100%;}
  .params-name {color: #000;}
  .params-name > div,
  .params-value > div {padding: 3px 0; color: #000;}
  .item-block-left .params {height: 30px; width: 100%; float: none;}
  .mz_dealer_info {width: 95%; float: none; height: 151px; margin-top: 10px;}
  .mz_dealer_info .mz_dilerlink {display: none;}
  .mz_dealer_info .mz_address {width: 100%; max-width: 100%;}
  .mz_advantages {float: none; height: 100px; width: 596px; border: 1px solid #d8e3ea; padding: 0; margin: 10px; clear: both;}
  .mz_advantages p,
  .mz_advantages ul li {color: #000;padding-top: 12px; height: 56px;}
  .mz_advantages p {height: 23px;padding: 10px 20px; border-bottom: 1px solid #d8e3ea;}
  .mz_advantages img {display: none;}
  .mz_advantages ul li span {display: none;}
  .mz_advantages p .mz_next_logo {display: none;}
  .item-block-right {float: left; padding-left: 0;}
  .owl_slider {padding-bottom: 20px; height: 373px; float: none; position: static; clear: both; page-break-after: always;}
  .mz_thumbs {display: none;}
  .owl-theme .owl-controls .owl-buttons {display: none;}
  #params1, #params2 {float: none; position: static; width: 600px !important; overflow: visible;}
  #footer {display: none;}
  .item-block-params .isotope-item div:before {background: none;}
  .j-show-item-content_ {display: none;}
  .item-content-preview, .item-content-all {padding-left: 27px; width: 600px; clear: both; display: inline;width: 600px; }
  .secondRow.fixed, .secondRow-info.fixed, .thirdRow.fixed {position: static !important;}
  .item-block-params .isotope-item {
    position:relative !important;
    display:block !important;
    left:0 !important;
    top:auto !important;
    float:left;}
  .item-block-params .isotope-item div {display: list-item; padding: 6px 20px 6px 0;}
}

/*** dealers ***/

.dealers #list_items .car_list_item:hover {
  background-color: #4a606d;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.dealers #list_items .mz_item:hover{
  border-bottom: none;
}


.dealers.filter-top .range_price{
  padding-right: 12px;
}

.dealers.filter-top .range_distance{
  padding-left: 12px;
}

.dealers.filter-top .modl{
    width: 100%;
}

.dealers.filter-top .dlr,
.dealers.filter-top .clr,
.dealers.filter-top .segments,
.dealers.filter-top .range_distance,
.dealers.filter-top .range_year,
.dealers.filter-top .range_volume,
.dealers.filter-top .range_price,
.dealers.filter-top .form_res {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.dealers.filter-top .reset-form{
  margin-top: -5px;
}

#used_cars_flter .dealers.filter-top{
  padding-bottom: 0px;
}

#used_cars_flter .dealers .slct_container {margin-bottom: 25px;}

#used_cars_flter .dealers.filter-top  .slct_block {
  width: 25%;
}

#used_cars_flter .dealers.filter-top  .range_block {
  width: 75%;
}

.mz_next {width: 160px;}
.mz_next {
  float: left;
  margin-right: 20px;
  display: inline-block;
}

.dealers .mz_model{
  width: 100px;
}

.dealers .slct_container.form_res{
  float: right;
}

.mzdnext label{
  float: right;
  padding-right: 80px;
}

.dealers .owl_slider{
  padding-bottom: 22px;
}

@media only screen and (max-width : 480px) {
  .filter-top .modl,
  .filter-top .dlr,
  .filter-top .clr,
  .filter-top .segments,
  .filter-top .range_distance,
  .filter-top .range_year,
  .filter-top .range_volume,
  .filter-top .form_res,
  #used_cars_flter .dealers.filter-top .range_block,
  #used_cars_flter .dealers.filter-top .slct_block,
  #used_cars_flter .dealers .slct_container
  {
    width: 100%;
    padding: 0;
  }

  .filter-top .slct_container,
  .filter-top .range_block{
    clear: both;
  }

  .filter-top input[type="checkbox"]{
    left: auto !important;
  }

  .mzdnext label{
    float: left;
    padding-right: 10px;
  }

}
