.video_gallery_href {
  display: block;
}

.video_gallery_href::after {
  content: url('data:image/svg+xml,<svg style="padding-left: 5px;" width="29" height="24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path fill="white" d="M23 12l-22 12v-24l22 12zm-21 10.315l18.912-10.315-18.912-10.315v20.63z"/></svg>');
  width: 66px;
  height: 46px;
  background-color: #AC9C6C;
  border-radius: 100px;
  position: absolute;
  z-index: 111;
  padding-top: 20px;
  text-align: center;
  top: 43%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}

@media (min-width: 1000px) and (max-width: 1300px) {
  body.klasjet-theme .fleet-slider.ww-zoom-150 .fleet-item .fleet-item-inner .fleet-item-title {
    font-size: 25px;
    line-height: 30px;
  }
}
/**
 * Lists (documents)
 */
.pp-text-nested-lists ol {
  counter-reset: item;
}
.pp-text-nested-lists ol > li {
  display: block;
  position: relative;
  padding-left: 30px;
}
.pp-text-nested-lists ol > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: -5px;
}
.pp-text-nested-lists ol li, .pp-text-nested-lists ul li {
  margin-top: 7px;
  margin-bottom: 7px;
}
.pp-text-nested-lists ul > li {
  list-style: lower-alpha;
}
.pp-text-nested-lists ul > li.no-list-style,
.pp-text-nested-lists .no-list-style {
  list-style: none !important;
  margin-left: -15px;
}
.pp-text-nested-lists ol {
  margin-left: 10px !important;
  margin-left: 20px !important;
}
.pp-text-nested-lists .wpb_wrapper > ol {
  margin-left: 5px !important;
}
.pp-text-nested-lists .wpb_wrapper > ol > li {
  padding-left: 20px;
}

/*# sourceMappingURL=style-rewrites.css.map */
