body,
html {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #292929;
}

A:focus,
a:hover,
a:visited {
    color: inherit;
    text-decoration: inherit;
}

.btn.btn-register {
    border-radius: 80px;
    height: 35px !important;
    font-size: 13px !important;
    padding: 8px 22px !important;
    line-height: calc(13px / 4);
    text-transform: uppercase;
    font-weight: 400;
}

.sr-reader {
    height: 0;
    width: 0;
    overflow: hidden;
    position: fixed;
    display: block;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: absolute;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    color: #fff;
    z-index: 1000;
    padding: 0.25rem 0.5rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 3;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html footer .social-logos img {
    width: 55px;
}

html footer .network-name {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    padding-top: 10px;
}

html footer .social-logos .social-icons-footer {
    margin-left: 15px;
    margin-right: 15px;
}

.wpcf7-
 {
    margin-bottom: 15px;
}

html footer .social-logos .social-title {
    font-size: 28px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.hapi {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hapi.active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-top 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons-Regular.ttf);
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(fonts/MaterialIcons-Regular.woff2) format("woff2"), url(fonts/MaterialIcons-Regular.woff) format("woff"), url(fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: "Material Icons";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}

[data-href] {
    cursor: pointer;
}

.btn:focus,
a:focus,
button:focus,
input:focus {
    outline: none;
    box-shadow: 0 0 0 1px #f7941d;
}

.search-filter-reset,
.btn {
    color: #fff !important;
    background: #ca4c16;
    border-radius: 80px; 
    height: 3rem;
    font-size: 0.85rem;
    padding: 16px 22px;
    line-height: 0.85rem;
    text-transform: uppercase;
    font-weight: 400;
}

.search-filter-reset:hover,
.btn:hover {
    background: #fff;
    color: #ca4c16 !important;
    border: 1px solid #ca4c16;
}

.btn.small {
    height: 28px;
    font-size: 0.5rem;
    border-radius: 80px;
    padding: 11px 14px;
    line-height: calc(8px / 2);
    font-weight: 400;
}

.dropdown button {
    width: 100%;
    text-align: left;
}

.dropdown button:focus,
.dropdown button:hover {
    outline: 0;
}

.dropdown button::after {
    position: absolute;
    right: 10px;
}

.dropdown button.btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 0;
    border: 1px solid #e5e6e7;
    color: #939598 !important;
}

.dropdown button.btn.dropdown-toggle::after {
    border-top: 0.3em solid #000;
}

.dropdown .dropdown-menu {
    width: 100%;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 1rem;
    color: #939598 !important;
}

.back-to-top {
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.back-to-top img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 20px;
}

.back-to-top:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-perspective: 100;
    perspective: 100;
}

.back-to-top:hover img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    z-index: 1;
}

.js-slider.black-buttons .slick-next:before,
.js-slider.black-buttons .slick-prev:before {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.js-slider .slick-slide {
    outline: 0;
}

.js-slider.outter-buttons .slick-prev {
    left: -90px;
}

.js-slider.outter-buttons .slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.js-slider.outter-buttons .slick-next {
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
    right: -90px;
    -moz-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    -o-transform: translate(0, -50%) rotate(0);
}

.js-slider .slick-next,
.js-slider .slick-prev {
    width: 43px;
    height: 43px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 4;
    -moz-transform: translate(0, -50%) rotate(0);
    -ms-transform: translate(0, -50%) rotate(0);
    -o-transform: translate(0, -50%) rotate(0);
}

.js-slider .slick-next:before,
.js-slider .slick-prev:before {
    content: "";
    background-image: url(assets/img/internal/arrow-icon-white.png);
    width: 43px;
    height: 43px;
    background-size: 33px 33px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

.js-slider .slick-prev {
    left: 90px;
}

.js-slider .slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.js-slider .slick-next {
    right: 90px;
}

.js-slider .slick-dots {
    position: absolute;
    z-index: 4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 23px;
    padding-left: 0;
    padding-right: 0;
}

.js-slider .slick-dots li {
    cursor: pointer;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background-color: #999;
    margin: 3px;
}

.js-slider .slick-dots li.slick-active {
    background-color: #f7941d;
}

.js-slider .slick-dots li button {
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.square-slider {
    overflow: hidden;
}

.square-slider .js-slider {
    margin: auto;
}

.square-slider .js-slider .slick-dots {
    padding-left: 0;
}

.square-slider .slick-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    margin: auto;
    max-width: 83.333333%;
    overflow: visible;
}

.square-slider .slick-list .item-wrapper article {
    height: 381px;
    padding: 56px 70px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: normal;
    overflow: hidden;
}

.square-slider .slick-list .item-wrapper article a,
.square-slider .slick-list .item-wrapper article a:focus,
.square-slider .slick-list .item-wrapper article a:visited {
    color: #fff;
}

.square-slider .slick-list .item-wrapper article .section-header>h1:first-child {
    text-transform: uppercase;
}

.square-slider .slick-list .item-wrapper article p {
    color: #999;
    text-align: center;
}

.square-slider .slick-list .item-wrapper article form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.square-slider .slick-list .item-wrapper article form input {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 44px;
    padding: 10px 20px;
}

.square-slider .slick-list .item-wrapper article form input::-webkit-input-placeholder {
    color: #999;
}

.square-slider .slick-list .item-wrapper article form input:-ms-input-placeholder {
    color: #999;
}

.square-slider .slick-list .item-wrapper article form input::-ms-input-placeholder {
    color: #999;
}

.square-slider .slick-list .item-wrapper article form input::placeholder {
    color: #999;
}

.square-slider .slick-list .item-wrapper article form button {
    display: block;
    width: auto;
    margin: auto;
}

.square-slider .slick-arrow {
    display: none;
}

.see-all-container {
    margin-top: 0 !important;
    position: relative;
}

.see-all-container a.link {
    font-size: 1rem;
    font-weight: 600;
    color: #ca4c16;
    transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -ms-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}

.see-all-container a.link:hover {
    color: #e69500;
    transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -ms-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}

.dark-bg .js-slider .slick-dots li:not(.slick-active),
.grey-bg .js-slider .slick-dots li:not(.slick-active) {
    background-color: #fff;
}

aside+.main-content .fullwidth .slick-prev {
    left: 30px;
}

aside+.main-content .fullwidth .slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

aside+.main-content .fullwidth .slick-next {
    right: 30px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    max-width: 48%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 48%;
}


/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger.is-active:hover {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #f7941d;
}

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

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 37px;
    height: 4px;
    background-color: #f7941d;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.hamburger--3dx .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
    transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
    -webkit-perspective: 80px;
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowalt .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowturn.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::after,
.hamburger--boring .hamburger-inner::before {
    -webkit-transition-property: none;
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
    -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
    transform: translate3d(0, -10px, 0) rotate(45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease;
}

.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
    transform: translate3d(0, 10px, 0) rotate(135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger--elastic.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    -webkit-transition-duration: 275ms;
    transition-duration: 275ms;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition: opacity 125ms 275ms ease;
    transition: opacity 125ms 275ms ease;
}

.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    -webkit-transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 275ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
    transform: translate3d(0, -20px, 0) rotate(270deg);
    -webkit-transition-delay: 75ms;
    transition-delay: 75ms;
}

.hamburger--emphatic {
    overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    left: -80px;
    top: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    right: -80px;
    top: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r {
    overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
    -webkit-transition: background-color 125ms 175ms ease-in;
    transition: background-color 125ms 175ms ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
    left: 0;
    -webkit-transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear, left 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear, left 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
    top: 10px;
    right: 0;
    -webkit-transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear, right 125ms 175ms ease-in;
    transition: transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms 125ms linear, right 125ms 175ms ease-in, -webkit-transform 125ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
    left: -80px;
    top: 80px;
    -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    -webkit-transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: left 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
    right: -80px;
    top: 80px;
    -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    -webkit-transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: right 125ms ease-out, top 50ms 125ms linear, transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 125ms 175ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--minus .hamburger-inner::after,
.hamburger--minus .hamburger-inner::before {
    -webkit-transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
    transition: bottom 80ms 0s ease-out, top 80ms 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::after,
.hamburger--minus.is-active .hamburger-inner::before {
    opacity: 0;
    -webkit-transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
    transition: bottom 80ms ease-out, top 80ms ease-out, opacity 0s 80ms linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    -webkit-transition: background-color 0s 0.13s linear;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 75ms linear, -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 75ms linear;
    transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 75ms linear, -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms 0.1s ease-out, -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms 0.1s ease-out, -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r .hamburger-inner {
    -webkit-transition: background-color 0s 75ms linear, -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: background-color 0s 75ms linear, -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 75ms linear;
    transition: transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 75ms linear, -webkit-transform 75ms 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::before {
    -webkit-transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
    -webkit-transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent !important;
    -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: background-color 0s 0.15s linear, -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
    transition: transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 75ms 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: top 75ms 0.1s ease-out, -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: bottom 75ms 0.1s ease-out, -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms 0.1s ease-out, transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze .hamburger-inner {
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
    transition: top 75ms 0.12s ease, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner::after {
    -webkit-transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 75ms ease, opacity 75ms 0.12s ease;
    transition: top 75ms ease, opacity 75ms 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--vortex .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::after,
.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
    -webkit-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::after,
.hamburger--vortex.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::after,
.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
    -webkit-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::after,
.hamburger--vortex-r.is-active .hamburger-inner::before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

article.rte a {
    color: #000;
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-weight: 700;
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

article.rte a:hover {
    color: #804C0F;
}

article.rte a:focus {
    outline: 1px solid #804C0F;
    outline-offset: 2px;
}

article.rte a.link {
    -webkit-transition: color ease 0.3s;
    transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

article.rte a.link:hover {
    color: #804C0F;
}



body .social-block img.social-icon,
html .social-block img.social-icon {
    width: 24px !important;
    height: 24px !important;
}

body .sticky,
html .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

body b,
body strong,
html b,
html strong {
    font-weight: 700;
}

body .black-bg,
html .black-bg {
    background: #000;
    color: #fff;
}

body .dark-bg,
html .dark-bg {
    background-color: #292929;
    color: #fff;
}

body .dark-bg a.link,
html .dark-bg a.link {
    color: #fff;
    text-decoration: underline;
}

body .dark-bg a.link:focus,
body .dark-bg a.link:hover,
body .dark-bg a.link:visited,
html .dark-bg a.link:focus,
html .dark-bg a.link:hover,
html .dark-bg a.link:visited {
    color: #fff;
}

body .gray-bg,
html .gray-bg {
    background-color: #999;
    color: #000;
}

body .gray-bg a.link,
html .gray-bg a.link {
    color: #000;
    text-decoration: underline;
}

body .gray-bg a.link:focus,
body .gray-bg a.link:hover,
body .gray-bg a.link:visited,
html .gray-bg a.link:focus,
html .gray-bg a.link:hover,
html .gray-bg a.link:visited {
    color: #000;
}

body .light-bg,
html .light-bg {
    background-color: #dadada;
}

body .extra-tiny-text,
html .extra-tiny-text {
    font-size: 0.85rem !important;
}

body .gray-text,
html .gray-text {
    color: #9c9c9c;
}

body .orange-text,
html .orange-text {
    color: #814e0f;
}

body a.link,
html a.link {
    color: #999;
    text-decoration: underline;
}

body a.link:focus,
body a.link:hover,
body a.link:visited,
html a.link:focus,
html a.link:hover,
html a.link:visited {
    color: #999;
}

body section,
html section {
    padding: 90px;
    background-color: #fff;
}

.reset_variations,
.woocommerce .woocommerce-ordering,
.woocommerce-result-count {
    display: none;
}

body section.fullwidth,
html section.fullwidth {
    padding-left: 0;
    padding-right: 0;
}

body section .section-header,
html section .section-header {
    text-align: center;
}

body section .section-header .section-title,
html section .section-header .section-title {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 300;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

body section .section-header hr,
html section .section-header hr {
    width: 145px;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 30px;
    border: 0;
    border-top: 3px solid #f7941d;
}

body section .section-header hr:last-child,
html section .section-header hr:last-child {
    margin-bottom: 40px;
}

body section .section-header .section-introduction,
html section .section-header .section-introduction {
    font-size: 18px;
}

.fullwidth .js-slider {
    width: 100%;
    margin: 0 !important;
}

body .dark-filter:before,
html .dark-filter:before {
    content: "";
    position: absolute;
    opacity: 0.25;
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

body .dark-filter .content-wrapper,
html .dark-filter .content-wrapper {
    z-index: 2;
}

body article.blocks-slider,
html article.blocks-slider {
    padding: 1rem;
}

body article.blocks-slider .item,
html article.blocks-slider .item {
    min-height: 190px;
    text-align: center;
}

html article.blocks-slider .item {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

html article.blocks-slider .item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

body article.blocks-slider .item .image-wrapper,
html article.blocks-slider .item .image-wrapper {
    height: 50%;
    position: relative;
    width: 100%;
}

body article.blocks-slider .item .image-wrapper img,
html article.blocks-slider .item .image-wrapper img {
    height: 40px;
    margin: auto;
    margin-bottom: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

body article.blocks-slider .item .content-wrapper,
html article.blocks-slider .item .content-wrapper {
    height: 50%;
    position: relative;
    width: 100%;
}

body article.blocks-slider .item .content-wrapper .item-title,
html article.blocks-slider .item .content-wrapper .item-title {
    font-size: 18px;
    text-align: center;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #000;
    line-height: 28px;
}

body article.user-data-block,
html article.user-data-block {
    border-bottom: 1px solid #f7941d;
    margin-bottom: 30px;
}

body article.user-data-block h2,
html article.user-data-block h2 {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 15px;
}

body article.user-data-block h2 .material-icons,
html article.user-data-block h2 .material-icons {
    color: #f7941d;
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

body article.user-data-block h2.active .material-icons,
html article.user-data-block h2.active .material-icons {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body article.user-data-block .personal-data,
html article.user-data-block .personal-data {
    max-height: 0;
    opacity: 0;
    height: auto;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    overflow: hidden;
}

body article.user-data-block .personal-data.active,
html article.user-data-block .personal-data.active {
    opacity: 1;
    height: auto;
    max-height: 2000px;
}

body article.user-data-block .personal-data label,
html article.user-data-block .personal-data label {
    color: #999;
    width: 20%;
    vertical-align: top;
}

body article.user-data-block .personal-data input,
body article.user-data-block .personal-data textarea,
html article.user-data-block .personal-data input,
html article.user-data-block .personal-data textarea {
    pointer-events: none;
    color: #9c9c9c;
    vertical-align: top;
    border: 1px solid #dadada;
    width: 33%;
}

body article.user-data-block .personal-data input.active,
body article.user-data-block .personal-data textarea.active,
html article.user-data-block .personal-data input.active,
html article.user-data-block .personal-data textarea.active {
    pointer-events: all;
    color: #292929;
}

body article.user-data-block .personal-data .edit-button,
html article.user-data-block .personal-data .edit-button {
    color: #9c9c9c;
    cursor: pointer;
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    font-size: 18px;
}

body article.user-data-block .personal-data .edit-button.active,
html article.user-data-block .personal-data .edit-button.active {
    color: #fff;
    border-radius: 50%;
    padding: 5px;
    background: #f7941d;
}

body article.last-news-block .item,
html article.last-news-block .item {
    height: 380px;
}

body article.last-news-block .item .content-wrapper,
html article.last-news-block .item .content-wrapper {
    padding-left: 70px;
    padding-right: 70px;
    color: #000;
    margin: auto;
}

body article.last-news-block .item .content-wrapper h1,
body article.last-news-block .item .content-wrapper p,
html article.last-news-block .item .content-wrapper h1,
html article.last-news-block .item .content-wrapper p {
    font-weight: 400;
    margin: 0;
    margin-bottom: 26px;
}

body article.last-news-block .item .content-wrapper h1,
html article.last-news-block .item .content-wrapper h1 {
    font-size: 24px;
    line-height: calc(24px * 1.45);
}

body article.last-news-block .item .content-wrapper h2 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

body article.last-news-block .item .content-wrapper p,
html article.last-news-block .item .content-wrapper p {
    font-size: 1rem;
    color: #292929;
    margin-bottom: 20px;
}

body article.last-news-block .item .content-wrapper .btn {
    font-size: 0.85rem;
    font-weight: 600;
}

body article.last-news-block .item .content-wrapper .extra-tiny-text {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.85rem;
}

body article.last-news-block .item .image-wrapper img,
html article.last-news-block .item .image-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

body .card-deck.small article.card,
html .card-deck.small article.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 29%;
    flex: 1 0 29%;
}

body .card-deck.small article.card .card-body,
html .card-deck.small article.card .card-body {
    padding-bottom: 0;
}

body .card-deck.small article.card .card-body h1,
html .card-deck.small article.card .card-body h1 {
    font-size: 1rem;
    font-weight: 400;
    line-height: calc(16px * 1.33);
}

body .card-deck.small article.card .card-body .card-footer,
html .card-deck.small article.card .card-body .card-footer {
    padding-bottom: 19px;
}

body .card-deck article.card,
html .card-deck article.card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    background: #dadada;
    color: #292929;
    margin-bottom: 15px;
    margin-top: 15px;
    border: none;
    border-radius: 0;
}

.variations_form table.variations tr {
    padding-top: 10px;
    display: grid;
}

.woocommerce section.woocommerce-customer-details,
.woocommerce section.woocommerce-order-details,
.woocommerce section.woocommerce-order-downloads {
    padding: 0;
}

.single_variation_wrap {
    margin-bottom: 10px;
}

body .card-deck article.card img,
html .card-deck article.card img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 45%;
}

body .card-deck article.card .date,
html .card-deck article.card .date {
    background: #000;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    padding: 15px;
    padding-bottom: 10px;
    position: absolute;
    top: -10px;
    left: 15px;
    letter-spacing: 1.6px;
}

body .card-deck article.card .date .year,
html .card-deck article.card .date .year {
    letter-spacing: 3.6px;
}

body .card-deck article.card .card-body h1,
html .card-deck article.card .card-body h1 {
    font-size: 1rem;
    font-weight: 600;
    width: 100%;
}

.foogallery.fg-image-viewer.fg-light.fg-shadow-outline .fiv-inner {
    box-shadow: none;
}

.foogallery.fg-image-viewer .fiv-ctrls p {
    display: inline-block;
}

body aside+.main-content section .image-text-blocks.card-deck .card .card-footer .btn {
    margin-bottom: 43px;
}

.animate-front-page section {
    transition: all 0.28s ease-in-out;
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
}

body .card-deck article.card .card-body,
body .card-deck article.card .card-footer,
html .card-deck article.card .card-body,
html .card-deck article.card .card-footer {
    text-align: center;
    background: 0 0;
    border: none;
    display: flex;
}

.no-animate {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0;
}

body .card-deck article.card .card-footer {
    padding-top: 0;
    padding-bottom: 24px;
    margin: auto;
    min-height: 100px;
}

body article.fullwidth-block,
html article.fullwidth-block {
    height: 474px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

body article.fullwidth-block .content-wrapper,
html article.fullwidth-block .content-wrapper {
    margin-bottom: 50px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

body article.fullwidth-block .content-wrapper small,
html article.fullwidth-block .content-wrapper small {
    font-size: 18px;
    font-weight: 400;
    line-height: calc(18px * 1.1);
    margin-bottom: 24px;
}

body article.fullwidth-block .content-wrapper h1,
html article.fullwidth-block .content-wrapper h1 {
    font-size: 57px;
    color: #fff;
    font-weight: 700;
    line-height: calc(66.12px);
    text-transform: uppercase;
    margin-bottom: 30px;
}

body article.fullwidth-block .content-wrapper h2,
html article.fullwidth-block .content-wrapper h2 {
    font-size: 57px;
    color: #fff;
    font-weight: 700;
    line-height: calc(66.12px);
    text-transform: uppercase;
    margin-bottom: 30px;
}

body footer,
html footer {
    background-color: #fff;
    margin-top: -1px;
}

body footer .filters,
html footer .filters {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    padding-left: 50px;
    text-align: center;
}

body footer .filters input,
html footer .filters input {
    border-radius: 50px;
}

body footer .pre-footer,
html footer .pre-footer {
    height: 120px;
}

body footer .pre-footer .back-to-top,
html footer .pre-footer .back-to-top {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

body footer .pre-footer .back-to-top .back-to-top-icon,
html footer .pre-footer .back-to-top .back-to-top-icon {
    border-radius: 50%;
    border: 2px solid #000;
    font-size: 35px;
    margin-bottom: 20px;
}

body footer .pre-footer .back-to-top a,
html footer .pre-footer .back-to-top a {
    display: block;
    font-size: 0.85rem;
    color: #292929;
    text-transform: uppercase;
}

body footer .logo-footer,
html footer .logo-footer {
    height: 100px;
}

body footer .logo-footer img,
html footer .logo-footer img {
    max-height: 68px;
}

body footer .main-footer,
html footer .main-footer {
    height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
}

body footer .main-footer .main-logo .m-auto,
html footer .main-footer .main-logo .m-auto {
    margin-left: 0 !important;
}

body footer .main-footer .main-logo img,
html footer .main-footer .main-logo img {
    margin-bottom: 12px;
    height: 40px;
}

body footer .main-footer .main-logo .motto,
html footer .main-footer .main-logo .motto {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 400;
}

body footer .main-footer .contacts,
html footer .main-footer .contacts {
    padding-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

body footer .main-footer .contacts .contact,
html footer .main-footer .contacts .contact {
    padding-right: 0;
    padding-left: 30px;
    cursor: pointer;
}

body footer .main-footer .contacts .contact img,
html footer .main-footer .contacts .contact img {
    margin-right: 10px;
}

body footer .main-footer .contacts .contact a,
html footer .main-footer .contacts .contact a {
    font-size: 1rem;
    font-weight: 400;
}

body footer .main-footer .contacts .contact .m-auto,
html footer .main-footer .contacts .contact .m-auto {
    margin-right: 0 !important;
}

body footer .copyright,
html footer .copyright {
    margin-top: -1px;
    padding-bottom: 20px;
}

body footer .copyright a,
body footer .copyright p,
html footer .copyright a,
html footer .copyright p {
    font-size: 1rem;
    font-weight: 400;
    /*opacity: 0.3;*/
    color: #fff;
}

body .background-img-wrapper,
html .background-img-wrapper {
    z-index: -1;
    position: fixed;
    height: 100vh;
}

body .background-img-wrapper img,
html .background-img-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body .background-img-wrapper video,
html .background-img-wrapper video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body header .login-pop-menu,
html header .login-pop-menu {
    /* visibility removes children elements from iteration with tabs unless menu is active  */
    visibility: hidden;
    background-color: #ececece6;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 33%;
    z-index: 9;
    display: inline-block;
    height: auto;
    padding: 0;
    max-height: 0 !important;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    -moz-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    -ms-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
    -o-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 0.5s;
}

body header .login-pop-menu.black,
html header .login-pop-menu.black {
    background-color: #292929;
    width: auto;
}

body header .login-pop-menu.black p,
html header .login-pop-menu.black p {
    color: #f7941d;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 0;
}

body header .login-pop-menu.active,
html header .login-pop-menu.active {
    /* visible so user can iterate with tabs  */
    visibility: visible;
    padding: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    opacity: 1;
    height: auto;
    max-height: 900px !important;
}

body header .login-pop-menu label,
html header .login-pop-menu label {
    display: block;
    text-align: left;
    color: #292929;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
}

body header .login-pop-menu input:not([type="submit"]),
html header .login-pop-menu input:not([type="submit"]) {
    width: 100%;
    border: 1px solid #a9a9a9;
}

body header .shopping-cart-symbol,
html header .shopping-cart-symbol {
    position: absolute;
    color: #f7941d;
}

body header .js-slider .slick-arrow,
html header .js-slider .slick-arrow {
    display: none !important;
}

body header .main-logo,
html header .main-logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body header .main-logo a {
    display: flex;
    margin: auto;
}

body header .main-logo img {
    width: 100%;
    max-width: 180px;
    margin: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

body header.secondary-menu .top .menu {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

body header .main-logo .motto,
html header .main-logo .motto {
    opacity: 0.7;
    text-transform: uppercase;
}

body header nav a,
html header nav a {
    text-transform: none;
    font-size: 27px;
    color: #fff;
}

body header nav.bottom-menu,
html header nav.bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body header nav.bottom-menu a,
html header nav.bottom-menu a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}

body header nav.short-menu,
html header nav.short-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0 !important;
    position: absolute;
    right: 0;
    bottom: 0;
}

body header nav.short-menu a,
html header nav.short-menu a {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    font-size: 18px;
    padding-bottom: 0;
    font-weight: 100;
    letter-spacing: 2px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

body header nav.short-menu a:hover {
    font-weight: 900;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

body header nav.short-menu a:hover,
html header nav.short-menu a:hover {
    color: #fff;
}

body header nav.short-menu a:last-child,
html header nav.short-menu a:last-child {
    padding-right: 0;
    position: relative;
}

body header nav.short-menu a:last-child img,
html header nav.short-menu a:last-child img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -7px);
    transform: translate(-50%, -7px);
}

body header nav.short-menu a:last-child img:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transform: translate(-50%, -7px) scale(1.2);
    -webkit-transform: translate(-50%, -7px) scale(1.2);
    -moz-transform: translate(-50%, -7px) scale(1.2);
    -ms-transform: translate(-50%, -7px) scale(1.2);
    -o-transform: translate(-50%, -7px) scale(1.2);
}

body header.secondary-menu>.top,
html header.secondary-menu>.top {
    -webkit-box-shadow: 0 12px 14px 0 #00000030;
    box-shadow: 0 12px 14px 0 #00000030;
}

body header.area,
body header.secondary-menu,
html header.area,
html header.secondary-menu {
    height: 766px !important;
    margin-bottom: 70px;
    overflow: visible !important;
}

body header.area .middle,
body header.secondary-menu .middle,
html header.area .middle,
html header.secondary-menu .middle {
    position: relative;
}

body header.area .middle .img-wrapper,
body header.secondary-menu .middle .img-wrapper,
html header.area .middle .img-wrapper,
html header.secondary-menu .middle .img-wrapper {
    position: relative;
}

body header.area .middle .main-menu-wrapper,
body header.secondary-menu .middle .main-menu-wrapper,
html header.area .middle .main-menu-wrapper,
html header.secondary-menu .middle .main-menu-wrapper {
    width: 100vw !important;
    max-width: 100vw !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    z-index: 99999;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    height: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    position: fixed !important;
    top: 120px;
}

body header.area .middle .main-menu-wrapper .menu-label,
body header.secondary-menu .middle .main-menu-wrapper .menu-label,
html header.area .middle .main-menu-wrapper .menu-label,
html header.secondary-menu .middle .main-menu-wrapper .menu-label {
    color: #f7941d;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
    margin-top: 30px;
}

body header.area .middle .main-menu-wrapper.show,
body header.secondary-menu .middle .main-menu-wrapper.show,
html header.area .middle .main-menu-wrapper.show,
html header.secondary-menu .middle .main-menu-wrapper.show {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    height: calc(100vh - 120px) !important;
    max-height: 800px;
}

body header.area .middle .main-menu-wrapper .close-btn,
body header.secondary-menu .middle .main-menu-wrapper .close-btn,
html header.area .middle .main-menu-wrapper .close-btn,
html header.secondary-menu .middle .main-menu-wrapper .close-btn {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 23px;
    height: 23px;
    background-image: url(assets/img/internal/close_orange.png);
}

body header.area .middle .main-menu-wrapper .main-menu,
body header.secondary-menu .middle .main-menu-wrapper .main-menu,
html header.area .middle .main-menu-wrapper .main-menu,
html header.secondary-menu .middle .main-menu-wrapper .main-menu {
    color: #b5b4b4;
    margin-top: 30px !important;
}

body header.area .middle .main-menu-wrapper .main-menu>ul,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul,
html header.area .middle .main-menu-wrapper .main-menu>ul,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul {
    -webkit-column-count: 3;
    column-count: 3;
    list-style-type: none;
    padding-left: 15px;
}

body header.area .middle .main-menu-wrapper .main-menu>ul .active,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul .active,
html header.area .middle .main-menu-wrapper .main-menu>ul .active,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul .active {
    color: #f7941d;
    float: left;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}

body header.area .middle .main-menu-wrapper .main-menu>ul i.menu-icon,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul i.menu-icon,
html header.area .middle .main-menu-wrapper .main-menu>ul i.menu-icon,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul i.menu-icon {
    font-size: 36px;
    line-height: 38px;
    float: left;
    color: #f7941d;
}

body header.area .middle .main-menu-wrapper .main-menu>ul>li,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li,
html header.area .middle .main-menu-wrapper .main-menu>ul>li,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    padding-left: 0;
}

body header.area .middle .main-menu-wrapper .main-menu>ul>li>a,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>a,
html header.area .middle .main-menu-wrapper .main-menu>ul>li>a,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>a {
    font-size: 27px;
    margin-bottom: 20px;
}

body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul,
html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 27px;
    height: auto;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul.hide,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul.hide,
html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul.hide,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul.hide {
    height: 1px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li,
html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li {
    list-style-type: none;
    padding-left: 0;
    font-size: 17px;
    line-height: 26px;
}

body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li>a,
body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li>a,
html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li>a,
html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li>a {
    font-size: 18px;
    color: #FFF;
    display: block;
    line-height: 28px;
}

body header.homepage,
html header.homepage {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
   /* overflow: hidden;*/
}

body header.homepage .top,
html header.homepage .top {
    z-index: 10;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-top: 15px;
    position: absolute;
    width: 100%;
}

body header.homepage .top .utilities,
html header.homepage .top .utilities {
    text-align: right;
}

body header.homepage .top .utilities a,
html header.homepage .top .utilities a {
    color: #fff;
    font-size: 0.85rem;
    padding: 6px;
    font-weight: 400;
}

body header.homepage .top .utilities a.active,
html header.homepage .top .utilities a.active {
    color: #f7941d;
}

body header.homepage .top .utilities a:last-child,
html header.homepage .top .utilities a:last-child {
    padding-left: 30px;
    padding-right: 0;
}

body header.homepage .top .menu,
html header.homepage .top .menu {
    margin-top: 15px;
    margin-bottom: 15px;
}

body header.homepage .middle,
html header.homepage .middle {
    z-index: 5;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*  background: rgba(0, 0, 0, 0.3);*/
}

body header.homepage .middle h1.claim,
html header.homepage .middle h1.claim {
    color: #fff;
    font-size: 32px;
    line-height: 59.43px;
    text-transform: uppercase;
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-weight: 100;
}

body header.homepage .middle h1.claim .down-btn,
html header.homepage .middle h1.claim .down-btn {
    cursor: pointer;
    display: block;
    margin-top: 70px;
}

body header.homepage .middle h1.claim .down-btn:before,
html header.homepage .middle h1.claim .down-btn:before {
    content: url(assets/img/internal/arrow-icon-white.png);
    width: 43px;
    height: 43px;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body header.homepage .middle .img-wrapper,
html header.homepage .middle .img-wrapper {
    width: 100%;
    height: 100%;
    top: 10px;
}

a[data-toggle] {
    cursor: pointer;
}

.woocommerce div.product div.summary {
    display: flex;
    flex-direction: column;
}

.woocommerce div.product div.summary>* {
    order: 3;
}

.woocommerce div.product div.summary .product_title {
    order: 0;
}

.woocommerce div.product div.summary .product_meta {
    order: 1;
    display: none !important;
}

body header.homepage .middle .img-wrapper img,
html header.homepage .middle .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body header.homepage .middle .img-wrapper .slick-track img:not(.parallax-initialized) {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: all 0.3s ease-in-out 0.3s !important;
    -webkit-transition: all 0.3s ease-in-out 0.3s !important;
    -moz-transition: all 0.3s ease-in-out 0.3s !important;
    -ms-transition: all 0.3s ease-in-out 0.3s !important;
    -o-transition: all 0.3s ease-in-out 0.3s !important;
}

body header.homepage .middle .page-identifier,
html header.homepage .middle .page-identifier {
    width: 100%;
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 10;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

body header.homepage .middle .page-identifier h1,
html header.homepage .middle .page-identifier h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    width: 100%;
}

body header.homepage .middle .page-identifier h1,
html header.homepage .middle .page-identifier .h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    width: max-content;
    max-width: 60vw;
    margin: 0px auto;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 8px 24px 8px 24px;
    
}

body header.homepage .middle .page-identifier hr,
html header.homepage .middle .page-identifier hr {
    width: 145px;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 43px;
    border: 0;
    border-top: 3px solid #f7941d;
}


body header.homepage .bottom,
html header.homepage .bottom {
    height: 80px;
    z-index: 10;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    bottom: 0;
    background: #000;
}

body header.homepage .bottom.sticky,
html header.homepage .bottom.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

body header.homepage .bottom .inner-menu li,
body header.homepage .bottom .inner-menu ul,
html header.homepage .bottom .inner-menu li,
html header.homepage .bottom .inner-menu ul {
    list-style: none;
    padding-left: 0;
}

body header.homepage .bottom .inner-menu .main-menu,
html header.homepage .bottom .inner-menu .main-menu {
    position: relative;
}

body header.homepage .bottom .inner-menu .main-menu>li,
html header.homepage .bottom .inner-menu .main-menu>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body header.homepage .bottom .inner-menu .main-menu>li a.nav-link,
html header.homepage .bottom .inner-menu .main-menu>li a.nav-link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 7px;
    color: #fff;
    margin-left: 20px;
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:before,
html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:before {
    content: "";
    display: block;
    width: 10px;
    height: 16px;
    float: left;
    margin-right: 7px;
    background-image: url(assets/img/internal/list.png);
    margin-left: -20px;
}

body header.homepage .bottom .inner-menu .main-menu>li a.nav-link+.sub-menu,
html header.homepage .bottom .inner-menu .main-menu>li a.nav-link+.sub-menu {
    pointer-events: none;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.26s ease-in-out;
    transition: all 0.26s ease-in-out;
}

body header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active,
body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover,
html header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active,
html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover {
    color: #f7941d;
    transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -ms-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}

body header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active+.sub-menu,
body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover+.sub-menu,
html header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active+.sub-menu,
html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover+.sub-menu {
    pointer-events: all;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.26s ease-in-out;
    transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -ms-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}

body header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu,
html header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu {
    position: absolute;
    left: 50%;
    top: 0;
}

body header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu a.nav-link,
html header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu a.nav-link {
    text-transform: none;
}

body header.homepage .bottom .bottom-menu-container,
html header.homepage .bottom .bottom-menu-container {
    background: #000;
    position: absolute;
    -webkit-box-shadow: 0 12px 14px 0 #00000030;
    box-shadow: 0 12px 14px 0 #00000030;
    z-index: 9999;
}

body header.homepage .bottom .bottom-menu-container .close-btn,
html header.homepage .bottom .bottom-menu-container .close-btn {
    z-index: 10;
    cursor: pointer;
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 17px;
    background-image: url(assets/img/internal/close_orange.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.8;
}

body header.homepage .bottom .bottom-menu-container .close-btn:hover {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 1;
}

body header.homepage .bottom .tab-content,
html header.homepage .bottom .tab-content {
    overflow: hidden;
}

body header.homepage .bottom .tab-pane .tab-description p,
html header.homepage .bottom .tab-pane .tab-description p {
    margin-top: 15px;
    margin-bottom: 38px;
    color: #fff;
    opacity: 1;
}

body header.homepage .bottom .nav-tabs,
html header.homepage .bottom .nav-tabs {
    border: none;
    height: 80px;
    flex-wrap: nowrap;
}

body header.homepage .bottom .nav-tabs .nav-link,
html header.homepage .bottom .nav-tabs .nav-link {
    margin: auto;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: 0 0;
}

body header.homepage .bottom .nav-tabs .nav-link .wrapper,
html header.homepage .bottom .nav-tabs .nav-link .wrapper {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 39px;
    border-radius: 15px;
    color: #fff;
    line-height: 33px;
    background: 0 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

body header.homepage .bottom .nav-tabs .nav-link.active .wrapper,
body header.homepage .bottom .nav-tabs .nav-link:hover .wrapper,
html header.homepage .bottom .nav-tabs .nav-link.active .wrapper,
html header.homepage .bottom .nav-tabs .nav-link:hover .wrapper {
    transition: all 0.2s ease-in-out;
    background: #f7941d;
    font-size: 22px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

body aside section,
html aside section {
    padding: 0;
    padding-left: 20px;
}

html aside+.main-content .text-with-cta .cta {
    text-transform: uppercase;
    background: #ebebeb;
    padding: 20px;
    background-size: cover;
}

html aside+.main-content .text-with-cta .cta {
    font-weight: 600;
}

html aside+.main-content .text-with-cta .cta a:hover {
    color: #e69500;
}

body aside nav.links-menu {
    text-transform: uppercase;
}

body aside section.anchors,
body aside section.info {
    padding-left: 0;
}

body aside section.filters,
html aside section.filters {
    margin-bottom: 30px;
}

body aside nav.links-menu ul.links,
html aside nav.links-menu ul.links {
    display: inline-block;
    text-align: left;
}

body aside nav.links-menu ul.links .wrapper,
html aside nav.links-menu ul.links .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body aside nav.links-menu ul.links em,
html aside nav.links-menu ul.links em {
    float: left;
    color: #d37e19;
}

body aside nav.links-menu ul.links a,
html aside nav.links-menu ul.links a {
    font-weight: 400;
    position: relative;
    float: left;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body aside nav.links-menu ul.links li h6>a {
    float: none;
    font-size: 1rem;
}

body aside nav.anchors-menu a,
html aside nav.anchors-menu a {
    border: 1px solid #f7941d;
    width: 100%;
    height: 54px;
    display: block;
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

body aside nav.anchors-menu a:hover,
html aside nav.anchors-menu a:hover {
    text-decoration: none;
}

body aside nav.anchors-menu a:hover p,
html aside nav.anchors-menu a:hover p {
    text-decoration: none;
}

body aside nav.anchors-menu a:hover img,
html aside nav.anchors-menu a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

body aside nav.anchors-menu a p,
html aside nav.anchors-menu a p {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #f7941d;
    margin: 0;
}

body aside nav.anchors-menu a img,
html aside nav.anchors-menu a img {
    height: 18px;
    height: auto;
    margin: auto;
    margin-right: 15px;
}

body aside nav.anchors-menu a.active,
body aside nav.anchors-menu a:hover,
html aside nav.anchors-menu a.active,
html aside nav.anchors-menu a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #f7941d;
}

body aside nav.anchors-menu a:hover {
    background-color: #fff;
}

body aside nav.anchors-menu a:hover p {
    color: #f7941d !important;
}

body aside nav.anchors-menu a.active p,
body aside nav.anchors-menu a:hover p,
html aside nav.anchors-menu a.active p,
html aside nav.anchors-menu a:hover p {
    color: #202020;
}

body aside .info .img-wrapper,
html aside .info .img-wrapper {
    width: 100%;
    height: 246px;
    background-color: #bab7b7;
}

body aside .info .info-text,
html aside .info .info-text {
    border-left: 1px solid #bab7b7;
    border-right: 1px solid #bab7b7;
    border-top: 1px solid #bab7b7;
}

body aside .info .info-text .header,
html aside .info .info-text .header {
    padding: 10px;
    padding-left: 24px;
    padding-right: 24px;
}

body aside .info .info-text .header small,
html aside .info .info-text .header small {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 4px;
}

body aside .info .info-text .header h1,
html aside .info .info-text .header h1 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

body aside ul.contacts,
html aside ul.contacts {
    padding: 0;
}

body aside ul.contacts li,
html aside ul.contacts li {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    list-style: none;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body aside+.main-content section article a,
body aside+.main-content section article a:visited {
    transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -ms-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}


body aside+.main-content section article a {
    color: #000; 
    text-decoration: underline !important;
    text-underline-offset: 3px;
    font-weight: 700;
}

body aside+.main-content section article a:visited {
    color: #804C0F; 
}

body aside+.main-content section article a:focus {
    outline: 1px solid #804C0F;
    outline-offset: 2px;
}

body aside+.main-content section article a:hover {
    color: #804c0f;
    transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -ms-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}

body aside ul.contacts li.active:last-child,
html aside ul.contacts li:last-child {
    border-bottom: 1px solid #f7941d;
}

body aside ul.contacts li.active,
html aside ul.contacts li.active {
    background-color: #f7941d;
}

body aside ul.contacts li.active a p,
html aside ul.contacts li.active a p {
    color: #202020;
    font-weight: 600;
}

.select2-container {
    max-width: 100%;
}

.moove-gdpr-branding {
    pointer-events: none !important;
    color: #f1f1f1 !important;
    font-size: 2px !important;
}

body .main-content section>h2.result__type {
    font-size: 18px;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

body .main-content section>h2.result__type:first-of-type {
    margin-top: 0 !important;
}

html aside .sf-field-search .sf-input-text {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

html aside .sf-field-submit input {
    height: 37px;
}

body aside ul.contacts li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

body aside ul.contacts li a img {
    height: 29px;
    margin-right: 15px;
}

body aside ul.contacts li a p {
    color: #292929;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
}

body aside+.main-content section {
    padding: 0;
    margin-bottom: 30px;
}

body .main-menu-wrapper .material-icons {
    color: #f7941d;
    font-size: 42px;
    cursor: pointer;
}

body aside+.main-content section.fullwidth {
    margin-bottom: 60px;
}

body aside+.main-content section>h1 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

body aside+.main-content section h1.entry-title.woocommerce-title small,
body aside+.main-content section>h1 small {
    text-transform: none;
    color: #292929;
    font-size: calc(24px / 2);
}

body aside+.main-content section>h1 small a,
body aside+.main-content section>h1 small a:focus,
body aside+.main-content section>h1 small a:visited {
    color: #ca4c16;
}

body aside+.main-content section>h1 small a:hover {
    color: #f7941d;
    text-decoration: underline;
}

body aside+.main-content section>h1 em.material-icons {
    font-size: calc(24px / 2);
    width: 14px;
    color: #292929;
    float: left;
}


body aside+.main-content section>h1 small {
    text-transform: none;
    color: #292929;
    font-size: calc(24px / 2);
}

body aside+.main-content section>small a,
body aside+.main-content section>small a:focus,
body aside+.main-content section>small a:visited {
    color: #ca4c16;
}

body aside+.main-content section>small a:hover {
    color: #f7941d;
}

body aside+.main-content section>small em.material-icons {
    font-size: calc(24px / 2);
    width: 14px;
    color: #292929;
    float: left;
}


body aside+.main-content section .slider+.controls,
html aside+.main-content section .slider+.controls {
    display: none;
}

body aside+.main-content section.image-text-blocks,
html aside+.main-content section.image-text-blocks {
    margin-bottom: 25px;
}

body aside+.main-content section .card-deck .card {
    margin-right: 2%;
    margin-bottom: 2%;
    margin-left: 0;
    margin-top: 15px;
}

body aside+.main-content section article,
html aside+.main-content section article {
    padding: 0;
}

body aside+.main-content section article h1,
html aside+.main-content section article h1 {
    font-size: 18px;
    font-weight: 700;
}

body aside+.main-content section article p,
html aside+.main-content section article p {
    font-size: 1rem;
    font-weight: 400;
    max-width: 85ch;
}

body aside+.main-content section article.rte>blockquote,
body aside+.main-content section article.rte>img,
body aside+.main-content section article.rte>p,
html aside+.main-content section article.rte>blockquote,
html aside+.main-content section article.rte>img,
html aside+.main-content section article.rte>p {
    padding-top: 0;
}

html aside .cta.news p {
    font-size: 1rem;
}

html aside .cta.news .see-all-container {
    text-align: right !important;
}

html aside .cta.news .date .small {
    font-size: 0.85rem;
}

body aside+.main-content section article.rte img,
html aside+.main-content section article.rte img {
    position: relative;
    max-width: 100%;
    height: auto;
}

body aside+.main-content section article.rte:empty,
html aside+.main-content section article.rte:empty {
    padding: 0;
}

body aside+.main-content section article blockquote,
body aside+.main-content section article blockquote>*,
html aside+.main-content section article blockquote,
html aside+.main-content section article blockquote>* {
    font-weight: 700;
    font-style: italic;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
}

body aside+.main-content section article blockquote>*,
html aside+.main-content section article blockquote>* {
    padding: 0;
}

body aside+.main-content section article.fullwidth-block,
html aside+.main-content section article.fullwidth-block {
    height: 308px;
    position: relative;
}

body aside+.main-content section article.fullwidth-block .content-wrapper,
html aside+.main-content section article.fullwidth-block .content-wrapper {
    max-width: 80%;
    margin-bottom: 30px;
}

body aside+.main-content section article.fullwidth-block .content-wrapper small,
html aside+.main-content section article.fullwidth-block .content-wrapper small {
    font-size: 1rem;
}

body aside+.main-content section article.fullwidth-block .content-wrapper h1,
html aside+.main-content section article.fullwidth-block .content-wrapper h1 {
    font-size: 36px;
    line-height: calc(41.76px);
    margin-bottom: 15px;
}

body aside+.main-content section article.fullwidth-block .content-wrapper .btn {
    font-size: 0.85rem;
    font-weight: 600;
}

body aside+.main-content section .image-text-blocks.card-deck {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
}

body aside+.main-content section.filter-results .image-text-blocks.card-deck {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
}

body aside+.main-content section .image-text-blocks.card-deck.post-list .card,
html aside+.main-content section .image-text-blocks.card-deck.post-list .card {
    overflow: hidden;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-height: 180px;
}

body aside+.main-content section .image-text-blocks.card-deck.post-list .card img,
html aside+.main-content section .image-text-blocks.card-deck.post-list .card img {
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    max-height: 100%;
    height: 100%;
    padding-left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body,
html aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body {
    border-top: none;
    overflow: hidden;
}

body aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body small,
html aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body small {
    color: #303030;
    font-size: 0.85rem;
    font-style: italic;
    display: block;
    line-height: 12px;
    margin-bottom: 16px;
    margin-top: 3px;
}

body aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body p,
html aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body p {
    font-size: 1rem;
    font-weight: 400;
    line-height: calc(18px);
}

body aside+.main-content section .image-text-blocks.card-deck .card {
    margin-bottom: 30px;
    flex: 1 0 31%;
    max-width: 31%;
    border: none;
    border-radius: 0;
    margin: 0;
    margin-bottom: 2%;
    margin-right: 2%;
}

body aside+.main-content section .image-text-blocks.card-deck .card.small {
    flex: 1 0 22%;
    max-width: 22%;
}

body aside+.main-content section .image-text-blocks.card-deck .card.big {
    flex: 1 0 48%;
    max-width: 48%;
    z-index: 0;
}

.main__title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

body aside+.main-content section .image-text-blocks.card-deck .card .card-link,
body aside+.main-content section .image-text-blocks.card-deck.post-list .card.card-link {
    border: 1px solid #d6d4d4;
}

body aside+.main-content section .image-text-blocks.card-deck.post-list .card.card-link a {
    color: #292929;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.search-filter-results .filter-results {
    margin-left: -0.4em;
    padding-top: 20px;
}

.form-activator+.form-results {
    display: none;
}

.form-activator+.form-results.show {
    display: block;
}

.sidebar-links-menu a.active {
    color: #000;
	font-weight: 900 !important;
}

body aside+.main-content section .image-text-blocks.card-deck .card img,
html aside+.main-content section .image-text-blocks.card-deck .card img {
    max-height: 150px;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

body aside+.main-content section .image-text-blocks.card-deck .card img.icon {
    background-color: transparent;
    object-fit: contain;
    object-position: center;
    background-size: 50px 50px;
    background-position: center;
    padding: 12px;
}

body aside+.main-content section .image-text-blocks.card-deck .card .card-body {
    border-top: 1px solid #bab7b7;
    width: 100%;
}

h2.front__title {
    font-weight: 600;
    font-size: 1rem;
    margin: auto;
    text-transform: uppercase;
}

body aside+.main-content section .image-text-blocks.card-deck .card p {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
}

body aside+.main-content section .image-text-blocks.card-deck.post-list .card {
    max-width: 100%;
}

body aside+.main-content section+section.related-section {
    margin-top: 0;
}

body main,
html main {
    background-color: #fff;
}

body ul.related-content,
html ul.related-content {
    padding: 15px;
    padding-left: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-top: 0;
}

.mobile-only {
    display: none;
}

body ul.related-content h5,
html ul.related-content h5 {
    font-weight: 700;
    text-transform: uppercase;
}

body ul.related-content a,
html ul.related-content a {
    color: #000;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body ul.related-content a:hover,
html ul.related-content a:hover {
    color: #804C0F;
}

body ul.related-content-list a .material-icons,
html ul.related-content-list a .material-icons {
  text-decoration: none;
}

body ul.related-content,
body ul.related-content li,
html ul.related-content,
html ul.related-content li {
    list-style: none;
}

body ul.related-content li,
html ul.related-content li {
    color: #000;
    padding: 0;
    display: inline-block;
    width: 100%;
}

body ul.related-content em.material-icons,
html ul.related-content em.material-icons {
    width: 35px;
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    margin-top: 0 !important;
}

body ul.links,
html ul.links {
    padding-left: 30px;
}

body ul.links.big p {
    font-size: 1rem;
    line-height: 22px;
}

body ul.links.big li,
html ul.links.big li {
    margin-bottom: 5px;
}

body ul.links.big li a:visited,
html ul.links.big li a {
    font-size: 1rem;
    color: #292929;
}

body ul.links.big li a:hover {
    color: #e69500;
}

.social-block {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-top: 15px;
    padding-bottom: 15px;
}

.woocommerce-product-gallery__trigger .emoji {
    visibility: hidden !important;
}

.social-block .logo {
    margin-left: 5px;
    margin-right: 5px;
}

.social-block h6 {
    text-transform: uppercase;
    display: inline;
    padding: 0;
    font-size: 1rem;
}

body ul.links.big li a .material-icons {
    margin-top: 0 !important;
    color: #ca6e00;
}

body ul.links li,
html ul.links li {
    list-style-type: none;
}

body aside ul.links li {
    margin-top: 3px;
    margin-bottom: 5px;
}

body ul.links li:before,
html ul.links li:before {
    background-image: url(assets/img/internal/list.png);
    background-size: contain;
    background-position: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 10px;
    height: 16px;
    margin-right: 8px;
}

body ul.links li a,
html ul.links li a {
    font-size: 1rem;
    padding-top: 3px;
    color: #292929;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 400;
}

body ul.links li a p,
html ul.links li a p {
    margin-bottom: 0;
}

body ul.links li.has-children em,
html ul.links li.has-children em {
    cursor: pointer;
}

body ul.links li.has-children:before,
html ul.links li.has-children:before {
    background-size: contain;
    width: 14px;
    height: 14px;
}

body ul.links li.has-children.open:before,
html ul.links li.has-children.open:before {
    width: 14px;
    height: 14px;
}

body .levitate,
html .levitate {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

body .levitate:hover,
html .levitate:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    z-index: 1;
}

body .card.levitate:hover img {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

body .card.levitate:hover .card-body {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

body .map-block #gmap-map-block,
html .map-block #gmap-map-block,
html .map-block #os-map-block {
    position: absolute;
    height: 100%;
    display: block;
    right: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    top: 0;
}

body .map-block .navigation li,
html .map-block .navigation li {
    width: 100%;
}

body .map-block .navigation li a.nav-link,
html .map-block .navigation li a.nav-link {
    line-height: 43px;
    background: #424242;
    border: 0;
    border-radius: 0;
    color: #fff;
    min-height: 60px;
    height: auto;
    border-bottom: 3px solid #292929;
}

body .map-block .navigation li a.nav-link.active,
html .map-block .navigation li a.nav-link.active {
    background: #545454;
}

body .map-block .tab-content,
html .map-block .tab-content {
    background: #545454;
    min-height: 380px;
}

body .map-block .tab-content .tab-pane.active,
html .map-block .tab-content .tab-pane.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

body .map-block .tab-content .contact-information,
html .map-block .tab-content .contact-information {
    margin: 0;
    padding: 30px 15px;
}

body .map-block .tab-content .contact-information .intro,
html .map-block .tab-content .contact-information .intro {
    font-size: 1rem;
    color: #fff;
}

body .map-block .tab-content .contact-information,
body .map-block .tab-content .contact-information li,
html .map-block .tab-content .contact-information,
html .map-block .tab-content .contact-information li {
    list-style: none;
    color: #FFFFFF;
}

body .map-block .tab-content .contact-information li,
html .map-block .tab-content .contact-information li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

body .map-block .tab-content .contact-information li img,
html .map-block .tab-content .contact-information li img {
    height: auto;
    height: 42px;
    width: 42px;
    margin-right: 15px;
}

body .search-field-container,
html .search-field-container {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 260px;
}

body .search-field-container>*,
html .search-field-container>* {
    position: absolute;
}

body .search-field-container input,
html .search-field-container input {
    width: 100%;
    padding: 0 30px;
    z-index: 0;
    position: relative;
}

body .search-field-container .clear-search,
body .search-field-container .search-icon,
html .search-field-container .clear-search,
html .search-field-container .search-icon {
    color: #a9a9a9;
    z-index: 1;
}

body .search-field-container .search-icon,
html .search-field-container .search-icon {
    cursor: pointer;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color ease-in-out 0.4s;
    transition: color ease-in-out 0.4s;
}

body .search-field-container .search-icon.active,
html .search-field-container .search-icon.active {
    color: #f7941d;
    -webkit-transition: color ease-in-out 0.4s;
    transition: color ease-in-out 0.4s;
    opacity: 1;
}

body .search-field-container .clear-search,
html .search-field-container .clear-search {
    cursor: pointer;
    font-size: 14px !important;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
}

body .search-field-container .clear-search.show,
html .search-field-container .clear-search.show {
    -webkit-transition: opacity ease-in-out 0.2s;
    transition: opacity ease-in-out 0.2s;
    opacity: 1;
}

body .search-field-container-buttons,
html .search-field-container-buttons {
    position: relative;
    max-width: 230px;
    margin-top: 10px;
    opacity: 0 !important;
    height: 0;
    -webkit-transition: opacity ease-in-out 0.4s;
    transition: opacity ease-in-out 0.4s;
}

body .search-field-container-buttons.show,
html .search-field-container-buttons.show {
    -webkit-transition: opacity ease-in-out 0.4s;
    transition: opacity ease-in-out 0.4s;
    opacity: 1 !important;
    height: auto;
}

body .filters>.row,
html .filters>.row {
    margin-bottom: 15px;
}

body .filters .btn.search-btn,
html .filters .btn.search-btn {
    border-color: #f7941d;
}

body .filters input.search,
html .filters input.search {
    width: 100%;
    height: 35px;
    border: 1px solid #e5e6e7;
}

body .filters .main-filters,
html .filters .main-filters {
    margin-bottom: 42px;
}

.menu-link-more:hover {
    color: #f7941d;
}

.menu-link-more {
    color: #f7941d;
}

.menu-link-more:visited {
    color: #f7941d;
}

body .filters .main-filters>div,
html .filters .main-filters>div {
    text-align: center;
}

body .filters .main-filters>div button,
html .filters .main-filters>div button {
    background: #fff;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #939598;
}

body.woocommerce div.product .summary .price {
    font-size: 1rem;
}

body .filters .main-filters>div button.active,
body .filters .main-filters>div button:hover,
html .filters .main-filters>div button.active,
html .filters .main-filters>div button:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #f7941d;
}

body> :not(.loader) {
    opacity: 0;
    -webkit-transition: opacity ease 2s;
    transition: opacity ease 2s;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

body .claim {
    opacity: 0;
    left: 0 !important;
    margin-top: -100px;
}

body .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    opacity: 1;
    -webkit-transition: opacity ease 1s;
    transition: opacity ease 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    background: #fff;
    z-index: 100000000000000020;
}

body .loader .lds-default {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

body .loader .lds-default div {
    position: absolute;
    width: 5px;
    height: 5px;
    background: grey;
    border-radius: 50%;
    -webkit-animation: lds-default 1.2s linear infinite;
    animation: lds-default 1.2s linear infinite;
}

body .loader .lds-default div:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    top: 29px;
    left: 53px;
}

body .loader .lds-default div:nth-child(2) {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
    top: 18px;
    left: 50px;
}

body .loader .lds-default div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    top: 9px;
    left: 41px;
}

body .loader .lds-default div:nth-child(4) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
    top: 6px;
    left: 29px;
}

body .loader .lds-default div:nth-child(5) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    top: 9px;
    left: 18px;
}

body .loader .lds-default div:nth-child(6) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    top: 18px;
    left: 9px;
}

body .loader .lds-default div:nth-child(7) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    top: 29px;
    left: 6px;
}

body .loader .lds-default div:nth-child(8) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    top: 41px;
    left: 9px;
}

body .loader .lds-default div:nth-child(9) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    top: 50px;
    left: 18px;
}

body .loader .lds-default div:nth-child(10) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    top: 53px;
    left: 29px;
}

body .loader .lds-default div:nth-child(11) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    top: 50px;
    left: 41px;
}

body .loader .lds-default div:nth-child(12) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    top: 41px;
    left: 50px;
}

.category__label {
    text-align: center;
    display: block;
    padding: 10px;
}

.category__label,
.number-of-results__label {
    color: #585858 !important;
    font-weight: 400;
    font-size: 11px !important;
}

.number-of-results__label {
    font-weight: 400;
    font-size: 13px !important;
}

.results__title {
    margin-bottom: 5px !important;
}

body aside+.main-content section .image-text-blocks.card-deck.post-list .card.card-link a {
    margin: auto;
}

@-webkit-keyframes lds-default {
    0%,
    100%,
    20%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

body header.homepage .top .utilities a.cart-contents em {
    border-radius: 50%;
    background: 0 0;
    padding: 4px;
    transition: all ease-in-out 0.26s;
    -webkit-transition: all ease-in-out 0.26s;
    -moz-transition: all ease-in-out 0.26s;
    -ms-transition: all ease-in-out 0.26s;
    -o-transition: all ease-in-out 0.26s;
}

body header.homepage .top .utilities a.cart-contents:hover em {
    position: absolute;
    border-radius: 50%;
    background: #fff;
    color: #292929;
    padding: 4px;
}

body header nav.short-menu {
    margin-right: 15px !important;
}

.logged-in header nav.short-menu {
    margin-right: -15px !important;
}

body header nav.short-menu a.menu-button {
    line-height: 2;
}

body header nav.short-menu a {
    height: 40px;
}

.rotate-in-ver {
    -webkit-animation: rotate-in-ver 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-ver 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.mobile-utilities a {
    font-size: 1rem;
}

.mobile-utilities a.active {
    color: #f7941d;
}

html header.homepage .top .mobile-utilities .utilities .login-menu-show-btn {
    padding-left: 0;
}

@-webkit-keyframes rotate-in-ver {
    0% {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
    }
}

@keyframes rotate-in-ver {
    0% {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        opacity: 1;
    }
}

body header nav.short-menu a em.search-icon {
    transition: all ease-in-out 0.26s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: 0 0;
    color: #fff;
    font-size: 24px;
    padding: 4px;
}

body header nav.short-menu a em.search-icon:hover {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #fff;
    color: #000;
    font-size: 24px;
    padding: 4px;
}

body header.homepage .top .utilities a.cart-contents .cart-items-number {
    padding: 2px;
    transition: all ease-in-out 0.26s;
    -webkit-transition: all ease-in-out 0.26s;
    -moz-transition: all ease-in-out 0.26s;
    -ms-transition: all ease-in-out 0.26s;
    -o-transition: all ease-in-out 0.26s;
    padding: 4px;
    width: auto;
    height: auto;
    line-height: 1;
}

body header.homepage .top .utilities a.cart-contents:hover .cart-items-number {
    font-size: 1rem;
    padding: 4px;
    width: auto;
    height: auto;
    line-height: 1;
    bottom: 10px;
}

body header .login-pop-menu {
    pointer-events: none;
    top: 10px;
}

body header .login-pop-menu.active {
    pointer-events: all;
    top: 30px;
    width: 160px;
}

body header .login-pop-menu.active a:hover {
    color: #f7941d !important;
}

.login-menu-show-btn:hover {
    color: #f7941d !important;
}

body header .login-pop-menu.active a {
    height: 40px;
}

body header .login-pop-menu.active a em {
    transition: all ease-in-out 0.26s;
    border-radius: 50%;
    padding: 0;
    background: 0 0;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 19px;
}

body header .login-pop-menu.active a:hover em {
    border-radius: 50%;
    background: #fff;
    color: #292929;
    font-size: 18px;
    padding: 4px;
}

body header .login-pop-menu.active a {
    transition: all ease-in-out 0.26s;
    -webkit-transition: all ease-in-out 0.26s;
    -moz-transition: all ease-in-out 0.26s;
    -ms-transition: all ease-in-out 0.26s;
    -o-transition: all ease-in-out 0.26s;
}

.login-pop-menu.black.d-flex.flex-column.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #292929;
    right: 30px;
    top: -8px;
}

@keyframes lds-default {
    0%,
    100%,
    20%,
    80% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

body.loaded> :not(.loader) {
    opacity: 1;
    -webkit-transition: opacity ease 2s;
    transition: opacity ease 2s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

body.loaded .claim {
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

body.loaded .claim .down-btn {
    -webkit-animation: shake-vertical 1s ease-in-out both;
    animation: shake-vertical 1s ease-in-out both;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

body.loaded .loader {
    opacity: 0;
    -webkit-transition: opacity ease 1s;
    transition: opacity ease 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    pointer-events: none;
}

aside+.main-content {
    padding-left: 40px;
    padding-right: 0;
}

.searchandfilter>ul>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    max-width: 50%;
}

hr.bigger {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 5px solid rgba(255, 143, 3, 0.92);
    width: 50%;
    margin-left: 0;
}

hr.shorter {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 5px solid rgba(255, 143, 3, 0.92);
    width: 25%;
    margin-left: 0;
}

aside .cta {
    background: #ebebeb;
    border: solid 1px #ebebeb;
    margin-bottom: 30px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 900;
    background-size: cover;
}

aside .cta a.post-link,
aside .cta a.post-link:focus,
aside .cta a.post-link:visited {
    color: #000;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

aside .cta a.post-link p {
    margin-bottom: 0;
}

aside .cta a.post-link small {
    text-transform: none;
    margin-bottom: 15px;
}

aside .cta a.post-link:hover p {
    color: #e69500;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

.home .fullwidth-mobile .container {
    margin-top: 40px !important;
    margin-bottom: 50px !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0;
}

.home .see-all-container {
    margin-bottom: 30px !important;
}

.home .fullwidth-mobile .container.mb-fix {
    margin-bottom: 100px !important;
}

.home .fullwidth-mobile .js-slider .slick-dots {
    padding-top: 50px;
}

.modal.show .modal-dialog {
    height: 100%;
    display: flex;
}

.modal.show .modal-dialog .modal-content {
    margin: auto;
}

.modal {
    z-index: 9999;
}

.mobile-only {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-only {
        display: inline-flex !important;
    }
    .desktop-only {
        display: none !important;
    }
    a.cart-contents .cart-items-number {
        left: 30px;
    }
    [data-href] {
        cursor: pointer;
    }
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        max-width: 100%;
    }
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        max-width: 100%;
    }
    .woocommerce ul.products[class*="columns-"] li.product,
    .woocommerce-page ul.products[class*="columns-"] li.product {
        width: 100%;
        float: left !important;
    }
    html .woocommerce div.product div.images.woocommerce-product-gallery {
        order: 0;
        flex: 100%;
        float: left;
    }
    html .woocommerce div.product div.images.woocommerce-product-gallery img {
        float: left;
    }
    aside+.main-content {
        padding-left: 0;
        padding-right: 0;
    }
    .searchandfilter>ul>li {
        display: inline-block;
        vertical-align: top;
        padding: 0 20px;
        max-width: 100%;
    }
    .btn:focus,
    a:focus,
    button:focus,
    input:focus {
        outline: 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .search-filter-reset,
    .btn {
        color: #202020 !important;
        background: #f7941d;
        border-radius: 80px;
        height: 35px;
        font-size: 0.85rem;
        padding: 16px 22px;
        line-height: calc(12px / 4);
        text-transform: uppercase;
        font-weight: 400;
    }
    .search-filter-reset:hover,
    .btn:hover {
        background: #fff;
        color: #f7941d !important;
    }
    .btn.small {
        height: 28px;
        font-size: 0.5rem;
        border-radius: 80px;
        padding: 11px 14px;
        line-height: calc(8px / 2);
        font-weight: 400;
    }
    .dropdown button {
        width: 100%;
        text-align: left;
    }
    .dropdown button:focus,
    .dropdown button:hover {
        outline: 0;
    }
    .dropdown button::after {
        position: absolute;
        right: 10px;
    }
    .dropdown button.btn {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border-radius: 0;
        border: 1px solid #e5e6e7;
        color: #939598 !important;
    }
    .dropdown button.btn.dropdown-toggle::after {
        border-top: 0.3em solid #000;
    }
    .dropdown .dropdown-menu {
        width: 100%;
    }
    .dropdown .dropdown-menu .dropdown-item {
        font-size: 1rem;
        color: #939598 !important;
    }
    .back-to-top {
        cursor: pointer;
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
    }
    .back-to-top img {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 20px;
    }
    .back-to-top:hover {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-perspective: 100;
        perspective: 100;
    }
    .back-to-top:hover img {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        z-index: 1;
    }
    .js-slider.black-buttons .slick-next:before,
    .js-slider.black-buttons .slick-prev:before {
        -webkit-filter: invert(1);
        filter: invert(1);
    }
    .js-slider .slick-slide {
        outline: 0;
    }
    .js-slider.outter-buttons .slick-prev {
        left: -90px;
    }
    .js-slider.outter-buttons .slick-prev:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .js-slider.outter-buttons .slick-next {
        -webkit-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0);
        right: -90px;
        -moz-transform: translate(0, -50%) rotate(0);
        -ms-transform: translate(0, -50%) rotate(0);
        -o-transform: translate(0, -50%) rotate(0);
    }
    .js-slider .slick-next,
    .js-slider .slick-prev {
        width: 43px;
        height: 43px;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        padding: 0;
        -webkit-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: 0;
        background: 0 0;
        z-index: 99999;
        -moz-transform: translate(0, -50%) rotate(0);
        -ms-transform: translate(0, -50%) rotate(0);
        -o-transform: translate(0, -50%) rotate(0);
    }
    .js-slider .slick-prev {
        left: 90px;
    }
    .js-slider .slick-prev:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .js-slider .slick-next {
        -webkit-transform: translate(0, -100%) rotate(0);
        transform: translate(0, -100%) rotate(0);
        right: 90px;
    }
    .js-slider .slick-dots {
        position: absolute;
        z-index: 10;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 23px;
    }
    .js-slider .slick-dots li {
        cursor: pointer;
        border-radius: 50%;
        height: 12px;
        width: 12px;
        background-color: #999;
        margin: 3px;
    }
    .js-slider .slick-dots li.slick-active {
        background-color: #f7941d;
    }
    .js-slider .slick-dots li button {
        visibility: hidden;
        width: 100%;
        height: 100%;
    }
    .square-slider {
        overflow: hidden;
    }
    .square-slider .js-slider {
        margin: auto;
    }
    .square-slider .js-slider .slick-dots {
        padding-left: 0;
    }
    .square-slider .slick-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        margin: auto;
        max-width: 83.333333%;
        overflow: visible;
    }
    .square-slider .slick-list .item-wrapper article {
        height: 381px;
        padding: 56px 70px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: normal;
        overflow: hidden;
    }
    .square-slider .slick-list .item-wrapper article a,
    .square-slider .slick-list .item-wrapper article a:focus,
    .square-slider .slick-list .item-wrapper article a:visited {
        color: #fff;
    }
    .square-slider .slick-list .item-wrapper article .section-header>h1:first-child {
        text-transform: uppercase;
    }
    .square-slider .slick-list .item-wrapper article p {
        color: #999;
        text-align: center;
    }
    .square-slider .slick-list .item-wrapper article form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .square-slider .slick-list .item-wrapper article form input {
        margin-top: 15px;
        margin-bottom: 15px;
        height: 44px;
        padding: 10px 20px;
    }
    .square-slider .slick-list .item-wrapper article form input::-webkit-input-placeholder {
        color: #999;
    }
    .square-slider .slick-list .item-wrapper article form input:-ms-input-placeholder {
        color: #999;
    }
    .square-slider .slick-list .item-wrapper article form input::-ms-input-placeholder {
        color: #999;
    }
    .square-slider .slick-list .item-wrapper article form input::placeholder {
        color: #999;
    }
    .square-slider .slick-list .item-wrapper article form button {
        display: block;
        width: auto;
        margin: auto;
    }
    .square-slider .slick-arrow {
        display: none;
    }
    .dark-bg .js-slider .slick-dots li:not(.slick-active),
    .grey-bg .js-slider .slick-dots li:not(.slick-active) {
        background-color: #fff;
    }
    aside+.main-content .fullwidth .slick-prev {
        left: 30px;
    }
    aside+.main-content .fullwidth .slick-prev:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    aside+.main-content .fullwidth .slick-next {
        right: 30px;
    }
    .js-slider .slick-next,
    .js-slider .slick-prev {
        display: none !important;
    }
    .js-slider .slick-dots {
        padding: 0;
        padding-top: 15px;
    }
    .square-slider {
        overflow: hidden;
    }
    .square-slider .js-slider {
        margin: auto;
    }
    .square-slider .js-slider .slick-dots {
        padding-left: 0;
    }
    .square-slider .slick-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: auto;
        max-width: 100%;
        overflow: visible;
    }
    .square-slider .slick-list .item-wrapper article {
        height: 381px;
        padding: 20px 20px;
        overflow: hidden;
    }
    .square-slider .slick-list .item-wrapper article h1 {
        text-align: center;
        font-size: 30px;
    }
    .square-slider .slick-list .item-wrapper article p {
        color: #999;
        text-align: center;
    }
    .square-slider .slick-list .item-wrapper article form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .square-slider .slick-list .item-wrapper article form input {
        margin-top: 15px;
        margin-bottom: 15px;
        height: 44px;
        padding: 10px 20px;
    }
    .square-slider .slick-list .item-wrapper article form input::-webkit-input-placeholder {
        color: #999;
    }
    .square-slider .slick-list .item-wrapper article form input:-ms-input-placeholder {
        color: #999;
    }
    .square-slider .slick-list .item-wrapper article form input::-ms-input-placeholder {
        color: #999;
    }
    .square-slider .slick-list .item-wrapper article form input::placeholder {
        color: #999;
    }
    .square-slider .slick-list .item-wrapper article form button {
        display: block;
        width: auto;
        margin: auto;
    }
    .square-slider .slick-arrow {
        display: none;
    }
    .dark-bg .js-slider .slick-dots li:not(.slick-active),
    .grey-bg .js-slider .slick-dots li:not(.slick-active) {
        background-color: #fff;
    }
    aside+.main-content .fullwidth .slick-prev {
        left: 30px;
    }
    aside+.main-content .fullwidth .slick-prev:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    aside+.main-content .fullwidth .slick-next {
        right: 30px;
    }
    body,
    html {
        font-family: "Open Sans", sans-serif;
        color: #292929;
        font-weight: 400;
    }
    body .social-block img.social-icon,
    html .social-block img.social-icon {
        width: 24px !important;
        height: 24px !important;
    }
    body .sticky,
    html .sticky {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 9999999;
    }
    body b,
    body strong,
    html b,
    html strong {
        font-weight: 700;
    }
    body .black-bg,
    html .black-bg {
        background: #000;
        color: #fff;
    }
    body .dark-bg,
    html .dark-bg {
        background-color: #292929;
        color: #fff;
    }
    body .dark-bg a.link,
    html .dark-bg a.link {
        color: #fff;
        text-decoration: underline;
    }
    body .dark-bg a.link:focus,
    body .dark-bg a.link:hover,
    body .dark-bg a.link:visited,
    html .dark-bg a.link:focus,
    html .dark-bg a.link:hover,
    html .dark-bg a.link:visited {
        color: #fff;
    }
    body .gray-bg,
    html .gray-bg {
        background-color: #999;
        color: #fff;
    }
    body .gray-bg a.link,
    html .gray-bg a.link {
        color: #fff;
        text-decoration: underline;
    }
    body .gray-bg a.link:focus,
    body .gray-bg a.link:hover,
    body .gray-bg a.link:visited,
    html .gray-bg a.link:focus,
    html .gray-bg a.link:hover,
    html .gray-bg a.link:visited {
        color: #fff;
    }
    body .light-bg,
    html .light-bg {
        background-color: #dadada;
    }
    body .extra-tiny-text,
    html .extra-tiny-text {
        font-size: 0.85rem !important;
    }
    body .gray-text,
    html .gray-text {
        color: #9c9c9c;
    }
    body .orange-text,
    html .orange-text {
        color: #814e0f;
    }
    body a.link,
    html a.link {
        color: #999;
        text-decoration: underline;
    }
    body a.link:focus,
    body a.link:hover,
    body a.link:visited,
    html a.link:focus,
    html a.link:hover,
    html a.link:visited {
        color: #999;
    }
    body section,
    html section {
        padding: 90px;
        background-color: #fff;
    }
    body section.fullwidth,
    html section.fullwidth {
        padding-left: 0;
        padding-right: 0;
    }
    body section .section-header,
    html section .section-header {
        text-align: center;
    }
    body section .section-header .section-title,
    html section .section-header .section-title {
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 300;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    body section .section-header hr,
    html section .section-header hr {
        width: 145px;
        margin: auto;
        margin-top: 36px;
        margin-bottom: 30px;
        border: 0;
        border-top: 3px solid #f7941d;
    }
    body section .section-header hr:last-child,
    html section .section-header hr:last-child {
        margin-bottom: 40px;
    }
    body section .section-header .section-introduction,
    html section .section-header .section-introduction {
        font-size: 1rem;
    }
    body .dark-filter .content-wrapper,
    html .dark-filter .content-wrapper {
        z-index: 2;
    }
    body article.blocks-slider,
    html article.blocks-slider {
        padding: 1rem;
    }
    body article.blocks-slider .item,
    html article.blocks-slider .item {
        min-height: 190px;
        text-align: center;
    }
    body article.blocks-slider .item .image-wrapper,
    html article.blocks-slider .item .image-wrapper {
        height: 50%;
        position: relative;
        width: 100%;
    }
    body article.blocks-slider .item .image-wrapper img,
    html article.blocks-slider .item .image-wrapper img {
        height: 40px;
        margin: auto;
        margin-bottom: 30px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
    }
    body article.blocks-slider .item .content-wrapper,
    html article.blocks-slider .item .content-wrapper {
        height: 50%;
        position: relative;
        width: 100%;
    }
    body article.blocks-slider .item .content-wrapper .item-title,
    html article.blocks-slider .item .content-wrapper .item-title {
        font-size: 18px;
        text-align: center;
        text-align: center;
        font-weight: 600;
        color: #000;
        line-height: 28px;
    }
    body article.user-data-block,
    html article.user-data-block {
        border-bottom: 1px solid #f7941d;
        margin-bottom: 30px;
    }
    body article.user-data-block h2,
    html article.user-data-block h2 {
        font-size: 1rem;
        font-weight: 700;
        cursor: pointer;
        margin-bottom: 15px;
    }
    body article.user-data-block h2 .material-icons,
    html article.user-data-block h2 .material-icons {
        color: #f7941d;
        -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
        transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    body article.user-data-block h2.active .material-icons,
    html article.user-data-block h2.active .material-icons {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    body article.user-data-block .personal-data,
    html article.user-data-block .personal-data {
        max-height: 0;
        opacity: 0;
        height: auto;
        -webkit-transition: all ease-in-out 1s;
        transition: all ease-in-out 1s;
        overflow: hidden;
    }
    body article.user-data-block .personal-data.active,
    html article.user-data-block .personal-data.active {
        opacity: 1;
        height: auto;
        max-height: 2000px;
    }
    body aside+.main-content section .image-text-blocks.card-deck .card.big {
        max-width: 100%;
    }
    body article.user-data-block .personal-data label,
    html article.user-data-block .personal-data label {
        color: #999;
        width: 20%;
        vertical-align: top;
    }
    body article.user-data-block .personal-data input,
    body article.user-data-block .personal-data textarea,
    html article.user-data-block .personal-data input,
    html article.user-data-block .personal-data textarea {
        pointer-events: none;
        color: #9c9c9c;
        vertical-align: top;
        border: 1px solid #dadada;
        width: 33%;
    }
    body article.user-data-block .personal-data input.active,
    body article.user-data-block .personal-data textarea.active,
    html article.user-data-block .personal-data input.active,
    html article.user-data-block .personal-data textarea.active {
        pointer-events: all;
        color: #292929;
    }
    body article.user-data-block .personal-data .edit-button,
    html article.user-data-block .personal-data .edit-button {
        color: #9c9c9c;
        cursor: pointer;
        -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
        transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
        border-radius: 50%;
        background: #fff;
        padding: 5px;
        font-size: 18px;
    }
    body article.user-data-block .personal-data .edit-button.active,
    html article.user-data-block .personal-data .edit-button.active {
        color: #fff;
        border-radius: 50%;
        padding: 5px;
        background: #f7941d;
    }
    body article.last-news-block .item,
    html article.last-news-block .item {
        height: 380px;
    }
    body article.last-news-block .item .content-wrapper,
    html article.last-news-block .item .content-wrapper {
        padding-left: 70px;
        padding-right: 70px;
        color: #000;
        margin: auto;
    }
    body article.last-news-block .item .content-wrapper h1,
    body article.last-news-block .item .content-wrapper p,
    html article.last-news-block .item .content-wrapper h1,
    html article.last-news-block .item .content-wrapper p {
        font-weight: 400;
        margin: 0;
        margin-bottom: 26px;
    }
    body article.last-news-block .item .content-wrapper h1,
    html article.last-news-block .item .content-wrapper h1 {
        font-size: 20px;
        line-height: calc(20px * 1.45);
    }
    body article.last-news-block .item .content-wrapper p,
    html article.last-news-block .item .content-wrapper p {
        font-size: 0.85rem;
    }
    body article.last-news-block .item .image-wrapper img,
    html article.last-news-block .item .image-wrapper img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
    }
    body .card-deck.small article.card,
    html .card-deck.small article.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 29%;
        flex: 1 0 29%;
    }
    body .card-deck.small article.card .card-body,
    html .card-deck.small article.card .card-body {
        padding-bottom: 0;
    }
    body .card-deck.small article.card .card-body h1,
    html .card-deck.small article.card .card-body h1 {
        font-size: 1rem;
        font-weight: 400;
        line-height: calc(14px * 1.33);
    }
    body .card-deck.small article.card .card-body .card-footer,
    html .card-deck.small article.card .card-body .card-footer {
        padding-bottom: 19px;
    }
    body .card-deck article.card,
    html .card-deck article.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 30%;
        flex: 1 0 30%;
        background: #dadada;
        color: #292929;
        margin-bottom: 15px;
        margin-top: 15px;
        border: none;
        border-radius: 0;
    }
    body .card-deck article.card img,
    html .card-deck article.card img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body .card-deck article.card .date,
    html .card-deck article.card .date {
        background: #000;
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        padding: 15px;
        padding-bottom: 10px;
        position: absolute;
        top: -10px;
        left: 15px;
        letter-spacing: 1.6px;
    }
    body .card-deck article.card .date .year,
    html .card-deck article.card .date .year {
        letter-spacing: 3.6px;
    }
    body .card-deck article.card .card-body h1,
    html .card-deck article.card .card-body h1 {
        font-size: 18px;
    }
    body .card-deck article.card .card-body,
    body .card-deck article.card .card-footer,
    html .card-deck article.card .card-body,
    html .card-deck article.card .card-footer {
        text-align: center;
        background: 0 0;
        border: none;
    }
    body .card-deck article.card .card-footer,
    html .card-deck article.card .card-footer {
        padding-top: 0;
        padding-bottom: 24px;
    }
    body article.fullwidth-block,
    html article.fullwidth-block {
        height: 474px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }
    body article.fullwidth-block .content-wrapper,
    html article.fullwidth-block .content-wrapper {
        margin-bottom: 50px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    body article.fullwidth-block .content-wrapper small,
    html article.fullwidth-block .content-wrapper small {
        font-size: 1rem;
        font-weight: 400;
        line-height: calc(16px * 1.1);
        margin-bottom: 24px;
    }
    body article.fullwidth-block .content-wrapper h1,
    html article.fullwidth-block .content-wrapper h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        line-height: calc(34.8px);
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    body article.fullwidth-block .content-wrapper h2,
    html article.fullwidth-block .content-wrapper h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        line-height: calc(34.8px);
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    body footer,
    html footer {
        background-color: #fff;
        margin-top: -1px;
    }
    body footer .filters,
    html footer .filters {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        position: absolute;
        padding-left: 50px;
        text-align: center;
    }
    body footer .filters input,
    html footer .filters input {
        border-radius: 50px;
    }
    body footer .pre-footer,
    html footer .pre-footer {
        height: 120px;
    }
    body footer .pre-footer .back-to-top,
    html footer .pre-footer .back-to-top {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    body footer .pre-footer .back-to-top .back-to-top-icon,
    html footer .pre-footer .back-to-top .back-to-top-icon {
        border-radius: 50%;
        border: 2px solid #000;
        font-size: 35px;
        margin-bottom: 20px;
    }
    body footer .pre-footer .back-to-top a,
    html footer .pre-footer .back-to-top a {
        display: block;
        font-size: 0.85rem;
        color: #292929;
        text-transform: uppercase;
    }
    body footer .logo-footer,
    html footer .logo-footer {
        height: 100px;
    }
    body footer .logo-footer img,
    html footer .logo-footer img {
        max-height: 68px;
    }
    body footer .main-footer,
    html footer .main-footer {
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    body footer .main-footer .main-logo .m-auto,
    html footer .main-footer .main-logo .m-auto {
        margin-left: 0 !important;
    }
    body footer .main-footer .main-logo img,
    html footer .main-footer .main-logo img {
        margin-bottom: 12px;
        height: 40px;
    }
    body footer .main-footer .main-logo .motto,
    html footer .main-footer .main-logo .motto {
        text-transform: uppercase;
        font-size: 0.85rem;
        font-weight: 400;
    }
    body footer .main-footer .contacts,
    html footer .main-footer .contacts {
        padding-right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    body footer .main-footer .contacts .contact,
    html footer .main-footer .contacts .contact {
        padding-right: 0;
        padding-left: 30px;
        cursor: pointer;
    }
    body footer .main-footer .contacts .contact img,
    html footer .main-footer .contacts .contact img {
        margin-right: 10px;
    }
    body footer .main-footer .contacts .contact a,
    html footer .main-footer .contacts .contact a {
        font-size: 0.85rem;
        font-weight: 400;
    }
    body footer .main-footer .contacts .contact .m-auto,
    html footer .main-footer .contacts .contact .m-auto {
        margin-right: 0 !important;
    }
    body footer .copyright,
    html footer .copyright {
        margin-top: -1px;
        padding-bottom: 20px;
    }
    body footer .copyright a,
    body footer .copyright p,
    html footer .copyright a,
    html footer .copyright p {
        font-size: 0.85rem;
        font-weight: 400;
        /*opacity: 0.3;*/
        color: #fff;
    }
    body .background-img-wrapper,
    html .background-img-wrapper {
        z-index: -1;
        position: fixed;
        height: 100vh;
    }
    body .background-img-wrapper img,
    html .background-img-wrapper img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body .background-img-wrapper video,
    html .background-img-wrapper video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body header .login-pop-menu,
    html header .login-pop-menu {
        background-color: #ececece6;
        position: absolute;
        top: 30px;
        right: 30px;
        width: 33%;
        z-index: 9;
        display: inline-block;
        height: auto;
        padding: 0;
        max-height: 0 !important;
        opacity: 0;
        -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
        transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
    }
    body header .login-pop-menu.black,
    html header .login-pop-menu.black {
        background-color: #292929;
        width: auto;
    }
    body header .login-pop-menu.black p,
    html header .login-pop-menu.black p {
        color: #f7941d;
        cursor: pointer;
        font-size: 1rem;
        margin-bottom: 0;
    }
    body header .login-pop-menu.active,
    html header .login-pop-menu.active {
        padding: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        opacity: 1;
        height: auto;
        max-height: 900px !important;
    }
    body header .login-pop-menu label,
    html header .login-pop-menu label {
        display: block;
        text-align: left;
        color: #292929;
        font-weight: 700;
        font-size: 1rem;
        letter-spacing: 1px;
    }
    body header .login-pop-menu input:not([type="submit"]),
    html header .login-pop-menu input:not([type="submit"]) {
        width: 100%;
        border: 1px solid #a9a9a9;
    }
    body header .shopping-cart-symbol,
    html header .shopping-cart-symbol {
        position: absolute;
        color: #f7941d;
    }
    body header .js-slider .slick-arrow,
    html header .js-slider .slick-arrow {
        display: none !important;
    }
    body header .main-logo,
    html header .main-logo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    body header .main-logo .motto,
    html header .main-logo .motto {
        opacity: 0.7;
        text-transform: uppercase;
    }
    body header nav a,
    html header nav a {
        text-transform: none;
        font-size: 27px;
        color: #fff;
    }
    body header nav.bottom-menu,
    html header nav.bottom-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body header nav.bottom-menu a,
    html header nav.bottom-menu a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
    }
    body header nav.short-menu,
    html header nav.short-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0 !important;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    body header nav.short-menu a,
    html header nav.short-menu a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
        font-size: 1rem;
        padding-bottom: 0;
    }
    body header nav.short-menu a:hover,
    html header nav.short-menu a:hover {
        color: #fff;
    }
    body header nav.short-menu a:last-child,
    html header nav.short-menu a:last-child {
        padding-right: 0;
        position: relative;
    }
    body header nav.short-menu a:last-child img,
    html header nav.short-menu a:last-child img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -7px);
        transform: translate(-50%, -7px);
    }
    body header.secondary-menu>.top,
    html header.secondary-menu>.top {
        -webkit-box-shadow: 0 12px 14px 0 #00000030;
        box-shadow: 0 12px 14px 0 #00000030;
    }
    body header.area,
    body header.secondary-menu,
    html header.area,
    html header.secondary-menu {
        height: 100vh !important;
        margin-bottom: 35px;
        overflow: visible !important;
    }
    body header.area .middle,
    body header.secondary-menu .middle,
    html header.area .middle,
    html header.secondary-menu .middle {
        position: relative;
    }
    body header.area .middle .img-wrapper,
    body header.secondary-menu .middle .img-wrapper,
    html header.area .middle .img-wrapper,
    html header.secondary-menu .middle .img-wrapper {
        position: relative;
    }
    body header.area .middle .main-menu-wrapper,
    body header.secondary-menu .middle .main-menu-wrapper,
    html header.area .middle .main-menu-wrapper,
    html header.secondary-menu .middle .main-menu-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        z-index: 99999;
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        height: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        position: fixed !important;
        top: 120px;
    }
    body header.area .middle .main-menu-wrapper .menu-label,
    body header.secondary-menu .middle .main-menu-wrapper .menu-label,
    html header.area .middle .main-menu-wrapper .menu-label,
    html header.secondary-menu .middle .main-menu-wrapper .menu-label {
        color: #f7941d;
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 40px;
        margin-top: 30px;
    }
    body header.area .middle .main-menu-wrapper.show,
    body header.secondary-menu .middle .main-menu-wrapper.show,
    html header.area .middle .main-menu-wrapper.show,
    html header.secondary-menu .middle .main-menu-wrapper.show {
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        height: calc(100vh - 120px) !important;
        max-height: 100vh;
    }
    body header.area .middle .main-menu-wrapper .close-btn,
    body header.secondary-menu .middle .main-menu-wrapper .close-btn,
    html header.area .middle .main-menu-wrapper .close-btn,
    html header.secondary-menu .middle .main-menu-wrapper .close-btn {
        z-index: 10;
        cursor: pointer;
        position: absolute;
        right: 0;
        background-color: transparent;
        border: none;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 23px;
        height: 23px;
        background-image: url(assets/img/internal/close_orange.png);
    }
    body header.area .middle .main-menu-wrapper .main-menu,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu,
    html header.area .middle .main-menu-wrapper .main-menu,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu {
        color: #b5b4b4;
        margin-top: 30px !important;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul,
    html header.area .middle .main-menu-wrapper .main-menu>ul,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul {
        -webkit-column-count: 3;
        column-count: 3;
        list-style-type: none;
        padding-left: 15px;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul .active,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul .active,
    html header.area .middle .main-menu-wrapper .main-menu>ul .active,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul .active {
        color: #f7941d;
        float: left;
        text-transform: uppercase;
        margin-right: 30px;
        margin-bottom: 15px;
        font-weight: 400;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul i.menu-icon,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul i.menu-icon,
    html header.area .middle .main-menu-wrapper .main-menu>ul i.menu-icon,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul i.menu-icon {
        font-size: 36px;
        line-height: 38px;
        float: left;
        color: #f7941d;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li {
        padding-left: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        padding-left: 0;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li>a,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>a,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li>a,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>a {
        font-size: 27px;
        margin-bottom: 20px;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 27px;
        height: auto;
        opacity: 1;
        pointer-events: all;
        -webkit-transition: all ease-in-out 1s;
        transition: all ease-in-out 1s;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul.hide,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul.hide,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul.hide,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul.hide {
        height: 1px;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: all ease-in-out 1s;
        transition: all ease-in-out 1s;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li {
        list-style-type: none;
        padding-left: 0;
        font-size: 17px;
        line-height: 26px;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li>a,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li>a,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li>a,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li>a {
        font-size: 1rem;
        color: #b5b4b4;
        display: block;
        line-height: 28px;
    }
    body header.homepage,
    html header.homepage {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
    }
    body header.homepage .top,
    html header.homepage .top {
        z-index: 10;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-top: 15px;
        position: absolute;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    body header.homepage .top .utilities,
    html header.homepage .top .utilities {
        text-align: right;
    }
    body header.homepage .top .utilities a.active,
    html header.homepage .top .utilities a.active {
        color: #f7941d;
    }
    body header.homepage .top .utilities a:last-child,
    html header.homepage .top .utilities a:last-child {
        padding-left: 30px;
        padding-right: 0;
    }
    body header.homepage .top .menu,
    html header.homepage .top .menu {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    body header.homepage .middle,
    html header.homepage .middle {
        z-index: 5;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: rgba(0, 0, 0, 0.3);
    }
    body header.homepage .middle h1.claim {
        color: #fff;
        font-size: 22px;
        line-height: 59.43px;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        font-weight: 100;
    }
    body header.homepage .middle h1.claim .down-btn,
    html header.homepage .middle h1.claim .down-btn {
        cursor: pointer;
        display: block;
        margin-top: 70px;
    }
    body header.homepage .middle h1.claim .down-btn:before,
    html header.homepage .middle h1.claim .down-btn:before {
        content: url(assets/img/internal/arrow-icon-white.png);
        width: 43px;
        height: 43px;
        display: inline-block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    body header.homepage .middle .img-wrapper,
    html header.homepage .middle .img-wrapper {
        width: 100%;
        height: 100%;
    }
    body header.homepage .middle .page-identifier,
    html header.homepage .middle .page-identifier {
        position: absolute;
        top: 50%;
        text-align: center;
        z-index: 10;
    }
    body header.homepage .middle .page-identifier h1,
    html header.homepage .middle .page-identifier h1 {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        line-height: 71.37px;
        text-transform: uppercase;
    }
    body header.homepage .middle .page-identifier hr,
    html header.homepage .middle .page-identifier hr {
        width: 145px;
        margin: auto;
        margin-top: 36px;
        margin-bottom: 30px;
        border: 0;
        border-top: 3px solid #f7941d;
    }

    /*
    body header.homepage .middle .page-identifier .bread-crumbs,
    html header.homepage .middle .page-identifier .bread-crumbs {
        width: 100%;
        display: inline-block;
    }
    body header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs,
    html header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs {
        text-align: center;
        margin: auto;
        display: inline-block;
        padding: 0;
    }
    body header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs li,
    body header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs ul,
    html header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs li,
    html header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs ul {
        list-style-type: none;
        color: #000;
        display: inline;
    }
    body header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs li strong,
    body header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs ul strong,
    html header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs li strong,
    html header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs ul strong {
        font-weight: 400;
    }
    body header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs .item-current>*,
    html header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs .item-current>* {
        color: #000;
    }
    body header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs a,
    body header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs strong,
    html header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs a,
    html header.homepage .middle .page-identifier .bread-crumbs .breadcrumbs strong {
        margin-right: 5px;
        margin-left: 5px;
        color: #fff;
        font-family: "Open Sans";
        font-size: 0.85rem;
        font-weight: 400;
        opacity: 0.95;
        text-decoration: none !important;
        letter-spacing: 0.1px;
        letter-spacing: 0.1px;
        text-decoration: underline;
    }
    */

    body header.homepage .bottom,
    html header.homepage .bottom {
        height: 80px;
        z-index: 10;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        bottom: 0;
        background: #000;
    }
    body header.homepage .bottom.sticky,
    html header.homepage .bottom.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
    }
    body header.homepage .bottom .inner-menu li,
    body header.homepage .bottom .inner-menu ul,
    html header.homepage .bottom .inner-menu li,
    html header.homepage .bottom .inner-menu ul {
        list-style: none;
        padding-left: 0;
    }
    body header.homepage .bottom .inner-menu .main-menu,
    html header.homepage .bottom .inner-menu .main-menu {
        position: relative;
    }
    body header.homepage .bottom .inner-menu .main-menu>li,
    html header.homepage .bottom .inner-menu .main-menu>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
        margin-right: 7px;
        color: #fff;
        margin-left: 20px;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:before,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:before {
        content: "";
        display: block;
        width: 10px;
        height: 16px;
        float: left;
        margin-right: 7px;
        background-image: url(assets/img/internal/list.png);
        margin-left: -20px;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link+.sub-menu,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link+.sub-menu {
        pointer-events: none;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.26s ease-in-out;
        transition: all 0.26s ease-in-out;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active,
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover {
        color: #f7941d;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active+.sub-menu,
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover+.sub-menu,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active+.sub-menu,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover+.sub-menu {
        pointer-events: all;
        display: block;
        opacity: 1;
        -webkit-transition: all 0.26s ease-in-out;
        transition: all 0.26s ease-in-out;
    }
    body header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu,
    html header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu {
        position: absolute;
        left: 50%;
        top: 0;
    }
    body header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu a.nav-link,
    html header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu a.nav-link {
        text-transform: none;
    }
    body header.homepage .bottom .bottom-menu-container,
    html header.homepage .bottom .bottom-menu-container {
        background: #000;
        position: absolute;
        -webkit-box-shadow: 0 12px 14px 0 #00000030;
        box-shadow: 0 12px 14px 0 #00000030;
    }
    body header.homepage .bottom .bottom-menu-container .close-btn,
    html header.homepage .bottom .bottom-menu-container .close-btn {
        z-index: 10;
        cursor: pointer;
        position: absolute;
        right: 0;
        background-color: transparent;
        border: none;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 23px;
        height: 23px;
        background-image: url(assets/img/internal/close_orange.png);
    }
    body header.homepage .bottom .tab-content,
    html header.homepage .bottom .tab-content {
        overflow: hidden;
    }
    body header.homepage .bottom .tab-pane .tab-description p,
    html header.homepage .bottom .tab-pane .tab-description p {
        margin-top: 15px;
        margin-bottom: 38px;
        color: #fff;
        opacity: 0.5;
    }
    body header.homepage .bottom .nav-tabs,
    html header.homepage .bottom .nav-tabs {
        border: none;
        height: 80px;
    }
    body header.homepage .bottom .nav-tabs .nav-link,
    html header.homepage .bottom .nav-tabs .nav-link {
        margin: auto;
        border: none;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: 0 0;
    }
    body header.homepage .bottom .nav-tabs .nav-link .wrapper,
    html header.homepage .bottom .nav-tabs .nav-link .wrapper {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        height: 39px;
        border-radius: 15px;
        color: #fff;
        line-height: 36px;
        background: 0 0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 25px;
        padding-right: 25px;
    }
    body header.homepage .bottom .nav-tabs .nav-link.active .wrapper,
    body header.homepage .bottom .nav-tabs .nav-link:hover .wrapper,
    html header.homepage .bottom .nav-tabs .nav-link.active .wrapper,
    html header.homepage .bottom .nav-tabs .nav-link:hover .wrapper {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #f7941d;
    }
    body aside section,
    html aside section {
        padding: 0;
    }
    body aside section.filters,
    html aside section.filters {
        margin-bottom: 30px;
    }
    body aside nav.links-menu ul.links,
    html aside nav.links-menu ul.links {
        display: inline-block;
        text-align: left;
    }
    body aside nav.links-menu ul.links .wrapper,
    html aside nav.links-menu ul.links .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    body aside nav.links-menu ul.links em,
    html aside nav.links-menu ul.links em {
        float: left;
        color: #d37e19;
    }
    body aside nav.links-menu ul.links a,
    html aside nav.links-menu ul.links a {
        position: relative;
        float: left;
    }
    body aside nav.anchors-menu a,
    html aside nav.anchors-menu a {
        border: 1px solid #f7941d;
        width: 100%;
        height: 54px;
        display: block;
        margin-bottom: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    body aside nav.anchors-menu a:hover,
    html aside nav.anchors-menu a:hover {
        text-decoration: none;
    }
    body aside nav.anchors-menu a:hover p,
    html aside nav.anchors-menu a:hover p {
        text-decoration: none;
    }
    body aside nav.anchors-menu a:hover img,
    html aside nav.anchors-menu a:hover img {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    body aside nav.anchors-menu a p,
    html aside nav.anchors-menu a p {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #f7941d;
        margin: 0;
    }
    body aside nav.anchors-menu a img,
    html aside nav.anchors-menu a img {
        height: 18px;
        height: auto;
        margin: auto;
        margin-right: 15px;
    }
    body aside nav.anchors-menu a.active,
    body aside nav.anchors-menu a:hover,
    html aside nav.anchors-menu a.active,
    html aside nav.anchors-menu a:hover {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background-color: #f7941d;
    }
    body aside nav.anchors-menu a.active p,
    body aside nav.anchors-menu a:hover p,
    html aside nav.anchors-menu a.active p,
    html aside nav.anchors-menu a:hover p {
        color: #202020;
    }
    body aside .info .img-wrapper,
    html aside .info .img-wrapper {
        width: 100%;
        height: 246px;
        background-color: #bab7b7;
    }
    body aside .info .info-text,
    html aside .info .info-text {
        border-left: 1px solid #bab7b7;
        border-right: 1px solid #bab7b7;
        border-top: 1px solid #bab7b7;
    }
    body aside .info .info-text .header small,
    html aside .info .info-text .header small {
        font-weight: 400;
        font-size: 0.85rem;
        margin-bottom: 4px;
    }
    body aside .info .info-text .header h1,
    html aside .info .info-text .header h1 {
        font-size: 0.85rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 15px;
    }
    body aside ul.contacts,
    html aside ul.contacts {
        padding: 0;
    }
    body aside ul.contacts li,
    html aside ul.contacts li {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        list-style: none;
        width: 100%;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    body aside ul.contacts li.active:last-child,
    html aside ul.contacts li:last-child {
        border-bottom: 1px solid #f7941d;
    }
    body aside ul.contacts li.active,
    html aside ul.contacts li.active {
        background-color: #f7941d;
    }
    body aside ul.contacts li.active a p,
    html aside ul.contacts li.active a p {
        color: #202020;
    }
    body aside ul.contacts li a,
    html aside ul.contacts li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    body aside ul.contacts li a img,
    html aside ul.contacts li a img {
        height: 29px;
        margin-right: 15px;
    }
    body aside ul.contacts li a p,
    html aside ul.contacts li a p {
        color: #292929;
        font-size: 0.85rem;
        font-weight: 400;
        margin: 0;
        line-height: 25px;
    }
    body aside+.main-content section,
    html aside+.main-content section {
        padding: 0;
        margin-bottom: 55px;
    }
    body aside+.main-content section>h1,
    html aside+.main-content section>h1 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    body aside+.main-content section>h1 small,
    html aside+.main-content section>h1 small {
        text-transform: none;
        color: #292929;
        font-size: calc(20px / 2);
    }
    body aside+.main-content section>h1 em.material-icons {
        font-size: calc(20px / 2);
        width: 14px;
        color: #292929;
    }
    body aside+.main-content section .slider+.controls,
    html aside+.main-content section .slider+.controls {
        display: none;
    }
    body aside+.main-content section.image-text-blocks,
    html aside+.main-content section.image-text-blocks {
        margin-bottom: 25px;
    }
    body aside+.main-content section article,
    html aside+.main-content section article {
        padding: 0;
    }
    body aside+.main-content section article h1,
    html aside+.main-content section article h1 {
        font-size: 1rem;
        font-weight: 700;
    }
    body aside+.main-content section article p,
    html aside+.main-content section article p {
        font-size: 1rem;
        font-weight: 400;
        max-width: 85ch;
    }
    body aside+.main-content section article.rte>blockquote,
    body aside+.main-content section article.rte>img,
    body aside+.main-content section article.rte>p,
    html aside+.main-content section article.rte>blockquote,
    html aside+.main-content section article.rte>img,
    html aside+.main-content section article.rte>p {
        padding-top: 0;
    }
    body aside+.main-content section article.rte img,
    html aside+.main-content section article.rte img {
        position: relative;
        display: inline-block;
    }
    body aside+.main-content section article blockquote,
    body aside+.main-content section article blockquote>*,
    html aside+.main-content section article blockquote,
    html aside+.main-content section article blockquote>* {
        font-weight: 700;
        font-style: italic;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        width: 100%;
    }
    body aside+.main-content section article blockquote>*,
    html aside+.main-content section article blockquote>* {
        padding: 0;
    }
    body aside+.main-content section article.fullwidth-block,
    html aside+.main-content section article.fullwidth-block {
        height: 308px;
        position: relative;
    }
    body aside+.main-content section article.fullwidth-block .content-wrapper,
    html aside+.main-content section article.fullwidth-block .content-wrapper {
        max-width: 80%;
        margin-bottom: 30px;
    }
    body aside+.main-content section article.fullwidth-block .content-wrapper small,
    html aside+.main-content section article.fullwidth-block .content-wrapper small {
        font-size: 0.85rem;
    }
    body aside+.main-content section article.fullwidth-block .content-wrapper h1,
    html aside+.main-content section article.fullwidth-block .content-wrapper h1 {
        font-size: 22px;
        line-height: calc(25.52px);
        margin-bottom: 15px;
    }
    body aside+.main-content section article.fullwidth-block .content-wrapper .btn {
        height: 23px;
        font-size: 0.5rem;
        padding: 9px 11px 7px 12px;
    }
    body aside+.main-content section .image-text-blocks.card-deck {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card {
        overflow: hidden;
        cursor: pointer;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        max-height: 160px;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card img,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card img {
        -webkit-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out;
        max-height: 100%;
        height: 200px;
        padding-left: 0;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body {
        border-top: none;
        overflow: hidden;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body small,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body small {
        color: #303030;
        font-size: 0.85rem;
        font-style: italic;
        display: block;
        line-height: 12px;
        margin-bottom: 16px;
        margin-top: 3px;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body p,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body p {
        font-size: 0.85rem;
        font-weight: 400;
        line-height: calc(18px);
    }
    body aside+.main-content section .image-text-blocks.card-deck .card,
    html aside+.main-content section .image-text-blocks.card-deck .card {
        margin-bottom: 30px;
        flex: 1 0 25%;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        border: none;
        border-radius: 0;
    }
    body aside+.main-content section .image-text-blocks.card-deck .card img,
    html aside+.main-content section .image-text-blocks.card-deck .card img {
        max-height: 130px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body aside+.main-content section .image-text-blocks.card-deck .card .card-body {
        border-top: 1px solid #bab7b7;
    }
    body aside+.main-content section .image-text-blocks.card-deck .card h5,
    html aside+.main-content section .image-text-blocks.card-deck .card h5 {
        text-transform: uppercase;
        font-size: 0.85rem;
        font-weight: 700;
    }
    body aside+.main-content section .image-text-blocks.card-deck.filter-results .card h5,
    html aside+.main-content section .image-text-blocks.card-deck .card h5 {
        font-size: 0.85rem;
        font-weight: 600;
    }
    body main,
    html main {
        background-color: #fff;
    }
    body ul.related-content h5,
    html ul.related-content h5 {
        font-weight: 700;
        text-transform: uppercase;
    }
    body ul.related-content a,
    html ul.related-content a {
        color: #ca4c16;
        font-weight: 400;
        font-size: 0.85rem;
    }
    body ul.related-content a:hover,
    html ul.related-content a:hover {
        color: #804c0f;
        text-decoration: none;
    }
    body ul.related-content,
    body ul.related-content li,
    html ul.related-content,
    html ul.related-content li {
        list-style: none;
    }
    body ul.related-content li,
    html ul.related-content li {
        color: #f7941d;
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    body ul.related-content em.material-icons,
    html ul.related-content em.material-icons {
        width: 35px;
        padding: 0;
        margin: 0;
        position: relative;
        float: left;
    }
    body ul.links,
    html ul.links {
        padding-left: 30px;
    }
    body ul.links.big li,
    html ul.links.big li {
        margin-bottom: 5px;
    }
    body ul.links.big li a,
    html ul.links.big li a {
        font-size: 1rem;
    }
    body ul.links li,
    html ul.links li {
        list-style-type: none;
    }
    body ul.links li:before,
    html ul.links li:before {
        background-image: url(assets/img/internal/list.png);
        background-size: contain;
        background-position: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 10px;
        height: 16px;
        margin-right: 8px;
    }
    body ul.links li a,
    html ul.links li a {
        font-size: 0.85rem;
        color: #292929;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: 400;
    }
    body ul.links li a p,
    html ul.links li a p {
        margin-bottom: 0;
    }
    body ul.links li.has-children em,
    html ul.links li.has-children em {
        cursor: pointer;
    }
    body ul.links li.has-children:before,
    html ul.links li.has-children:before {
        background-size: contain;
        width: 14px;
        height: 14px;
    }
    body ul.links li.has-children.open:before,
    html ul.links li.has-children.open:before {
        width: 14px;
        height: 14px;
    }
    body .levitate,
    html .levitate {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
    }
    body .levitate:hover,
    html .levitate:hover {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
        z-index: 1;
    }
    body .map-block #gmap-map-block,
    html .map-block #gmap-map-block {
        position: absolute;
        height: 100%;
        display: block;
        right: 0;
        height: 100%;
        overflow: hidden;
        width: 100%;
        top: 0;
    }
    body .map-block .navigation li,
    html .map-block .navigation li {
        width: 100%;
    }
    body .map-block .navigation li a.nav-link,
    html .map-block .navigation li a.nav-link {
        line-height: 43px;
        background: #424242;
        border: 0;
        border-radius: 0;
        color: #fff;
        min-height: 60px;
        height: auto;
        border-bottom: 3px solid #292929;
    }
    body .map-block .navigation li a.nav-link.active,
    html .map-block .navigation li a.nav-link.active {
        background: #545454;
    }
    body .map-block .tab-content,
    html .map-block .tab-content {
        background: #545454;
        min-height: 380px;
    }
    body .map-block .tab-content .tab-pane.active,
    html .map-block .tab-content .tab-pane.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    body .map-block .tab-content .contact-information,
    html .map-block .tab-content .contact-information {
        margin: 0;
        padding: 30px 15px;
    }
    body .map-block .tab-content .contact-information .intro,
    html .map-block .tab-content .contact-information .intro {
        font-size: 0.85rem;
        color: #fff;
    }
    body .map-block .tab-content .contact-information,
    body .map-block .tab-content .contact-information li,
    html .map-block .tab-content .contact-information,
    html .map-block .tab-content .contact-information li {
        list-style: none;
        color: #FFFFFF;
    }
    body .map-block .tab-content .contact-information li,
    html .map-block .tab-content .contact-information li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }
    body .map-block .tab-content .contact-information li img,
    html .map-block .tab-content .contact-information li img {
        height: auto;
        height: 42px;
        width: 42px;
        margin-right: 15px;
    }
    body .search-field-container,
    html .search-field-container {
        position: relative;
        width: 100%;
        height: 100%;
        max-width: 260px;
    }
    body .search-field-container>*,
    html .search-field-container>* {
        position: absolute;
    }
    body .search-field-container input,
    html .search-field-container input {
        width: 100%;
        padding: 0 30px;
        z-index: 0;
        position: relative;
    }
    body .search-field-container .clear-search,
    body .search-field-container .search-icon,
    html .search-field-container .clear-search,
    html .search-field-container .search-icon {
        color: #a9a9a9;
        z-index: 1;
    }
    body .search-field-container .search-icon,
    html .search-field-container .search-icon {
        cursor: pointer;
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: color ease-in-out 0.4s;
        transition: color ease-in-out 0.4s;
    }
    body .search-field-container .search-icon.active,
    html .search-field-container .search-icon.active {
        color: #f7941d;
        -webkit-transition: color ease-in-out 0.4s;
        transition: color ease-in-out 0.4s;
        opacity: 1;
    }
    body .search-field-container .clear-search,
    html .search-field-container .clear-search {
        cursor: pointer;
        font-size: 14px !important;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        -webkit-transition: opacity ease-in-out 0.2s;
        transition: opacity ease-in-out 0.2s;
    }
    body .search-field-container .clear-search.show,
    html .search-field-container .clear-search.show {
        -webkit-transition: opacity ease-in-out 0.2s;
        transition: opacity ease-in-out 0.2s;
        opacity: 1;
    }
    body .search-field-container-buttons,
    html .search-field-container-buttons {
        position: relative;
        max-width: 230px;
        margin-top: 10px;
        opacity: 0 !important;
        height: 0;
        -webkit-transition: opacity ease-in-out 0.4s;
        transition: opacity ease-in-out 0.4s;
    }
    body .search-field-container-buttons.show,
    html .search-field-container-buttons.show {
        -webkit-transition: opacity ease-in-out 0.4s;
        transition: opacity ease-in-out 0.4s;
        opacity: 1 !important;
        height: auto;
    }
    body .filters>.row,
    html .filters>.row {
        margin-bottom: 15px;
    }
    body .filters .btn.search-btn,
    html .filters .btn.search-btn {
        border-color: #f7941d;
    }
    body .filters input.search,
    html .filters input.search {
        width: 100%;
        height: 35px;
        border: 1px solid #e5e6e7;
    }
    body .filters .main-filters,
    html .filters .main-filters {
        margin-bottom: 42px;
    }
    body .filters .main-filters>div,
    html .filters .main-filters>div {
        text-align: center;
    }
    body .filters .main-filters>div button,
    html .filters .main-filters>div button {
        background: #fff;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #939598;
    }
    body .filters .main-filters>div button.active,
    body .filters .main-filters>div button:hover,
    html .filters .main-filters>div button.active,
    html .filters .main-filters>div button:hover {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: #f7941d;
    }
    body> :not(.loader) {
        opacity: 0;
        -webkit-transition: opacity ease 2s;
        transition: opacity ease 2s;
        -webkit-transition-delay: 2s;
        transition-delay: 2s;
    }
    body .claim {
        opacity: 0;
        left: 0 !important;
        margin-top: -100px;
    }
    body .loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: block;
        opacity: 1;
        -webkit-transition: opacity ease 1s;
        transition: opacity ease 1s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        background: #fff;
        z-index: 100000000000000020;
    }
    body .loader .lds-default {
        display: inline-block;
        position: absolute;
        width: 64px;
        height: 64px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }
    body .loader .lds-default div {
        position: absolute;
        width: 5px;
        height: 5px;
        background: grey;
        border-radius: 50%;
        -webkit-animation: lds-default 1.2s linear infinite;
        animation: lds-default 1.2s linear infinite;
    }
    body .loader .lds-default div:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        top: 29px;
        left: 53px;
    }
    body .loader .lds-default div:nth-child(2) {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
        top: 18px;
        left: 50px;
    }
    body .loader .lds-default div:nth-child(3) {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
        top: 9px;
        left: 41px;
    }
    body .loader .lds-default div:nth-child(4) {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
        top: 6px;
        left: 29px;
    }
    body .loader .lds-default div:nth-child(5) {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
        top: 9px;
        left: 18px;
    }
    body .loader .lds-default div:nth-child(6) {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
        top: 18px;
        left: 9px;
    }
    body .loader .lds-default div:nth-child(7) {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
        top: 29px;
        left: 6px;
    }
    body .loader .lds-default div:nth-child(8) {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
        top: 41px;
        left: 9px;
    }
    body .loader .lds-default div:nth-child(9) {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
        top: 50px;
        left: 18px;
    }
    body .loader .lds-default div:nth-child(10) {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
        top: 53px;
        left: 29px;
    }
    body .loader .lds-default div:nth-child(11) {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
        top: 50px;
        left: 41px;
    }
    body .loader .lds-default div:nth-child(12) {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
        top: 41px;
        left: 50px;
    }
    @-webkit-keyframes lds-default {
        0%,
        100%,
        20%,
        80% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
    }
    @keyframes lds-default {
        0%,
        100%,
        20%,
        80% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        50% {
            -webkit-transform: scale(1.5);
            transform: scale(1.5);
        }
    }
    body.loaded> :not(.loader) {
        opacity: 1;
        -webkit-transition: opacity ease 2s;
        transition: opacity ease 2s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
    }
    body.loaded .claim {
        -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
    body.loaded .claim .down-btn {
        -webkit-animation: shake-vertical 1s ease-in-out both;
        animation: shake-vertical 1s ease-in-out both;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    body.loaded .loader {
        opacity: 0;
        -webkit-transition: opacity ease 1s;
        transition: opacity ease 1s;
        -webkit-transition-delay: 1s;
        transition-delay: 1s;
        pointer-events: none;
    }
    body,
    html {
        font-family: "Open Sans", sans-serif;
        color: #292929;
        font-weight: 400;
        font-size: 1rem;
    }
    body b,
    body strong,
    html b,
    html strong {
        font-weight: 700;
    }
    body .black-bg,
    html .black-bg {
        background: #000;
        color: #fff;
    }
    body .dark-bg,
    html .dark-bg {
        background-color: #292929;
        color: #fff;
    }
    body .dark-bg a.link,
    html .dark-bg a.link {
        color: #fff;
        text-decoration: underline;
    }
    body .dark-bg a.link:focus,
    body .dark-bg a.link:hover,
    body .dark-bg a.link:visited,
    html .dark-bg a.link:focus,
    html .dark-bg a.link:hover,
    html .dark-bg a.link:visited {
        color: #fff;
    }
    body .gray-bg,
    html .gray-bg {
        background-color: #999;
        color: #fff;
    }
    body .gray-bg a.link,
    html .gray-bg a.link {
        color: #fff;
        text-decoration: underline;
    }
    body .gray-bg a.link:focus,
    body .gray-bg a.link:hover,
    body .gray-bg a.link:visited,
    html .gray-bg a.link:focus,
    html .gray-bg a.link:hover,
    html .gray-bg a.link:visited {
        color: #fff;
    }
    body .light-bg,
    html .light-bg {
        background-color: #dadada;
    }
    body .extra-tiny-text,
    html .extra-tiny-text {
        font-size: 0.85rem !important;
    }
    body .gray-text,
    html .gray-text {
        color: #9c9c9c;
    }
    body .orange-text,
    html .orange-text {
        color: #f7941d;
    }
    body a.link,
    html a.link {
        color: #999;
        text-decoration: underline;
    }
    body a.link:focus,
    body a.link:hover,
    body a.link:visited,
    html a.link:focus,
    html a.link:hover,
    html a.link:visited {
        color: #999;
    }
    body section,
    html section {
        padding: 60px 30px;
        background-color: #fff;
    }
    body section.fullwidth,
    html section.fullwidth {
        padding-left: 0;
        padding-right: 0;
    }
    body section .section-header,
    html section .section-header {
        text-align: center;
    }
    body section .section-header .section-title,
    html section .section-header .section-title {
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 300;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }
    body section .section-header hr,
    html section .section-header hr {
        width: 145px;
        margin: auto;
        margin-top: 36px;
        margin-bottom: 30px;
        border: 0;
        border-top: 3px solid #f7941d;
    }
    body section .section-header hr:last-child,
    html section .section-header hr:last-child {
        margin-bottom: 40px;
    }
    body section .section-header .section-introduction,
    html section .section-header .section-introduction {
        font-size: 1rem;
    }
    body .dark-filter .content-wrapper,
    html .dark-filter .content-wrapper {
        z-index: 2;
    }
    body article.blocks-slider,
    html article.blocks-slider {
        padding: 1rem;
    }
    body article.blocks-slider .item,
    html article.blocks-slider .item {
        min-height: 190px;
        text-align: center;
    }
    body article.blocks-slider .item .image-wrapper,
    html article.blocks-slider .item .image-wrapper {
        height: 50%;
        position: relative;
        width: 100%;
    }
    body article.blocks-slider .item .image-wrapper img,
    html article.blocks-slider .item .image-wrapper img {
        height: 40px;
        margin: auto;
        margin-bottom: 30px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position: absolute;
    }
    body article.blocks-slider .item .content-wrapper,
    html article.blocks-slider .item .content-wrapper {
        height: 50%;
        position: relative;
        width: 100%;
    }
    body article.last-news-block .item .image-wrapper,
    html article.last-news-block .item .image-wrapper {
        max-height: 40%;
        height: 40%;
    }
    body article.last-news-block .item .content-wrapper,
    html article.last-news-block .item .content-wrapper {
        height: 60%;
        padding-left: 30px;
        padding-right: 30px;
    }
    body article.last-news-block .item .content-wrapper h1,
    body article.last-news-block .item .content-wrapper p,
    html article.last-news-block .item .content-wrapper h1,
    html article.last-news-block .item .content-wrapper p {
        margin-bottom: 16px;
    }
    body article.last-news-block .item .content-wrapper h1,
    html article.last-news-block .item .content-wrapper h1 {
        font-size: 20px;
        line-height: calc(20px * 1.45);
    }
    body article.last-news-block .item .content-wrapper p,
    html article.last-news-block .item .content-wrapper p {
        font-size: 0.85rem;
        line-height: calc(13px * 2);
    }
    body article.last-news-block .item .image-wrapper img,
    html article.last-news-block .item .image-wrapper img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
    }
    body .overflow-slider .slick-list,
    html .overflow-slider .slick-list {
        overflow: hidden;
    }
    body .overflow-slider .slick-slide,
    html .overflow-slider .slick-slide {
        margin-left: 5px;
        margin-right: 5px;
    }
    body .card-deck.small article.card,
    html .card-deck.small article.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 29%;
        flex: 1 0 29%;
    }
    body .card-deck.small article.card .card-body,
    html .card-deck.small article.card .card-body {
        padding-bottom: 0;
    }
    body .card-deck.small article.card .card-body h1,
    html .card-deck.small article.card .card-body h1 {
        font-size: 1rem;
        font-weight: 400;
        line-height: calc(14px * 1.33);
    }
    body .card-deck.small article.card .card-body .card-footer,
    html .card-deck.small article.card .card-body .card-footer {
        padding-bottom: 19px;
    }
    body .card-deck article.card,
    html .card-deck article.card {
        height: 280px;
        margin-left: 5px;
        margin-right: 5px;
    }
    body .card-deck article.card .card-img-top,
    html .card-deck article.card .card-img-top {
        height: 45%;
        padding: 0;
    }
    body .fullwidth-mobile .container,
    html .fullwidth-mobile .container {
        max-width: 100vw;
    }
    body .fullwidth-mobile .js-slider,
    html .fullwidth-mobile .js-slider {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    body .fullwidth-mobile .js-slider .slick-list,
    html .fullwidth-mobile .js-slider .slick-list {
        width: 100%;
    }
    body .fullwidth-mobile .js-slider .slick-list .slick-slide,
    html .fullwidth-mobile .js-slider .slick-list .slick-slide {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
    body article.fullwidth-block,
    html article.fullwidth-block {
        height: 474px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out;
    }
    body article.fullwidth-block .content-wrapper,
    html article.fullwidth-block .content-wrapper {
        margin-bottom: 50px;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    body article.fullwidth-block .content-wrapper small,
    html article.fullwidth-block .content-wrapper small {
        font-size: 1rem;
        font-weight: 400;
        line-height: calc(16px * 1.1);
        margin-bottom: 24px;
    }
    body article.fullwidth-block .content-wrapper h1,
    html article.fullwidth-block .content-wrapper h1 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        line-height: calc(34.8px);
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    body article.fullwidth-block .content-wrapper h2,
    html article.fullwidth-block .content-wrapper h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        line-height: calc(34.8px);
        text-transform: uppercase;
        margin-bottom: 30px;
    }
    body footer .logo-footer,
    html footer .logo-footer {
        height: auto;
        margin-bottom: 40px !important;
    }
    body footer .pre-footer,
    html footer .pre-footer {
        height: 240px;
    }
    body footer .main-footer,
    html footer .main-footer {
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    body footer .main-footer .main-logo .m-auto,
    html footer .main-footer .main-logo .m-auto {
        margin-left: 0 !important;
    }
    body footer .main-footer .main-logo img,
    html footer .main-footer .main-logo img {
        margin-bottom: 12px;
        height: 40px;
    }
    body footer .main-footer .main-logo .motto,
    html footer .main-footer .main-logo .motto {
        text-transform: uppercase;
        font-size: 0.85rem;
        font-weight: 400;
    }
    body footer .main-footer .contacts,
    html footer .main-footer .contacts {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    body footer .main-footer .contacts .contact,
    html footer .main-footer .contacts .contact {
        width: 100%;
        padding-left: 10px;
        margin-bottom: 15px;
        text-align: left;
    }
    body footer .main-footer .contacts .contact img,
    html footer .main-footer .contacts .contact img {
        margin-right: 10px;
    }
    body footer .main-footer .contacts .contact a,
    html footer .main-footer .contacts .contact a {
        font-size: 0.85rem;
        font-weight: 400;
    }
    body footer .main-footer .contacts .contact .m-auto,
    html footer .main-footer .contacts .contact .m-auto {
        margin-left: 0 !important;
    }
    body footer .copyright,
    html footer .copyright {
        margin-top: -1px;
        padding-bottom: 20px;
    }
    body footer .copyright a,
    body footer .copyright p,
    html footer .copyright a,
    html footer .copyright p {
        font-size: 0.85rem;
        font-weight: 400;
        /*opacity: 0.3;*/
        color: #fff;
    }
    body footer .filters,
    html footer .filters {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        position: relative;
        padding: 0 30px;
        text-align: center;
    }
    body .background-img-wrapper,
    html .background-img-wrapper {
        z-index: -1;
        position: fixed;
        height: 100vh;
        height: 100vh;
        max-width: 100vw;
        overflow: hidden;
    }
    body .background-img-wrapper img,
    html .background-img-wrapper img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
    body header .main-logo,
    html header .main-logo {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    body header .main-logo .motto,
    html header .main-logo .motto {
        opacity: 0.7;
        text-transform: uppercase;
    }
    body header nav a,
    html header nav a {
        text-transform: uppercase;
        font-size: 27px;
        color: #fff;
    }
    body header nav.bottom-menu,
    html header nav.bottom-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body header nav.bottom-menu a,
    html header nav.bottom-menu a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
    }
    body header nav.short-menu,
    html header nav.short-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0 !important;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    body header nav.short-menu a,
    html header nav.short-menu a {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        text-align: center;
        font-size: 1rem;
        padding-bottom: 0;
    }
    body header nav.short-menu a:hover,
    html header nav.short-menu a:hover {
        color: #fff;
    }
    body header nav.short-menu a:last-child,
    html header nav.short-menu a:last-child {
        padding-right: 0;
        position: relative;
    }
    body header nav.short-menu a:last-child img,
    html header nav.short-menu a:last-child img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -7px);
        transform: translate(-50%, -7px);
    }
    body header.area .middle,
    body header.secondary-menu .middle,
    html header.area .middle,
    html header.secondary-menu .middle {
        position: relative;
    }
    body header.area .middle .img-wrapper,
    body header.secondary-menu .middle .img-wrapper,
    html header.area .middle .img-wrapper,
    html header.secondary-menu .middle .img-wrapper {
        position: relative;
    }
    body header.area .middle .main-menu-wrapper,
    body header.secondary-menu .middle .main-menu-wrapper,
    html header.area .middle .main-menu-wrapper,
    html header.secondary-menu .middle .main-menu-wrapper {
        width: 100vw !important;
        max-width: 100vw !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        z-index: 99999;
        position: absolute;
        background: #000;
        top: 0;
        height: 0;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
    }
    body header.area .middle .main-menu-wrapper .menu-label,
    body header.secondary-menu .middle .main-menu-wrapper .menu-label,
    html header.area .middle .main-menu-wrapper .menu-label,
    html header.secondary-menu .middle .main-menu-wrapper .menu-label {
        color: #f7941d;
        font-size: 24px;
        font-weight: 300;
        margin-bottom: 60px;
        margin-top: 30px;
    }
    body header.area .middle .main-menu-wrapper.show,
    body header.secondary-menu .middle .main-menu-wrapper.show,
    html header.area .middle .main-menu-wrapper.show,
    html header.secondary-menu .middle .main-menu-wrapper.show {
        -webkit-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        height: 700px;
        max-height: 800px;
    }
    body header.area .middle .main-menu-wrapper .close-btn,
    body header.secondary-menu .middle .main-menu-wrapper .close-btn,
    html header.area .middle .main-menu-wrapper .close-btn,
    html header.secondary-menu .middle .main-menu-wrapper .close-btn {
        z-index: 10;
        cursor: pointer;
        position: absolute;
        right: 0;
        background-color: transparent;
        border: none;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 23px;
        height: 23px;
        background-image: url(assets/img/internal/close_orange.png);
    }
    body header.area .middle .main-menu-wrapper .main-menu,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu,
    html header.area .middle .main-menu-wrapper .main-menu,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu {
        color: #b5b4b4;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul,
    html header.area .middle .main-menu-wrapper .main-menu>ul,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul {
        -webkit-column-count: 3;
        column-count: 3;
        list-style: none;
        padding-left: 15px;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul .active,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul .active,
    html header.area .middle .main-menu-wrapper .main-menu>ul .active,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul .active {
        color: #f7941d;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li {
        padding-left: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
        padding-left: 0;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li>a,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>a,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li>a,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>a {
        font-size: 27px;
        margin-bottom: 20px;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul {
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        margin-bottom: 27px;
    }
    body header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li,
    body header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li,
    html header.area .middle .main-menu-wrapper .main-menu>ul>li>ul li,
    html header.secondary-menu .middle .main-menu-wrapper .main-menu>ul>li>ul li {
        list-style: none;
        padding-left: 0;
        font-size: 17px;
        line-height: 26px;
    }
    body header.homepage,
    html header.homepage {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
    }
    body header.homepage .top,
    html header.homepage .top {
        position: fixed;
        width: 100vw;
        margin: 0;
        top: 0;
        padding-top: 0;
        z-index: 9999;
    }
    body header.homepage .top .utilities,
    html header.homepage .top .utilities {
        text-align: right;
    }
    body header.homepage .top .utilities a,
    html header.homepage .top .utilities a {
        color: #fff;
        font-size: 0.85rem;
        padding: 6px;
        font-weight: 400;
    }
    body header.homepage .top .utilities a.active,
    html header.homepage .top .utilities a.active {
        color: #f7941d;
    }
    body header.homepage .top .utilities a:last-child,
    html header.homepage .top .utilities a:last-child {
        padding-left: 30px;
        padding-right: 0;
    }
    body header.homepage .top .menu,
    html header.homepage .top .menu {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    body header.homepage .middle,
    html header.homepage .middle {
        top: 50px;
    }
    body header.homepage .middle h1.claim,
    html header.homepage .middle h1.claim {
        color: #fff;
        font-size: 22px;
        line-height: 59.43px;
        text-transform: uppercase;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        font-weight: 400;
    }
    body header.homepage .middle h1.claim .down-btn,
    html header.homepage .middle h1.claim .down-btn {
        cursor: pointer;
        display: block;
        margin-top: 70px;
    }
    body header.homepage .middle h1.claim .down-btn:before,
    html header.homepage .middle h1.claim .down-btn:before {
        content: url(assets/img/internal/arrow-icon-white.png);
        width: 43px;
        height: 43px;
        display: inline-block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    body header.homepage .middle .img-wrapper,
    html header.homepage .middle .img-wrapper {
        width: 100%;
        height: 100%;
    }
    body header.homepage .middle .page-identifier,
    html header.homepage .middle .page-identifier {
        width: 100%;
        top: 50%;
    }
    body header.homepage .middle .page-identifier h1,
    html header.homepage .middle .page-identifier h1 {
        font-size: 28px;
        line-height: 28px;
    }
    body header.homepage .middle .page-identifier hr,
    html header.homepage .middle .page-identifier hr {
        width: 145px;
        margin: auto;
        margin-top: 36px;
        margin-bottom: 30px;
        border: 0;
        border-top: 3px solid #f7941d;
    }
    body header.homepage .middle .page-identifier .bread-crumbs p,
    html header.homepage .middle .page-identifier .bread-crumbs p {
        opacity: 0.55;
        color: #fff;
        font-family: "Open Sans";
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.1px;
        letter-spacing: 0.1px;
        text-decoration: underline;
    }
    body header.homepage .bottom,
    html header.homepage .bottom {
        height: 80px;
        z-index: 10;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        bottom: 0;
        background: #000;
    }
    body header.homepage .bottom.sticky,
    html header.homepage .bottom.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
    }
    body header.homepage .bottom .inner-menu li,
    body header.homepage .bottom .inner-menu ul,
    html header.homepage .bottom .inner-menu li,
    html header.homepage .bottom .inner-menu ul {
        list-style: none;
        padding-left: 0;
    }
    body header.homepage .bottom .inner-menu .main-menu,
    html header.homepage .bottom .inner-menu .main-menu {
        position: relative;
    }
    body header.homepage .bottom .inner-menu .main-menu>li,
    html header.homepage .bottom .inner-menu .main-menu>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link {
        padding-top: 0;
        padding-bottom: 0;
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
        margin-right: 7px;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:before,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:before {
        content: "";
        display: block;
        width: 10px;
        height: 16px;
        float: left;
        margin-right: 7px;
        background-image: url(assets/img/internal/list.png);
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link+.sub-menu,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link+.sub-menu {
        pointer-events: none;
        display: block;
        opacity: 0;
        -webkit-transition: all 0.26s ease-in-out;
        transition: all 0.26s ease-in-out;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active,
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover {
        color: #f7941d;
    }
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active+.sub-menu,
    body header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover+.sub-menu,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link.active+.sub-menu,
    html header.homepage .bottom .inner-menu .main-menu>li a.nav-link:hover+.sub-menu {
        pointer-events: all;
        display: block;
        opacity: 1;
        -webkit-transition: all 0.26s ease-in-out;
        transition: all 0.26s ease-in-out;
    }
    body header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu,
    html header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu {
        position: absolute;
        left: 50%;
        top: 0;
    }
    body header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu a.nav-link,
    html header.homepage .bottom .inner-menu .main-menu>li ul.sub-menu a.nav-link {
        text-transform: none;
    }
    body header.homepage .bottom .bottom-menu-container,
    html header.homepage .bottom .bottom-menu-container {
        background: #000;
        position: absolute;
    }
    body header.homepage .bottom .bottom-menu-container .close-btn,
    html header.homepage .bottom .bottom-menu-container .close-btn {
        z-index: 10;
        cursor: pointer;
        position: absolute;
        right: 0;
        background-color: transparent;
        border: none;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 23px;
        height: 23px;
        background-image: url(assets/img/internal/close_orange.png);
    }
    body header.homepage .bottom .tab-content,
    html header.homepage .bottom .tab-content {
        overflow: hidden;
    }
    body header.homepage .bottom .tab-pane .tab-description p,
    html header.homepage .bottom .tab-pane .tab-description p {
        margin-top: 15px;
        margin-bottom: 38px;
        color: #fff;
        opacity: 0.5;
    }
    body header.homepage .bottom .nav-tabs,
    html header.homepage .bottom .nav-tabs {
        border: none;
        height: 80px;
    }
    body header.homepage .bottom .nav-tabs .nav-link,
    html header.homepage .bottom .nav-tabs .nav-link {
        margin: auto;
        border: none;
        border-radius: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: 0 0;
    }
    body header.homepage .bottom .nav-tabs .nav-link .wrapper,
    html header.homepage .bottom .nav-tabs .nav-link .wrapper {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        height: 39px;
        border-radius: 15px;
        color: #fff;
        line-height: 36px;
        background: 0 0;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 25px;
        padding-right: 25px;
    }
    body header.homepage .bottom .nav-tabs .nav-link.active .wrapper,
    body header.homepage .bottom .nav-tabs .nav-link:hover .wrapper,
    html header.homepage .bottom .nav-tabs .nav-link.active .wrapper,
    html header.homepage .bottom .nav-tabs .nav-link:hover .wrapper {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        background: #f7941d;
    }
    body aside.d-none,
    html aside.d-none {
        z-index: 9999999;
        -webkit-box-shadow: 20px 0 20px 0 #06060630;
        box-shadow: 20px 0 20px 0 #06060630;
        display: block !important;
        z-index: 99999;
        position: fixed;
        top: 0;
        left: 0;
        width: 0;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        overflow: hidden;
        height: 100vh;
        background: #fff;
        padding: 0;
        color: #000;
        padding-top: 30px;
    }
    body aside.d-none section,
    html aside.d-none section {
        padding: 15px;
    }
    body aside.d-none>*,
    html aside.d-none>* {
        -webkit-transition: opacity ease-in-out 0.6s;
        transition: opacity ease-in-out 0.6s;
        opacity: 0;
    }
    body .sidebar-mobile-activator-wrapper button.sidebar-mobile-activator,
    html .sidebar-mobile-activator-wrapper button.sidebar-mobile-activator {
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        left: 0;
        position: fixed;
        top: 56vh;
        width: 45px;
        background: #f7941d;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border: 0;
        z-index: 99999;
        -webkit-box-shadow: -4px 9px 20px 3px #06060630;
        box-shadow: -4px 9px 20px 3px #06060630;
    }
    body .sidebar-mobile-activator-wrapper button.sidebar-mobile-activator em,
    html .sidebar-mobile-activator-wrapper button.sidebar-mobile-activator em {
        color: #fff;
        line-height: 31px;
        font-size: 31px;
        font-weight: 900;
    }
    body .show button.sidebar-mobile-activator,
    html .show button.sidebar-mobile-activator {
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        left: calc(100vw - 50px);
        width: 50px;
        z-index: 99999,
    }
    body .show aside.d-none,
    html .show aside.d-none {
        width: calc(100% - 50px);
        left: 0;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
        overflow-y: scroll;
        z-index: 9999999;
    }
    body .show aside.d-none>*,
    html .show aside.d-none>* {
        -webkit-transition: all ease-in-out 0.6s;
        transition: all ease-in-out 0.6s;
        opacity: 1;
    }
    body .home .sidebar-mobile-activator-wrapper,
    html .home .sidebar-mobile-activator-wrapper {
        display: none !important;
    }
    body aside+.main-content section,
    html aside+.main-content section {
        padding: 0;
        margin-bottom: 55px;
    }
    body aside+.main-content section>h1,
    html aside+.main-content section>h1 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    body aside+.main-content section .slider+.controls,
    html aside+.main-content section .slider+.controls {
        display: none;
    }
    body aside+.main-content section.image-text-blocks,
    html aside+.main-content section.image-text-blocks {
        margin-bottom: 25px;
    }
    body aside+.main-content section.image-text-blocks .card-deck .card,
    html aside+.main-content section.image-text-blocks .card-deck .card {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    body aside+.main-content section article,
    html aside+.main-content section article {
        padding: 0;
    }
    body aside+.main-content section article h1,
    html aside+.main-content section article h1 {
        font-size: 1rem;
        font-weight: 700;
    }
    body aside+.main-content section article p,
    html aside+.main-content section article p {
        font-size: 1rem;
        font-weight: 400;
        max-width: 85ch;
    }
    body aside+.main-content section article.rte>blockquote,
    body aside+.main-content section article.rte>img,
    body aside+.main-content section article.rte>p,
    html aside+.main-content section article.rte>blockquote,
    html aside+.main-content section article.rte>img,
    html aside+.main-content section article.rte>p {
        padding-top: 0;
    }
    body aside+.main-content section article.rte img,
    html aside+.main-content section article.rte img {
        position: relative;
        display: inline-block;
    }
    body aside+.main-content section article blockquote,
    body aside+.main-content section article blockquote>*,
    html aside+.main-content section article blockquote,
    html aside+.main-content section article blockquote>* {
        font-weight: 700;
        font-style: italic;
        padding-top: 50px;
        padding-bottom: 50px;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        width: 100%;
    }
    body aside+.main-content section article.fullwidth-block,
    html aside+.main-content section article.fullwidth-block {
        height: 308px;
        position: relative;
    }
    body aside+.main-content section article.fullwidth-block .content-wrapper,
    html aside+.main-content section article.fullwidth-block .content-wrapper {
        max-width: 100%;
        margin-bottom: 30px;
    }
    body aside+.main-content section article.fullwidth-block .content-wrapper small,
    html aside+.main-content section article.fullwidth-block .content-wrapper small {
        font-size: 0.85rem;
    }
    body aside+.main-content section article.fullwidth-block .content-wrapper h1,
    html aside+.main-content section article.fullwidth-block .content-wrapper h1 {
        font-size: 22px;
        line-height: calc(25.52px);
        margin-bottom: 15px;
    }
    body aside+.main-content section article.fullwidth-block .content-wrapper .btn,
    html aside+.main-content section article.fullwidth-block .content-wrapper .btn {
        height: 23px;
        font-size: 0.5rem;
        padding: 9px 11px 7px 12px;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card {
        max-height: 100%;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card img,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card img {
        padding: 0;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body small,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body small {
        color: #303030;
        font-size: 0.85rem;
        line-height: 12px;
        margin-bottom: 16px;
        margin-top: 3px;
    }
    body aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body p,
    html aside+.main-content section .image-text-blocks.card-deck.post-list .card .card-body p {
        font-size: 0.85rem;
        line-height: calc(18px);
    }
    body aside+.main-content section .image-text-blocks.card-deck .card h5,
    html aside+.main-content section .image-text-blocks.card-deck .card h5 {
        font-size: 0.85rem;
    }
    body main,
    html main {
        padding-top: 30px;
    }
    body .map-block #gmap-map-block,
    html .map-block #gmap-map-block {
        position: relative;
        height: 360px;
    }
    body .map-block .navigation li,
    html .map-block .navigation li {
        width: 100%;
    }
    body .map-block .tab-content,
    html .map-block .tab-content {
        background: #545454;
    }
    body .map-block .tab-content .tab-pane.active,
    html .map-block .tab-content .tab-pane.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    body .map-block .tab-content .contact-information,
    html .map-block .tab-content .contact-information {
        margin: 0;
        padding: 30px 15px;
    }
    body .map-block .tab-content .contact-information .intro,
    html .map-block .tab-content .contact-information .intro {
        font-size: 0.85rem;
        color: #fff;
    }
    body .map-block .tab-content .contact-information,
    body .map-block .tab-content .contact-information li,
    html .map-block .tab-content .contact-information,
    html .map-block .tab-content .contact-information li {
        list-style: none;
        color: #FFFFFF;
    }
    body .map-block .tab-content .contact-information li,
    html .map-block .tab-content .contact-information li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px;
    }
    body .map-block .tab-content .contact-information li img,
    html .map-block .tab-content .contact-information li img {
        height: auto;
        height: 42px;
        width: 42px;
        margin-right: 15px;
    }
    body .search-field-container,
    html .search-field-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    body .search-field-container>*,
    html .search-field-container>* {
        position: absolute;
    }
    body .search-field-container input,
    html .search-field-container input {
        width: 100%;
        padding: 0 30px;
        z-index: 0;
    }
    body .search-field-container .clear-search,
    body .search-field-container .search-icon,
    html .search-field-container .clear-search,
    html .search-field-container .search-icon {
        color: #a9a9a9;
        z-index: 1;
    }
    body .search-field-container .search-icon,
    html .search-field-container .search-icon {
        left: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    body .search-field-container .clear-search,
    html .search-field-container .clear-search {
        font-size: 14px !important;
        right: 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    body .filters>.row,
    html .filters>.row {
        margin-bottom: 0;
    }
    body .filters>.row>div,
    html .filters>.row>div {
        margin-bottom: 15px;
    }
    body .filters input.search,
    html .filters input.search {
        width: 100%;
        height: 35px;
        border: 1px solid #e5e6e7;
    }
    body .filters .main-filters,
    html .filters .main-filters {
        margin-bottom: 42px;
    }
    body .filters .main-filters>div,
    html .filters .main-filters>div {
        text-align: center;
    }
    body .filters .main-filters>div button,
    html .filters .main-filters>div button {
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        font-size: 1rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #939598;
    }
    body .filters .main-filters>div button.active,
    body .filters .main-filters>div button:hover,
    html .filters .main-filters>div button.active,
    html .filters .main-filters>div button:hover {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: #f7941d;
    }
    body header .black-bg,
    html header .black-bg {
        background: 0 0;
    }
    body .menu-mobile-wrapper>.row:first-child,
    html .menu-mobile-wrapper>.row:first-child {
        height: 60px;
        background: #000;
        margin: 0 !important;
    }
    body .menu-mobile-wrapper .hamburger-wrapper,
    body .menu-mobile-wrapper .logo-wrapper,
    html .menu-mobile-wrapper .hamburger-wrapper,
    html .menu-mobile-wrapper .logo-wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    body .menu-mobile-wrapper .hamburger-wrapper,
    html .menu-mobile-wrapper .hamburger-wrapper {
        right: 0;
    }
    body .mobile-utilities,
    html .mobile-utilities {
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #fff;
        background: #000;
        font-size: 18px;
    }
    body .mobile-menu,
    html .mobile-menu {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        width: 100vw;
        overflow: scroll;
        height: auto;
        max-height: 0;
        -webkit-transition: max-height ease-in-out 1s;
        transition: max-height ease-in-out 1s;
        background: -webkit-gradient( linear, left top, left bottom, from(black), color-stop(99%, rgba(75, 75, 75, 0.97)), to(rgba(76, 76, 76, 0.97)));
        background: linear-gradient( to bottom, #000 0, rgba(75, 75, 75, 0.97) 99%, rgba(76, 76, 76, 0.97) 100%);
    }
    body .mobile-menu.show,
    html .mobile-menu.show {
        max-height: calc(100vh - 55px);
    }
    body .mobile-menu li,
    body .mobile-menu ul,
    html .mobile-menu li,
    html .mobile-menu ul {
        list-style: none;
        padding: 0;
    }
    body .mobile-menu em,
    html .mobile-menu em {
        color: #f7941d;
        font-weight: bolder;
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
        font-size: 22px;
    }
    body .mobile-menu ul.sub-menu,
    html .mobile-menu ul.sub-menu {
        max-height: 0;
        margin-top: 0;
        margin-bottom: 0;
        overflow: hidden;
        padding-left: 15px;
        height: auto;
        -webkit-transition: max-height ease-in-out 0.5s;
        transition: max-height ease-in-out 0.5s;
    }
    body .mobile-menu ul.sub-menu a.nav-link,
    html .mobile-menu ul.sub-menu a.nav-link {
        color: #757677;
        text-transform: none;
    }
    body .mobile-menu ul.sub-menu.show,
    html .mobile-menu ul.sub-menu.show {
        max-height: 100vh;
        -webkit-transition: max-height ease-in-out 0.5s;
        transition: max-height ease-in-out 0.5s;
    }
    body .mobile-menu ul.sub-menu .sub-menu,
    html .mobile-menu ul.sub-menu .sub-menu {
        padding-left: 15px;
    }
    body .mobile-menu a.nav-link,
    html .mobile-menu a.nav-link {
        font-size: 18px;
        padding: 2px;
        font-weight: 400;
        display: inline-block;
    }
}

@media (max-width: 768px) and (min-width: 560px) {
    body .container,
    html .container {
        max-width: 700px;
    }
    body aside+.main-content section .card-deck.events-list .card,
    html aside+.main-content section .card-deck.events-list .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    body aside+.main-content section.image-text-blocks .card-deck .card,
    html aside+.main-content section.image-text-blocks .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    body .show aside.d-none,
    html .show aside.d-none {
        width: calc(100% - 50%);
    }
    body .show button.sidebar-mobile-activator,
    html .show button.sidebar-mobile-activator {
        left: calc(100% - 50%);
    }
}

@-webkit-keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@keyframes shake-vertical {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10%,
    30%,
    50%,
    70% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    20%,
    40%,
    60% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    80% {
        -webkit-transform: translateY(6.4px);
        transform: translateY(6.4px);
    }
    90% {
        -webkit-transform: translateY(-6.4px);
        transform: translateY(-6.4px);
    }
}

@-webkit-keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes slide-in-bottom {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@-webkit-keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

@keyframes slide-in-elliptic-top-fwd {
    0% {
        -webkit-transform: translateY(-600px) rotateX(-30deg) scale(0);
        transform: translateY(-600px) rotateX(-30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% 1400px;
        transform-origin: 50% 1400px;
        opacity: 1;
    }
}

html aside+.main-content section article.rte iframe {
    max-width: 100%;
}

.slide-in-elliptic-top-fwd {
    -webkit-animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.flip-in-hor-bottom {
    -webkit-animation: flip-in-hor-bottom 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: flip-in-hor-bottom 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-top 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.slide-in-bottom {
    -webkit-animation: slide-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    body header.homepage .bottom .nav-tabs .nav-link {
        padding: 5px;
    }
}

.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: #fff;
    font-size: 0.85rem;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    background-clip: padding-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}

.crunchify-link:active,
.crunchify-link:hover {
    color: #fff;
}

.crunchify-twitter {
    background: #00aced;
}

.crunchify-twitter:active,
.crunchify-twitter:hover {
    background: #0084b4;
}

.crunchify-facebook {
    background: #3b5997;
}

.crunchify-facebook:active,
.crunchify-facebook:hover {
    background: #2d4372;
}

.crunchify-googleplus {
    background: #d64937;
}

.crunchify-googleplus:active,
.crunchify-googleplus:hover {
    background: #b53525;
}

.crunchify-buffer {
    background: #444;
}

.crunchify-buffer:active,
.crunchify-buffer:hover {
    background: #222;
}

.crunchify-pinterest {
    background: #bd081c;
}

.crunchify-pinterest:active,
.crunchify-pinterest:hover {
    background: #bd081c;
}

.crunchify-linkedin {
    background: #0074a1;
}

.crunchify-linkedin:active,
.crunchify-linkedin:hover {
    background: #006288;
}

.crunchify-whatsapp {
    background: #43d854;
}

.crunchify-whatsapp:active,
.crunchify-whatsapp:hover {
    background: #009688;
}

.crunchify-social {
    margin: 20px 0 25px 0;
    -webkit-font-smoothing: antialiased;
    font-size: 0.85rem;
}

section.filters .js-slider .slick-prev {
    left: 20px;
    font-size: 38px;
    line-height: 38px;
    background: 0 0;
    height: auto;
    width: auto;
    top: 0;
    -webkit-transform: none;
    transform: none;
}

section.filters .js-slider .slick-next {
    right: 20px;
    background: 0 0;
    font-size: 38px;
    line-height: 38px;
    height: auto;
    width: auto;
    top: 0;
    -webkit-transform: none;
    transform: none;
}

section.filters .js-slider .slick-next::before,
section.filters .js-slider .slick-prev::before {
    content: "";
    height: 0;
    width: 0;
}

section.filters .js-slider .slick-list {
    margin-left: 25px;
    margin-right: 25px;
}

.treeSelector-container {
    position: relative;
    width: 100%;
}

.treeSelector-container ul {
    padding-left: 0;
    list-style: none;
}

.treeSelector-container li.treeSelector-li {
    padding-left: 0;
    list-style: none;
}

.treeSelector-container .treeSelector-input-box {
    min-height: 32px;
    background-color: #fff;
    padding-left: 5px;
    border: 1px solid #dbe1e2;
    border-radius: 3px;
}

.treeSelector-container .treeSelector-input-box .title-item {
    display: inline-block;
    background-color: #e4e4e4;
    border: 1px solid #e5e6e7;
    color: #425050;
    border-radius: 4px;
    cursor: default;
    padding: 0 5px;
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 3px;
}

.treeSelector-container .treeSelector-input-box .title-item .fa {
    cursor: pointer;
    padding-right: 5px;
}

.treeSelector-container li.treeSelector-li .treeSelector-li-title-box {
    cursor: pointer;
}

.treeSelector-container li.treeSelector-li .treeSelector-li-title-box:hover {
    background-color: #f3f3f3;
}

.treeSelector-container li.treeSelector-li.level-1 .treeSelector-li-title-box {
    padding-left: 20px;
}

.treeSelector-container li.treeSelector-li.level-2 .treeSelector-li-title-box {
    padding-left: 40px;
}

.treeSelector-container li.treeSelector-li.level-3 .treeSelector-li-title-box {
    padding-left: 60px;
}

.treeSelector-container li.treeSelector-li.level-4 .treeSelector-li-title-box {
    padding-left: 80px;
}

.treeSelector-container label.treeSelector-li-title-box {
    display: inherit;
    padding: 4px 0;
}

.treeSelector-container label.treeSelector-li-title-box input[type="checkbox"] {
    margin-right: 5px;
}

.treeSelector-container .treeSelector-wrapper {
    display: none;
}

.treeSelector-container .treeSelector-wrapper.visible {
    display: block;
    position: absolute;
    left: 0;
    max-height: 200px;
    overflow: auto;
    width: 100%;
    padding-left: 4px;
    background: #fff;
    border: 1px solid #dbe1e2;
    z-index: 2;
}

.treeSelector-container.disabled {
    cursor: not-allowed;
    background: #f3f3f3;
}

.treeSelector-container.disabled .treeSelector-input-box {
    background: #eee;
    border-color: #d2d6de;
}

.treeSelector-container.disabled .title-item {
    cursor: not-allowed;
}

.treeSelector-container.disabled .title-item .fa-times {
    display: none;
}

.treeSelector-container.no-options .treeSelector-input-box {
    padding-top: 5px;
    color: #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

em.material-icons.small-size {
    font-size: 10px;
}

.selector-title {
    color: #939598 !important;
    font-size: 1rem;
    padding: 16px 0;
    line-height: calc(13px / 4);
    text-transform: uppercase;
    font-weight: 400;
}

a.cart-contents .cart-items-number {
    z-index: 9;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    line-height: 9px;
    font-size: 0.5rem;
    text-align: center;
    font-weight: 900;
    color: #000;
    left: 100%;
    bottom: 0;
}

body header .floating-cart {
    background-color: #bebebead;
    position: absolute;
    top: 30px;
    right: 0;
    width: 70%;
    z-index: 9;
    display: inline-block;
    height: auto;
    overflow: hidden;
    padding: 0;
    max-height: 0 !important;
    opacity: 0;
    -webkit-transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1.5s;
    -webkit-box-shadow: 0 0 1px 2px #626262;
    box-shadow: 0 0 1px 2px #6b6b6b;
}

body header .floating-cart.active {
    max-height: 800px !important;
    opacity: 1;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #ca4c16;
    border: 1px solid #ca4c16;
    transition: background-color 0.3s ease-in-out;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #ca4c16;
    border: 1px solid #ca4c16;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #ccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 0.85rem;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: 700;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.card a.card-link * {
    color: #000;
    font-size: 0.85rem;
}

body aside+.main-content section .image-text-blocks.card-deck .card .card-body:only-child {
    border-top: none;
}

body .main-content section>h2,
html .main-content section>h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 18px;
}

body .main-content section>h3,
html .main-content section>h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    order: 1;
    flex: 0.5;
    float: left;
}

.woocommerce div.product div.summary {
    order: 0;
    flex: 0.5;
    float: left;
    order: 0;
    padding-right: 15px;
}

.woocommerce div.product {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    flex-direction: row;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: green;
    font-size: 1rem;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    font-weight: 400;
    font-size: 1rem;
}

.woocommerce .quantity .qty {
    height: 38px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 600;
    font-size: 1rem;
}

.woocommerce div.product form.cart .variations td.label {
    font-size: 1rem;
}

.woocommerce table.shop_attributes th {
    font-weight: 500;
    font-size: 1rem;
}

.woocommerce table.shop_attributes td {
    font-size: 0.85rem;
}

body header.homepage .top .utilities a.cart-contents .cart-items-number {
    left: 24px;
}

.woocommerce-tabs {
    flex: 100%;
    display: flex;
    order: 3;
    flex-direction: column;
}

.up-sells {
    flex: 100%;
    flex-basis: 100%;
    display: flex;
    order: 4;
}

.woocommerce-variation-description {
    font-weight: 400;
    font-size: 1rem;
}

.woocommerce-variation-description a {
    color: #f7941d;
}

.stock.out-of-stock {
    font-weight: 600;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    border-radius: 0;
}

body aside+.main-content section article p,
html aside+.main-content section article p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    max-width: 85ch;
}

.sku_wrapper {
    display: none;
}

.no-cart-button div.product form.cart:not(.variations_form) {
    display: none;
}

.posted_in {
    font-weight: 400;
    font-size: 0.85rem;
}

.woocommerce-variation-description h4 {
    font-weight: 600;
    font-size: 1em;
}

.no-cart-button .woocommerce-Price-amount {
    display: none;
}

.posted_in a {
    font-weight: 400;
    font-size: 0.85rem;
    color: #f7941d;
}

.select2-container .select2-selection--single:focus {
    outline: 0;
}

.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 1rem;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 18px;
    font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs .panel h4 {
    font-weight: 600;
}

.h1,
h1 {
    font-size: 20px;
}

.h2,
h2 {
    font-size: 19px;
}

.h4,
h4 {
    font-size: 17px;
}

.h3,
h3 {
    font-size: 18px;
}

.h5,
h5 {
    font-size: 1.2rem;
}

.wpcf7-form-control {
    width: 100%;
}

input.wpcf7-form-control[type="submit"] {
    color: #fff !important;
    background: #f7941d;
    border-radius: 80px;
    height: 35px;
    font-size: 0.85rem;
    padding: 16px 22px;
    line-height: calc(13px / 4);
    text-transform: uppercase;
    font-weight: 400;
    border: solid 1px #f7941d;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 50%;
    max-width: 120px;
}

input.wpcf7-form-control[type="submit"]:hover {
    background: #fff !important;
    color: #f7941d !important;
}

.main-content section article li {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.wpcf7-form label {
    font-size: 1rem;
    width: 100%;
}

.searchandfilter label {
    max-width: 100%;
}

.searchandfilter ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
}

.searchandfilter>ul>li[data-sf-combobox="1"] label {
    display: inline-block;
}

.searchandfilter h4 {
    font-size: 1rem;
    font-weight: 100;
    padding-right: 10px;
    line-height: 25px;
}

.searchandfilter>ul>li {
    display: flex !important;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sf-field-submit {
    flex: 100% !important;
}

.sf-field-submit input {
    color: #fff !important;
    background: #ca4c16;
    border-radius: 80px;
    height: 3rem;
    font-size: 0.85rem;
    padding: 16px 22px;
    line-height: calc(12px / 4);
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #ca4c16;
    cursor: pointer;
}

.sf-field-submit input:hover {
    color: #ca4c16 !important;
    background: #fff !important;
    border: 1px solid #ca4c16;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

.select2-container {
    display: block;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e5e6e7;
}

button,
input {
    border: 1px solid #e5e6e7;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.searchandfilter>ul>li select {
    display: block;
    padding: 10px 70px 10px 13px !important;
    max-width: 100%;
    height: auto !important;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    background: url(https://i.ibb.co/b7xjLrB/selectbox-arrow.png) right center no-repeat;
    background-color: #fff;
    color: #444;
    font-size: 0.85rem;
    line-height: 16px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.searchandfilter>ul>li option {
    padding: 0 4px;
}

.searchandfilter>ul>li select::-ms-expand {
    display: none;
}

.searchandfilter>ul>li select:disabled::-ms-expand {
    background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
    width: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    margin-left: 0;
    width: 30px;
    background: url(https://i.ibb.co/b7xjLrB/selectbox-arrow.png) right center no-repeat;
}

.searchandfilter>ul>li select {
    font-size: 0.85rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 0.85rem;
}

button,
input {
    font-size: 0.85rem;
    padding: 5px;
    font-weight: 400;
}

.searchandfilter select.sf-input-select {
    font-weight: 400;
    cursor: pointer;
}

.select2-container .select2-search--inline .select2-search__field {
    font-size: 0.85rem;
}

.select2-container .select2-selection--multiple {
    height: 38px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 13px;
}

.select2-results__option {
    font-size: 0.85rem;
}

.navigation .next-link a {
    color: #f7941d;
    font-size: 0.85rem;
    font-weight: 100;
    font-weight: 400;
}

.my-account .woocommerce-MyAccount-navigation li a {
    display: inline-block;
    color: #000;
    padding: 0;
    text-decoration: none;
}

.my-account .woocommerce-MyAccount-navigation li i {
    color: #f7941d;
}

.my-account .woocommerce-MyAccount-navigation li a:hover,
.my-account .woocommerce-MyAccount-navigation li.current a {
    color: #f7941d;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #fff;
    font-size: 1rem;
}

.woocommerce-info {
    border-top-color: #f7941d;
    border-width: 1px;
}

.woocommerce-info::before {
    color: #f7941d;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #fff;
    border-color: #f7941d;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #f7941d;
    color: #fff;
}

.woocommerce aside+div section {
    padding: 0;
}

div.woocommerce-Address {
    font-size: 1rem;
}

div.woocommerce-Address>address {
    font-size: 0.85rem;
    letter-spacing: 0;
}

div.woocommerce-Address>header {
    font-size: 1rem;
}

.woocommerce-account .addresses .title h3 {
    font-size: 1rem;
}

.woocommerce-account .addresses .title .edit {
    font-size: 0.85rem;
    color: orange;
}

.woocommerce-MyAccount-content>p {
    font-size: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 1rem;
}

.woocommerce-EditAccountForm>fieldset>legend {
    font-size: 18px;
    font-weight: 700;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: none;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    height: calc(100% - 55px);
}

.woocommerce ul.products li.product a {
    flex-direction: column;
}

.woocommerce ul.products li.product a img {
    margin: auto;
    left: 0;
    max-height: 170px;
    width: auto;
    margin-bottom: 5px;
    height: 170px;
    margin-top: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    text-align: center;
}

.woocommerce table.shop_table {
    border-radius: 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    left: 0 !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 5px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    min-width: 140px;
}

.woocommerce ul.products li.product .price {
    color: #1F6501;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 400;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    color: #292929;
    margin-top: 15px;
    padding: 10px;
}

.added_to_cart {
    background: #cecece;
    color: #292929;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 8px;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    font-size: 1rem;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    font-size: 1rem;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    max-width: 150px;
}

.woocommerce a.remove {
    line-height: 19px;
    font-size: 22px;
    font-weight: 100;
    border: 1px solid;
}

.cross-sells>h2 {
    font-weight: 600;
}

.cart_totals>h2 {
    font-weight: 600;
}

.woocommerce form .form-row {
    display: inline-block;
}

.woocommerce form .form-row label {
    padding-right: 15px;
}

.woocommerce-billing-fields {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: column;
}

.woocommerce-shipping-fields {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-direction: column;
}

.type-product .related {
    order: 5;
    width: 100%;
    flex-basis: 100%;
}

.type-product section {
    margin-bottom: 10px !important;
}

.woocommerce ul.products li.product a {
    display: flex;
    align-items: center;
}

.woocommerce ul.products li.product .button {
    width: 80%;
    color: #fff !important;
    background: #ca4c16;
    border-radius: 80px;
    height: 35px;
    font-size: 0.85rem;
    padding: 16px 22px;
    line-height: calc(13px / 4);
    text-transform: uppercase;
    font-weight: 400;
    border: solid 1px #ca4c16;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 50%;
}

.woocommerce ul.products li.product .button:hover {
    color: #f7941d !important;
    background: #fff !important;
    border: 1px solid #f7941d;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}

body aside+.main-content section .image-text-blocks.card-deck .card.woocommerce img {
    max-height: 130px;
    height: 130px;
    -o-object-fit: cover;
    width: 100%;
    object-fit: cover;
    -o-object-position: center;
    margin: 0;
    width: 100%;
    max-width: 100%;
    object-position: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 5px;
    border: 1px solid #d6d4d4;
}

.up-sells {
    flex-direction: column;
}

.woocommerce ul.products li.product a {
    display: flex;
    align-items: center;
}

.up-sells {
    flex-direction: column;
}

.woocommerce div.product div.images img {
    width: auto;
    max-height: 500px;
}

.woocommerce div.product div.images img {
    margin-right: 0;
    float: right;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-direction: row-reverse;
}

.woocommerce-product-gallery+.summary {
    flex: 1 !important;
    padding: 0 !important;
}

.middle {
    position: relative;
    height: 500px;
}

body header.area,
body header.secondary-menu,
html header.area,
html header.secondary-menu {
    overflow: hidden !important;
}

.select2-selection {
    border-color: #e3e3e3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    overflow: auto;
    border: solid #ebebeb 1px !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border-radius: 0;
    font-size: 0.85rem;
}

.select2-dropdown {
    border: 1px solid #e3e3e3;
    border-radius: 0;
}

.main-menu-wrapper {
    margin-top: -1px;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #e3e3e3;
}

.page-template-page-museum header {
    margin-bottom: 0 !important;
}

.page-template-page-museum .page-navigator {
    display: flex;
    background: #f7941d;
    color: #fff;
    z-index: 8;
}

.page-template-page-museum .page-navigator ul {
    display: flex;
    margin: auto;
    list-style: none;
    padding: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    flex-wrap: wrap;
}

.page-template-page-museum .page-navigator ul li {
    font-size: 18px;
    line-height: 18px;
    margin: 5px;
    color: #fff;
}

.page-template-page-museum .page-navigator ul li a {
    color: #fff !important;
}

.searchandfilter ul li li {
    padding: 0 5px;
}

body ul.links.big li a {
    text-decoration: underline;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

body ul.links.big li a em {
    text-decoration: none;
}

body ul.links.big li a:hover {
    color: #802F00;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

body aside nav.links-menu ul.links a:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

body aside nav.links-menu ul.links a:hover {
    color: #802F00;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.card.woocommerce {
    border: none !important;
}

.card.woocommerce ul.products li.product {
    width: 100%;
}

.cat-bullet {
    background: orange;
    display: block;
    width: auto;
    color: #fff;
    position: relative;
    border-radius: 5px;
    margin: 5px;
    font-size: 0.5rem;
    letter-spacing: 1px;
    padding: 3px;
    font-weight: 400;
}

.cat-container {
    display: inline;
    width: auto;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    margin: 5px;
    font-size: 0.5rem;
    letter-spacing: 1px;
    padding: 3px;
    font-weight: 400;
}

.js-slider.header-slider .slick-list,
.js-slider.header-slider .slick-track {
    height: 100%;
    max-height: 100%;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1190px;
    }
}

.navigation li a,
.navigation li.disabled {
    color: #292929;
    text-decoration: none;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.75rem;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    position: relative;
}

ul.page-numbers li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination {
    text-align: right;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev {
    display: none;
}

ul.page-numbers li a,
ul.page-numbers li.disabled {
    color: #292929;
    text-decoration: none;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 400;
    padding: 0.75rem;
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 0.85rem;
    font-weight: 400;
    padding: 0.75rem;
}

.navigation {
    display: flex;
    margin-bottom: 40px;
}

.navigation ul {
    margin: auto;
    padding: 0;
    margin-right: 0;
}

.navigation li {
    display: inline;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    font-weight: 600;
}

.woocommerce ul.products li.product,
body .card-deck article.card {
    min-height: 320px;
}

.navigation li.active a,
.navigation li.disabled {
    font-weight: 400;
    position: relative;
    transition: all 0.2s ease-in-out;
}

.navigation li.active a {
    background: #ebe9eb;
    color: #000000;
    transition: all 0.2s ease-in-out;
}

.woocommerce ul.products li.product .added_to_cart {
    position: absolute;
    width: 100%;
    background: #ebebeb;
    top: 0;
    color: #292929;
}

.navigation li a:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 2px;
    margin: 2px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 0;
    background-color: #e69500;
}

.navigation li a:hover:after {
    left: 0;
    width: 100%;
    opacity: 1;
}

.navigation li a:hover {
    background: #ebe9eb;
    color: #8a7e88;
    transition: all 0.2s ease-in-out;
}

body.page-template-page-frontpage-alternative header {
    height: 100vh !important;
}

body aside+.main-content section .image-text-blocks.card-deck .card.special .card-body {
    position: absolute;
    height: 100%;
    z-index: 9;
    top: 0;
    background: #00000045;
    display: flex;
    transition: all 0.26s ease-in-out;
    -webkit-transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -ms-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}

body aside+.main-content section .image-text-blocks.card-deck .card.special:hover .card-body {
    transition: all 0.26s ease-in-out;
    background: #00000010;
    -webkit-transition: all 0.26s ease-in-out;
    -moz-transition: all 0.26s ease-in-out;
    -ms-transition: all 0.26s ease-in-out;
    -o-transition: all 0.26s ease-in-out;
}

body aside+.main-content section .image-text-blocks.card-deck .card.special h5 {
    color: #fff;
    font-size: 20px;
    text-align: left !important;
    margin-left: 0 !important;
    margin-top: 40px !important;
}

body aside+.main-content section .image-text-blocks.card-deck .card.special .card-footer {
    background: #f7941d;
    color: #202020;
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    z-index: 9;
    bottom: 0;
    text-transform: uppercase;
    width: 100%;
    padding-left: 1em;
    transition: padding 0.26s ease-in-out !important;
    -webkit-transition: padding 0.26s ease-in-out !important;
    -moz-transition: padding 0.26s ease-in-out !important;
    -ms-transition: padding 0.26s ease-in-out !important;
    -o-transition: padding 0.26s ease-in-out !important;
}

body aside+.main-content section .image-text-blocks.card-deck .card.special:hover .card-footer {
    padding-left: 2em;
    transition: padding 0.26s ease-in-out;
    -webkit-transition: padding 0.26s ease-in-out;
    -moz-transition: padding 0.26s ease-in-out;
    -ms-transition: padding 0.26s ease-in-out;
    -o-transition: padding 0.26s ease-in-out;
}

body aside+.main-content section .image-text-blocks.card-deck .card.special img {
    height: 200px;
    max-height: 200px;
}

.map-block .outter-buttons {
    margin-top: 0 !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}

.form-wrapper {
    order: 1;
}

.select2-container {
    max-width: 450px;
}

.woocommerce-Tabs-panel>h2:first-child {
    display: none;
}

textarea {
    border: 1px solid #e5e6e7;
}

.no-cart-button .woocommerce-variation-add-to-cart {
    display: none !important;
}

.woocommerce .loader::before {
    background: 0 0;
}

.no-cart-button div.product form.cart {
    margin-bottom: 0;
}

.form-wrapper .btn:hover {
    border: 1px solid #f7941d;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.8);
}

.woocommerce-product-gallery--without-images {
    display: none !important;
}

.woocommerce ul.products.columns-3,
.woocommerce-page ul.products.columns-3 {
    width: 100%;
}

@media (max-width: 900px) {
    body aside+.main-content section .image-text-blocks.card-deck .card.small {
        flex: 0 1 29%;
        max-width: 33%;
    }
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 40.75%;
        margin: 10px;
    }
}

@media (max-width: 500px) {
    .slick-initialized .slick-slide {
        opacity: 0.5;
    }
    .select2-container {
        max-width: 250px;
    }
    .slick-initialized .slick-slide.slick-current {
        opacity: 1;
    }
    body aside+.main-content section .image-text-blocks.card-deck .card.small {
        flex: 1 0 100%;
        max-width: 100%;
    }
    .woocommerce ul.products.columns-3 li.product,
    .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
    }
    .searchandfilter .select2-container,
    .searchandfilter .sf-input-text,
    .searchandfilter label,
    .searchandfilter select.sf-input-select,
    .searchandfilter>ul>li {
        width: 100% !important;
        max-width: 100% !important;
    }
    .areas__block {
        padding-left: 0;
        padding-right: 0;
    }
    .areas__block .js-slider {
        padding-left: 0;
        padding-right: 0;
    }
    .areas__block .section-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.ll-skin-melon .ui-widget {
    background: #cecece;
}

.ll-skin-melon .ui-datepicker th {
    border-color: #cecece;
    color: #fff;
    font-weight: 400;
}

.map-block .navigation ul {
    margin-top: 0;
}

@media (min-width: 768px) {
    body header.secondary-menu .middle .main-menu-wrapper {
        margin: 0;
    }
    body header.homepage .top .utilities {
        padding-right: 60px;
    }
    body header.secondary-menu.mini .middle .main-menu-wrapper {
        top: 80px;
    }
    body header.secondary-menu.mini .middle .main-menu-wrapper.show {
        top: 80px;
        height: calc(100vh - 80px) !important;
        height: calc(100vh - 80px) !important;
    }
    body header.secondary-menu.mini .top .menu {
        margin-top: -10px !important;
    }
    body header.secondary-menu .main-logo .motto {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    body header.secondary-menu.mini .main-logo .motto {
        margin-left: 0;
        font-size: 1rem;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    body header.secondary-menu.mini .main-logo img {
        max-width: 150px;
        margin: auto;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
}

.woocommerce ul.products li.product.no-cart-class .price {
    display: none !important;
}

.woocommerce div.product form.cart .reset_variations {
    margin-left: 5px;
    font-weight: 900;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    height: 100%;
}

hr.style-1 {
    display: inline-flex;
    /* margin: auto;**/
    width: 50%;
}

.category__label.style-1 {
    text-transform: uppercase;
}

.short-code-newsletter {
    display: inline-flex;
    flex-wrap: wrap;
}

.main-content article.rte img.alignleft {
    float: left;
    padding-right: 30px;
}

.main-content article.rte img.alignright {
    float: right;
    padding-left: 30px;
}

@media (max-width: 768px) {
    .main-content article.rte img.alignleft {
        float: none;
        padding-right: 0px;
    }
    .main-content article.rte img.alignright {
        float: none;
        padding-left: 0px;
    }
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " ";
}

.wpcf7-display-none {
    display: none;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('../../images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}

div.wpcf7 div.ajax-error {
    display: none;
}

div.wpcf7 .placeheld {
    color: #888;
}

div.wpcf7 input[type="file"] {
    cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    direction: ltr;
}

body.investigator-template-default header{
    height: 150px!important;
}

body aside .info-text a{
    color: #f7941d;
    font-weight: bold;
}

/* V2 - 2025 */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.lneg-area-card {
    border: none; 
    border-radius: 0; 
    min-height: 250px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
    overflow: hidden;
}

.lneg-area-card img {
    transition: transform 0.7s ease;
}

.lneg-area-card:hover img, .lneg-area-card.hover img {
    transform: scale(1.2);
}

.unit-card {
    border: none; 
    border-radius: 0; 
    min-height: 250px;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
    overflow: hidden;
}
.unit-card__title  {
    z-index: 1;
}

.unit-card__title a {
    background-color: rgba(0,0,0, 0.8);
    padding: .6rem;
    display: inline-block;
    text-underline-offset: 3px;
    font-weight: 700;
    letter-spacing: 0.1px;
    line-height: 1.5;
    border-left: 5px solid #f7941d;
}

.unit-card__img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.7s ease;
}

.unit-card:hover img, .unit-card.hover img {
    transform: scale(1.2);
}

.event-card  {
    margin-top: 15px;
}

.event-card__title  {
    text-align: center;
}

.event-card__title a {
    font-size: 1rem;
    font-weight: 600;
    color: #000 !important;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.event-card__body {
    background-color: #dadada;
    min-height: 180px;
}

.event-card__date {
    background: #000;
    width: fit-content;
    min-width: 50px;
    padding: 16px;
    color: #FFF !important;
    position: absolute;
    top: -15px;
    left: 15px;
    letter-spacing: 1.6px;
    font-weight: 700;
}

body ul.links.big li a  {
    text-decoration: none;
}

body ul.links.big li a span {
    text-decoration: underline;
}

body ul.links.big li a .material-icons {
    text-decoration: none;
}

.see-all-button {
    width: 100%;
    display: inline-block;
    padding: 1rem;
    border: 1px solid rgb(164, 164, 164);
    background-color: inherit;
    color: #000;
    text-align: center;
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
    cursor: pointer;
}


.see-all-button:hover,
.see-all-button:focus {
    background-color: #000;
    color: #fff;
    text-decoration: underline;
    outline: none;
}

.see-all-button:focus-visible {
    outline: 3px solid rgba(255, 143, 3, 1); 
    outline-offset: 2px;
}

.post-terms-container {

    
}

.post-terms-container .badge {
    border: 1px solid rgba(255, 143, 3, 0.92);
    background-color: #FFF;
    color: #000;
    font-size: 0.85rem;
    font-weight: normal; 
    padding: 6px 20px;
}

.breadcrumbs-container ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs-container li span {
    padding: 0 8px 0 16px;
    vertical-align: middle;
    font-size: 0.8rem;
    font-weight: bold;
}

.breadcrumbs-container li.item-home span {
    padding: 0;
    display: none;
}

.breadcrumbs-container li a {
    color: black;
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    font-size: 0.9rem;
}

.breadcrumbs-container li a:hover {
    color: #802F00;
    text-decoration: underline; 
}

.breadcrumbs-container li + li::before {
    content: "›";
    padding: 0 12px;
    color: #000;
    font-size: 1.2rem;
}