.cmshtml {
  /* CSS Document */
  /* Preload images */
  /*
 * Container style
 */
  /*
 * Scrollbar rail styles
 */
  /*
 * Scrollbar thumb styles
 */
  /* MS supports */
  /*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
  /*!
*  - v1.5.0
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
  /** THEME
===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
  /* prev next */
  /*slider-pro*/
  /*shop3*/
}

.cmsbody:after {
  content: url(../img/close.svg) url(../img/loading.gif) url(../img/lightbox-prev.svg) url(../img/lightbox-next.svg);
  display: none;
}

.cmsbody.lb-disable-scrolling {
  overflow: hidden;
}

.cmshtml .lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.cmshtml .lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.cmshtml .lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.cmshtml .lightbox a img {
  border: none;
}

.cmshtml .lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.cmshtml .lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.cmshtml .lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.cmshtml .lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.cmshtml .lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.cmshtml .lb-container > .nav {
  left: 0;
}

.cmshtml .lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.cmshtml .lb-prev, .cmshtml .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.cmshtml .lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox-prev.svg) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.cmshtml .lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cmshtml .lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox-next.svg) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.cmshtml .lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cmshtml .lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cmshtml .lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.cmshtml .lb-data {
  padding: 0 4px;
  color: #ccc;
}

.cmshtml .lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.cmshtml .lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
}

.cmshtml .lb-data .lb-caption a {
  color: #fff;
}

.cmshtml .lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.cmshtml .lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.svg) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.cmshtml .lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.cmshtml .ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.cmshtml .ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.cmshtml .ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.cmshtml .ps--active-x > .ps__rail-x,
.cmshtml .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.cmshtml .ps:hover > .ps__rail-x,
.cmshtml .ps:hover > .ps__rail-y,
.cmshtml .ps--focus > .ps__rail-x,
.cmshtml .ps--focus > .ps__rail-y,
.cmshtml .ps--scrolling-x > .ps__rail-x,
.cmshtml .ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.cmshtml .ps__rail-x:hover,
.cmshtml .ps__rail-y:hover,
.cmshtml .ps__rail-x:focus,
.cmshtml .ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}

.cmshtml .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.cmshtml .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.cmshtml .ps__rail-x:hover > .ps__thumb-x,
.cmshtml .ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.cmshtml .ps__rail-y:hover > .ps__thumb-y,
.cmshtml .ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .cmshtml .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cmshtml .ps {
    overflow: auto !important;
  }
}

.cmshtml .drawer-open {
  overflow: hidden !important;
}

.cmshtml .drawer-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.cmshtml .drawer-brand {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.cmshtml .drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cmshtml .drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #222;
}

.cmshtml .drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.cmshtml .drawer-overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.cmshtml .drawer-open .drawer-overlay {
  display: block;
}

.cmshtml .drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cmshtml .drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.cmshtml .drawer--top .drawer-hamburger, .cmshtml .drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

.cmshtml .drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cmshtml .drawer--left .drawer-hamburger, .cmshtml .drawer--left.drawer-open .drawer-nav, .cmshtml .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.cmshtml .drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

.cmshtml .drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.cmshtml .drawer--right .drawer-hamburger, .cmshtml .drawer--right.drawer-open .drawer-nav, .cmshtml .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.cmshtml .drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

.cmshtml .drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.cmshtml .drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.cmshtml .drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.cmshtml .drawer-hamburger-icon, .cmshtml .drawer-hamburger-icon:after, .cmshtml .drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.cmshtml .drawer-hamburger-icon:after, .cmshtml .drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.cmshtml .drawer-hamburger-icon:after {
  top: 10px;
}

.cmshtml .drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.cmshtml .drawer-open .drawer-hamburger-icon:after, .cmshtml .drawer-open .drawer-hamburger-icon:before {
  top: 0;
}

.cmshtml .drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cmshtml .drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cmshtml .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.cmshtml .sr-only-focusable:active, .cmshtml .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

.cmshtml .drawer--sidebar, .cmshtml .drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 1260px) {
  .cmshtml .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .cmshtml .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  .cmshtml .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .cmshtml .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  .cmshtml .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .cmshtml .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  .cmshtml .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .cmshtml .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .cmshtml .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .cmshtml .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  .cmshtml .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

.cmshtml .drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.cmshtml .drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.cmshtml .drawer-navbar {
  z-index: 3;
  top: 0;
  width: 100%;
}

.cmshtml .drawer-navbar--fixed {
  position: fixed;
}

.cmshtml .drawer-navbar-header {
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 .75rem;
  text-align: center;
}

.cmshtml .drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.cmshtml .drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.cmshtml .drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.cmshtml .drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 1260px) {
  .cmshtml .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .cmshtml .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .cmshtml .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .cmshtml .drawer-navbar .drawer-menu li {
    float: left;
  }
  .cmshtml .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cmshtml .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .cmshtml .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cmshtml .drawer-navbar .drawer-menu {
    padding: 0;
  }
  .cmshtml .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .cmshtml .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
}

.cmshtml .drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.cmshtml .drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.cmshtml .drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.cmshtml .drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

.cmshtml .drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

.cmshtml .drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: opacity .2s ease,-webkit-transform .2s ease;
  transition: transform .2s ease,opacity .2s ease;
  transition: transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.cmshtml .drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cmshtml .drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1260px) {
  .cmshtml .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .cmshtml .drawer-container {
    max-width: 70rem;
  }
}

.cmshtml .slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.cmshtml .sp-slides-container {
  position: relative;
}

.cmshtml .sp-mask {
  position: relative;
  overflow: hidden;
}

.cmshtml .sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.cmshtml .sp-slide {
  position: absolute;
}

.cmshtml .sp-image-container {
  overflow: hidden;
}

.cmshtml .sp-image {
  position: relative;
  display: block;
  border: none;
}

.cmshtml .sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

.cmshtml .sp-thumbnails-container {
  position: relative;
  overflow: hidden;
  direction: ltr;
}

.cmshtml .sp-bottom-thumbnails, .cmshtml .sp-top-thumbnails {
  left: 0;
  margin: 0 auto;
}

.cmshtml .sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.cmshtml .sp-bottom-thumbnails {
  margin-top: 4px;
}

.cmshtml .sp-left-thumbnails, .cmshtml .sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.cmshtml .sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.cmshtml .sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.cmshtml .sp-thumbnails {
  position: relative;
}

.cmshtml .sp-thumbnail {
  border: none;
}

.cmshtml .sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cmshtml .sp-rtl .sp-thumbnail-container {
  float: right;
}

.cmshtml .sp-bottom-thumbnails .sp-thumbnail-container, .cmshtml .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.cmshtml .sp-bottom-thumbnails .sp-thumbnail-container:first-child, .cmshtml .sp-top-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.cmshtml .sp-bottom-thumbnails .sp-thumbnail-container:last-child, .cmshtml .sp-top-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

.cmshtml .sp-left-thumbnails .sp-thumbnail-container, .cmshtml .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.cmshtml .sp-left-thumbnails .sp-thumbnail-container:first-child, .cmshtml .sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.cmshtml .sp-left-thumbnails .sp-thumbnail-container:last-child, .cmshtml .sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

.cmshtml .sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.cmshtml .sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.cmshtml .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.cmshtml .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.cmshtml .sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.cmshtml .sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.cmshtml .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid red;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.cmshtml .sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid red;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.cmshtml .sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.cmshtml .sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.cmshtml .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  top: 0;
  margin-top: 13px;
}

.cmshtml .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.cmshtml .sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.cmshtml .sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.cmshtml .sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid red;
  bottom: 0;
  margin-bottom: 13px;
}

.cmshtml .sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid red;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.cmshtml .sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.cmshtml .sp-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.cmshtml .sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
}

.cmshtml .sp-rounded {
  border-radius: 10px;
}

.cmshtml .sp-padding {
  padding: 10px;
}

.cmshtml .sp-grab {
  cursor: url(images/openhand.cur), move;
}

.cmshtml .sp-grabbing {
  cursor: url(images/closedhand.cur), move;
}

.cmshtml .sp-selectable {
  cursor: default;
}

.cmshtml .sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

.cmshtml .sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.cmshtml .sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cmshtml .sp-full-screen-button:before {
  content: '\2195';
}

.cmshtml .sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.cmshtml .slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

.cmshtml .sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

.cmshtml .sp-rtl .sp-buttons {
  direction: rtl;
}

.cmshtml .sp-full-screen .sp-buttons {
  display: none;
}

.cmshtml .sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.cmshtml .sp-selected-button {
  background-color: #000;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cmshtml .sp-button {
    width: 14px;
    height: 14px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .cmshtml .sp-button {
    width: 16px;
    height: 16px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .cmshtml .sp-button {
    width: 18px;
    height: 18px;
  }
}

.cmshtml .sp-arrows {
  position: absolute;
}

.cmshtml .sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.cmshtml .sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.cmshtml .sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.cmshtml .sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.cmshtml .sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.cmshtml .sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cmshtml .sp-horizontal .sp-previous-arrow {
  left: 20px;
  right: auto;
}

.cmshtml .sp-horizontal .sp-next-arrow, .cmshtml .sp-horizontal.sp-rtl .sp-previous-arrow {
  right: 20px;
  left: auto;
}

.cmshtml .sp-horizontal.sp-rtl .sp-next-arrow {
  left: 20px;
  right: auto;
}

.cmshtml .sp-vertical .sp-previous-arrow {
  top: 20px;
}

.cmshtml .sp-vertical .sp-next-arrow {
  bottom: 20px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.cmshtml .sp-next-arrow:after, .cmshtml .sp-next-arrow:before, .cmshtml .sp-previous-arrow:after, .cmshtml .sp-previous-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.cmshtml .sp-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.cmshtml .sp-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.cmshtml .sp-horizontal.sp-rtl .sp-previous-arrow, .cmshtml .sp-next-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cmshtml .sp-horizontal.sp-rtl .sp-next-arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.cmshtml .ie7 .sp-arrow, .cmshtml .ie8 .sp-arrow {
  width: 0;
  height: 0;
}

.cmshtml .ie7 .sp-arrow:after, .cmshtml .ie7 .sp-arrow:before, .cmshtml .ie8 .sp-arrow:after, .cmshtml .ie8 .sp-arrow:before {
  content: none;
}

.cmshtml .ie7.sp-horizontal .sp-previous-arrow, .cmshtml .ie8.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.cmshtml .ie7.sp-horizontal .sp-next-arrow, .cmshtml .ie8.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.cmshtml .ie7.sp-vertical .sp-previous-arrow, .cmshtml .ie8.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.cmshtml .ie7.sp-vertical .sp-next-arrow, .cmshtml .ie8.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.cmshtml .sp-thumbnail-arrows {
  position: absolute;
}

.cmshtml .sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.cmshtml .sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.cmshtml .sp-bottom-thumbnails .sp-thumbnail-arrows, .cmshtml .sp-top-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.cmshtml .sp-left-thumbnails .sp-thumbnail-arrows, .cmshtml .sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.cmshtml .sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.cmshtml .sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .cmshtml .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cmshtml .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .cmshtml .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  left: 0;
}

.cmshtml .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .cmshtml .sp-top-thumbnails .sp-next-thumbnail-arrow {
  right: 0;
}

.cmshtml .sp-left-thumbnails .sp-previous-thumbnail-arrow, .cmshtml .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0;
}

.cmshtml .sp-left-thumbnails .sp-next-thumbnail-arrow, .cmshtml .sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0;
}

.cmshtml .sp-next-thumbnail-arrow:after, .cmshtml .sp-next-thumbnail-arrow:before, .cmshtml .sp-previous-thumbnail-arrow:after, .cmshtml .sp-previous-thumbnail-arrow:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.cmshtml .sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.cmshtml .sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.cmshtml .sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.cmshtml .sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.cmshtml .ie7 .sp-thumbnail-arrow, .cmshtml .ie8 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.cmshtml .ie7 .sp-thumbnail-arrow:after, .cmshtml .ie7 .sp-thumbnail-arrow:before, .cmshtml .ie8 .sp-thumbnail-arrow:after, .cmshtml .ie8 .sp-thumbnail-arrow:before {
  content: none;
}

.cmshtml .ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .cmshtml .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .cmshtml .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .cmshtml .ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.cmshtml .ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .cmshtml .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .cmshtml .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .cmshtml .ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.cmshtml .ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .cmshtml .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .cmshtml .ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .cmshtml .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.cmshtml .ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .cmshtml .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow, .cmshtml .ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .cmshtml .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.cmshtml a.sp-video {
  text-decoration: none;
}

.cmshtml a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

.cmshtml a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

.cmshtml .slider-pro img.sp-image, .cmshtml .slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.cmshtml .slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.cmshtml .slider-pro canvas, .cmshtml .slider-pro embed, .cmshtml .slider-pro iframe, .cmshtml .slider-pro object, .cmshtml .slider-pro video {
  max-width: none;
  max-height: none;
}

.cmshtml .slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.cmshtml .slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.cmshtml .slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.cmshtml .slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.cmshtml .slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.cmshtml .slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.cmshtml .slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.cmshtml .slider-pro img.sp-layer {
  border: none;
}

.cmshtml .bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.cmshtml .bx-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cmshtml .bxslider {
  margin: 0;
  padding: 0;
}

.cmshtml ul.bxslider {
  list-style: none;
}

.cmshtml .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

.cmshtml .bx-wrapper .bx-pager,
.cmshtml .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.cmshtml .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.cmshtml .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.cmshtml .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.cmshtml .bx-wrapper .bx-pager.bx-default-pager a:hover,
.cmshtml .bx-wrapper .bx-pager.bx-default-pager a.active,
.cmshtml .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.cmshtml .bx-wrapper .bx-pager-item,
.cmshtml .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.cmshtml .bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.cmshtml .bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px;
}

.cmshtml .bx-wrapper .bx-prev:hover,
.cmshtml .bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.cmshtml .bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px;
}

.cmshtml .bx-wrapper .bx-next:hover,
.cmshtml .bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.cmshtml .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.cmshtml .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.cmshtml .bx-wrapper .bx-controls-auto {
  text-align: center;
}

.cmshtml .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.cmshtml .bx-wrapper .bx-controls-auto .bx-start:hover,
.cmshtml .bx-wrapper .bx-controls-auto .bx-start.active,
.cmshtml .bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.cmshtml .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.cmshtml .bx-wrapper .bx-controls-auto .bx-stop:hover,
.cmshtml .bx-wrapper .bx-controls-auto .bx-stop.active,
.cmshtml .bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

.cmshtml .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.cmshtml .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.cmshtml .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.cmshtml .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.cmshtml #slider-wrapper {
  width: 100% !important;
  overflow: hidden;
  position: relative !important;
}

.cmshtml #topslide,
.cmshtml #slider02 {
  text-align: center;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 680px) {
  .cmshtml #topslide {
    width: 100%;
    height: auto;
  }
}

.cmshtml #topslide .bx-viewport {
  overflow: visible !important;
}

.cmshtml #topslide .bx-wrapper {
  margin-bottom: 0;
}

.cmshtml #topslide .mainimage li {
  max-width: 1204px !important;
  padding: 0 2px;
  box-sizing: border-box;
  margin: 0 0 0 0;
  text-align: center;
}

.cmshtml #wrap_bukkenList .bx-wrapper {
  width: 100% !important;
  overflow: hidden;
  position: relative !important;
}

.cmshtml #wrap_bukkenList .bx-window {
  width: 1080px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}

.cmshtml #topslide .bx-prev,
.cmshtml #topslide .bx-next {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 212px;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  text-indent: -200em;
  z-index: 4;
}

.cmshtml #topslide .bx-prev {
  left: 10%;
  left: calc(50% - 620px);
  left: -webkit-calc(50% - 620px);
  background: url(../img/prev.png);
}

.cmshtml #topslide .bx-next {
  right: 10%;
  right: -webkit-calc(50% - 624px);
  right: calc(50% - 624px);
  background: url(../img/next.png);
}

.cmshtml .bx-prev:hover,
.cmshtml .bx-next:hover {
  text-decoration: none;
}

.cmshtml #topslide *:first-child + html .bx-prev,
.cmshtml #topslide *:first-child + html .bx-next {
  top: 260px;
}

.cmshtml #wrap_bukkenList .bx-controls {
  width: 120%;
  overflow: visible;
}

.cmshtml #wrap_bukkenList .bx-wrapper {
  margin-bottom: 30px;
}

.cmshtml #bukken-feed-prev-btn {
  text-indent: -9999px;
  float: left;
}

.cmshtml #bukken-feed-prev-btn .bx-prev:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 35%;
  left: -50px;
}

.cmshtml #bukken-feed-next-btn {
  text-indent: -9999px;
  float: right;
}

.cmshtml #bukken-feed-next-btn .bx-next:before {
  content: "";
  width: 30px;
  height: 30px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 35%;
  right: -50px;
}

@media screen and (max-width: 680px) {
  .cmshtml #bukken-feed-prev-btn .bx-prev:before {
    left: 10px;
  }
  .cmshtml #bukken-feed-next-btn .bx-next:before {
    right: 10px;
  }
}

.cmshtml [data-aos][data-aos][data-aos-duration="50"], .cmsbody[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

.cmshtml [data-aos][data-aos][data-aos-delay="50"], .cmsbody[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="50"].aos-animate, .cmsbody[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

.cmshtml [data-aos][data-aos][data-aos-duration="100"], .cmsbody[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="100"], .cmsbody[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="100"].aos-animate, .cmsbody[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="150"], .cmsbody[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="150"], .cmsbody[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="150"].aos-animate, .cmsbody[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="200"], .cmsbody[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="200"], .cmsbody[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="200"].aos-animate, .cmsbody[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="250"], .cmsbody[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="250"], .cmsbody[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="250"].aos-animate, .cmsbody[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="300"], .cmsbody[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="300"], .cmsbody[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="300"].aos-animate, .cmsbody[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="350"], .cmsbody[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="350"], .cmsbody[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="350"].aos-animate, .cmsbody[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="400"], .cmsbody[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="400"], .cmsbody[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="400"].aos-animate, .cmsbody[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="450"], .cmsbody[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="450"], .cmsbody[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="450"].aos-animate, .cmsbody[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="500"], .cmsbody[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="500"], .cmsbody[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="500"].aos-animate, .cmsbody[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="550"], .cmsbody[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="550"], .cmsbody[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="550"].aos-animate, .cmsbody[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="600"], .cmsbody[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="600"], .cmsbody[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="600"].aos-animate, .cmsbody[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="650"], .cmsbody[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="650"], .cmsbody[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="650"].aos-animate, .cmsbody[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="700"], .cmsbody[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="700"], .cmsbody[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="700"].aos-animate, .cmsbody[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="750"], .cmsbody[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="750"], .cmsbody[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="750"].aos-animate, .cmsbody[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="800"], .cmsbody[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="800"], .cmsbody[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="800"].aos-animate, .cmsbody[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="850"], .cmsbody[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="850"], .cmsbody[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="850"].aos-animate, .cmsbody[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="900"], .cmsbody[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="900"], .cmsbody[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="900"].aos-animate, .cmsbody[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="950"], .cmsbody[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="950"], .cmsbody[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="950"].aos-animate, .cmsbody[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1000"], .cmsbody[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1000"], .cmsbody[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1000"].aos-animate, .cmsbody[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1050"], .cmsbody[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1050"], .cmsbody[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1050"].aos-animate, .cmsbody[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1100"], .cmsbody[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1100"], .cmsbody[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1100"].aos-animate, .cmsbody[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1150"], .cmsbody[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1150"], .cmsbody[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1150"].aos-animate, .cmsbody[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1200"], .cmsbody[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1200"], .cmsbody[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1200"].aos-animate, .cmsbody[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1250"], .cmsbody[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1250"], .cmsbody[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1250"].aos-animate, .cmsbody[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1300"], .cmsbody[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1300"], .cmsbody[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1300"].aos-animate, .cmsbody[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1350"], .cmsbody[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1350"], .cmsbody[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1350"].aos-animate, .cmsbody[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1400"], .cmsbody[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1400"], .cmsbody[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1400"].aos-animate, .cmsbody[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1450"], .cmsbody[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1450"], .cmsbody[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1450"].aos-animate, .cmsbody[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1500"], .cmsbody[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1500"], .cmsbody[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1500"].aos-animate, .cmsbody[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1550"], .cmsbody[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1550"], .cmsbody[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1550"].aos-animate, .cmsbody[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1600"], .cmsbody[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1600"], .cmsbody[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1600"].aos-animate, .cmsbody[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1650"], .cmsbody[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1650"], .cmsbody[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1650"].aos-animate, .cmsbody[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1700"], .cmsbody[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1700"], .cmsbody[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1700"].aos-animate, .cmsbody[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1750"], .cmsbody[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1750"], .cmsbody[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1750"].aos-animate, .cmsbody[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1800"], .cmsbody[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1800"], .cmsbody[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1800"].aos-animate, .cmsbody[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1850"], .cmsbody[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1850"], .cmsbody[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1850"].aos-animate, .cmsbody[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1900"], .cmsbody[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1900"], .cmsbody[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1900"].aos-animate, .cmsbody[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="1950"], .cmsbody[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1950"], .cmsbody[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="1950"].aos-animate, .cmsbody[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2000"], .cmsbody[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2000"], .cmsbody[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2000"].aos-animate, .cmsbody[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2050"], .cmsbody[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2050"], .cmsbody[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2050"].aos-animate, .cmsbody[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2100"], .cmsbody[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2100"], .cmsbody[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2100"].aos-animate, .cmsbody[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2150"], .cmsbody[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2150"], .cmsbody[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2150"].aos-animate, .cmsbody[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2200"], .cmsbody[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2200"], .cmsbody[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2200"].aos-animate, .cmsbody[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2250"], .cmsbody[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2250"], .cmsbody[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2250"].aos-animate, .cmsbody[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2300"], .cmsbody[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2300"], .cmsbody[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2300"].aos-animate, .cmsbody[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2350"], .cmsbody[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2350"], .cmsbody[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2350"].aos-animate, .cmsbody[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2400"], .cmsbody[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2400"], .cmsbody[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2400"].aos-animate, .cmsbody[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2450"], .cmsbody[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2450"], .cmsbody[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2450"].aos-animate, .cmsbody[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2500"], .cmsbody[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2500"], .cmsbody[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2500"].aos-animate, .cmsbody[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2550"], .cmsbody[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2550"], .cmsbody[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2550"].aos-animate, .cmsbody[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2600"], .cmsbody[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2600"], .cmsbody[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2600"].aos-animate, .cmsbody[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2650"], .cmsbody[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2650"], .cmsbody[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2650"].aos-animate, .cmsbody[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2700"], .cmsbody[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2700"], .cmsbody[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2700"].aos-animate, .cmsbody[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2750"], .cmsbody[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2750"], .cmsbody[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2750"].aos-animate, .cmsbody[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2800"], .cmsbody[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2800"], .cmsbody[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2800"].aos-animate, .cmsbody[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2850"], .cmsbody[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2850"], .cmsbody[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2850"].aos-animate, .cmsbody[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2900"], .cmsbody[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2900"], .cmsbody[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2900"].aos-animate, .cmsbody[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="2950"], .cmsbody[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2950"], .cmsbody[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="2950"].aos-animate, .cmsbody[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

.cmshtml [data-aos][data-aos][data-aos-duration="3000"], .cmsbody[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

.cmshtml [data-aos][data-aos][data-aos-delay="3000"], .cmsbody[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

.cmshtml [data-aos][data-aos][data-aos-delay="3000"].aos-animate, .cmsbody[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

.cmshtml [data-aos][data-aos][data-aos-easing=linear], .cmsbody[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease], .cmsbody[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in], .cmsbody[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-out], .cmsbody[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-out], .cmsbody[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-back], .cmsbody[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-out-back], .cmsbody[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-out-back], .cmsbody[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-sine], .cmsbody[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-out-sine], .cmsbody[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-out-sine], .cmsbody[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-quad], .cmsbody[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-out-quad], .cmsbody[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-out-quad], .cmsbody[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-cubic], .cmsbody[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-out-cubic], .cmsbody[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], .cmsbody[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-quart], .cmsbody[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-out-quart], .cmsbody[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cmshtml [data-aos][data-aos][data-aos-easing=ease-in-out-quart], .cmsbody[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.cmshtml [data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform;
}

.cmshtml [data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

.cmshtml [data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

.cmshtml [data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

.cmshtml [data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

.cmshtml [data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

.cmshtml [data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

.cmshtml [data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

.cmshtml [data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

.cmshtml [data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

.cmshtml [data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform;
}

.cmshtml [data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

.cmshtml [data-aos=zoom-in] {
  transform: scale(0.6);
}

.cmshtml [data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

.cmshtml [data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

.cmshtml [data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

.cmshtml [data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

.cmshtml [data-aos=zoom-out] {
  transform: scale(1.2);
}

.cmshtml [data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

.cmshtml [data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

.cmshtml [data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

.cmshtml [data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

.cmshtml [data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

.cmshtml [data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

.cmshtml [data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

.cmshtml [data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

.cmshtml [data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

.cmshtml [data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

.cmshtml [data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

.cmshtml [data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

.cmshtml [data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

.cmshtml [data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

.cmshtml [data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

.cmshtml [data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

.cmshtml [data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.cmshtml [data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

.cmshtml [data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.cmshtml .drawer-container {
  max-width: 1600px;
}

@media screen and (min-width: 1241px) {
  .cmshtml .drawer-navbar {
    margin: 0 auto;
    max-width: 1241px;
    height: auto;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    position: relative;
  }
  .cmshtml .drawer-nav {
    position: relative;
    overflow: visible;
    width: auto;
    height: auto;
    background: transparent;
  }
  .cmshtml .drawer--left .drawer-nav {
    left: auto;
  }
  .cmshtml .drawer-hamburger {
    display: none;
  }
  .cmshtml .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
    position: absolute;
    top: 0;
    left: 9em;
    z-index: 2;
  }
  .cmshtml #navigation .drawer-dropdown-menu {
    flex-flow: row wrap;
  }
  .cmshtml #navigation .drawer-dropdown-menu li {
    flex: 0 1 33%;
  }
  .cmshtml #navigation .drawer-dropdown-menu li a:before {
    content: none;
  }
}

@media screen and (max-width: 1239px) {
  .cmshtml .drawer-navbar {
    padding: 10px 0;
    position: absolute;
    background-color: white;
  }
  .cmshtml .globalmenu {
    padding-left: 0;
  }
  .cmshtml .drawer-dropdown-menu {
    padding-left: 20px;
  }
}

.cmshtml .drawer-hamburger {
  top: 0;
  padding-bottom: 35px;
}

.cmshtml .drawer-hamburger:after {
  content: "MENU";
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 11px;
}

.cmshtml .drawer-navbar .drawer-navbar-header {
  background-color: transparent;
  border: 0;
}

.cmshtml .drawer-navbar .drawer-menu {
  padding-bottom: 0;
}

.cmshtml .sp-next-arrow:after, .cmshtml .sp-next-arrow:before, .cmshtml .sp-previous-arrow:after, .cmshtml .sp-previous-arrow:before {
  width: 20%;
}
