.slick-slider-1er,
.slick-slider-2er,
.slick-slider-3er,
.slick-slider-4er,
.slick-slider-5er,
.slick-slider-6er {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 5;
  display: block;
  height: 17px;
  width: 25px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
  border: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.75;
}
@media (max-width: 769px) {
  .slick-prev,
  .slick-next {
    display: none;
  }
}
.slick-prev:before,
.slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
@media (max-width: 769px) {
  .slick-prev:before,
  .slick-next:before {
    display: none;
  }
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRUJENEEyO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxLjUiIHkxPSI4LjUiIHgyPSIyMy41IiB5Mj0iOC41Ii8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjksMTUuOSAxLjUsOC41IDksMS4xICIvPgo8L3N2Zz4K');
}
[dir="rtl"] .slick-prev:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRUJENEEyO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyMy41IiB5MT0iOC41IiB4Mj0iMS41IiB5Mj0iOC41Ii8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjE2LDEuMSAyMy41LDguNSAxNiwxNS45ICIvPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMjUiIGhlaWdodD0iMTciLz4KPC9zdmc+Cg==');
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRUJENEEyO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qxe2ZpbGw6bm9uZTt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIyMy41IiB5MT0iOC41IiB4Mj0iMS41IiB5Mj0iOC41Ii8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjE2LDEuMSAyMy41LDguNSAxNiwxNS45ICIvPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iMjUiIGhlaWdodD0iMTciLz4KPC9zdmc+Cg==');
}
[dir="rtl"] .slick-next:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRUJENEEyO3N0cm9rZS13aWR0aDoyO3N0cm9rZS1saW5lY2FwOnJvdW5kO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cjwvc3R5bGU+CjxsaW5lIGNsYXNzPSJzdDAiIHgxPSIxLjUiIHkxPSI4LjUiIHgyPSIyMy41IiB5Mj0iOC41Ii8+Cjxwb2x5bGluZSBjbGFzcz0ic3QwIiBwb2ludHM9IjksMTUuOSAxLjUsOC41IDksMS4xICIvPgo8L3N2Zz4K');
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background: #cee3de;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #ffffff;
  border: 2px #0a735a solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #0a735a;
}
/* -- Startseite Slider 1er -- */
.slick-slider-1er .slick-dots li button:before {
  font-size: 20px;
}
.slick-slider-1er .item p {
  margin: 0px !important;
  padding: 0px !important;
}
.slick-slider-1er .item p img {
  display: inline !important;
  vertical-align: bottom !important;
}
.slick-slider-1er .item .item-caption {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 2;
}
.slick-slider-1er .item .item-caption .item-title {
  font-size: 2.5em;
  font-weight: 600;
  color: #ffffff;
}
.slick-slider-1er .item .item-caption .item-link {
  margin: 0px auto;
  display: none;
}
.box.background_white .text .slick_multipliers {
  margin-bottom: -9px;
}
.slick_multipliers .slick-list {
  margin-bottom: 10px;
}
.slick_multipliers .slick-dots li {
  margin: 15px 5px;
  width: 15px;
  height: 15px;
}
.slick_multipliers .slick-dots li button {
  width: 15px;
  height: 15px;
}
.slick_multipliers .slick-dots li button:before {
  width: 15px;
  height: 15px;
  line-height: 15px;
}
.slick_multipliers .magezon-builder > .mgz-element > .mgz-element-inner > .mgz-container {
  max-width: initial !important;
  min-width: 100% !important;
  width: auto !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.slick_multipliers .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0px 10px 0px 10px !important;
}
.icon_sprite::before {
  --baseWidth: 26px;
  --baseHeight: 26px;
  --scale: 1;
  --PosX: 0;
  --SizeX: 1;
  --IndentX: 0;
  --PosY: 0;
  --SizeY: 1;
  --IndentY: 0;
  content: '';
  width: calc(var(--baseWidth) * var(--SizeX) * var(--scale));
  height: calc(var(--baseWidth) * var(--SizeY) * var(--scale));
  display: block;
  overflow: hidden;
  background-image: url('../images/Icon_Sprite.svg');
  background-position-x: calc(-1 * var(--PosX) * var(--scale) * var(--baseWidth) - var(--baseWidth)*var(--IndentX));
  background-position-y: calc(-1 * var(--PosY) * var(--scale) * var(--baseWidth) - var(--baseWidth)*var(--IndentY));
  background-size: calc(520px * var(--scale)) calc(520px * var(--scale));
}
.icon_sprite.attr944_seedtape::before {
  --PosX: 5;
  --PosY: 3;
}
.icon_sprite.attr944_soilpills::before {
  --PosX: 8;
  --PosY: 3;
  --SizeX: 1.5;
  --IndentX: 0.35;
}
.icon_sprite.attr944_pressed_soilpills::before {
  --PosX: 0;
  --PosY: 6;
  --SizeX: 1.5;
  --IndentX: 0.35;
}
.icon_sprite.attr944_primed_seed::before {
  --PosX: 17;
  --PosY: 5;
}
.icon_sprite.attr944_multipille::before {
  --PosX: 18;
  --PosY: 5;
}
.icon_sprite.attr944_seed_roll::before {
  --PosX: 6;
  --PosY: 3;
}
.icon_sprite.attr944_seed_discs::before {
  --PosX: 4;
  --PosY: 3;
}
#rmOrganism .rmBase__comp--button,
#rmOrganism .rmBase__comp--cta {
  margin: 0px 10px 0px 0px;
  padding: 5px 15px;
  display: inline-block;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #eb5f00;
  color: #ffffff;
}
#rmOrganism .rmBase__comp--button:hover,
#rmOrganism .rmBase__comp--cta:hover {
  background: #9f4000;
}
#rmOrganism .rmBase__compError {
  color: #ffffff;
  background-color: #cc0000;
}
#rmOrganism .rmSubscription .rmBase__el--captcha {
  text-align: left;
}
#rmOrganism .rmSubscription .rmBase__el--cta {
  align-items: flex-end;
}
#rmOrganism .rmPopup__backdrop {
  background: #303233;
  opacity: 0.6;
}
#rmOrganism .rmPage {
  background: transparent;
  color: #636363;
}
#rmOrganism .hidden {
  display: none !important;
}
#rmOrganism .rmPopup__container {
  display: none;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#rmOrganism .rmPopup__container.rmPopup--show {
  display: flex;
}
#rmOrganism .rmPopup__container .rmPopup__backdrop {
  display: block;
  height: 100%;
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#rmOrganism .rmPopup__container .rmPopup {
  pointer-events: auto;
  overflow: hidden;
}
#rmOrganism .rmPopup__container .rmPopup .rmPopup__close {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 700;
  height: 1.6em;
  justify-content: center;
  line-height: 1;
  position: absolute;
  top: 2px;
  right: 2px;
  text-align: center;
  width: 1.6em;
  z-index: 100;
}
#rmOrganism #rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
  border-radius: 1em 1em 0 0;
  max-height: 90%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 98%;
}
#rmOrganism .rmBase__el {
  padding: 15px 0 10px 0;
  max-width: 900px;
  display: block !important;
}
#rmOrganism .rmBase__el.rmBase__el--cta {
  text-align: right;
}
#rmOrganism .rmBase__el .rmBase__compLabel {
  margin: 0px 0px 5px 0px !important;
  display: block !important;
  font-weight: 700 !important;
  flex-basis: initial !important;
  flex-shrink: initial !important;
  max-width: initial !important;
  padding: initial !important;
}
#rmOrganism .rmBase__el .rmBase__compContainer {
  display: block;
  flex-grow: initial;
}
#rmOrganism .rmBase__el .rmBase__compContainer input {
  margin: 0px 0px 0px 0px;
  padding: 14px 9px;
  display: block;
  width: 100%;
  height: auto;
  border: 1px #bcbcbc solid;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-size: 1.2rem;
  color: #636363;
  background-color: #ffffff;
  background-clip: padding-box;
}
#rmOrganism .rmBase__el .rmBase__compContainer input:focus {
  outline: none !important;
}
#rmOrganism .rmBase__el .vFormCheckbox__label {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
#rmOrganism .privacy__visual {
  margin-left: 0px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmPopup__container .rmPopup.rmPopup--modal {
    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
    bottom: auto;
    top: 5%;
    width: calc(98%);
  }
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--sidebar {
  border-radius: 1em 0 0 0;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.25);
  max-height: calc(99%);
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(99%);
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-top {
  top: 0;
}
#rmOrganism .rmPopup__container .rmPopup.rmPopup--banner.rmLayout--banner-bottom {
  bottom: 0;
}
#rmOrganism .rmBase__el .comp__input:focus,
#rmOrganism .rmBase__el .comp__select:focus {
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  color: #666;
  outline: none;
}
#rmOrganism .rmBase__el .comp__input::placeholder {
  color: currentColor !important;
  opacity: 1 !important;
}
#rmOrganism .rmBase__el.rmBase__el--has-error .rmBase__compError {
  display: inline-block;
}
#rmOrganism .rmBase__el--title .rmBase__comp--titleInput {
  margin-top: 1em;
}
#rmOrganism .rmBase__el--image {
  margin: 0 !important;
}
#rmOrganism .rmBase__comp--image {
  background: no-repeat 50%;
  height: 100%;
  position: relative;
  width: 100%;
}
#rmOrganism .rmBase__comp--image.image--fit {
  background-size: cover;
}
#rmOrganism .rmBase__comp--image .image__link {
  display: block;
  height: 100%;
  width: 100%;
}
#rmOrganism .rmBase__comp--logo {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--logolink {
  display: inline-block;
}
#rmOrganism .rmBase__comp--cta {
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  padding: 0.5em 1.5em;
}
#rmOrganism .rmBase__comp--button,
#rmOrganism .rmBase__comp--link {
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
  text-decoration: none;
}
#rmOrganism .rmBase__comp--link {
  font-weight: 400;
  padding: 0.5em 0;
}
#rmOrganism .rmBase__comp--link:hover {
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--button {
  font-weight: 700;
  padding: 0.5em 1em;
}
#rmOrganism .rmBase__comp--textlink {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}
#rmOrganism .rmBase__comp--textlink:hover {
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--captcha {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--coupon {
  border: 2px dashed;
  display: inline-block;
  line-height: 1.5;
  padding: 0.75em 2.25em;
}
#rmOrganism .rmBase__comp--birthday {
  display: flex;
}
#rmOrganism .rmBase__comp--birthday .comp__select {
  flex-grow: 1;
  min-width: 1%;
}
#rmOrganism .rmBase__comp--birthday .comp__select:not(:first-child) {
  margin-left: 1em;
}
#rmOrganism .rmBase__comp--privacy {
  align-items: center;
  display: flex;
}
#rmOrganism .rmBase__comp--privacy .privacy__visual {
  flex-shrink: 0;
  font-size: 16px;
  height: 4em;
  margin-right: 1em;
  width: 4em;
}
#rmOrganism .rmBase__comp--privacy .privacy__text {
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}
#rmOrganism .rmBase__comp--privacy .privacy__text a {
  color: currentColor;
  text-decoration: underline;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox,
#rmOrganism .rmBase__comp--radio .vFormCheckbox {
  align-items: flex-start;
  display: inline-flex;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: .125em;
  color: #666;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  line-height: 0;
  position: relative;
  vertical-align: top;
  width: 1em;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__input:checked ~ .vFormCheckbox__indicator:after,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__input:checked ~ .vFormCheckbox__indicator:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='10' height='10'%3E%3Cpath fill='%23333' d='M19.4 2.6c-.8-.8-2-.8-2.8 0L6.4 12.8l-3-3.1c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8L5.1 17c.8.8 2 .8 2.8 0l1.4-1.4L19.4 5.4c.8-.8.8-2 0-2.8z'/%3E%3C/svg%3E") no-repeat 50%;
  content: "";
  display: block;
  height: .75em;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  position: absolute;
  top: 50%;
  width: .75em;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox .vFormCheckbox__indicator ~ .vFormCheckbox__label,
#rmOrganism .rmBase__comp--radio .vFormCheckbox .vFormCheckbox__indicator ~ .vFormCheckbox__label {
  margin: 0 0 0 0.75em;
}
#rmOrganism .rmBase__comp--checkbox .vFormCheckbox:hover .vFormCheckbox__indicator,
#rmOrganism .rmBase__comp--radio .vFormCheckbox:hover .vFormCheckbox__indicator {
  border-color: #666;
}
#rmOrganism .rmBase__comp--radio {
  padding-top: .625em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio__group--inline,
#rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#rmOrganism .rmBase__comp--radio .vFormRadio__group--stacked {
  flex-direction: column;
}
#rmOrganism .rmBase__comp--radio .vFormRadio {
  align-items: flex-start;
  display: inline-flex;
  vertical-align: top;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__indicator {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  color: #666;
  cursor: pointer;
  display: inline-block;
  flex-shrink: 0;
  font-size: 1.25em;
  height: 1em;
  position: relative;
  vertical-align: top;
  width: 1em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input {
  display: none;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__input:checked ~ .vFormRadio__indicator:after {
  background: currentColor;
  border-radius: 100%;
  content: "";
  display: block;
  height: .5em;
  left: 50%;
  margin: -0.25em 0 0 -0.25em;
  position: absolute;
  top: 50%;
  width: .5em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio .vFormRadio__label {
  font-size: 1em;
  line-height: 1.25;
  margin: 0 0 0 0.75em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio:hover .vFormRadio__indicator {
  border-color: #666;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--inline {
  display: inline-flex;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--inline:not(:first-child) {
  margin-left: 1em;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--stacked {
  display: flex;
}
#rmOrganism .rmBase__comp--radio .vFormRadio--stacked:not(:first-child) {
  margin-top: .5em;
}
#rmOrganism .rmBase__compError {
  border-radius: 3px;
  display: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2px;
  padding: 1px 5px;
}
#rmOrganism .rmBase__compError--radio {
  margin-top: .5em;
}
#rmOrganism .rmBase__comp--legal-noticeDivider {
  background: currentColor;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: 1em;
  height: 2px;
  line-height: 0;
  margin-bottom: 1em;
  opacity: .25;
  overflow: hidden;
  width: 10em;
}
#rmOrganism .rmBase__comp--legal-notice {
  font-size: 11px;
  line-height: 1.4;
}
@media screen and (min-width: 480px) {
  #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel {
    flex-basis: 30%;
    flex-shrink: 0;
    hyphens: auto;
    margin: 0;
    max-width: 30%;
    padding: 0.625em 0.5em 0 0;
  }
  #rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer {
    flex-grow: 1;
  }
}
#rmOrganism .rmLayout--vertical.rmBase {
  display: flex;
  flex-direction: column;
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-top .rmBase__el--image {
    height: 140px;
  }
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right {
  max-width: 640px;
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-right .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
  order: 10;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-bottom .rmBase__el--image {
    height: 140px;
  }
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left {
  max-width: 640px;
}
#rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  #rmOrganism .rmLayout--vertical.rmBase.rmLayout--vertical-image-left .rmBase__content {
    flex-basis: 80%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el:last-child {
    margin-right: 0;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--cta:not(:only-child),
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  #rmOrganism .rmLayout--horizontal.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
}
#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right {
  max-width: 800px;
}
#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
    order: 10;
  }
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-right .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
}
#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left {
  max-width: 800px;
}
#rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image {
  flex-shrink: 0;
  height: 100px;
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__body {
    flex-direction: row;
  }
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__el--image {
    flex-basis: 0px;
    flex-grow: 1;
    height: auto;
  }
  #rmOrganism .rmLayout--horizontal.rmBase.rmLayout--horizontal-image-left .rmBase__content {
    flex-basis: 90%;
    flex-grow: 1;
    flex-shrink: 0;
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  #rmOrganism .rmLayout--banner.rmBase {
    display: flex;
    flex-direction: column;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__content {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section {
    display: flex;
    flex-direction: row;
    min-width: 480px;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el {
    flex-basis: 0px;
    flex-grow: 1;
    margin-right: 1em;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el:last-child {
    margin-right: 0;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--cta:not(:only-child),
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--link:not(:only-child) {
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 0;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--cta:not(:only-child),
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section .rmBase__el--label-pos-top ~ .rmBase__el--link:not(:only-child) {
    align-self: flex-end;
  }
  #rmOrganism .rmLayout--banner.rmBase .rmBase__section:last-child .rmBase__el {
    margin-bottom: 0;
  }
}
#rmOrganism .rmSubscription.rmBase__body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#rmOrganism .rmSubscription .rmBase__content {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  margin: 0;
  overflow: auto;
}
#rmOrganism .rmSubscription .rmBase__el .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 .25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
#rmOrganism .rmSubscription .rmBase__el.rmBase__el--label-pos-none .rmBase__compLabel.rmBase__compLabel--hideable {
  display: none;
}
#rmOrganism .rmSubscription .rmBase__el.rmBase__el--cta {
  display: flex;
  flex-direction: column;
}
#rmOrganism .rmSubscription .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}
.rmBody.rmBody--subscription.rmBody--popup {
  background: #e9edf2;
}
.rmBody.rmBody--subscription.rmBody--embed #rmOrganism .rmBase {
  margin: 0 auto;
}
#rmOrganism .rmPage {
  font-size: 16px;
}
#rmOrganism .rmPage .rmBase__comp--heading {
  font-size: 2em;
  line-height: 1.25;
}
#rmOrganism .rmPage .rmBase__compLabel {
  display: block;
  line-height: 1.25;
  margin: 0 0 .25em;
  max-width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
#rmOrganism .rmPage .rmBase__el {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 1em;
}
#rmOrganism .rmPage .rmBase__el--logo {
  margin: 0 0 3em;
}
#rmOrganism .rmPage .rmBase__el--coupon,
#rmOrganism .rmPage .rmBase__el--cta,
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  margin: 3em 0;
}
#rmOrganism .rmPage .rmBase__el--coupon .rmBase__compLabel,
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason .rmBase__compLabel {
  margin: 0 0 .5em;
  max-width: 100%;
  overflow: visible;
  text-overflow: unset;
  white-space: normal;
}
#rmOrganism .rmPage .rmBase__el--unsubscribe-reason {
  text-align: left;
}
#rmOrganism .rmPage .rmBase__el--legal-notice {
  margin-top: 3rem;
  text-align: left;
}
#rmOrganism .rmPage .rmBase__section:last-child .rmBase__el:last-child {
  margin-bottom: 0;
}
#rmOrganism .rmLayout--legacy .rmBase__el .comp__input,
#rmOrganism .rmLayout--legacy .rmBase__el .comp__select {
  border-radius: 0;
  height: 2em;
  padding: 0.25em 0.5em;
}
@media screen and (min-width: 360px) {
  #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left {
    display: flex;
  }
  #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compLabel {
    flex-basis: 140px;
    flex-shrink: 0;
    hyphens: auto;
    margin: 0;
    max-width: 140px;
    padding: 0.375em 0.5em 0 0;
  }
  #rmOrganism .rmLayout--legacy .rmSubscription .rmBase__el.rmBase__el--label-pos-left .rmBase__compContainer {
    flex-grow: 1;
  }
}
#rmOrganism .rmLayout--legacy.rmBase {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
.rmBody.rmBody--subscription.rmBody--legacy {
  background: transparent;
}
.rmBody.rmBody--subscription.rmBody--legacy.rmBody--embed #rmOrganism .rmBase {
  margin: 0 auto 0 0;
}
.grid:not(.products-grid) {
  margin: 40px 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .grid:not(.products-grid) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 850px) {
  .grid:not(.products-grid) {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 500px) {
  .grid:not(.products-grid) {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 500px) {
  .grid:not(.products-grid) .grid_item {
    margin: 0px auto;
    max-width: 350px;
  }
}
.grid:not(.products-grid) .grid_item .grid_text {
  padding: 20px 0px 20px 0px;
}
#header_container {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 769px) {
  #header_container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0px;
  }
}
#header_container #header_left {
  flex: 0 1 auto;
}
@media screen and (min-width: 1375px) {
  #header_container #header_left {
    margin-right: 55px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_left {
    grid-column: 1;
    grid-row: 1;
  }
}
#header_container #header_left .logo {
  margin: 0px 0px 0px 0px;
  float: none;
  display: block;
  width: 240px;
  max-width: 100%;
}
@media screen and (max-width: 1375px) {
  #header_container #header_left .logo {
    width: 200px;
  }
  #header_container #header_left .logo:lang(en) {
    width: 180px;
  }
}
@media screen and (max-width: 1275px) {
  #header_container #header_left .logo {
    width: 160px;
  }
  #header_container #header_left .logo:lang(en) {
    width: 140px;
  }
}
@media screen and (max-width: 900px) {
  #header_container #header_left .logo {
    width: 140px;
  }
  #header_container #header_left .logo:lang(en) {
    width: 100px;
  }
}
#header_container #header_left .logo img {
  width: 100%;
}
#header_container #header_middle {
  flex: 0 1 auto;
}
@media screen and (max-width: 769px) {
  #header_container #header_middle {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
}
#header_container #header_middle .user_type_selector_wrap {
  margin: 15px 0px 15px 0px;
  padding: 0px;
  display: block;
  height: auto;
}
@media screen and (min-width: 769px) {
  #header_container #header_middle .user_type_selector_wrap {
    height: 23px;
  }
}
@media screen and (max-width: 850px) {
  #header_container #header_middle .user_type_selector_wrap {
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_middle .user_type_selector_wrap {
    margin: 0px;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector {
  margin: 0px;
  padding: 0px;
}
@media screen and (max-width: 1275px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector {
    display: flex;
    gap: 30px;
  }
}
@media screen and (max-width: 850px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector {
    flex-wrap: wrap;
    gap: 10px;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 850px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1450px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li:lang(en) {
    font-size: 12px;
    letter-spacing: -0.25px;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 1450px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1275px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li {
    margin-right: 7px;
    font-size: 12px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li {
    display: block;
    gap: initial;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li span.label-container a,
#header_container #header_middle .user_type_selector_wrap .user_type_selector li label.container a {
  color: #636363;
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li span.label-container .checkmark::after,
#header_container #header_middle .user_type_selector_wrap .user_type_selector li label.container .checkmark::after {
  left: 7px;
  top: -6px;
  width: 8px;
  height: 18px;
  border-color: #0a735a;
}
@media screen and (max-width: 1175px) {
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li span.label-container .checkmark::after,
  #header_container #header_middle .user_type_selector_wrap .user_type_selector li label.container .checkmark::after {
    left: 5px;
    top: -4px;
    width: 7px;
    height: 12px;
  }
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li .icon {
  margin: 0px;
}
#header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info {
  display: none;
}
.page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info {
  margin: 15px 0px;
  padding: 17px 25px 10px 25px;
  height: auto;
  background-color: #0a735a;
  color: #ffffff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info {
    margin: 15px 0px 0px 0px;
    padding: 17px 45px 10px 45px;
    position: absolute;
    z-index: 98;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    white-space: nowrap;
  }
  .page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info:after {
    content: '';
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    background-color: #0a735a;
  }
}
.page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info * {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  z-index: 99;
  color: #ffffff;
}
.page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info *:last-child {
  margin: 0px;
}
.page-wrapper #header_container #header_middle .user_type_selector_wrap .user_type_selector li .user_type_selector_info .closeButton {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 102;
  font-size: 2rem;
  line-height: 2rem;
  cursor: pointer;
  font-stretch: 110%;
}
#header_container #header_middle .block-search {
  width: 100%;
  max-width: 645px;
  padding: 0px;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  #header_container #header_middle .block-search {
    margin: 0px;
    max-width: inherit;
  }
}
@media (min-width: 770px) {
  #header_container #header_middle .block-search #search_mini_form {
    position: relative;
  }
  #header_container #header_middle .block-search #search_mini_form .control {
    padding: 0px 0px 0px 0px;
  }
  #header_container #header_middle .block-search #search_mini_form .control #search {
    border: 1px #d1d1d1 solid;
    z-index: 1;
    font-size: 1em;
    height: 46px;
    line-height: 46px;
    padding-right: 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #header_container #header_middle .block-search #search_mini_form .control .nested {
    display: none;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete {
    top: 100% !important;
    left: 0px !important;
    padding: 30px 10px;
    width: 150%;
    min-width: 450px !important;
    background: #FFF;
    border: 1px #BBB solid;
    color: #636363;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
    top: 20px;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .magento_catalog_categoryproduct,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .magento_search_query {
    margin: 0 0 20px 0;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .magento_catalog_categoryproduct li,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .magento_search_query li {
    margin: 0;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    background: none;
    margin: 0px;
    padding: 8px 10px;
    border-bottom: 1px #BBB solid;
    color: #636363;
    text-transform: none;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all {
    background: none;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    margin: 10px 10px 0px 10px;
    padding: 10px 15px;
    background: #eb5f00 !important;
    font-size: 1.2em;
    color: #ffffff;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a:hover {
    background: #d25500 !important;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li {
    margin: 0px 0px 0px 0px;
    padding: 7px 10px;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li a.title {
    color: inherit;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct .title a,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product .title a {
    color: inherit;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct .title a:hover,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product .title a:hover {
    text-decoration: none;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct .description,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product .description {
    color: inherit;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct._active,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product._active {
    background: #ffd5b8 !important;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_categoryproduct._active .title a,
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete ul li.magento_catalog_product._active .title a {
    text-decoration: none;
  }
  #header_container #header_middle .block-search #search_mini_form .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__highlight {
    color: #eb5f00;
    font-weight: bold;
  }
  #header_container #header_middle .block-search #search_mini_form .actions .action.search {
    padding: 0px;
    right: 0px;
    background: #0a735a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  #header_container #header_middle .block-search #search_mini_form .actions .action.search:before {
    font-size: 35px;
    line-height: 46px;
    width: 46px;
    color: #ffffff;
  }
}
@media (min-width: 770px) and screen and (max-width: 1275px) {
  #header_container #header_middle .block-search #search_mini_form .control #search {
    height: 35px;
    line-height: 35px;
  }
}
@media (min-width: 770px) and screen and (max-width: 1100px) {
  #header_container #header_middle .block-search #search_mini_form .actions .action.search:before {
    font-size: 20px;
    line-height: 35px;
    width: 35px;
  }
}
@media (max-width: 769px) {
  #header_container #header_middle .block-search #search_mini_form .label {
    position: absolute;
    top: 10px;
    right: 55px;
  }
  #header_container #header_middle .block-search #search_mini_form .label:before {
    font-size: 40px;
    line-height: 40px;
  }
  #header_container #header_middle .block-search #search_mini_form .control {
    display: none;
  }
  #header_container #header_middle .block-search #search_mini_form.active {
    margin: 30px 10px;
  }
  #header_container #header_middle .block-search #search_mini_form.active .field search {
    margin: 0px auto;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control {
    margin: -10px 5px 0px 5px;
    padding: 20px 10px 0px 10px;
    border-top: 0px;
    position: relative;
    display: blocK;
    z-index: 5;
    background: #ffffff;
    border: 1px #0a735a solid;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control input {
    margin: 0px;
    min-height: 25px;
    line-height: 25px;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control .mst-searchautocomplete__autocomplete {
    margin-top: 15px;
    position: relative;
    top: initial !important;
    left: initial !important;
    width: 100% !important;
    border-top: none !important;
    background: transparent;
    box-shadow: none !important;
    min-height: initial !important;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
    top: initial;
    right: initial;
    position: relative;
    margin: 0px auto 20px auto;
  }
  #header_container #header_middle .block-search #search_mini_form.active .control .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
    display: none;
  }
}
#header_container #header_right {
  flex: 1 0 auto;
  padding-right: 25px;
}
@media screen and (max-width: 769px) {
  #header_container #header_right {
    grid-column: 2;
    grid-row: 1;
    padding: 10px 10px 0px 0px;
  }
}
#header_container #header_right #header_right_settings {
  margin: 14px 0px 14px 0px;
  padding: 0px;
  display: flex;
  justify-content: flex-end;
  height: 24px;
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
    height: auto;
  }
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_settings {
    column-gap: 15px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_settings {
    display: none;
  }
}
#header_container #header_right #header_right_settings #country_selector_header {
  height: 24px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 1450px) {
  #header_container #header_right #header_right_settings #country_selector_header:lang(en) {
    font-size: 12px;
    height: 19px;
    line-height: 19px;
  }
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings #country_selector_header {
    grid-column: 1 / span 2;
    grid-row: 1;
    height: auto;
    text-align: right;
  }
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_settings #country_selector_header {
    font-size: 12px;
  }
}
#header_container #header_right #header_right_settings #country_selector_header span.title {
  margin-right: 5px;
  display: inline-block;
  padding-left: 23px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzAwMDAwMDM2MjQzODY5NDM3ODg4MzA0NTgwMDAwMDA3Njk3Nzc5NzMwNTUwNTY4NjMxXyk7Ij48cGF0aCBzdHlsZT0iY2xpcC1wYXRoOnVybCgjU1ZHSURfMDAwMDAwMDM4MjU1NDk0MDE1MzU3OTI4ODAwMDAwMTY2ODUxNDE4OTc3OTQ2NjY0MzBfKTtmaWxsOm5vbmU7c3Ryb2tlOiM2MzYzNjM7c3Ryb2tlLXdpZHRoOjAuNzU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwOyIgZD0iTTEuNSwxMi42aDE0LjEgTTEuNSw0LjRoMTQuMSBNMC40LDguNWgxNi4yIE04LjUsMC40djE2LjIgTTguNSwwLjRDNS45LDAuNCwzLjgsNCwzLjgsOC41czIuMSw4LjEsNC43LDguMXM0LjctMy42LDQuNy04LjFTMTEuMSwwLjQsOC41LDAuNHogTTguNSwwLjRDNCwwLjQsMC40LDQsMC40LDguNXMzLjYsOC4xLDguMSw4LjFzOC4xLTMuNiw4LjEtOC4xUzEzLDAuNCw4LjUsMC40eiIvPjwvZz48L3N2Zz4=');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 17px 17px;
}
#header_container #header_right #header_right_settings #country_selector_header span.current {
  font-family: "Carnas W01 Medium";
}
#header_container #header_right #header_right_settings #country_selector_header span.current::after {
  content: '';
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  position: absolute;
  top: 100%;
  right: -20px;
  width: auto;
  height: 0px;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper.active {
  height: 225px;
  opacity: 1;
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper ul#visitor_country_header {
  margin: 0px;
  padding: 0px;
  width: auto;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style-type: none;
  background: #ffffff;
  display: block;
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper ul#visitor_country_header li {
  margin: 0px 0px 2px 0px;
  padding: 3px 10px;
  cursor: pointer;
}
#header_container #header_right #header_right_settings #country_selector_header #visitor_country_header_wrapper ul#visitor_country_header li:hover {
  background: #fbdfcc;
}
#header_container #header_right #header_right_settings #additional_languages,
#header_container #header_right #header_right_settings #languages {
  display: flex;
  justify-content: right;
}
#header_container #header_right #header_right_settings #additional_languages::before,
#header_container #header_right #header_right_settings #languages::before {
  content: '|';
  font-size: 16px;
  line-height: 24px;
  margin: 0px 10px;
  display: inline-flex;
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings #additional_languages::before,
  #header_container #header_right #header_right_settings #languages::before {
    display: none;
  }
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag,
#header_container #header_right #header_right_settings #languages .language_select .flag {
  width: 24px;
  height: 24px;
  border: 1px transparent solid;
  background-color: transparent;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag::before,
#header_container #header_right #header_right_settings #languages .language_select .flag::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTYwIDE2MCI+CiAgPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI5LjUuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDIuMS4wIEJ1aWxkIDE0MSkgIC0tPgogIDxkZWZzPgogICAgPHN0eWxlPgogICAgICAuc3QwIHsKICAgICAgICBmaWxsOiBub25lOwogICAgICB9CgogICAgICAuc3QxIHsKICAgICAgICBmaWxsOiAjZmZjZTAwOwogICAgICB9CgogICAgICAuc3QyIHsKICAgICAgICBmaWxsOiAjY2YxYjJiOwogICAgICB9CgogICAgICAuc3QzIHsKICAgICAgICBmaWxsOiAjMDAyNjU0OwogICAgICB9CgogICAgICAuc3Q0IHsKICAgICAgICBmaWxsOiAjYWUxYzI4OwogICAgICB9CgogICAgICAuc3Q1IHsKICAgICAgICBmaWxsOiAjMjE0NjhiOwogICAgICB9CgogICAgICAuc3Q2IHsKICAgICAgICBjbGlwLXBhdGg6IHVybCgjY2xpcHBhdGgtMSk7CiAgICAgIH0KCiAgICAgIC5zdDcgewogICAgICAgIGNsaXAtcGF0aDogdXJsKCNjbGlwcGF0aC0zKTsKICAgICAgfQoKICAgICAgLnN0OCB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoLTIpOwogICAgICB9CgogICAgICAuc3Q5IHsKICAgICAgICBmaWxsOiAjZmZmOwogICAgICB9CgogICAgICAuc3QxMCB7CiAgICAgICAgZmlsbDogI2NlMTEyNjsKICAgICAgfQoKICAgICAgLnN0MTEgewogICAgICAgIGZpbGw6ICNkMDA7CiAgICAgIH0KCiAgICAgIC5zdDEyIHsKICAgICAgICBmaWxsOiAjZWVlOwogICAgICB9CgogICAgICAuc3QxMyB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoKTsKICAgICAgfQoKICAgICAgLnN0MTQgewogICAgICAgIGZpbGw6ICMwMDI0N2Q7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMjQiIGN5PSI4IiByPSI4Ii8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aC0xIj4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNDAiIGN5PSI4IiByPSI4Ii8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aC0yIj4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNTYiIGN5PSI4IiByPSI4Ii8+CiAgICA8L2NsaXBQYXRoPgogICAgPGNsaXBQYXRoIGlkPSJjbGlwcGF0aC0zIj4KICAgICAgPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iNzIiIGN5PSI4IiByPSI4Ii8+CiAgICA8L2NsaXBQYXRoPgogIDwvZGVmcz4KICA8ZyBjbGFzcz0ic3QxMyI+CiAgICA8Zz4KICAgICAgPHJlY3QgaWQ9ImJsYWNrX3N0cmlwZSIgeD0iMTYiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIvPgogICAgICA8cmVjdCBpZD0icmVkX3N0cmlwZSIgY2xhc3M9InN0MTEiIHg9IjE2IiB5PSI1LjMiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMC43Ii8+CiAgICAgIDxyZWN0IGlkPSJnb2xkX3N0cmlwZSIgY2xhc3M9InN0MSIgeD0iMTYiIHk9IjEwLjciIHdpZHRoPSIxNiIgaGVpZ2h0PSI1LjMiLz4KICAgIDwvZz4KICA8L2c+CiAgPGcgY2xhc3M9InN0NiI+CiAgICA8Zz4KICAgICAgPHBhdGggY2xhc3M9InN0MTQiIGQ9Ik0yOC45LDIuNXYyLjRoMy41cy0zLjUtMi40LTMuNS0yLjRaTTMxLjgsMTZoNS4xdi0zLjZzLTUuMSwzLjYtNS4xLDMuNlpNNDMuMSwxMi40djMuNmg1LjFsLTUuMS0zLjZaTTI4LjksMTEuMXYyLjRsMy41LTIuNGgtMy41Wk00OC4yLDBoLTUuMXYzLjZsNS4xLTMuNlpNNTEuMSwxMy41di0yLjRoLTMuNWwzLjUsMi40Wk01MS4xLDQuOXYtMi40bC0zLjUsMi40aDMuNVpNMzYuOSwwaC01LjFsNS4xLDMuNlYwWiIvPgogICAgICA8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDQuNCwxMS4xbDYsNC4yYy4zLS4zLjUtLjcuNi0xLjFsLTQuNC0zLjFoLTIuMlpNMzYuOSwxMS4xaC0xLjNsLTYsNC4yYy4zLjMuNy42LDEuMi43bDYuMS00LjNzMC0uNiwwLS42Wk00My4xLDQuOWgxLjNsNi00LjJDNTAuMS40LDQ5LjcuMSw0OS4yLDBsLTYuMSw0LjNzMCwuNiwwLC42Wk0zNS42LDQuOUwyOS42LjdjLS4zLjMtLjUuNy0uNiwxLjFsNC40LDMuMWgyLjJaIi8+CiAgICAgIDxwYXRoIGNsYXNzPSJzdDEyIiBkPSJNNTEuMSw5LjhoLTkuMnY2LjJoMS4ydi0zLjZsNS4xLDMuNmguNGMuNywwLDEuMy0uMywxLjgtLjdsLTYtNC4yaDIuMWw0LjQsMy4xdi0uNmgwbC0zLjUtMi41aDMuNXYtMS4yaC4yWk0yOC45LDkuOHYxLjJoMy41bC0zLjUsMi40aDBjMCwuNy4zLDEuMy43LDEuOGw2LTQuMmgxLjN2LjZsLTYuMSw0LjNoMWw1LjEtMy42djMuNmgxLjJ2LTYuMmgtOS4yWk01MS4xLDIuNWMwLS42LS4zLTEuMy0uNy0xLjdsLTYsNC4yaC0xLjN2LS42bDYuMS00LjRoLTFsLTUuMSwzLjZWMGgtMS4ydjYuMmg5LjJ2LTEuMmgtMy41bDMuNS0yLjRoMFpNMzYuOSwwdjMuNmwtNS4xLTMuNmgtLjRjLS43LDAtMS4zLjMtMS44LjdsNiw0LjJoLTIuMWwtNC40LTMuMXYuNmgwbDMuNSwyLjVoLTMuNXYxLjJoOS4yVjBoLTEuNFoiLz4KICAgICAgPHBhdGggY2xhc3M9InN0MiIgZD0iTTQxLjgsNi4yVjBoLTMuN3Y2LjJoLTkuMnYzLjdoOS4ydjYuMmgzLjd2LTYuMmg5LjJ2LTMuN3MtOS4yLDAtOS4yLDBaIi8+CiAgICA8L2c+CiAgPC9nPgogIDxnIGNsYXNzPSJzdDgiPgogICAgPGc+CiAgICAgIDxwYXRoIGNsYXNzPSJzdDEwIiBkPSJNNTksMGg4djE2aC04Ii8+CiAgICAgIDxwYXRoIGNsYXNzPSJzdDkiIGQ9Ik01MywwaDZ2MTZoLTYiLz4KICAgICAgPHBhdGggY2xhc3M9InN0MyIgZD0iTTQ1LDBoOHYxNmgtOCIvPgogICAgPC9nPgogIDwvZz4KICA8ZyBjbGFzcz0ic3Q3Ij4KICAgIDxnPgogICAgICA8cmVjdCBjbGFzcz0ic3Q1IiB4PSI2MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjE2Ii8+CiAgICAgIDxyZWN0IGNsYXNzPSJzdDkiIHg9IjYwIiB3aWR0aD0iMjQiIGhlaWdodD0iMTAuNyIvPgogICAgICA8cmVjdCBjbGFzcz0ic3Q0IiB4PSI2MCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjUuMyIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+);
  background-size: 160px 160px;
  background-position: left top;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag a,
#header_container #header_right #header_right_settings #languages .language_select .flag a {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  z-index: 3;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag:hover:after,
#header_container #header_right #header_right_settings #languages .language_select .flag:hover:after,
#header_container #header_right #header_right_settings #additional_languages .language_select .flag a[tooltip-title]:hover:after,
#header_container #header_right #header_right_settings #languages .language_select .flag a[tooltip-title]:hover:after {
  content: attr(tooltip-title);
  background: #ffffff;
  white-space: nowrap;
  padding: 12px 16px;
  z-index: 100;
  position: absolute;
  text-align: right;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #636363;
  margin-top: 16px;
  right: 0;
  top: 100%;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag:hover::before,
#header_container #header_right #header_right_settings #languages .language_select .flag:hover::before {
  transform: scale(1.2);
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_selected,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_selected {
  border-color: #0a735a;
  background-color: #ffffff;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_selected:hover::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_selected:hover::before {
  transform: none;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_de::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_de::before,
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_1::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_1::before {
  background-position: -16px 0px;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_en::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_en::before,
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_2::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_2::before {
  background-position: -32px 0px;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_fr::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_fr::before {
  background-position: -48px 0px;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag.flag_nl::before,
#header_container #header_right #header_right_settings #languages .language_select .flag.flag_nl::before {
  background-position: -64px 0px;
}
#header_container #header_right #header_right_settings #additional_languages .language_select .flag .language_name,
#header_container #header_right #header_right_settings #languages .language_select .flag .language_name {
  display: none;
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings #additional_languages {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 1175px) {
  #header_container #header_right #header_right_settings #languages {
    grid-column: 2;
    grid-row: 2;
  }
}
#header_container #header_right #header_right_user {
  margin: 5px 0px 0px 0px;
  float: right;
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_user {
    float: inherit;
    text-align: right;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user {
    margin: 0px;
  }
}
#header_container #header_right #header_right_user #header_right_user_links {
  margin: 0px;
  padding: 0px 35px 0px 0px;
  list-style-type: none;
  display: block;
  float: left;
}
@media screen and (max-width: 1050px) {
  #header_container #header_right #header_right_user #header_right_user_links {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_user #header_right_user_links {
    margin-bottom: 15px;
    padding: 0px;
    width: auto;
    float: inherit;
    text-align: right;
    display: inline-block;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user #header_right_user_links {
    display: none;
  }
}
#header_container #header_right #header_right_user #header_right_user_links br {
  display: none;
}
#header_container #header_right #header_right_user #header_right_user_links a {
  margin: 0px 0px 5px 40px;
  line-height: 18px;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  color: #636363 !important;
  display: block;
}
@media screen and (max-width: 1300px) {
  #header_container #header_right #header_right_user #header_right_user_links a {
    font-size: 14px;
    margin-left: 30px;
  }
}
#header_container #header_right #header_right_user #header_right_user_links a.header_account_link {
  font-size: 16px;
  font-family: "Carnas W01 Medium";
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1050px) {
  #header_container #header_right #header_right_user #header_right_user_links a.header_account_link {
    display: block;
    font-size: 14px;
    line-height: 20px;
  }
}
#header_container #header_right #header_right_user #header_right_user_links a.header_account_link:before {
  content: "";
  width: 30px;
  height: 35px;
  position: absolute;
  top: 0px;
  left: -40px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjQ2MzYzO3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTguNCw2LjdjMCwwLDMsMC44LDYuMywwLjhjMy45LDAsNi44LTAuOCw2LjgtMC44IE0xNC45LDEuMmMwLDAsMS0wLjIsMS41LTAuMmMwLjUsMCwzLjItMC4xLDUuNiw2LjUgTTgsNy41CgljMCwwLDIuMy02LjUsNS4zLTYuNWMxLjIsMCwxLjksMSwxLjksMSBNMjAuOSw0LjljMi45LDAuNSw0LjcsMS40LDQuNywyLjNjMCwxLjYtNC44LDIuOC0xMC44LDIuOGMtNS45LDAtMTAuOC0xLjMtMTAuOC0yLjgKCWMwLTEsMi0xLjksNS4xLTIuNCBNMTIuMiwzMWg1LjYgTTkuNCwyOC4xaDExLjIgTTIwLjYsMzMuOXYtNS44YzAsMCwwLjEtMy42LDAuOC01LjkgTTkuNCwzMy45di01LjhjMCwwLTAuMS0zLjctMC44LTYgTTE4LjYsMTgKCWMwLDAtMC4xLDEuOCwwLjQsMi45YzAuNSwxLDMuMSwxLjMsNSwxLjhjMi4xLDAuNSwzLjIsMS41LDQuMiwzLjhjMS4yLDIuNywxLjEsNy42LDEuMSw3LjZIMC44YzAsMC0wLjItNC44LDEuMS03LjYKCWMxLTIuMywyLjEtMy4zLDQuMi0zLjhjMS44LTAuNCw0LjQtMC43LDUtMS44YzAuNS0xLDAuNC0yLjksMC40LTIuOSBNMjEuNCw5LjVjMCwwLjIsMCwwLjUsMCwwLjdjMCw1LjEtMi45LDkuMi02LjUsOS4yCgljLTMuNiwwLTYuNS00LjEtNi41LTkuMmMwLTAuMiwwLTAuNSwwLTAuNyIvPgo8L3N2Zz4K');
  background-repeat: no-repeat;
}
@media screen and (max-width: 1300px) {
  #header_container #header_right #header_right_user #header_right_user_links a.header_account_link:before {
    width: 20px;
    height: 24px;
    left: -30px;
  }
}
@media screen and (max-width: 1050px) {
  #header_container #header_right #header_right_user #header_right_user_links a.header_account_link:before {
    width: 20px;
    height: 20px;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  float: left;
}
@media screen and (max-width: 1050px) {
  #header_container #header_right #header_right_user .minicart-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  #header_container #header_right #header_right_user .minicart-wrapper {
    width: auto;
    float: inherit;
    text-align: right;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper {
    padding: 0px !important;
    position: absolute;
    top: 10px;
    right: 110px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action.showcart {
    width: 40px;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action.showcart:before {
  margin: 0px 8px 20px 0px;
  content: " ";
  width: 36px;
  height: 30px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjU2NDY0O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLDEzLjVMNC44LDYuM0gxLjQgTTI5LjIsMjMuOGMwLDEuNSwxLjMsMi44LDIuOSwyLjhjMS42LDAsMi45LTEuMywyLjktMi44YzAtMS41LTEuMy0yLjgtMi45LTIuOAoJQzMwLjQsMjEsMjkuMiwyMi4zLDI5LjIsMjMuOHogTTI3LjQsMTguOWwyLjYsMi42IE0xOS40LDE4LjlsLTQuMSw2LjhjMCwwLTAuNywxLjEtMS43LDAuN2MtMC44LTAuNC0wLjQtMS41LTAuNC0xLjVsMS4xLTYuNAoJIE0zNC4xLDkuN0gxMS4zbDEuNyw4LjZsMTIsMC44YzAsMCwyLjcsMC40LDQtMS42QzMwLjcsMTQuOSwzNC4xLDkuNywzNC4xLDkuN3oiLz4KPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjM2IiBoZWlnaHQ9IjMwIi8+Cjwvc3ZnPgo=');
  background-repeat: no-repeat;
  display: block;
  float: left;
}
@media screen and (max-width: 1300px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action.showcart:before {
    width: 25px;
    height: 24px;
  }
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action.showcart:before {
    margin: 0px;
    width: 40px;
    height: 40px;
    display: block;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action .text {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  font-size: 15px;
  line-height: 18px;
  height: auto;
  width: auto;
  overflow: initial;
  position: relative;
  display: inline-block;
  color: #636363;
  font-weight: 400;
  font-family: 'Carnas W01 Medium';
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action .text {
    display: none !important;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action .counter {
  background: inherit;
  color: #0a735a;
  height: auto;
  font-size: 15px;
  line-height: 18px;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  display: block;
  margin: 0 0 0 0px;
  overflow: hidden;
  padding: inherit;
  text-align: left;
  white-space: normal;
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action .counter .counter-number {
    position: absolute;
    bottom: 0px;
    right: -10px;
    width: auto;
    height: 20px;
    min-width: 20px;
    color: #ffffff;
    text-align: center;
    padding: 0px 3px;
    background: #eb5f00;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 770px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action .counter .counter-number {
    display: none !important;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action .counter .counter-label {
  border: initial;
  clip: initial;
  height: auto;
  margin: initial;
  overflow: initial;
  padding: initial;
  position: initial;
  width: initial;
  color: #636363;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  #header_container #header_right #header_right_user .minicart-wrapper .action .counter .counter-label {
    display: none !important;
  }
}
#header_container #header_right #header_right_user .minicart-wrapper .action .counter.empty .counter-number {
  display: none;
}
#header_container .icon {
  margin: 3px 10px 3px 0px;
  width: 18px;
  height: 18px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  position: relative;
}
#header_container .icon:hover:after {
  content: attr(tooltip-title);
  background: #ffffff;
  white-space: nowrap;
  padding: 12px 16px;
  z-index: 100;
  position: absolute;
  text-align: right;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #636363;
  margin-top: 16px;
  right: 0;
  top: 100%;
}
#header_container .icon.icon_info {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOCAxOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoKTsKICAgICAgfQoKICAgICAgLmNscy0yLCAuY2xzLTMgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5jbHMtMiwgLmNscy00IHsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQoKICAgICAgLmNscy0zIHsKICAgICAgICBzdHJva2U6ICM2MzYzNjM7CiAgICAgICAgc3Ryb2tlLWxpbmVjYXA6IHJvdW5kOwogICAgICAgIHN0cm9rZS1saW5lam9pbjogcm91bmQ7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAuOHB4OwogICAgICB9CgogICAgICAuY2xzLTQgewogICAgICAgIGZpbGw6ICM2MzYzNjM7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgICA8Y2xpcFBhdGggaWQ9ImNsaXBwYXRoIj4KICAgICAgPHJlY3QgY2xhc3M9ImNscy0yIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGNsYXNzPSJjbHMtMSI+CiAgICA8cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik05LjIsMTRoLS41Yy0uMiwwLS4zLDAtLjMtLjN2LTYuNGMwLS4yLDAtLjMuMy0uM2guNWMuMiwwLC4zLjEuMy4zdjYuNGMwLC4yLDAsLjMtLjMuM005LDUuNGMtLjQsMC0uNi0uMS0uNi0uN3MuMy0uNy42LS43LjcuMi43LjctLjIuNy0uNy43Ii8+CiAgICA8Y2lyY2xlIGNsYXNzPSJjbHMtMyIgY3g9IjkiIGN5PSI5IiByPSI4LjYiLz4KICA8L2c+Cjwvc3ZnPg==');
}
#header_container .icon.icon_language {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxOCAxOCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgY2xpcC1wYXRoOiB1cmwoI2NsaXBwYXRoKTsKICAgICAgfQoKICAgICAgLmNscy0yIHsKICAgICAgICBzdHJva2Utd2lkdGg6IDBweDsKICAgICAgfQoKICAgICAgLmNscy0yLCAuY2xzLTMgewogICAgICAgIGZpbGw6IG5vbmU7CiAgICAgIH0KCiAgICAgIC5jbHMtMyB7CiAgICAgICAgc3Ryb2tlOiAjNjM2MzYzOwogICAgICAgIHN0cm9rZS1saW5lY2FwOiByb3VuZDsKICAgICAgICBzdHJva2UtbGluZWpvaW46IHJvdW5kOwogICAgICAgIHN0cm9rZS13aWR0aDogLjhweDsKICAgICAgfQogICAgPC9zdHlsZT4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcHBhdGgiPgogICAgICA8cmVjdCBjbGFzcz0iY2xzLTIiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgY2xhc3M9ImNscy0xIj4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTExLjYsNi40YzEuNSwxLjUsMS41LDMuOCwwLDUuM00xMi45LDUuMWMyLjIsMi4yLDIuMiw1LjcsMCw3LjhNMTAuMyw3LjdjLjcuNy43LDEuOSwwLDIuN005LC40QzQuMi40LjQsNC4yLjQsOXMuNSwzLjIsMS4zLDQuNmwtLjcsNC4xczIuNS0uOSwzLjUtMS4zYzEuMy44LDIuOSwxLjMsNC41LDEuMyw0LjgsMCw4LjYtMy45LDguNi04LjZTMTMuOC40LDksLjRaIi8+CiAgPC9nPgo8L3N2Zz4=');
}
#header_container .icon .text {
  display: none;
}
@media screen and (max-width: 769px) {
  #header_container .user_type_selector .icon {
    display: none;
  }
}
#header_container .user_type_selector .icon::after {
  right: inherit;
  left: 50%;
  transform: translateX(-50%);
  min-width: 500px;
  white-space: inherit;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #nav_sections #store\.links {
    display: none;
  }
}
#nav_sections #store\.links a {
  padding: 0.8rem 20px;
  margin: 0px;
  display: block;
  border-bottom: 1px #d1d1d1 solid;
  font-size: 1.6rem;
  color: #636363;
}
@media screen and (min-width: 769px) {
  #nav_sections #store\.links a {
    display: none;
  }
}
#nav_sections #store\.links a:first-of-type {
  border-top: 1px #d1d1d1 solid;
}
#nav_sections #store\.links a:hover {
  color: #eb5f00;
}
@media screen and (min-width: 769px) {
  #nav_sections #store\.settings {
    display: none;
  }
}
#nav_sections #store\.settings #additional_languages,
#nav_sections #store\.settings #languages {
  margin-bottom: 30px;
}
#nav_sections #store\.settings #additional_languages span.text,
#nav_sections #store\.settings #languages span.text {
  font-family: "Carnas W01 Medium";
  display: block;
  padding: 0px 20px 5px 20px;
}
#nav_sections #store\.settings #additional_languages .language_select,
#nav_sections #store\.settings #languages .language_select {
  margin: 0px;
  padding: 0px;
  border-top: 1px #d1d1d1 solid;
  display: block;
}
#nav_sections #store\.settings #additional_languages .language_select div.flag,
#nav_sections #store\.settings #languages .language_select div.flag {
  padding: 0.8rem 20px;
  margin: 0px;
  border-bottom: 1px #d1d1d1 solid;
}
#nav_sections #store\.settings #additional_languages .language_select div.flag a,
#nav_sections #store\.settings #languages .language_select div.flag a {
  color: #636363;
}
#nav_sections #store\.settings #additional_languages .language_select div.flag.flag_selected a,
#nav_sections #store\.settings #languages .language_select div.flag.flag_selected a,
#nav_sections #store\.settings #additional_languages .language_select div.flag.flag_selected span,
#nav_sections #store\.settings #languages .language_select div.flag.flag_selected span,
#nav_sections #store\.settings #additional_languages .language_select div.flag a:hover,
#nav_sections #store\.settings #languages .language_select div.flag a:hover {
  color: #eb5f00;
}
#nav_sections #store\.settings #visitor_country_mobile_wrap {
  margin: 0px 20px 30px 20px;
}
#nav_sections #store\.settings #visitor_country_mobile_wrap > span {
  font-family: "Carnas W01 Medium";
  display: block;
  padding: 0px 0px 5px 0px;
}
#nav_sections #store\.settings .user_type_selector_wrapper {
  margin: 40px 0px 0px 0px;
  padding: 0px 20px;
  display: block;
}
#nav_sections #store\.settings .user_type_selector_wrapper ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#nav_sections #store\.settings .user_type_selector_wrapper ul span.label-container,
#nav_sections #store\.settings .user_type_selector_wrapper ul label.container {
  display: block;
  font-family: "Carnas W01 Medium";
}
#nav_sections #store\.settings .user_type_selector_wrapper ul a {
  color: #636363;
}
#nav_sections #store\.settings .user_type_selector_wrapper ul .checkmark::after {
  top: -6px;
  left: 5px;
  width: 7px;
  height: 14px;
}
#nav_sections #store\.settings .user_type_selector_wrapper ul .icon::after {
  padding: 3px 0px 10px 20px;
  content: attr(tooltip-title);
  color: #636363;
  font-size: 1.2rem;
  display: block;
}
#nav_sections #store\.settings .user_type_selector_wrapper .user_type_selector_info {
  display: none !important;
}
#mobile_navbutton {
  margin: 0px 5px 0px 0px;
  display: none;
  overflow: hidden;
  width: 40px;
  height: 40px;
  z-index: 11;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  position: relative;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 769px) {
  #mobile_navbutton {
    display: block;
  }
}
#mobile_navbutton span {
  position: absolute;
  left: 5px;
  top: 19px;
  width: 30px;
  height: 3px;
  background-color: #0a735a;
  transition-property: background-color;
  transition-duration: 0s;
  transition-delay: 0.3s;
}
#mobile_navbutton span:before,
#mobile_navbutton span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #0a735a;
  content: "";
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
#mobile_navbutton span:before {
  top: -10px;
  transition-property: top, transform;
}
#mobile_navbutton span:after {
  bottom: -10px;
  transition-property: bottom, transform;
}
#mobile_navbutton.is-active span {
  background-color: transparent;
}
#mobile_navbutton.is-active span:before {
  top: 0;
  transform: rotate(45deg);
}
#mobile_navbutton.is-active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
#mobile_navbutton.is-active span:before,
#mobile_navbutton.is-active span:after {
  transition-delay: 0s, 0.3s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
   *  Owl Carousel - Animate Plugin
   */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
   * 	Owl Carousel - Auto Height Plugin
   */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
   * 	Owl Carousel - Lazy Load Plugin
   */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
   * 	Owl Carousel - Video Plugin
   */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0!important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dddddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height,visibility;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#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: 0.7;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 0;
}
#cboxTopCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -50px;
}
#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px 0;
}
#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat 0 -25px;
}
#cboxBottomCenter {
  height: 25px;
  background: url(images/border1.png) repeat-x 0 -75px;
}
#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(images/border1.png) no-repeat -25px -25px;
}
#cboxMiddleLeft {
  width: 25px;
  background: url(images/border2.png) repeat-y 0 0;
}
#cboxMiddleRight {
  width: 25px;
  background: url(images/border2.png) repeat-y -25px 0;
}
#cboxContent {
  background: #fff;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 20px;
}
#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
  /*border-top: 1px solid #ddd; padding-top: 15px; */
}
#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}
#cboxLoadingOverlay {
  background: #ffffff url(images/loading.gif) no-repeat center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}
#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}
#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}
#cboxClose {
  position: absolute;
  top: -27px;
  right: -25px;
  display: block;
  color: transparent;
  background: url(images/fancy_close.png) no-repeat 0 0;
  width: 30px;
  height: 30px;
}
.action_button li {
  float: left;
  width: 100%;
  clear: both;
  margin: 10px 0;
}
.action_button li a.button {
  padding: 8px 10px;
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.vjs-default-skin {
  color: #cccccc;
}
/* Custom Icon Font
  --------------------------------------------------------------------------------
  The control icons are from a custom font. Each icon corresponds to a character
  (e.g. "\e001"). Font icons allow for easy scaling and coloring of icons.
  */
@font-face {
  font-family: 'VideoJS';
  src: url('../fonts/vjs.eot');
  src: url('../fonts/vjs.eot?#iefix') format('embedded-opentype'), url('../fonts/vjs.woff') format('woff'), url('../fonts/vjs.ttf') format('truetype'), url('../fonts/vjs.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base UI Component Classes
  --------------------------------------------------------------------------------
  */
/* Slider - used for Volume bar and Seek bar */
.vjs-default-skin .vjs-slider {
  /* Replace browser focus highlight with handle highlight */
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  /* background-color-with-alpha */
  background-color: #333333;
  background-color: rgba(51, 51, 51, 0.9);
}
.vjs-default-skin .vjs-slider:focus {
  /* box-shadow */
  -webkit-box-shadow: 0 0 2em #ffffff;
  -moz-box-shadow: 0 0 2em #ffffff;
  box-shadow: 0 0 2em #ffffff;
}
.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0em 0em 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  /* Rotate the square icon to make a diamond */
  /* transform */
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Control Bar
  --------------------------------------------------------------------------------
  The default control bar that is a container for most of the controls.
  */
.vjs-default-skin .vjs-control-bar {
  /* Start hidden */
  display: none;
  position: absolute;
  /* Place control bar at the bottom of the player box/video.
       If you want more margin below the control bar, add more height. */
  bottom: 0;
  /* Use left/right to stretch to 100% width of player div */
  left: 0;
  right: 0;
  /* Height includes any margin you want above or below control items */
  height: 3.0em;
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}
/* Show the control bar only once the video has started playing */
.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  /* Visibility needed to make sure things hide in older browsers too. */
  visibility: visible;
  opacity: 1;
  /* transition */
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
/* Hide the control bar when the video is playing and the user is inactive  */
.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  /* transition */
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}
.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}
/* The control bar shouldn't show after an error */
.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}
/* Don't hide the control bar if it's audio */
.vjs-audio.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
/* IE8 is flakey with fonts, and you have to change the actual content to force
  fonts to show/hide properly.
    - "\9" IE8 hack didn't work for this
    - Found in XP IE8 from http://modern.ie. Does not show up in "IE8 mode" in IE9
  */
@media screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
/* General styles for individual controls. */
.vjs-default-skin .vjs-control {
  outline: none;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3.0em;
  width: 4em;
}
/* Font button icons */
.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-control:focus:before,
.vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0em 0em 1em #ffffff;
}
.vjs-default-skin .vjs-control:focus {
  /*  outline: 0; */
  /* keyboard-only users cannot see the focus on several of the UI elements when
    this is set to 0 */
}
/* Hide control text visually, but have it available for screenreaders */
.vjs-default-skin .vjs-control-text {
  /* hide-visually */
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Play/Pause
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}
.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}
.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}
/* Playback toggle
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}
/* Volume/Mute
  -------------------------------------------------------------------------------- */
.vjs-default-skin .vjs-mute-control,
.vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-mute-control:before,
.vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-0:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-1:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}
.vjs-default-skin .vjs-mute-control.vjs-vol-2:before,
.vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}
.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}
.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}
.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  /* assuming volume starts at 1.0 */
  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  /* Assumes volume starts at 1.0. If you change the size of the
       handle relative to the volume bar, you'll need to update this value
       too. */
  left: 4.5em;
}
.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}
/* The volume menu button is like menu buttons (captions/subtitles) but works
      a little differently. It needs to be possible to tab to the volume slider
      without hitting space bar on the menu button. To do this we're not using
      display:none to hide the slider menu by default, and instead setting the
      width and height to zero. */
.vjs-default-skin .vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  height: 0;
  width: 0;
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing {
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
.vjs-default-skin .vjs-volume-menu-button:hover .vjs-menu .vjs-menu-content,
.vjs-default-skin .vjs-volume-menu-button .vjs-menu.vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 10em;
}
/* Progress
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  /* Set above the rest of the controls. */
  top: -1em;
  /* Shrink the bar slower than it grows. */
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* On hover, make the progress bar grow to something that's more clickable.
      This simply changes the overall font for the progress bar, and this
      updates both the em-based widths and heights, as wells as the icon font */
.vjs-default-skin:hover .vjs-progress-control {
  font-size: .9em;
  /* Even though we're not changing the top/height, we need to include them in
        the transition so they're handled correctly. */
  /* transition */
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
/* Box containing play and load progresses. Also acts as seek scrubber. */
.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}
/* Progress Bars */
.vjs-default-skin .vjs-progress-holder .vjs-play-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress,
.vjs-default-skin .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  /* updated by javascript during playback */
  width: 0;
  /* Needed for IE6 */
  left: 0;
  top: 0;
}
.vjs-default-skin .vjs-play-progress {
  /*
      Using a data URI to create the white diagonal lines with a transparent
        background. Surprisingly works in IE8.
        Created using http://www.patternify.com
      Changing the first color value will change the bar color.
      Also using a paralax effect to make the lines move backwards.
        The -50% left position makes that happen.
    */
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}
.vjs-default-skin .vjs-load-progress {
  background: #646464 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.2);
}
/* there are child elements of the load progress bar that represent the
     specific time ranges that have been buffered */
.vjs-default-skin .vjs-load-progress div {
  background: #787878 /* IE8- Fallback */;
  background: rgba(255, 255, 255, 0.1);
}
.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}
.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em /* Minor adjustment */;
}
/* Live Mode
  --------------------------------------------------------------------------------
  */
.vjs-default-skin.vjs-live .vjs-time-controls,
.vjs-default-skin.vjs-live .vjs-time-divider,
.vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}
.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}
/* Live Display
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}
/* Time Display
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  /* Align vertically by making the line height the same as the control bar */
  line-height: 3em;
}
.vjs-default-skin .vjs-current-time {
  float: left;
}
.vjs-default-skin .vjs-duration {
  float: left;
}
/* Remaining time is in the HTML, but not included in default design */
.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}
.vjs-time-divider {
  float: left;
  line-height: 3em;
}
/* Fullscreen
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}
.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}
/* Switch to the exit icon when the player is in fullscreen */
.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}
/* Big Play Button (play button at start)
  --------------------------------------------------------------------------------
  Positioning of the play button in the center or other corners can be done more
  easily in the skin designer. http://designer.videojs.com/
  */
.vjs-default-skin .vjs-big-play-button {
  left: 0.5em;
  top: 0.5em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  /* Need a slightly gray bg so it can be seen on black backgrounds */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  /* border-radius */
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 1em rgba(255, 255, 255, 0.25);
  /* transition */
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* Optionally center */
.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  /* Center it horizontally */
  left: 50%;
  margin-left: -2.1em;
  /* Center it vertically */
  top: 50%;
  margin-top: -1.4000000000000001em;
}
/* Hide if controls are disabled */
.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}
/* Hide when video starts playing */
.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}
/* Hide on mobile devices. Remove when we stop using native controls
      by default on mobile  */
.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}
.vjs-default-skin:hover .vjs-big-play-button,
.vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  /* IE8 needs a non-glow hover state */
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 3em #ffffff;
  -moz-box-shadow: 0 0 3em #ffffff;
  box-shadow: 0 0 3em #ffffff;
  /* transition */
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  /* In order to center the play icon vertically we need to set the line height
       to the same as the button height */
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-big-play-button {
  display: none;
}
/* Error Display
  --------------------------------------------------------------------------------
  */
.vjs-error-display {
  display: none;
}
.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vjs-error .vjs-error-display:before {
  content: 'X';
  font-family: Arial;
  font-size: 4em;
  color: #666666;
  /* In order to center the play icon vertically we need to set the line height
       to the same as the button height */
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center /* Needed for IE8 */;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}
.vjs-error-display div {
  position: absolute;
  bottom: 1em;
  right: 0;
  left: 0;
  font-size: 1.4em;
  text-align: center;
  padding: 3px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
}
.vjs-error-display a,
.vjs-error-display a:visited {
  color: #F4A460;
}
/* Loading Spinner
  --------------------------------------------------------------------------------
  */
.vjs-loading-spinner {
  /* Should be hidden by default */
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
}
/* Show the spinner when waiting for data and seeking to a new time */
.vjs-waiting .vjs-loading-spinner,
.vjs-seeking .vjs-loading-spinner {
  display: block;
  /* only animate when showing because it can be processor heavy */
  /* animation */
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* Errors are unrecoverable without user interaction so hide the spinner */
.vjs-error .vjs-loading-spinner {
  display: none;
  /* ensure animation doesn't continue while hidden */
  /* animation */
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0em 0em 0.1em #000;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Menu Buttons (Captions/Subtitles/etc.)
  --------------------------------------------------------------------------------
  */
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}
.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0em;
  /* (Width of vjs-menu - width of button) / 2 */
  width: 0em;
  height: 0em;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000000;
  /* Same width top as ul bottom */
  border-top-color: rgba(7, 40, 50, 0.5);
  /* Same as ul background */
}
/* Button Pop-up Menu */
.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  /* Same bottom as vjs-menu border-top */
  max-height: 15em;
  overflow: auto;
  left: -5em;
  /* Width of menu - width of button / 2 */
  /* background-color-with-alpha */
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  /* box-shadow */
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}
.vjs-default-skin .vjs-menu-button:hover .vjs-control-content .vjs-menu,
.vjs-default-skin .vjs-control-content .vjs-menu.vjs-lock-showing {
  display: block;
}
/* prevent menus from opening while scrubbing (FF, IE) */
.vjs-default-skin.vjs-scrubbing .vjs-menu-button:hover .vjs-control-content .vjs-menu {
  display: none;
}
.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}
.vjs-default-skin .vjs-menu-button ul li:focus,
.vjs-default-skin .vjs-menu-button ul li:hover,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus,
.vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  /* background-color-with-alpha */
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.75);
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
/* Subtitles Button */
.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}
/* Captions Button */
.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}
/* Chapters Button */
.vjs-default-skin .vjs-chapters-button:before {
  content: "\e00c";
}
.vjs-default-skin .vjs-chapters-button.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 24em;
  left: -12em;
}
/* Replacement for focus outline */
.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before,
.vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  /* box-shadow */
  -webkit-box-shadow: 0 0 1em #ffffff;
  -moz-box-shadow: 0 0 1em #ffffff;
  box-shadow: 0 0 1em #ffffff;
}
/*
  REQUIRED STYLES (be careful overriding)
  ================================================================================
  When loading the player, the video tag is replaced with a DIV,
  that will hold the video tag or object tag for other playback methods.
  The div contains the video playback element (Flash or HTML5) and controls,
  and sets the width and height of the video.
  
  ** If you want to add some kind of border/padding (e.g. a frame), or special
  positioning, use another containing element. Otherwise you risk messing up
  control positioning and full window mode. **
  */
.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  /* Start with 10px for base font size so other dimensions can be em based and
       easily calculable. */
  font-size: 10px;
  /* Allow poster to be vertically aligned. */
  vertical-align: middle;
  /*  display: table-cell; */
  /*This works in Safari but not Firefox.*/
  /* Provide some basic defaults for fonts */
  font-weight: normal;
  font-style: normal;
  /* Avoiding helvetica: issue #376 */
  font-family: Arial, sans-serif;
  /* Turn off user selection (text highlighting) by default.
       The majority of player components will not be text blocks.
       Text areas will need to turn user selection back on. */
  /* user-select */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Playback technology elements expand to the width/height of the containing div
      <video> or <object> */
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Fix for Firefox 9 fullscreen (only if it is enabled). Not needed when
     checking fullScreenEnabled. */
.video-js:-moz-full-screen {
  position: absolute;
}
/* Fullscreen Styles */
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  /* Fix for IE6 full-window. http://www.cssplay.co.uk/layouts/fixed.html */
  overflow-y: auto;
}
.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  /* IE6 full-window (underscore hack) */
  _position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
/* Poster Styles */
.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
/* Hide the poster after the video has started playing */
.video-js.vjs-has-started .vjs-poster {
  display: none;
}
/* Don't hide the poster if we're playing audio */
.video-js.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
/* Hide the poster when controls are disabled because it's clickable
      and the native poster can take over */
.video-js.vjs-controls-disabled .vjs-poster {
  display: none;
}
/* Hide the poster when native controls are used otherwise it covers them */
.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}
/* Text Track Styles */
/* Overall track holder for both captions and subtitles */
.video-js .vjs-text-track-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 3em;
  right: 0;
  pointer-events: none;
}
/* Captions Settings Dialog */
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #000;
  opacity: 0.75;
  color: #FFF;
  margin: 0 auto;
  padding: 0.5em;
  height: 15em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 2em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
}
.vjs-caption-settings .vjs-tracksetting label {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
/* Hide disabled or unsupported controls */
.vjs-hidden {
  display: none !important;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
/*  In IE8 w/ no JavaScript (no HTML5 shim), the video tag doesn't register.
      The .video-js classname on the video tag also isn't considered.
      This optional paragraph inside the video tag can provide a message to users
      about what's required to play video. */
.vjs-no-js {
  padding: 2em;
  color: #ccc;
  background-color: #333;
  font-size: 1.8em;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 30em;
  height: 15em;
  margin: 0 auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #F4A460;
}
/* -----------------------------------------------------------------------------
  The original source of this file lives at
  https://github.com/videojs/video.js/blob/master/src/css/video-js.less */
/**
 * Swiper 4.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 13, 2017
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.banner-countdowns .timeleft h3 {
  color: #FFFFFF !important;
  padding: 0;
  margin: 0;
  line-height: 40px;
  font-family: verdana,arial;
  font-size: 19px;
  font-weight: normal;
}
.banner-countdowns .item-countdown {
  padding: 10px 0;
  direction: ltr;
}
.banner-countdowns .item-countdown ul {
  /*text-align: center;*/
}
.banner-countdowns .item-countdown ul li {
  display: inline-block;
  margin: 0px 8px 0 0;
  line-height: normal;
  border: 0;
}
.banner-countdowns .item-countdown ul li.last {
  margin: 0px;
}
.banner-countdowns .item-countdown ul li div {
  text-transform: lowercase;
  clear: both;
  text-align: center;
  width: 100%;
  font-size: 12px;
}
.banner-countdowns .timeleft {
  background-color: #6B9E1B;
  background-image: linear-gradient(to bottom, #7aa832, #4b6f13);
}
.banner-countdowns .item-countdown ul li div.countdown_num span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border: 1px solid #ebebeb;
  padding: 4px 6px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #ffffff), color-stop(51%, #f8f8f8), color-stop(100%, #f8f8f8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f8f8f8 51%, #f8f8f8 100%);
  /* W3C */
}
.banner-countdowns .item-countdown ul li div.countdown_num span + span {
  border-left: 0;
}
/*Carousel css*/
.banner-countdowns .product-block .group-item {
  display: inline-block;
}
.banner-countdowns .group-action .cart {
  float: none;
}
.banner-countdowns .group-action .cart input {
  background-color: #7eac22;
  display: inline-block;
  height: auto;
  overflow: hidden;
  padding: 0;
  text-indent: 0;
  width: auto;
}
.banner-countdowns .group-action .group-action-inner {
  background-color: #7eac22;
  bottom: 30px;
  height: 33px;
  margin: 0;
  position: absolute;
  width: 100%;
  right: -100%;
  opacity: 0;
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.banner-countdowns .product-block:hover .group-action .group-action-inner {
  right: 0;
  opacity: 1;
  transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
}
.banner-countdowns .group-action .wishlist,
.banner-countdowns .group-action .compare {
  float: left;
  width: 19.5%;
  border-left: 1px solid #8cbc2b;
  border-right: 1px solid #6d951d;
}
.banner-countdowns .group-action .cart {
  float: left;
  border-left: 1px solid #8cbc2b;
  width: 56%;
}
.banner-countdowns .group-action .wishlist a,
.banner-countdowns .group-action .compare a,
.banner-countdowns .group-action .cart .button {
  background-image: url("../image/default/icon-action.png");
  background-repeat: no-repeat;
  height: 32px;
  width: 100%;
}
.banner-countdowns .group-action .wishlist a,
.banner-countdowns .group-action .compare a {
  overflow: hidden;
  text-indent: -9999em;
  padding: 0;
}
.banner-countdowns .group-action .wishlist a {
  background-position: 55% 12px;
}
.banner-countdowns .group-action .compare a {
  background-position: 58% -52px;
}
.banner-countdowns .group-action .cart .button {
  background-position: 14% -125px;
  color: #FFFFFF;
  font-weight: 400;
  padding-left: 30px;
}
.banner-countdowns .group-action .icon-plus {
  background-color: #F2711F;
  bottom: 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 30px;
}
.banner-countdowns .product-block:hover .group-action .icon-plus {
  background-color: #7eac22;
}
.banner-countdowns .product-block .rating {
  display: none;
}
.banner-countdowns .carousel-controls {
  position: absolute;
  right: 0;
  top: 10px;
  width: 80px;
}
.banner-countdowns .carousel-control {
  border-radius: 15px;
  font-size: 24px;
  height: 20px;
  line-height: 15px;
  margin-top: 0;
  width: 20px;
  opacity: 0.5;
}
.widget-contenthtml {
  padding: 30px;
  border-radius: 5px;
}
.ajax-loading-img {
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.ves-container .label {
  color: #333;
}
/*Container size*/
.container-small,
.container-large {
  max-width: 100%;
}
@media (min-width: 768px) {
  .container-small {
    width: 300px;
  }
  .container-large {
    width: 970px;
  }
}
@media (min-width: 992px) {
  .container-small {
    width: 500px;
  }
  .container-large {
    width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container-small {
    width: 700px;
  }
  .container-large {
    width: 1500px;
  }
}
/*Container size*/
@media (max-width: 992px) {
  .offcanvas-widget-siderbars .offcanvas-widget-sidebar {
    display: none;
    width: 100%;
  }
  .offcanvas-widget-siderbars.column-left-active .offcanvas-widget-sidebar.canvas-show {
    display: block;
  }
  .offcanvas-widget-siderbars.column-left-active .main-column,
  .offcanvas-widget-siderbars.column-right-active .main-column {
    display: none;
  }
}
.col-nopadding,
.row-nopadding,
.widget-nopadding {
  padding: 0px !important;
}
/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"],
.row.no-gutters > .row-inner > [class^="col-"],
.row.no-gutters > .row-inner > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*Aligment*/
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left-block {
  display: block;
  margin-left: 0px;
  margin-right: auto;
}
.right-block {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}
/*Collapse opener*/
.block .opener {
  position: absolute;
  right: 0;
  top: 2px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* Accordion style*/
.accordian-play .panel-item-content {
  display: none;
  margin: 0 auto;
  max-width: 1080px;
  text-align: center;
  overflow: hidden;
}
.accordian-play .menu-title {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #141414;
  cursor: pointer;
  text-align: center;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  border-top: solid 1px #d8d8d7;
}
.accordian-play .menu-title .bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  padding-bottom: 80px;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  z-index: 0;
}
.accordian-play .menu-title h3 {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  /*font-weight: 400;*/
  font-style: normal;
  text-transform: uppercase;
  /*font-size: 4.5em;*/
  letter-spacing: 0.09em;
  line-height: 1em;
  position: relative;
  z-index: 5;
}
.accordian-play .menu-title h3 span {
  display: block;
  font-weight: 300;
  font-style: normal;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  font-size: 24px;
  line-height: 0;
  letter-spacing: 0;
  position: relative;
  top: 15px;
}
.accordian-play .menu-title p {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  font-size: 2em;
  font-style: italic;
  margin: 0.3em 0 0;
  position: relative;
  z-index: 5;
}
.accordian-play .menu-title i {
  transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  color: #ccc;
  display: block;
  height: 38px;
  position: absolute;
  font-size: 38px;
  width: 38px;
  margin-top: -19px;
  top: 50%;
  right: 90px;
  z-index: 5;
}
.accordian-play .menu-title.adjust {
  padding: 50px 0;
}
.accordian-play.press .menu-title a {
  color: inherit;
  text-decoration: none;
}
.accordian-play.press .menu-title p {
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #484747;
  font-size: 1.3em;
  letter-spacing: 0.15em;
  margin: 0 0 0.75em;
}
.accordian-play.press .menu-title .bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.accordian-play.press .menu-title i {
  border: solid 3px #ccc;
  border-radius: 36px;
  height: 32px;
  width: 32px;
  font-size: 20px;
}
.accordian-play.press .menu-title i:before {
  left: 1px;
  top: 6px;
  position: relative;
}
.accordian-play.press .menu-title:hover {
  background: #8f2626;
}
.accordian-play.press .menu-title:hover p {
  color: #fff;
}
.accordian-play.press .menu-title:hover i {
  border: solid 3px #fff;
}
.widget-images .image-description p {
  margin: 0;
}
.widget-images .image-description br {
  display: none !important;
}
/*widget social share links*/
.social-sharing-links li {
  float: left;
  padding: 0 7px 7px;
}
.social-sharing-links a {
  font-size: 18px;
}
/*widget social share links*/
.lookbook-products {
  overflow: hidden;
  overflow: auto;
  height: 100%;
  width: 100%;
  min-width: 100px;
}
.product-view .ves-container .product-img-box,
.product-view .ves-container .product-shop,
.product-view .ves-container .add-to-cart-wrapper,
.product-view .ves-container .block-related {
  width: 100%;
}
.jcarousel-control {
  display: block;
  text-align: center;
}
/*Product Deals Counting number*/
.ves-widget .item-countdown {
  padding: 10px 0;
}
.ves-widget .item-countdown ul {
  /*text-align: center;*/
}
.ves-widget .item-countdown ul li {
  display: inline-block;
  margin: 0px 8px 0 0;
  line-height: normal;
  border: 0;
}
.ves-widget .item-countdown ul li.last {
  margin: 0px;
}
.ves-widget .item-countdown ul li div {
  text-transform: lowercase;
  font-size: 12px;
  display: inline-block;
}
.ves-widget .item-countdown ul li div.countdown_num span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 4px 0px;
}
.ves-widget .item-countdown ul li div.countdown_num span + span {
  border-left: 0;
}
/*Product Deals Counting number*/
/*Product builder: Media styles*/
.product-image-gallery .gallery-image {
  display: none;
}
.product-img-box .product-image img {
  max-width: 100%;
  max-height: 750px;
  margin: 0px auto;
}
.product-image-gallery .gallery-image.visible {
  display: block;
}
/*Products list style*/
.ves-base-productlist-widget {
  float: left;
  width: 100%;
}
.ves-base-productlist-widget .etabs {
  margin: 0;
  padding: 0;
  text-align: center;
}
.ves-base-productlist-widget .tab {
  display: inline-block;
  zoom: 1;
  background: #fff;
  border: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-right: 5px;
}
.ves-base-productlist-widget .tab-container .panel-container {
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px;
}
.ves-base-productlist-widget .product-item-info .hover-image {
  display: none;
}
.panel-container {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.ves-base-productlist-widget {
  width: 100%;
  float: left;
}
.ves-base-productlist-widget .tab a {
  font-size: 18px;
  line-height: 2em;
  display: block;
  padding: 0 15px;
  color: #3d3d3d;
}
.ves-base-productlist-widget ul.etabs > li a:hover,
.ves-base-productlist-widget ul.etabs > li a.active {
  color: #fb477e;
  border-top: 2px solid;
}
.ves-base-productlist-widget .paneltab {
  min-height: 300px;
}
.ves-base-productlist-widget .tab a:hover {
  text-decoration: none;
}
.ves-base-productlist-widget .productlist-wait {
  height: 300px;
  background: url('../images/preloader.gif') center no-repeat;
}
.ves-base-productlist-widget .ves-products-grid .product-item-info:hover,
.ves-base-productlist-widget .ves-products-grid .product-item-info.active {
  border: 1px solid #bbb;
  position: relative;
  z-index: 2;
  background: #fff;
}
.ves-base-productlist-widget .product-item-info .item-countdown {
  padding: 0px;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul {
  margin: 0px;
  padding: 0px;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li {
  margin: 0px;
  width: 42px;
  height: 52px;
  text-align: center;
  border-right: 1px solid #CCC;
  font-size: 11px;
  color: #000;
  line-height: 16px;
  padding: 9px 0px;
  float: left;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li:first-child {
  border-left: 1px solid #CCC;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul li div.countdown_num span {
  background: none;
  border: none;
  padding: 0px;
  font-weight: 800;
}
.ves-base-productlist-widget .product-item-info .item-countdown ul div {
  text-transform: uppercase;
  font-size: 11px;
}
.ves-base-productlist-widget .product-block .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 12;
}
.ves-base-productlist-widget .product-block .icon span {
  background: transparent;
}
.ves-base-productlist-widget .product-block .icon span span {
  background: #fb477e;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  text-transform: uppercase;
}
.ves-base-productlist-widget .product-block .icon span span {
  background: #fb477e;
  color: #fff;
  font-size: 10px;
  padding: 0 5px;
  text-transform: uppercase;
}
.ves-base-productlist-widget .product-block .icon .new-icon span {
  background: #4cb6ac;
}
/*End products list style*/
/*Instagram*/
.item-instagram,
.item-box-title {
  float: left;
}
#ves-instagram .row {
  margin-left: 10px;
}
.ves-instagram .grid {
  list-style: none;
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.ves-instagram .grid li {
  display: inline-block;
  margin: 10px 5px 0 5px;
  vertical-align: top;
  border-radius: 3px;
  position: relative;
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.ves-instagram .media {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 250px;
  z-index: 1;
}
.instagram-content {
  padding: 20px 8px 8px;
  width: 100%;
  height: 170px;
  z-index: 0;
}
.instagram-comment {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 150px;
  overflow: hidden;
}
.instagram-content > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}
.instagram-content > .instagram-avatar {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}
/**********Css for Hover**********/
.instagram-content-hover {
  padding: 100px 8px 8px;
  position: absolute;
  background: #edeff0;
  width: 150px;
  height: 150px;
  z-index: 0;
}
.instagram-comment-hover {
  margin-top: 12px;
  color: #b7c0c7;
  font-size: 14px;
  max-height: 88px;
  overflow: hidden;
}
.instagram-content-hover > p {
  display: inline-block;
  color: #9BA6B0;
  font-weight: 500;
}
.instagram-avatar-hover {
  background-size: 40px auto;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
  width: 40px;
}
.carousel-next {
  float: right;
}
.carousel-prev {
  float: left;
}
/*Product item widget*/
.widget-singleproduct .product-item-details .product-item-name,
.widget-singleproduct .product-item-details .product-item-name a {
  display: block;
}
.widget-singleproduct .product-item-info {
  width: auto;
}
/*Deal product widget*/
.dealproduct-widget .product-block .product-item-info {
  float: left;
  text-align: left;
  width: 100%;
  background: transparent;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.dealproduct-widget .product-block .product-item-info .product-item-name {
  padding: 0 !important;
  display: inline-block;
  zoom: 1;
  width: 50%;
}
.dealproduct-widget .product-block .product-item-info .product-image {
  width: 50%;
  float: left;
  display: inline-block;
  zoom: 1;
  position: relative;
}
.dealproduct-widget .product-block .product-item-info .product-item-details {
  width: 50%;
  padding: 0 !important;
  float: left;
}
.dealproduct-widget .product-block .product-item-info .product-item-name a {
  font-size: 18px;
  line-height: 25px;
}
.dealproduct-widget .product-block .product-image .product-thumb {
  float: right;
  width: 18%;
}
@media screen and (min-width: 768px) {
  .dealproduct-widget .owl-carousel .owl-item {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-right: 1px solid #eaeaea;
  }
  .dealproduct-widget .product-thumb .view_scroll_left,
  .dealproduct-widget .product-thumb .view_scroll_right {
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    height: 20px;
    line-height: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .dealproduct-widget .product-thumb .view_scroll_left {
    top: 10px;
  }
  .dealproduct-widget .product-thumb .view_scroll_right {
    bottom: 10px;
  }
  .dealproduct-widget .product-block .product-item-info .price-box {
    margin: 10px 0;
  }
  .dealproduct-widget .product-block .product-image .product-img {
    display: inline-block;
    zoom: 1;
    float: left;
    width: 79%;
  }
  .dealproduct-widget .product-block .product-image .product-thumb {
    float: right;
    width: 18%;
  }
  .dealproduct-widget .product-block .product-item-info .product-image {
    top: 0;
    margin-bottom: 0;
    left: 0;
    padding-right: 20px;
  }
}
/*General styles*/
.ves-widget .product-block .icon .new-icon {
  background: transparent;
}
.ves-widget .product-block .icon {
  position: absolute;
  top: 20px;
  z-index: 12;
}
.ves-widget .product-block .icon > span > span,
.ves-widget .product-block .icon > .new-icon {
  background: #f05253;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  padding: 2px 10px;
  text-transform: uppercase;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  line-height: 16px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.ves-widget .owl-carousel ul,
.ves-widget .owl-carousel li {
  list-style: none;
}
.ves-widget .owl-carousel {
  width: auto;
  margin-left: -9px;
  margin-right: -9px;
}
.ves-widget .owl-carousel .owl-item {
  padding-left: 9px;
  padding-right: 9px;
  float: left;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.ves-widget .owl-carousel .owl-wrapper {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  float: left;
}
.ves-widget .carousel-controls .carousel-control {
  background: #fff;
  color: #8e8e8e;
  font-size: 13px;
  text-shadow: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
}
.ves-widget .carousel-controls .carousel-control {
  color: #1979c3 !important;
}
.ves-widget .carousel-controls .carousel-control.left {
  left: -10px;
  background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.left {
  right: -10px;
  left: auto;
  background-image: none;
}
.ves-widget .carousel-controls .carousel-control.right {
  right: -10px;
  background-image: none;
}
.rtl .ves-widget .carousel-controls .carousel-control.right {
  left: -10px;
  right: auto;
  background-image: none;
}
.brand-description {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ves-widget .carousel-controls a {
  display: none;
}
.brand-widget:hover .carousel-controls a {
  display: block;
}
.brand-widget .block-title {
  text-align: center;
  margin-bottom: 30px;
}
.brand-widget .block-title strong {
  font-size: 25px;
}
.panel {
  margin: 0;
  background: none;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ves-brandlist .brandlist .brand-item {
  height: 70px;
}
.ves-brandlist .brandlist .brand-toolbar {
  margin-top: 30px;
  text-align: right;
}
.brand-sidebar .brand-item {
  height: 50px;
}
.inner_checkbox_text {
  margin-bottom: 20px;
}
.cat_list_attrs .grid_attrib {
  font-weight: 700;
}
.checkout-index-index .grand.totals.excl {
  display: none !important;
}
.form.form-edit-account #group-fields-customer-attributes .step-title,
.form.form-edit-account #group-fields-customer-attributes .admin__field.field.field-customer_type {
  display: none !important;
}
body.account .sidebar.sidebar-additional {
  display: none !important;
}
.hide_trust [id^=trustbadge],
.hide_trust [id^=trustcard] {
  display: none !important;
}
div.field[name="shippingAddress.custom_attributes.send_catalog"] {
  display: none !important;
}
.amcard-page-product #description,
.amcard-page-product .page-main.page-main-details {
  display: none !important;
}
#checkout_notice_shadow {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  opacity: 0.1;
}
body.mode_hobby div.field[name="shippingAddress.custom_attributes.customer_type"] {
  display: none !important;
}
.checkout-index-index #checkout-shipping-method-load .amcheckout-header,
.checkout-index-index #checkout-shipping-method-load .col.col-carrier {
  display: none !important;
}
.checkout-cart-index .cart-discount {
  display: none !important;
}
:focus-visible {
  outline: #00aaff auto 7px !important;
}
b,
strong {
  font-weight: 400 !important;
  font-family: "Carnas W01 Medium" !important;
}
.checkout-onepage-success .account {
  display: none !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.giftcard_mode .product-item-tax.shippingline-incl,
.giftcard_mode .product-item-tax.shippingline-excl {
  display: none !important;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  line-height: inherit;
}
.catalog-product-view .price-container.price-final_price {
  min-height: 25px;
  display: block;
}
.catalog-product-view .price-container.price-final_price .taxinfo {
  min-height: 30px;
}
.catalog-product-view .price-container.price-final_price > div > span {
  display: none;
}
.shipping-item-details {
  /*display: none;*/
}
.checkout-cart-index .data.table.totals,
.checkout-cart-index .totals-tax-summary,
.checkout-cart-index .totals-tax-details {
  display: none !important;
}
.mst-search__index-image .image {
  width: 100px;
}
.block.filter {
  display: none;
}
.mst-search__result-tabs {
  /*	display:none;*/
}
.catalogsearch-result-index .column.main {
  padding-left: 0 !important;
}
.customer-account-create .field-recaptcha {
  margin-top: 10px;
  float: right;
}
.form-address-edit fieldset:nth-child(2) legend {
  display: none !important;
}
.create_account_field.moved {
  margin-top: 20px;
}
.items.check.payable .title {
  display: none !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 0.15px;
}
.box.box-newsletter {
  display: none;
}
.customer-address-form #gw-euvat-field {
  margin-bottom: 29px !important;
}
.displayit {
  display: block !important;
}
#remember-me-box {
  display: none !important;
}
.transformed {
  display: none;
}
.col-inner {
  min-width: 100% !important;
  width: 0 !important;
}
#visitor_country {
  width: 150px;
  margin-left: 10px;
}
#cart-totals #visitor_country {
  margin: 10px 0 0 0;
  width: 100%;
}
.mode_hide {
  display: none !important;
}
.mode_hobby .show_on_mode_hobby {
  display: block !important;
}
.mode_hobby span.show_on_mode_hobby {
  display: inline !important;
}
.mode_hobby span.attribute.show_on_mode_hobby {
  display: block !important;
}
.mode_hobby tr.show_on_mode_hobby {
  display: table-row !important;
}
.mode_hobby div#gw-euvat-field {
  display: none !important;
}
.mode_hobby .gw-euvat-field {
  display: none !important;
}
.mode_hobby #vat_number_container {
  display: none !important;
}
.mode_hobby .icon_sprite.show_on_mode_hobby {
  display: grid !important;
}
.mode_business .show_on_mode_business {
  display: block !important;
}
.mode_business span.show_on_mode_business {
  display: inline !important;
}
.mode_business span.attribute.show_on_mode_business {
  display: block !important;
}
.mode_business tr.show_on_mode_business {
  display: table-row !important;
}
.mode_business .icon_sprite.show_on_mode_business {
  display: grid !important;
}
@media (max-width: 769px) {
  .hide_mobile {
    display: none;
  }
}
.show_mobile {
  display: none;
}
@media (max-width: 769px) {
  .show_mobile {
    display: block;
  }
}
i,
em {
  font-family: 'Carnas W01 Light Italic';
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-family: "Carnas W01 Medium" !important;
  font-weight: 400 !important;
}
.amcard-input-arrow.fixed {
  font-size: 0 !important;
}
.action.primary.add_to_cart {
  padding: 5px 10px 5px 55px;
  text-align: left;
  width: 100%;
  float: right;
  font-size: 2.4rem;
  font-family: "Carnas W01 Medium";
  background-image: url('../images/warenkorb.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 36px 20px !important;
  background-position: 10px center !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.action.primary.add_to_cart .checkmark {
  display: none;
  opacity: 1 !important;
}
.action.primary.add_to_cart .checkmark.draw:after {
  height: 22px;
  width: 14px;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.action.primary.add_to_cart .checkmark:after {
  margin-top: -2px;
  margin-left: -12px;
  height: 22px;
  width: 14px;
  transform-origin: left top;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
}
.action.secondary {
  padding: 10px 15px;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  background-color: #ffffff;
  border: 1px #eb5f00 solid !important;
  color: #eb5f00;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
.action.secondary.add_to_cart {
  padding: 0;
  border: none;
  position: relative;
}
.action.secondary.add_to_cart .icon {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url('../images/warenkorb.svg');
  background-repeat: no-repeat;
  background-size: 36px 20px;
  background-position: center center;
  background-color: #eb5f00;
}
.action.secondary.add_to_cart .text {
  font-size: 1px;
  text-indent: -1000px;
  width: 1px;
  height: 100%;
  display: block;
  overflow: hidden;
}
.action.secondary.add_to_cart .checkmark {
  display: none;
  opacity: 1 !important;
}
.action.secondary.add_to_cart .checkmark.draw:after {
  height: 22px;
  width: 14px;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.action.secondary.add_to_cart .checkmark:after {
  margin-top: -2px;
  margin-left: -12px;
  height: 22px;
  width: 14px;
  transform-origin: left top;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
}
.action.disabled_button {
  opacity: 0.2;
  cursor: unset;
}
.action.disabled.primary {
  background-image: inherit;
  position: relative;
}
.action.disabled.primary span {
  opacity: 0;
}
.action.disabled.primary:before {
  margin: -15px 0 0 -15px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguOCwxLjVjMC4xLTAuOCwwLjctMC42LDEuNS0wLjRjMTIuMSwyLjEsMjAuMywxMywxOC4yLDI1LjFjLTAuMSwwLjgtMC45LDEuMy0xLjYsMS4xcy0xLjMtMC45LTEuMS0xLjYKCQljMS45LTEwLjYtNS4xLTIxLjQtMTUuNy0yMy4yQzE5LjMsMi4zLDE4LjcsMi4zLDE4LjgsMS41eiIvPgo8L2c+CjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIvPgo8L3N2Zz4K');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotate 2s infinite linear;
  /* Safari 4+ */
  -moz-animation: rotate 2s infinite linear;
  /* Fx 5+ */
  -o-animation: rotate 2s infinite linear;
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.action.disabled.primary.addtocart-ok:before {
  display: none;
}
.action.disabled.secondary.add_to_cart .icon {
  background-image: none;
}
.action.disabled.secondary.add_to_cart:before {
  margin: -15px 0 0 -15px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../images/rotate.svg');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotate 2s infinite linear;
  /* Safari 4+ */
  -moz-animation: rotate 2s infinite linear;
  /* Fx 5+ */
  -o-animation: rotate 2s infinite linear;
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.action.disabled.secondary.addtocart-ok:before {
  display: none;
}
html {
  background: #bcbcbc;
}
body {
  margin: 0px auto;
  max-width: 1620px;
  background: #ffffff;
}
body .page-wrapper {
  margin: 0 auto 75px 0px;
  width: 100%;
  max-width: 1620px;
  position: relative;
  z-index: 10;
  background: #ffffff;
}
body .page-wrapper > a.skip:focus,
body .page-wrapper > a.skip:focus-visible {
  margin: 0px 0px 0px 0px;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Carnas W01 Medium" !important;
  border-top: 10px #bcbcbc solid;
  border-bottom: 10px #bcbcbc solid;
}
body .page-wrapper #header_info {
  background-color: #bcbcbc;
}
body .page-wrapper #header_info:empty {
  display: none;
}
body .page-wrapper #header_info #header_info_content {
  margin: 5px 0px;
  padding: 5px;
  color: #636363;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.45em;
  z-index: 98;
  border: 2px #eb5f00 solid;
  background: #fbdfcc;
  order: 1;
}
@media screen and (max-width: 769px) {
  body .page-wrapper #header_info #header_info_content {
    margin: 5px;
    font-size: 1.2rem;
  }
}
body .page-wrapper #header_info #header_info_content.warning {
  background-color: #cc0000;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MCA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQuOCw2NC42YzAtMy4yLDIuMi01LjQsNS4yLTUuNGMzLjIsMCw1LjIsMi4zLDUuMiw1LjRjMCwzLjEtMiw1LjQtNS4yLDUuNEMzNi45LDcwLDM0LjgsNjcuNiwzNC44LDY0LjZ6CgkJIE0zNyw1MmwtMS4yLTQyaDguNEw0Myw1MkgzN3oiLz4KPC9nPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iODAiIGhlaWdodD0iODAiLz4KPC9zdmc+Cg=='), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MCA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQuOCw2NC42YzAtMy4yLDIuMi01LjQsNS4yLTUuNGMzLjIsMCw1LjIsMi4zLDUuMiw1LjRjMCwzLjEtMiw1LjQtNS4yLDUuNEMzNi45LDcwLDM0LjgsNjcuNiwzNC44LDY0LjZ6CgkJIE0zNyw1MmwtMS4yLTQyaDguNEw0Myw1MkgzN3oiLz4KPC9nPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iODAiIGhlaWdodD0iODAiLz4KPC9zdmc+Cg==');
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
  background-size: 60px 60px,60px 60px;
}
@media screen and (max-width: 769px) {
  body .page-wrapper #header_info #header_info_content.warning {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjMuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA4MCA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQuOCw2NC42YzAtMy4yLDIuMi01LjQsNS4yLTUuNGMzLjIsMCw1LjIsMi4zLDUuMiw1LjRjMCwzLjEtMiw1LjQtNS4yLDUuNEMzNi45LDcwLDM0LjgsNjcuNiwzNC44LDY0LjZ6CgkJIE0zNyw1MmwtMS4yLTQyaDguNEw0Myw1MkgzN3oiLz4KPC9nPgo8cmVjdCBjbGFzcz0ic3QxIiB3aWR0aD0iODAiIGhlaWdodD0iODAiLz4KPC9zdmc+Cg==') !important;
    background-position: -5px 5px !important;
    background-repeat: no-repeat !important;
    background-size: 60px 60px !important;
    text-align: left !important;
    padding-left: 50px !important;
  }
}
body .page-wrapper #header_info #header_info_content p {
  margin: 5px 0px;
}
body .page-wrapper #header_info #header_info_content a {
  color: #636363;
  text-decoration: underline;
}
body .page-wrapper #header_usp {
  overflow: hidden;
  z-index: 1;
  background: #bcbcbc;
  color: #4b4b4b;
  order: 2;
}
body .page-wrapper #header_usp .usp_container {
  margin: 0 auto;
  max-width: 1620px;
  width: 100%;
  height: 75px;
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business {
  height: 100%;
  display: none;
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x {
  height: 100%;
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x {
    text-align: center;
  }
}
@media screen and (min-width: 801px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div {
  padding: 10px 0;
  width: auto;
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div {
    margin: 0 auto;
    display: inline-grid;
    column-gap: 5px;
    grid-template-columns: auto auto;
    text-align: left;
  }
}
@media screen and (min-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div {
    margin: 0 30px 0 0;
    flex: 0 1 auto;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div {
    margin-right: 20px;
    flex: 1 0 auto;
  }
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div:last-child,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div:last-child {
  margin-right: 0;
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div img,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div img {
  display: inline-block;
  margin-top: -5px;
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div img,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div img {
    margin-top: 0;
    grid-column: 1;
    grid-row: 1 / span 2;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div img,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div img {
    display: block;
    float: left;
    margin-top: 0;
  }
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div strong,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div strong {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div strong,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div strong {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div strong,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div strong {
    display: block;
  }
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text {
  display: inline-block;
}
body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text::before,
body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text::before {
  margin: 0 5px;
  display: inline-flex;
  content: '|';
}
@media screen and (max-width: 800px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text {
    grid-column: 2;
    grid-row: 2;
  }
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text::before,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text::before {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text {
    display: block;
  }
  body .page-wrapper #header_usp .usp_container div.show_on_mode_hobby div.grid-x > div span.text::before,
  body .page-wrapper #header_usp .usp_container div.show_on_mode_business div.grid-x > div span.text::before {
    display: none;
  }
}
body .page-wrapper #header_container {
  order: 10;
  margin: 10px 10px 0px 10px;
  background: #fffbf1;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 769px) {
  body .page-wrapper #nav_sections {
    order: 20;
    margin: 0px 10px;
    background: #fffbf1;
    position: relative;
    z-index: 15;
  }
}
@media screen and (max-width: 768px) {
  body .page-wrapper #nav_sections {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: calc(100% - 70px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px 5px #636363;
    box-shadow: 0 0 20px 5px #636363;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  body .page-wrapper #nav_sections.visible {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  body .page-wrapper #nav_sections .section-items .section-item-title {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body .page-wrapper #nav_sections .section-items .section-item-title {
    display: block;
    float: left;
    width: 33.33%;
    border-right: 1px #d1d1d1 solid;
    border-bottom: 1px #d1d1d1 solid;
  }
  body .page-wrapper #nav_sections .section-items .section-item-title:last-child {
    border-right: inherit;
  }
  body .page-wrapper #nav_sections .section-items .section-item-title > a {
    margin: 0px 0px 0px 0px;
    padding: 25px 0px;
    text-align: center;
    display: block;
  }
  body .page-wrapper #nav_sections .section-items .section-item-title.active {
    background-color: #fffbf1;
    color: #eb5f00;
    font-family: 'Carnas W01 Medium', serif;
  }
}
@media screen and (max-width: 768px) {
  body .page-wrapper #nav_sections .section-items .section-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0px;
  }
}
body .page-wrapper #breadcrumb {
  order: 21;
  margin: 0px 10px;
  padding: 0px 0px 60px 0px;
  background: #fffbf1;
}
@media screen and (max-width: 768px) {
  body .page-wrapper #breadcrumb {
    padding: 20px 0px;
  }
}
body .page-wrapper #breadcrumb .breadcrumbs {
  margin: 0px auto;
  padding: 0px 20px;
}
body .page-wrapper #maincontent {
  order: 30;
  margin: 0px 10px;
  padding: 0px 20px 50px 20px;
  border-bottom: 50px #fffbf1 solid;
  background: #fffbf1;
  width: initial;
  max-width: initial;
}
@media screen and (min-width: 1400px) {
  body .page-wrapper #maincontent > * {
    margin: 0px auto;
    padding: 0px 20px;
    max-width: 1340px;
  }
}
body .page-wrapper .page-footer {
  order: 40;
  margin: 0px 10px 10px 10px;
}
body .page-wrapper .page-footer .widget.block {
  margin: inherit;
}
body .page-wrapper .page-footer .footer.content {
  border-top: inherit;
  margin: 0 auto;
  padding: 0;
  max-width: 1640px;
}
body .page-wrapper .page-footer .footer.content .block {
  float: none;
}
body .page-wrapper .page-footer .footer.content a {
  display: inline-block;
  padding: 2px 10px 2px 0;
  text-decoration: underline;
  color: #636363;
}
body .page-wrapper .page-footer .footer.content h4 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  font-size: 20px;
}
body .page-wrapper .page-footer .footer.content p {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
}
body .page-wrapper .page-footer .footer.content > .magezon-builder {
  background-image: url('../images/bg_footer_02.jpg');
  background-position: bottom right;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #ffe7b6;
}
body .page-wrapper .page-footer .footer.content #country_selector_footer {
  padding: 20px 0 30px 0;
  max-width: 100%;
  font-size: 1.3em;
  text-align: center;
  background: #0a735a;
  color: #ffffff;
}
body .page-wrapper .page-footer .footer.content #country_selector_footer:after {
  content: '';
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 1300px;
  height: 1px;
  background: #ffffff;
}
body .page-wrapper .page-footer .footer.content #country_selector_footer span.title {
  margin-bottom: 10px;
  display: block;
}
body .page-wrapper .page-footer .footer.content #country_selector_footer select {
  padding: 10px 20px;
  margin-bottom: 30px;
  height: auto;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #636363;
  background: transparent;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSA0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgNDg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMEE3MzVBO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAsMTcuNWwxMCwxMGwxMC0xMEgweiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMCwwaDI1djQ4SDBWMHoiLz4KPC9zdmc+Cg==');
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01,
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01,
  body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 {
    width: 100% !important;
    float: none;
    padding: 0 !important;
  }
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p a,
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p a {
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  color: #636363;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p a:hover,
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p a:hover {
  text-decoration: underline;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 {
  width: 80%;
  padding: 0 10px 0 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p:nth-of-type(1) > span.block-category-link-inline > a {
  color: #c94b00;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 p:nth-of-type(2) > span.block-category-link-inline > a {
  color: #0f6400;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_01 ul {
  margin: 0 0 0 0;
  padding: 0 0 40px 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 {
  width: 20%;
  padding: 0 0 0 10px;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:first-of-type {
  padding-top: 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:nth-of-type(1) > span.block-category-link-inline > a {
  color: #ea5172;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:nth-of-type(2) > span.block-category-link-inline > a {
  color: #0f6400;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:nth-of-type(3) > span.block-category-link-inline > a {
  color: #0073ae;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 p:nth-of-type(4) > span.block-category-link-inline > a {
  color: #962b7e;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu .col_02 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns3,
body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns4,
body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns5,
body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns6 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media screen and (min-width: 769px) {
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns4 {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
  }
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns5 {
    -webkit-columns: 5;
    -moz-columns: 5;
    columns: 5;
  }
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul.columns6 {
    -webkit-columns: 6;
    -moz-columns: 6;
    columns: 6;
  }
}
body .page-wrapper .page-footer .footer.content #footer_category_menu ul a {
  display: block;
  padding: 2px 10px 2px 0;
  text-decoration: none;
  color: #636363;
}
@media screen and (min-width: 769px) {
  body .page-wrapper .page-footer .footer.content #footer_category_menu ul a {
    padding: 4px 10px 4px 0;
  }
}
body .page-wrapper .page-footer .footer.content #footer_category_menu ul a:hover {
  text-decoration: underline;
}
#navigation_main {
  padding: 25px 0px;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main {
    padding-top: 0;
  }
}
#navigation_main ul {
  margin: 0px auto;
  padding: 0 20px;
  max-width: 1340px;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main ul {
    padding: 0;
    font-size: 1.6rem;
  }
}
#navigation_main ul li.level0 {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (min-width: 769px) {
  #navigation_main ul li.level0 {
    margin: 10px 5px;
    display: inline-block;
  }
  #navigation_main ul li.level0.first {
    margin-left: -10px;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 {
    display: block;
    margin: 0;
    border-top: 1px #d1d1d1 solid;
  }
  #navigation_main ul li.level0:last-of-type {
    border-bottom: 1px #d1d1d1 solid;
  }
}
#navigation_main ul li.level0 .level-top {
  padding: 10px;
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 400 !important;
  display: inline-block;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #636363;
}
@media screen and (max-width: 1200px) {
  #navigation_main ul li.level0 .level-top {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #navigation_main ul li.level0 .level-top {
    padding: 10px 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 875px) {
  #navigation_main ul li.level0 .level-top {
    font-size: 14px;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 .level-top {
    padding: 10px 20px;
    font-size: 1em;
    text-transform: inherit;
    display: block;
    position: relative;
  }
}
#navigation_main ul li.level0 .level-top:hover {
  color: #eb5f00;
}
#navigation_main ul li.level0.active .level-top,
#navigation_main ul li.level0.has-active .level-top {
  border-bottom: none;
  color: #c94b00;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.parent a.level-top::after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 12px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border-left: 2px #d1d1d1 solid;
    border-bottom: 2px #d1d1d1 solid;
  }
  #navigation_main ul li.level0.parent.active a.level-top::after,
  #navigation_main ul li.level0.parent.has-active a.level-top::after {
    border-color: #eb5f00;
  }
}
@media screen and (min-width: 769px) {
  #navigation_main ul li.level0 ul.submenu {
    top: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    padding: 60px 60px 60px 310px;
    border: inherit;
    min-width: 750px;
    display: none;
    overflow: hidden !important;
    background: #ffffff;
    font-weight: 400 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 1200px) {
  #navigation_main ul li.level0 ul.submenu {
    padding: 60px 30px 30px 230px;
    display: none;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu {
    top: inherit;
    left: inherit;
    padding: 10px 10px 20px 20px;
    min-width: inherit;
    background: none;
    border-bottom: 1px #d1d1d1 solid;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu ul.level1.submenu {
    display: none !important;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  padding: 60px 20px;
  display: block;
  z-index: 2;
  background: #f2f2f2;
}
@media screen and (max-width: 1200px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info {
    width: 200px;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info {
    margin-top: -10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
    height: auto;
    padding: 10px 10px 20px 20px;
    background-color: transparent;
    column-span: all;
    font-size: 1em;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info strong {
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  color: #eb5f00;
  display: block;
  font-size: 1.4em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info strong {
    display: none;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info span.info {
  margin: 0 0 5px 0;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info span.info {
    font-size: 0.9em;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info p {
  margin: 0 0 5px 0;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info a:not(.overview) {
  margin: 0 0 0 0;
  padding: 3px 0;
  font-size: 1.3em;
  line-height: inherit;
  color: #0a735a;
  background: transparent;
  display: block;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info a:not(.overview):hover {
  color: #eb5f00;
  background: transparent;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info a:not(.overview) {
    padding: 2px 0;
    font-size: 1em;
  }
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info span.active a,
#navigation_main ul li.level0 ul.submenu .basic_cat_info p.active a {
  border: none;
  color: #eb5f00;
  font-weight: bold;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info a.overview {
  margin: 5px 0 5px 0;
  padding: 0 0 0 35px;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAAHlBMVEUAAAD0bwn0bwn0bwn0bwn0bwn0bwn0bwn0bwn0bwnr60pZAAAACXRSTlMAcNDAgJxUOGgcLCqzAAAAQ0lEQVQY02OYOXPmFAbLmTMnM3gCmRRxlZSUNBiClJRUGZqATAb8QFBQUJwhUVBQjKEQyKSiM9BNxg8QbgYBhFEUcwGRP1zEFJ5O/AAAAABJRU5ErkJggg==');
  background-repeat: no-repeat;
  background-position: left center;
  color: #eb5f00;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info a.overview:hover {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXBAMAAADq5DJkAAAAHlBMVEUAAAD0bwn0bwn0bwn0bwn0bwn0bwn0bwn0bwn0bwnr60pZAAAACXRSTlMAcNDAgJxUOGgcLCqzAAAAQ0lEQVQY02OYOXPmFAbLmTMnM3gCmRRxlZSUNBiClJRUGZqATAb8QFBQUJwhUVBQjKEQyKSiM9BNxg8QbgYBhFEUcwGRP1zEFJ5O/AAAAABJRU5ErkJggg==');
  background-color: inherit;
  color: #eb5f00;
  font-weight: bold;
}
#navigation_main ul li.level0 ul.submenu .basic_cat_info span.content {
  margin: 15px 0 0 0;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .basic_cat_info span.content {
    margin: 7px 0 0 0;
  }
  #navigation_main ul li.level0 ul.submenu .basic_cat_info span.content p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
#navigation_main ul li.level0 ul.submenu .all-category {
  display: none;
}
#navigation_main ul li.level0 ul.submenu .level1 {
  margin: 0 0 2px 0;
  display: inline-block;
  width: 50%;
  font-size: 1.3em;
}
@media screen and (max-width: 1200px) {
  #navigation_main ul li.level0 ul.submenu .level1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .level1 {
    width: 100%;
    font-size: 1em;
    color: inherit;
  }
}
#navigation_main ul li.level0 ul.submenu .level1 a {
  padding: 8px 0;
  color: #0a735a;
  display: block;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0 ul.submenu .level1 a {
    padding: 3px 0;
    font-size: 0.9em;
    color: #636363;
  }
}
#navigation_main ul li.level0 ul.submenu .level1 a:hover,
#navigation_main ul li.level0 ul.submenu .level1 a.ui-state-focus {
  background: none;
  color: #eb5f00;
}
#navigation_main ul li.level0 ul.submenu .level1 a span.ui-menu-icon,
#navigation_main ul li.level0 ul.submenu .level1 a span.ui-menu-icon:after {
  display: none;
}
#navigation_main ul li.level0 ul.submenu .level1.active a {
  border: none;
  color: #eb5f00;
  font-weight: bold;
}
#navigation_main ul li.level0 ul.submenu.sub_width_100 {
  min-width: 500px;
}
#navigation_main ul li.level0 ul.submenu.sub_width_100 .level1 {
  width: 100%;
}
#navigation_main ul li.level0 ul.submenu.sub_width_100 .level1 a {
  white-space: nowrap;
}
#navigation_main ul li.level0 ul.submenu .level1.submenu {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}
#navigation_main ul li.level0 ul.submenu .level1.submenu .basic_cat_info {
  display: none;
}
#navigation_main ul li.level0.category-item ul.submenu.full_width {
  max-width: 1340px;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
#navigation_main ul li.level0.category-item ul.submenu.full_width .level1 {
  width: 100%;
}
#navigation_main ul li.level0:hover.category-item > .submenu.level0,
#navigation_main ul li.level0:focus-within.category-item > .submenu.level0 {
  display: block;
}
#navigation_main ul li.level0:hover.content-menue > .submenu.level0,
#navigation_main ul li.level0:focus-within.content-menue > .submenu.level0 {
  display: flex;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0:nth-child(1) .submenu,
  #navigation_main ul li.level0:nth-child(2) .submenu {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}
#navigation_main ul li.level0.content-menue {
  float: right;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.content-menue {
    float: inherit;
  }
}
#navigation_main ul li.level0.content-menue .submenu {
  top: 100%;
  right: 0;
  left: inherit;
  padding: 60px 60px 60px 60px;
  gap: 25px;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.content-menue .submenu {
    padding: 10px 20px 20px 20px;
    flex-wrap: wrap;
  }
}
#navigation_main ul li.level0.content-menue .submenu li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.4em;
  flex: 1 1 25%;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.content-menue .submenu li {
    width: 100%;
    float: inherit;
    font-size: 0.9em;
    padding-right: 0;
    padding-bottom: 25px;
    flex: 0 0 100%;
  }
}
#navigation_main ul li.level0.content-menue .submenu li ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block !important;
  left: inherit !important;
  right: inherit !important;
}
#navigation_main ul li.level0.content-menue .submenu li ul li {
  margin: 0 0 0 0;
  padding: 0;
  display: block;
  font-size: 0.9em;
}
@media screen and (max-width: 769px) {
  #navigation_main ul li.level0.content-menue .submenu li ul li {
    padding-bottom: 0;
  }
}
#navigation_main ul li.level0.content-menue .submenu li ul li a {
  padding: 10px 0 0 0;
  color: #0a735a;
  display: block;
}
#navigation_main ul li.level0.content-menue .submenu li ul li a:hover,
#navigation_main ul li.level0.content-menue .submenu li ul li a.ui-state-focus {
  color: #eb5f00;
}
#navigation_main ul li.level0.content-menue .submenu li ul li.active > a {
  color: #eb5f00;
  font-weight: bold;
}
#navigation_main ul ul.level1.submenu .level2 {
  display: none;
}
#navigation_main .subnavigation_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}
#navigation_main .header .welcome {
  display: none;
}
.breadcrumbs {
  margin: 0 0 20px 0;
}
@media screen and (min-width: 769px) {
  .breadcrumbs {
    margin: 5px auto 60px auto;
  }
}
.breadcrumbs span {
  display: inline-block;
  color: #636363;
}
.breadcrumbs span:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 20px;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.breadcrumbs .items {
  display: inline-block;
  font-size: inherit;
  color: #636363;
}
.breadcrumbs .items item strong {
  color: #636363;
}
.breadcrumbs .items item:not(:last-child):after {
  content: '\e608';
}
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:hover,
.breadcrumbs a:active {
  color: #636363;
}
.category-view {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0;
}
.category-view .category-description {
  margin: 0 0 40px 0;
  width: auto;
  display: block;
  font-size: 1.1em;
  line-height: 1.6em;
  position: relative;
}
.category-view .category-description > div > div {
  padding: 0 !important;
}
.category-view .button_readmore {
  margin-top: -85px;
  padding: 5px 0 0 0;
  display: block;
  width: 100%;
  max-width: 900px;
  text-align: center;
  border-top: 1px #ee6000 solid;
}
.category-view .button_readmore::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  clear: both;
}
.category-view .button_readmore span {
  margin: 0 auto 0 auto;
  padding: 0 45px 0 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 1.1em;
  color: #eb5f00;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MDAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtvcGFjaXR5OjAuMTU7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6I0VFNzIwMzt9Cgkuc3Qye2ZpbGw6I0Y0NzAwQTt9Cgkuc3Qze2ZpbGw6bm9uZTt9Cjwvc3R5bGU+CjxnPgoJPGRlZnM+CgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB5PSIwIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjYwIi8+Cgk8L2RlZnM+Cgk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPgoJPC9jbGlwUGF0aD4KCTxnIGNsYXNzPSJzdDAiPgoJCTxnPgoJCQk8ZGVmcz4KCQkJCTxyZWN0IGlkPSJTVkdJRF8zXyIgeD0iLTE4LjEiIHk9Ii0xMC40MSIgd2lkdGg9IjQzNi4yIiBoZWlnaHQ9IjcxLjkiLz4KCQkJPC9kZWZzPgoJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIj4KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCTwvY2xpcFBhdGg+CgkJCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iMCwwIDAsMCAwLDYwIDQwMCw2MCA0MDAsMCAJCQkiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPHBvbHlnb24gY2xhc3M9InN0MiIgcG9pbnRzPSIzNzUuMTYsMjcuNTMgMzgxLjUyLDMzLjg5IDM4Ny44OSwyNy41MyAiLz4KPHJlY3QgeD0iMjAxIiB5PSI5Ljg0IiBjbGFzcz0ic3QzIiB3aWR0aD0iMTk4Ljg4IiBoZWlnaHQ9IjQwLjMzIi8+Cjwvc3ZnPgo=');
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 400px 60px;
  cursor: pointer;
}
.category-view .button_readmore.button_readmore_less span {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MDAgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMCA2MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtvcGFjaXR5OjAuMTU7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO30KCS5zdDF7Y2xpcC1wYXRoOnVybCgjU1ZHSURfNF8pO2ZpbGw6I0VFNzIwMzt9Cgkuc3Qye2ZpbGw6I0Y0NzAwQTt9Cgkuc3Qze2ZpbGw6bm9uZTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGRlZnM+CgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjQwMCIgaGVpZ2h0PSI2MCIvPgoJCTwvZGVmcz4KCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4KCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4KCQk8L2NsaXBQYXRoPgoJCTxnIGNsYXNzPSJzdDAiPgoJCQk8Zz4KCQkJCTxnPgoJCQkJCTxkZWZzPgoJCQkJCQk8cmVjdCBpZD0iU1ZHSURfM18iIHg9Ii0xOC4xIiB5PSItMTAuNCIgd2lkdGg9IjQzNi4yIiBoZWlnaHQ9IjcxLjkiLz4KCQkJCQk8L2RlZnM+CgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF80XyI+CgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgc3R5bGU9Im92ZXJmbG93OnZpc2libGU7Ii8+CgkJCQkJPC9jbGlwUGF0aD4KCQkJCQk8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjAsMCAwLDAgMCw2MCA0MDAsNjAgNDAwLDAgCQkJCQkiLz4KCQkJCTwvZz4KCQkJPC9nPgoJCTwvZz4KCTwvZz4KPC9nPgo8cG9seWdvbiBjbGFzcz0ic3QyIiBwb2ludHM9IjM4Ny45LDMzLjkgMzgxLjUsMjcuNSAzNzUuMiwzMy45ICIvPgo8cmVjdCB4PSIyMDEiIHk9IjkuOCIgY2xhc3M9InN0MyIgd2lkdGg9IjE5OC45IiBoZWlnaHQ9IjQwLjMiLz4KPC9zdmc+Cg==');
}
.category-view #cat_children_nav {
  margin: 30px 0 30px 0;
  padding: 0 0 0 0;
  border-bottom: 1px #eb5f00 solid;
  list-style-type: none;
}
@media screen and (max-width: 769px) {
  .category-view #cat_children_nav {
    margin: 0 0 10px 0;
    border-bottom: none;
  }
}
.category-view #cat_children_nav li {
  margin: 0 0 10px 0;
  padding: 0 0 0 0;
  width: 25%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  border-right: 10px #fffbf1 solid;
}
@media screen and (max-width: 1250px) {
  .category-view #cat_children_nav li {
    width: 33.33%;
  }
}
@media screen and (max-width: 1000px) {
  .category-view #cat_children_nav li {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .category-view #cat_children_nav li {
    margin: 0 0 5px 0;
    width: 100%;
    border-right: none;
  }
  .category-view #cat_children_nav li img {
    display: none;
  }
}
.category-view #cat_children_nav li:nth-child(4n+4) {
  margin-right: 0;
}
.category-view #cat_children_nav li .block-promo {
  display: flex;
  align-items: center;
  color: #636363;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px #d1d1d1 solid;
}
.category-view #cat_children_nav li .block-promo:hover {
  background-color: #eb5f00;
  color: #ffffff;
}
.category-view #cat_children_nav li .block-promo .image {
  flex: 0 0 120px;
}
.category-view #cat_children_nav li .block-promo .image img {
  width: 100%;
}
.category-view #cat_children_nav li .block-promo .content {
  padding: 15px 10px;
  flex: 0 1 auto;
  font-size: 1.1em;
  height: auto;
}
@media screen and (max-width: 769px) {
  .category-view #cat_children_nav li .block-promo .content {
    padding: 5px 10px;
    width: 100%;
    font-size: 1em;
  }
}
.category-view #cat_children_nav li .block-promo .action.button {
  display: none;
}
.catalog-category-view .columns .sidebar-main {
  display: none;
}
.catalog-category-view .latin_name,
.catalogsearch-result-index .latin_name,
.cms-page-view .latin_name {
  padding-bottom: 25px;
  font-size: 0.9em;
  font-style: italic;
  color: #0a735a;
  display: block;
}
.catalog-category-view .columns .sidebar-main,
.catalogsearch-result-index .columns .sidebar-main,
.cms-page-view .columns .sidebar-main {
  padding-right: 0;
  width: 100%;
  float: inherit;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .sidebar-main,
  .catalogsearch-result-index .columns .sidebar-main,
  .cms-page-view .columns .sidebar-main {
    z-index: 1;
  }
}
.catalog-category-view .columns .column.main,
.catalogsearch-result-index .columns .column.main,
.cms-page-view .columns .column.main {
  width: 100%;
  float: inherit;
  padding-left: 0;
}
.catalog-category-view .columns .column.main .products,
.catalogsearch-result-index .columns .column.main .products,
.cms-page-view .columns .column.main .products {
  margin: 0 !important;
}
.catalog-category-view .columns .column.main .product-items,
.catalogsearch-result-index .columns .column.main .product-items,
.cms-page-view .columns .column.main .product-items {
  padding-top: 10px;
}
.catalog-category-view .columns .column.main .product-items .item,
.catalogsearch-result-index .columns .column.main .product-items .item,
.cms-page-view .columns .column.main .product-items .item {
  margin: 0 0 0 0;
  padding: 20px 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item:after,
.catalogsearch-result-index .columns .column.main .product-items .item:after,
.cms-page-view .columns .column.main .product-items .item:after {
  content: "";
  width: 100%;
  height: 20px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info,
.cms-page-view .columns .column.main .product-items .item .product-item-info {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  height: auto;
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo {
  padding: 0;
  display: block;
  width: 17.693%;
  float: left;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo {
    width: 25%;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {
  display: inline-block;
  position: relative;
  overflow: visible;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper:after,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper:after,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-photo .product-image-container .product-image-wrapper .product-image-photo {
  position: relative;
  z-index: 2;
  border: 4px #ffffff solid;
  vertical-align: inherit;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details {
  width: 82.307%;
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details {
    width: 100%;
    display: block;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box {
  float: left;
  width: 60%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box {
    float: inherit;
    width: inherit;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons {
  float: right;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons {
    display: none;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before {
  margin: 0 0 5px 10px;
  content: "";
  width: 36px;
  height: 55px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_new:before {
  background-image: url('../images/ks_new.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_ks_ehz:before {
  background-image: url('../images/ks_ehz.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_new:before {
  background-image: url('../images/rs_new.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_rs_ehz:before {
  background-image: url('../images/rs_ehz.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr760_sg_new:before {
  background-image: url('../images/sg_new.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr881_bv:after,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr881_bv:after,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .icons.attr881_bv:after {
  margin: 0 0 5px 10px;
  content: "";
  width: 36px;
  height: 55px;
  display: block;
  float: right;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url('../images/bv_sort.png');
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name {
  padding: 0;
  font-weight: normal;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product-item-link,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product-item-link,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product-item-link {
  font-size: 1.8em;
  color: #eb5f00;
  padding-right: 5px;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product_sku,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product_sku,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .product_sku {
  font-size: 1.4em;
  color: #0a735a;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .page-title-wrapper_sub,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .page-title-wrapper_sub,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-name .page-title-wrapper_sub {
  margin-left: 10px;
  display: inline-block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-description,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-description,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .product-item-description {
  margin: 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .aussaat_values,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .aussaat_values,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-info-box .aussaat_values {
  margin-top: 20px;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box {
  margin: 0 0 0px 0;
  float: right;
  width: 38.319%;
  padding: 10px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box {
    margin: 25px 0 0px 0px;
    float: inherit;
    width: inherit;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper {
  margin: 0 0 10px 0;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type {
  border: 1px #686866 solid;
  width: auto;
  width: 65%;
  min-height: 50px;
  float: left;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDojNTc1NzU3O30KPC9zdHlsZT4KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQwIi8+Cjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNS41LDIyLjUgMTEsMTcuNSAwLDE3LjUgIi8+Cjwvc3ZnPgo=');
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 1050px) and (min-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type {
    width: 100%;
    font-size: 1.2rem;
    float: none;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type a.variation_button,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type a.variation_button,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type a.variation_button {
  padding: 5px 40px 5px 10px;
  min-height: 50px;
  display: block;
  color: #636363;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_name,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_name,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_name {
  font-size: 1.2em;
  line-height: 20px;
  white-space: nowrap;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_unit_description,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_unit_description,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_type .v_smallest_unit_description {
  line-height: 20px;
  white-space: initial;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price {
  padding-top: 5px;
  width: 35%;
  float: right;
  min-height: 55px;
  text-align: right;
}
@media screen and (max-width: 1050px) and (min-width: 769px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price {
    padding: 10px 0px;
    float: none;
    width: 100%;
    text-align: left;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_price,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_price,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_price {
  line-height: 25px;
  color: #0a735a;
  font-size: 1.6em;
  font-weight: bold;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_unit_info,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_unit_info,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper .option_price .v_smallest_unit_info {
  line-height: 20px;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px #686866 solid;
  text-align: right;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price.price-container,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price.price-container,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price.price-container {
  border-bottom: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax {
  line-height: 25px;
  color: #0a735a;
  font-weight: bold;
  font-size: 1.1rem;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax:before {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price {
  font-size: 1em;
  line-height: 25px;
  color: #0a735a;
  font-weight: bold;
  font-size: 1.6em !important;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .tocompare,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .tocompare,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .tocompare {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .taxinfo,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .taxinfo,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .taxinfo {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .product-item-actions,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .product-item-actions,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .product-item-actions {
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px #686866 solid;
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action {
  margin: 0;
  display: block;
  float: left;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
  width: 35%;
  padding: 5px 10px;
  background: #ffffff;
  color: #eb5f00;
  border: 1px #ff9852 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1050px) and (min-width: 951px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    width: 44%;
  }
}
@media screen and (max-width: 950px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more {
    margin-bottom: 10px;
    width: 100%;
    font-size: 1.2em;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more.full_width,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more.full_width,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.more.full_width {
  width: 100%;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
  padding: 5px 10px 5px 55px;
  text-align: left;
  width: 63%;
  float: right;
  font-size: 1.8rem;
  background-image: url('../images/warenkorb.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 36px 20px !important;
  background-position: 10px center !important;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1050px) and (min-width: 951px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    width: 54%;
    padding: 5px 10px 5px;
    text-align: center;
    background-image: none !important;
  }
}
@media screen and (max-width: 950px) {
  .catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary,
  .cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary {
    width: 100%;
    font-size: 1.2em;
    padding: 5px 10px 5px 55px;
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark {
  display: none;
  opacity: 1 !important;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark.draw:after,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark.draw:after,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark.draw:after {
  height: 22px;
  width: 14px;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark:after,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark:after,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary .checkmark:after {
  margin-top: -2px;
  margin-left: -12px;
  height: 22px;
  width: 14px;
  transform-origin: left top;
  border-right: 4px solid #ffffff;
  border-top: 4px solid #ffffff;
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled {
  background-image: inherit;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled span,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled span,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled span {
  opacity: 0;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.disabled:before {
  margin: -15px 0 0 -15px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA0MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguOCwxLjVjMC4xLTAuOCwwLjctMC42LDEuNS0wLjRjMTIuMSwyLjEsMjAuMywxMywxOC4yLDI1LjFjLTAuMSwwLjgtMC45LDEuMy0xLjYsMS4xcy0xLjMtMC45LTEuMS0xLjYKCQljMS45LTEwLjYtNS4xLTIxLjQtMTUuNy0yMy4yQzE5LjMsMi4zLDE4LjcsMi4zLDE4LjgsMS41eiIvPgo8L2c+CjxyZWN0IGNsYXNzPSJzdDEiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIvPgo8L3N2Zz4K');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: rotate 2s infinite linear;
  /* Safari 4+ */
  -moz-animation: rotate 2s infinite linear;
  /* Fx 5+ */
  -o-animation: rotate 2s infinite linear;
  /* Opera 12+ */
  animation: rotate 2s infinite linear;
  /* IE 10+, Fx 29+ */
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.addtocart-ok:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.addtocart-ok:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.primary.addtocart-ok:before {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business {
  display: none;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box {
  margin: 10px 0 5px 0;
  padding: 5px 0 0 0;
  border-top: 1px #686866 solid;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite {
  margin: 0 0 3px 0;
  gap: 7px;
  grid-template-columns: auto 1fr;
  display: grid;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:before,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:before,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:before {
  grid-column: 1;
  grid-row: 1;
  --scale: 1.4;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite span,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite span,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite span {
  grid-column: 2;
  grid-row: 1;
  padding-top: 9px;
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:last-of-type,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:last-of-type,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .attr944_box .icon_sprite:last-of-type {
  margin: 0 0 0 0;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info {
  margin: 10px -11px -20px -11px;
  padding: 10px 10px 10px 10px ;
  background-color: #fffbf1;
  border-top: 1px #d1d1d1 solid;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info a,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info a,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info a {
  color: #636363;
  text-decoration: underline;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable {
  text-align: center;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable strong,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable strong,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable strong {
  color: #007858;
  font-size: 1.4em;
  font-family: inherit;
  white-space: nowrap;
}
.catalog-category-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable .action.more,
.catalogsearch-result-index .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable .action.more,
.cms-page-view .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.notSaleable .action.more {
  float: right;
  width: 100%;
}
.catalog-category-view.mode_business .columns .sidebar-main,
.catalogsearch-result-index.mode_business .columns .sidebar-main,
.cms-page-view.mode_business .columns .sidebar-main,
.catalog-category-view.mode_hobby .columns .sidebar-main,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main,
.cms-page-view.mode_hobby .columns .sidebar-main {
  z-index: 3;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter,
.cms-page-view.mode_business .columns .sidebar-main .block.filter,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter {
  margin: 20px 0 0 0;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-title,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-title,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-title,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-title,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-title,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-title {
  display: none;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 20px 20px;
}
@media screen and (max-width: 1100px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 950px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option {
  position: relative;
  z-index: 3;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-title {
  margin: 0 0 0 0;
  padding: 10px 25px 10px 7px;
  line-height: initial;
  position: relative;
  cursor: pointer;
  border: 1px #d1d1d1 solid;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDojNTc1NzU3O30KPC9zdHlsZT4KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQwIi8+Cjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNS41LDIyLjUgMTEsMTcuNSAwLDE3LjUgIi8+Cjwvc3ZnPgo=');
  background-size: auto 40px;
  background-repeat: no-repeat;
  background-position: right center;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  display: none;
  border: 1px #d1d1d1 solid;
  border-top: none;
  background: #ffffff;
  z-index: 100;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a {
  margin: 0 0 5px 0;
  padding: 3px 40px 3px 25px;
  display: block;
  color: #636363;
  position: relative;
  line-height: 18px;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a::before {
  margin: 2px 7px 0 0;
  content: '';
  display: block;
  position: absolute;
  left: 7px;
  width: 14px;
  height: 14px;
  border: 1px #636363 solid;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover {
  color: #eb5f00;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a:hover::before {
  background-color: #d1d1d1;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li a span.count {
  position: absolute;
  right: 7px;
  top: 3px;
  line-height: 18px;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option .filter-options-content ol li:last-child a {
  margin-bottom: 0;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active {
  z-index: 9;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title {
  border-color: #d1d1d1;
  border-bottom-color: #ffffff;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-title::after {
  -webkit-transform: translateY(-50%) scaleX(140%) scaleY(-1);
  transform: translateY(-50%) scaleX(140%) scaleY(-1);
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter-options .filter-option.active .filter-options-content {
  display: block;
  z-index: 10;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .filter_current_subtitle {
  margin: 20px 0 0 0;
  font-size: 1.2em;
  display: block;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters {
  margin: 10px 0 30px 0;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-flow: row wrap;
  background: #ffffff;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current {
  flex: 1 1 0;
  width: auto;
}
@media screen and (max-width: 650px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current {
    flex: content;
    width: 100%;
  }
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item {
  margin: 0 10px 10px 0;
  padding: 7px 20px 7px 10px;
  display: inline-block;
  position: relative;
  background: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item:last-child {
  margin-right: 0;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .value {
  margin: 0 5px 0 0;
  display: inline-block;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .label {
  font-family: "Carnas W01 Medium";
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove {
  position: absolute;
  right: -5px;
  top: -5px;
  background: #636363;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 17px;
  padding: 0;
  color: #ffffff;
  overflow: hidden;
  font-family: "Carnas W01 Medium";
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove:hover {
  background: #eb5f00;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove::before {
  content: "x";
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-current .items .item .action.remove span {
  font-size: 1px;
  display: none;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions {
  margin: 0;
  flex: 0 0 0;
  width: auto;
}
@media screen and (max-width: 650px) {
  .catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions,
  .cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions {
    flex: content;
    width: 100%;
    margin: 10px 0;
    text-align: right;
  }
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button {
  padding: 7px 10px 7px 10px;
  background: #ffffff;
  border: 1px #eb5f00 solid;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.catalog-category-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.catalogsearch-result-index.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.cms-page-view.mode_business .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.catalog-category-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.catalogsearch-result-index.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover,
.cms-page-view.mode_hobby .columns .sidebar-main .block.filter .filter-content .current_filters .filter-actions .button:hover {
  color: #636363 !important;
}
.catalog-category-view.mode_business .columns .column.main .product-items,
.catalogsearch-result-index.mode_business .columns .column.main .product-items,
.cms-page-view.mode_business .columns .column.main .product-items,
.catalog-category-view.mode_hobby .columns .column.main .product-items,
.catalogsearch-result-index.mode_hobby .columns .column.main .product-items,
.cms-page-view.mode_hobby .columns .column.main .product-items {
  padding-top: 0;
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products,
.cms-page-view.mode_business .columns .column.main .toolbar-products,
.catalog-category-view.mode_hobby .columns .column.main .toolbar-products,
.catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products,
.cms-page-view.mode_hobby .columns .column.main .toolbar-products {
  margin: 20px 0 0 0;
  padding: 3px 0;
  border-top: 1px #d1d1d1 solid;
  border-bottom: 1px #d1d1d1 solid;
}
@media screen and (max-width: 769px) {
  .catalog-category-view.mode_business .columns .column.main .toolbar-products,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products,
  .cms-page-view.mode_business .columns .column.main .toolbar-products,
  .catalog-category-view.mode_hobby .columns .column.main .toolbar-products,
  .catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products,
  .cms-page-view.mode_hobby .columns .column.main .toolbar-products {
    margin: 10px 0 0 0;
    padding: 7px 0;
  }
}
@media screen and (max-width: 769px) {
  .catalog-category-view.mode_business .columns .column.main .toolbar-products .toolbar-amount,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .toolbar-amount,
  .cms-page-view.mode_business .columns .column.main .toolbar-products .toolbar-amount,
  .catalog-category-view.mode_hobby .columns .column.main .toolbar-products .toolbar-amount,
  .catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products .toolbar-amount,
  .cms-page-view.mode_hobby .columns .column.main .toolbar-products .toolbar-amount {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    float: left;
    width: 30%;
    text-align: left;
    font-size: 0.9em;
    line-height: 32px;
  }
}
@media screen and (max-width: 769px) {
  .catalog-category-view.mode_business .columns .column.main .toolbar-products .toolbar-sorter,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .toolbar-sorter,
  .cms-page-view.mode_business .columns .column.main .toolbar-products .toolbar-sorter,
  .catalog-category-view.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter,
  .catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter,
  .cms-page-view.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: block;
    float: right;
    width: 70%;
    font-size: 0.9em;
    text-align: right;
  }
  .catalog-category-view.mode_business .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .cms-page-view.mode_business .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .catalog-category-view.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .catalogsearch-result-index.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter .sorter-label,
  .cms-page-view.mode_hobby .columns .column.main .toolbar-products .toolbar-sorter .sorter-label {
    display: none;
  }
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products,
.cms-page-view.mode_business .columns .column.main .toolbar-products {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  height: 40px;
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products:after,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products:after,
.cms-page-view.mode_business .columns .column.main .toolbar-products:after {
  content: "";
  width: 100%;
  height: 15px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products .toolbar-amount,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .toolbar-amount,
.cms-page-view.mode_business .columns .column.main .toolbar-products .toolbar-amount {
  float: right;
  display: none;
}
@media screen and (max-width: 769px) {
  .catalog-category-view.mode_business .columns .column.main .toolbar-products .sorter-label,
  .catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .sorter-label,
  .cms-page-view.mode_business .columns .column.main .toolbar-products .sorter-label {
    display: none;
  }
}
.catalog-category-view.mode_business .columns .column.main .toolbar-products .sorter,
.catalogsearch-result-index.mode_business .columns .column.main .toolbar-products .sorter,
.cms-page-view.mode_business .columns .column.main .toolbar-products .sorter {
  float: right;
}
.catalog-category-view.mode_business .columns .column.main .products + .toolbar-products,
.catalogsearch-result-index.mode_business .columns .column.main .products + .toolbar-products,
.cms-page-view.mode_business .columns .column.main .products + .toolbar-products {
  height: auto;
  padding-top: 10px;
  margin-bottom: 100px;
}
.catalog-category-view.mode_business .columns .column.main .products + .toolbar-products:after,
.catalogsearch-result-index.mode_business .columns .column.main .products + .toolbar-products:after,
.cms-page-view.mode_business .columns .column.main .products + .toolbar-products:after {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box {
  width: 250px;
  /* Buisness Mode - Product with no Configurables */
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .option_wrapper {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_time,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_time,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_time {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .shipping_info {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-including-tax {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .price-final_price .price-excluding-tax {
  display: block;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary {
  margin: 0;
  padding: 0;
  border-top: inherit;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action {
  margin: 10px 0 0 0;
  float: inherit;
  width: 100%;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-business {
  display: block;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-hobby,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-hobby,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box .actions-primary .action.addtoCart-hobby {
  display: none;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product {
  width: 38.319%;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_time,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_time,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_time {
  display: block;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .actions-primary,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .actions-primary,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .actions-primary {
  margin-top: 10px;
  padding-top: 0;
  border-top: 1px #686866 solid;
}
.catalog-category-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_info,
.catalogsearch-result-index.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_info,
.cms-page-view.mode_business .columns .column.main .product-items .item .product-item-info .product-item-details .product-price-box.simple_product .shipping_info {
  display: block;
}
.catalog-category-view .columns .column.main .product-items .item:after,
.catalogsearch-result-index .columns .column.main .product-items .item:after {
  clear: both;
}
.catalog-product-view #product_media img {
  border: 6px #ffffff solid;
}
.catalog-product-view #product_media img.fotorama__img {
  border: 6px #ffffff solid !important;
}
.catalog-product-view .product-reviews-summary,
.catalog-product-view .product_options_hidden,
.catalog-product-view .product-info-price,
.catalog-product-view .product-options-bottom,
.catalog-product-view .product-social-links,
.catalog-product-view .price-box {
  display: none;
}
.catalog-product-view .page-title-wrapper {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main {
  padding-right: 20px;
  display: inline-block;
}
@media screen and (min-width: 1380px) {
  .catalog-product-view .page-title-wrapper .page-title-wrapper_main {
    min-width: 444px;
  }
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku {
  display: inline-block;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku .stock {
  display: none;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku .product.attribute.sku {
  display: inline-block;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku .product.attribute.sku strong {
  display: none;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_main .product-info-stock-sku .product.attribute.sku .value {
  padding-left: 10px;
  display: inline-block;
  font-size: 1.6em;
  color: #0a735a;
}
.catalog-product-view .page-title-wrapper .page-title-wrapper_sub {
  display: inline-block;
}
.catalog-product-view .page-title-wrapper .latin_name {
  display: none;
}
.catalog-product-view #product_info {
  font-size: 17px;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #product_info {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.catalog-product-view #product_info .icons {
  float: right;
}
@media screen and (max-width: 950px) {
  .catalog-product-view #product_info .icons {
    max-width: 60px;
  }
  .catalog-product-view #product_info .icons:before,
  .catalog-product-view #product_info .icons:after {
    margin: 0px 0px 10px 10px !important;
    max-width: 50px;
  }
}
@media screen and (max-width: 769px) {
  .catalog-product-view #product_info .icons {
    display: none;
  }
}
.catalog-product-view #product_info .icons.attr760_ks_new:before,
.catalog-product-view #product_info .icons.attr760_ks_ehz:before,
.catalog-product-view #product_info .icons.attr760_rs_new:before,
.catalog-product-view #product_info .icons.attr760_rs_ehz:before,
.catalog-product-view #product_info .icons.attr760_sg_new:before {
  margin: 0 0 5px 15px;
  content: "";
  width: 72px;
  height: 110px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.catalog-product-view #product_info .icons.attr760_ks_new:before {
  background-image: url('../images/ks_new.png');
}
.catalog-product-view #product_info .icons.attr760_ks_ehz:before {
  background-image: url('../images/ks_ehz.png');
}
.catalog-product-view #product_info .icons.attr760_rs_new:before {
  background-image: url('../images/rs_new.png');
}
.catalog-product-view #product_info .icons.attr760_rs_ehz:before {
  background-image: url('../images/rs_ehz.png');
}
.catalog-product-view #product_info .icons.attr760_sg_new:before {
  background-image: url('../images/sg_new.png');
}
.catalog-product-view #product_info .icons.attr881_bv:after {
  margin: 20px 0 5px 15px;
  content: "";
  width: 72px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url('../images/bv_sort.png');
}
.catalog-product-view #product_extended {
  font-size: 17px;
  line-height: 1.6em;
}
.catalog-product-view .details_content span.attribute {
  display: block;
  margin: 0 0 7px 0;
  line-height: 1.4em;
}
.catalog-product-view.mode_business #maincontent {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1380px) {
  .catalog-product-view.mode_business .page-title-wrapper .page-title-wrapper_main {
    min-width: unset;
  }
}
.catalog-product-view.mode_business .columns .column.main {
  display: grid;
  column-gap: 20px;
  row-gap: 40px;
  grid-template-columns: repeat(24, 1fr);
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main {
    display: flex !important;
    flex-direction: column;
    grid-template-columns: inherit !important;
    column-gap: 0;
    row-gap: 40px;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_pricebox {
  grid-column: 14 / span 11;
  grid-row: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main #product_pricebox {
    order: 2;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product-reviews-summary,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product-info-price,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .price-box,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product_options_hidden,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product-options-bottom,
.catalog-product-view.mode_business .columns .column.main #product_pricebox .product-social-links {
  display: none;
}
.catalog-product-view.mode_business .columns .column.main #product_media {
  grid-column: 1 / span 7;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main #product_media {
    order: 1;
    margin-bottom: 20px;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_info {
  grid-column: 1 / span 12;
  grid-row: 2;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main #product_info {
    order: 3;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_extended {
  grid-column: 1 / span 12;
  grid-row: 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main #product_extended {
    order: 4;
  }
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid {
  display: flex !important;
  flex-direction: column;
  row-gap: 40px;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_characteristics {
  order: 1;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_calender {
  order: 2;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_cultivation {
  order: 3;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_origin {
  order: 4;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_breeders {
  order: 5;
}
.catalog-product-view.mode_business .columns .column.main #product_extended #product_extended_grid #details_infos_multipliers {
  order: 6;
}
.catalog-product-view.mode_business .columns .column.main .block.related {
  grid-column: 1 / span 24;
  grid-row: 4;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main .block.related {
    order: 5;
  }
}
.catalog-product-view.mode_business .columns .column.main .block.upsell {
  grid-column: 1 / span 24;
  grid-row: 5;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main .block.upsell {
    order: 6;
  }
}
.catalog-product-view.mode_business .columns .column.main .block-viewed-products-grid {
  grid-column: 1 / span 24;
  grid-row: 6;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_business .columns .column.main .block-viewed-products-grid {
    order: 7;
  }
}
.catalog-product-view.mode_business .columns .details_content#details_infos_tipps {
  display: none;
}
.catalog-product-view.mode_business .columns .details_content#details_infos_certifications {
  width: 100%;
}
.catalog-product-view.mode_business .columns .details_content .aussaat_values {
  margin: 0 0 10px 0;
}
.catalog-product-view.mode_business .columns .details_content h2 {
  margin: 0 0 10px 0 !important;
  padding: 5px 7px !important;
  display: inline-block !important;
  background: #0a735a !important;
  color: #ffffff !important;
  font-size: 1.9rem !important;
}
.catalog-product-view.mode_hobby #maincontent .column.main {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 950px) {
  .catalog-product-view.mode_hobby #maincontent .column.main {
    gap: 15px;
  }
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox {
  grid-column: 3;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox {
    order: 2;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-reviews-summary,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product_options_hidden,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-info-price,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-options-bottom,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-social-links,
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .price-box {
  margin: 0;
  display: none;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box {
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper {
  margin: 0 0 10px 0;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_type {
  border: 1px #686866 solid;
  width: auto;
  width: 100%;
  min-height: 50px;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNSA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KCS5zdDF7ZmlsbDojNTc1NzU3O30KPC9zdHlsZT4KPHJlY3QgeT0iMCIgY2xhc3M9InN0MCIgd2lkdGg9IjI1IiBoZWlnaHQ9IjQwIi8+Cjxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNS41LDIyLjUgMTEsMTcuNSAwLDE3LjUgIi8+Cjwvc3ZnPgo=');
  background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: right center;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_type a.variation_button {
  padding: 5px 40px 5px 10px;
  min-height: 50px;
  display: block;
  color: #636363;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_type .v_smallest_name {
  font-size: 1.2em;
  line-height: 20px;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_type .v_smallest_unit_description {
  line-height: 20px;
  white-space: initial;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_price {
  padding: 15px 0 10px 0;
  width: 100%;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_price:after {
  content: "";
  width: 100%;
  height: 10px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_price .v_smallest_price {
  line-height: 25px;
  color: #0a735a;
  font-size: 1.8em;
  font-weight: 700;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .option_price .v_smallest_unit_info {
  line-height: 20px;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .shipping_time {
  padding: 0 0 15px 0;
  width: 100%;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box .option_wrapper .shipping_time:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box.notSaleable {
  text-align: center;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .product-price-box.notSaleable strong {
  color: #007858;
  font-size: 1.4em;
  font-family: inherit;
  white-space: nowrap;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_pricebox .shipping_info {
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_media {
  grid-column: 1;
  grid-row: 1;
  max-width: 406px;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #product_media {
    order: 1;
    max-width: 100%;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_info {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #product_info {
    order: 3;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended {
  grid-column: 1 / span 2;
  grid-row: 2;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #product_extended {
    order: 4;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid {
  display: flex !important;
  flex-direction: column;
  gap: 40px;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_calender {
  order: 1;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_calender .aussaat_values {
  margin-top: 10px;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_characteristics {
  order: 2;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_origin {
  order: 3;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_cultivation {
  order: 4;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_breeders {
  order: 5;
}
.catalog-product-view.mode_hobby #maincontent .column.main #product_extended #product_extended_grid #details_infos_multipliers {
  order: 6;
}
.catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps {
  grid-column: 3;
  grid-row: 2;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps {
    order: 7;
    font-size: 0.86em;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  padding: 30px 10px;
  font-size: 16px;
  line-height: 1.5em;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner {
    padding: 15px 10px;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner:before {
  content: "";
  margin: 0 auto 40px auto;
  padding: 0;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('../images/Icons.svg');
  background-size: 500px 500px;
  background-position: 0 0;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner:before {
    display: none;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 22px !important;
  color: #c94b00 !important;
  background: none !important;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main #details_infos_tipps .inner h2 {
    font-size: 1.2em !important;
    margin-bottom: 10px !important;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main .block.related {
  grid-row: 3;
  grid-column: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main .block.related {
    order: 5;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main .block.upsell {
  grid-row: 4;
  grid-column: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main .block.upsell {
    order: 6;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main .block-viewed-products-grid {
  grid-column: 1 / span 3;
  grid-row: 5;
}
@media screen and (max-width: 769px) {
  .catalog-product-view.mode_hobby #maincontent .column.main .block-viewed-products-grid {
    order: 7;
  }
}
.catalog-product-view.mode_hobby #maincontent .column.main .details_content h2 {
  margin: 0 0 15px 0 !important;
  padding: 5px 7px !important;
  display: inline-block !important;
  background: #0a735a !important;
  color: #ffffff !important;
  font-size: 1.9rem !important;
}
.catalog-product-view #maincontent.simple_product .column.main {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main {
    display: flex !important;
    flex-direction: column;
  }
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox {
  grid-column: 3;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main #product_pricebox {
    order: 2;
  }
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price,
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .price-box {
  display: block !important;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .price-excluding-tax {
  display: none;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price {
  width: 100%;
  padding: 15px 15px 0 15px;
  background: #ffffff;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price .price-box .price-including-tax,
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price .price-box .price-excluding-tax {
  font-size: 1rem;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-info-price .price-box .price {
  line-height: 25px;
  color: #0a735a;
  font-size: 3em;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .taxinfo {
  width: 100%;
  padding: 5px 0 0 0;
  text-align: right;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .taxinfo:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .shipping_time.amount {
  margin-top: 3px;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .shipping_time.amount:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .shipping_time.amount:has(.label:empty) {
  display: none;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .stock_notification {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .stock_notification .action.alert {
  margin: 0 0 0 0;
  padding: 5px 10px 5px 10px;
  display: block;
  text-align: center;
  background: #eb5f00;
  color: #ffffff;
  border-radius: 0 !important;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form {
  width: 100%;
  padding: 5px 15px 15px 15px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart {
  margin: 5px 0 0 0;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset {
  margin: 0;
  display: flex;
  gap: 20px;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .field.qty {
  margin: 0;
  width: 30%;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .field.qty label {
  margin: 0 0 4px 0;
  height: 20px;
  display: block;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .field.qty .control input {
  height: 46px;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .actions {
  width: 70%;
  margin-top: 24px;
}
.catalog-product-view #maincontent.simple_product .column.main #product_pricebox .product-add-form .box-tocart .fieldset .actions .action.primary {
  width: 100%;
}
.catalog-product-view #maincontent.simple_product .column.main #product_media {
  grid-column: 1;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main #product_media {
    order: 1;
  }
}
.catalog-product-view #maincontent.simple_product .column.main #product_info {
  grid-column: 2;
  grid-row: 1;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main #product_info {
    order: 3;
  }
}
.catalog-product-view #maincontent.simple_product .column.main #product_extended {
  display: none;
}
.catalog-product-view #maincontent.simple_product .column.main .block.related {
  grid-row: 2;
  grid-column: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main .block.related {
    order: 4;
  }
}
.catalog-product-view #maincontent.simple_product .column.main .block.upsell {
  grid-row: 3;
  grid-column: 1 / span 3;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main .block.upsell {
    order: 5;
  }
}
.catalog-product-view #maincontent.simple_product .column.main .block-viewed-products-grid {
  grid-column: 1 / span 3;
  grid-row: 4;
}
@media screen and (max-width: 769px) {
  .catalog-product-view #maincontent.simple_product .column.main .block-viewed-products-grid {
    order: 6;
  }
}
.block-viewed-products-grid,
.block.related,
.block.upsell {
  margin: 20px 0;
  padding: 15px;
  width: 100%;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px #d1d1d1 solid;
}
.block-viewed-products-grid .block-title,
.block.related .block-title,
.block.upsell .block-title {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.block-viewed-products-grid .block-title strong[role="heading"],
.block.related .block-title strong[role="heading"],
.block.upsell .block-title strong[role="heading"],
.block-viewed-products-grid .block-title #block-related-heading,
.block.related .block-title #block-related-heading,
.block.upsell .block-title #block-related-heading {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 26px;
}
.block-viewed-products-grid .block-actions,
.block.related .block-actions,
.block.upsell .block-actions {
  display: none;
}
.block-viewed-products-grid .block-content .products-grid,
.block.related .block-content .products-grid,
.block.upsell .block-content .products-grid,
.block-viewed-products-grid .block-content .products-related,
.block.related .block-content .products-related,
.block.upsell .block-content .products-related {
  margin: 0;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items,
.block.related .block-content .products-grid ol.product-items,
.block.upsell .block-content .products-grid ol.product-items,
.block-viewed-products-grid .block-content .products-related ol.product-items,
.block.related .block-content .products-related ol.product-items,
.block.upsell .block-content .products-related ol.product-items,
.block-viewed-products-grid .block-content .products-grid ol.products,
.block.related .block-content .products-grid ol.products,
.block.upsell .block-content .products-grid ol.products,
.block-viewed-products-grid .block-content .products-related ol.products,
.block.related .block-content .products-related ol.products,
.block.upsell .block-content .products-related ol.products {
  margin: 20px 0 0 0 !important;
  padding: 0 0 0 0 !important;
  display: block;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li,
.block.related .block-content .products-grid ol.product-items li,
.block.upsell .block-content .products-grid ol.product-items li,
.block-viewed-products-grid .block-content .products-related ol.product-items li,
.block.related .block-content .products-related ol.product-items li,
.block.upsell .block-content .products-related ol.product-items li,
.block-viewed-products-grid .block-content .products-grid ol.products li,
.block.related .block-content .products-grid ol.products li,
.block.upsell .block-content .products-grid ol.products li,
.block-viewed-products-grid .block-content .products-related ol.products li,
.block.related .block-content .products-related ol.products li,
.block.upsell .block-content .products-related ol.products li {
  margin: 0 0 15px 0 !important;
  padding: 0 15px 0 0;
  display: inline-block;
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .block-viewed-products-grid .block-content .products-grid ol.product-items li,
  .block.related .block-content .products-grid ol.product-items li,
  .block.upsell .block-content .products-grid ol.product-items li,
  .block-viewed-products-grid .block-content .products-related ol.product-items li,
  .block.related .block-content .products-related ol.product-items li,
  .block.upsell .block-content .products-related ol.product-items li,
  .block-viewed-products-grid .block-content .products-grid ol.products li,
  .block.related .block-content .products-grid ol.products li,
  .block.upsell .block-content .products-grid ol.products li,
  .block-viewed-products-grid .block-content .products-related ol.products li,
  .block.related .block-content .products-related ol.products li,
  .block.upsell .block-content .products-related ol.products li {
    width: 50%;
  }
}
@media screen and (max-width: 769px) {
  .block-viewed-products-grid .block-content .products-grid ol.product-items li,
  .block.related .block-content .products-grid ol.product-items li,
  .block.upsell .block-content .products-grid ol.product-items li,
  .block-viewed-products-grid .block-content .products-related ol.product-items li,
  .block.related .block-content .products-related ol.product-items li,
  .block.upsell .block-content .products-related ol.product-items li,
  .block-viewed-products-grid .block-content .products-grid ol.products li,
  .block.related .block-content .products-grid ol.products li,
  .block.upsell .block-content .products-grid ol.products li,
  .block-viewed-products-grid .block-content .products-related ol.products li,
  .block.related .block-content .products-related ol.products li,
  .block.upsell .block-content .products-related ol.products li {
    width: 100%;
    padding-right: 0;
  }
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info,
.block.related .block-content .products-grid ol.product-items li .product-item-info,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info,
.block.related .block-content .products-related ol.product-items li .product-item-info,
.block.upsell .block-content .products-related ol.product-items li .product-item-info,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info,
.block.related .block-content .products-grid ol.products li .product-item-info,
.block.upsell .block-content .products-grid ol.products li .product-item-info,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info,
.block.related .block-content .products-related ol.products li .product-item-info,
.block.upsell .block-content .products-related ol.products li .product-item-info {
  width: auto;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-photo,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-photo,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-photo,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-photo,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-photo,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-photo,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-photo,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-photo,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-photo,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-photo,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-photo,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-photo {
  margin: 0 0 0 0;
  padding: 0 10px 20px 0;
  display: block;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 35%;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details {
  display: block;
  float: left;
  width: 65%;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product_sku,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product_sku,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product_sku,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .product_sku,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .product_sku,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .product_sku,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .product_sku,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .product_sku,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .product_sku,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .product_sku,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .product_sku,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .product_sku {
  margin: 0 0 5px 0;
  padding: 0 5px 5px 0;
  display: inline-block;
  color: #0a735a;
  border-bottom: 3px #eb5f00 solid;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name {
  margin: 0;
  padding: 0;
  color: #0a735a;
  font-size: 1.6em;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-name a,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-name a,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name a,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name a,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-name a {
  color: #0a735a;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .field.choice.related,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .field.choice.related,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .field.choice.related,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .field.choice.related,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .field.choice.related,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .field.choice.related,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .field.choice.related,
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .secondary-addto-links,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .secondary-addto-links,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .secondary-addto-links {
  display: none;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-description,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-description,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .product-item-description,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-description,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-description,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .product-item-description,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-description,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-description,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .product-item-description,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-description,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-description,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .product-item-description {
  margin: 10px 0;
}
.block-viewed-products-grid .block-content .products-grid ol.product-items li .product-item-info .product-item-details .action.primary,
.block.related .block-content .products-grid ol.product-items li .product-item-info .product-item-details .action.primary,
.block.upsell .block-content .products-grid ol.product-items li .product-item-info .product-item-details .action.primary,
.block-viewed-products-grid .block-content .products-related ol.product-items li .product-item-info .product-item-details .action.primary,
.block.related .block-content .products-related ol.product-items li .product-item-info .product-item-details .action.primary,
.block.upsell .block-content .products-related ol.product-items li .product-item-info .product-item-details .action.primary,
.block-viewed-products-grid .block-content .products-grid ol.products li .product-item-info .product-item-details .action.primary,
.block.related .block-content .products-grid ol.products li .product-item-info .product-item-details .action.primary,
.block.upsell .block-content .products-grid ol.products li .product-item-info .product-item-details .action.primary,
.block-viewed-products-grid .block-content .products-related ol.products li .product-item-info .product-item-details .action.primary,
.block.related .block-content .products-related ol.products li .product-item-info .product-item-details .action.primary,
.block.upsell .block-content .products-related ol.products li .product-item-info .product-item-details .action.primary {
  padding: 5px 20px;
  font-size: 16px;
  font-family: "Carnas W01 Medium";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.login-container .block-customer-login .advice_new_shop {
  margin-bottom: 29px;
  padding: 10px;
  max-width: 550px;
}
.login-container .block-customer-login .label {
  display: none;
}
.login-container .block-customer-login .control {
  width: 75% !important;
  min-width: 300px !important;
}
.login-container .block-customer-login .actions-toolbar {
  margin-left: 0 !important;
}
.login-container .block-customer-login .actions-toolbar .primary {
  margin-right: 5px;
}
.login-container .block-customer-login .actions-toolbar .secondary {
  float: left !important;
}
.login-container .block-customer-login .actions-toolbar .secondary a {
  padding: 10px 15px;
  color: #636363;
  text-decoration: underline;
}
.login-container .block-customer-login .actions-toolbar .secondary a:hover {
  color: #eb5f00;
}
.login-container fieldset:after {
  margin-left: 0 !important;
}
.checkout-cart-index .cart-container .cart-summary {
  padding-bottom: 0;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
}
.checkout-cart-index .cart-container .cart-summary #block-shipping {
  display: none;
}
.checkout-cart-index .cart-container .cart-summary #cart-totals {
  border-top: none;
}
.checkout-cart-index .cart-container .cart-summary .checkout-methods-items .action.primary {
  font-family: "Carnas W01 Medium";
  font-size: 2.4rem;
}
.checkout-cart-index .cart-container .cart-summary .mark,
.checkout-cart-index .cart-container .cart-summary mark {
  background: none;
}
.checkout-cart-index .cart-container .cart-summary .table > tbody > tr > td,
.checkout-cart-index .cart-container .cart-summary .table > tbody > tr > th,
.checkout-cart-index .cart-container .cart-summary .table > tfoot > tr > td,
.checkout-cart-index .cart-container .cart-summary .table > tfoot > tr > th,
.checkout-cart-index .cart-container .cart-summary .table > thead > tr > td,
.checkout-cart-index .cart-container .cart-summary .table > thead > tr > th {
  padding: 10px 5px !important;
  border-color: #0a735a;
}
.checkout-cart-index .cart-container .cart-summary #tips_in_cart {
  padding: 0 0 25px 0;
  margin: 25px -16px -1px -16px;
  background-color: #fffbf1;
  border-top: 1px #d1d1d1 solid;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart-summary #tips_in_cart {
    padding-bottom: 1px;
  }
  .checkout-cart-index .cart-container .cart-summary #tips_in_cart * {
    display: none;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper {
  padding: 10px 15px 0 15px;
  margin-bottom: 0;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  border-bottom: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table {
  margin-bottom: 0;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table thead th {
  border-bottom: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td {
  padding: 10px 5px !important;
  border-top: 1px #0a735a solid;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td {
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td.col.price,
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td.col.qty,
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td.col.subtotal {
    border-top-color: #d1d1d1;
  }
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td .product-item-photo {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-info td .product-item-name {
    display: block;
    font-size: 1.1em;
    margin: 10px 0 3px 0;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td {
  padding: 0 !important;
  border-top: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td .actions-toolbar {
  text-align: right;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td .actions-toolbar .action-edit {
  display: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td .actions-toolbar .action-delete {
  padding: 7px 10px 7px 10px;
  font-size: 1em;
  line-height: 1.2em;
  margin-top: -50px;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart-container .cart.table-wrapper #shopping-cart-table tbody tr.item-actions td .actions-toolbar .action-delete {
    margin: 10px 0;
  }
}
.checkout-cart-index .cart-container .cart.table-wrapper .items thead + .item {
  border-top: none;
}
.checkout-cart-index .cart-container .cart.table-wrapper .items > .item {
  border-top: none;
  border-bottom: none;
}
.checkout-cart-index .cart-container #cart_total_shipping_info {
  font-size: 0.9em;
}
.checkout-cart-index .cart.main.actions {
  padding: 10px 15px 10px 15px;
  margin-bottom: 50px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  border-top: 1px #0a735a solid;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart.main.actions {
    padding: 20px 15px;
  }
}
.checkout-cart-index .cart.main.actions .action {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart.main.actions .action {
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.checkout-cart-index .cart.main.actions .action.clear,
.checkout-cart-index .cart.main.actions .action.update,
.checkout-cart-index .cart.main.actions .action.continue {
  padding: 7px 10px 7px 10px;
  font-size: 1em;
  line-height: 1.2em;
}
.checkout-cart-index .cart.main.actions .action.clear:before,
.checkout-cart-index .cart.main.actions .action.update:before,
.checkout-cart-index .cart.main.actions .action.continue:before {
  margin-left: -10px;
  line-height: inherit;
}
.checkout-cart-index .cart.main.actions .action.clear span,
.checkout-cart-index .cart.main.actions .action.update span,
.checkout-cart-index .cart.main.actions .action.continue span {
  font-size: 1em;
  line-height: 1em;
}
@media screen and (max-width: 769px) {
  .checkout-cart-index .cart.main.actions .action.clear,
  .checkout-cart-index .cart.main.actions .action.update,
  .checkout-cart-index .cart.main.actions .action.continue {
    font-size: 1em;
    line-height: 1em;
  }
}
.checkout-index-index {
  /* remove standard-styles */
  /* graceful degradation for ie8 */
}
.checkout-index-index .checkout-agreements {
  display: none !important;
}
.checkout-index-index #header_middle,
.checkout-index-index #header_right,
.checkout-index-index .block-search,
.checkout-index-index .page-footer .footer.content .line.line01,
.checkout-index-index .page-footer .footer.content .line.line02 {
  display: none !important;
}
.checkout-index-index #customer-attributes {
  display: none !important;
}
.checkout-index-index #maincontent {
  overflow-x: hidden;
}
.checkout-index-index #cart_links {
  margin: 0 9px 20px 0;
  padding: 0 46px 0 0;
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojNjU2NDY0O3N0cm9rZS13aWR0aDoxLjU7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLDEzLjVMNC44LDYuM0gxLjQgTTI5LjIsMjMuOGMwLDEuNSwxLjMsMi44LDIuOSwyLjhjMS42LDAsMi45LTEuMywyLjktMi44YzAtMS41LTEuMy0yLjgtMi45LTIuOAoJQzMwLjQsMjEsMjkuMiwyMi4zLDI5LjIsMjMuOHogTTI3LjQsMTguOWwyLjYsMi42IE0xOS40LDE4LjlsLTQuMSw2LjhjMCwwLTAuNywxLjEtMS43LDAuN2MtMC44LTAuNC0wLjQtMS41LTAuNC0xLjVsMS4xLTYuNAoJIE0zNC4xLDkuN0gxMS4zbDEuNyw4LjZsMTIsMC44YzAsMCwyLjcsMC40LDQtMS42QzMwLjcsMTQuOSwzNC4xLDkuNywzNC4xLDkuN3oiLz4KPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjM2IiBoZWlnaHQ9IjMwIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 36px 30px;
  background-position: right center;
}
.checkout-index-index #cart_links a {
  color: #636363;
  text-decoration: underline;
}
.checkout-index-index #cart_links a:hover {
  color: #636363;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .checkout-index-index #cart_links {
    float: none;
    margin: 0 0 20px 0;
    padding: 0 0 0 46px;
    background-position: left center;
  }
}
.checkout-index-index .checkout-header {
  margin-top: 30px;
}
.checkout-index-index .checkout-header h1.title {
  margin: 0 auto 0;
  padding-bottom: 0;
}
.checkout-index-index .checkout-header div.description {
  display: none;
}
.checkout-index-index .authentication-wrapper {
  margin: 0 0 0 0;
  padding: 0 9px 20px 9px;
  float: none;
  width: 60%;
  max-width: 60%;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .checkout-index-index .authentication-wrapper {
    padding: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
  }
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle {
  text-align: left;
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle > span {
  color: #636363;
  text-decoration: underline;
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle > span.button_title {
  text-decoration: none;
}
.checkout-index-index .authentication-wrapper button.action-auth-toggle:hover > span {
  color: #636363;
}
.checkout-index-index #info-required-fields {
  margin: 0px 9px 5px 9px;
}
.checkout-index-index #info-required-fields .required {
  color: #cc0000;
}
.checkout-index-index .continue_phrase {
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  float: none;
  font-size: 18px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .page-header .logo {
    margin-left: 0;
  }
  .checkout-index-index .checkout-header {
    padding: 0;
  }
  .checkout-index-index .checkout-block {
    margin-left: 0;
    margin-right: 0;
  }
}
.checkout-index-index #checkout.am-checkout {
  margin: 0;
  padding: 0;
  background: none;
}
.checkout-index-index #checkout.am-checkout .checkout-block {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 10px 15px;
}
.checkout-index-index #checkout.am-checkout .checkout-block hr {
  display: none;
}
.checkout-index-index #checkout.am-checkout .checkout-block .step-title {
  border-bottom: 1px #0a735a solid !important;
}
.checkout-index-index .opc-block-summary {
  margin: 0;
  padding: 0;
  background: none;
}
.checkout-index-index .payment-method-title img,
.checkout-index-index .payment-method-title .field.type {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-method {
  margin-bottom: 0 !important;
}
.checkout-index-index .form-shipping-address {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.checkout-index-index .fieldset div.field {
  margin-bottom: 20px !important;
}
.checkout-index-index .fieldset fieldset.field {
  margin-bottom: 0 !important;
}
.checkout-index-index .fieldset .label {
  width: 100% !important;
  float: inherit !important;
  padding: 0 0 5px 0 !important;
  text-align: left !important;
}
.checkout-index-index .fieldset .control {
  width: 100% !important;
  float: inherit !important;
}
.checkout-index-index #co-payment-form .fieldset > br {
  display: none;
}
.checkout-index-index #co-payment-form .fieldset .field {
  margin-bottom: 0 !important;
}
.checkout-index-index #co-payment-form .fieldset.address .field {
  margin-bottom: 20px !important;
}
.checkout-index-index #co-payment-form .fieldset .payment-method-title input {
  margin-right: 15px;
}
.checkout-index-index #co-payment-form .step-title-billing-address {
  margin: 20px 0 20px;
}
.checkout-index-index #co-payment-form .checkout-billing-address {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
}
.checkout-index-index #co-payment-form .checkout-billing-address fieldset.fieldset {
  margin-top: 20px;
}
.checkout-index-index #checkout-block-more-information .field {
  display: inline-block;
  padding: 0;
  margin: 10px 0;
  width: 100%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.checkout-index-index #checkout-block-more-information .field label {
  width: 100%;
  float: inherit;
  padding: 0 0 5px 0;
  display: block;
  word-break: inherit;
}
.checkout-index-index #checkout-block-more-information .field select {
  width: auto;
}
.checkout-index-index .amcheckout-comment {
  margin-top: 40px;
}
.checkout-index-index .amcheckout-comment label.label {
  margin: 0 0 0 0;
  padding: 20px 0 10px 0;
  color: #0a735a;
  font-family: "Carnas W01 Medium";
  font-weight: 400;
  font-size: 26px;
}
@media (max-width: 769px) {
  .checkout-index-index .amcheckout-comment label.label {
    font-size: 1.3em;
  }
}
.checkout-index-index .opc-wrapper .fieldset > .field.required > label:after,
.checkout-index-index .opc-wrapper .fieldset > .field._required > label:after {
  top: 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  padding: 30px 5px 10px;
  width: 48% !important;
  margin: 0 0 20px 0;
  border-color: #d1d1d1;
}
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(odd) {
  margin-right: 2%;
}
.checkout-index-index .opc-wrapper .shipping-address-item:nth-child(even) {
  margin-left: 2%;
}
.checkout-index-index .opc-wrapper .action-select-shipping-item {
  padding: 3px 10px;
  margin-top: 0;
  font-size: 14px;
  line-height: 120%;
}
.checkout-index-index .opc-wrapper .action-show-popup {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 120%;
}
.checkout-index-index .table-totals {
  padding-top: 30px;
  background: #e6f1ee;
}
.checkout-index-index .table-totals .mark {
  background: none;
}
.checkout-index-index .table-totals .shipping .value {
  display: none;
}
.checkout-index-index .opc-block-summary .table-totals .totals.sub .mark,
.checkout-index-index .opc-block-summary .table-totals .totals.sub .amount {
  border-bottom: 1px #0a735a solid;
}
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .mark,
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount {
  border-top: 1px #0a735a solid;
  border-bottom: 1px #0a735a solid;
}
.checkout-index-index .opc-block-summary .table > tbody > tr > td,
.checkout-index-index .opc-block-summary .table > tbody > tr > th,
.checkout-index-index .opc-block-summary .table > tfoot > tr > td,
.checkout-index-index .opc-block-summary .table > tfoot > tr > th,
.checkout-index-index .opc-block-summary .table > thead > tr > td,
.checkout-index-index .opc-block-summary .table > thead > tr > th {
  padding: 10px 15px;
}
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount .price {
  padding-right: 0;
}
.checkout-index-index .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  right: inherit;
  left: 100%;
}
.checkout-index-index .opc-block-summary .table > tbody > tr > td.amount {
  padding-right: 35px;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.totals.sub.excl {
  display: none;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.totals.sub.incl {
  display: none;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.totals.shipping.incl {
  display: none;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.totals.shipping.excl {
  display: none;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals {
  background: #0a735a;
  color: #ffffff;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals th,
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals td {
  padding: 10px 15px;
}
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals th.amount,
.checkout-index-index .opc-block-summary .table > tbody > tr.grand.totals td.amount {
  padding-right: 35px;
}
.checkout-index-index .additional-options {
  margin: 20px 0;
}
.checkout-index-index .additional-options .checkout-agreement {
  margin: 0 0 10px 0;
}
.checkout-index-index .additional-options .checkout-agreement:last-child {
  margin-bottom: 0;
}
.checkout-index-index .additional-options .checkout-agreement button.action {
  margin-top: 4px;
  display: block;
}
.checkout-index-index .additional-options .checkout-agreement label .action-show {
  color: #636363;
  text-decoration: underline;
}
.checkout-index-index .additional-options .checkout-agreement label .action-show:hover {
  color: #0a735a;
}
.checkout-index-index .am-comment {
  margin: 25px 0 25px 0 !important;
}
.checkout-index-index .am-comment label {
  display: inline-block;
  padding-bottom: 7px;
  font-weight: bold;
}
.checkout-index-index .am-comment textarea {
  margin: 0 0 0 0;
  padding: 7px;
  min-height: 75px;
}
.checkout-index-index .checkout-payment-method {
  margin: 20px 0 10px 0;
}
.checkout-index-index .checkout-payment-method#payment {
  margin-top: 0;
}
.checkout-index-index .checkout-payment-method.submit .action.primary {
  font-family: "Carnas W01 Medium";
  font-size: 2.4rem;
}
.checkout-index-index input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 1em;
  width: 100%;
}
.checkout-index-index input[type='checkbox'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
.checkout-index-index input[type='checkbox']:checked,
.checkout-index-index input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.checkout-index-index input[type='checkbox'] + label {
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
}
.checkout-index-index input[type='checkbox']:checked + label::before,
.checkout-index-index input[type='checkbox']:not(:checked) + label::before {
  content: ' ';
  display: block;
  float: left;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #636363;
  background: white;
  margin-top: -3px;
  margin-right: 8px;
  flex: 0 0 17px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.checkout-index-index input[type='checkbox']:hover + label::before {
  background: #656565;
  box-shadow: inset 0 0 0 2px white;
}
.checkout-index-index input[type='checkbox']:checked + label::before {
  background: #0a735a;
  box-shadow: inset 0 0 0 2px white;
}
.checkout-index-index .custom-checkbox._required label span:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 769px) {
  .checkout-index-index select {
    max-width: 100%;
  }
}
.checkout-index-index .opc-block-summary span.title {
  display: none;
}
.checkout-index-index .items-in-cart {
  margin-bottom: 0;
}
.checkout-index-index .items-in-cart > .title {
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: none;
  cursor: inherit;
}
.checkout-index-index .items-in-cart > .title strong[role="heading"] {
  display: block;
  border-bottom: 1px #0a735a solid;
  padding-bottom: 10px;
  font-size: 2.6rem;
}
.checkout-index-index .items-in-cart > .title:after {
  display: none;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper {
  margin: 20px 0 0 0;
  padding: 0;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .header {
  padding: 0 0 10px 0;
  margin-bottom: 0;
  border-bottom: 1px #0a735a solid;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0a735a;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item {
  padding: 10px 0 10px 0;
  border-top: none;
  border-bottom: 1px #c2c2c2 solid;
  background: #e6f1ee;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-image-container {
  display: none;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  padding: 0;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner {
  margin: 0;
  padding-left: 15px;
  padding-right: 50px;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .product-item-name {
  font-size: inherit;
  margin: 0px 0px 5px 0px;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .details-qty {
  margin-top: 5px;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .details-row-total {
  position: absolute;
  top: 0;
  right: 35px;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-inner .details-row-total .label {
  display: none;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .shipping-item-details {
  padding: 0;
  margin-bottom: 30px;
  text-align: right;
  background: #e6f1ee;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .shipping-item-details div {
  padding: 10px 35px 10px 15px;
  border-bottom: 1px #c2c2c2 solid;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .shipping-item-details div:last-of-type {
  border-bottom: none;
}
.checkout-index-index .items-in-cart .minicart-items-wrapper .shipping-item-details span.label {
  float: left;
}
.checkout-index-index #checkout-step-shipping .hidden-fields .actions-toolbar {
  margin-left: 0;
}
.checkout-index-index #checkout-step-shipping .hidden-fields .actions-toolbar .secondary {
  margin-right: 10px;
  line-height: 45px;
}
.checkout-index-index #checkout-step-shipping .hidden-fields .actions-toolbar .secondary .action {
  margin-top: 0;
}
.checkout-index-index.mode_hobby .opc-block-summary .table > tbody > tr.totals.sub.incl {
  display: table-row;
}
.checkout-index-index.mode_hobby .opc-block-summary .table > tbody > tr.totals.shipping.incl {
  display: table-row;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-excluding-tax {
  display: none;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-including-tax {
  display: block;
  font-size: inherit;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-including-tax span {
  display: block;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-including-tax:before {
  display: none;
}
.checkout-index-index.mode_hobby #checkout-step-shipping_method .price-including-tax .price {
  font-size: inherit;
}
.checkout-index-index.mode_business .opc-block-summary .table > tbody > tr.totals.sub.excl {
  display: table-row;
}
.checkout-index-index.mode_business .opc-block-summary .table > tbody > tr.totals.shipping.excl {
  display: table-row;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-including-tax {
  display: none;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-excluding-tax {
  display: block;
  font-size: inherit;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-excluding-tax span {
  display: block;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-excluding-tax:before {
  display: none;
}
.checkout-index-index.mode_business #checkout-step-shipping_method .price-excluding-tax .price {
  font-size: inherit;
}
.checkout-index-index .loading-mask {
  z-index: 9998 !important;
}
.checkout-index-index .place_order_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  padding: 30px;
  z-index: 99999;
  border: 1px #0a735a solid;
  background: #ffffff;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.opc-block-summary .minicart-items-wrapper {
  max-height: unset;
}
.ves-container {
  padding-top: 0;
  padding-bottom: 35px;
}
.ves-container .ves-widget.info_box {
  margin-top: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
.ves-container .ves-widget.info_box .block-title {
  margin: 0 0 0 0 !important;
  padding: 5px 10px !important;
  display: block;
  background: #eb5f00;
  color: #ffffff !important;
  font-size: 20px !important;
  -webkit-border-radius: 5px 5px 0 0px;
  -moz-border-radius: 5px 5px 0 0px;
  -o-border-radius: 5px 5px 0 0px;
  border-radius: 5px 5px 0 0px;
}
.ves-container .ves-widget.info_box .block-content {
  margin: 0 0 0 0;
  padding: 30px 10px;
  background-color: #ffffff;
  -webkit-border-radius: 0px 0 5px 5px;
  -moz-border-radius: 0px 0 5px 5px;
  -o-border-radius: 0px 0 5px 5px;
  border-radius: 0px 0 5px 5px;
}
.ves-container .ves-widget.info_box .block-content h3 {
  font-size: 22px !important;
  color: #eb5f00 !important;
}
.ves-container .ves-widget.info_box.icon .block-content:before {
  content: "";
  margin: 0 auto 40px auto;
  padding: 0;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('../images/Icons.svg?v-01');
  background-size: 500px 500px;
  background-position: 0 0;
}
.ves-container .ves-widget.info_box.icon.icon_shipping .block-content:before {
  background-position: -100px 0;
}
.ves-container .image_style_01 {
  position: relative;
  display: inline-block;
}
.ves-container .image_style_01 img {
  position: relative;
  border: 5px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.ves-container .image_style_01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.ves-container .image_style_02 {
  position: relative;
  display: inline-block;
}
.ves-container .image_style_02 img {
  position: relative;
  border: 5px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
.ves-container .image_style_02:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.ves-container .widget-html {
  margin: 15px 0 10px 0;
}
.ves-container .widget-accordion .panel-heading {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0;
}
.ves-container .widget-accordion .panel-heading h4 a {
  padding: 12px 20px;
  display: block;
  color: #eb5f00;
}
.ves-container .widget-accordion .panel-heading h4 a[aria-expanded='true'] {
  background: $white;
}
.ves-container .panel-body {
  border-top: none !important;
  padding: 0 20px;
  background: #fff;
}
.ves-container table.striped {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: #FFFFFF;
}
.ves-container table.striped td,
.ves-container table.striped th {
  padding: 10px 15px !important;
}
.ves-container table.striped thead tr th {
  background: #eb5f00;
  color: #ffffff;
}
.ves-container table.striped tbody tr:nth-child(odd) td {
  background: #EEE;
}
.cms-index-index #maincontent,
.cms-page-view #maincontent {
  margin-bottom: 150px;
  font-size: 1.2em;
  line-height: 1.7em;
}
.cms-index-index #maincontent table > thead > tr > th,
.cms-page-view #maincontent table > thead > tr > th,
.cms-index-index #maincontent table > tbody > tr > th,
.cms-page-view #maincontent table > tbody > tr > th,
.cms-index-index #maincontent table > tfoot > tr > th,
.cms-page-view #maincontent table > tfoot > tr > th,
.cms-index-index #maincontent table > thead > tr > td,
.cms-page-view #maincontent table > thead > tr > td,
.cms-index-index #maincontent table > tbody > tr > td,
.cms-page-view #maincontent table > tbody > tr > td,
.cms-index-index #maincontent table > tfoot > tr > td,
.cms-page-view #maincontent table > tfoot > tr > td {
  padding: 10px 40px 10px 0;
}
.cms-index-index #maincontent .ves-widget table > thead > tr > th,
.cms-page-view #maincontent .ves-widget table > thead > tr > th,
.cms-index-index #maincontent .ves-widget table > tbody > tr > th,
.cms-page-view #maincontent .ves-widget table > tbody > tr > th,
.cms-index-index #maincontent .ves-widget table > tfoot > tr > th,
.cms-page-view #maincontent .ves-widget table > tfoot > tr > th,
.cms-index-index #maincontent .ves-widget table > thead > tr > td,
.cms-page-view #maincontent .ves-widget table > thead > tr > td,
.cms-index-index #maincontent .ves-widget table > tbody > tr > td,
.cms-page-view #maincontent .ves-widget table > tbody > tr > td,
.cms-index-index #maincontent .ves-widget table > tfoot > tr > td,
.cms-page-view #maincontent .ves-widget table > tfoot > tr > td {
  padding: 0 30px 5px 0;
  font-size: 0.95em;
  line-height: 1.3em;
}
.cms-index-index #maincontent .ves-widget table tr td:first-of-type,
.cms-page-view #maincontent .ves-widget table tr td:first-of-type {
  color: #007858 !important;
}
.cms-index-index #maincontent ol,
.cms-page-view #maincontent ol,
.cms-index-index #maincontent ul,
.cms-page-view #maincontent ul {
  padding-top: 5px;
  padding-left: 20px;
}
.cms-index-index #maincontent ul > li,
.cms-page-view #maincontent ul > li,
.cms-index-index #maincontent ol > li,
.cms-page-view #maincontent ol > li {
  margin-bottom: 2px;
  font-size: 1em;
}
@media (max-width: 769px) {
  .cms-index-index #maincontent ul > li,
  .cms-page-view #maincontent ul > li,
  .cms-index-index #maincontent ol > li,
  .cms-page-view #maincontent ol > li {
    font-size: 16px;
    line-height: 1.3em;
  }
}
.cms-index-index #maincontent h2,
.cms-page-view #maincontent h2 {
  margin: 0 0 15px 0 !important;
  padding: 0 !important;
  font-size: 1.563em;
}
.cms-index-index #maincontent .col-lg-5 p,
.cms-page-view #maincontent .col-lg-5 p,
.cms-index-index #maincontent .col-lg-4 p,
.cms-page-view #maincontent .col-lg-4 p,
.cms-index-index #maincontent .col-lg-3 p,
.cms-page-view #maincontent .col-lg-3 p,
.cms-index-index #maincontent .col-lg-2 p,
.cms-page-view #maincontent .col-lg-2 p {
  font-size: 16px !important;
  line-height: 1.7em !important;
}
.cms-index-index #maincontent p,
.cms-page-view #maincontent p {
  font-size: 18px;
}
@media (max-width: 769px) {
  .cms-index-index #maincontent p,
  .cms-page-view #maincontent p {
    font-size: 16px;
    line-height: 1.4em;
  }
}
.cms-index-index #maincontent p + h2,
.cms-page-view #maincontent p + h2 {
  margin: 25px 0 12px 0 !important;
}
.cms-index-index #maincontent h3,
.cms-page-view #maincontent h3 {
  margin: 0 0 10px 0;
  padding: 0 !important;
  font-size: 18px;
  color: #636363;
}
.cms-index-index #maincontent p + h3,
.cms-page-view #maincontent p + h3 {
  margin: 20px 0 10px 0;
}
.cms-index-index #maincontent p,
.cms-page-view #maincontent p,
.cms-index-index #maincontent .block p:last-child,
.cms-page-view #maincontent .block p:last-child {
  max-width: 1000px;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}
.cms-index-index #maincontent .slick-slide p,
.cms-page-view #maincontent .slick-slide p {
  max-width: none !important;
}
.cms-index-index #maincontent .startslider .bg_gruen,
.cms-page-view #maincontent .startslider .bg_gruen {
  background: transparent !important;
  padding: 15px 15px 15px 15px !important;
}
.cms-index-index #maincontent .startslider p,
.cms-page-view #maincontent .startslider p {
  max-width: inherit;
}
.cms-index-index #maincontent .dealproduct-widget .etabs,
.cms-page-view #maincontent .dealproduct-widget .etabs {
  display: none !important;
}
.cms-index-index #maincontent .widget-contenthtml,
.cms-page-view #maincontent .widget-contenthtml {
  padding: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.cms-index-index #maincontent .widget-contenthtml.white_background,
.cms-page-view #maincontent .widget-contenthtml.white_background {
  padding: 30px;
  background: #ffffff;
  position: relative;
}
.cms-index-index #maincontent .widget-contenthtml.white_background .block-content,
.cms-page-view #maincontent .widget-contenthtml.white_background .block-content {
  position: relative;
  z-index: 1;
}
.cms-index-index #maincontent .widget-contenthtml.white_background:after,
.cms-page-view #maincontent .widget-contenthtml.white_background:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
.cms-index-index #maincontent .widget-contenthtml.white_background table,
.cms-page-view #maincontent .widget-contenthtml.white_background table {
  margin: 10px 0;
  font-size: 0.9em;
}
.cms-index-index #maincontent .widget-contenthtml.white_background table tr td,
.cms-page-view #maincontent .widget-contenthtml.white_background table tr td {
  border-top: 1px #636363 solid;
  padding: 10px 15px 10px 5px;
  line-height: 1.4em;
}
.cms-index-index #maincontent div#home_business.mode_hide + p,
.cms-page-view #maincontent div#home_business.mode_hide + p {
  display: none;
}
.cms-index-index #maincontent {
  margin-bottom: 0;
}
.cms-index-index #maincontent h2 {
  padding-top: 0 !important;
}
.cms-index-index #maincontent ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
}
.aussaat_values {
  font-size: 1.4rem;
}
.aussaat_values svg {
  width: 100%;
  height: auto;
}
.aussaat_values svg .linien {
  fill: none;
  stroke: #bcbcbc;
  stroke-width: 1px;
}
.aussaat_values svg .transparent {
  fill: none;
}
.aussaat_values svg text.month {
  font-family: "Carnas W01 Medium";
}
.aussaat_values svg rect.products_aussaat_1 {
  fill: #962b7e;
}
.aussaat_values svg rect.products_aussaat_2 {
  fill: #ac8862;
}
.aussaat_values svg rect.products_aussaat_3 {
  fill: #51aee2;
}
.aussaat_values svg rect.products_aussaat_4 {
  fill: #a81239;
}
.aussaat_values svg rect.products_aussaat_5 {
  fill: #479a36;
}
.aussaat_values svg rect.products_aussaat_6 {
  fill: #ffd500;
}
.aussaat_values svg rect.products_aussaat_7 {
  fill: #ea5172;
}
.aussaat_values {
  width: 100%;
  overflow-y: auto;
}
@media (min-width: 350px) and (max-width: 399px) {
  .aussaat_values {
    max-width: 320px;
  }
}
@media (min-width: 400px) and (max-width: 449px) {
  .aussaat_values {
    max-width: 370px;
  }
}
@media (min-width: 450px) and (max-width: 499px) {
  .aussaat_values {
    max-width: 420px;
  }
}
@media (min-width: 500px) and (max-width: 549px) {
  .aussaat_values {
    max-width: 470px;
  }
}
@media (min-width: 550px) and (max-width: 599px) {
  .aussaat_values {
    max-width: 520px;
  }
}
@media (min-width: 600px) and (max-width: 649px) {
  .aussaat_values {
    max-width: 570px;
  }
}
@media (min-width: 650px) and (max-width: 669px) {
  .aussaat_values {
    max-width: 620px;
  }
}
@media (min-width: 700px) and (max-width: 750px) {
  .aussaat_values {
    max-width: 670px;
  }
}
.aussaat_values::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 14px;
  height: 4px;
}
.aussaat_values::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: #d1d1d1;
}
.aussaat_values table {
  margin-bottom: 5px;
}
.aussaat_values table thead tr th {
  margin: 0 0 0 0;
  padding: 0 5px;
  border-left: 1px #636363 solid;
  font-weight: normal;
}
@media (max-width: 769px) {
  .aussaat_values table thead tr th {
    min-width: 20px;
    text-align: center;
  }
}
.aussaat_values table thead tr th:first-child {
  border-left: inherit;
}
.aussaat_values table tbody tr th {
  margin: 0;
  padding: 0 3px 0 0;
  vertical-align: middle;
  text-align: right;
  font-weight: normal;
}
.aussaat_values table tbody tr td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border-left: 1px #636363 solid;
}
.aussaat_values table tbody tr td table {
  min-height: 20px;
}
.aussaat_values table tbody tr td table tr td {
  padding: 0;
  font-size: 1rem;
  text-indent: -1000px;
  overflow: hidden;
  height: 15px;
  border-left: none;
  color: #000000;
}
.aussaat_values table tbody tr table tr td.active {
  background: #636363;
}
.aussaat_values table tbody tr.products_aussaat_1 table tr td.active {
  background: #962b7e;
  color: #ffffff;
}
.aussaat_values table tbody tr.products_aussaat_1 td.active_border {
  border-color: #962b7e;
}
.aussaat_values table tbody tr.products_aussaat_2 table tr td.active {
  background: #ac8862;
}
.aussaat_values table tbody tr.products_aussaat_2 td.active_border {
  border-color: #ac8862;
}
.aussaat_values table tbody tr.products_aussaat_3 table tr td.active {
  background: #51aee2;
}
.aussaat_values table tbody tr.products_aussaat_3 td.active_border {
  border-color: #51aee2;
}
.aussaat_values table tbody tr.products_aussaat_4 table tr td.active {
  background: #a81239;
}
.aussaat_values table tbody tr.products_aussaat_4 td.active_border {
  border-color: #a81239;
}
.aussaat_values table tbody tr.products_aussaat_5 table tr td.active {
  background: #479a36;
}
.aussaat_values table tbody tr.products_aussaat_5 td.active_border {
  border-color: #479a36;
}
.aussaat_values table tbody tr.products_aussaat_6 table tr td.active {
  background: #ffd500;
}
.aussaat_values table tbody tr.products_aussaat_6 td.active_border {
  border-color: #ffd500;
}
.aussaat_values table tbody tr.products_aussaat_7 table tr td.active {
  background: #ea5172;
}
.aussaat_values table tbody tr.products_aussaat_7 td.active_border {
  border-color: #ea5172;
}
h1,
.page-title {
  margin: 0 0 0 0;
  padding: 0 0 13px 0;
  color: #eb5f00 !important;
  display: inline-block;
  font-size: 36px;
}
@media (max-width: 769px) {
  h1,
  .page-title {
    font-size: 1.9em !important;
  }
}
h1.with_latinname,
.page-title.with_latinname {
  padding: 0 0 5px 0;
}
.ves-container h1,
.ves-container .page-title {
  display: block !important;
}
h2,
.block-title {
  margin: 0 0 0 0 !important;
  padding: 20px 0 10px 0 !important;
  border-bottom: none !important;
  color: #0a735a !important;
  font-size: 26px !important;
}
@media (max-width: 769px) {
  h2,
  .block-title {
    font-size: 1.3em !important;
  }
}
h1 + h2 {
  padding-top: 0 !important;
}
h3 {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  color: #0a735a;
  font-size: 1.6rem;
}
.cms-index-index #maincontent .bg_color_primary_light h3.block {
  margin: 0 0 10px 0 !important;
  display: inline-block !important;
  color: #0073ae !important;
}
.bg_color_secondary_light h3.block {
  margin: 0 0 10px 0 !important;
  padding: 3px 10px !important;
  display: inline-block !important;
  color: #ffffff !important;
  background: #0a735a !important;
}
.bg_color_primary_light {
  background: #e6f1f7;
  padding: 20px 25px;
  margin-bottom: 40px;
}
.bg_color_primary_light p {
  color: #0073ae;
}
p.float_right {
  float: right;
}
h2.special,
h3.special,
h4.special {
  margin: 0 0 10px 0 !important;
  padding: 5px 7px !important;
  display: inline-block !important;
  background: #0a735a !important;
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 1.4em !important;
}
h2.special.primary,
h3.special.primary,
h4.special.primary {
  background: #eb5f00 !important;
}
@media screen and (max-width: 769px) {
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal-popup .modal-inner-wrap {
  max-width: 800px;
  background: #ffffff;
}
.modal-popup .modal-inner-wrap #modal-content-12 h2 {
  font-size: 3.5rem !important;
}
.modal-popup .modal-inner-wrap .modal-content {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-popup .modal-inner-wrap .modal-content h2 {
  margin: 0 0 20px 0;
  padding: 0 0 0 0;
  color: #0a735a;
  text-align: center;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector {
  text-align: center;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select {
  margin: 0 10px 0 10px;
  padding: 25px;
  width: 50%;
  max-width: 340px;
  height: auto;
  min-height: 100px;
  display: inline-block;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  .modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select {
    width: 100%;
    max-width: inherit;
    margin: 0 0 20px 0;
    padding: 20px 0 20px 20px;
  }
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container {
  color: #636363;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container strong,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container strong {
  padding: 0 0 10px 0;
  display: inline-block;
  color: #eb5f00;
  font-size: 1.7em;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  .modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container strong,
  .modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container strong {
    font-size: 1.2em;
  }
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container[for=hobby_selector] strong,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container[for=hobby_selector] strong {
  color: #962b7e;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container[for=business_selector] strong,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container[for=business_selector] strong {
  color: #428b9c;
}
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select span.label-container .checkmark,
.modal-popup .modal-inner-wrap .modal-content .modal_type_selector .type_select label.container .checkmark {
  background: #ffffff;
}
.modal-popup .modal-inner-wrap .more {
  margin: 10px 30px 0 30px;
  padding: 30px 20px 10px 20px;
  text-align: left;
  border-top: 1px #bcbcbc solid;
}
@media screen and (max-width: 769px) {
  .modal-popup .modal-inner-wrap .more {
    margin-top: 0;
    padding: 27px 0 10px 0;
  }
}
.modal-popup .modal-inner-wrap .more h3 {
  margin: 0 0 3px 0;
  padding: 5px;
  display: inline-block;
  background-color: #ffd500;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
}
.modal-popup .modal-inner-wrap .more a {
  margin: 0 30px 0 0;
  padding: 0 0 0 0;
  display: inline-block;
}
.modal-popup .modal-inner-wrap .more a:before {
  content: "» ";
}
.modal-popup.buyoptions {
  width: 100%;
}
.modal-popup.buyoptions.modal-slide {
  left: 0;
}
@media screen and (max-width: 769px) {
  .modal-popup.buyoptions .modal-header,
  .modal-popup.buyoptions .modal-content,
  .modal-popup.buyoptions .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal-popup.buyoptions .modal-inner-wrap {
  max-width: 700px;
}
.modal-popup.buyoptions .modal-inner-wrap .modal-footer {
  display: none;
}
.page-product-configurable.mode_hobby .product_name_wrap {
  display: none;
}
.modal-content .layer_variants {
  display: block !important;
}
.layer_variants .product_name_wrap {
  margin-bottom: 20px;
}
.mode_business .layer_variants .product_name_wrap {
  display: none;
}
.mode_business .modal-content .layer_variants .product_name_wrap {
  display: block;
}
.layer_variants .product_name_wrap .product_name {
  font-size: 2.2em;
  color: #eb5f00;
  padding-right: 5px;
}
.layer_variants .product_name_wrap .product_sku {
  font-size: 1.6em;
  color: #0a735a;
}
.layer_variants .layer_variants_navigation {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.layer_variants .layer_variants_navigation .advice_buisness {
  margin: -25px 0 10px 0;
  padding: 0 0 10px 0;
  display: block;
}
@media screen and (max-width: 769px) {
  .layer_variants .layer_variants_navigation .advice_buisness {
    margin-top: 0;
    text-align: center;
  }
}
.modal-content .layer_variants .layer_variants_navigation .advice_buisness {
  margin-top: -10px;
}
.layer_variants .layer_variants_navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
@media screen and (max-width: 769px) {
  .layer_variants .layer_variants_navigation ul {
    margin: 0 0 10px 0 !important;
  }
}
.layer_variants .layer_variants_navigation ul li {
  margin: 0 5px -1px 0;
  padding: 12px 34px 11px 10px;
  max-width: 200px;
  height: 100%;
  display: inline-block;
  vertical-align: bottom;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXucgL3AbooAAAAAXRSTlMz/za5cAAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=');
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px transparent solid;
}
.modal-content .layer_variants .layer_variants_navigation ul li {
  margin-bottom: 0px;
}
@media screen and (max-width: 769px) {
  .layer_variants .layer_variants_navigation ul li {
    display: block !important;
    max-width: inherit !important;
    margin: 0 0 3px 0 !important;
  }
}
.layer_variants .layer_variants_navigation ul li:last-child {
  margin-right: 0;
}
.layer_variants .layer_variants_navigation ul li:hover,
.layer_variants .layer_variants_navigation ul li.active {
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  border-bottom: 1px #ffffff solid;
}
.modal-content .layer_variants .layer_variants_navigation ul li:hover,
.modal-content .layer_variants .layer_variants_navigation ul li.active {
  border-color: transparent;
}
.layer_variants .layer_variants_option {
  margin: 0 0 0 0;
  padding: 20px 10px;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  display: none;
}
.modal-content .layer_variants .layer_variants_option {
  border-color: transparent;
}
.layer_variants .layer_variants_option ul.navigation {
  margin: 0 0 0 0;
  padding: 0 0 15px 0;
  background: none;
  font-size: 1.2em;
}
.layer_variants .layer_variants_option ul.navigation li {
  margin: 0 5px 0 0;
  padding: 2px 5px;
  display: inline-block;
  background: #e8ac2e;
  color: #ffffff;
  cursor: pointer;
}
.layer_variants .layer_variants_option ul.navigation li:hover,
.layer_variants .layer_variants_option ul.navigation li.active {
  background: #eb5f00;
}
.layer_variants .layer_variants_option .kaliber_text {
  margin: -5px 5px 12px 0;
  padding: 0;
  display: block;
}
.layer_variants .layer_variants_option .layer_variants_kaliber_option {
  display: none;
}
.layer_variants .layer_variants_option ul.options {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
.layer_variants .layer_variants_option ul.options li {
  margin: 0;
  padding: 0 0 5px 0;
  width: 100%;
}
.layer_variants .layer_variants_option ul.options li:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #eb5f00 solid;
  opacity: 0.25;
}
.layer_variants .layer_variants_option ul.options li.header h3 {
  padding-bottom: 0;
}
.layer_variants .layer_variants_option ul.options li table {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  width: 100%;
  border-collapse: collapse;
}
.layer_variants .layer_variants_option ul.options li table td {
  margin: 0 0 0 0;
  padding: 0 7px 0 0;
}
.layer_variants .layer_variants_option ul.options li table td.option_value {
  width: 28%;
}
.layer_variants .layer_variants_option ul.options li table td.shipping_time {
  width: 35%;
}
.layer_variants .layer_variants_option ul.options li table td.option_price {
  text-align: right;
}
.layer_variants .layer_variants_option ul.options li table td.option_price .price {
  font-size: 1.2em;
  color: #0a735a;
  display: block;
}
.layer_variants .layer_variants_option ul.options li table td.option_cart {
  padding-right: 0;
  padding-top: 3px;
  width: 50px;
  text-align: center;
  vertical-align: top;
}
.layer_variants .layer_variants_option ul.options li table .basic_rate {
  font-size: 0.9em;
}
.layer_variants .layer_variants_option ul.options li.more_variants_advice {
  padding: 5px 0 10px 0;
}
.layer_variants .layer_variants_option ul.options li.more_variants_advice:after {
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  border-bottom: 1px #636363 solid;
  opacity: 0.25;
}
.layer_variants .layer_variants_option ul.options li.more_variants_advice::after {
  margin: 5px 0 0 auto;
}
.layer_variants .layer_variants_option .info {
  margin: 0 0 0 0;
  padding: 5px 0 0 0;
  background: #ffffff;
  font-size: 0.9em;
}
.layer_variants .layer_variants_option .info .info_left {
  float: left;
  width: 65%;
}
.layer_variants .layer_variants_option .info .info_right {
  float: right;
  width: 35%;
  text-align: right;
}
.layer_variants .layer_variants_option .info .info_right a {
  color: #636363;
  text-decoration: underline;
}
#hb-cc-wrap {
  padding: 10px 50px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  text-align: left;
  background: transparent !important;
}
#hb-cc-wrap span {
  margin: 0;
  padding: 10px;
  background: #eb5f00;
  border: 1px #ffffff solid;
  color: #ffffff;
  border: none;
  position: relative;
  z-index: 2;
  display: block;
}
#hb-cc-wrap span a {
  color: #ffffff;
  text-decoration: underline;
}
#partiensuche {
  margin-bottom: 50px;
}
#partiensuche .content_left {
  margin: 0;
  padding: 0 80px 0 0;
  float: left;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #partiensuche .content_left {
    width: 60%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 769px) {
  #partiensuche .content_left {
    width: 100%;
    padding-right: 0;
  }
}
#partiensuche .content_right {
  margin: 0;
  padding: 0;
  float: right;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  #partiensuche .content_right {
    width: 40%;
  }
}
@media screen and (max-width: 769px) {
  #partiensuche .content_right {
    margin-top: 40px;
    width: 100%;
  }
}
#partiensuche .partiensuche_form {
  margin: 30px 0 50px 0;
  padding: 20px;
  border: 1px #0a735a solid;
  background: #ffffff;
  max-width: 95%;
}
@media screen and (max-width: 769px) {
  #partiensuche .partiensuche_form {
    max-width: 100%;
  }
}
#partiensuche .partiensuche_form h2 {
  padding-top: 0 !important;
}
#partiensuche .partiensuche_form form {
  max-width: 600px;
}
#partiensuche .partiensuche_form form .text_input {
  margin: 5px 0;
  padding: 3px 5px;
  background: #ffffff;
  border: 1px #636363 solid;
}
#partiensuche .partiensuche_form form .text_input:hover {
  border-color: #0a735a;
}
#partiensuche .partiensuche_form form button {
  padding: 5px 10px;
  background: #eb5f00;
  color: #ffffff;
  border: 1px #eb5f00 solid;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.4em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#partiensuche #ps_results {
  max-width: 750px;
}
#partiensuche #ps_results .check_result {
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px #eb5f00 solid;
  border-bottom: 1px #eb5f00 solid;
}
#partiensuche #ps_results .check_result tr td {
  margin: 0 0 0 0;
  padding: 10px 25px 10px 00px;
}
#partiensuche #ps_results .check_result tr.space_tr td {
  padding: 0;
  border-bottom: 1px #eb5f00 dotted;
}
.customer-account-create {
  /* remove standard-styles */
  /* graceful degradation for ie8 */
}
.customer-account-create .form.create.account {
  width: 100%;
}
.customer-account-create .form.create.account .fieldset {
  margin: 20px 0.625% 40px 0.625%;
  padding: 10px 15px;
  width: 32.5%;
  float: left;
  background: #ffffff;
}
.customer-account-create .form.create.account .fieldset:nth-of-type(1) {
  margin-left: 0;
}
.customer-account-create .form.create.account .fieldset:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  .customer-account-create .form.create.account .fieldset {
    margin: 0 0 40px 0;
    width: 100%;
  }
}
.customer-account-create .form.create.account .fieldset legend.legend {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
  border-bottom: 1px #0a735a solid;
  font-weight: 400;
  font-size: 2.6rem;
}
.customer-account-create .form.create.account .fieldset .fieldset {
  padding: 0;
  margin: 0;
  width: 100%;
  float: inherit;
}
.customer-account-create .form.create.account .fieldset.address > .field {
  padding-left: 0;
  padding-right: 0;
}
.customer-account-create .form.create.account .fieldset label.label {
  padding: 0 0 0 0;
  width: 100%;
  float: inherit;
  text-align: left;
}
.customer-account-create .form.create.account .fieldset .customer-name-prefix label.label span {
  display: none;
}
.customer-account-create .form.create.account .fieldset .customer-name-prefix .control .label.label span {
  display: inline-block;
}
.customer-account-create .form.create.account .fieldset .control {
  width: 100%;
  float: inherit;
}
.customer-account-create .form.create.account .fieldset .control select {
  width: auto;
}
.customer-account-create .form.create.account .fieldset .admin__legend {
  display: none;
}
.customer-account-create .form.create.account .fieldset .field.choice.newsletter {
  display: none;
}
.customer-account-create .form.create.account .actions-toolbar {
  margin-top: 50px;
  margin-left: 0;
}
.customer-account-create .form.create.account .actions-toolbar .primary {
  float: right;
}
.customer-account-create .form.create.account .actions-toolbar .secondary {
  display: none;
}
.customer-account-create input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  font-size: 1em;
  width: 100%;
}
.customer-account-create input[type='checkbox'] {
  width: auto;
  float: left;
  margin-right: .75em;
  background: transparent;
  border: none;
}
.customer-account-create input[type='checkbox']:checked,
.customer-account-create input[type='checkbox']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.customer-account-create input[type='checkbox'] + label {
  cursor: pointer;
}
.customer-account-create input[type='checkbox']:checked + label::before,
.customer-account-create input[type='checkbox']:not(:checked) + label::before {
  content: ' ';
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  border: 1px solid #636363;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.customer-account-create input[type='checkbox']:hover + label::before {
  background: #656565;
  box-shadow: inset 0 0 0 2px white;
}
.customer-account-create input[type='checkbox']:checked + label::before {
  background: #0a735a;
  box-shadow: inset 0 0 0 2px white;
}
@media screen and (max-width: 769px) {
  .customer-account-create select {
    max-width: 100%;
  }
}
.account #maincontent .account-nav .content {
  background: #ffffff;
}
.account #maincontent .account-nav .item a:hover {
  background: #0a735a;
  color: #ffffff;
}
.account #maincontent .block-title strong {
  font-size: 2.6rem !important;
}
.account #maincontent .block-title .action {
  font-size: 1.2rem;
  text-decoration: underline;
}
.account #maincontent .block-content .action,
.account #maincontent .orders-history .action {
  margin: 0 5px 0 0;
  padding: 3px 10px;
  display: inline-block;
  border: 1px #0a735a solid;
  color: #0a735a;
}
.account #maincontent .block-content .action:hover,
.account #maincontent .orders-history .action:hover {
  border-color: #eb5f00;
  color: #eb5f00;
}
.customer-address-index #maincontent,
.customer-account-index #maincontent,
.customer-account-edit #maincontent,
.sales-order-history #maincontent,
.sales-order-view #maincontent {
  margin-bottom: 50px;
}
.customer-address-index .page-title-wrapper .order-status,
.customer-account-index .page-title-wrapper .order-status,
.customer-account-edit .page-title-wrapper .order-status,
.sales-order-history .page-title-wrapper .order-status,
.sales-order-view .page-title-wrapper .order-status {
  display: none;
}
.customer-address-index .column.main,
.customer-account-index .column.main,
.customer-account-edit .column.main,
.sales-order-history .column.main,
.sales-order-view .column.main {
  margin: 0;
  padding: 10px 15px !important;
  width: 100%;
  float: left;
  background: #ffffff;
}
.customer-address-index .column.main legend.legend,
.customer-account-index .column.main legend.legend,
.customer-account-edit .column.main legend.legend,
.sales-order-history .column.main legend.legend,
.sales-order-view .column.main legend.legend {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
  border-bottom: 1px #0a735a solid;
  font-weight: 400;
  font-size: 2.6rem;
}
.customer-address-index .column.main .actions-toolbar,
.customer-account-index .column.main .actions-toolbar,
.customer-account-edit .column.main .actions-toolbar,
.sales-order-history .column.main .actions-toolbar,
.sales-order-view .column.main .actions-toolbar {
  margin-left: 0 !important;
}
.customer-address-index #my-orders-table .col.status,
.customer-account-index #my-orders-table .col.status,
.customer-account-edit #my-orders-table .col.status,
.sales-order-history #my-orders-table .col.status,
.sales-order-view #my-orders-table .col.status {
  display: none;
}
.customer-address-index #my-orders-table .col.actions,
.customer-account-index #my-orders-table .col.actions,
.customer-account-edit #my-orders-table .col.actions,
.sales-order-history #my-orders-table .col.actions,
.sales-order-view #my-orders-table .col.actions,
.customer-address-index #my-orders-table .col.total,
.customer-account-index #my-orders-table .col.total,
.customer-account-edit #my-orders-table .col.total,
.sales-order-history #my-orders-table .col.total,
.sales-order-view #my-orders-table .col.total {
  text-align: right;
}
.customer-address-index #my-orders-table .col.actions .action,
.customer-account-index #my-orders-table .col.actions .action,
.customer-account-edit #my-orders-table .col.actions .action,
.sales-order-history #my-orders-table .col.actions .action,
.sales-order-view #my-orders-table .col.actions .action,
.customer-address-index #my-orders-table .col.total .action,
.customer-account-index #my-orders-table .col.total .action,
.customer-account-edit #my-orders-table .col.total .action,
.sales-order-history #my-orders-table .col.total .action,
.sales-order-view #my-orders-table .col.total .action {
  margin-right: 0;
}
.customer-address-index .mark,
.customer-account-index .mark,
.customer-account-edit .mark,
.sales-order-history .mark,
.sales-order-view .mark {
  background-color: inherit;
}
.customer-address-form #maincontent {
  margin-bottom: 50px;
}
.customer-address-form .form-address-edit {
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  float: left;
  background: #ffffff;
}
.customer-address-form .form-address-edit fieldset.fieldset {
  margin-bottom: 0;
}
.customer-address-form .form-address-edit fieldset.fieldset legend.legend {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  display: block;
  width: 100%;
  border-bottom: 1px #0a735a solid;
  font-weight: 400;
  font-size: 2.6rem;
  float: inherit;
}
.customer-address-form .form-address-edit fieldset.fieldset legend.legend + br {
  display: none;
}
.customer-address-form .form-address-edit fieldset.fieldset .field.taxvat {
  margin: 0 !important;
}
.customer-address-form .form-address-edit fieldset.fieldset .field.telephone {
  margin-bottom: 29px !important;
}
.customer-address-form .form-address-edit fieldset.fieldset label.label {
  padding: 0 0 0 0;
  width: 100%;
  float: inherit;
  text-align: left;
}
.customer-address-form .form-address-edit fieldset.fieldset .control {
  width: 100%;
  float: inherit;
}
.customer-address-form .form-address-edit fieldset.fieldset .control select {
  width: auto;
}
.customer-address-form .form-address-edit .actions-toolbar {
  margin: 15px 0 0 0 !important;
}
.customer-address-form .form-address-edit .actions-toolbar .secondary {
  float: left;
}
.customer-address-form .form-address-edit .actions-toolbar .secondary .action {
  margin-top: 15px;
}
.customer-address-form .form-address-edit .actions-toolbar .primary {
  float: right;
}
.customer-address-form .form-address-edit .actions-toolbar .primary .action {
  margin-right: 0;
}
.delete-index-index .block-dashboard-info {
  margin-bottom: 10px;
}
.delete-index-index .block-content {
  max-width: 600px;
  padding-bottom: 20px;
}
.minicart-wrapper .block-minicart {
  right: 30px;
}
.minicart-wrapper .block-minicart .product.options {
  display: none;
}
@media screen and (max-width: 769px) {
  .minicart-wrapper .block-minicart {
    margin-top: 20px;
    right: -70px !important;
    z-index: 200;
  }
  .minicart-wrapper .block-minicart:after {
    right: 75px;
  }
  .minicart-wrapper .block-minicart:before {
    right: 76px;
  }
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-wrapper:before {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-wrapper .price {
  margin: 5px 0;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-including-tax {
  display: none;
}
.mode_hobby .minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-including-tax {
  display: block;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-excluding-tax {
  display: none;
}
.mode_business .minicart-wrapper .block-minicart #minicart-content-wrapper .amount.price-container .price-excluding-tax {
  display: block;
}
.mode_business .minicart-wrapper .block-minicart #minicart-content-wrapper #mini-cart .item .product .price-container .price-including-tax {
  display: none;
}
.mode_hobby .minicart-wrapper .block-minicart #minicart-content-wrapper #mini-cart .item .product .price-container .price-excluding-tax {
  display: none;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper #mini-cart .item .product .price-container .price-excluding-tax:before {
  display: none !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper #mini-cart .item .product .price-container .price-excluding-tax .price {
  font-size: 1.4rem !important;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .additional_info {
  margin-bottom: -15px;
  padding: 10px 0 0 0;
  text-align: center;
}
.checkout-onepage-success #maincontent {
  margin-top: 70px;
  margin-bottom: 50px;
}
.cms-index-index #maincontent .slider_image_outer {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer {
    font-size: 0.9em;
  }
}
.cms-index-index #maincontent .slider_image_outer a {
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  font-size: 1px;
  overflow: hidden;
}
.cms-index-index #maincontent .slider_image_outer .imagebox {
  position: relative;
  padding: 20px 10px;
  z-index: 11;
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .imagebox {
    padding: 0;
  }
}
.cms-index-index #maincontent .slider_image_outer .imagebox .imagebox_image {
  position: relative;
  z-index: 15;
  border: 6px #ffffff solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .imagebox .imagebox_image {
    border-bottom: none;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.cms-index-index #maincontent .slider_image_outer .imagebox.noborder .imagebox_image {
  border-color: transparent;
}
.cms-index-index #maincontent .slider_image_outer .imagebox .imagebox_shadow {
  width: 97%;
  height: 85%;
  background: #9c9c9c;
  position: absolute;
  top: 60px;
  left: 10px;
  z-index: 12;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .imagebox .imagebox_shadow {
    display: none;
  }
}
.cms-index-index #maincontent .slider_image_outer .textbox {
  position: absolute;
  left: 15px;
  top: 30%;
  z-index: 12;
  max-width: 40%;
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .textbox {
    position: relative;
    left: inherit;
    bottom: inherit;
    max-width: inherit;
  }
}
.cms-index-index #maincontent .slider_image_outer .textbox p {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.cms-index-index #maincontent .slider_image_outer .textbox p:last-child {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
.cms-index-index #maincontent .slider_image_outer .textbox p span.title {
  padding: 0 0 10px 0;
  margin-bottom: 0 !important;
  font-size: 36px;
  line-height: 1.05em;
  color: #0a735a;
  display: inline-block;
  font-family: 'Carnas W01 Medium';
  vertical-align: bottom;
}
@media screen and (max-width: 769px) {
  .cms-index-index #maincontent .slider_image_outer .textbox p span.title {
    font-size: 1.3em;
    display: block;
  }
}
.cms-index-index #maincontent .slider_image_outer .textbox p.bg_gruen {
  padding: 0 0 15px 0 !important;
  /* background: @color_secondary; */
  font-size: 17px;
  line-height: 1.5em;
}
.cms-index-index #maincontent .slider_image_outer .textbox p.bg_gruen:last-child {
  padding: 0 0 15px 0 !important;
}
.cms-index-index #maincontent .slider_image_outer .textbox p.bg_gruen .button {
  margin-top: 5px;
  padding: 10px 0 0 0;
  display: inline-block;
  width: auto;
  background: none;
  font-size: 17px;
  line-height: 1em;
  position: relative;
  color: #0a735a;
}
.cms-index-index #maincontent .slider_image_outer .textbox p.bg_gruen .button:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #0a735a;
  transition: background-color 0.2s;
}
input::placeholder {
  color: #4b4b4b !important;
}
span.label-container,
label.container {
  display: block;
  width: auto;
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 23px;
  color: #636363;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
span.label-container input,
label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  span.label-container,
  label.container {
    line-height: 19px;
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 769px) {
  span.label-container,
  label.container {
    display: none;
  }
}
span.label-container .checkmark,
label.container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px #636363 solid;
}
@media screen and (max-width: 1000px) {
  span.label-container .checkmark,
  label.container .checkmark {
    height: 15px;
    width: 15px;
  }
}
span.label-container .checkmark:after,
label.container .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  left: 6px;
  top: -7px;
  width: 10px;
  height: 20px;
  border-style: solid;
  border-color: #636363;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
span.label-container a:hover .checkmark:after,
label.container a:hover .checkmark:after,
span.label-container input:hover ~ .checkmark:after,
label.container input:hover ~ .checkmark:after,
span.label-container input:checked ~ .checkmark:after,
label.container input:checked ~ .checkmark:after {
  display: block;
}
.shipping_time .stock_state {
  margin: 4px 6px 2px 0;
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.shipping_time .stock_state.stock_state_nope {
  background-color: #636363;
}
.shipping_time .stock_state.stock_state_0,
.shipping_time .stock_state.stock_state_5 {
  background-color: #96dc5a;
}
.shipping_time .stock_state.stock_state_2,
.shipping_time .stock_state.stock_state_3 {
  background-color: #ffaa00;
}
.shipping_time .stock_state.stock_state_1,
.shipping_time .stock_state.stock_state_4 {
  background-color: #cc0000;
}
.shipping_time .label {
  display: block;
  float: left;
}
.variants_option_tooltip {
  margin-top: -9px;
  position: absolute !important;
  top: 50%;
  right: 10px;
  display: block;
  position: relative;
}
.variants_option_tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.variants_option_tooltip .tooltip-content:after,
.variants_option_tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.variants_option_tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.variants_option_tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.variants_option_tooltip .tooltip-content:after,
.variants_option_tooltip .tooltip-content:before {
  bottom: 100%;
}
.variants_option_tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.variants_option_tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.variants_option_tooltip .tooltip-toggle {
  cursor: help;
}
.variants_option_tooltip .tooltip-toggle:hover + .tooltip-content,
.variants_option_tooltip .tooltip-toggle:focus + .tooltip-content,
.variants_option_tooltip:hover .tooltip-content {
  display: block;
}
.variants_option_tooltip .tooltip-toggle {
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 1px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNyAxNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTcgMTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS13aWR0aDoyO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjguNSIgeTE9IjEzLjg1IiB4Mj0iOC41IiB5Mj0iNy4xNSIvPgo8bGluZSBjbGFzcz0ic3QwIiB4MT0iOC41IiB5MT0iNS4xNSIgeDI9IjguNSIgeTI9IjMuMTUiLz4KPHJlY3QgY2xhc3M9InN0MSIgd2lkdGg9IjE3IiBoZWlnaHQ9IjE3Ii8+Cjwvc3ZnPgo=');
  background-color: #636363;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.variants_option_tooltip .tooltip-toggle:hover {
  background-color: #eb5f00;
}
.variants_option_tooltip .tooltip-content {
  left: -7px;
}
body > .block-static-block.widget {
  margin: 0 !important;
}
body > .block-static-block.widget > p {
  margin: 0 !important;
}
.fixfloat {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 0;
  float: none;
  clear: both;
}
.col-inner {
  min-width: 100% !important;
  width: 0 !important;
}
.do_block > h2 {
  border-bottom: 1px #007858 solid !important;
  margin: 0 0 20px 0 !important;
  padding: 20px 0 10px 0 !important;
  color: #575757 !important;
  font-weight: 400;
  font-size: 2.6rem !important;
}
.product-item-totals-step {
  border-bottom: 4px solid #007858 !important;
}
.do_block {
  margin-bottom: 20px;
}
.do_block .do_block_item {
  display: table;
  margin-bottom: 15px;
}
.do_block .do_block_item input {
  display: table-cell;
}
.do_block .do_block_item label {
  display: table-cell;
  padding-left: 15px;
}
.shipping_time_tooltip {
  padding-bottom: 2px;
  position: relative;
}
.shipping_time_tooltip .tooltip-content {
  background: #ffffff;
  max-width: 360px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.shipping_time_tooltip .tooltip-content:after,
.shipping_time_tooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.shipping_time_tooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.shipping_time_tooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.shipping_time_tooltip .tooltip-content:after,
.shipping_time_tooltip .tooltip-content:before {
  bottom: 100%;
}
.shipping_time_tooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 15px;
  margin-left: -5px;
}
.shipping_time_tooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 15px;
  margin-left: -6px;
}
.shipping_time_tooltip .tooltip-toggle {
  cursor: help;
}
.shipping_time_tooltip .tooltip-toggle:hover + .tooltip-content,
.shipping_time_tooltip .tooltip-toggle:focus + .tooltip-content,
.shipping_time_tooltip:hover .tooltip-content {
  display: block;
}
.shipping_time_tooltip .tooltip-toggle {
  margin-left: 3px;
  margin-bottom: -4px;
  width: 18px;
  height: 18px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px #d1d1d1 solid;
  color: #323232;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.shipping_time_tooltip:hover .tooltip-toggle {
  color: #eb5f00 !important;
  border-color: #eb5f00;
}
.shipping_time_tooltip .tooltip-content {
  left: -5px;
}
.gift_error {
  margin: 10px auto;
  padding: 10px;
  background: #f5cccc;
  color: #990000;
  width: 100%;
  font-size: 1.2rem;
}
#maincontent.simple_product .gift_error {
  max-width: 364px;
}
body.page-product-configurable.mode_business .gift_error {
  margin-top: 0;
  margin-bottom: 45px;
}
.amcard-general-container {
  max-width: 364px;
}
@media screen and (max-width: 769px) {
  .amcard-general-container {
    max-width: 100%;
  }
}
.amcard-general-container .amcard-form-container:first-of-type {
  margin: 0;
  border: none;
}
.amcard-general-container .amcard-form-container:first-of-type .amcard-flex-container {
  display: block;
}
.amcard-general-container .amcard-form-container:first-of-type .amcard-flex-container .amcard-field-block {
  justify-content: space-between;
}
.amcard-general-container .amcard-form-container:first-of-type .amcard-flex-container .amcard-field {
  flex-basis: 70%;
  border-radius: 2px;
}
.amcard-general-container .amcard-form-container:first-of-type .amcard-flex-container .amcard-button {
  padding: 0 9px;
  flex-basis: 26%;
  height: 32px;
  line-height: 1.42857143;
  border: 1px solid #cdcdcd;
  background: #f2f2f2;
}
.amcard-general-container .amcard-image-container img {
  max-width: 100%;
}
.amcard-general-container .amcard-image-container > .amcard-container.-active,
.amcard-general-container .amcard-image-container > .amcard-image.-active,
.amcard-general-container .amcard-image-container > .amcard-container:hover,
.amcard-general-container .amcard-image-container > .amcard-image:hover {
  border-color: #cdcdcd;
}
.amcard-general-container .amcard-carousel-container .slick-slider .slick-arrow::after,
.amcard-general-container .amcard-carousel-container .slick-slider .slick-arrow::before {
  display: none !important;
}
.amcard-general-container .amcard-preview-container {
  text-align: right;
}
.amcard-general-container .amcard-preview-container > .amcard-button {
  border-color: #0a735a;
  color: #0a735a;
}
.amcard-general-container .amcard-preview-container > .amcard-button:hover {
  background-color: #0a735a;
  color: #ffffff;
}
.product-info-main .box-tocart .input-text.qty {
  width: 104px;
}
#checkout .amcard-codes-list,
#checkout .amcard-field-container {
  padding-left: 0;
}
#checkout .amcard-codes-list .amcard-title,
#checkout .amcard-field-container .amcard-title {
  padding: 0 0 10px 0;
  margin: 10px 0 20px 0;
  border-bottom: 1px #0a735a solid;
  font-size: 1.6rem;
  font-weight: 600;
  color: #0a735a;
  display: block;
}
#checkout .amcard-codes-list .amcard-input-arrow::after,
#checkout .amcard-field-container .amcard-input-arrow::after {
  right: 5px;
}
#checkout .amcard-codes-list .amcard-input-arrow .amcard-field,
#checkout .amcard-field-container .amcard-input-arrow .amcard-field {
  padding-right: 22px;
}
#checkout .amcard-codes-list .amcard-check,
#checkout .amcard-field-container .amcard-check {
  color: #636363;
  text-decoration: underline;
}
body:not(.page-layout-cms-full-width) .magezon-builder .full_width_row_content_no_paddings {
  margin-left: -20px;
  margin-right: -20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder > .mgz-element > .mgz-element-inner > .mgz-container {
  max-width: initial !important;
  min-width: 100% !important;
  width: auto !important;
  margin-left: -20px;
  margin-right: -20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0px 20px 35px 20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-container .mgz-element-column.info_box > .mgz-element-inner {
  padding: 0px 0px 0px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element .mgz-block-heading {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box {
  margin-top: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-title {
  margin: 0px 0px 0px 0px !important;
  padding: 5px 10px !important;
  display: block;
  background: #eb5f00;
  color: #ffffff !important;
  font-size: 24px !important;
  font-family: 'Carnas W01 Medium';
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-title p,
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-title p:last-child {
  margin: 0px !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-title * {
  padding: 0px;
  margin: 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-content {
  margin: 0px 0px 0px 0px;
  padding: 30px 10px;
  background-color: #ffffff;
  border: 1px #d1d1d1 solid;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-content h3 {
  font-size: 22px !important;
  color: #c94b00 !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box .block-content .mgz-element-column > .mgz-element-inner {
  padding: 20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box.icon .block-content:before {
  content: "";
  margin: 0px auto 40px auto;
  padding: 0px;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('../images/Icons.svg?v-01');
  background-size: 500px 500px;
  background-position: 0px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.info_box.icon.icon_shipping .block-content:before {
  background-position: -100px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info {
  display: flex;
  gap: 20px;
  justify-content: center;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-photo {
  max-width: 100px;
  flex-shrink: 1;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-sku {
  padding-bottom: 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-name {
  color: #0a735a;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-name a {
  color: #0a735a;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 15px 0px 5px 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element a.button-secondary {
  padding: 2px 5px;
  width: auto;
  background: #ffffff;
  color: #c94b00;
  border: 1px #eb5f00 solid;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item img[data-amsrc] {
  aspect-ratio: 3.02325581;
}
@media screen and (max-width: 769px) {
  body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper {
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    height: auto;
  }
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-top-left > .item-content,
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-middle-left > .item-content,
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-bottom-left > .item-content {
  left: 0px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content {
  max-width: 40%;
}
@media screen and (max-width: 769px) {
  body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content {
    position: relative;
    left: inherit;
    bottom: inherit;
    max-width: inherit;
    padding: 10px 0px 0px 0px;
  }
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading {
  margin: 0px 0px 0px 0px !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading * {
  padding: 0 0 10px 0px !important;
  margin-bottom: 0px !important;
  font-size: 36px !important;
  line-height: 46px !important;
  color: #0a735a !important;
  display: inline-block !important;
  font-family: 'Carnas W01 Medium' !important;
  vertical-align: bottom !important;
}
@media screen and (max-width: 769px) {
  body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading * {
    font-size: 1.3em !important;
    display: block !important;
  }
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 {
  padding: 0 0 15px 0 !important;
  font-size: 17px !important;
  font-family: 'Carnas W01 Light' !important;
  line-height: 1.5em !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3:last-child {
  padding: 0 0 15px 0 !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 .button {
  margin-top: 5px;
  padding: 10px 0 0 0;
  display: inline-block;
  width: auto;
  background: none;
  font-size: 17px;
  line-height: 1em;
  position: relative;
  color: #0a735a;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 .button:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #0a735a;
  transition: background-color 0.2s;
}
@media (max-width: 1430px) {
  body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav {
    display: none;
  }
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-prev,
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-next {
  opacity: 1;
  color: #e8ac2e;
  font-size: 20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-prev.disabled,
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-prev {
  left: -45px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav .owl-next {
  right: -45px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
#tips_in_cart body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-dots {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  left: 0%;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  border: 2px #0a735a solid;
  width: 20px;
  height: 20px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-dots .owl-dot span:hover {
  background: #cee3de;
}
body:not(.page-layout-cms-full-width) .magezon-builder .owl-carousel .owl-dots .owl-dot.active span {
  background: #0a735a;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel {
  margin-top: 5px;
  color: inherit;
  border-radius: 4px;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-heading {
  border-radius: inherit;
  border: none;
  background: rgba(255, 255, 255, 0.5) !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-heading .mgz-panel-heading {
  font-size: 1.6rem;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-heading:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-heading h4 a {
  padding: 12px 20px;
  color: #c94b00;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-body {
  background: transparent !important;
  border-left: none !important;
  border-right: none !important;
  border: none;
}
body:not(.page-layout-cms-full-width) .magezon-builder .mgz-panels .mgz-panel-body .mgz-panel-body-inner {
  padding: 15px 0px 30px 40px !important;
}
body:not(.page-layout-cms-full-width) .magezon-builder .textbox {
  position: absolute;
  left: 15px;
  top: 30%;
}
footer.page-footer body:not(.page-layout-cms-full-width) .magezon-builder .mgz-container {
  width: inherit;
}
footer.page-footer body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element-row.contained {
  max-width: 1340px;
}
footer.page-footer body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element-row.contained {
  max-width: 1340px;
}
footer.page-footer body:not(.page-layout-cms-full-width) .magezon-builder .mgz-element-row.full_width_row_content > .mgz-element-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1320px);
}
body.page-layout-cms-full-width #maincontent .mgz-container {
  width: inherit;
}
body.page-layout-cms-full-width #maincontent .mgz-container .mgz-element-inner {
  padding: 0px;
}
body.page-layout-cms-full-width #maincontent .mgz-row-gap-margin > .mgz-element-inner {
  margin: 0px 20px;
}
body.page-layout-cms-full-width #maincontent .mgz-element-column > .mgz-element-inner {
  padding: inherit;
}
body.page-layout-cms-full-width #maincontent .contained {
  width: 100%;
  max-width: calc(1300px);
}
body.page-layout-cms-full-width #maincontent .full_width_row {
  width: 100%;
  max-width: 100%;
}
body.page-layout-cms-full-width #maincontent .full_width_row_content_contained {
  width: 100%;
  max-width: 100%;
}
body.page-layout-cms-full-width #maincontent .full_width_row_content_contained > .mgz-element-inner {
  width: 100%;
  max-width: 100%;
}
body.page-layout-cms-full-width #maincontent .full_width_row_content_contained > .mgz-element-inner > .inner-content {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
footer.page-footer .magezon-builder .full_width_row_content_no_paddings {
  margin-left: -20px;
  margin-right: -20px;
}
footer.page-footer .magezon-builder > .mgz-element > .mgz-element-inner > .mgz-container {
  max-width: initial !important;
  min-width: 100% !important;
  width: auto !important;
  margin-left: -20px;
  margin-right: -20px;
}
footer.page-footer .magezon-builder .mgz-container .mgz-element-column > .mgz-element-inner {
  padding: 0px 20px 35px 20px;
}
footer.page-footer .magezon-builder .mgz-container .mgz-element-column.info_box > .mgz-element-inner {
  padding: 0px 0px 0px 0px;
}
footer.page-footer .magezon-builder .mgz-element .mgz-block-heading {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
footer.page-footer .magezon-builder .mgz-element.info_box {
  margin-top: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-title {
  margin: 0px 0px 0px 0px !important;
  padding: 5px 10px !important;
  display: block;
  background: #eb5f00;
  color: #ffffff !important;
  font-size: 20px !important;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-title p,
footer.page-footer .magezon-builder .mgz-element.info_box .block-title p:last-child {
  margin: 0px !important;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-title * {
  padding: 0px;
  margin: 0px;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-content {
  margin: 0px 0px 0px 0px;
  padding: 30px 10px;
  background-color: #ffffff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-content h3 {
  font-size: 24px !important;
  color: #c94b00 !important;
}
footer.page-footer .magezon-builder .mgz-element.info_box .block-content .mgz-element-column > .mgz-element-inner {
  padding: 20px;
}
footer.page-footer .magezon-builder .mgz-element.info_box.icon .block-content:before {
  content: "";
  margin: 0px auto 40px auto;
  padding: 0px;
  width: 100px;
  height: 100px;
  display: block;
  background-image: url('../images/Icons.svg?v-01');
  background-size: 500px 500px;
  background-position: 0px 0px;
}
footer.page-footer .magezon-builder .mgz-element.info_box.icon.icon_shipping .block-content:before {
  background-position: -100px 0px;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info {
  display: flex;
  gap: 20px;
  justify-content: center;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-photo {
  max-width: 100px;
  flex-shrink: 1;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-sku {
  padding-bottom: 0px;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-name {
  color: #0a735a;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-name a {
  color: #0a735a;
}
footer.page-footer .magezon-builder .mgz-element.mgz-element-product_slider .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 15px 0px 5px 0px;
}
footer.page-footer .magezon-builder .mgz-element a.button-secondary {
  padding: 2px 5px;
  width: auto;
  background: #ffffff;
  color: #eb5f00;
  border: 1px #eb5f00 solid;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item img[data-amsrc] {
  aspect-ratio: 3.02325581;
}
@media screen and (max-width: 769px) {
  footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper {
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    height: auto;
  }
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-top-left > .item-content,
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-middle-left > .item-content,
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper.mgz-flex-position-bottom-left > .item-content {
  left: 0px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content {
  max-width: 40%;
}
@media screen and (max-width: 769px) {
  footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content {
    position: relative;
    left: inherit;
    bottom: inherit;
    max-width: inherit;
    padding: 10px 0px 0px 0px;
  }
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading {
  margin: 0px 0px 0px 0px !important;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading * {
  padding: 0 0 10px 0px !important;
  margin-bottom: 0px !important;
  font-size: 36px !important;
  line-height: 46px !important;
  color: #0a735a !important;
  display: inline-block !important;
  font-family: 'Carnas W01 Medium' !important;
  vertical-align: bottom !important;
}
@media screen and (max-width: 769px) {
  footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content div.slide-heading * {
    font-size: 1.3em !important;
    display: block !important;
  }
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 {
  padding: 0 0 15px 0 !important;
  font-size: 17px !important;
  font-family: 'Carnas W01 Light' !important;
  line-height: 1.5em !important;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3:last-child {
  padding: 0 0 15px 0 !important;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 .button {
  margin-top: 5px;
  padding: 10px 0 0 0;
  display: inline-block;
  width: auto;
  background: none;
  font-size: 17px;
  line-height: 1em;
  position: relative;
  color: #0a735a;
}
footer.page-footer .magezon-builder .owl-carousel .owl-stage-outer .owl-stage .owl-item > .item .item-content-wrapper .item-content h3 .button:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #0a735a;
  transition: background-color 0.2s;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-prev,
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-next {
  opacity: 1;
  color: #e8ac2e;
  font-size: 20px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-prev.disabled,
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.3;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-prev {
  left: -45px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav .owl-next {
  right: -45px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
#tips_in_cart footer.page-footer .magezon-builder .owl-carousel .owl-dots {
  margin: 5px 0px 0px 0px;
  padding: 0px;
  position: absolute;
  top: 100%;
  left: 0%;
}
footer.page-footer .magezon-builder .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
  width: 20px;
  height: 20px;
}
footer.page-footer .magezon-builder .owl-carousel .owl-dots .owl-dot span:hover {
  background: #cee3de;
}
footer.page-footer .magezon-builder .owl-carousel .owl-dots .owl-dot.active span {
  background: #0a735a;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel {
  margin-top: 5px;
  color: inherit;
  border-radius: 4px;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-heading {
  border-radius: inherit;
  border: none;
  background: rgba(255, 255, 255, 0.5) !important;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-heading .mgz-panel-heading {
  font-size: 1.6rem;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-heading:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-heading h4 a {
  padding: 12px 20px;
  color: #c94b00;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-body {
  background: transparent !important;
  border-left: none !important;
  border-right: none !important;
  border: none;
}
footer.page-footer .magezon-builder .mgz-panels .mgz-panel-body .mgz-panel-body-inner {
  padding: 15px 0px 30px 40px !important;
}
footer.page-footer .magezon-builder .textbox {
  position: absolute;
  left: 15px;
  top: 30%;
}
footer.page-footer .magezon-builder .mgz-container {
  width: inherit;
}
footer.page-footer .magezon-builder .mgz-element-row.contained {
  max-width: 1340px;
}
footer.page-footer .magezon-builder .mgz-element-row.contained {
  max-width: 1340px;
}
footer.page-footer .magezon-builder .mgz-element-row.full_width_row_content > .mgz-element-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1320px);
}
body.checkout-cart-index #tips_in_cart .mgz-block-heading {
  margin: 15px 0px 0px 0px;
  padding: 15px 15px 0px 15px;
  color: #0a735a;
  background: #ffffff;
  border: 1px #d1d1d1 solid;
  border-bottom: none;
}
body.checkout-cart-index #tips_in_cart .mgz-block-heading > .title {
  margin: 0px !important;
  padding: 0px !important;
}
body.checkout-cart-index #tips_in_cart .mgz-block-content {
  background-color: #ffffff;
  border: 1px #d1d1d1 solid;
  border-top: none;
}
body.checkout-cart-index #tips_in_cart .mgz-block-content > * {
  padding: 15px;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel .product-item-sku {
  display: inline-block;
  line-height: 0.8em;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel .product-item-name {
  display: block;
  font-size: 18px;
  color: #0a735a;
  font-family: "Carnas W01 Medium";
}
body.checkout-cart-index #tips_in_cart .mgz-carousel table tr td {
  text-align: left;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel a.mgz-btn {
  color: #c94b00;
  border-color: #eb5f00;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel a.mgz-btn:hover {
  color: #ffffff;
  background-color: #eb5f00;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel .owl-item img {
  width: initial !important;
}
body.checkout-cart-index #tips_in_cart .mgz-carousel .owl-dots .owl-dot span {
  margin: 8px 5px;
  width: 15px;
  height: 15px;
}
.image_style_01 {
  position: relative;
  display: inline-block;
}
.image_style_01 img {
  position: relative;
  border: 5px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.image_style_01:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.image_style_01 + h2,
.image_style_01 + h3,
.image_style_01 + p,
.image_style_01 + ul {
  margin-top: 20px !important;
}
.image_style_02 {
  position: relative;
  display: inline-block;
}
.image_style_02 img {
  position: relative;
  border: 5px solid #fff;
  z-index: 2;
  -webkit-transform: rotate(0.5deg);
  -moz-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}
.image_style_02:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 90%;
  height: 90%;
  display: block;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEWdnZxv5z1BAAAAAXRSTlOArV5bRgAAAQFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/Ij8+PHI6UkRGIHhtbG5zOnI9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPjxyOkRlc2NyaXB0aW9uIHhtbG5zOng9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iPjx4OkNyZWF0ZURhdGU+MjAxOC0xMC0xOFQxMTowMzoyOCswMjowMDwveDpDcmVhdGVEYXRlPjwvcjpEZXNjcmlwdGlvbj48L3I6UkRGPjw/eHBhY2tldCBlbmQ9InIiPz63NVYkAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -o-transform: rotate(1deg);
  transform: rotate(1deg);
}
.image_style_02 + h2,
.image_style_02 + h3,
.image_style_02 + p,
.image_style_02 + ul {
  margin-top: 20px !important;
}
h1.orange,
h2.orange,
h3.orange {
  color: #c94b00 !important;
}
h1.gruen,
h2.gruen,
h3.gruen {
  color: #0a735a !important;
}
.box {
  text-align: left;
}
.box .text {
  padding: 20px 0px;
}
.box.background_white .media {
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}
.box.background_white .text {
  padding: 20px 15px 7px 15px;
  border: 1px #d1d1d1 solid;
  border-top: none;
  background-color: #ffffff;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.box.background_white .text.no_border {
  border: none !important;
  padding: 20px 15px;
}
.box.no_image.background_white .text {
  border: 1px #d1d1d1 solid;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.color-primary {
  color: #eb5f00;
}
.color-secondary {
  color: #0a735a;
}
a.mgz-btn {
  margin-top: 5px !important;
  padding: 5px 12px !important;
  font-size: inherit !important;
  color: #0a735a;
  background-color: #ffffff;
  border: 1px #0a735a solid;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
a.mgz-btn:hover {
  color: #ffffff;
  background-color: #0a735a;
}
table.striped {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #ffffff;
}
table.striped td,
table.striped th {
  padding: 10px 15px !important;
}
table.striped thead tr th {
  background: #eb5f00;
  color: #ffffff;
}
table.striped tbody tr:nth-child(odd) td {
  background: #EEE;
}
table.blank {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: none;
  border-collapse: collapse;
}
table.blank td,
table.blank th {
  padding: 0px 15px 15px 0px !important;
}
table.blank td:last-of-type,
table.blank th:last-of-type {
  padding-right: 0px !important;
}
table.blank tr:last-of-type td,
table.blank tr:last-of-type th {
  padding-bottom: 0px !important;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content {
  padding: 3px 0px 10px 0px;
}
.mgz-single-image-wrapper .mgz-flex-position-below .image-content .image-description {
  font-size: 1.2rem;
}
.bg_white {
  background: #ffffff;
}
body.page-layout-cms-full-width #maincontent .bg_white {
  background: inherit;
}
body.page-layout-cms-full-width #maincontent .bg_white > .mgz-element-inner {
  background: #ffffff;
}
.bg_orange {
  background: #eb5f00;
  color: #ffffff;
}
body.page-layout-cms-full-width #maincontent .bg_orange {
  background: inherit;
  color: inherit;
}
body.page-layout-cms-full-width #maincontent .bg_orange > .mgz-element-inner {
  background: #eb5f00;
  color: #ffffff;
}
.bg_orange a:not(.mgz-btn) {
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
  transition: color 0.2s;
}
.bg_orange a:not(.mgz-btn):after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.bg_orange a:not(.mgz-btn):hover {
  color: #bcbcbc;
}
.bg_orange a:not(.mgz-btn):hover:after {
  background-color: #bcbcbc;
}
.bg_gruen,
.hintergrund_gruen {
  background: #0a735a;
  color: #ffffff;
}
body.page-layout-cms-full-width #maincontent .bg_gruen,
body.page-layout-cms-full-width #maincontent .hintergrund_gruen {
  background: inherit;
  color: inherit;
}
body.page-layout-cms-full-width #maincontent .bg_gruen > .mgz-element-inner,
body.page-layout-cms-full-width #maincontent .hintergrund_gruen > .mgz-element-inner {
  background: #0a735a;
  color: #ffffff;
}
.bg_gruen a:not(.mgz-btn),
.hintergrund_gruen a:not(.mgz-btn) {
  color: #ffffff !important;
  text-decoration: none !important;
  position: relative;
  transition: color 0.2s;
}
.bg_gruen a:not(.mgz-btn):after,
.hintergrund_gruen a:not(.mgz-btn):after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  z-index: 19;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.bg_gruen a:not(.mgz-btn):hover,
.hintergrund_gruen a:not(.mgz-btn):hover {
  color: #bcbcbc;
}
.bg_gruen a:not(.mgz-btn):hover:after,
.hintergrund_gruen a:not(.mgz-btn):hover:after {
  background-color: #bcbcbc;
}
.page-footer .bg_gruen + .mgz-element:before,
.page-footer .hintergrund_gruen + .mgz-element:before {
  margin-top: -2px;
  margin-bottom: -1px;
  content: '';
  background-color: #0a735a;
  background-image: url('../images/bg_footer_02_before.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: block;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 769px) {
  .page-footer .bg_gruen + .mgz-element:before,
  .page-footer .hintergrund_gruen + .mgz-element:before {
    height: 50px;
  }
}
.bg_light_white,
.hintergrund_weiss_transparent {
  position: relative;
  padding-top: 30px;
  margin-bottom: 70px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABcgAAAA8CAMAAABl0qnhAAAAkFBMVEX///8AAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////UTh+mAAAAMHRSTlPlAFZlOayQSCsegnPYyrwFCyXiD55LmFuJ33wUbaMwxc7VPXdR0Lc1Ql8ZskXaqcDm/3siAAAMx0lEQVR42uzaiXLiOBAGYLVky/d932AbDJjA+7/dthwmITtDNqnsZmBWX1XAcsnGNUg/bXkISJIkSQ9NBrkkSdKDk0EuSZL04GSQS5IkPTgZ5JIkSQ9OBrkkSf9XPvIEeHAyyCVJ+r8xaNrZtk2uhbawcVCXmubWdWdVaGIh5dy0WDZqKKEoY2xPE61Xek2je4atRKGD+WpgdNf2yd4SGKM0GTNmmZynsYDnM8X+4aSqeHr4ChnkkiT9JpURwSsv0AMj8uC2HaV0nyWTEflwQblZZ1ogjtrV5WDViQ/XeoxOq86mxIp5ogNX1dTwDCVzyLueGisl3yuCL5BBLkn/rerwUzb5UQQfEFVGoE/KTlOmwEDY0ltFUVr973nnvzTf7veiyEC6YBiVB76BJzxiTUkXGUOUJtpOUfBzhMt+wXpmXhksxKjWH2md8/S5rizrozLiUQwNJo9P6nZr0lEHgGhH2ZDHnWppfWKdt02Z7euhNAdWFp0a87yeSp6XrDcMz4ufCLG3VNEoauEX/EPQa0el1THyDR9QH8DPIqPXJnilK7ou/vVaxROthFIWkntTwRfIIL9vlRh+gYGiSDRxXuMYruCf+Mukn3ba4rhMfpz+VSXqnl7LmJislPbarsXO7RFbbJHRN/bP+xJtsVOQvgjwT1GOogvtfYA2Y1bNru3H5XMD42aR5VWB0msjFXaBD6Av11EvJxJX1x7gM7yD3u5ECCQVtgIFQ+kG7WeYDsGSeJMiLDP/gDuUY0Kz5XISJYgwR5KsHizRZkxkXM75ctv9C6m7ds3SVItCZJswu2dn46xfbuTXjtMMtTXk6Wll2+RTCjy4W27+XafAtr36cQpxXrS2C/JD2KmLbVeQ77ByVk45tX1C67HOG/fp+sI3IRHWrnvig6KPJk/TlJvJSPftkeV1axwsXk5BL0ZcT7e27Vw0uZUEu2GwRJGdTBG81dbi60hZkrGytEa6VOiGCHZ9+ZVSFOMy7jKb3J27rMijW/sDeGZUsPAreKHjd1fBDRP4cMXzQI/gJ1UAPuaLloyQ1PvoRxhe3YphE/mX3/dl8+O8VtNGHBD6C+WFJiwbdI9hhOqs9+BdETLQz6cTMIh3u2QnYElWVUaLZ7bKPDeXBbfnYG3xKO9NrefDr3iR0e5GNphmud8puiBqsARDWoS8Ihpv9cot0/NvS0/pOB2i6DDS0YA3dj3GYnSd4F5A2S/s6Wewaxijy3JjIwLKXWzVV65zh5OVzHm9z8lvEDrzHJLfYDWr6mlb3LqqVfijX5ObW0Jck7EmJDeFa/Jqo5oDZjcySzZqC2bylKP0dOlZrFyxzi26LbcQjYoKcm9C+BoC/wX/7+0sgDeGFhbOhr52ig342ekAGUBtK7A4BHW7dKYhB1+Ht9IMopCgbi/eXO11Ntsrx3W7zY9WqnbhMhRSLuQmS5T2baD2l8caCb7uzXlOuYlKyypFgvBlSHBR9u3rwbRaLN7oEpTW4tKtwURx1RhHmhhx4hC8CqyWnsjHOHjFnbN6t3uJocbGfmq1pXpkmQ7XPGP87wsx2xHWdig2N0T6la2V9EdqNSvyG4VuI8b8vMKvi0j3ooM39lghwWcQ+A6VStIKkO/DIoALuqlAqPFPy314dahAMPPA1IG6GSz2JNwB8sPZ8VvSQwKHJMC2+BSvw2M68iJWOHlwTrcdxHrDsPzy3FA0Y+DDLVFimWlz2nYbO7zceW/ub4lQ+k72rAoO+RedsfJebYrQTVkmfyI+a8M08L2DAYucjA1nA3wcge/BTA9fvdXGf7OU6xFieIBqsX8luvABFmYDi8nYZfCCL6GNVnrkeS5vySEnxPJEZz7QCMAhL2imkQfx5M5qo25X4aaZ3a2a5mXZ2Nd3lFjXb8jFxp2buBH3q4W96ebU8uEdnlI3hTkNphlzFJ/UswzyP4ybi8WmtCBf58wxUlX37Njh89DEBnnP6sStUTxRGVxXDNJ17hDps85x7BwjkXjmiqAw5C18GIHv5PUUrihEDJAZN54IXep0r2q6w6WvO8FisnIQKkAqvjJ874nI/2HdEn1Ie6acsbVN8UW/HmBxRh7DKUsSWlvWYLHnB497akQjZQz3mSjT2uAAkXjyLh7DRYIPHxZgTe6ISdqIJJ+7e1w+lu6N7cxnx3Fc13FC8o/WWH/M97f2/FiYoie5Si5UFT6MwO+UP5GCHnGjdTwQGHEyg5Ug6BosVBH14Nepwg8gnLdTRbYAnm9307Fv8FBLHFJzkVn2Ub2KcvIYCtsOiRB2nHeXaaSmalfgho1FEkcqNoou5ajZute26m2nGDWqXLeWpHvH+fkpDF+aDnwYgW/hww1BPAIo9vopA4FZEzOHChaKB4JX1WrqsyILmVcBcslmCgN24gbRIElL7NJEnnf5lABmIkmS9HDsdUiuhB58FIFv0WVwAycGMEKcIwiM+eu4VmBRBiBMJr6PorzeqU+A/GBzIsOQup6TQEEogBFBahmWrzCWZSmRJEl6fBF8FIFvUVhwQ3AEsIhTwcGhXsXDuiTEBGCjp9ceCJTMQPWGxH7ACpHtjG/10c3PDqAjjZWyyxkJ17F8xCJJ0p+jgo8i8C0CeE+fGwBeyn2enjvPVA8ATToU6aYGpGwT2G9c1UvKow9otcXuUE3ZeTVzLh/cSZL0RzrARxH4osiDf1UAi8QK8pTXgKI97szmMQ4752XtvNKPTP5nVUn6i7173VUTiMIwvBYnGRgGGAQZFAGPFTd6/3dX0cQedptUbXfT5nsSf5jw+w1hZs3Af+yPvpHP4+zL+qVQScBX/X3yPnmzqyCoFrPVnP1FWdmfBAvbuo9+L/1UzJNfWh5N0tWssmftnDmki6guvOlJYR80APzvfuNi55z508aPmWO+sRrl1cxZoI8Lb1e1x1XJV2kdHKnJhVMOdKfpRkp6Z+iis3JP03H0PVzczmvaTK6DBfaiKovTrhlotDVklML+OQD4/xlJNV2drNQXm5dCHiccL4rKM/tibG5dtaJfcrw500jV9zCrahpWnqt2JYYBAABeZIiaI43Wp/Yc9Vn2RMj7WKzs8hRps1b0jVZqF1+lAQD+IHOdSadRIyNvsZ7Onwj5CV+fAQA+nuwk3QyaLrQiUq1K+YmQuwQAAB+t+5Tu6CbSdDFVrRm2OSPkAAD/iMM9v5rGknsVmaPPCDkAwL9iZ53pwtBFN63KQ9nYgperZ0JeEwAAfLhofR5zHg7UzUQcMwt7E8yz5JmQ59iYAgDw8bargQYztMoNKtvxD3lQusrfOwfbieOH95H7+cG2SwIAgA80NUaaS8e3jQqDsmzaVkVVta4OVpI8GPJVGIaHzaYhAAD4K3TgbVWro3bXOrN9bT/8aSUwciAAAPhbNG2jc0dSdkXnTSsqmEXyUMitmpmTrBf+0nnLr9dHhmG4DoJwVG3JLehGN6473hZMV6ZoZRHiRR4A4GWSpNY6ohvFzPOHQs5WyVeOwz+QCObcRJrqScI386UzeVsmbCfsSxwODgDwunqrpezoSj5/+qFlcv4JsVxEY8Z715tkzMn4YLy8/NpD7BEAALxEk2rI3P+mj4Y8uYe8nfM7+55HwVuf2ku7o4vmKNts5XZFzhORVRgoAgB42qDPUk2PLRlJd97Tb+SO4PdUyWJhz2S/6ugrcggGopK2uPcYAOBZXmCJlFNm3peavlC/84agni2TlnSxo6+5+SIV7g57zwEAXr/bLV539I3i9ZBnKV9MSsHNQdAmq+l72zfbsvecEwAAPK22Nk7PXNF3Eub4pZBnQnQZc9+QnCmdWyvP0DtRyEHOPo4y/9zeHe4mCkRhGD6fgB0QRUAEUVGzam1rd+//7lb702xWqDXR5H0u4s1kcuYMAHzfZhOlubS2C5K8pnvIw4PC9FgkUtl73RelXuxLdsr4v0y8cuUYWAGAm2RZttzbhY2k6K17yGPPj204XGhRVzOrJlPv0/6vZzXrtgDgRrEX2IWR8+rpoFPI57mkVVLV7pCGGpnVvSy2q1zJFTkA3Gr9xy59no/TUac58oUvqZbkm1WSipe5XffRD50BAO5g9nsZad4+5G5X5NJR0jgt3iWF7tWu6weD8W7DA30AuIP9pC+Xtw+5VaEkfy41c7lE0q9WIZ8qybcGAPhxUTRVs2sd8sZmTa7KVt52ORpvl+9ysV03DQIlM5YfAsCPy8okqeTHrUN+CNI4q2P78hGZrTJrYe1FEWtWAOAORpLGXUJe9HNuugHggUx00iXkZZQQcgB4IL2uIR8cRcgB4IG86axpH/KlCDkAPJJCZ659yIeEHAAeSkjIAeC5pTrzCDkAPCtfJ+FsT8gB4Em9SEoCmxByAHhS20E1CMz6hBwAntTw2mf6fwGciTCNAZDaKwAAAABJRU5ErkJggg=='), url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABcgAAABaCAMAAAC7f0WmAAAAP1BMVEX///8AAAD////////////////////////////////////////////////////////////////////////////NY5A9AAAAFXRSTlPlANgFyQifkIFku3M6VUisKh2JrmzzEc3kAAAB30lEQVR42uzUOYpCARBAQb8jsziBoN7/rMYGQof9oOoQdTreXY7jfAJgm/vxicgBEs4iB2gTOUCcyAHiRA4QJ3KAOJEDxIkcIG4e+VXkABvNI3+IHGCjeeQ3kQNsNI/8W+QAG4kcIE7kAHEiB4gTOUDcPPIfkQNsJHKAOJEDxIkcIE7kAHHzyO8iB9hoHvmvyAE2EjlAnMgB4kQOEHcROUCbyAHiRA4QN4/8X+QAG4kcIE7kAHEiB4gTOUCcyAHixpF/iRxgpXnkT5EDbDSP/E/kABuJHCBO5ABxV5G/2KmTE4QCIIBiiHwX3Ptv1hbmOA+SIgLQJnKAOJEDxIkcIG4e+UvkABuJHCBO5ABxIgeIEzlAnMgB4j4iB2ibR/4WOcBGIgeIEzlAnMgB4kQOEHcROUDbPPKnyAE2EjlAnMgB4kQOEDeO/BA5wEoiB4i7ihygbR75V+QAG4kcIE7kAHEiB4gTOUCcyAHibuPIfyIH2EjkAHEiB4ibR36IHGAjkQPEPUQO0DaP/CxygI3mkZ9EDrDRfRr5WeQAK40jP4kcYCWRA8SJnH+7dk4DAAzEQFCp8/CHGwQHYKUZEFtYBuKukAO0PSEHaDtCDtAm5ABxQg4QZyMHiHM/BIjba/IBQF8VhRMOkL4AAAAASUVORK5CYII=');
  background-repeat: no-repeat, no-repeat;
  background-position: top center,
		center 60px;
  background-size: 1480px 60px,
		1480px 100%;
}
.bg_light_white:after,
.hintergrund_weiss_transparent:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 50px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABcgAAAAyCAMAAABf2MiRAAAAmVBMVEX///8AAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9EnpBsAAAAM3RSTlPlAII5ZVZIrA6Qn7sdcyvYeOK1yULOmojEbzFdpJXdS1lhaieMFwhP1Ki/IVOwfhI9NQzm5REoAAAVqklEQVR42uza6Q6aQBSG4e8gSpHNGVZZRkQFRMXl/i+u2Gqb1ja1a2p7HraT+cO/N5MA6IEHxhhjf5sZfQ2HnDHGXgKHnDHGXlzAIWeMsddWcMgZY+y1yTcccsYYe2nJhkPOGGOvzeaQM8bYa1sRNc6YQ84YY3+MZ8kt/MTDr6FtiGaq4ZAzxtjvo/AJv4gcmWhmUyj8GKEwiPUE09S1+a8Vxhj7rRS6uYQIFT7ypITX+j6+pbWszvf9VmFgwNCAMMpWRLZuToiopsH3hPzNLg0y3XHmYIwx9py9m9orWOdjAwsfCO/9Q2IwT227XC41FEksMJBZ4BgeEu1MVFfuahTQrpwFdCLaHOl5oC84Lefz8rQGY4z931TcAB0eKXxmd0zts6zIXuBO6PtF6qbuLt7QSDNPdLMarrk8nWJNz/Ybw1jeVi8Xekb9VMgvFjBtcScFGGPsf9GGHoSy/A5R3PVOAhnjnURIhNo6BFqVUOADuO23h6EVFrwI6LaHNndMc6v3RlX2a23YGDtjOyjHTUrBbEj7JNBnlTZOxuveivJs3m8tm+g4St+4+mW1SONGX+ubJjvSsLqjB0c4T+3ILwekswNugt2yPK32Cowx9k9JzFwro72jcLM9AH0LCKX58iC90IisSMip6BCGy2lmWssuWjb1QT/FwFQAOQbduxH+NIGZO4fYNNF1W3/rh2ZRuFnkVktrmc2yLM21fKt1BZSBMOqMyCiisEQcr2xrkuvL0pDpeqEfifY6DS5neiRRPRNyciVRWgqn1FvTqQ0wxtg/6JjaQdCcQ4E7D1BoAUydBFeqFUA4HNdTtGF/gOodyATwlMDd+0ndpo+E8vysKuNdZBoevCxKQiPfSlxZTXjwuqKrkqH5k+AycsryTVpdNq59tIOUvio9PxXyq94th3t8JhdaUaYtGGPsn+JVRgQPDwQGicBP63DlyUMno85Yt9rhfepFlKBD5BWQ/mwbZEns03Z+1GS/GMWn+boyJlpAH1wWF3LpwTMh309pkNqU+TQIERrmrCon53je4yu8md7wN1LGGPuo89FBQazhiVBhGLvWgDCQW4lSgBEsF4sVZek5TBZNNdkc63p1rOlT6Y+FnDR6b7Ohgbuhm37ShNrANKdbafmth3da34jHRLWFK+WDMcbY3XYf9mg1Hz6UKXxPdBH6tdHlYpRm+3k8107LIKD6Gt39KitnF3oa6GuOOT2YtfZwS3uXvuj63trD1bjOwRhjzLo/u2Un46INgajQDWixeTBD6ed9YG9quuvzIp5KLTaiySj96ZDryRfWjOvbzh59WTle1RQUCoiIAiOrCqsNwRh7y955sDeKA2FYCAGmi947GIMBl///426E7Zwv2eS23+4e75PYcgISjOCb0UgkG38qlvdUPnh2jixltAd/RNY8hpj6SmtnSjqPnsm2yA+5k44HO60UL5OSuOPesLcRcobQsmzL9LtvFfLmwr2DM7+7Tx7uaQ5HC62f4HPVwNZp6NipkobbcvSNjY0/hVyhQiLYaSEGDo2KoKjcpoGsxJ4/coyj9laDd1pjANqe2x+597kaQus7LJs+mv63CPnHuOsxaIXGvUE87I82Qo/GEUj+cH2cRCFvS182NjZ+f1SEAn8xmm7f7Rvux2DolTTbLvdZIO5rsVHPfZJ9gMp7kQet/8dW58UeZVvV0cbGxsbvTpj6gV/XF6LrSVScxBNfXP650KTjfgqI+2o0jmFwb4GQ/SM6g8uc+nwWqD8eLBOhw5Z12djY+P0YDgfJzFQTWUFAgsmNDUPT9k8aucbr15Mb8+ISJUZcadpuz31/EPdtpOjIfTklud5Lmn5U0932+P/GxsZ/zmyhr8RCtomcEDFyjwz2LA2jpMeiHCRpkEYB9vXIBZq4MpgEVg331Xx/IT8jpHFfDkajT/xAjLCIYrOZ0MbGxsZPRUX/wAMZt2d0SFvpHNvI+ur/KmGlOLrwTdcSUkluRNPcT484dHKo0xodb0jxdDTIpbrQyJf9bEmE86XomiN3JBrvns9nXnuE9VpxFuulbiWl4x78CCHXhIL7CpJRFZraRMhsst7nKBrRxsbGxk+EiY5pmShEuT20Ph71pJDUNKfedLFzE302DgIs+Do41pAX4uJe2iGtU/XCnV3c4suynLpTHKWSJIXSy4rsPEdPhI5KMzuEWuDbhDcHHcLQevgcgXvhewr5rrnwTxjHjvsi9nv2stvtuLVw5Xbfjc4llOo1SaokqSOs2Kqq+jSK6qQmdV263W5XUIqBQAZ/qIB1HYX0x10Xl4QU2q7A2aDOaYvlWdZlXMMeT5z6YPaylkYY6ziV1n/qYbfF7ommIBGNyHF3qgIlbeFoKPZtdSjEiUi2LSmZjD0nzAhOA0qJy2u7ZzSxEEosSbBnFWV27rQJv3sQT1VU64qDHuRqKo2eaXpk1xX+6A1Za88k8ZFpS8MwtIUW80WZ9Ce2c4HbVqbJ5dJTDz1Qi7jTRPdy7C7UNl/qxYWYWeiFwzhLQ4huBFWt4yDARMdZaocH2w9wgNspjiNfGm3VsdBbHHXwg3ZAn8CSMG5lee0N+8BaC6VZUobUztGKB3b27mUTTk3x5aDNFMlWP1WbF6qqiV6h9iSwPesQqnaAsRwMaupDYckk1ZZG9CBPcUQIifQ2S8dbi2NJIvYcszJI7GKSskoQEmmtUuwFQRBFkb/whLa+omQtpoFie16mk4o+7DVUvRsfT51mCHqrKJIEFdmD3y66jq27eQ/om3BUCbC3xza+mtwyw1D1UigGMvTP5wf1FrP/wvpgsZepL5rSbQJ94n1jf2brDOG728Frt+d2156gL0ZBaG64D0Hcr8F+9QyxcdROO+AbKjoZZXHRmiQRGEVsGMUUdx96pRc47npOCBEm8Rw3mqYZPEscNSJZMIabrq6EXmQIzf7WGJ/oq0eQZXijOiMiDN12JFqKRVESnXmNFkele+JcWwbNZxMEvAAk2AftgjsbU1JNyd3rdmVS6VgGWN2+DE1XGrdyhqp5VmgIEOFMCg9mjqw06XtD1NkxUF/xdfwQOM9EDMuhVw64HtPQMR+CZ2NC8agqdVllc6iGdlnL0p1BmtXRZFu1lVDVMrLMIalwqnoWAmZ2fFkpEF1PVTV0PBP0dUzptPiSGsIn00Kwy8GB1t5i2eDMggAqQ+9Q160EmqnTm0+wwiESEoJlZZTiqGVty2ma+W1AI5qpTn6gYt3aTBEHHCngX+dUBqP2onxvgmpaA10KNxRgwLWWLeDr97tG1MFfqUlCFXWmYEFdJ1iaBzA7Xl2LAqUgU5ayFwgemGXw5BoiSDsI8hze3YsXRIl7v8yuYlm3jjPq09lotI55/+NZnMQyWUJLalltSjrbcp+QRORPzXmqCtE49r6vx1rjMnMCo6wnRhlI2FdsNpeWFGJdVVTKUb5a90bujaodIoYJ/ovhMe8OzgkOXFaGMEcrzPuBz81DqN6eJXttRFXv/WGaTC5keXZy9IynYJ3Cmc7heimkPrsoX2gdtgmOaJD+EQ7Ew3LKOjhIrtw+eXXh3kzuMTNACch0XCo0k5V6UKEXpBmZs2PaGUTl/lx79IAzwXO5vcsVVKhDmaqeEqL8o8D+PeBQPp6L/HWEvNMA48Hxyn0VGn8H7pu6PF7EXjxxDQub4r9l+8KvuCJEvuSJWgepJqTstYZ3p4pULNbqe9dtwKPC7d5iPenPcSGAzvMnjmG4INQ08MkrK3e9AHs94ZZRQCFgLav++tjm4ooFf/c+OwjWds8VUMWn4ulWbnhA476EazJ4KB+CyU0wSL1pHgLQu4PU0uaCcZUIpB5CX6Z1pdNFd6ERnpSF67oizrAYx5MglCRaQrRiQhRrwwWuMIacXcsjyNic4sooPISyyTC0hhB9gTAZYmXm7iYSRRSDYfbNuUhqPCOGpYC8RnXNx3Bumju5F9flxQXjWmAtkkpstEsBBQFIoB7oSgIkAiuDUGrgRt3V5RtGzL/mAkPD2O0h58g/YBtqR7eqyYME+p0BcbQBQstqMZ76794dmnZ81cRZ/Begzu6pEuN5R54XgUl4QBglKxXiP7gdORxzx+2MIiGkKMAykR5VkziBRaH3BGC1Vl0TIIqiumhO3LGMwDUR4oM3S4QXqkFipEpG2F7YRoAZ3GpYhln11mB+9hw5VWfFx0CQDQcE2OsHxbYHRc7Ab2GhDmRFYXLeYpyF9+Vm3qwof8IjIi64eo47RbrG+i9y5LYPFsWzEku0c08REAqLHKExV5GaI/p3V68Jbe2qwctxKgQqCsYxJaA+MVc0UGPXnY6XKkMfYllvf/RSkCLuI34dIf9TOfLui8pwK2WbSqn7xpEZrlBC5ItbijEtV63ac9/GlWWujq7IcPlztSpHRRhl78aN1hjNFfJboFmgWycjjtfD7B5JJO0BSNrx7mZXL+jeFCkRGeDySpF/AbwmuMQFw41/UxCbRZivoxvQjoCNVOqpEN3zOuwhtSBO+jqwiQTtfgb89LfW3Q1pGN2L0WJ+VT7jvvn+aFzcvmVVEMHd/7uBrredjNvdaMCZseKu2739h4ndlIDdBLEDEzBWJ7AOH7vVQDGTarBJD7pLcSAvrpHggHmtm9VLOMVSB8OwtE5UyX55CyR0rNO6P7fSIINvXFEAOcA4dFTAlnw2MAAkycsPEPo9mOG3Tjibd18LWq1kcpaa6IdzkFhG0g7/xNVmjpwha4SL1vOcu6NyDgWHfY6LrFhs2OBqLonocv/CRArO3d9XaWuihF4xI5Qr8K7WmZR+ekjjocNhThPNOHEfswn5j2d345vrOL2OGLXmHjKKTBIeJKSC14mlbY0mdgvhNtiIyN/Q1DNNJ420s3RgEzRsGB4sc24zbXDQA8iLjLMEm7yDnWa3tPY9l5IjxvPuLK39Md7o83A+bi37/erNiiQpCQDpsU5rYt6dJlHTijqiOAOJ84MoKvtJKNlWSUDFhjqWJy3gTmpKQTZLbZ170YD9aqpzQZIaU/FVAi4aTeTJga86Kc58ec1A5D4OghaktuqrCMuYO5FW1suy17gXzjdXQ0i1RtSFIa6hbaTjpT9pCW5xnUxCpTAHxkbpuljg1CfL6ElyWVYRpZQcjzVUkq1Zi9kz8/CQ39JHQQQeIH2ymQUdYpqTEano4Ms0CXx/APk8qBmpF+zPzEnmz+aEA6O+g34G/69nPzwrT06cJCNzKcpQxTLWK6ESaCi+RE019yjetdt3r4/b3mhHUOrU8g72hAc/qikmRR9djOu14xh7rmHzR95T5t0M3CbmVi5pbfhBzb3LJuT/MffAt3koMjD1ongbe0eB7XjqzAKfNd8c2pI9OjLWBZiZLQ7oS8idQQlf/0ySQo/FfPPgt7gNLeSo6BWmY6J3CBU2AciS9Eyz1ccMJxyxNCjZqu8fPOl1GGSM9boCNRThWq5AAXvQT11vbgLM7AJWeZVmi8soYvkWd2qeRzN8012/eLRyOmodH/OxxjAujLNxZK2zWYxv4Aq13T1oKaxAlxYlK1d1PfVF4RpHPfXbJSJJuU6i6PrU12Ra5EzGEaGyAr9bWpw54LlmZHlrHvwQVEWhU72AA+eO534q9aBtA6oHfqYoLPMl44I3hNbeHrH7aZi1mEQxV3tK/hgCzuaVAyYrdOanYWHTTKDw71xZp/gC2THSZyPE/+MajFvjYGclx9BSoSsig3uXTci/D/tbTFwSILqPn+WgFhsBDx4oW6oMIT4nSouB2+ToeDABhFAa0KgSzzVC6tnQtLgo+34S+T4hZHKbUwm1rdCqd89xnBCQhTOP7TmjCaQV4shDKq4r2vq4AkHbaQaD1wlhUXgVtSy3CeIHQOCbwrVRTBHGTC9aUGLjRH0/o+WRhZtZVtXYV5SUwhYtpkQP0SdwIBRn+6brb60DG9Z7a0o1YGpuhiPLCAzDmldRPx2Wj5lMhYtbthIL7LN1kglTdp4RE+lTomNg0eE8WPStM6MFOFAUxSdMEUn9mFqGT8nD6lgOdGag+NVtwoJ7vhdu9HzziJQ0prhrdQkbxriXjvtJHMV13OTykLUCp8XMz1z6c/tNDwaoezY9ElNZptDbYiSDcAMUA7LPph6hnEprpmrRI6Hg+aKqqcq6RbI9donl5p2fpO5O6H2/pkJK1t5XQvQL46ADje4abdg3xc0Qwk/DaEHGxDVUX3sE6SQbVHVKpvhcZQ5ayc3cE62/BzxtkHCfxSbk34nOgJsMVLXp1miSsf/MmPxROLq3GVh4E0FdKtAbkWW0+1gUeyFZB/Iu1K8rwCDdaSuSrYVUpjx/TnAqQWBGC57obtec8SPn6stPUOPSZ54jg7dZqsmFZiPHkUEMlxFu99GWo7KsqHrwHEBVJSUDZ5OaphfwjRHJANYj5idKDE5ISKiqUu4qDuGAiXha8z6GMfmDt4qIA3jmY7kKuJ91KR638UPZv/Pjp5w+f5t+TchKpN95Nf+va7u4VQAJSHFNqiqZ1Tv24EvW0xJVKdOn472ho9sTfVE8xAj9dl2p6uW5Fx7Qt2KyCQElVd/UpLZ0yZRPDCy/xbdYw9PyVPhyxlfLW3PVjN5Ynofg6Ik6RFbi+tldmvuBxTxe5XpyvIMO4RmuUGmcEVWLbYVIRYMVWp93o2xC/uvQaQ1bq/Z+LuDK/VbsX00MdEw6Om7jj6ODOWbeNd7p24L4inyDLdsvhZXXy3SAf1sgNAmfJCEvCHCB6czh9NoR29Lf+OCPFkoD5SmmwSty/qLWtwGyncmyckD5nLFPB9U+qBiC6HRos3WraxyzG7Fh0u4o7YykJSuv3P70mQ/PPHP9YNtYb+dBQQH3WXypkF87NkSFEM6Iz0VZL7JyI5Mf+MoTdy/OjNcmRbzjDIMvKn25+X14iU9YClVaug2EooKOgVaWaWLcl5L9Ztq1sbHx23DSQMbcFf4FjdtTBbMlTxpf1CU4imJd8yUWSRCx/KZxl+OL23GAcOZ+IM2R+0zQvziReKoDZV3pFDqfnkGxFNn3FQe9iznOsP8Yemxj1Q/0mraKbSHLCecAY2zn6C1sfgdcQLuAA9C4jY2Njf+K/Y7xXg7rl+ADIb+6WLXQO6iSBFqc40DO1j8PMKcsFdvWlOo6lj0m2dnkXhrIx2HPzmKOExW5zbJ0HrIlitpgna9pZUyTwu2xzKJ3BHht5Pt9s6VQNzY2Nr5ZyE+1im7YszSa6J+Mk9gvOai16ln3B4VV9IIUrAsm+OOeVYRV1aY19aX0nqFqmYjTqrisMy5xHBvitP4d3x3wizi4jY2Njd8GxL3PafLN+yLk1pZajAP7MS2wrkUI2SIzSZHpuWNJGMhqsycAGaffbWbur3bt2AYAEAZiIOlSZBP23w+JAah56W4IVwbIteqtZ1/TBcCP7IcA4YQcIJyQA4QTcoBwQg4QTsgBwgk5QLgDyod2Iq471k0AAAAASUVORK5CYII=');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1480px 50px;
}
.field-tooltip {
  z-index: 4;
}
.field-tooltip-content.bottom {
  margin-top: 10px;
  left: initial;
  top: 100%;
  right: 0;
}
.field-tooltip-content.bottom::after,
.field-tooltip-content.bottom::before {
  left: initial !important;
  top: -20px;
  right: 0;
  border-right-color: transparent;
}
.field-tooltip-content.bottom:after {
  border-bottom-color: #f4f4f4;
}
.field-tooltip-content.bottom:before {
  border-bottom-color: #666;
}
.page-title-wrapper_sub {
  transform: translateY(-2px);
}
.page-title-wrapper_sub .attr {
  margin: 0 4px 0 0;
  padding: 0 7px;
  display: inline-block;
  font-size: 1.3em;
  font-family: 'Carnas W01 Light', Arial, sans-serif;
  font-weight: 600;
  line-height: 130%;
  color: #0a735a;
  border: 1px #0a735a solid;
  cursor: pointer;
  position: relative;
}
.page-title-wrapper_sub .attr[tooltip-title]:hover:after {
  content: attr(tooltip-title);
  background: #ffffff;
  white-space: nowrap;
  padding: 6px 8px;
  z-index: 100;
  position: absolute;
  text-align: left;
  color: #636363;
  line-height: 1.4;
  border: 1px solid #636363;
  margin-top: 5px;
  left: 5px;
  top: 100%;
  font-size: 12px;
}
body {
  font-size: 14px;
}
body.page-print #header_container {
  margin-bottom: 25px;
}
body.page-print .logo {
  display: block;
  width: 240px;
  max-width: inherit;
  float: none;
}
body.page-print .logo::after {
  display: none;
}
body.page-print .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: inherit;
}
body.page-print .mark,
body.page-print mark {
  background-color: none;
}
body.page-print .amount {
  text-align: right;
}
body.page-print .table > tbody > tr > td,
body.page-print .table > tbody > tr > th,
body.page-print .table > tfoot > tr > td,
body.page-print .table > tfoot > tr > th,
body.page-print .table > thead > tr > td,
body.page-print .table > thead > tr > th {
  padding: 5px 0px 5px 0px;
}
body.page-print .order-details-items .item-options dd {
  margin-bottom: 5px;
}
body.page-print .order-details-items .item-options dd:last-of-type {
  margin-bottom: 0px;
}
body.page-print .table:not(.cart):not(.totals) tfoot > tr:first-child th,
body.page-print .table:not(.cart):not(.totals) tfoot > tr:first-child td {
  padding-top: 5px;
}
body.page-print .block-content .box {
  display: block;
  float: left;
  width: 50%;
}
body.page-print .block-content .box::nth-child(2) {
  clear: both;
}
.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: initial;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  background: transparent;
}
.fotorama--fullscreen .fotorama__wrap {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100% !important;
  max-width: 86vw !important;
  height: 100% !important;
  max-height: 86vh !important;
  background: #ffffff;
  transform: translateY(-50%) translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
}
.fotorama--fullscreen .fotorama__stage {
  height: 100% !important;
  width: 100% !important;
  padding-bottom: 114px !important;
  margin-bottom: -94px !important;
}
.fotorama--fullscreen .fotorama__nav-wrap {
  height: 94px !important;
  background: #ffffff;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .page-wrapper {
  filter: blur(5px) !important;
  transition: 0.3s all;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full {
  background-color: #ffffff;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
@media all and (min-width: 768px) {
  .fotorama__stage__frame .fotorama__img {
    top: 49.5%;
  }
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
  min-height: 30px;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
._block-content-loading .fotorama-item {
  position: absolute !important;
  z-index: -1;
  top: 0;
  width: 100%;
}
.gallery-placeholder:not(._block-content-loading) .gallery-placeholder__image {
  display: none;
}
