/*Black/White*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    outline: 0;
}

html {
    overflow-y: scroll;
    min-height: 100%;
}

body {
    min-width: 320px;
    overflow-x: hidden;
}

h1 {
    text-transform: uppercase;
}

h1.title-subline {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 35px;
}

h1.title-subline:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 175px;
    height: 5px;
    background-color: #af0834;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

.sx-button, .sx-widget-content__button, .sx-widget-horizontal-text-image__button, .sx-widget-vertical-text-image__button, .sx-widget-gallery-masonry__button, .sx-widget-call-to-action__button, .sx-widget-call-to-action-big__button, .sx-widget-button__button, .sx-widget-accordion__item__content-body-link__button, .sx-widget-center-text__button, .sx-widget-horizontal-text-two-image__button, .sx-widget-horizontal-text-image-background__button, .sx-widget-four-image-text__button, .sx-widget-three-image-text__button, .sx-widget-three-image-text__button-extra, .sx-widget-two-image-text__button, .sx-widget-two-image-text__button-extra, .sx-widget-slider-image-text__slider-item__button, .sx-widget-horizontal-text-image-fullscreen__button, .sx-widget-text-row__button, .sx-widget-text-row-background__button {
    text-transform: uppercase;
}

.custom-control {
    padding-left: 40px;
}

.custom-control-label:before {
    width: 30px;
    height: 30px;
    left: -40px;
}

.custom-control-label:after {
    width: 30px;
    height: 30px;
    left: -40px;
}

.custom-control-label {
    line-height: 36px;
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    border: 2px solid #FFFFFFF;
    border-radius: 50%;
    background-image: none;
    width: 16px;
    height: 16px;
    left: -33px;
    top: 10px;
}

.form-control {
    background-color: #eee;
    font-size: 16px;
    padding: 21px 15px 17px;
    height: 58px;
}

.form-control:focus {
    background-color: #eee;
}

.custom-select {
    background-color: #eee;
    font-size: 16px;
    padding: 21px 15px 17px;
    height: 58px;
}

.custom-select.custom-select--smaller {
    font-size: 14px;
    height: 40px;
}

.custom-select:focus {
    border-color: #eee;
}

.form-group label {
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300;
}

.lead {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 25px;
}

.lead.promo {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}

.lead.promo h1 {
    color: #000;
}

@media (min-width: 769px) {
    .lead {
        font-size: 22px;
        line-height: 1.5em;
        margin-bottom: 50px;
    }
}

.lead img {
    max-width: 100%;
    height: auto;
}

.breadcrumb {
    font-size: 14px;
    line-height: 1.2em;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

nav a {
    text-decoration: none;
}

/* helper-classes */
/** @deprecated -> use .p-0 **/
.nopadding {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .nopadding-sm {
        padding: 0 !important;
    }
}

@media (min-width: 769px) {
    .nopadding-md {
        padding: 0 !important;
    }
}

@media (min-width: 1024px) {
    .nopadding-lg {
        padding: 0 !important;
    }
}

@media (min-width: 1250px) {
    .nopadding-xl {
        padding: 0 !important;
    }
}

@media (min-width: 1700px) {
    .nopadding-xxl {
        padding: 0 !important;
    }
}

/** custom color classes */
.text-color-blue {
    color: #007bff !important;
}

@media (min-width: 576px) {
    .text-color-sm-blue {
        color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-blue {
        color: #007bff !important;
    }
}

.text-color-indigo {
    color: #6610f2 !important;
}

@media (min-width: 576px) {
    .text-color-sm-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-indigo {
        color: #6610f2 !important;
    }
}

.text-color-purple {
    color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .text-color-sm-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-purple {
        color: #6f42c1 !important;
    }
}

.text-color-pink {
    color: #e83e8c !important;
}

@media (min-width: 576px) {
    .text-color-sm-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-pink {
        color: #e83e8c !important;
    }
}

.text-color-red {
    color: #dc3545 !important;
}

@media (min-width: 576px) {
    .text-color-sm-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-red {
        color: #dc3545 !important;
    }
}

.text-color-orange {
    color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .text-color-sm-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-orange {
        color: #fd7e14 !important;
    }
}

.text-color-yellow {
    color: #ffc107 !important;
}

@media (min-width: 576px) {
    .text-color-sm-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-yellow {
        color: #ffc107 !important;
    }
}

.text-color-green {
    color: #28a745 !important;
}

@media (min-width: 576px) {
    .text-color-sm-green {
        color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-green {
        color: #28a745 !important;
    }
}

.text-color-teal {
    color: #20c997 !important;
}

@media (min-width: 576px) {
    .text-color-sm-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-teal {
        color: #20c997 !important;
    }
}

.text-color-cyan {
    color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .text-color-sm-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-cyan {
        color: #17a2b8 !important;
    }
}

.text-color-white {
    color: #fff !important;
}

@media (min-width: 576px) {
    .text-color-sm-white {
        color: #fff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-white {
        color: #fff !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-white {
        color: #fff !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-white {
        color: #fff !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-white {
        color: #fff !important;
    }
}

.text-color-gray {
    color: #6c757d !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-gray {
        color: #6c757d !important;
    }
}

.text-color-gray-dark {
    color: #343a40 !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1024px) {
    .text-color-lg-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1250px) {
    .text-color-xl-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1700px) {
    .text-color-xxl-gray-dark {
        color: #343a40 !important;
    }
}

.bg-color-blue {
    background-color: #007bff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-blue {
        background-color: #007bff !important;
    }
}

.bg-color-indigo {
    background-color: #6610f2 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-indigo {
        background-color: #6610f2 !important;
    }
}

.bg-color-purple {
    background-color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-purple {
        background-color: #6f42c1 !important;
    }
}

.bg-color-pink {
    background-color: #e83e8c !important;
}

@media (min-width: 576px) {
    .bg-color-sm-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-pink {
        background-color: #e83e8c !important;
    }
}

.bg-color-red {
    background-color: #dc3545 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-red {
        background-color: #dc3545 !important;
    }
}

.bg-color-orange {
    background-color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-orange {
        background-color: #fd7e14 !important;
    }
}

.bg-color-yellow {
    background-color: #ffc107 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-yellow {
        background-color: #ffc107 !important;
    }
}

.bg-color-green {
    background-color: #28a745 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-green {
        background-color: #28a745 !important;
    }
}

.bg-color-teal {
    background-color: #20c997 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-teal {
        background-color: #20c997 !important;
    }
}

.bg-color-cyan {
    background-color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-cyan {
        background-color: #17a2b8 !important;
    }
}

.bg-color-white {
    background-color: #fff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-white {
        background-color: #fff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-white {
        background-color: #fff !important;
    }
}

.bg-color-gray {
    background-color: #6c757d !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-gray {
        background-color: #6c757d !important;
    }
}

.bg-color-gray-dark {
    background-color: #343a40 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1024px) {
    .bg-color-lg-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1250px) {
    .bg-color-xl-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1700px) {
    .bg-color-xxl-gray-dark {
        background-color: #343a40 !important;
    }
}

.responsive-grid .new-row {
    clear: left;
}

@media (min-width: 576px) {
    .responsive-grid .new-row-sm {
        clear: left;
    }
}

@media (min-width: 769px) {
    .responsive-grid .new-row-md {
        clear: left;
    }
}

@media (min-width: 1024px) {
    .responsive-grid .new-row-lg {
        clear: left;
    }
}

@media (min-width: 1250px) {
    .responsive-grid .new-row-xl {
        clear: left;
    }
}

@media (min-width: 1700px) {
    .responsive-grid .new-row-xxl {
        clear: left;
    }
}

.w-25 {
    width: 25% !important;
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
}

@media (min-width: 769px) {
    .w-md-25 {
        width: 25% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-25 {
        width: 25% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-25 {
        width: 25% !important;
    }
}

.mw-25 {
    max-width: 25% !important;
}

@media (min-width: 576px) {
    .mw-sm-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1024px) {
    .mw-lg-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-25 {
        max-width: 25% !important;
    }
}

.w-50 {
    width: 50% !important;
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media (min-width: 769px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-50 {
        width: 50% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-50 {
        width: 50% !important;
    }
}

.mw-50 {
    max-width: 50% !important;
}

@media (min-width: 576px) {
    .mw-sm-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1024px) {
    .mw-lg-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-50 {
        max-width: 50% !important;
    }
}

.w-75 {
    width: 75% !important;
}

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

@media (min-width: 769px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-75 {
        width: 75% !important;
    }
}

.mw-75 {
    max-width: 75% !important;
}

@media (min-width: 576px) {
    .mw-sm-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1024px) {
    .mw-lg-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-75 {
        max-width: 75% !important;
    }
}

.w-100, .sx-widget-gallery-masonry__image {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-100 {
        width: 100% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-100 {
        width: 100% !important;
    }
}

.mw-100 {
    max-width: 100% !important;
}

@media (min-width: 576px) {
    .mw-sm-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1024px) {
    .mw-lg-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-100 {
        max-width: 100% !important;
    }
}

.w-auto {
    width: auto !important;
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 769px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-auto {
        width: auto !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-auto {
        width: auto !important;
    }
}

.w-10 {
    width: 10% !important;
}

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
}

@media (min-width: 769px) {
    .w-md-10 {
        width: 10% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-10 {
        width: 10% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-10 {
        width: 10% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-10 {
        width: 10% !important;
    }
}

.mw-10 {
    max-width: 10% !important;
}

@media (min-width: 576px) {
    .mw-sm-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1024px) {
    .mw-lg-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-10 {
        max-width: 10% !important;
    }
}

.w-33 {
    width: 33% !important;
}

@media (min-width: 576px) {
    .w-sm-33 {
        width: 33% !important;
    }
}

@media (min-width: 769px) {
    .w-md-33 {
        width: 33% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-33 {
        width: 33% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-33 {
        width: 33% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-33 {
        width: 33% !important;
    }
}

.mw-33 {
    max-width: 33% !important;
}

@media (min-width: 576px) {
    .mw-sm-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1024px) {
    .mw-lg-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-33 {
        max-width: 33% !important;
    }
}

.w-66 {
    width: 66% !important;
}

@media (min-width: 576px) {
    .w-sm-66 {
        width: 66% !important;
    }
}

@media (min-width: 769px) {
    .w-md-66 {
        width: 66% !important;
    }
}

@media (min-width: 1024px) {
    .w-lg-66 {
        width: 66% !important;
    }
}

@media (min-width: 1250px) {
    .w-xl-66 {
        width: 66% !important;
    }
}

@media (min-width: 1700px) {
    .w-xxl-66 {
        width: 66% !important;
    }
}

.mw-66 {
    max-width: 66% !important;
}

@media (min-width: 576px) {
    .mw-sm-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1024px) {
    .mw-lg-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-66 {
        max-width: 66% !important;
    }
}

.mw-none {
    max-width: none !important;
}

@media (min-width: 576px) {
    .mw-sm-none {
        max-width: none !important;
    }
}

@media (min-width: 769px) {
    .mw-md-none {
        max-width: none !important;
    }
}

@media (min-width: 1024px) {
    .mw-lg-none {
        max-width: none !important;
    }
}

@media (min-width: 1250px) {
    .mw-xl-none {
        max-width: none !important;
    }
}

@media (min-width: 1700px) {
    .mw-xxl-none {
        max-width: none !important;
    }
}

.h-25 {
    height: 25% !important;
}

@media (min-width: 576px) {
    .h-sm-25 {
        height: 25% !important;
    }
}

@media (min-width: 769px) {
    .h-md-25 {
        height: 25% !important;
    }
}

@media (min-width: 1024px) {
    .h-lg-25 {
        height: 25% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-25 {
        height: 25% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-25 {
        height: 25% !important;
    }
}

.mh-25 {
    max-height: 25% !important;
}

@media (min-width: 576px) {
    .mh-sm-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1024px) {
    .mh-lg-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-25 {
        max-height: 25% !important;
    }
}

.h-50 {
    height: 50% !important;
}

@media (min-width: 576px) {
    .h-sm-50 {
        height: 50% !important;
    }
}

@media (min-width: 769px) {
    .h-md-50 {
        height: 50% !important;
    }
}

@media (min-width: 1024px) {
    .h-lg-50 {
        height: 50% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-50 {
        height: 50% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-50 {
        height: 50% !important;
    }
}

.mh-50 {
    max-height: 50% !important;
}

@media (min-width: 576px) {
    .mh-sm-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1024px) {
    .mh-lg-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-50 {
        max-height: 50% !important;
    }
}

.h-75 {
    height: 75% !important;
}

@media (min-width: 576px) {
    .h-sm-75 {
        height: 75% !important;
    }
}

@media (min-width: 769px) {
    .h-md-75 {
        height: 75% !important;
    }
}

@media (min-width: 1024px) {
    .h-lg-75 {
        height: 75% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-75 {
        height: 75% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-75 {
        height: 75% !important;
    }
}

.mh-75 {
    max-height: 75% !important;
}

@media (min-width: 576px) {
    .mh-sm-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1024px) {
    .mh-lg-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-75 {
        max-height: 75% !important;
    }
}

.h-100 {
    height: 100% !important;
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important;
    }
}

@media (min-width: 769px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 1024px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-100 {
        height: 100% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-100 {
        height: 100% !important;
    }
}

.mh-100 {
    max-height: 100% !important;
}

@media (min-width: 576px) {
    .mh-sm-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1024px) {
    .mh-lg-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-100 {
        max-height: 100% !important;
    }
}

.h-auto {
    height: auto !important;
}

@media (min-width: 576px) {
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 769px) {
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 1024px) {
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-auto {
        height: auto !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-auto {
        height: auto !important;
    }
}

.h-10 {
    height: 10% !important;
}

@media (min-width: 576px) {
    .h-sm-10 {
        height: 10% !important;
    }
}

@media (min-width: 769px) {
    .h-md-10 {
        height: 10% !important;
    }
}

@media (min-width: 1024px) {
    .h-lg-10 {
        height: 10% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-10 {
        height: 10% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-10 {
        height: 10% !important;
    }
}

.mh-10 {
    max-height: 10% !important;
}

@media (min-width: 576px) {
    .mh-sm-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1024px) {
    .mh-lg-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-10 {
        max-height: 10% !important;
    }
}

.h-33 {
    height: 33% !important;
}

@media (min-width: 576px) {
    .h-sm-33 {
        height: 33% !important;
    }
}

@media (min-width: 769px) {
    .h-md-33 {
        height: 33% !important;
    }
}

@media (min-width: 1024px) {
    .h-lg-33 {
        height: 33% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-33 {
        height: 33% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-33 {
        height: 33% !important;
    }
}

.mh-33 {
    max-height: 33% !important;
}

@media (min-width: 576px) {
    .mh-sm-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1024px) {
    .mh-lg-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-33 {
        max-height: 33% !important;
    }
}

.h-66 {
    height: 66% !important;
}

@media (min-width: 576px) {
    .h-sm-66 {
        height: 66% !important;
    }
}

@media (min-width: 769px) {
    .h-md-66 {
        height: 66% !important;
    }
}

@media (min-width: 1024px) {
    .h-lg-66 {
        height: 66% !important;
    }
}

@media (min-width: 1250px) {
    .h-xl-66 {
        height: 66% !important;
    }
}

@media (min-width: 1700px) {
    .h-xxl-66 {
        height: 66% !important;
    }
}

.mh-66 {
    max-height: 66% !important;
}

@media (min-width: 576px) {
    .mh-sm-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1024px) {
    .mh-lg-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-66 {
        max-height: 66% !important;
    }
}

.mh-none {
    max-height: none !important;
}

@media (min-width: 576px) {
    .mh-sm-none {
        max-height: none !important;
    }
}

@media (min-width: 769px) {
    .mh-md-none {
        max-height: none !important;
    }
}

@media (min-width: 1024px) {
    .mh-lg-none {
        max-height: none !important;
    }
}

@media (min-width: 1250px) {
    .mh-xl-none {
        max-height: none !important;
    }
}

@media (min-width: 1700px) {
    .mh-xxl-none {
        max-height: none !important;
    }
}

.background-cover {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.list-inline, ol.list-inline {
    list-style: none;
}

ul.list-inline > li, ol.list-inline > li {
    display: inline;
}

@media (min-width: 576px) {
    ul.list-sm-inline, ol.list-sm-inline {
        list-style: none;
    }
    ul.list-sm-inline > li, ol.list-sm-inline > li {
        display: inline;
    }
}

@media (min-width: 769px) {
    ul.list-md-inline, ol.list-md-inline {
        list-style: none;
    }
    ul.list-md-inline > li, ol.list-md-inline > li {
        display: inline;
    }
}

@media (min-width: 1024px) {
    ul.list-lg-inline, ol.list-lg-inline {
        list-style: none;
    }
    ul.list-lg-inline > li, ol.list-lg-inline > li {
        display: inline;
    }
}

@media (min-width: 1250px) {
    ul.list-xl-inline, ol.list-xl-inline {
        list-style: none;
    }
    ul.list-xl-inline > li, ol.list-xl-inline > li {
        display: inline;
    }
}

@media (min-width: 1700px) {
    ul.list-xxl-inline, ol.list-xxl-inline {
        list-style: none;
    }
    ul.list-xxl-inline > li, ol.list-xxl-inline > li {
        display: inline;
    }
}

.pointer-events-auto {
    pointer-events: auto !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1024px) {
    .pointer-events-lg-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1250px) {
    .pointer-events-xl-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1700px) {
    .pointer-events-xxl-auto {
        pointer-events: auto !important;
    }
}

.pointer-events-none {
    pointer-events: none !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-none {
        pointer-events: none !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1024px) {
    .pointer-events-lg-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1250px) {
    .pointer-events-xl-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1700px) {
    .pointer-events-xxl-none {
        pointer-events: none !important;
    }
}

.span-parent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* colors */
.bg-primary {
    background-color: #000;
}

.bg-primary-hover {
    background-color: #fff;
}

.bg-secondary {
    background-color: #af0834;
}

.bg-secondary-hover {
    background-color: #fff;
}

.bg-tertiary {
    background-color: #000;
}

.bg-tertiary-hover {
    background-color: #fff;
}

.bg-fourth {
    background-color: #fff;
}

.bg-fourth-hover {
    background-color: #000;
}

.bg-fifth {
    background-color: #26b6cf;
}

.bg-fifth-hover {
    background-color: #03d6fb;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #000;
}

.bg-gray-100 {
    background-color: #f9f9f9;
}

.bg-gray-200 {
    background-color: #eee;
}

.bg-gray-300 {
    background-color: #e9e8e8;
}

.bg-gray-400 {
    background-color: #ced4da;
}

.bg-gray-500 {
    background-color: #adb5bd;
}

.bg-gray-600 {
    background-color: #798490;
}

.bg-gray-700 {
    background-color: #495057;
}

.bg-gray-800 {
    background-color: #2c3438;
}

.bg-gray-900 {
    background-color: #212529;
}

.text-primary {
    color: #000;
}

.text-primary-hover {
    color: #fff;
}

.text-secondary {
    color: #af0834;
}

.text-secondary-hover {
    color: #fff;
}

.text-tertiary {
    color: #000;
}

.text-tertiary-hover {
    color: #fff;
}

.text-fourth {
    color: #fff;
}

.text-fourth-hover {
    color: #000;
}

.text-fifth {
    color: #26b6cf;
}

.text-fifth-hover {
    color: #03d6fb;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-gray-100 {
    color: #f9f9f9;
}

.text-gray-200 {
    color: #eee;
}

.text-gray-300 {
    color: #e9e8e8;
}

.text-gray-400 {
    color: #ced4da;
}

.text-gray-500 {
    color: #adb5bd;
}

.text-gray-600 {
    color: #798490;
}

.text-gray-700 {
    color: #495057;
}

.text-gray-800 {
    color: #2c3438;
}

.text-gray-900 {
    color: #212529;
}

/* typo */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 1024px) {
    body {
        /* 16px */
        font-size: 1rem;
        line-height: 1.57;
    }
    h1, .h1 {
        /* 60px */
        font-size: 3.75rem;
    }
    h2, .h2 {
        /* 45px */
        font-size: 2.8125rem;
    }
    h3, .h3 {
        /* 40px */
        font-size: 2.5rem;
    }
    h4, .h4 {
        /* 35px */
        font-size: 2.1875rem;
    }
    h5, .h5 {
        /* 25px */
        font-size: 1.5625rem;
    }
    h6, .h6 {
        /* 25px */
        font-size: 1.5625rem;
    }
}

/* inputs */
.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-control.no-border,
.form-control:focus.no-border {
    border-color: #fff !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator,
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
            box-shadow: none;
}

label.custom-control.custom-checkbox,
label.custom-control.custom-radio {
    cursor: pointer;
}

.custom-control.custom-checkbox label,
.custom-control.custom-radio label {
    padding-top: 6px;
}

textarea {
    min-height: 125px;
}

select, textarea {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
}

/* header */
.header--sticky {
    display: block;
    min-width: 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media print {
    .header--sticky {
        position: static !important;
    }
}

.header--fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media print {
    .header--fixed {
        position: static !important;
    }
}

.header__container {
    padding: 22px 0;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 769px) {
    .header__container {
        padding: 25px 0;
    }
}

.header__container > .hcontainer {
    position: relative;
}

@media (max-width: 768.98px) {
    .header__container > .hcontainer {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .header__container > .hcontainer {
        padding-right: 38px;
        padding-left: 38px;
    }
}

.header__container > .hcontainer .header__navi-button-container {
    position: absolute;
    /*left: 16px;*/
    left: 20px;
    top: 6px;
}

@media (min-width: 576px) {
    .header__container > .hcontainer .header__navi-button-container {
        left: 50px;
    }
}

@media (min-width: 769px) {
    .header__container > .hcontainer .header__navi-button-container {
        top: 10px;
    }
}

.header__container > .hcontainer .header__shop-button-container {
    position: absolute;
    /*right: 16px;*/
    right: 20px;
    top: 5px;
}

@media (min-width: 576px) {
    .header__container > .hcontainer .header__shop-button-container {
        right: 50px;
    }
}

@media (min-width: 769px) {
    .header__container > .hcontainer .header__shop-button-container {
        top: 0;
    }
}

.header__container > .hcontainer .header__shop-button-container .header__shop-button i {
    font-size: 20px;
}

.header__container > .hcontainer .header__shop-button-container .header-white {
    display: none;
}

@media (min-width: 769px) {
    .header__container > .hcontainer .header__shop-button-container .header-white {
        display: inline-block;
    }
}

.header__container > .hcontainer .header__shop-button-container .header-black {
    display: none;
}

.header__logo img.logo {
    width: 114px;
}

.header__logo img.logo.logo-red {
    display: inline-block;
}

.header__logo img.logo.logo-white {
    display: none;
}

.header__logo img.logo.logo-black {
    display: none;
}

@media (min-width: 769px) {
    .header__logo img.logo {
        width: 188px;
    }
}

.header__mobile-button-container {
    display: block;
    float: right;
    margin: 15px 0;
}

@media (min-width: 1024px) {
    .header__mobile-button-container {
        display: none;
    }
}

.header__navigation-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

.header__navigation-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

@media print {
    .header__navigation-container {
        display: none;
    }
}

.header.scrolled .header__container {
    background-color: #000;
}

.header.scrolled .header__container > .hcontainer .header__shop-button-container .header-white {
    display: none;
}

.header.scrolled .header__container > .hcontainer .header__shop-button-container .header-black {
    display: none;
}

@media (min-width: 769px) {
    .header.scrolled .header__container > .hcontainer .header__shop-button-container .header-black {
        display: inline-block;
    }
}

.header.scrolled .header__container > .hcontainer .header__shop-button-container .header__shop-button i:before {
    color: #fff;
}

.header.scrolled .sx-navbar-toggle-icon:before,
.header.scrolled .sx-navbar-toggle-icon > span,
.header.scrolled .sx-navbar-toggle-icon:after {
    background-color: #fff;
}

.header.scrolled img.logo.logo-red {
    display: none;
}

.header.scrolled img.logo.logo-white {
    display: inline-block;
}

.header.scrolled img.logo.logo-black {
    display: none;
}

/* navbar toggler */
.navbar-toggler {
    position: relative;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    vertical-align: middle;
}

.navbar-toggler:focus {
    outline: none;
}

.sx-navbar-toggle-icon {
    display: block;
    width: 2rem;
    height: 1rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    padding: 0.12rem 0;
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
    content: '';
    display: block;
    height: 0.12rem;
    background-color: #000;
    margin: 0;
    -webkit-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    -o-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
}

.sx-navbar-toggle-icon:before {
    top: -0.06rem;
}

.sx-navbar-toggle-icon > span {
    top: 0.44rem;
}

.sx-navbar-toggle-icon:after {
    top: 0.94rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.44rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
    opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.44rem;
}

/* navigation */
.sx-navigation__list-entry {
    display: inline-block;
    position: relative;
}

.sx-navigation__entry-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*@include media-breakpoint-up($mobile-navbar-breakpoint) {
            //display: block;
        }*/
}

.sx-navigation__subnavi-indicator {
    display: block;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

.sx-navigation__subnavi-indicator:after {
    font-size: 0.875rem;
}

@media (min-width: 1024px) {
    .sx-navigation__subnavi-indicator:after {
        content: "A";
        font-family: 'Glyphter';
    }
}

/* standard navigation */
.sx-navigation--standard {
    width: 100%;
}

@media (min-width: 1024px) {
    .sx-navigation--standard {
        width: auto;
    }
}

.sx-navigation--standard .nav {
    display: block;
}

.sx-navigation--standard .sx-navigation__list-entry {
    display: block;
}

.sx-navigation--standard .sx-navigation__list-entry .sx-navigation__sub-navigation .sx-navigation__list-entry {
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link {
    display: block;
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link--active {
    color: #000;
}

.sx-navigation--standard .sx-navigation__entry-link.nav-link {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1024px) {
    .sx-navigation--standard .sx-navigation__entry-link.nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.sx-navigation--standard .sx-navigation__subnavi-indicator:after, .sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
    content: "B";
    font-family: 'Glyphter';
}

.sx-navigation--standard .sx-navigation__subnavi-indicator.sx-button--icon-button:hover {
    color: #fff;
}

/* slide navigation */
/* breadcrumb */
.breadcrumb-container {
    position: relative;
}

.breadcrumb {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    padding: 40px 0 30px;
    margin: 0;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb:after {
    position: absolute;
    content: '';
    width: 2.857em;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0,0%,100%,0)), to(#fff));
    background: -o-linear-gradient(left, hsla(0,0%,100%,0) 0%, #fff 100%);
    background: linear-gradient(to right, hsla(0,0%,100%,0) 0%, #fff 100%);
}

/* footer */
#footer {
    font-size: 18px;
    padding: 75px 0;
    background-color: #eee;
    /*Collaps Block*/
}

#footer .footer-title {
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    #footer .footer-title {
        font-size: 14px;
        line-height: 30px;
        padding-bottom: 25px;
    }
}

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

#footer .follow-us .sx-icon:before, #footer .follow-us .sx-widget-slider__slider-nav-button-text:before, #footer .follow-us .sx-widget-accordion__item__header-title-link:before, #footer .follow-us .sx-widget-slider-image-text__slider-nav-button-text:before, #footer .follow-us .sx-widget-slider-timeline__slider-nav-button-text:before, #footer .follow-us .sx-lightbox .fancybox-close:before, .sx-lightbox #footer .follow-us .fancybox-close:before {
    color: #000;
}

#footer .follow-us .social-follow-us {
    text-align: center;
}

@media (min-width: 576px) {
    #footer .follow-us .social-follow-us {
        text-align: left;
    }
}

#footer .follow-us .social-follow-us li a {
    width: 28px;
    height: 28px;
    display: inline-block;
}

#footer .follow-us .social-follow-us li a i {
    width: 28px;
    height: 28px;
    display: inline-block;
}

#footer .follow-us .social-follow-us li a i:before {
    width: 28px;
    height: 28px;
    display: block;
}

#footer .row .col {
    padding-bottom: 25px;
}

#footer .row .social-col {
    padding-top: 30px;
    padding-bottom: 35px;
}

@media (min-width: 576px) {
    #footer .row .social-col {
        padding-top: 0;
        padding-bottom: 25px;
    }
}

#footer .sm-collapse-block {
    /*Collaps Hack*/
}

@media (max-width: 576px) {
    #footer .sm-collapse-block div.list:before {
        content: none;
    }
}

#footer .sm-collapse-block a.collapsebtn {
    text-decoration: none;
    cursor: pointer;
    display: block;
    position: relative;
}

@media (min-width: 576px) {
    #footer .sm-collapse-block a.collapsebtn {
        cursor: initial;
        display: initial;
    }
}

#footer .sm-collapse-block a.collapsebtn:after {
    content: '-';
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 576px) {
    #footer .sm-collapse-block a.collapsebtn:after {
        content: none;
    }
}

#footer .sm-collapse-block a.collapsebtn.collapsed:after {
    content: '+';
}

@media (min-width: 576px) {
    #footer .sm-collapse-block a.collapsebtn.collapsed:after {
        content: none;
    }
}

@media (min-width: 576px) {
    #footer .sm-collapse-block .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

/* maps */
.sx-slider {
    position: relative;
}

.sx-slider .sx-slide {
    display: none;
}

.sx-slider .sx-slide:first-of-type {
    display: block;
}

.sx-slider .swiper-container-initialized .sx-slide {
    display: block;
}

/* maps */
.google-map {
    height: 500px;
}

/* upload */
.sx-simple-upload__file-input {
    display: none;
}

.sx-simple-upload__remove-button {
    display: none;
    cursor: pointer;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.sx-simple-upload__remove-button:hover, .sx-simple-upload__remove-button:not([href]):not([tabindex]):hover {
    color: #e52427;
}

.sx-simple-upload__file-label {
    display: none;
}

.sx-simple-upload__browse-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__remove-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__file-label {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__browse-button, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:active, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:focus, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:hover {
    display: none;
}

/* password show */
.password-show {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.password-show [data-password-show="true"] {
    padding-right: 45px;
}

.password-show [data-password-show="true"] ~ a {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

/* wysiwyg editor style */
.sx-wysiwyg-style a, .sx-widget-textarea a, .sx-widget-content__text a, .sx-widget-horizontal-text-image__text a, .sx-widget-vertical-text-image__text a, .sx-widget-accordion__item__content-body-text a, .sx-widget-collapse-text__text a, .sx-widget-testimonial a, .sx-widget-testimonial-image__text a, .sx-widget-horizontal-text-two-image__text a, .sx-widget-horizontal-text-image-background__text a, .sx-widget-four-image-text__text a, .sx-widget-three-image-text__text a, .sx-widget-two-image-text__text a, .sx-widget-horizontal-image-icon-list__text a, .sx-widget-horizontal-text-image-fullscreen__text a, .sx-widget-text-row__text a, .sx-widget-text-row-background__text a, .collection__detail__text-container a {
    color: #000;
    text-decoration: underline;
}

.sx-wysiwyg-style a:hover, .sx-widget-textarea a:hover, .sx-widget-content__text a:hover, .sx-widget-horizontal-text-image__text a:hover, .sx-widget-vertical-text-image__text a:hover, .sx-widget-accordion__item__content-body-text a:hover, .sx-widget-collapse-text__text a:hover, .sx-widget-testimonial a:hover, .sx-widget-testimonial-image__text a:hover, .sx-widget-horizontal-text-two-image__text a:hover, .sx-widget-horizontal-text-image-background__text a:hover, .sx-widget-four-image-text__text a:hover, .sx-widget-three-image-text__text a:hover, .sx-widget-two-image-text__text a:hover, .sx-widget-horizontal-image-icon-list__text a:hover, .sx-widget-horizontal-text-image-fullscreen__text a:hover, .sx-widget-text-row__text a:hover, .sx-widget-text-row-background__text a:hover, .collection__detail__text-container a:hover {
    color: #000;
    text-decoration: none;
}

.sx-wysiwyg-style ul, .sx-widget-textarea ul, .sx-widget-content__text ul, .sx-widget-horizontal-text-image__text ul, .sx-widget-vertical-text-image__text ul, .sx-widget-accordion__item__content-body-text ul, .sx-widget-collapse-text__text ul, .sx-widget-testimonial ul, .sx-widget-testimonial-image__text ul, .sx-widget-horizontal-text-two-image__text ul, .sx-widget-horizontal-text-image-background__text ul, .sx-widget-four-image-text__text ul, .sx-widget-three-image-text__text ul, .sx-widget-two-image-text__text ul, .sx-widget-horizontal-image-icon-list__text ul, .sx-widget-horizontal-text-image-fullscreen__text ul, .sx-widget-text-row__text ul, .sx-widget-text-row-background__text ul, .collection__detail__text-container ul {
    padding-left: 0;
    list-style-type: none;
}

.sx-wysiwyg-style ul > li, .sx-widget-textarea ul > li, .sx-widget-content__text ul > li, .sx-widget-horizontal-text-image__text ul > li, .sx-widget-vertical-text-image__text ul > li, .sx-widget-accordion__item__content-body-text ul > li, .sx-widget-collapse-text__text ul > li, .sx-widget-testimonial ul > li, .sx-widget-testimonial-image__text ul > li, .sx-widget-horizontal-text-two-image__text ul > li, .sx-widget-horizontal-text-image-background__text ul > li, .sx-widget-four-image-text__text ul > li, .sx-widget-three-image-text__text ul > li, .sx-widget-two-image-text__text ul > li, .sx-widget-horizontal-image-icon-list__text ul > li, .sx-widget-horizontal-text-image-fullscreen__text ul > li, .sx-widget-text-row__text ul > li, .sx-widget-text-row-background__text ul > li, .collection__detail__text-container ul > li {
    padding: 15px 0 15px 25px;
    line-height: 1.5em;
    position: relative;
}

.sx-wysiwyg-style ul > li:before, .sx-widget-textarea ul > li:before, .sx-widget-content__text ul > li:before, .sx-widget-horizontal-text-image__text ul > li:before, .sx-widget-vertical-text-image__text ul > li:before, .sx-widget-accordion__item__content-body-text ul > li:before, .sx-widget-collapse-text__text ul > li:before, .sx-widget-testimonial ul > li:before, .sx-widget-testimonial-image__text ul > li:before, .sx-widget-horizontal-text-two-image__text ul > li:before, .sx-widget-horizontal-text-image-background__text ul > li:before, .sx-widget-four-image-text__text ul > li:before, .sx-widget-three-image-text__text ul > li:before, .sx-widget-two-image-text__text ul > li:before, .sx-widget-horizontal-image-icon-list__text ul > li:before, .sx-widget-horizontal-text-image-fullscreen__text ul > li:before, .sx-widget-text-row__text ul > li:before, .sx-widget-text-row-background__text ul > li:before, .collection__detail__text-container ul > li:before {
    position: absolute;
    left: 0;
    top: 15px;
    font-family: 'Glyphter';
    font-size: 16px;
    content: '\0048';
    color: #af0834;
}

/* lightbox */
.sx-lightbox .fancybox-skin {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: none;
    padding: 45px;
}

.sx-lightbox .fancybox-close {
    background-image: none;
    top: 0;
    right: 15px;
}

@media (min-width: 1024px) {
    .sx-lightbox .fancybox-close {
        right: 0;
    }
}

.sx-lightbox .fancybox-close:hover {
    text-decoration: none;
}

.sx-lightbox .fancybox-close:before {
    color: #000;
    font-size: 36px;
}

.fancybox-overlay {
    background: none;
    background-color: #fff;
}

/* social-links */
.sharebuttons .social-share-links {
    font-size: 20px;
    line-height: 20px;
}

.sharebuttons .social-share-links a {
    display: inline-block;
    padding: 6px 15px;
}

.sharebuttons .social-share-links i:before, .sharebuttons .social-share-links i:after {
    color: #000;
}

.follow-us .social-follow-us {
    font-size: 24px;
}

.follow-us .social-follow-us i:before, .follow-us .social-follow-us i:after {
    color: #000;
}

/* grid */
.container {
    width: 100%;
    padding-right: 76px;
    padding-left: 76px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        width: 100%;
        padding-right: 76px;
        padding-left: 76px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 769px) {
    .container {
        width: 100%;
        padding-right: 76px;
        padding-left: 76px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 100%;
        padding-right: 38px;
        padding-left: 38px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1250px) {
    .container {
        width: 100%;
        padding-right: 38px;
        padding-left: 38px;
        margin-right: auto;
        margin-left: auto;
    }
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -38px;
    margin-left: -38px;
}

@media (min-width: 576px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -38px;
        margin-left: -38px;
    }
}

@media (min-width: 769px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -38px;
        margin-left: -38px;
    }
}

@media (min-width: 1024px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -38px;
        margin-left: -38px;
    }
}

@media (min-width: 1250px) {
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -38px;
        margin-left: -38px;
    }
}

.row > .col,
.row > [class*='col-'] {
    position: relative;
    width: 100%;
    padding-right: 38px;
    padding-left: 38px;
}

@media (min-width: 576px) {
    .row > .col,
    .row > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 38px;
        padding-left: 38px;
    }
}

@media (min-width: 769px) {
    .row > .col,
    .row > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 38px;
        padding-left: 38px;
    }
}

@media (min-width: 1024px) {
    .row > .col,
    .row > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 38px;
        padding-left: 38px;
    }
}

@media (min-width: 1250px) {
    .row > .col,
    .row > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 38px;
        padding-left: 38px;
    }
}

/* headings */
h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.2em;
    color: #af0834;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    h1, .h1 {
        font-size: 2.5rem;
        line-height: 1.2em;
        color: #af0834;
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) {
    h1, .h1 {
        font-size: 2.8125rem;
        line-height: 1.2em;
        color: #af0834;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    h1, .h1 {
        font-size: 3.75rem;
        line-height: 1.2em;
        color: #af0834;
        margin-bottom: 20px;
    }
}

@media (min-width: 1250px) {
    h1, .h1 {
        font-size: 3.75rem;
        line-height: 1.2em;
        color: #af0834;
        margin-bottom: 20px;
    }
}

h2, .h2 {
    font-size: 2.1875rem;
    line-height: 1.2em;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    h2, .h2 {
        font-size: 2.1875rem;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
}

@media (min-width: 769px) {
    h2, .h2 {
        font-size: 2.5rem;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
}

@media (min-width: 1024px) {
    h2, .h2 {
        font-size: 2.8125rem;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
}

@media (min-width: 1250px) {
    h2, .h2 {
        font-size: 2.8125rem;
        line-height: 1.2em;
        margin-bottom: 30px;
    }
}

h3, .h3 {
    font-size: 1.875rem;
    line-height: 1.2em;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    h3, .h3 {
        font-size: 1.875rem;
        line-height: 1.2em;
        margin-bottom: 25px;
    }
}

@media (min-width: 769px) {
    h3, .h3 {
        font-size: 2.1875rem;
        line-height: 1.2em;
        margin-bottom: 25px;
    }
}

@media (min-width: 1024px) {
    h3, .h3 {
        font-size: 2.5rem;
        line-height: 1.2em;
        margin-bottom: 25px;
    }
}

@media (min-width: 1250px) {
    h3, .h3 {
        font-size: 2.5rem;
        line-height: 1.2em;
        margin-bottom: 25px;
    }
}

h4, .h4 {
    font-size: 1.5625rem;
    line-height: 1.2em;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    h4, .h4 {
        font-size: 1.5625rem;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}

@media (min-width: 769px) {
    h4, .h4 {
        font-size: 1.875rem;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}

@media (min-width: 1024px) {
    h4, .h4 {
        font-size: 2.1875rem;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}

@media (min-width: 1250px) {
    h4, .h4 {
        font-size: 2.1875rem;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}

h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    h5, .h5 {
        font-size: 1.375rem;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    h5, .h5 {
        font-size: 1.5625rem;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    h5, .h5 {
        font-size: 1.5625rem;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width: 1250px) {
    h5, .h5 {
        font-size: 1.5625rem;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

h6, .h6 {
    font-size: 1.375rem;
    line-height: 1.2em;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    h6, .h6 {
        font-size: 1.375rem;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    h6, .h6 {
        font-size: 1.5625rem;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    h6, .h6 {
        font-size: 1.5625rem;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

@media (min-width: 1250px) {
    h6, .h6 {
        font-size: 1.5625rem;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
}

/* sub-navigation */
.sub-navigation {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (min-width: 1024px) {
    .sub-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sub-navigation .nav-item {
    position: relative;
}

.sub-navigation .nav-item .nav-link {
    color: #000;
}

.sub-navigation .nav-item .nav-link:hover, .sub-navigation .nav-item .nav-link.active {
    color: #000;
}

.sub-navigation__dropdown__button {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
}

.sub-navigation__dropdown-menu .nav-item .nav-link:hover, .sub-navigation__dropdown-menu .nav-item .nav-link.active {
    color: #000;
}

.sub-navigation__dropdown-menu .nav-item:after {
    display: none;
}

.sx-toggler-icon {
    width: 26px;
    height: 17px;
    position: relative;
    display: block;
}

.sx-toggler-icon > span {
    position: absolute;
    left: 0;
    top: 8px;
    height: 2px;
    width: 26px;
    background-color: #000;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.sx-toggler-icon > span:after, .sx-toggler-icon > span:before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sx-toggler-icon > span:after {
    top: -7px;
    width: 26px;
}

.sx-toggler-icon > span:before {
    top: 7px;
    width: 26px;
}

.sx-toggler-icon:hover > span {
    width: 26px;
}

.sx-toggler-icon:hover > span:after, .sx-toggler-icon:hover > span:before {
    width: 26px;
}

.show .sx-toggler-icon > span {
    background-color: transparent;
}

.show .sx-toggler-icon > span:after, .show .sx-toggler-icon > span:before {
    width: 26px;
}

.show .sx-toggler-icon > span:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -1px;
}

.show .sx-toggler-icon > span:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -1px;
}

/* search */
/* Live-Search */
.search-field-wrapper {
    position: relative;
}

.search-autocomplete {
    position: absolute;
    border: 0;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px;
    z-index: 1;
}

.search-autocomplete-link {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.search-autocomplete-link:hover {
    background-color: #f9f9f9;
}

.search-autocomplete-link.active {
    background-color: #f9f9f9;
}

.search-autocomplete-link-title {
    display: inline-block;
    width: 100%;
    font-weight: bold;
}

.search-autocomplete-link-text {
    display: inline-block;
    width: 100%;
}

/* emo */
.emo {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.emo img {
    -o-object-fit: cover;
       object-fit: cover;
}

.emo__container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
}

@media (min-width: 769px) {
    .emo__container {
        bottom: 150px;
    }
}

.emo__container--bottom {
    bottom: 20px;
}

@media (min-width: 769px) {
    .emo__container--bottom {
        bottom: 50px;
    }
}

.emo__container__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.emo__container__col--img {
    text-align: right;
}

.emo__container__col img {
    -o-object-fit: unset;
       object-fit: unset;
}

.emo__title {
    font-size: 30px;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

@media (min-width: 769px) {
    .emo__title {
        font-size: 60px;
        line-height: 1.1em;
    }
}

.emo__title.title-subline {
    position: relative;
    padding-bottom: 35px;
}

.emo__title.title-subline:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 175px;
    height: 5px;
    background-color: #fff;
}

.emo__title.title-white {
    color: #fff;
}

.emo__title.title-white:before {
    background-color: #fff;
}

.emo__title.title-black {
    color: #000;
}

.emo__title.title-black:before {
    background-color: #000;
}

.emo__title.title-secondary {
    color: #af0834;
}

.emo__title.title-secondary:before {
    background-color: #af0834;
}

.emo__countdown {
    padding: 0 5%;
    margin: 0 0 50px;
}

@media (min-width: 576px) {
    .emo__countdown {
        padding: 0 20%;
    }
}

@media (min-width: 1024px) {
    .emo__countdown {
        padding: 0;
        margin: 0;
    }
}

.emo__countdown__logo {
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .emo__countdown__logo {
        margin-bottom: 80px;
    }
}

.emo__countdown__title {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    color: #212529;
    text-align: center;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .emo__countdown__title {
        margin-bottom: 30px;
    }
}

.emo__countdown__list {
    list-style: none;
    padding: 0;
}

.emo__countdown__list li {
    width: 17.5%;
    margin-left: 10%;
    float: left;
}

.emo__countdown__list li:first-child {
    margin-left: 0;
}

.emo__countdown__number {
    font-size: 35px;
    line-height: 54px;
    color: #212529;
    margin-bottom: 10px;
    text-align: center;
}

@media (min-width: 1024px) {
    .emo__countdown__number {
        background-color: #fff;
        border-radius: 50%;
    }
}

@media (min-width: 1250px) {
    .emo__countdown__number {
        line-height: 74px;
    }
}

@media (min-width: 1700px) {
    .emo__countdown__number {
        line-height: 96px;
    }
}

.emo__countdown__text {
    font-size: 20px;
    line-height: 30px;
    color: #212529;
    text-transform: uppercase;
    text-align: center;
}

.emo__countdown__image {
    padding: 0 26%;
}

@media (min-width: 1024px) {
    .emo__countdown__image {
        padding: 0;
    }
}

.no-emo {
    height: 120px;
}

@media (min-width: 769px) {
    .no-emo {
        height: 200px;
    }
}

/*navigation*/
.sidebar-navigation {
    position: fixed;
    left: -100vw;
    top: 0;
    bottom: 0;
    width: 100vw;
    color: #fff;
    background-color: #000;
    -webkit-transition: left 400ms;
    -o-transition: left 400ms;
    transition: left 400ms;
    z-index: 1150;
}

.sidebar-navigation__toogler-wrapper {
    position: absolute;
    right: 16px;
    top: 26px;
}

.sidebar-navigation__toogler-wrapper .sx-navbar-toggle-icon:before,
.sidebar-navigation__toogler-wrapper .sx-navbar-toggle-icon > span,
.sidebar-navigation__toogler-wrapper .sx-navbar-toggle-icon:after {
    background-color: #fff;
}

.sidebar-navigation__container {
    max-width: 1024px;
    margin: 0 auto;
}

.sidebar-navigation .sx-navigation__list {
    padding: 0 0 30px;
}

@media (min-width: 576px) {
    .sidebar-navigation .sx-navigation__list {
        padding: 0 0 38px;
    }
}

.sidebar-navigation .sx-navigation__list .sx-navigation__entry-link {
    color: #fff;
    font-size: 1.5625rem;
    font-weight: normal;
    padding: 15px 0;
}

@media (min-width: 769px) {
    .sidebar-navigation .sx-navigation__list .sx-navigation__entry-link {
        font-size: 1.875rem;
        padding: 25px 0;
    }
}

.sidebar-navigation .sx-navigation__list .sx-navigation__entry-link span {
    display: inline-block;
    position: relative;
}

.sidebar-navigation .sx-navigation__list .sx-navigation__entry-link span:after {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
     -o-transform: scaleX(0);
        transform: scaleX(0);
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #000;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
     -o-transform-origin: bottom right;
        transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.sidebar-navigation .sx-navigation__list .sx-navigation__entry-link:hover, .sidebar-navigation .sx-navigation__list .sx-navigation__entry-link--active {
    color: #af0834;
}

.sidebar-navigation .sx-navigation__list .sx-navigation__entry-link:hover span:after, .sidebar-navigation .sx-navigation__list .sx-navigation__entry-link--active span:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
         -o-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
     -o-transform-origin: bottom left;
        transform-origin: bottom left;
}

.sidebar-navigation .sx-navigation__list--sub-list {
    padding: 7px 0 7px 30px;
}

.sidebar-navigation .sx-navigation__list--sub-list .sx-navigation__entry-link {
    font-size: 1.75rem;
    padding: 3px 0;
}

.sidebar-navigation__container {
    padding: 95px 32px 60px 32px;
    max-height: 100vh;
    overflow-y: auto;
}

@media (min-width: 1024px) {
    .sidebar-navigation {
        right: -500px;
        width: 500px;
    }
    .sidebar-navigation__toogler-wrapper {
        right: 38px;
        top: 48px;
    }
    .sidebar-navigation .sx-navigation__list--sub-list {
        padding: 7px 0 7px 30px;
    }
}

@media (min-width: 769px) {
    .sidebar-navigation__container {
        padding: 95px 60px 60px 60px;
    }
}

@media (min-width: 1250px) {
    .sidebar-navigation__container {
        padding: 135px 60px 60px 60px;
    }
}

@media (min-width: 1700px) {
    .sidebar-navigation__container {
        padding: 185px 60px 60px 60px;
    }
}

.sidebar-navigation__overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1100;
    -webkit-transition: left 400ms;
    -o-transition: left 400ms;
    transition: left 400ms;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

.sidebar-navigation__overlay.show {
    display: block;
}

.sidebar-navigation.show {
    left: 0;
}

.sidebar-navigation.fullscreen-nav {
    width: 100%;
}

.navigation-second {
    font-size: 18px;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .navigation-second {
        margin-bottom: 55px;
    }
}

@media (min-width: 769px) {
    .navigation-second {
        margin-top: 16px;
    }
}

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

.navigation-second ul li a {
    color: #fff;
    padding: 12px 0;
    display: block;
}

.navigation-second ul li a:hover {
    color: #af0834;
}

.navigation__button {
    /*width: 100%;*/
    margin-bottom: 70px;
}

.navigation__button i {
    display: inline;
}

.navigation__button.sx-button--smaller, .navigation__button.sx-widget-button__button--smaller, .navigation__button.sx-widget-center-text__button, .navigation__button.sx-widget-horizontal-text-two-image__button, .navigation__button.sx-widget-slider-image-text__slider-item__button, .navigation__button.sx-widget-text-row-background__button, .sx-widget-text-row-background.color-theme-black .sx-widget-text-row-background__color-swap .navigation__button.sx-widget-text-row-background__button, .sx-widget-text-row-background.color-theme-dark .sx-widget-text-row-background__color-swap .navigation__button.sx-widget-text-row-background__button {
    min-width: 220px;
}

.navigation-language ul {
    list-style: none;
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.2em;
}

.navigation-language ul li {
    display: inline-block;
}

.navigation-language ul li + li:before {
    float: left;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    color: #6c757d;
    content: "|";
}

.navigation-language ul li a {
    color: #fff;
}

.navigation-language ul li a.active {
    text-decoration: underline;
}

/*collection*/
.collection {
    margin-bottom: 70px;
    /*Slider*/
}

@media (min-width: 769px) {
    .collection {
        margin-bottom: 84px;
    }
}

.collection__text-container {
    margin-bottom: 65px;
}

@media (min-width: 576px) {
    .collection__text-container {
        margin-bottom: 25px;
    }
}

.collection__heading {
    margin-bottom: 5px;
}

.collection__slider-nav-button {
    position: absolute;
    z-index: 100;
    font-size: 36px;
    padding: 6px;
}

@media (min-width: 769px) {
    .collection__slider-nav-button {
        margin-top: -48px;
    }
}

.collection__slider-nav-button--left {
    bottom: 75px;
    left: 0;
}

@media (min-width: 769px) {
    .collection__slider-nav-button--left {
        top: 50%;
        bottom: auto;
    }
}

.collection__slider-nav-button--right {
    bottom: 75px;
    right: 0;
}

@media (min-width: 769px) {
    .collection__slider-nav-button--right {
        top: 50%;
        bottom: auto;
    }
}

.collection__slider-nav-button.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.collection__detail {
    margin-bottom: 50px;
}

.collection__detail__image-container {
    text-align: center;
}

.collection__detail__image-box {
    display: inline-block;
    position: relative;
}

.collection__detail__image-text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color: rgba(0,0,0,.05);
}

@media (min-width: 769px) {
    .collection__detail__image-text {
        font-size: 100px;
    }
}

@media (min-width: 1024px) {
    .collection__detail__image-text {
        font-size: 160px;
    }
}

.collection__detail__heading {
    margin-bottom: 5px;
}

.collection__detail__subtitle {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 65px;
}

.collection__detail__colors dl dt {
    margin-right: 25px;
    margin-bottom: 10px;
    float: left;
    clear: both;
}

.collection__detail__colors dl dt img {
    max-width: 94px;
    height: auto;
}

.collection__detail__colors dl dd {
    margin-bottom: 10px;
    float: left;
}

.collection__slider {
    padding-top: 120px;
    padding-bottom: 100px;
    /*background-color: $sx-template-colors-gray-100;*/
}

.collection__slider__heading {
    margin-bottom: 50px;
}

.collection__slider-item {
    padding-bottom: 75px;
}

.collection__slider-item__text-container {
    background-color: #fff;
    padding: 24px 18px;
}

.collection__slider-item__heading {
    margin-bottom: 5px;
}

.collection__slider .swiper-container {
    overflow: visible;
}

.collection__slider .swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #e9e8e8;
}

.collection__slider .swiper-scrollbar-drag {
    background-color: #af0834;
}

.topbar .backto {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    padding-left: 10px;
}

.topbar .backto:before {
    font-family: 'Glyphter';
    content: '\0041';
    font-size: 6px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 0;
}

.topbar .date {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.bottombar .backtooverview {
    text-decoration: underline;
}

.bottombar .backtooverview:hover {
    text-decoration: none;
}

/*news*/
.news {
    margin-bottom: 40px;
    /*Slider*/
}

.news__col {
    margin-bottom: 55px;
}

@media (min-width: 576px) {
    .news__col {
        margin-bottom: 75px;
    }
}

.news__content {
    height: 100%;
    padding-bottom: 35px;
    position: relative;
}

.news__image {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .news__image {
        margin-bottom: 25px;
    }
}

.news__date {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .news__date {
        margin-bottom: 10px;
    }
}

.news__heading {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .news__heading {
        margin-bottom: 30px;
    }
}

@media (min-width: 769px) {
    .news__heading {
        font-size: 30px;
        line-height: 1.2em;
    }
}

.news__link {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    line-height: 1.5em;
    color: #af0834;
    text-decoration: none;
}

.news__link:hover {
    color: #000;
    text-decoration: none;
}

@media (min-width: 769px) {
    .news__link {
        font-size: 20px;
        line-height: 1.5em;
    }
}

.news-slider {
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-slider__slider-wrapper {
    padding-bottom: 90px;
}

.news-slider__slider-item {
    height: 100%;
}

.news-slider__slider-item__container {
    height: 100%;
    padding-bottom: 40px;
    position: relative;
}

.news-slider__slider-item__image {
    margin-bottom: 25px;
}

.news-slider__slider-item__date {
    font-size: 16px;
    margin-bottom: 10px;
}

.news-slider__slider-item__heading {
    margin-bottom: 25px;
}

.news-slider__slider-item__heading a {
    color: #fff;
}

.news-slider__slider-item__link {
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-slider__slider-item__link a {
    color: #fff;
}

.news-slider__slider-item__link a:hover {
    color: #af0834;
}

.news-slider .swiper-container-autoheight, .news-slider .swiper-container-autoheight .swiper-slide {
    height: 100%;
}

.news-slider .sx-slider--visible-overflow .swiper-container {
    overflow: visible;
}

.news-slider .sx-slider--visible-overflow .sx-slider__wrapper {
    overflow: visible !important;
}

.news-slider .swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.news-slider .swiper-scrollbar-drag {
    background-color: #af0834;
}

.news-slider.color-theme-black {
    background-color: #000;
    color: #fff;
}

.pagination {
    margin-bottom: 80px;
}

.pagination-pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.pagination-pages ul li {
    display: inline-block;
}

.pagination-pages ul li a.page {
    display: inline-block;
    padding: 0 15px;
}

.pagination-pages ul li a.page:hover {
    text-decoration: underline;
}

.pagination-pages ul li a.page.current {
    text-decoration: underline;
}

/*team*/
.team {
    margin-bottom: 40px;
}

.team__col {
    margin-bottom: 55px;
}

@media (min-width: 576px) {
    .team__col {
        margin-bottom: 75px;
    }
}

.team__image {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .team__image {
        margin-bottom: 25px;
    }
}

.team__name {
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    margin-bottom: 5px;
}

/*faq*/
.faq {
    margin-bottom: 40px;
}

.faq__col {
    margin-bottom: 100px;
}

@media (min-width: 576px) {
    .faq__col {
        margin-bottom: 75px;
    }
}

.faq__content {
    height: 100%;
    padding-bottom: 60px;
    position: relative;
}

.faq__image {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .faq__image {
        margin-bottom: 25px;
    }
}

.faq__heading {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 25px;
}

@media (min-width: 576px) {
    .faq__heading {
        margin-bottom: 30px;
    }
}

@media (min-width: 769px) {
    .faq__heading {
        font-size: 30px;
        line-height: 1.2em;
    }
}

.faq__link {
    position: absolute;
    left: 0;
    bottom: 0;
}

/*find optician*/
.find-optician__search-box {
    margin-bottom: 75px;
}

.find-optician__search-box .no-gutters, .find-optician__search-box .sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__row, .sx-widget-horizontal-text-image--type-gray .find-optician__search-box .sx-widget-horizontal-text-image__row, .find-optician__search-box .sx-widget-vertical-text-image--type-gray .sx-widget-vertical-text-image__row, .sx-widget-vertical-text-image--type-gray .find-optician__search-box .sx-widget-vertical-text-image__row, .find-optician__search-box .sx-widget-horizontal-text-image-background--type-gray .sx-widget-horizontal-text-image-background__row, .sx-widget-horizontal-text-image-background--type-gray .find-optician__search-box .sx-widget-horizontal-text-image-background__row, .find-optician__search-box .sx-widget-horizontal-text-image-fullscreen--type-gray .sx-widget-horizontal-text-image-fullscreen__row, .sx-widget-horizontal-text-image-fullscreen--type-gray .find-optician__search-box .sx-widget-horizontal-text-image-fullscreen__row {
    margin-right: 0;
    margin-left: 0;
}

.find-optician__search-box .no-gutters .col, .find-optician__search-box .sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__row .col, .sx-widget-horizontal-text-image--type-gray .find-optician__search-box .sx-widget-horizontal-text-image__row .col, .find-optician__search-box .sx-widget-vertical-text-image--type-gray .sx-widget-vertical-text-image__row .col, .sx-widget-vertical-text-image--type-gray .find-optician__search-box .sx-widget-vertical-text-image__row .col, .find-optician__search-box .sx-widget-horizontal-text-image-background--type-gray .sx-widget-horizontal-text-image-background__row .col, .sx-widget-horizontal-text-image-background--type-gray .find-optician__search-box .sx-widget-horizontal-text-image-background__row .col, .find-optician__search-box .sx-widget-horizontal-text-image-fullscreen--type-gray .sx-widget-horizontal-text-image-fullscreen__row .col, .sx-widget-horizontal-text-image-fullscreen--type-gray .find-optician__search-box .sx-widget-horizontal-text-image-fullscreen__row .col {
    padding-left: 0;
    padding-right: 0;
}

.find-optician__search-box__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
}

.find-optician__search-box__content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 55px 25px;
}

@media (min-width: 576px) {
    .find-optician__search-box__content-container {
        padding: 30px 50px;
    }
}

@media (min-width: 1024px) {
    .find-optician__search-box__content-container {
        padding: 20px 70px;
    }
}

@media (min-width: 1700px) {
    .find-optician__search-box__content-container {
        padding: 20px 170px;
    }
}

.find-optician__search-box__content {
    text-align: center;
}

.find-optician__search-box__title {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 25px;
    color: #fff;
}

@media (min-width: 769px) {
    .find-optician__search-box__title {
        font-size: 40px;
    }
}

.find-optician__search-box__button {
    width: 100%;
}

.find-optician__filter {
    margin-bottom: 70px;
}

.find-optician__filter a {
    opacity: 0.5;
}

.find-optician__filter a:first-child {
    margin-right: 50px;
}

.find-optician__filter a.active {
    opacity: 1;
}

.find-optician__filter a:hover {
    opacity: 1;
}

.find-optician__filter__link {
    position: relative;
    padding-left: 30px;
}

.find-optician__filter__link:before {
    content: '\005b';
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 2px;
    left: 0;
}

.find-optician__filter__link--list:before {
    content: '\005b';
}

.find-optician__filter__link--map:before {
    content: '\002f';
}

.find-optician__result {
    font-size: 18px;
}

.find-optician__result__container {
    margin-bottom: 45px;
}

.find-optician__result__entries {
    margin-bottom: 45px;
}

.find-optician__result__entry {
    padding: 35px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -1px;
}

.find-optician__result .col {
    margin-bottom: 5px;
}

@media (min-width: 769px) {
    .find-optician__result .col {
        margin-bottom: 0;
    }
}

.find-optician__result__name {
    margin-bottom: 5px;
}

.find-optician__result__address {
    margin-bottom: 15px;
}

@media (min-width: 1024px) {
    .find-optician__result__address {
        margin-bottom: 0;
    }
}

.find-optician__result__show-more {
    margin-bottom: 80px;
}

.optician__detail {
    margin-top: 40px;
    margin-bottom: 50px;
}

.optician__detail__text {
    background-color: #f9f9f9;
    padding: 40px 20px 65px;
    margin-bottom: 40px;
}

@media (min-width: 576px) {
    .optician__detail__text {
        padding: 65px 60px 70px;
    }
}

@media (min-width: 1024px) {
    .optician__detail__text {
        padding: 60px 75px;
        margin-bottom: 0;
    }
}

.optician__detail__extra {
    margin-bottom: 25px;
}

.optician__detail__heading {
    margin-bottom: 20px;
}

.optician__detail__address {
    margin-bottom: 20px;
}

.optician__detail__button {
    margin-bottom: 20px;
}

.optician__detail__map .sx-widget-map {
    height: 100%;
    margin-bottom: 0 !important;
}

/*job*/
.job-overview {
    margin-top: 60px;
    margin-bottom: 70px;
}

.job-overview__entry {
    padding: 35px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: -1px;
}

.job-overview__job h5 {
    padding: 10px 0;
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .job-overview__job h5 {
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
    }
}

.job-overview__start {
    line-height: 50px;
}

.job-overview__percentage {
    line-height: 50px;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .job-overview__percentage {
        margin-bottom: 0;
    }
}

/*popup*/
.popup__close {
    position: absolute;
    top: 30px;
    right: 35px;
    font-size: 24px;
}

.popup__container {
    max-width: 800px;
    padding: 80px 16px 0;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .popup__container {
        padding: 120px 16px 0;
    }
}

@media (min-width: 1024px) {
    .popup__container {
        padding: 150px 16px 0;
    }
}

.popup__message {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 16px 0;
}

@media (min-width: 576px) {
    .popup__message {
        padding: 0 16px 0;
    }
}

@media (min-width: 1024px) {
    .popup__message {
        padding: 0 16px 0;
    }
}

.popup__message__content {
    width: 100%;
}

.popup__message__subtext {
    padding: 0 30px;
}

@media (min-width: 576px) {
    .popup__message__subtext {
        padding: 0 20%;
    }
}

@media (min-width: 1024px) {
    .popup__message__subtext {
        padding: 0 30%;
    }
}

.form__heading {
    margin-bottom: 20px;
}

.form__button {
    width: 100%;
}

.form .js-termin-time-wrapper .date-time-item {
    float: left;
    width: 49%;
    margin-left: 2%;
}

@media (min-width: 576px) {
    .form .js-termin-time-wrapper .date-time-item {
        width: 32%;
        margin-left: 2%;
    }
}

.form .js-termin-time-wrapper .date-time-item.first {
    margin-left: 0;
    clear: both;
}

.form .date-time-box {
    background-color: #ececec;
    text-align: center;
    padding: 11px;
    font-size: 1rem;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border-radius: 2px;
}

@media (min-width: 576px) {
    .form .date-time-box {
        padding: 11px 30px;
    }
}

.form .date-time-box .date-time {
    font-weight: 400;
    color: #000;
}

.form .date-time-input:checked + .date-time-box {
    background-color: #000;
}

.form .date-time-input:checked + .date-time-box .date-time {
    color: #fff;
}

.form .date-time-box:hover {
    background-color: #000;
}

.form .date-time-box:hover .date-time {
    color: #fff;
}

/*landing-pages*/
.landing-page.landing-page--biometrics .header .header__container {
    background-color: #fff;
}

.landing-page.landing-page--biometrics .header .header__container .header-white {
    display: none;
}

@media (min-width: 769px) {
    .landing-page.landing-page--biometrics .header .header__container .header-white {
        display: inline-block;
    }
}

.landing-page.landing-page--biometrics .header .header__container .header-black {
    display: none;
}

.landing-page.landing-page--biometrics .header .sx-navbar-toggle-icon:before {
    background-color: #000;
}

.landing-page.landing-page--biometrics .header .sx-navbar-toggle-icon > span {
    background-color: #000;
}

.landing-page.landing-page--biometrics .header .sx-navbar-toggle-icon:after {
    background-color: #000;
}

.landing-page.landing-page--biometrics .header.scrolled .header__container {
    background-color: #fff;
}

.landing-page.landing-page--biometrics .header.scrolled .header__container > .hcontainer .header__shop-button-container .header__shop-button i:before {
    color: #000;
}

.landing-page.landing-page--biometrics .header.scrolled .header__container .header-white {
    display: none;
}

@media (min-width: 769px) {
    .landing-page.landing-page--biometrics .header.scrolled .header__container .header-white {
        display: inline-block;
    }
}

.landing-page.landing-page--biometrics .header.scrolled .header__container .header-black {
    display: none;
}

.landing-page.landing-page--biometrics .header.scrolled .sx-navbar-toggle-icon:before {
    background-color: #000;
}

.landing-page.landing-page--biometrics .header.scrolled .sx-navbar-toggle-icon > span {
    background-color: #000;
}

.landing-page.landing-page--biometrics .header.scrolled .sx-navbar-toggle-icon:after {
    background-color: #000;
}

.landing-page.landing-page--biometrics .header__logo img.logo.logo-red {
    display: none;
}

.landing-page.landing-page--biometrics .header__logo img.logo.logo-white {
    display: none;
}

.landing-page.landing-page--biometrics .header__logo img.logo.logo-black {
    display: inline-block;
}

.landing-page.landing-page--biometrics .sx-wysiwyg-style ul > li:before, .landing-page.landing-page--biometrics .sx-widget-textarea ul > li:before, .landing-page.landing-page--biometrics .sx-widget-content__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-horizontal-text-image__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-vertical-text-image__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-accordion__item__content-body-text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-collapse-text__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-testimonial ul > li:before, .landing-page.landing-page--biometrics .sx-widget-testimonial-image__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-horizontal-text-two-image__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-horizontal-text-image-background__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-four-image-text__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-three-image-text__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-two-image-text__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-horizontal-image-icon-list__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-horizontal-text-image-fullscreen__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-text-row__text ul > li:before, .landing-page.landing-page--biometrics .sx-widget-text-row-background__text ul > li:before, .landing-page.landing-page--biometrics .collection__detail__text-container ul > li:before {
    color: #000;
}

/*to the top*/
.tothetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: #fff;
    padding: 18px;
    background-color: #af0834;
}

@media (min-width: 769px) {
    .tothetop {
        right: 50px;
        bottom: 35px;
    }
}

.tothetop:hover {
    color: #fff;
}

.tothetop.show {
    display: block;
}

/*shop*/
.no-gutters.row, .sx-widget-horizontal-text-image--type-gray .row.sx-widget-horizontal-text-image__row, .sx-widget-vertical-text-image--type-gray .row.sx-widget-vertical-text-image__row, .sx-widget-horizontal-text-image-background--type-gray .row.sx-widget-horizontal-text-image-background__row, .sx-widget-horizontal-text-image-fullscreen--type-gray .row.sx-widget-horizontal-text-image-fullscreen__row {
    margin-left: 0;
    margin-right: 0;
}

.navigation-overlay {
    -webkit-animation: fadeout-nav-container ease-in 0.3s;
    -o-animation: fadeout-nav-container ease-in 0.3s;
    animation: fadeout-nav-container ease-in 0.3s;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 769px) {
    .navigation-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 15000;
        overflow-y: hidden;
    }
}

.navigation-overlay.show {
    display: block;
    -webkit-animation: fadein-nav-container ease-in 0.3s;
    -o-animation: fadein-nav-container ease-in 0.3s;
    animation: fadein-nav-container ease-in 0.3s;
    opacity: 1;
    visibility: visible;
}

@media (min-width: 769px) {
    .navigation-overlay .row {
        height: 100vh;
    }
}

@media (min-width: 769px) {
    .navigation-overlay__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

.navigation-overlay .col {
    height: 100vh;
}

@media (min-width: 769px) {
    .navigation-overlay .col {
        height: auto;
    }
}

.navigation-overlay__image {
    background-color: #f2f2f2;
}

.navigation-overlay__image-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1250px) {
    .navigation-overlay__image-content {
        padding: 0 145px;
    }
}

.navigation-overlay__image-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    margin-bottom: 25px;
}

.navigation-overlay__image-button {
    margin-bottom: 30px;
}

.navigation-overlay__image-button .sx-button, .navigation-overlay__image-button .sx-widget-content__button, .navigation-overlay__image-button .sx-widget-horizontal-text-image__button, .navigation-overlay__image-button .sx-widget-vertical-text-image__button, .navigation-overlay__image-button .sx-widget-gallery-masonry__button, .navigation-overlay__image-button .sx-widget-call-to-action__button, .navigation-overlay__image-button .sx-widget-call-to-action-big__button, .navigation-overlay__image-button .sx-widget-button__button, .navigation-overlay__image-button .sx-widget-accordion__item__content-body-link__button, .navigation-overlay__image-button .sx-widget-center-text__button, .navigation-overlay__image-button .sx-widget-horizontal-text-two-image__button, .navigation-overlay__image-button .sx-widget-horizontal-text-image-background__button, .navigation-overlay__image-button .sx-widget-four-image-text__button, .navigation-overlay__image-button .sx-widget-three-image-text__button, .navigation-overlay__image-button .sx-widget-three-image-text__button-extra, .navigation-overlay__image-button .sx-widget-two-image-text__button, .navigation-overlay__image-button .sx-widget-two-image-text__button-extra, .navigation-overlay__image-button .sx-widget-slider-image-text__slider-item__button, .navigation-overlay__image-button .sx-widget-horizontal-text-image-fullscreen__button, .navigation-overlay__image-button .sx-widget-text-row__button, .navigation-overlay__image-button .sx-widget-text-row-background__button {
    max-width: 420px;
    width: 100%;
}

.navigation-overlay__image-text {
    font-size: 16px;
}

.navigation-overlay__image-text a {
    text-decoration: underline;
}

.navigation-overlay__image-text a:hover {
    text-decoration: none;
}

.navigation-overlay__navi {
    height: 100%;
}

.navigation-overlay__navi-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 1024px) {
    .navigation-overlay__navi-content {
        padding: 0 150px 0 120px;
    }
}

@media screen and (min-width: 1650px) {
    .navigation-overlay__navi-content {
        padding: 0 250px 0 160px;
    }
}

.navigation-overlay__navi-content h5 {
    margin-bottom: 25px;
}

.navigation-overlay__navi-content__form {
    margin-bottom: 30px;
}

.navigation-overlay__navi-content__form button {
    width: 100%;
}

.navigation-overlay__navi-text {
    font-size: 16px;
}

.navigation-overlay__navi-text a {
    text-decoration: underline;
}

.navigation-overlay__navi-text a:hover {
    text-decoration: none;
}

.navigation-overlay__close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    line-height: 20px;
    padding: 20px;
}

@media (min-width: 576px) {
    .navigation-overlay__close {
        top: 15px;
        right: 20px;
    }
}

@media (min-width: 1024px) {
    .navigation-overlay__close {
        top: 25px;
        right: 40px;
    }
}

.no-scroll {
    overflow: hidden;
}

/*country-popup*/
/*Popup*/
.country-popup_wrapper {
    position: fixed !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 22500;
    display: none;
    background-color: rgba(0,0,0,.5);
    background-repeat: repeat;
    background-image: none;
}

.country-popup_wrapper.show {
    display: block;
}

.country-popup_distance {
    float: left;
    height: 50%;
    width: 1px;
    margin-top: -275px;
}

.country-popup {
    clear: left;
    position: relative;
    width: 490px;
    min-height: 300px;
    padding: 35px 30px 25px;
    margin: 15px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    z-index: 1800;
}

.country-popup h5 {
    margin-bottom: 30px;
}

.country-popup .center {
    text-align: center;
}

.country-popup_buttons .sx-button, .country-popup_buttons .sx-widget-content__button, .country-popup_buttons .sx-widget-horizontal-text-image__button, .country-popup_buttons .sx-widget-vertical-text-image__button, .country-popup_buttons .sx-widget-gallery-masonry__button, .country-popup_buttons .sx-widget-call-to-action__button, .country-popup_buttons .sx-widget-call-to-action-big__button, .country-popup_buttons .sx-widget-button__button, .country-popup_buttons .sx-widget-accordion__item__content-body-link__button, .country-popup_buttons .sx-widget-center-text__button, .country-popup_buttons .sx-widget-horizontal-text-two-image__button, .country-popup_buttons .sx-widget-horizontal-text-image-background__button, .country-popup_buttons .sx-widget-four-image-text__button, .country-popup_buttons .sx-widget-three-image-text__button, .country-popup_buttons .sx-widget-three-image-text__button-extra, .country-popup_buttons .sx-widget-two-image-text__button, .country-popup_buttons .sx-widget-two-image-text__button-extra, .country-popup_buttons .sx-widget-slider-image-text__slider-item__button, .country-popup_buttons .sx-widget-horizontal-text-image-fullscreen__button, .country-popup_buttons .sx-widget-text-row__button, .country-popup_buttons .sx-widget-text-row-background__button {
    display: block;
    width: 100%;
    margin-bottom: 18px;
}

.country-popup .country-popup-close {
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 28px;
    font-weight: normal;
    text-shadow: none;
    text-align: center;
    text-decoration: none;
    color: #000;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .country-popup {
        max-width: 490px;
        width: auto;
        min-height: 0;
        padding: 35px 30px 25px;
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 720px) {
    .country-popup_distance {
        /*margin-top:-400px;*/
        height: 10%;
    }
}

@media screen and (max-width: 600px) {
    .country-popup_wrapper {
        overflow: scroll;
    }
    .country-popup {
        padding: 35px 30px 25px;
    }
}

/*twentytwenty*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 2px;
    height: 9999px;
    left: 50%;
    margin-left: -1px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.1em;
}

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
    position: absolute;
    background: hsla(0,0%,100%,.2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 10px inset transparent;
    position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
    top: 50%;
    margin-top: -10px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
    left: 50%;
    margin-left: -10px;
}

.twentytwenty-container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent;
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-container * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.twentytwenty-before-label {
    opacity: 0;
}

.twentytwenty-before-label:before {
    content: attr(data-content);
}

.twentytwenty-after-label {
    opacity: 0;
}

.twentytwenty-after-label:before {
    content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px;
}

.twentytwenty-overlay {
    -webkit-transition-property: background;
    -o-transition-property: background;
    transition-property: background;
    background: transparent;
    z-index: 25;
}

.twentytwenty-overlay:hover {
    background: rgba(0,0,0,.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1;
}

.twentytwenty-before {
    z-index: 20;
}

.twentytwenty-after {
    z-index: 10;
}

.twentytwenty-handle {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -42px;
    border: 2px solid #fff;
    border-radius: 1000px;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 40;
    cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 42px;
    -webkit-box-shadow: 0 2px 0 #fff,none;
            box-shadow: 0 2px 0 #fff,none;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 42px;
    -webkit-box-shadow: 0 -2px 0 #fff,none;
            box-shadow: 0 -2px 0 #fff,none;
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 42px;
    -webkit-box-shadow: 2px 0 0 #fff,none;
            box-shadow: 2px 0 0 #fff,none;
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 42px;
    -webkit-box-shadow: -2px 0 0 #fff,none;
            box-shadow: -2px 0 0 #fff,none;
}

.twentytwenty-left-arrow {
    border-right: 10px solid #000;
    left: 50%;
    margin-left: -25px;
}

.twentytwenty-right-arrow {
    border-left: 10px solid #000;
    right: 50%;
    margin-right: -25px;
}

.twentytwenty-up-arrow {
    border-bottom: 10px solid #000;
    top: 50%;
    margin-top: -25px;
}

.twentytwenty-down-arrow {
    border-top: 10px solid #000;
    bottom: 50%;
    margin-bottom: -25px;
}

.twentytwenty-wrapper {
    min-height: 100% !important;
}

.twentytwenty-container {
    min-height: calc(100vh - 58px) !important;
}

.twentytwenty-before, .twentytwenty-after {
    min-height: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
}

.twentytwenty-handle {
    background-color: #fff;
}
