body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@font-face {
  font-family: 'fontello';
  src: url('../../bundles/pdirmobilede/vendor/fontello/font/fontello.eot?6021313');
  src: url('../../bundles/pdirmobilede/vendor/fontello/font/fontello.eot?6021313#iefix') format('embedded-opentype'),
       url('../../bundles/pdirmobilede/vendor/fontello/font/fontello.woff2?6021313') format('woff2'),
       url('../../bundles/pdirmobilede/vendor/fontello/font/fontello.woff?6021313') format('woff'),
       url('../../bundles/pdirmobilede/vendor/fontello/font/fontello.ttf?6021313') format('truetype'),
       url('../../bundles/pdirmobilede/vendor/fontello/font/fontello.svg?6021313#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../../bundles/pdirmobilede/vendor/fontello/font/fontello.svg?6021313#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-ok:before { content: '\e800'; } /* '' */
.icon-road:before { content: '\e801'; } /* '' */
.icon-picture:before { content: '\e802'; } /* '' */
.icon-truck:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e804'; } /* '' */
.icon-phone:before { content: '\e805'; } /* '' */
.icon-globe:before { content: '\e806'; } /* '' */
.icon-filter:before { content: '\f0b0'; } /* '' */
.icon-sort:before { content: '\f0dc'; } /* '' */
.icon-gauge:before { content: '\f0e4'; } /* '' */
.icon-cab:before { content: '\f1b9'; } /* '' */
.icon-motorcycle:before { content: '\f21c'; } /* '' */
.icon-calendar-times-o:before { content: '\f273'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.md-filters {
  background: #7abfbc;
  margin-bottom: 30px;
  border: 0;
  padding: 15px;
  color: #fff;
}

.md-filters a {
  color: #fff;
  font-size: .9em;
  margin: 10px 0;
  display: block;
  text-align: center;
}

.md-filters button,
.md-filters select,
.md-filters input {
  background: #fff;
  border: 0;
  color: #7B7B7B;
  padding: 5px;
}

.md-filters select {
  min-width: 110px;
  width: 70%;
}

.md-filters .select-container {
  width:50%;
  float: left;
  margin-top: 10px;
  padding: 5px;
  box-sizing: border-box;
}

.md-filters .select-container label,
.md-filters .checkbox-group > label,
.md-filters .range-slider label {
  display: inline;
  float: left;
  width: 30%;
  font-weight: bold;
}

.md-filters .checkbox-group {
  clear: both;
  padding: 5px;
  box-sizing: border-box;
}

.md-filters .checkbox-group > label {
  width: 7.5%;
}

.md-filters .checkbox-group ul {
  clear: left;
  padding: 10px 0;
}

.md-filters .checkbox-group li {
  float: left;
  margin-right: 15px;
  list-style-type: none;
}

.md-filters .checkbox-group li label {
  width: inherit;
}

.md-filters .md-filters-header .md-filter-sort i {
  float: left;
  display: inline-block;
  margin-top: 6px;
  color: #fff;
}

.md-filters .md-filters-body {
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  clear: both;
}

.md-filters .btn-shuffle {
  position: absolute;
  right: 25px;
  margin-top: -10px;
}

.md-filters .checkbox-group li.hide {
  opacity: 0;
  width: 0;
  margin: 0;
  visibility: hidden;
}

.md-filters .checkbox-group li:not(.hide) {
  opacity: 1;
  width: inherit;
  visibility: visible;
  transition: all .3s;
}

.md-ad-box {
  padding: 0px;
  margin: 0px 0.5% 30px 0.5%;
  border-radius: 0px;
  border: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.md-ad-box .image {
  overflow: hidden;
  height: 200px;
}

.md-ad-box .image img {
  width: 100%;
}

.content-area {
  padding: 70px 0px 70px;
}

.car-grid {
  background: #f5f5f5;
}

.md-ad-box:hover {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
}

.md-ad-box .detail {
  padding: 20px;
  background: #fff;
  color: #7B7B7B;
  position: relative;
  min-height: 356px;
}

.md-ad-box .detail header {
  padding-bottom: 17px;
  margin-bottom: 17px;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.md-ad-box .detail header h5 {
  margin: 0px 0px 5px;
  border: none;
  padding: 0px;
  float: left;
  font-weight: 600;
  text-decoration: none;
  font-size: 17px;
  color: #7abfbc;
  width: 100%;
}

.md-ad-box .detail header h5:hover {
  color: #7B7B7B;
}

.md-ad-box .detail header .custom-list {
  padding: 0;
  margin: 0;
  overflow: hidden;
  float: left;
  min-height: 40px;
  width: 100%;
}

.md-ad-box .detail header .custom-list li {
  font-size: 10px;
  list-style: none;
  display: inline-block;
  padding-right: 5px;
  text-transform: uppercase;
  font-weight: 600;
}

.md-ad-box .detail header .custom-list li i {
  font-size: 1.4em;
}

.md-ad-box .detail header .custom-list li a {
  text-decoration: none;
  color: #7B7B7B;
}

.md-ad-box .price {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-weight: 600;
  display: block;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.8);
  background: #7ABFBC;
  width: 100%;
  left: 0;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}

.md-ad-box .detail p {
  margin: 0px 0px 17px;
  font-size: 0.9em;
  line-height: 20px;
}

.md-ad-box .detail .facilities-list {
  padding: 0px;
  margin: 0px;
}

.md-ad-box .detail .features-list li {
  list-style: none;
  width: 50%;
  float: left;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 15px;
}

.md-ad-box .detail .features-list li i {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 500;
}

.md-ad-box-overlap-wrapper {
  box-sizing: border-box;
  display: none;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
  text-align: center;
  color: #FFF;
  padding: 80px 25px 25px;
  left: 0px;
  top: 0px;
  webkit-transition: all 0.9s ease-in-out;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -ms-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
}

.md-ad-box:hover .md-ad-box-overlap-wrapper {
  display: block;
  top: 0px;
  cursor: pointer;
}

.md-ad-box-overlap-wrapper h2 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0px;
}

.md-ad-box-overlap-wrapper h4 {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
}

.md-ad-box-overlap-wrapper i {
  color: #fff;
  font-size: 2.5em;;
}

.list .md-ad-box {
  box-sizing: border-box;
  margin: 0 0 30px 0;
  width: 100%;
  float: none;
  min-height: inherit;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
}

.list .md-ad-box:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}

.list .md-ad-box .image {
  float: left;
  width: 35%;
}

.list .md-ad-box .detail {
  box-sizing: border-box;
  float: left;
  width: 65%;
  padding: 20px 30px 20px 30px;
  height: 223px;
}

.list .md-ad-box .detail p {
  width: 100%;
  float: left;
}

.list .md-ad-box .detail .features-list {
  float: left;
  margin-top: 5px;
}

.list .md-ad-box .detail .features-list li {
  width: 100%;
}

.list .md-ad-box .detail h5 {
  width: 100%;
  min-height: inherit;
}

.features-list {
  width: 100%;
  padding: 0;
}

.win.chrome .md-ad-box-overlap-wrapper {
  width: 101%;
}

.md-ad-box .detail header .custom-list li:not(.last) {
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
}

.md-no-result {
  display:none;
  float: left;
}

.custom-list li:not(.last):after {
  position: absolute;
  content: "/";
  right: 0;
  bottom: -1px;
  font-size: 13px;
}

/* Detail */
.md-detail {
  color: #787878;
  line-height: normal;
}

.md-detail a {
  color: #7ABFBC;
}

.md-detail .md-detail-left {
  float: left;
  width: 70%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0 10px 0 0;
  box-sizing: border-box;
}

.md-detail .md-detail-right {
  float: right;
  width: 30%;
}

.md-detail .md-detail-box {
  background: #f5f5f5;
  padding: 12px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
  overflow: hidden;
}

.md-detail h2 {
  font-size: 1.5em;
}

.md-detail .md-detail-right h2 {
  color: #7ABFBC;
  text-transform: uppercase;
}

.md-detail .md-detail-header {
  background: #7ABFBC;
  padding: 20px;
  color: #fff;
  margin-bottom: 30px;
}

.md-detail .md-detail-header i {
  margin-right: 15px;
  font-size: 1.3em;
}

.md-detail .md-detail-header h1 {
  display: inline;
  font-size: 1.5em;
}

.md-detail .md-detail-header .price {
  float: right;
  font-size: 1.5em;
  font-weight: bold;
}

.md-detail .detail-list {
  margin: 0;
  padding: 0;
}

.md-detail .detail-list li {
  list-style: none;
  padding: 8px 0px;
  line-height: 1.2em;
  border-bottom: 1px dotted #DDD;
  text-align: left;
  font-weight: bold;
  display: flex;
  margin: 0;
}

.md-detail .detail-list li:last-child {
  border: 0;
}

.md-detail .detail-list li span {
  font-weight: normal;
  float: left;
  width: 50%;
}

.md-detail-description {
  padding: 20px 0;
  line-height: normal;
}

.md-detail-left h2 {
  background: #7ABFBC;
  padding: 5px 20px;
  color: #fff;
  margin-bottom: 10px;
}

.md-detail-description b {
  font-size: 1.2em;
}

.md-detail-description ul li {
  margin-left: 25px;
  list-style-type: initial;
}

.additional-form .ce_form {
  margin: 0;
}

.additional-form .ce_form input,
.additional-form .ce_form button,
.additional-form .ce_form textarea,
.additional-form .ce_form select {
  border: 0;
}

.additional-form .ce_form .widget {
  margin-bottom: 5px;
}

.md-detail .slider-wrapper > div {
  height: 400px;
}

.md-detail .content-slider img {
  margin: 0 auto;
  display: table;
}

.md-detail .features li {
  width: 50%;
  float: left;
  margin: 0;
  border: none;
}

.md-detail .features li span {
  width: 100%;
}

.md-detail input.text, .md-detail form textarea {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  font-size: 14px;
  font-family: inherit;
}

.md-detail input.text:focus, .md-detail form textarea:focus {
  outline: 0;
}

.md-detail form div.mandatory > input:focus {
  border: none;
  color: inherit;
}

/* Range Slider */
.md-filters .range-slider {
  clear: left;
  padding: 5px;
  width: 32.5%;
  display: inline-block;
  box-sizing: border-box;
}

.md-filters .range-slider label {
  width: inherit;
  margin-bottom: 15px;
}

.md-filters .range-slider input {
  background: none;
  border: none;
  font-weight: bold;
  color: #fff;
  font-size: inherit;
  display: none;
}

.md-filters .range-slider .ui-widget.ui-widget-content {
  border: none;
  width: 95%;
  display: inline-block;
  margin: 30px 8px;
}

.md-filters .range-slider .ui-widget-header {
  background: #f2f2f2;
}

.md-filters .range-slider .ui-state-default {
  background: #f2f2f2;
  border-radius: 100%;
  padding: 0 0.5px;
}

.md-filters .range-slider .ui-state-default:focus {
  outline: 0;
  border: 1px solid #c5c5c5;
}

.md-filters .range-slider .min {
  padding-right: 20px;
}

.md-filters .range-slider .max {
  padding-left: 20px;
}

.ui-slider-handle:nth-of-type(1):after, .ui-slider-handle:nth-of-type(2):after {
  position: absolute;
  background: #fff;
  text-align: center;
  font-size: 0.7rem;
  padding: 5px;
  color: #000;
  border-radius: 5px;
}

.ui-slider-handle:nth-of-type(1):after {
  top: -32px;
  left: 0;
}

.ui-slider-handle:nth-of-type(2):after {
  bottom: -32px;
  right: 0;
}

#priceSlider .ui-slider-handle:nth-of-type(1):after {
  content: attr(data-price-min);
}

#priceSlider .ui-slider-handle:nth-of-type(2):after {
  content: attr(data-price-max);
}

#powerSlider .ui-slider-handle:nth-of-type(1):after {
  content: attr(data-power-min);
}

#powerSlider .ui-slider-handle:nth-of-type(2):after {
  content: attr(data-power-max);
}

#mileageSlider .ui-slider-handle:nth-of-type(1):after {
  content: attr(data-mileage-min);
}

#mileageSlider .ui-slider-handle:nth-of-type(2):after {
  content: attr(data-mileage-max);
}

.md-ads .hidden {
  display: none;
}

.only-filter .md-filters .md-filters-body {
  margin-top: 0;
}

.md-ads .clearfix:after {
  clear: both;
}

.energy-class-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.energy-class-label .left-col {
  width: 40%;
}

.energy-class-label .left-col .label {
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.energy-class-label .right-col {
  width: 60%;
  padding-left: 40px;
}

.energy-class span {
  color: #fff;
  margin: 5px 0;
  padding: 0 10px;
  font-size: .8em;
  position: relative;
  height: 25px;
  display: flex;
  align-items: center;
}

.energy-class {
  position: relative;
}

.energy-class.active:after {
  position: absolute;
  width: 40px;
  right: 0;
  top: 0;
  height: 25px;
  background: #333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  font-size: .8em;
}

.energy-class.active:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 15px 12.5px 0;
  border-color: transparent #333 transparent transparent;
  right: 40px;
  top: 0;
}

.energy-class span:after {
  content: "";
  position: absolute;
  right: -17px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 15px;
  border-color: transparent transparent transparent #fff;
}

.energy-class.class-a-plus-plus-plus span {
  background: #009848;
  width: 30%;
}

.energy-class.class-a-plus-plus-plus span:after {
  border-left-color: #009848;
}

.energy-class.class-a-plus-plus-plus.active:after {
  content: "A+++";
}

.energy-class.class-a-plus-plus span {
  background: #009849;
  width: 35%;
}

.energy-class.class-a-plus-plus span:after {
  border-left-color: #009849;
}

.energy-class.class-a-plus-plus.active:after {
  content: "A++";
}

.energy-class.class-a-plus span {
  background: #4eae46;
  width: 40%;
}

.energy-class.class-a-plus span:after {
  border-left-color: #4eae46;
}

.energy-class.class-a-plus.active:after {
  content: "A+";
}

.energy-class.class-a span {
  background: #b9d237;
  width: 45%;
}

.energy-class.class-a.active:after {
  content: "A";
}

.energy-class.class-a span:after {
  border-left-color: #b9d237;
}

.energy-class.class-b span {
  background: #b9d237;
  width: 50%;
}

.energy-class.class-b span:after {
  border-left-color: #b9d237;
}

.energy-class.class-b.active:after {
  content: "B";
}

.energy-class.class-c span {
  background: #fff104;
  width: 55%;
  color: #000;
}

.energy-class.class-c span:after {
  border-left-color: #fff104;
}

.energy-class.class-c.active:after {
  content: "C";
}

.energy-class.class-d span {
  background: #e3672a;
  width: 60%;
}

.energy-class.class-d span:after {
  border-left-color: #e3672a;
}

.energy-class.class-d.active:after {
  content: "D";
}

.energy-class.class-e span {
  background: #d7222b;
  width: 65%;
}

.energy-class.class-e span:after {
  border-left-color: #d7222b;
}

.energy-class.class-e.active:after {
  content: "E";
}

.energy-class.class-f span {
  background: #d7222b;
  width: 70%;
}

.energy-class.class-f span:after {
  border-left-color: #d7222b;
}

.energy-class.class-f.active:after {
  content: "F";
}

.energy-class.class-g span {
  background: #d7222b;
  width: 75%;
}

.energy-class.class-g span:after {
  border-left-color: #d7222b;
}

.energy-class.class-g.active:after {
  content: "G";
}

.pseudo-price {
  text-decoration: line-through;
  font-size: .8em;
  margin-left: 10px;
}

.md-ads .gross-price, .md-ads .net-price {
  display: block;
  margin-bottom: 5px;
}

.md-ads .gross-price:last-child, .md-ads .net-price:last-child {
  margin-bottom: 0;
}

.md-ads .price-label {
  font-size: .8em;
  font-weight: 300;
  display: block;
}

.md-filters.open-filters .md-filters-body {
  display: block;
}

.md-filters.open-filters #showFilters {
  display: none;
}

.md-filters.open-filters .md-filters-header .md-filter-sort {
  float: none;
  text-align: right;
}

.md-filters.open-filters .md-filters-header .md-filter-sort i {
  float: none;
}

.md-filters.open-filters .md-filters-header .md-filter-sort select {
  width: auto;
}

.md-filters-header {
  float: right;
  padding-bottom: 15px;
}

.md-filter-sort.button-group {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media (min-width: 768px) {
  .md-ad-box {
    width: 49%;
    float: left;
  }
}

@media (min-width: 980px) {
  .md-ad-box {
    width: 32%;
    min-height: 485px;
  }

  .md-ad-box .detail header h5 {
    min-height: 75px;
  }
}

@media (max-width: 979px) {
  .md-detail .md-detail-left {
    width: 100%;
    float: none;
    padding: 0;
  }

  .md-detail .md-detail-right {
    width: 100%;
    float: none;
  }

  .md-detail-description {
    padding: 0;
  }

  .md-detail .md-detail-header .price {
    position: absolute;
    bottom: -53px;
    color: #7ABFBC;
    left: 50%;
    background: #fff;
    border: 2px solid #7ABFBC;
    padding: 5px 15px;
    width: 180px;
    font-size: 1.2rem;
    text-align: center;
    margin-left: -90px;
    box-sizing: border-box;
  }

  .md-detail .md-detail-header {
    position: relative;
    overflow: visible;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .md-detail .slider-wrapper > div {
    height: unset;
  }

  .md-detail .content-slider img {
    max-height: 300px;
  }

  .md-detail .slider-control .slider-prev, .md-detail .slider-control .slider-next {
    margin: 0;
    font-size: 1em;
    position: absolute;
    top: 10px;
    padding: 2px 5px;
  }

  .md-detail .slider-control .slider-menu {
    font-size: 3em;
    line-height: 1.6em;
    margin-top: 15px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
  }

  .md-filters .range-slider {
    width: 100%;
  }

  .md-filters .range-slider .ui-state-default {
    width: 25px;
    height: 25px;
    top: -8px;
  }

  .md-filters .range-slider .ui-widget.ui-widget-content {
    width: 90%;
    margin: 15px 5px;
  }

  .ui-slider-handle:nth-of-type(1):after {
    left: 0;
  }

  .ui-slider-handle:nth-of-type(2):after {
    right: 0;
  }

  .range-slider .min, .range-slider .max {
    display: none;
  }

  .list .md-ad-box .image, .list .md-ad-box .detail, .list .md-ad-box .detail p {
    width: 100%;
  }

  .list .md-ad-box .detail {
    height: inherit;
    background: #f2f2f2;
  }

  .list .md-ad-box .detail .features-list li {
    width: 50%;
  }

  .md-ad-box .image {
    min-height: inherit;
    padding-bottom: 20px;
  }

  .md-ad-box .detail {
    min-height: inherit;
  }
}

@media (max-width: 600px) {
  .energy-class-label .left-col {
    width: 100%;
    margin-bottom: 20px;
  }

  .energy-class-label .right-col {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 500px) {
  .md-detail .content-slider img {
    max-height: 250px;
  }

  .md-detail .features li {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .md-detail .content-slider img {
    max-height: 200px;
  }
}

@media (max-width: 300px) {
  .md-detail .content-slider img {
    max-height: 150px;
  }
}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
.slick-list,.slick-slider{position:relative;display:block}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-initialized .slick-slide,.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
