@charset "UTF-8";
@import "../../../_default/_ressources/css/font-awesome.min.css"; /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.bigImgSlide {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bigImgSlide figure {
  margin: 0;
}
.bigImgSlide img {
  object-fit: cover;
  height: 30vw;
}
.bigImgSlide__OF-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.bigImgSlide__galImgContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: 100%;
}
.bigImgSlide > .opeControls {
  top: 0 !important;
  background: linear-gradient(to bottom, #7f7f7f 0%, #4c4c4c 100%);
  width: 200px;
  font-size: 15px;
  line-height: 2em;
}
.bigImgSlide > .opeControls .opeToggler {
  width: 100%;
  float: left;
  position: absolute;
  margin: 0;
}
.bigImgSlide > .opeControls .opeToggler i {
  text-align: left;
}
.bigImgSlide > .opeControls .opeToggler .opeMenu {
  width: 100%;
  margin: 30px 0 0;
  background: #4c4c4c;
  height: 33px;
  border-radius: 0 0 3px 3px;
}
.bigImgSlide > .opeControls .opeToggler .opeMenu span {
  float: left;
  margin: -5px 8px;
}
.bigImgSlide > .opeControls:after {
  content: "Container bearbeiten";
  display: inline-block;
  float: left;
  position: relative;
  pointer-events: none;
  margin-left: 45px;
}
.bigImgSlide__container {
  position: relative;
}
.bigImgSlide__content {
  position: absolute;
  z-index: 200;
  background-color: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bigImgSlide__content__wrapper {
  position: absolute;
  width: 100%;
  bottom: 100px;
  pointer-events: none;
  max-width: 1320px;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
}
@media (max-width: 1024px) {
  .bigImgSlide__content__wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bigImgSlide__content__h1, .bigImgSlide__content__h2 {
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.015em;
  text-rendering: optimizeLegibility;
  position: relative;
  margin: 0;
  bottom: 0;
  margin-bottom: 30px;
}
.bigImgSlide__content__h1 span, .bigImgSlide__content__h2 span {
  text-transform: uppercase;
  letter-spacing: 0.035em;
}
.bigImgSlide__content__h1.fett, .bigImgSlide__content__h2.fett {
  font-weight: 700;
}
@media (max-width: 1024px) {
  .bigImgSlide__content__h1, .bigImgSlide__content__h2 {
    padding-top: 0 !important;
    margin-bottom: 0;
    font-size: 1.8em;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
  }
  .bigImgSlide__content__h1 span, .bigImgSlide__content__h2 span {
    font-size: 1em;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 768px) {
  .bigImgSlide__content__h1, .bigImgSlide__content__h2 {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .bigImgSlide__content__h1, .bigImgSlide__content__h2 {
    display: none;
  }
}
.bigImgSlide__content__h1.left, .bigImgSlide__content__h2.left {
  text-align: left;
  left: 0;
  right: auto;
}
.bigImgSlide__content__h1.right, .bigImgSlide__content__h2.right {
  text-align: right;
  right: 0;
  left: auto;
}
.bigImgSlide__content__h1.white, .bigImgSlide__content__h2.white {
  color: #fff;
}
.bigImgSlide__content__h1.blue, .bigImgSlide__content__h2.blue {
  color: #262626;
}
.bigImgSlide__content__btn {
  position: absolute;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  background: #666666;
  padding: 17px 22px;
  text-transform: uppercase;
  pointer-events: all;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .bigImgSlide__content__btn {
    margin: 20px;
    font-size: 1em;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
  }
}
@media (max-width: 414px) {
  .bigImgSlide__content__btn {
    display: none;
  }
}
.bigImgSlide__content__btn.left {
  text-align: left;
  left: 0;
  right: auto;
}
.bigImgSlide__content__btn.right {
  text-align: right;
  right: 0;
  left: auto;
}

.owl-stage-outer, .owl-stage, .owl-item, .owl-item li {
  height: 100%;
}

.opeMode .bigImgSlide {
  display: block;
  overflow: visible;
}
.opeMode .bigImgSlide__content {
  pointer-events: none;
  position: relative;
}
.opeMode .bigImgSlide__galImgContainer {
  height: auto !important;
}
.opeMode .bigImgSlide__galImgContainer__pic {
  position: relative;
}
.opeMode .bigImgSlide__galImgContainer li {
  height: 100%;
  width: 100%;
  display: block;
}
.opeMode .bigImgSlide__galImgContainer li:first-child {
  display: block;
}
.opeMode .bigImgSlide__galImgContainer li img {
  width: 100%;
  height: 100%;
}
.opeMode .bigImgSlide li {
  flex: 0 0 25%;
  min-width: 25%;
  max-width: 25%;
}

.opeMode .opeSelected .headerImage__galImgContainer li,
.opeMode .opeSelected .headerImageStill__galImgContainer li {
  width: 300px;
}

.opeSection .opeFocalPointCanvas {
  padding: 0;
}

figure.opeSection.opeSelected {
  position: absolute;
}

.opeSection.opeSelected .opeImgWrap img {
  width: 100%;
  object-fit: unset;
  height: auto;
  position: relative;
}

.opeSection.opeSelected .opeRemoveImg i {
  color: #666666;
}

.opeSelection.opeSelected .bigImgSlide__OF-cover {
  object-fit: contain;
}

.opeMode .bigImgSlide__cubewrap {
  pointer-events: all;
  width: 50%;
  left: 50%;
  position: relative;
}

.opeMode .bigImgSlide__cube, .opeMode .bigImgSlide__cube--small {
  bottom: 0;
}

.opeMode .bigImgSlide__cube__text {
  color: #fff;
}

.opeControls {
  top: 50% !important;
}

.opeSaveControls {
  bottom: 0;
}

.opeMode .bigImgSlide img {
  width: 300px;
}

.opeEmptyPagePlusButton.opeAddSlide {
  position: relative;
  flex: 0 0 25%;
  margin: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  min-height: 200px;
}
.opeEmptyPagePlusButton.opeAddSlide i {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  display: block;
  left: 0;
  font-size: 2em;
  right: 0;
}

@font-face {
  font-family: "lg";
  src: url("/template/safeline/_ressources/css/vendor/lg/fonts/lg.eot?n1z373");
  src: url("/template/safeline/_ressources/css/vendor/lg/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/template/safeline/_ressources/css/vendor/lg/fonts/lg.woff?n1z373") format("woff"), url("/template/safeline/_ressources/css/vendor/lg/fonts/lg.ttf?n1z373") format("truetype"), url("/template/safeline/_ressources/css/vendor/lg/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #fff;
  border-radius: 2px;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #CF233C;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-next, .lg-prev {
  background-color: #fff !important;
  padding: 35px 25px !important;
  border-radius: 0 !important;
  background-image: url("/template/michels/_ressources/img/Pfeil_next.svg") !important;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff !important;
}
.lg-toolbar .lg-icon {
  color: #000;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background-color: #fff !important;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #CF233C;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: #fff;
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #fff;
  bottom: 0;
  padding-left: 15px;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  width: 300px;
  margin-bottom: 5px;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  opacity: 0.5;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #CF233C;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #fff;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: rgb(169, 7, 7);
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* 
 *  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 {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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 {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 15px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #262626;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.15s 0.4s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.1s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(270deg);
  transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -3px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.2s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -3px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.15s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

@-webkit-keyframes blendOut {
  0% {
    opacity: 0;
    position: absolute;
  }
  1% {
    opacity: 0;
    position: absolute;
  }
  100% {
    opacity: 1;
    position: relative;
  }
}
@keyframes blendOut {
  0% {
    opacity: 0;
    position: absolute;
  }
  1% {
    opacity: 0;
    position: absolute;
  }
  100% {
    opacity: 1;
    position: relative;
  }
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#footer {
  background: #1A2A48;
  padding: 45px 0 0;
}
#footer a {
  color: #f9f9f9;
}
#footer a:hover {
  color: #FFED00;
}
#footer p {
  color: #f9f9f9;
}

.wide_layout {
  width: 100%;
  position: relative;
  background: #fafbfb;
}

.page_content_offset {
  padding: 60px 0;
}

[role=banner] {
  border-top-width: 3px;
  border-top-style: solid;
  width: inherit;
  border-color: #313131;
}

.h_bot_part {
  padding-top: 29px;
  padding-bottom: 27px;
}

.tr_all_hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tr_hover {
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  -moz-transition: color 0.4s ease, background-color 0.4s ease;
  -o-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}

.m_xs_bottom_30 {
  margin-bottom: 30px;
}

.f_left {
  float: left;
}

.m_all_25 {
  margin: 25px;
}

.m_top_25 {
  margin-top: 25px;
}

.m_right_20 {
  margin-right: 20px;
}

.m_left_10 {
  margin-left: 10px;
}

.m_top_35 {
  margin-top: 35px;
}

.m_bottom_35 {
  margin-bottom: 35px;
}

.m_bottom_25 {
  margin-bottom: 25px;
}

.m_bottom_15 {
  margin-bottom: 15px;
}

.m_bottom_10 {
  margin-bottom: 10px;
}

.m_bottom_5 {
  margin-bottom: 5px;
}

.p_rb_20 {
  padding-top: 0;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 0;
}

.f_size_big {
  font-size: 1.2em;
  line-height: 1.2em;
}

.tt_uppercase {
  text-transform: uppercase;
}

.d_inline_middle {
  display: inline-block;
  vertical-align: middle;
}

.d_block {
  display: block;
}

.v_align_bottom {
  vertical-align: bottom;
}

hr {
  margin-top: 40px;
  padding-bottom: 40px;
}

.photoframe:empty {
  display: none;
}

.bg_light_color_3 {
  background: #fff;
  border-radius: 4px;
}

.manufacturers {
  padding: 30px 20px 25px;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flexCol {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexRow {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flexSpaceBetween {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flexEnd {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.flexCenter {
  -webkit-justify-content: center;
  justify-content: center;
}

.flexItemCenter {
  -webkit-align-items: center;
  align-items: center;
}

.flexItemStretch {
  -webkit-align-items: stretch;
  align-items: stretch;
}

.flexWrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blur {
  -webkit-filter: blur(10px);
}

.slToggle {
  background: #ececec;
  box-shadow: none;
  border: 0;
  border-color: #292f38;
  color: #292f38;
  margin-bottom: 4px;
}
.slToggle:hover {
  color: #FFED00;
}
.slToggle.active {
  color: #fff;
  background: #FFED00;
}

.boxed {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.refs section div.referenzbox {
  margin: 0 35px 35px 0;
  display: block;
  opacity: 1;
  flex: 0 1 248px;
  -ms-flex: 0 1 248px;
}
.refs section div.referenzbox img {
  width: 100%;
}

.tp-loader.spinner0 {
  background: #292f38;
}

.scrollUp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  height: 35px;
  width: 35px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1);
  -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;
  z-index: 9000;
}
.scrollUp i {
  line-height: 33px;
  font-size: 20px;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font: 300 14px/21px "Roboto", "sans-serif";
  color: #696e6e;
  background: #232830;
  letter-spacing: 0.1px;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  background-attachment: fixed;
}

h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.71em;
  line-height: 1em;
}

h3 {
  color: #f9f9f9;
  margin-bottom: 20px;
  font-size: 1.4em;
}

.text3 h3 {
  color: #292f38;
}

h4 {
  margin-bottom: 5px;
  font-size: 1.25em;
  color: #292f38;
}
h4 a {
  color: #292f38;
  font-weight: 500;
  -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;
}
h4 a:hover {
  color: #FFED00;
  font-weight: 500;
}

h5 {
  font-size: 1.15em;
  font-weight: 500;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #292f38;
  text-decoration: none;
  outline: none !important;
}
a:hover {
  color: #FFED00;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

b {
  font-weight: 700;
}

.refs section {
  display: flex;
  flex-wrap: wrap;
}
.refs section .bigPic {
  height: 500px;
}
.refs section .bigPic.opeSelected {
  height: auto;
}
.refs section > div {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
}

.btn-safeline {
  background: #FFED00;
  color: #fff;
  vertical-align: middle;
}
.btn-safeline:hover {
  color: #FFED00;
  background: #ececec;
  -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;
}
.btn-safeline i[class^="fa "] {
  margin-left: 10px;
  padding-top: 3px;
}

.form-select {
  display: inline-block;
  background: #ececec;
  padding: 12px 12px;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  outline: none;
}

.form-input {
  display: inline-block;
  background: #ececec;
  padding: 6px;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 4px;
  border: none;
  outline: none;
  min-width: 30px;
  width: 100px;
}

.close {
  position: absolute;
  top: 10px;
  right: 0px;
  background: none;
  border: 0;
}
.close:hover {
  color: #FFED00;
  -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;
}

.opeBlur {
  filter: unset;
}

.detailPrice {
  font-weight: 300;
  font-size: 1.7em;
  color: #FFED00;
}

.stoerer {
  position: fixed;
  right: 0;
  top: 20vh;
  background: white;
  z-index: 1000;
  border-radius: 5px 0 0 5px;
  padding: 1vw;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.stoerer a {
  display: inline-block;
  width: 100%;
  height: auto;
}
.stoerer img {
  object-fit: contain;
  object-position: top left;
  width: 100%;
  height: auto;
  display: inline-block;
}
@media (max-width: 800px) {
  .stoerer {
    display: none !important;
  }
}

#menu_button {
  display: none;
}

[role=navigation] {
  position: relative;
  z-index: 192;
}

nav {
  float: left;
}
nav .horizontal_list > * {
  float: left;
}
nav .horizontal_list > *:first-child {
  margin-left: 0;
}
nav .main_menu {
  margin: 0;
  padding: 0;
}
nav .main_menu a {
  cursor: pointer;
}
nav .main_menu > li {
  z-index: 101;
  position: relative;
  cursor: pointer;
}
nav .main_menu > li > a {
  display: block;
  padding: 20px 20px;
  color: #fff;
  text-transform: uppercase;
}
nav .main_menu > li .nolink {
  display: block;
  padding: 20px 40px;
  color: #fff;
  text-transform: uppercase;
}
nav .main_menu > li:hover {
  background: #FFED00;
}
nav .main_menu > li:hover a, nav .main_menu > li:hover span {
  color: #1A2A48;
}
nav .main_menu > li.current > a {
  background: #FFED00;
}
nav .main_menu .sub_menu_wrap {
  position: absolute;
  left: 0;
  width: 780px;
  background: #fff;
  padding: 10px 10px 0 0;
  border-top-width: 3px;
  border-top-style: solid;
  margin-top: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transform: translateY(35px);
  opacity: 0;
  visibility: hidden;
  padding: 0;
  border-color: #FFED00;
  -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-radius: 4px;
}
nav .main_menu .sub_menu_wrap:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-right: 7px solid transparent;
  position: absolute;
  top: -8px;
  right: 16px;
  border-bottom-color: #FFED00;
  top: -11px;
  right: auto;
  left: 16px;
}
nav .main_menu .sub_menu_wrap .sub_menu a {
  padding: 7px 20px;
  white-space: nowrap;
  display: block;
  color: #292f38;
}
nav .main_menu .sub_menu_wrap .sub_menu a:hover {
  color: #FFED00;
  background: #1A2A48;
}
nav .main_menu .sub_menu_wrap > div {
  width: auto;
  float: left;
  margin: 20px 20px 20px 15px;
}
nav .main_menu .sub_menu_wrap > div b {
  margin: 5px 0 5px 20px;
  display: block;
}
nav .opeEditNavButton {
  margin-left: -40px !important;
}

.responsive-nav {
  display: none;
  background: 0 0;
  border: none;
  left: 20px;
  top: 20px;
  position: fixed;
  z-index: 3000;
  -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;
}
.responsive-nav .respButton {
  width: 30px;
  height: 40px;
  display: block;
  -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;
}
.responsive-nav div {
  background: rgba(41, 47, 56, 0.7);
  width: 100%;
  height: 15%;
  border-radius: 5vh;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  position: relative;
  box-shadow: inset 0.18vh 0.18vh 0.27vh 0 rgba(0, 0, 0, 0.5);
  -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;
}
.responsive-nav div:before {
  content: "";
  background: rgba(41, 47, 56, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 5vh;
  top: -178%;
  position: absolute;
  display: block;
  box-shadow: inset 0.18vh 0.18vh 0.27vh 0 rgba(0, 0, 0, 0.5);
  -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;
}
.responsive-nav div:after {
  content: "";
  background: rgba(41, 47, 56, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 5vh;
  bottom: -178%;
  position: absolute;
  display: block;
  box-shadow: inset 0.18vh 0.18vh 0.27vh 0 rgba(0, 0, 0, 0.5);
  -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;
}

.opeEmptyPagePlusButton {
  position: relative;
}

header {
  position: relative;
}
header.sticky .menu_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
}
header.sticky .navWrap .hiddenLogoContainer svg {
  opacity: 1;
  -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;
}
header.sticky .logoSection {
  display: none;
}

.logoSection {
  position: fixed;
  height: 80px;
  left: 0;
  right: 0;
  z-index: 10;
}
.logoSection .logo {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.logoSection #logo {
  width: 100%;
  max-width: 200px;
}

.menu_wrap {
  z-index: 189;
  width: inherit;
  width: auto;
  background: #1A2A48;
  margin-top: 80px;
  z-index: 20;
  position: relative;
}
.menu_wrap.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 0;
}
.menu_wrap .navWrap {
  position: relative;
  max-width: 1320px;
  width: 100%;
  padding: 0;
}
.menu_wrap .navWrap .hiddenLogoContainer {
  width: 230px;
  height: 100%;
  position: absolute;
  right: 20px;
}
.menu_wrap .navWrap .hiddenLogoContainer svg {
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  -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;
}
.menu_wrap.sticky .navWrap .hiddenLogoContainer svg {
  opacity: 1;
  -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;
}

.content {
  padding: 20px;
  position: relative;
  z-index: 15;
  min-height: 400px;
}
.content a {
  text-decoration: underline;
}
.content li:before {
  content: "• ";
  color: #1A2A48;
  font-size: 35px;
  position: relative;
  top: 7px;
}

.products_container {
  padding-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}

.product_item {
  position: relative;
  margin: 15px;
  flex: 0 1 262px;
  -ms-flex: 0 1 262px;
  animation-direction: reverse;
  display: none;
  opacity: 0;
}
.product_item img {
  display: block;
  margin: auto;
  object-fit: contain;
  height: 300px;
  width: 300px;
}
.product_item.filtered {
  opacity: 1;
  display: flex;
}
.product_item .photoframe {
  flex: 1;
  -ms-flex: 1;
}
.product_item figure figcaption a {
  color: #292f38;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.product_item figure > a {
  display: block;
  margin-bottom: 15px;
  position: relative;
  color: #292f38;
}
.product_item figure a > span {
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 8px 12px 9px;
  background: rgba(41, 47, 56, 0.5);
  opacity: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  -moz-transform: translate(-50%, -50%) scale(0.1);
  -o-transform: translate(-50%, -50%) scale(0.1);
  -ms-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
}
.product_item figure a > span:hover {
  color: #1A2A48;
  background: #FFED00;
  opacity: 1 !important;
}
.product_item figure.wrapper {
  overflow: hidden;
}
.product_item figure:hover {
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.12);
}
.product_item figure:hover > a > span {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0.7;
}
.product_item figure img {
  -webkit-backface-visibility: hidden;
}
.product_item figure span {
  position: absolute;
  right: auto;
  left: -14px;
  top: -14px;
  z-index: 999;
}
.product_item figure figcaption {
  padding: 3px 10px 0 0;
  text-align: center;
}
.product_item figure figcaption h5 {
  font-size: 1.15em;
  margin-bottom: 10px;
}
.product_item figure figcaption p {
  font-size: 1.15em;
  color: #1A2A48;
}
.product_item figure figcaption > div {
  margin-bottom: 5px;
}

.horizontal_list > * {
  float: left;
  display: inline-block;
}
.horizontal_list > *:first-child {
  margin-left: 0;
}
.horizontal_list.l_width_divider > li:before {
  content: "";
  display: inline-block;
  height: 10px;
  border-left: 1px solid #292f38;
  margin: 0 15px 0 0;
}
.horizontal_list.l_width_divider > li:first-child:before {
  display: none;
}
.horizontal_list.l_width_divider > li:first-child {
  margin-right: 15px;
}

.photoframe {
  float: left;
  border: 10px solid #fff;
  z-index: 1;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.photoframe img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
}
.photoframe.wrapper {
  overflow: hidden;
}
.photoframe.pp_wrap > [class*=button_type_] {
  position: absolute;
  top: auto;
  bottom: -9px;
}
.photoframe:hover > img {
  transform: scale(1.08);
}

.bigImgSlide {
  margin: -20px -20px 40px -20px;
  width: calc(100% + 40px);
}
.bigImgSlide .bigImgSlide__galImgContainer > img {
  display: none;
}

.newsbox {
  border: 0;
  z-index: 1;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.newsbox img {
  width: 100px;
  height: auto;
}

.rating_min_article {
  padding: 2px 0 4px;
}

.vertical_list {
  margin-top: -8px;
}
.vertical_list li:first-child a {
  border: none;
}
.vertical_list li a {
  display: block;
  padding: 8px 0;
  border-top: 1px solid #404852;
  position: relative;
}
.vertical_list li a i[class^="fa "] {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.vertical_list li {
  position: relative;
  padding-left: 12px;
}
.vertical_list li i[class^="fa "] {
  margin-left: -10px;
  margin-top: 2px;
  color: #FFED00;
}

.footer_top_part {
  padding-bottom: 5px;
}

.footer_bottom_part {
  background: #242424;
  padding: 24px 0 22px;
  color: #696e6e;
}

.carousel_wrap {
  text-align: center;
}

.carousel li {
  border: 1px solid #292f38;
  padding: 0;
  -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;
}
.carousel li:hover {
  border-color: #FFED00;
}

.slFilter {
  padding: 40px 0 20px;
}

/*.content ul {
	li {padding-left: 10px;}
	li:before {content: ""; color: #e74c3c; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent transparent transparent #e74c3c; position: absolute; margin: 5px 0 0 -10px; }
}
*/
.detailBox {
  width: 98%;
  height: 90vh;
  max-width: 800px;
  position: fixed;
  z-index: 15000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.detailBox .innerwrap {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
}
.detailBox button.close:hover svg #close {
  fill: #FFED00;
}
.detailBox .detailWrap {
  display: flex;
  position: absolute;
  left: 25px;
  right: 25px;
  top: 25px;
  bottom: 25px;
  justify-content: space-between;
}
.detailBox .detailWrap > div {
  flex: 1 1 50%;
}
.detailBox .detailWrap .imgCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.detailBox .detailWrap .imgCol .preview {
  text-align: center;
  position: relative;
}
.detailBox .detailWrap .imgCol .preview img {
  height: 300px;
  width: 300px;
  object-fit: contain;
}
.detailBox .detailWrap .imgCol .preview .arrows {
  position: absolute;
  height: 40px;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.detailBox .detailWrap .imgCol .preview .arrows .arrowLeft {
  position: absolute;
  height: 100%;
  width: 40px;
  left: 0;
}
.detailBox .detailWrap .imgCol .preview .arrows .arrowLeft:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #dcdcdc;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 4px;
}
.detailBox .detailWrap .imgCol .preview .arrows .arrowLeft img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
.detailBox .detailWrap .imgCol .preview .arrows .arrowRight {
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0;
}
.detailBox .detailWrap .imgCol .preview .arrows .arrowRight:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #dcdcdc;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 4px;
}
.detailBox .detailWrap .imgCol .preview .arrows .arrowRight img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}
.detailBox .detailWrap .imgCol .carousel li {
  margin: 0 10px 10px 0;
  border: 10px solid #fefefe;
  z-index: 1;
  background: #fff;
  position: relative;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
  float: left;
}
.detailBox .detailWrap .imgCol .carousel li.active {
  opacity: 0.5;
}
.detailBox .detailWrap .imgCol .carousel li a {
  -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;
}
.detailBox .detailWrap .imgCol .carousel li a:after {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.detailBox .detailWrap .imgCol .carousel li a:hover img {
  transform: scale(1.1);
  -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;
}
.detailBox .detailWrap .imgCol .carousel li a img {
  height: 75px;
  width: 75px;
  object-fit: contain;
}
.detailBox .detailWrap .textCol {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}
.detailBox .detailWrap .textCol .moreGrad {
  flex: 0 0 50px;
  opacity: 0.5;
  width: 100%;
  margin-top: -50px;
  pointer-events: none;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
}
.detailBox .detailWrap .textCol ._2col {
  display: flex;
  justify-content: space-between;
}
.detailBox .detailWrap .textCol ._2col > div {
  flex: 1 1;
}
.detailBox .detailWrap .textCol ._2col .bigCol {
  flex: 3 1;
}
.detailBox .detailWrap .textCol .productPrice {
  text-align: right;
}
.detailBox .detailWrap .textCol .hr {
  flex: 0 1;
}
.detailBox .detailWrap .textCol .productInfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.detailBox .detailWrap .textCol .productInfo > div {
  flex: 1 1;
}
.detailBox .detailWrap .textCol .productInfo .link {
  flex: 0 0 100%;
}
.detailBox .detailWrap .textCol .productInfo .link a {
  float: right;
  background-color: #ececec;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.detailBox .detailWrap .textCol .productInfo .link a:hover {
  background: #FFED00;
  color: #fff;
}
.detailBox .detailWrap .textCol .productInfo .price {
  flex: 2 1;
  text-align: right;
  position: relative;
}
.detailBox .detailWrap .textCol .productInfo .price h5 {
  color: #FFED00;
  position: relative;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  padding-left: 10px;
}
.detailBox .detailWrap .textCol .productInfo .price .mini {
  font-size: 0.6em;
}
.detailBox .detailWrap hr {
  margin-top: 20px;
  padding-bottom: 20px;
}
.detailBox .detailWrap h2 {
  margin: 0;
}
.detailBox .detailLi {
  overflow-y: auto;
  position: relative;
  flex: 1 1;
}
.detailBox .detailLi li {
  padding-left: 10px;
}
.detailBox .detailLi li:before {
  content: "";
  color: #FFED00;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #FFED00;
  position: absolute;
  margin: 5px 0 0 -10px;
}

.content .detailBox {
  position: relative;
}

.required {
  background: #faa;
}

.opeSelected .opeCheckbox {
  -webkit-appearance: checkbox;
}
.opeSelected .opeCatSelect {
  width: 100%;
}
.opeSelected .opeCatSelect .opeFilter {
  -webkit-columns: 2;
  border: solid 1px;
}
.opeSelected .opeCatSelect .opeFilter .form-control {
  margin: 0;
  padding-left: 10px;
}

.bigPic {
  margin-bottom: 80px;
  height: 500px;
}
.bigPic .ope-preview {
  background-image: url("/template/safeline/_ressources/img/placeholder.jpg");
  background-size: cover;
  height: 300px;
}
.bigPic .sliderCaptions h2 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  color: white;
  letter-spacing: 1.12px;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0;
}
.bigPic .sliderCaptions h3 {
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 22px;
  margin: 10px 0;
}
.bigPic .sliderCaptions.invert h2, .bigPic .sliderCaptions.invert h3 {
  color: #f00;
}
.bigPic .karos {
  position: relative;
  width: 100%;
  text-align: center;
  height: auto;
}
.bigPic .karos img {
  width: auto;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
.bigPic.opeSelected .rev_slider_wrapper img {
  width: 100%;
}
.bigPic.opeSelected .opeSubobjEl:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0px;
}
.bigPic.opeSelected .form-control {
  padding: 10px;
}
.bigPic.opeSelected .opeBox {
  float: left;
  width: 30%;
  margin: 0 5% 0 0;
}
.bigPic.opeSelected .opeBox label {
  width: 40%;
}
.bigPic.opeSelected .opeBox .opeInput, .bigPic.opeSelected .opeBox .opeCheckbox {
  float: right;
  width: 55%;
}
.bigPic.opeSelected li {
  width: 45%;
  position: relative;
  display: block;
  float: left;
}
.bigPic.opeSelected .opeImgWrap {
  width: 45%;
  float: left;
  margin: 0 5% 0 0;
}
.bigPic.opeSelected .sliderCaptions {
  float: left;
  width: 45%;
  position: relative;
}
.bigPic .tp-revslider-mainul li:before {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .main_menu > li:hover > .sub_menu_wrap {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    -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;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    position: fixed;
    z-index: 900;
    background: #fff;
    height: 50px;
    top: 0;
  }
  header.sticky .menu_wrap {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 80px;
  }
  header.sticky .navWrap .hiddenLogoContainer svg {
    opacity: 1;
    -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;
  }
  .content {
    margin-top: 50px;
  }
  .logoSection {
    margin: auto;
    height: 50px;
  }
  .logoSection .logo svg {
    height: 30px;
    width: 125px;
  }
  .logoSection #logo {
    display: block;
    height: 30px;
    max-height: 50px;
  }
  .menu_wrap .navWrap {
    position: relative;
  }
  .menu_wrap .navWrap .hiddenLogoContainer {
    display: none;
    opacity: 0;
  }
  .photoframe {
    float: none;
  }
  .refs section .bigPic {
    margin-top: 50px;
    height: auto;
  }
  .responsive-nav {
    top: 5px;
  }
  .responsive-nav {
    display: block;
  }
  nav .main_menu .sub_menu_wrap {
    width: 100%;
  }
  nav {
    display: block;
    position: fixed !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #292f38;
    padding: 0;
    z-index: 2000 !important;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  .openNav .responsive-nav .respButton div {
    background-color: transparent;
    box-shadow: none;
    -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;
  }
  .openNav .responsive-nav .respButton div:after {
    transform-origin: 0% 0%;
    height: 3px;
    background: #fff;
    box-shadow: none;
    width: 100%;
    -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;
    transform: rotate3d(0, 0, -1, 45deg);
  }
  .openNav .responsive-nav .respButton div:before {
    transform-origin: 0% 0%;
    height: 3px;
    background: #fff;
    box-shadow: none;
    width: 100%;
    -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;
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .openNav nav {
    transform: translate3d(0, 0, 0);
    -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;
    opacity: 1;
  }
  .openNav nav .main_menu {
    margin-top: 5vh;
    transform: translate3d(0, 0, 0);
    -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;
    height: 100%;
  }
  .openNav nav .main_menu.moveLeft {
    display: block;
    transform: translate3d(-100%, 0, 0);
    -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;
  }
  .openNav nav .main_menu li {
    display: block;
    position: relative;
    float: none;
    text-align: center;
    background: none;
    margin: 0 40px;
    border-bottom: 1px solid rgb(82, 82, 82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .openNav nav .main_menu li.current > a {
    background: none;
  }
  .openNav nav .main_menu .sub_menu_wrap {
    display: none;
    margin-top: 5vh;
    position: fixed;
    left: 0;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    transform: translate3d(100%, 0, 0);
    opacity: 1;
    visibility: visible;
    top: 0;
    bottom: 0;
    -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;
    overflow-y: auto;
  }
  .openNav nav .main_menu .sub_menu_wrap:after {
    content: "X";
    position: fixed;
  }
  .openNav nav .main_menu .sub_menu_wrap.moveLeft {
    display: block;
  }
  .openNav nav .main_menu .sub_menu_wrap a {
    display: block;
    padding: 20px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .openNav nav .main_menu .sub_menu_wrap b {
    display: block;
    margin: 0;
    padding: 20px 40px;
    color: #FFED00;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 0 40px;
  }
  .openNav nav .main_menu .sub_menu_wrap:before {
    display: none;
  }
  .openNav nav .main_menu .sub_menu_wrap .sub_menu li:last-child {
    margin-bottom: 50px;
  }
  .openNav nav .main_menu .sub_menu_wrap .sub_menu a:hover {
    color: #fff;
    background: none;
  }
  .openNav nav .main_menu .sub_menu_wrap div {
    float: none;
  }
}
@media only screen and (max-width: 583px) {
  .product_item {
    margin: 15px;
    flex: 1 1 100%;
    animation-direction: reverse;
  }
  .product_item img {
    display: block;
    margin: auto;
  }
  .detailBox {
    display: block;
  }
  .detailBox .innerwrap {
    overflow: scroll;
  }
  .detailBox .detailWrap {
    flex-direction: column;
    position: relative;
    left: 0;
    right: 0;
    padding: 25px;
  }
  .detailBox .detailWrap .imgCol .preview .bigImg {
    height: 40vh;
  }
  .detailBox .detailWrap .imgCol .carousel {
    display: none;
    justify-content: space-between;
  }
  .detailBox .detailWrap .imgCol .carousel li {
    margin: 0;
    flex: 0 0 100%;
    height: 100%;
    border: 0px solid #fefefe;
    z-index: 1;
    background: #fff;
    position: relative;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    overflow: hidden;
  }
  .detailBox .detailWrap .imgCol .carousel li a {
    -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;
  }
  .detailBox .detailWrap .imgCol .carousel li a:after {
    content: "";
    background: rgba(0, 0, 0, 0.05);
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .detailBox .detailWrap .imgCol .carousel li a:hover img {
    transform: scale(1.1);
    -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;
  }
  .detailBox .detailWrap .textCol .productInfo .price {
    flex: 0 0 100%;
  }
  .detailBox .detailWrap .textCol .productInfo .price h5 {
    position: relative;
  }
  .detailBox .detailWrap .detailLi {
    overflow: visible !important;
  }
}
@media only screen and (min-width: 584px) and (max-width: 1024px) {
  .product_item {
    margin: 15px;
    flex: 1 1 44%;
    animation-direction: reverse;
  }
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/template/safeline/_ressources/fonts/roboto-v29-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300.eot?#iefix") format("embedded-opentype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300.woff2") format("woff2"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300.woff") format("woff"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300.ttf") format("truetype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("/template/safeline/_ressources/fonts/roboto-v29-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300italic.woff2") format("woff2"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300italic.woff") format("woff"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300italic.ttf") format("truetype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-300italic.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/template/safeline/_ressources/fonts/roboto-v29-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/template/safeline/_ressources/fonts/roboto-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-regular.woff2") format("woff2"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-regular.woff") format("woff"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-regular.ttf") format("truetype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/template/safeline/_ressources/fonts/roboto-v29-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("/template/safeline/_ressources/fonts/roboto-v29-latin-500.eot?#iefix") format("embedded-opentype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-500.woff2") format("woff2"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-500.woff") format("woff"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-500.ttf") format("truetype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/template/safeline/_ressources/fonts/roboto-v29-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/template/safeline/_ressources/fonts/roboto-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-700.woff2") format("woff2"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-700.woff") format("woff"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-700.ttf") format("truetype"), url("/template/safeline/_ressources/fonts/roboto-v29-latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
.shoppingButton {
  transform-style: preserve-3d;
  transform: perspective(600);
  perspective: 600px;
  margin-left: 5px;
  position: relative;
  float: left;
}
.shoppingButton__a {
  position: relative;
  padding: 9px 8px 8px;
  color: #fff;
  background: safelineBlue;
  transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
  display: block;
}
.shoppingButton__a > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-right: 15px;
}
.shoppingButton__a > span i {
  font-size: 24px;
  margin-top: -2px;
}
.shoppingButton__a > span .shoppingButton--counter {
  right: -12px;
  top: -5px;
  background: #FFED00;
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #1A2A48;
  border-radius: 50%;
  font-size: 0.8em;
  text-align: center;
}
.shoppingButton__wrap {
  padding: 9px 0 8px 16px;
}
.shoppingButton__cart {
  transition: all 0.4s ease;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  border-top-width: 3px;
  border-top-style: solid;
  right: 0;
  min-width: 430px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  transform-origin: 70% 0 0;
  transform: scale(0.2) translate(200px, -200px);
  opacity: 0;
  visibility: hidden;
  border-color: #FFED00;
}
.shoppingButton__cart:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-bottom-color: #FFED00;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-right: 7px solid transparent;
  position: absolute;
  top: -11px;
  right: 16px;
}
.shoppingButton__cart__header {
  font-size: 0.9em;
  padding: 12px 15px 9px;
}
.shoppingButton__cart__list li {
  z-index: 190;
  padding: 15px;
  line-height: 1.2em;
  border-top: 1px solid #ecf0f1;
  position: relative;
}
.shoppingButton__cart__list li .imgWrap {
  width: 60px;
  height: 60px;
  float: left;
  margin-right: 10px;
  vertical-align: top;
  max-width: 100%;
  position: relative;
}
.shoppingButton__cart__list li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.shoppingButton__cart__list li button.orbitShopShoppingcartRemove {
  border: none;
  outline: none;
  position: absolute;
  padding: 3px 5px;
  margin: 0;
  background: transparent;
  right: 11px;
  top: 13px;
  border-radius: 50%;
  line-height: 1em;
  color: #292f38;
}
.shoppingButton__cart__list li button.orbitShopShoppingcartRemove:hover {
  background: #FFED00;
  color: #fff;
}
.shoppingButton__cart__description {
  width: 205px;
  float: left;
}
.shoppingButton__cart__total {
  padding: 12px 20px;
  line-height: 1.2em;
  background: #ecf0f1;
  color: #292f38;
  text-align: right;
}
.shoppingButton__cart__total li {
  margin-bottom: 10px;
  z-index: 190;
}
.shoppingButton__cart__total li span, .shoppingButton__cart__total li b {
  min-width: 70px;
  margin-left: 15px;
  font-size: 1.15em;
  display: inline-block;
}
.shoppingButton__cart__footer {
  padding: 14px 15px 20px;
  text-align: center;
}
.shoppingButton__cart__viewCartButton, .shoppingButton__cart__checkoutButton {
  position: relative;
  box-shadow: 0 2px 0 #bdc3c7;
  padding: 8px 15px;
  min-width: 123px;
  background: #e2e6e7;
  color: #292f38;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.shoppingButton:hover .shoppingButton--counter {
  background: #1A2A48;
}
.shoppingButton:hover .shoppingButton__cart {
  transform: scale(1) translate(0px, 0px);
  opacity: 1;
  visibility: visible;
}

.accountButton {
  transform-style: preserve-3d;
  transform: perspective(600);
  perspective: 600px;
  margin-left: 5px;
  position: relative;
  float: left;
}
.accountButton__a {
  position: relative;
  padding: 9px 8px 8px;
  color: #fff;
  background: safelineBlue;
  transition: color 1s ease, background-color 1s ease, box-shadow 1s ease;
  display: block;
}
.accountButton__a > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-right: 15px;
}
.accountButton__a > span i {
  font-size: 24px;
  margin-top: -2px;
}
.accountButton__wrap {
  padding: 9px 0 8px 16px;
}

.addToCartAnimation {
  transform: scale(30) translate3d(0, -300px, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #1A2A48;
}

.intoCartButton, .getOfferButton {
  padding: 5px;
  background: #FFED00;
  border: none;
  color: #1A2A48;
}
.intoCartButton i, .getOfferButton i {
  margin: 0px 6px 4px 3px;
}
.intoCartButton:active, .getOfferButton:active {
  transform: scale(1.1);
}

.checkout {
  width: 100%;
  margin-top: 40px;
  display: flex;
  line-height: 1.5em;
}
@media (max-width: 414px) {
  .checkout {
    flex-wrap: wrap;
  }
}
.checkout > div {
  padding: 20px;
  flex: 1 1 60%;
}
@media (max-width: 414px) {
  .checkout > div {
    padding: 0;
  }
}
.checkout__login {
  margin: 0 20px 0 0;
  flex: 1 1 40% !important;
}
.checkout__login__buttons {
  display: flex;
  margin: 30px -20px 0;
  justify-content: space-between;
}
.checkout__login__buttons a, .checkout__login__buttons button {
  margin: 0 20px;
}
@media (max-width: 414px) {
  .checkout__login, .checkout__register {
    flex: 1 1 100% !important;
  }
}
.checkout__header {
  background: #1A2A48 none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  color: #f9f9f9;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 15px 20px;
  text-transform: none;
}
.checkout__button, .product__edit {
  margin: 20px 0;
  text-decoration: none !important;
  float: right;
  position: relative;
  box-shadow: 0 2px 0 #bdc3c7;
  padding: 8px 15px;
  min-width: 123px;
  background: #1A2A48;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
}
.checkout__button:hover, .product__edit:hover {
  background: #FFED00;
  color: #1A2A48;
}
.checkout__button.login__forgetPW, .login__forgetPW.product__edit {
  float: left;
}
@media (max-width: 414px) {
  .checkout__button, .product__edit {
    width: 100%;
    float: none;
  }
}
.checkout__form {
  position: relative;
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 414px) {
  .checkout__form {
    padding: 20px;
  }
}
.checkout__cityPLZWrap {
  display: flex;
  flex-wrap: wrap;
}
.checkout__cityPLZWrap input {
  flex: 1 1 60%;
}
.checkout__cityPLZWrap input:first-child {
  flex: 1 1 30%;
  margin-right: 10px;
}
@media (max-width: 414px) {
  .checkout__cityPLZWrap input:first-child {
    flex: 1 1 100%;
  }
}
@media (max-width: 414px) {
  .checkout__cityPLZWrap input {
    flex: 1 1 100%;
  }
}
.checkout__Error {
  display: none;
  clear: both;
  background: #FFED00;
  padding: 10px;
  color: #fff;
}
.checkout__hide {
  display: none;
}
.checkout__registerButton {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
@media (max-width: 414px) {
  .checkout__registerButton {
    position: relative;
    right: auto;
  }
}
.checkout--error {
  background: red;
}
.checkout h2 {
  font-size: 22px;
  line-height: 1.5em;
}
.checkout label {
  display: block;
}
.checkout input[type=text], .checkout input[type=password] {
  padding: 5px;
  width: 200px;
  display: block;
}
@media (max-width: 414px) {
  .checkout input[type=text], .checkout input[type=password] {
    width: auto;
    border: solid 1px #bdc3c7;
    margin-bottom: 5px;
  }
}
.checkout input[type=radio] {
  margin-right: 10px;
  vertical-align: middle;
}
.checkout fieldset {
  border: none;
}
.checkout label {
  font-weight: bold;
}
.checkout--green {
  background-color: green;
}

.account {
  width: 100%;
  padding-top: 40px;
}
.account__h3 {
  color: #1A2A48;
}
.account__header h3 {
  background: #1A2A48 none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  color: #f9f9f9;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 15px 20px;
  text-transform: capitalize;
}
.account__wrap {
  background: #fff none repeat scroll 0 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.account__buttonwrap {
  display: flex;
  margin: 0 -20px;
  justify-content: space-between;
}
@media (max-width: 414px) {
  .account__buttonwrap {
    flex-wrap: wrap;
  }
}
.account__btn {
  background: #FFED00;
  color: #1A2A48;
  text-decoration: none !important;
  border: none;
  align-items: center;
  display: blex;
  padding: 40px;
  margin: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.account__btn:hover {
  background: #1A2A48;
}
.account__btn:hover img, .account__btn:hover h3 {
  filter: saturate(0) brightness(300);
}
@media (max-width: 414px) {
  .account__btn {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
.account__item {
  flex: 1;
  margin-bottom: 20px;
}
.account__item a {
  display: block;
}
.account__item + .account__item {
  margin-left: 20px;
}
.account__content {
  flex: 0 0 100%;
}
.account__form {
  width: 70%;
  position: relative;
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 414px) {
  .account__form {
    padding: 20px;
  }
}
.account h2 {
  font-size: 22px;
  line-height: 1.5em;
}
.account label {
  display: block;
}
.account input[type=text], .account input[type=password] {
  padding: 5px;
  width: 200px;
  display: block;
}
@media (max-width: 414px) {
  .account input[type=text], .account input[type=password] {
    width: auto;
    border: solid 1px #bdc3c7;
    margin-bottom: 5px;
  }
}
.account input[type=radio] {
  margin-right: 10px;
  vertical-align: middle;
}
.account fieldset {
  border: none;
}
.account label {
  font-weight: bold;
}
.account__cityPLZWrap {
  display: flex;
  flex-wrap: wrap;
}
.account__cityPLZWrap input {
  flex: 1 1 60%;
}
.account__cityPLZWrap input:first-child {
  flex: 1 1 30%;
  margin-right: 10px;
}
@media (max-width: 414px) {
  .account__cityPLZWrap input:first-child {
    flex: 1 1 100%;
  }
}
@media (max-width: 414px) {
  .account__cityPLZWrap input {
    flex: 1 1 100%;
  }
}
.account__Error {
  display: none;
  clear: both;
  background: #FFED00;
  padding: 10px;
  color: #fff;
}
.account__hide {
  display: none;
}

.cart {
  width: 100%;
  padding-top: 40px;
}
.cart__h3 {
  color: #1A2A48;
}
.cart__header h3 {
  background: #1A2A48 none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  color: #f9f9f9;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 15px 20px;
  text-transform: capitalize;
}
.cart__wrap {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.cart__product {
  overflow: hidden;
  border: 1px none !important;
  margin: 15px 0;
}
.cart__product__grid {
  margin: 5px 0 0 -25px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart__product__grid:before {
  content: "";
  display: block;
  overflow: hidden;
}
.cart__product__container {
  width: 20%;
}
.cart__product__container > * {
  padding-left: 25px;
  flex: none;
  margin: 0;
  float: left;
}
.cart__product__container > * > :last-child {
  margin-bottom: 0;
}
.cart__product__imgContainer {
  text-align: center !important;
  margin-right: 15px !important;
}
.cart__product__imgContainer a {
  display: block;
  width: 100px;
  height: 100px;
  background: red;
  position: relative;
}
.cart__product__imgContainer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cart .infoContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cart .infoContainer__img {
  display: block;
  padding-top: 100%;
  position: relative;
}
.cart .infoContainer > div {
  padding-right: 2%;
}
.cart .infoContainer > div img {
  object-fit: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cart .infoContainer__firstCol {
  flex: 2 1 auto;
  font-size: 115% !important;
  font-weight: bold !important;
  min-width: 100px;
}
.cart .infoContainer__firstCol a {
  text-decoration: none;
}
@media (max-width: 414px) {
  .cart .infoContainer__firstCol {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
.cart .infoContainer__secCol {
  flex: 3 1 auto;
  font-weight: bold;
}
@media (max-width: 414px) {
  .cart .infoContainer__secCol {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
.cart .infoContainer__thrdCol {
  flex: 1 1 auto;
}
@media (max-width: 414px) {
  .cart .infoContainer__thrdCol {
    flex: 1 1 auto;
    order: 3;
    text-align: right;
  }
}
.cart .infoContainer__fourthCol {
  flex: 1 1 auto;
  min-width: 100px;
}
@media (max-width: 414px) {
  .cart .infoContainer__fourthCol {
    flex: 1 1 auto;
    order: 2;
  }
}
.cart .infoContainer__fifthCol {
  flex: 1 1 auto;
  text-align: right;
  font-weight: bold;
  padding-right: 0;
  min-width: 120px;
}
@media (max-width: 414px) {
  .cart .infoContainer__fifthCol {
    flex: 1 1 100%;
    order: 4;
  }
}
.cart .orbit_addAmount, .cart .orbit_subAmount {
  float: left;
  background: #666666;
  height: 25px;
  color: #fff;
  border-radius: 3px;
  width: 20px;
  margin: 0;
}
.cart .orbit_addAmount {
  border-radius: 3px 0 0 3px;
}
.cart .orbit_subAmount {
  border-radius: 0 3px 3px 0;
}
.cart .orbit_amount {
  border: solid 1px #666666;
  margin: 0;
  float: left;
  height: 25px;
  text-align: center;
}
.cart__button {
  margin-bottom: 20px;
}
.cart__button a {
  text-decoration: none;
  float: right;
  position: relative;
  box-shadow: 0 2px 0 #bdc3c7;
  padding: 8px 15px;
  min-width: 123px;
  background: #1A2A48;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
}
.cart__button a:hover {
  background: #FFED00;
  color: #1A2A48;
}

.shoptotal {
  font-size: 16px;
  line-height: 1.5em;
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.shoptotal__line {
  display: flex;
  text-align: right;
  flex-wrap: wrap;
}
.shoptotal__col1 {
  flex: 0 0 70%;
}
.shoptotal__col2 {
  flex: 0 0 30%;
}
.shoptotal__sum {
  font-weight: bold;
  padding-top: 10px;
}

.productAdded {
  justify-content: space-between;
  position: fixed;
  display: flex;
  flex-direction: column;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 220px;
  width: 500px;
  z-index: 15000;
  padding: 40px 25px 25px 25px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.2), 0 15px 12px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .productAdded {
    max-width: 500px;
    width: 90%;
    height: 300px;
  }
}
.productAdded button.close {
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  line-height: 0;
}
.productAdded__content, .productAdded__buttons {
  display: flex;
  justify-content: space-between;
}
.productAdded img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.productAdded__info h2 {
  font-size: 16px;
  text-transform: none;
  margin: 0;
}
.productAdded__info h3 {
  font-size: 13px;
  text-transform: none;
  color: #292f38;
}
@media (max-width: 768px) {
  .productAdded__buttons {
    flex-wrap: wrap;
  }
  .productAdded__buttons span {
    flex: 0 0 0;
  }
}
.productAdded__buttons > * {
  flex: 1 1 20%;
}
@media (max-width: 768px) {
  .productAdded__buttons > * {
    margin-bottom: 20px;
  }
}
.productAdded__buttons .button {
  padding: 5px 10px;
  background: #1A2A48;
  border: none;
  color: #fff;
  white-space: nowrap;
}
.productAdded__buttons .button:hover {
  color: #1A2A48;
  background: #FFED00;
  border: none;
}
.productAdded__buttons .productAdded__checkout {
  margin-left: 10px;
}
.productAdded .productAdded__shopButton {
  background: transparent;
  color: #292f38;
  border: solid 1px #a4aebc;
}
@media (max-width: 768px) {
  .productAdded .productAdded__shopButton {
    flex: 1 1 100%;
  }
}

.payment__info {
  margin-bottom: 20px;
  display: block;
}
.payment__h2 {
  margin-top: 40px;
}
.payment__h3 {
  color: #1A2A48;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.payment__wrapper {
  display: flex;
  margin: 0 -20px;
  justify-content: space-between;
}
@media (max-width: 414px) {
  .payment__wrapper {
    flex-wrap: wrap;
  }
}
.payment__method {
  text-decoration: none !important;
  border: none;
  align-items: center;
  display: blex;
  background: #fff;
  padding: 40px;
  margin: 0 20px;
  flex: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.payment__method:hover {
  background: #FFED00;
  color: #1A2A48;
}
.payment__method:hover img, .payment__method:hover h3 {
  filter: saturate(0) brightness(0);
}
@media (max-width: 414px) {
  .payment__method {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
}
.payment--active {
  background: #FFED00;
}
.payment--active img, .payment--active h3 {
  filter: saturate(0) brightness(0);
}
.payment img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 414px) {
  .confirm__qr {
    width: 100%;
  }
}

.product__edit {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  margin-top: 10px;
}

.referenzContainer .opeEmptyPagePlusButton {
  margin: 0;
  height: auto;
  width: auto;
  padding: 0;
}
.referenzContainer .opeControls .opeMenu {
  width: 220px;
}

.refbox__bg {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.refbox__img {
  width: 100%;
  display: block;
  padding-bottom: 50%;
  position: relative;
}
.refbox__img img {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: contain;
}
.refbox__link {
  text-align: center;
  margin-top: 10px;
}

.offer {
  width: 100%;
  margin-top: 40px;
  display: flex;
  line-height: 1.5em;
}
.offer > div {
  padding: 20px;
  flex: 1 1 60%;
}
.offer__login {
  margin: 0 20px 0 0;
  flex: 1 1 40% !important;
}
.offer__login__buttons {
  display: flex;
  margin: 30px -20px 0;
  justify-content: space-between;
}
.offer__login__buttons a {
  margin: 0 20px;
}
.offer__header {
  background: #1A2A48 none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  color: #f9f9f9;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
  padding: 15px 20px;
  text-transform: none;
}
.offer__button {
  margin: 20px 0;
  text-decoration: none !important;
  float: right;
  position: relative;
  box-shadow: 0 2px 0 #bdc3c7;
  padding: 8px 15px;
  min-width: 123px;
  background: #1A2A48;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 20px;
}
.offer__button:hover {
  background: #FFED00;
  color: #fff;
}
.offer__button.login__forgetPW {
  float: left;
}
.offer__cols {
  display: flex;
  margin-bottom: 10px;
}
.offer__cols > div {
  flex: 1 1 50%;
}
@media (max-width: 1024px) {
  .offer__cols {
    flex-direction: column;
  }
}
.offer__form, .offer__product, .offer__notice, .offer__success {
  position: relative;
  background: #fff none repeat scroll 0 0;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 30px;
}
.offer__product img {
  width: 100%;
}
.offer__productTitle {
  color: #262626;
}
.offer__Error {
  display: none;
  clear: both;
}
.offer__hide {
  display: none;
}
.offer__sendButton {
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.offer--error {
  background: red;
}
.offer h2 {
  font-size: 22px;
  line-height: 1.5em;
}
.offer label {
  display: block;
}
.offer input[type=text], .offer input[type=password], .offer textarea {
  padding: 5px;
  width: 300px;
  display: block;
}
@media (max-width: 1024px) {
  .offer input[type=text], .offer input[type=password], .offer textarea {
    width: 200px;
  }
}
.offer input[type=radio] {
  margin-right: 10px;
  vertical-align: middle;
}
.offer input[name=PLZ] {
  float: left;
  width: 90px;
  margin-right: 10px;
}
.offer input[name=Ort] {
  float: left;
  width: 200px;
}
.offer fieldset {
  border: none;
}
.offer label {
  font-weight: bold;
}
.offer--green {
  background-color: green;
}

.offerForm {
  bottom: 0;
  position: absolute;
}
@media (max-width: 1024px) {
  .offerForm {
    bottom: 25px;
  }
}

.galerie {
  margin-bottom: 40px;
}
.galerie__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.galerie__img {
  flex: 0 0 19%;
  position: relative;
  background: transparent;
  -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;
  transform: scale(1);
  transition: all 0.5s ease-out;
  margin: 0 1% 1% 0;
}
@media (max-width: 768px) {
  .galerie__img {
    flex: 0 0 33.33%;
  }
}
.galerie__img:hover {
  z-index: 3999;
  transform: scale(1.1);
}
.galerie__img:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.galerie__img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.galerie__spacer {
  background-color: #666666;
  background-image: url("/template/stunikenhaus/_ressources/img/logo.svg");
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: center center;
}
.galerie__spacer:hover {
  transform: scale(1);
}
.galerie__OF-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  background-size: cover;
  font-family: "object-fit: cover; object-position: bottom;";
}

.lg-outer {
  z-index: 100000;
}

.account__order {
  margin: 0 0 10px 0;
  background: #fafbfb;
}
.account__order__title {
  background: #1A2A48;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  color: #f9f9f9;
  font-weight: bold;
  line-height: 1;
}
.account__order__title:hover {
  cursor: pointer;
}
.account__order__content {
  display: none;
  padding: 10px;
}
.account__order__position {
  display: flex;
}
.account__order__position__title {
  flex: 1;
  font-weight: bold;
  color: #696e6e;
}
.account__order__position__info {
  flex: 1;
  color: #696e6e;
}

.searchform {
  display: none;
  position: absolute;
  background: #1A2A48;
  padding: 15px;
  top: 0;
  right: 0;
}
.searchform .search_input {
  padding: 5px;
  width: 20vw;
}
.searchform button {
  position: absolute;
  right: 0;
  font-size: 17px;
  top: 1em;
  right: 15px;
  border: none;
  background: transparent;
}

a.search_button_to_article {
  background: #FFED00;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
  float: right;
  font-size: 15px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
a.search_button_to_article:hover {
  color: #FFED00;
  background: #1A2A48;
}

@media only screen and (max-width: 1024px) {
  .searchform {
    width: 100%;
  }
  .searchform .search_input {
    padding: 5px;
    width: 100%;
  }
}
.slideshow {
  margin-bottom: 40px;
}
.slideshow__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.slideshow__img {
  -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;
  flex: 0 0 19%;
  position: relative;
  background: transparent;
  transform: scale(1);
  transition: all 0.5s ease-out;
  margin: 0 1% 1% 0;
  flex-direction: column;
}
@media (max-width: 768px) {
  .slideshow__img {
    flex: 0 0 33.33%;
  }
}
.slideshow__img:hover {
  z-index: 3999;
  transform: scale(1.1);
}
.slideshow__img img {
  width: 100%;
  height: 80%;
  object-fit: fill;
  cursor: pointer;
  margin-bottom: 20px;
}
.slideshow__spacer {
  background-color: #666666;
  background-image: url("/template/stunikenhaus/_ressources/img/logo.svg");
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: center center;
}
.slideshow__spacer:hover {
  transform: scale(1);
}
.slideshow__OF-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  background-size: cover;
  font-family: "object-fit: cover; object-position: bottom;";
}

.bigslider_content {
  position: absolute;
  top: 40%;
  left: 20vw;
}
.bigslider_content h2 {
  font-size: 48px;
  color: #fff;
  text-shadow: 0 0 4px #000;
}
.bigslider_content .button {
  border-width: 0;
  padding: 10px 20px;
  border-radius: 3px;
  background: #FFED00;
  color: #000;
  text-decoration: none;
}

[class~=g-wrap] {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
[class~=g-wrap] *,
[class~=g-wrap] *::before,
[class~=g-wrap] *::after {
  box-sizing: inherit;
}

[class*=gridy] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin-left: -8px;
  margin-right: -8px;
}

[class*=coly] {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 8px 16px;
}

[class=coly] {
  flex: 1 1 0%;
}

[class*=gridy][class*=coly] {
  margin: 0;
  padding: 0;
}

[class~=gridy-no-gutter] {
  margin: 0;
}
[class~=gridy-no-gutter] > [class*=coly] {
  padding: 0;
}

[class~=gridy-center] {
  justify-content: center;
}

[class~=gridy-right] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}

[class~=gridy-top] {
  align-items: flex-start;
}

[class~=gridy-middle] {
  align-items: center;
}

[class~=gridy-bottom] {
  align-items: flex-end;
}

[class~=gridy-reverse] {
  flex-direction: row-reverse;
}

[class][class~=gridy-column] {
  flex-direction: column;
}
[class][class~=gridy-column] > [class*=coly] {
  flex-basis: auto;
}

[class][class~=gridy-column-reverse] {
  flex-direction: column-reverse;
}
[class][class~=gridy-column-reverse] > [class*=coly] {
  flex-basis: auto;
}

[class~=gridy-space-between] {
  justify-content: space-between;
}

[class~=gridy-space-around] {
  justify-content: space-around;
}

[class~=gridy-equal-height] > [class*=coly] {
  display: flex;
}

[class~=gridy-no-bottom] > [class*=coly] {
  padding-bottom: 0;
}

[class~=coly-column] {
  display: flex;
  flex-direction: column;
}

[class~=coly-top] {
  align-self: flex-start;
}

[class~=coly-middle] {
  align-self: center;
}

[class~=coly-bottom] {
  align-self: flex-end;
}

[class~=coly-first] {
  order: -1;
}

[class~=coly-last] {
  order: 13;
}

[class~=order-1] {
  order: 1;
}

[class~=order-2] {
  order: 2;
}

[class~=order-3] {
  order: 3;
}

[class~=order-4] {
  order: 4;
}

[class~=order-5] {
  order: 5;
}

[class~=order-6] {
  order: 6;
}

[class~=order-7] {
  order: 7;
}

[class~=order-8] {
  order: 8;
}

[class~=order-9] {
  order: 9;
}

[class~=order-10] {
  order: 10;
}

[class~=order-11] {
  order: 11;
}

[class~=order-12] {
  order: 12;
}

@media only screen and (min-width: 400px) {
  [class~=order-s-1] {
    order: 1;
  }
  [class~=order-s-2] {
    order: 2;
  }
  [class~=order-s-3] {
    order: 3;
  }
  [class~=order-s-4] {
    order: 4;
  }
  [class~=order-s-5] {
    order: 5;
  }
  [class~=order-s-6] {
    order: 6;
  }
  [class~=order-s-7] {
    order: 7;
  }
  [class~=order-s-8] {
    order: 8;
  }
  [class~=order-s-9] {
    order: 9;
  }
  [class~=order-s-10] {
    order: 10;
  }
  [class~=order-s-11] {
    order: 11;
  }
  [class~=order-s-12] {
    order: 12;
  }
}
@media only screen and (min-width: 768px) {
  [class~=order-m-1] {
    order: 1;
  }
  [class~=order-m-2] {
    order: 2;
  }
  [class~=order-m-3] {
    order: 3;
  }
  [class~=order-m-4] {
    order: 4;
  }
  [class~=order-m-5] {
    order: 5;
  }
  [class~=order-m-6] {
    order: 6;
  }
  [class~=order-m-7] {
    order: 7;
  }
  [class~=order-m-8] {
    order: 8;
  }
  [class~=order-m-9] {
    order: 9;
  }
  [class~=order-m-10] {
    order: 10;
  }
  [class~=order-m-11] {
    order: 11;
  }
  [class~=order-m-12] {
    order: 12;
  }
}
@media only screen and (min-width: 1100px) {
  [class~=order-l-1] {
    order: 1;
  }
  [class~=order-l-2] {
    order: 2;
  }
  [class~=order-l-3] {
    order: 3;
  }
  [class~=order-l-4] {
    order: 4;
  }
  [class~=order-l-5] {
    order: 5;
  }
  [class~=order-l-6] {
    order: 6;
  }
  [class~=order-l-7] {
    order: 7;
  }
  [class~=order-l-8] {
    order: 8;
  }
  [class~=order-l-9] {
    order: 9;
  }
  [class~=order-l-10] {
    order: 10;
  }
  [class~=order-l-11] {
    order: 11;
  }
  [class~=order-l-12] {
    order: 12;
  }
}
[class][class~=off-0] {
  margin-left: 0%;
}

[class][class~=off-1] {
  margin-left: 8.3333333333%;
}

[class][class~=off-2] {
  margin-left: 16.6666666667%;
}

[class][class~=off-3] {
  margin-left: 25%;
}

[class][class~=off-4] {
  margin-left: 33.3333333333%;
}

[class][class~=off-5] {
  margin-left: 41.6666666667%;
}

[class][class~=off-6] {
  margin-left: 50%;
}

[class][class~=off-7] {
  margin-left: 58.3333333333%;
}

[class][class~=off-8] {
  margin-left: 66.6666666667%;
}

[class][class~=off-9] {
  margin-left: 75%;
}

[class][class~=off-10] {
  margin-left: 83.3333333333%;
}

[class][class~=off-11] {
  margin-left: 91.6666666667%;
}

@media only screen and (min-width: 400px) {
  [class][class~=off-s-0] {
    margin-left: 0%;
  }
  [class][class~=off-s-1] {
    margin-left: 8.3333333333%;
  }
  [class][class~=off-s-2] {
    margin-left: 16.6666666667%;
  }
  [class][class~=off-s-3] {
    margin-left: 25%;
  }
  [class][class~=off-s-4] {
    margin-left: 33.3333333333%;
  }
  [class][class~=off-s-5] {
    margin-left: 41.6666666667%;
  }
  [class][class~=off-s-6] {
    margin-left: 50%;
  }
  [class][class~=off-s-7] {
    margin-left: 58.3333333333%;
  }
  [class][class~=off-s-8] {
    margin-left: 66.6666666667%;
  }
  [class][class~=off-s-9] {
    margin-left: 75%;
  }
  [class][class~=off-s-10] {
    margin-left: 83.3333333333%;
  }
  [class][class~=off-s-11] {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 768px) {
  [class][class~=off-m-0] {
    margin-left: 0%;
  }
  [class][class~=off-m-1] {
    margin-left: 8.3333333333%;
  }
  [class][class~=off-m-2] {
    margin-left: 16.6666666667%;
  }
  [class][class~=off-m-3] {
    margin-left: 25%;
  }
  [class][class~=off-m-4] {
    margin-left: 33.3333333333%;
  }
  [class][class~=off-m-5] {
    margin-left: 41.6666666667%;
  }
  [class][class~=off-m-6] {
    margin-left: 50%;
  }
  [class][class~=off-m-7] {
    margin-left: 58.3333333333%;
  }
  [class][class~=off-m-8] {
    margin-left: 66.6666666667%;
  }
  [class][class~=off-m-9] {
    margin-left: 75%;
  }
  [class][class~=off-m-10] {
    margin-left: 83.3333333333%;
  }
  [class][class~=off-m-11] {
    margin-left: 91.6666666667%;
  }
}
@media only screen and (min-width: 1100px) {
  [class][class~=off-l-0] {
    margin-left: 0%;
  }
  [class][class~=off-l-1] {
    margin-left: 8.3333333333%;
  }
  [class][class~=off-l-2] {
    margin-left: 16.6666666667%;
  }
  [class][class~=off-l-3] {
    margin-left: 25%;
  }
  [class][class~=off-l-4] {
    margin-left: 33.3333333333%;
  }
  [class][class~=off-l-5] {
    margin-left: 41.6666666667%;
  }
  [class][class~=off-l-6] {
    margin-left: 50%;
  }
  [class][class~=off-l-7] {
    margin-left: 58.3333333333%;
  }
  [class][class~=off-l-8] {
    margin-left: 66.6666666667%;
  }
  [class][class~=off-l-9] {
    margin-left: 75%;
  }
  [class][class~=off-l-10] {
    margin-left: 83.3333333333%;
  }
  [class][class~=off-l-11] {
    margin-left: 91.6666666667%;
  }
}
[class~=gridy-1] > [class*=coly] {
  flex-basis: 100%;
  max-width: 100%;
}

[class~=gridy-2] > [class*=coly] {
  flex-basis: 50%;
  max-width: 50%;
}

[class~=gridy-3] > [class*=coly] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

[class~=gridy-4] > [class*=coly] {
  flex-basis: 25%;
  max-width: 25%;
}

[class~=gridy-5] > [class*=coly] {
  flex-basis: 20%;
  max-width: 20%;
}

[class~=gridy-6] > [class*=coly] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

[class~=gridy-7] > [class*=coly] {
  flex-basis: 14.2857142857%;
  max-width: 14.2857142857%;
}

[class~=gridy-8] > [class*=coly] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class~=gridy-9] > [class*=coly] {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%;
}

[class~=gridy-10] > [class*=coly] {
  flex-basis: 10%;
  max-width: 10%;
}

[class~=gridy-11] > [class*=coly] {
  flex-basis: 9.0909090909%;
  max-width: 9.0909090909%;
}

[class~=gridy-12] > [class*=coly] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

@media only screen and (min-width: 400px) {
  [class~=gridy-s-1] > [class*=coly] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=gridy-s-2] > [class*=coly] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=gridy-s-3] > [class*=coly] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=gridy-s-4] > [class*=coly] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=gridy-s-5] > [class*=coly] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class~=gridy-s-6] > [class*=coly] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=gridy-s-7] > [class*=coly] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class~=gridy-s-8] > [class*=coly] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class~=gridy-s-9] > [class*=coly] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class~=gridy-s-10] > [class*=coly] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class~=gridy-s-11] > [class*=coly] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class~=gridy-s-12] > [class*=coly] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 768px) {
  [class~=gridy-m-1] > [class*=coly] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=gridy-m-2] > [class*=coly] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=gridy-m-3] > [class*=coly] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=gridy-m-4] > [class*=coly] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=gridy-m-5] > [class*=coly] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class~=gridy-m-6] > [class*=coly] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=gridy-m-7] > [class*=coly] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class~=gridy-m-8] > [class*=coly] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class~=gridy-m-9] > [class*=coly] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class~=gridy-m-10] > [class*=coly] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class~=gridy-m-11] > [class*=coly] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class~=gridy-m-12] > [class*=coly] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media only screen and (min-width: 1100px) {
  [class~=gridy-l-1] > [class*=coly] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~=gridy-l-2] > [class*=coly] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~=gridy-l-3] > [class*=coly] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class~=gridy-l-4] > [class*=coly] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~=gridy-l-5] > [class*=coly] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class~=gridy-l-6] > [class*=coly] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class~=gridy-l-7] > [class*=coly] {
    flex-basis: 14.2857142857%;
    max-width: 14.2857142857%;
  }
  [class~=gridy-l-8] > [class*=coly] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class~=gridy-l-9] > [class*=coly] {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%;
  }
  [class~=gridy-l-10] > [class*=coly] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class~=gridy-l-11] > [class*=coly] {
    flex-basis: 9.0909090909%;
    max-width: 9.0909090909%;
  }
  [class~=gridy-l-12] > [class*=coly] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
[class*=gridy] > [class~=coly-auto] {
  flex: 1 1 0%;
  max-width: 100%;
}

[class*=gridy] > [class~=coly-1] {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}
[class*=gridy] > [class~=coly-2] {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}
[class*=gridy] > [class~=coly-3] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*=gridy] > [class~=coly-4] {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}
[class*=gridy] > [class~=coly-5] {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}
[class*=gridy] > [class~=coly-6] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*=gridy] > [class~=coly-7] {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}
[class*=gridy] > [class~=coly-8] {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}
[class*=gridy] > [class~=coly-9] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*=gridy] > [class~=coly-10] {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}
[class*=gridy] > [class~=coly-11] {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}
[class*=gridy] > [class~=coly-12] {
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (min-width: 400px) {
  [class*=gridy] > [class~=coly-s-auto] {
    flex: 1 1 0%;
    max-width: 100%;
  }
  [class*=gridy] > [class~=coly-s-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*=gridy] > [class~=coly-s-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=gridy] > [class~=coly-s-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=gridy] > [class~=coly-s-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=gridy] > [class~=coly-s-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*=gridy] > [class~=coly-s-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=gridy] > [class~=coly-s-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*=gridy] > [class~=coly-s-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*=gridy] > [class~=coly-s-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=gridy] > [class~=coly-s-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*=gridy] > [class~=coly-s-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*=gridy] > [class~=coly-s-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  [class*=gridy] > [class~=coly-m-auto] {
    flex: 1 1 0%;
    max-width: 100%;
  }
  [class*=gridy] > [class~=coly-m-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*=gridy] > [class~=coly-m-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=gridy] > [class~=coly-m-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=gridy] > [class~=coly-m-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=gridy] > [class~=coly-m-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*=gridy] > [class~=coly-m-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=gridy] > [class~=coly-m-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*=gridy] > [class~=coly-m-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*=gridy] > [class~=coly-m-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=gridy] > [class~=coly-m-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*=gridy] > [class~=coly-m-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*=gridy] > [class~=coly-m-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  [class*=gridy] > [class~=coly-l-auto] {
    flex: 1 1 0%;
    max-width: 100%;
  }
  [class*=gridy] > [class~=coly-l-1] {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  [class*=gridy] > [class~=coly-l-2] {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  [class*=gridy] > [class~=coly-l-3] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*=gridy] > [class~=coly-l-4] {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  [class*=gridy] > [class~=coly-l-5] {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  [class*=gridy] > [class~=coly-l-6] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*=gridy] > [class~=coly-l-7] {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  [class*=gridy] > [class~=coly-l-8] {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  [class*=gridy] > [class~=coly-l-9] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class*=gridy] > [class~=coly-l-10] {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  [class*=gridy] > [class~=coly-l-11] {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  [class*=gridy] > [class~=coly-l-12] {
    flex-basis: 100%;
    max-width: 100%;
  }
}
button {
  border-width: 0;
}

.carousel li::before {
  display: none;
}

/*# sourceMappingURL=safeline.css.map */
