.container {
    max-width: 1400px;
    width: 100%
}

@media only screen and (max-width: 1660px) {
    .container {
        max-width: 80%
    }
}

@media only screen and (max-width: 1360px) {
    .container {
        max-width: 85%
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 90%
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 95%
    }
}

@media only screen and (max-width: 575px) {
    .container {
        max-width: 100%
    }
}

.container-big {
    max-width: 1600px;
    width: 100%
}

@media only screen and (max-width: 1660px) {
    .container-big {
        max-width: 95%
    }
}

@media only screen and (max-width: 1360px) {
    .container-big {
        max-width: 95%
    }
}

@media only screen and (max-width: 1200px) {
    .container-big {
        max-width: 95%
    }
}

@media only screen and (max-width: 992px) {
    .container-big {
        max-width: 95%
    }
}

@media only screen and (max-width: 575px) {
    .container-big {
        max-width: 100%
    }
}

.container-fluid {
    padding: 0
}

.text-xl {
    font-size: 200px;
    line-height: 1.1
}

.text-larger {
    font-size: 90px;
    line-height: 1.1
}

@media only screen and (max-width: 1360px) {
    .text-larger {
        font-size: 86px
    }
}

@media only screen and (max-width: 1200px) {
    .text-larger {
        font-size: 78px
    }
}

@media only screen and (max-width: 992px) {
    .text-larger {
        font-size: 70px;
        line-height: 1.2
    }
}

@media only screen and (max-width: 767px) {
    .text-larger {
        font-size: 62px
    }
}

@media only screen and (max-width: 575px) {
    .text-larger {
        font-size: 54px
    }
}

@media only screen and (max-width: 420px) {
    .text-larger {
        font-size: 46px
    }
}

.text-bigger {
    font-size: 70px;
    line-height: 1.2
}

@media only screen and (max-width: 1360px) {
    .text-bigger {
        font-size: 66px
    }
}

@media only screen and (max-width: 1200px) {
    .text-bigger {
        font-size: 62px
    }
}

@media only screen and (max-width: 992px) {
    .text-bigger {
        font-size: 56px
    }
}

@media only screen and (max-width: 767px) {
    .text-bigger {
        font-size: 50px
    }
}

@media only screen and (max-width: 575px) {
    .text-bigger {
        font-size: 42px;
        line-height: 1.2
    }
}

@media only screen and (max-width: 420px) {
    .text-bigger {
        font-size: 36px
    }
}

.text-big-medium {
    font-size: 50px;
    line-height: 1.2
}

@media only screen and (max-width: 1360px) {
    .text-big-medium {
        font-size: 46px
    }
}

@media only screen and (max-width: 1200px) {
    .text-big-medium {
        font-size: 44px
    }
}

@media only screen and (max-width: 992px) {
    .text-big-medium {
        font-size: 40px;
        line-height: 1.4
    }
}

@media only screen and (max-width: 767px) {
    .text-big-medium {
        font-size: 38px
    }
}

@media only screen and (max-width: 575px) {
    .text-big-medium {
        font-size: 36px;
        line-height: 1.6
    }
}

.text-big {
    font-size: 40px;
    line-height: 1.2
}

@media only screen and (max-width: 1360px) {
    .text-big {
        font-size: 36px
    }
}

@media only screen and (max-width: 1200px) {
    .text-big {
        font-size: 34px
    }
}

@media only screen and (max-width: 992px) {
    .text-big {
        font-size: 30px;
        line-height: 1.4
    }
}

@media only screen and (max-width: 767px) {
    .text-big {
        font-size: 28px
    }
}

@media only screen and (max-width: 575px) {
    .text-big {
        font-size: 26px;
        line-height: 1.6
    }
}

.text-medium-big {
    font-size: 32px;
    line-height: 1.4
}

@media only screen and (max-width: 1200px) {
    .text-medium-big {
        font-size: 28px
    }
}

@media only screen and (max-width: 992px) {
    .text-medium-big {
        font-size: 24px
    }
}

@media only screen and (max-width: 767px) {
    .text-medium-big {
        font-size: 22px;
        line-height: 1.6
    }
}

.text-medium {
    font-size: 22px;
    line-height: 1.6
}

@media only screen and (max-width: 1200px) {
    .text-medium {
        font-size: 20px
    }
}

@media only screen and (max-width: 992px) {
    .text-medium {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .text-medium {
        font-size: 16px
    }
}

@media only screen and (max-width: 575px) {
    .text-medium {
        font-size: 14px
    }
}

.text-small {
    font-size: 16px;
    line-height: 1.6
}

@media only screen and (max-width: 992px) {
    .text-small {
        font-size: 14px
    }
}

.text-larger, .text-bigger, .text-big-medium, .text-big, .text-medium-big, .text-medium, .text-small {
    font-family: Montserrat,sans-serif;
    font-weight: 400
}

    .text-larger strong, .text-bigger strong, .text-big-medium strong, .text-big strong, .text-medium-big strong, .text-medium strong, .text-small strong, .text-larger b, .text-bigger b, .text-big-medium b, .text-big b, .text-medium-big b, .text-medium b, .text-small b {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        font-weight: 700
    }

    .text-larger *, .text-bigger *, .text-big-medium *, .text-big *, .text-medium-big *, .text-medium *, .text-small * {
        font-family: inherit;
        font-weight: inherit;
        line-height: inherit;
        font-size: inherit;
        color: inherit
    }

    .text-larger small, .text-bigger small, .text-big-medium small, .text-big small, .text-medium-big small, .text-medium small, .text-small small {
        font-size: 45%
    }

.white-button {
    background-color: #fff;
    padding: 1rem 2rem;
    color: #000;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    position: relative;
    text-transform: uppercase
}

    .white-button:hover {
        background-color: #d7ac71
    }

.gold-button {
    background-color: #d7ac71;
    padding: 1rem 2rem;
    color: #000;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    position: relative;
    text-transform: uppercase
}

    .gold-button:hover {
        background-color: #fff
    }

.black-button {
    background-color: #111;
    padding: 20px 40px 20px 55px;
    color: #fff;
    letter-spacing: 2px;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    position: relative;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .black-button {
        padding: 15px 35px 15px 45px;
        letter-spacing: 1px
    }
}

@media only screen and (max-width: 575px) {
    .black-button {
        padding: 10px 25px 10px 45px
    }
}

.black-button span {
    position: relative;
    z-index: 1
}

.black-button:before {
    content: "";
    height: 2px;
    background: #c81718;
    position: absolute;
    left: -25px;
    top: 50%;
    z-index: 1;
    width: 50px
}

@media only screen and (max-width: 575px) {
    .black-button:before {
        width: 50px;
        left: -25px
    }
}

.black-button:after {
    content: "";
    height: 100%;
    width: 15px;
    background: #c81718;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

@media only screen and (max-width: 575px) {
    .black-button:after {
        width: 10px
    }
}

.black-button:hover:after {
    width: 100%
}

.black-hollow-button {
    background-color: #111;
    padding: 20px 40px 20px 55px;
    color: #fff;
    letter-spacing: 2px;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    box-shadow: inset 0 0 0 2px #fff;
    position: relative;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .black-hollow-button {
        padding: 15px 35px 15px 45px;
        letter-spacing: 1px
    }
}

@media only screen and (max-width: 575px) {
    .black-hollow-button {
        padding: 10px 30px 10px 45px
    }
}

.black-hollow-button span {
    position: relative;
    z-index: 1
}

.black-hollow-button:before {
    content: "";
    height: 2px;
    background: #c81718;
    position: absolute;
    left: -25px;
    top: 50%;
    z-index: 1;
    width: 50px
}

@media only screen and (max-width: 575px) {
    .black-hollow-button:before {
        width: 50px;
        left: -25px
    }
}

.black-hollow-button:after {
    content: "";
    height: 100%;
    width: 15px;
    background: #c81718;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

@media only screen and (max-width: 575px) {
    .black-hollow-button:after {
        width: 10px
    }
}

.black-hollow-button:hover:after {
    width: 100%;
    box-shadow: inset 0 0 0 2px #c81718
}

.news-black-button {
    position: absolute;
    right: 0;
    top: 0;
    font-family: Montserrat-Black,sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 100%;
    padding: 0 50px;
    background-color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

    .news-black-button:before {
        background-color: #d7ac71
    }

.popup-button {
    line-height: 1;
    background-color: transparent;
    padding: 20px 40px;
    color: #111;
    letter-spacing: 2px;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    box-shadow: inset 0 0 0 2px #111;
    position: relative;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (max-width: 1200px) {
    .popup-button {
        letter-spacing: 2px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .popup-button {
        margin-top: 10px
    }
}

.popup-button span {
    position: relative;
    z-index: 1
}

.popup-button:after {
    content: "";
    height: 100%;
    width: 15px;
    background: #c81718;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

@media only screen and (max-width: 575px) {
    .popup-button:after {
        width: 10px
    }
}

.popup-button:before {
    background-color: #c81718
}

.popup-button:hover {
    color: #fff
}

.screen-reader {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.wow {
    opacity: 0
}

#popup-success, #popup-error {
    max-width: calc(100% - 40px)
}

    #popup-success .box, #popup-error .box {
        width: 960px;
        max-width: 100%;
        text-align: center;
        padding: 50px 100px
    }

@media only screen and (max-width: 767px) {
    #popup-success .box, #popup-error .box {
        padding: 40px 60px
    }
}

@media only screen and (max-width: 575px) {
    #popup-success .box, #popup-error .box {
        padding: 40px 30px
    }
}

@media only screen and (max-width: 420px) {
    #popup-success .box, #popup-error .box {
        padding: 30px 20px
    }
}

#popup-success .box .title-bigger, #popup-error .box .title-bigger {
    font-family: Montserrat-Bold,sans-serif;
    color: #c81718
}

#popup-success .box .desc, #popup-error .box .desc {
    display: block;
    margin: 30px auto;
    color: #111
}

@media only screen and (max-width: 575px) {
    #popup-success .box .desc, #popup-error .box .desc {
        margin: 20px auto
    }
}

@media only screen and (max-width: 420px) {
    #popup-success .box .desc, #popup-error .box .desc {
        margin: 10px auto
    }
}

#popup-success .box .red-btn, #popup-error .box .red-btn {
    background-color: #c81718 !important
}

button.fancybox-button.fancybox-close-small, .fancybox-navigation {
    display: none !important
}

.shopify-challenge__container {
    padding: 180px 0 0;
    min-height: 550px
}

input.shopify-challenge__button.btn {
    padding: 16px 75px;
    font-family: Montserrat-Bold,sans-serif;
    font-weight: 700;
    font-size: 18px;
    border: none;
    background-color: #111;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

    input.shopify-challenge__button.btn:hover {
        background-color: #d7ac71;
        color: #111
    }

ul {
    padding: 0;
    margin: 0
}

li {
    list-style: none
}

a, a:hover {
    text-decoration: none
}

*:focus, *:hover, * {
    outline: none
}

.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: "";
    clear: both;
    height: 0
}

.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.wow {
    visibility: hidden
}

.vcenter {
    display: flex;
    align-items: center
}

.valign {
    display: flex;
    flex-direction: row
}

    .valign > [class^=col-], .valign > [class*=" col-"] {
        display: flex;
        align-items: center;
        justify-content: center
    }

.fancybox-slide > * {
    padding: 0
}

.svg {
    display: inline-block;
   /* width: 50px;*/
    height: 100px
}

section {
    position: relative;
    overflow: hidden
}

a {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    outline: none !important
}

img, svg {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    max-width: 100%
}

button {
    outline: none !important;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0
}

textarea, input {
    -webkit-appearance: none
}

textarea {
    resize: vertical
}

form label[for=sendContact], form label[for=sendNews] {
    cursor: pointer
}

h1, h2, h3, h4, p {
    margin: 0
}

body.no-scroll {
    overflow: hidden !important
}

br {
    line-height: inherit
}

.rellax {
    display: inline-block
}

p, a, h1, h2, h3, li, span, button, br, b, strong {
    font-family: sans-serif
}

    button:focus {
        background-color: transparent
    }

.body-overflow {
    overflow: hidden;
    position: relative
}

.video-wrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0
}

    .video-wrapper iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }

@font-face {
    src: url(../../4/assets/Montserrat-Black.ttf);
    font-family: Montserrat-Black
}

@font-face {
    src: url(../../4/assets/Montserrat-Bold.ttf);
    font-family: Montserrat-Bold
}

@font-face {
    src: url(../../4/assets/Montserrat-Regular.otf);
    font-family: Montserrat
}

@font-face {
    src: url(../../4/assets/Montserrat-SemiBold.ttf);
    font-family: Montserrat-Semi
}

body.home .skip-link {
    display: none
}

body.home #top-menu {
    position: absolute;
    z-index: 90;
    padding: 5px 0;
    width: 100%;
    overflow: visible;
    top: 0
}

    body.home #top-menu .logo {
        float: left;
        display: inline
    }

@media only screen and (max-width: 992px) {
    body.home #top-menu .logo {
        margin-top: 5px
    }
}

body.home #top-menu .logo svg {
    width: 110px;
    height: auto;
    display: block
}

@media only screen and (max-width: 992px) {
    body.home #top-menu .logo svg {
        width: 90px
    }
}

@media only screen and (max-width: 767px) {
    body.home #top-menu .logo svg {
        width: 70px
    }
}

body.home #top-menu .menu-right {
    vertical-align: middle;
    text-align: right;
    padding-top: 25px
}

@media only screen and (max-width: 767px) {
    body.home #top-menu .menu-right {
        padding-top: 10px
    }
}

body.home #top-menu .menu-right ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

    body.home #top-menu .menu-right ul li a {
        padding: 0 10px;
        display: inline-block;
        margin-left: 50px;
        /* color: #111;*/
        color: #fff;
        text-transform: uppercase;
        overflow: visible
    }

@media only screen and (max-width: 1660px) {
    body.home #top-menu .menu-right ul li a {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1360px) {
    body.home #top-menu .menu-right ul li a {
        margin-left: 15px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #top-menu .menu-right ul li a {
        margin-left: 10px
    }
}

body.home #top-menu .menu-right ul li a:before {
    width: 100%;
    background-color: #111
}

body.home #top-menu .menu-right ul li a:hover, body.home #top-menu .menu-right ul li a:active {
    color: #fff
}

    body.home #top-menu .menu-right ul li a:hover:before, body.home #top-menu .menu-right ul li a:active:before {
        width: 100%;
        background-color: #c81718
    }

@media only screen and (max-width: 1200px) {
    body.home #top-menu .menu-right ul li.links {
        display: none
    }
}

body.home #top-menu .menu-right ul li.menu-search {
    width: 50px;
    height: 50px;
    background-color: #111;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

@media only screen and (max-width: 767px) {
    body.home #top-menu .menu-right ul li.menu-search {
        width: 40px;
        height: 40px
    }
}

body.home #top-menu .menu-right ul li.menu-search:hover {
    background-color: #c81718
}

body.home #top-menu .menu-right ul li.menu-search svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 20px;
    height: 20px
}

    body.home #top-menu .menu-right ul li.menu-search svg path {
        fill: #fff
    }

body.home #top-menu .menu-right ul li.cart {
    position: relative
}

@media only screen and (max-width: 992px) {
    body.home #top-menu .menu-right ul li.cart {
        margin-right: 10px
    }
}

body.home #top-menu .menu-right ul li.cart span {
    background-color: #c81718;
    border-radius: 50%;
    padding: 3px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -12px;
    right: -18px
}

    body.home #top-menu .menu-right ul li.cart span .text-smaller {
        color: #fff;
        padding: 0 1px 1px;
        line-height: 1;
        text-align: center
    }

@media only screen and (max-width: 992px) {
    body.home #top-menu .menu-right ul li.cart span .text-smaller {
        padding: 0 2px 1px 1px
    }
}

body.home #top-menu .menu-right ul li.menu-mobile {
    width: 50px;
    height: 50px;
    background-color: #c81718;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    border-radius: 50%;
    margin-left: 20px;
    display: none
}

@media only screen and (max-width: 1200px) {
    body.home #top-menu .menu-right ul li.menu-mobile {
        display: inline-block
    }
}

@media only screen and (max-width: 767px) {
    body.home #top-menu .menu-right ul li.menu-mobile {
        width: 45px;
        height: 45px
    }
}

body.home #top-menu .menu-right ul li.menu-mobile:hover {
    background-color: #111
}

body.home #top-menu .menu-right ul li.menu-mobile svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 20px;
    height: 20px
}

    body.home #top-menu .menu-right ul li.menu-mobile svg path {
        fill: #fff
    }

body.home #top-menu .menu-right ul .menu-space {
    display: inline-block;
    width: 70px
}

@media only screen and (max-width: 1360px) {
    body.home #top-menu .menu-right ul .menu-space {
        width: 40px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #top-menu .menu-right ul .menu-space {
        width: 20px
    }
}

body:not(.home) .skip-link {
    display: none
}

body:not(.home) #top-menu {
    position: absolute;
    z-index: 90;
    padding: 5px 0;
    width: 100%;
    overflow: visible;
    background-color: #fff;
    top: 0;
    border-bottom: 1px solid #d7ac71
}

    body:not(.home) #top-menu .logo {
        float: left;
        display: inline
    }

        body:not(.home) #top-menu .logo svg {
            width: 90px;
            height: auto;
            display: block;
            -webkit-transition: .3s;
            transition: .3s
        }

@media only screen and (max-width: 767px) {
    body:not(.home) #top-menu .logo svg {
        width: 70px
    }
}

body:not(.home) #top-menu .logo svg:hover {
    fill: #d7ac71
}

body:not(.home) #top-menu .menu-right {
    vertical-align: middle;
    text-align: right;
    padding-top: 20px
}

@media only screen and (max-width: 767px) {
    body:not(.home) #top-menu .menu-right {
        padding-top: 10px
    }
}

body:not(.home) #top-menu .menu-right ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

    body:not(.home) #top-menu .menu-right ul li a {
        padding: 0 10px;
        display: inline-block;
        margin-left: 50px;
        color: #111;
        text-transform: uppercase;
        overflow: visible
    }

@media only screen and (max-width: 1660px) {
    body:not(.home) #top-menu .menu-right ul li a {
        margin-left: 30px
    }
}

@media only screen and (max-width: 1360px) {
    body:not(.home) #top-menu .menu-right ul li a {
        margin-left: 15px
    }
}

@media only screen and (max-width: 1200px) {
    body:not(.home) #top-menu .menu-right ul li a {
        margin-left: 10px
    }
}

body:not(.home) #top-menu .menu-right ul li a:before {
    width: 100%;
    background-color: #111
}

body:not(.home) #top-menu .menu-right ul li a:hover, body:not(.home) #top-menu .menu-right ul li a:active {
    color: #fff
}

    body:not(.home) #top-menu .menu-right ul li a:hover:before, body:not(.home) #top-menu .menu-right ul li a:active:before {
        width: 100%;
        background-color: #c81718
    }

@media only screen and (max-width: 1200px) {
    body:not(.home) #top-menu .menu-right ul li.links {
        display: none
    }
}

body:not(.home) #top-menu .menu-right ul li.menu-search {
    width: 50px;
    height: 50px;
    background-color: #111;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative
}

@media only screen and (max-width: 767px) {
    body:not(.home) #top-menu .menu-right ul li.menu-search {
        width: 40px;
        height: 40px
    }
}

body:not(.home) #top-menu .menu-right ul li.menu-search:hover {
    background-color: #c81718
}

body:not(.home) #top-menu .menu-right ul li.menu-search svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 20px;
    height: 20px
}

    body:not(.home) #top-menu .menu-right ul li.menu-search svg path {
        fill: #fff
    }

body:not(.home) #top-menu .menu-right ul li.cart {
    position: relative
}

@media only screen and (max-width: 992px) {
    body:not(.home) #top-menu .menu-right ul li.cart {
        margin-right: 10px
    }
}

body:not(.home) #top-menu .menu-right ul li.cart span {
    background-color: #c81718;
    border-radius: 50%;
    padding: 3px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: -12px;
    right: -18px
}

    body:not(.home) #top-menu .menu-right ul li.cart span .text-smaller {
        color: #fff;
        padding: 0 1px 1px;
        line-height: 1;
        text-align: center
    }

@media only screen and (max-width: 992px) {
    body:not(.home) #top-menu .menu-right ul li.cart span .text-smaller {
        padding: 0 2px 1px 1px
    }
}

body:not(.home) #top-menu .menu-right ul li.menu-mobile {
    width: 50px;
    height: 50px;
    background-color: #c81718;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    border-radius: 50%;
    margin-left: 20px;
    display: none
}

@media only screen and (max-width: 1200px) {
    body:not(.home) #top-menu .menu-right ul li.menu-mobile {
        display: inline-block
    }
}

@media only screen and (max-width: 767px) {
    body:not(.home) #top-menu .menu-right ul li.menu-mobile {
        width: 45px;
        height: 45px
    }
}

body:not(.home) #top-menu .menu-right ul li.menu-mobile:hover {
    background-color: #111
}

body:not(.home) #top-menu .menu-right ul li.menu-mobile svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 20px;
    height: 20px
}

    body:not(.home) #top-menu .menu-right ul li.menu-mobile svg path {
        fill: #fff
    }

body:not(.home) #top-menu .menu-right ul .menu-space {
    display: inline-block;
    width: 70px
}

@media only screen and (max-width: 1360px) {
    body:not(.home) #top-menu .menu-right ul .menu-space {
        width: 40px
    }
}

@media only screen and (max-width: 1200px) {
    body:not(.home) #top-menu .menu-right ul .menu-space {
        width: 20px
    }
}

#footer {
    background-color: #111;
    padding: 90px 0;
    position: relative;
    overflow: visible
}

@media only screen and (max-width: 992px) {
    #footer {
        padding: 90px 0 35px
    }
}

#footer:before {
    content: "";
    background-image: url(../../4/assets/djss-footer-logo.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -7%
}

@media only screen and (max-width: 992px) {
    #footer:before {
        background-position: 25% center;
        left: 0
    }
}

#footer .subscribe-row {
    background-color: #fff;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    right: 0;
    top: -100px;
    max-width: 950px
}

@media only screen and (max-width: 767px) {
    #footer .subscribe-row {
        max-width: 100%
    }
}

@media only screen and (max-width: 575px) {
    #footer .subscribe-row {
        top: -50px
    }
}

#footer .subscribe-row .red-bg {
    background-color: #c81718;
    display: block;
    width: 90%;
    height: 100%;
    padding: 50px 70px
}

@media only screen and (max-width: 992px) {
    #footer .subscribe-row .red-bg {
        padding: 30px 40px
    }
}

@media only screen and (max-width: 767px) {
    #footer .subscribe-row .red-bg {
        width: 100%
    }
}

#footer .subscribe-row .title {
    font-family: Montserrat-Black,sans-serif;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px
}

@media only screen and (max-width: 575px) {
    #footer .subscribe-row .title {
        text-align: center
    }
}

#footer .subscribe-row .line {
    position: relative;
    display: block
}

    #footer .subscribe-row .line input {
        display: block;
        width: 100%;
        height: 70px;
        line-height: 70px;
        color: #fff;
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 0 2px #fff;
        box-shadow: inset 0 0 0 2px #fff;
        text-align: left;
        border: none;
        margin: 0;
        padding: 0 60px 0 30px;
        position: relative;
        z-index: 0
    }

@media only screen and (max-width: 767px) {
    #footer .subscribe-row .line input {
        height: 50px;
        line-height: 50px
    }
}

#footer .subscribe-row .line input::placeholder {
    color: #fff
}

#footer .subscribe-row .line .news-black-button {
    color: #fff;
    right: -1px
}

@media only screen and (max-width: 767px) {
    #footer .subscribe-row .line .news-black-button {
        position: relative;
        margin-top: 20px;
        height: 50px;
        width: 100%
    }
}

#footer .subscribe-row .line .news-black-button:hover {
    color: #111
}

    #footer .subscribe-row .line .news-black-button:hover:before {
        background-color: #d7ac71
    }

#footer .subscribe-row .join {
    margin-top: 1rem;
    color: #fff
}

#footer .top {
    margin-top: 65px
}

@media only screen and (max-width: 575px) {
    #footer .top {
        margin-top: 115px
    }
}

@media only screen and (max-width: 992px) {
    #footer .top .block-1 .title {
        position: relative;
        margin: 0 auto;
        display: block;
        max-width: 375px
    }
}

#footer .top .block-1 .title .text-bigger {
    position: relative;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-family: Montserrat-Black,sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    top: 0;
    left: 100px
}

@media only screen and (max-width: 1360px) {
    #footer .top .block-1 .title .text-bigger {
        font-size: 60px
    }
}

@media only screen and (max-width: 1200px) {
    #footer .top .block-1 .title .text-bigger {
        font-size: 50px
    }
}

@media only screen and (max-width: 992px) {
    #footer .top .block-1 .title .text-bigger {
        left: 0
    }
}

@media only screen and (max-width: 992px) {
    #footer .top .block-1 .title .text-bigger {
        font-size: 45px
    }
}

#footer .top .block-1 .title span.text-larger {
    color: #fff;
    opacity: .15;
    font-family: Montserrat-Black,sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: 315px;
    font-size: 120px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: inherit;
    -webkit-text-stroke-color: inherit
}

@media only screen and (max-width: 1360px) {
    #footer .top .block-1 .title span.text-larger {
        font-size: 100px;
        opacity: .2;
        top: -25px;
        left: 275px
    }
}

@media only screen and (max-width: 1200px) {
    #footer .top .block-1 .title span.text-larger {
        font-size: 90px;
        left: 230px
    }
}

@media only screen and (max-width: 767px) {
    #footer .top .block-1 .title span.text-larger {
        font-size: 70px;
        left: 215px;
        top: -18px
    }
}

#footer .top .block-1 .social-nav {
    display: block;
    vertical-align: middle;
    margin: 35px auto 0;
    text-align: center
}

@media only screen and (max-width: 575px) {
    #footer .top .block-1 .social-nav {
        margin: 10px auto 0
    }
}

#footer .top .block-1 .social-nav li {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 575px) {
    #footer .top .block-1 .social-nav li {
        display: block
    }
}

#footer .top .block-1 .social-nav li.icons {
    margin-left: 10px
}

@media only screen and (max-width: 575px) {
    #footer .top .block-1 .social-nav li.icons {
        display: inline-block;
        margin-top: 5px
    }
}

#footer .top .block-1 .social-nav li.icons a {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: inset 0 0 0 2px #d7ac71;
    box-shadow: inset 0 0 0 2px #d7ac71;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    position: relative;
    display: inline-block;
    border-radius: 50%
}

@media only screen and (max-width: 1200px) {
    #footer .top .block-1 .social-nav li.icons a {
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width: 767px) {
    #footer .top .block-1 .social-nav li.icons a {
        width: 40px;
        height: 40px
    }
}

#footer .top .block-1 .social-nav li.icons a:focus, #footer .top .block-1 .social-nav li.icons a:hover {
    -webkit-box-shadow: inset 0 0 0 2px #d7ac71;
    box-shadow: inset 0 0 0 2px #d7ac71;
    background-color: #d7ac71;
    -webkit-transition: .3s;
    transition: .3s
}

    #footer .top .block-1 .social-nav li.icons a:focus svg path, #footer .top .block-1 .social-nav li.icons a:hover svg path {
        fill: #111
    }

#footer .top .block-1 .social-nav li.icons a img, #footer .top .block-1 .social-nav li.icons a svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .3s;
    transition: .3s
}

@media only screen and (max-width: 1200px) {
    #footer .top .block-1 .social-nav li.icons a img, #footer .top .block-1 .social-nav li.icons a svg {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 767px) {
    #footer .top .block-1 .social-nav li.icons a img, #footer .top .block-1 .social-nav li.icons a svg {
        width: 15px;
        height: 15px
    }
}

#footer .top .block-1 .social-nav li.icons a img:hover, #footer .top .block-1 .social-nav li.icons a svg:hover {
    -webkit-box-shadow: inset 0 0 0 50px #d7ac71;
    box-shadow: inset 0 0 0 50px #d7ac71
}

#footer .top .block-1 .social-nav li.icons a img path, #footer .top .block-1 .social-nav li.icons a svg path {
    fill: #d7ac71
}

#footer .top .block-1 svg.footer-logo {
    display: block;
    margin: 25px auto;
    width: 250px;
    height: auto
}

    #footer .top .block-1 svg.footer-logo:hover path {
        fill: #d7ac71;
        -webkit-transition: .3s;
        transition: .3s
    }

@media only screen and (max-width: 575px) {
    #footer .top .block-1 svg.footer-logo {
        margin: 15px auto
    }
}

#footer .top .block-1 svg.footer-logo path {
    fill: #fff
}

#footer .top .block-2, #footer .top .block-3 {
    margin-top: 150px
}

@media only screen and (max-width: 992px) {
    #footer .top .block-2, #footer .top .block-3 {
        margin-top: 50px;
        text-align: center
    }
}

#footer .top .block-2 ul li, #footer .top .block-3 ul li {
    margin-bottom: 20px
}

    #footer .top .block-2 ul li .text-medium, #footer .top .block-3 ul li .text-medium {
        color: #fff;
        font-family: Montserrat-Semi,sans-serif;
        letter-spacing: 2px;
        text-transform: uppercase;
        padding: 0 10px
    }

        #footer .top .block-2 ul li .text-medium:before, #footer .top .block-3 ul li .text-medium:before {
            width: 100%;
            background-color: #fff;
            color: #111
        }

        #footer .top .block-2 ul li .text-medium:hover, #footer .top .block-3 ul li .text-medium:hover, #footer .top .block-2 ul li .text-medium:active, #footer .top .block-3 ul li .text-medium:active {
            color: #111
        }

            #footer .top .block-2 ul li .text-medium:hover:before, #footer .top .block-3 ul li .text-medium:hover:before, #footer .top .block-2 ul li .text-medium:active:before, #footer .top .block-3 ul li .text-medium:active:before {
                width: 100%;
                background-color: #fff
            }

@media only screen and (max-width: 992px) {
    #footer .top .block-3 {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    #footer .top .block-3 {
        margin-top: 0
    }
}

@media only screen and (max-width: 992px) {
    #footer .bottom {
        margin-top: 50px
    }
}

@media only screen and (max-width: 767px) {
    #footer .bottom {
        margin-top: 25px
    }
}

#footer .bottom .col-12 {
    position: relative
}

    #footer .bottom .col-12 .disclaimer {
        color: #fff;
        font-family: Montserrat-Semi,sans-serif;
        text-align: right;
        text-transform: uppercase;
        overflow: hidden
    }

        #footer .bottom .col-12 .disclaimer:before {
            background-color: #c81718;
            content: "";
            display: inline-block;
            height: 2px;
            position: relative;
            vertical-align: middle;
            width: 100%;
            top: 3px;
            right: 25px;
            margin-left: -100%
        }

#footer .footer-bg-bottom {
    background: url(../../4/assets/footer-bg-bottom.svg) no-repeat scroll center bottom;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px
}

body.menu-open {
    overflow: hidden
}

    body.menu-open #mobile-menu {
        opacity: 1;
        visibility: visible
    }

#mobile-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: .6s;
    opacity: 0;
    visibility: hidden
}

    #mobile-menu .bg {
        display: block;
        position: fixed;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #111;
        opacity: .8
    }

    #mobile-menu .block {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 80%;
        height: 100%;
        background-color: #d7ac71;
        overflow: scroll;
        transition: .6s;
        margin-left: -100%
    }

@media only screen and (max-width: 575px) {
    #mobile-menu .block {
        width: 85%
    }
}

#mobile-menu .block.active {
    margin-left: 0
}

#mobile-menu .block .top {
    display: block;
    background-color: #111;
    padding: 10px 20px
}

    #mobile-menu .block .top .logo svg {
        width: 70px;
        height: 70px
    }

        #mobile-menu .block .top .logo svg path {
            fill: #fff
        }

    #mobile-menu .block .top button {
        float: right;
        display: block;
        width: 40px;
        height: 40px;
        margin-top: 15px
    }

@media only screen and (max-width: 575px) {
    #mobile-menu .block .top button {
        width: 35px;
        height: 35px
    }
}

@media only screen and (max-width: 420px) {
    #mobile-menu .block .top button {
        width: 33px;
        height: 33px
    }
}

#mobile-menu .block .top button:hover img, #mobile-menu .block .top button:focus img, #mobile-menu .block .top button:hover svg, #mobile-menu .block .top button:focus svg {
    transform: rotate(180deg)
}

    #mobile-menu .block .top button:hover img path, #mobile-menu .block .top button:focus img path, #mobile-menu .block .top button:hover svg path, #mobile-menu .block .top button:focus svg path {
        fill: #fff
    }

#mobile-menu .block .top button img, #mobile-menu .block .top button svg {
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s
}

    #mobile-menu .block .top button img path, #mobile-menu .block .top button svg path {
        fill: #fff;
        transition: .3s
    }

#mobile-menu .block .menu {
    display: block;
    padding: 0 10px 50px
}

@media only screen and (max-width: 575px) {
    #mobile-menu .block .menu {
        padding: 20px 10px 30px
    }
}

#mobile-menu .block .menu a {
    display: block;
    padding: 20px;
    color: #fff;
    font-family: Montserrat-Semi,sans-serif;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    background-color: #d7ac71;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (max-width: 575px) {
    #mobile-menu .block .menu a {
        padding: 15px
    }
}

@media only screen and (max-width: 420px) {
    #mobile-menu .block .menu a {
        padding: 12px
    }
}

#mobile-menu .block .menu a:before {
    background: #c81718
}

body.search-results #top-banner-internal {
    background-image: url(../../4/assets/search-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 200px 0 235px
}

@media only screen and (max-width: 1200px) {
    body.search-results #top-banner-internal {
        padding: 150px 0 185px
    }
}

@media only screen and (max-width: 992px) {
    body.search-results #top-banner-internal {
        padding: 100px 0 135px
    }
}

@media only screen and (max-width: 767px) {
    body.search-results #top-banner-internal {
        padding: 50px 0 85px;
        margin-top: 80px
    }
}

@media only screen and (max-width: 575px) {
    body.search-results #top-banner-internal {
        padding: 30px 0 40px
    }
}

body.search-results #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.search-results #top-banner-internal .title .text-xl {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.15);
        font-family: Montserrat-Black,sans-serif;
        position: relative
    }

@media only screen and (max-width: 1200px) {
    body.search-results #top-banner-internal .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.search-results #top-banner-internal .title .text-xl {
        font-size: 120px
    }
}

@media only screen and (max-width: 767px) {
    body.search-results #top-banner-internal .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.search-results #top-banner-internal .title .text-xl {
        font-size: 70px
    }
}

@media only screen and (max-width: 420px) {
    body.search-results #top-banner-internal .title .text-xl {
        font-size: 60px
    }
}

body.search-results #top-banner-internal .title .text-xl span {
    font-family: Montserrat-Black,sans-serif;
    opacity: .6
}

body.search-results #top-banner-internal .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

body.search-results #top-banner-internal .title .triangles {
    display: block;
    max-width: 100%;
    width: 50%;
    height: auto;
    margin-top: -2%
}

body.search-results #search-results-wrapper {
    overflow: visible;
    padding: 90px 0 150px
}

    body.search-results #search-results-wrapper .search-wrapper {
        background-color: #fff;
        padding: 50px 50px 30px;
        position: relative;
        display: block;
        width: 75%;
        margin: -200px auto 50px;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
        box-shadow: 0 0 20px #00000026
    }

@media only screen and (max-width: 992px) {
    body.search-results #search-results-wrapper .search-wrapper {
        margin: -200px auto 0
    }
}

@media only screen and (max-width: 767px) {
    body.search-results #search-results-wrapper .search-wrapper {
        margin: -125px auto 0;
        padding: 30px 40px;
        width: 100%
    }
}

body.search-results #search-results-wrapper .search-wrapper .results {
    text-align: center;
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    body.search-results #search-results-wrapper .search-wrapper .results {
        margin-top: 20px
    }
}

body.search-results #search-results-wrapper .search-wrapper .results strong {
    color: #c81718
}

body.search-results #search-results-wrapper .search-wrapper .line {
    position: relative;
    display: block
}

    body.search-results #search-results-wrapper .search-wrapper .line input {
        display: block;
        width: 100%;
        height: 70px;
        line-height: 70px;
        color: #111;
        background-color: transparent;
        -webkit-box-shadow: inset 0 0 0 2px #111;
        box-shadow: inset 0 0 0 2px #111;
        text-align: left;
        border: none;
        margin: 0;
        padding: 0 30px;
        position: relative;
        z-index: 0
    }

@media only screen and (max-width: 767px) {
    body.search-results #search-results-wrapper .search-wrapper .line input {
        height: 50px;
        line-height: 50px
    }
}

body.search-results #search-results-wrapper .search-wrapper .line input::placeholder {
    color: #ccc;
    font-family: Montserrat,sans-serif
}

@media only screen and (max-width: 767px) {
    body.search-results #search-results-wrapper .search-wrapper .line .news-black-button {
        position: relative;
        margin-top: 20px;
        height: 50px
    }
}

body.search-results #search-results-wrapper .search-wrapper .line .news-black-button:before {
    background-color: #c81718
}

body.search-results #search-results-wrapper .search-results {
    padding-top: 30px;
    border-bottom: 1px solid #d7ac71;
    padding-bottom: 45px
}

    body.search-results #search-results-wrapper .search-results .text-medium {
        color: #c81718;
        font-family: Montserrat-Bold,sans-serif;
        -webkit-transition: .3s;
        transition: .3s;
        text-transform: uppercase
    }

        body.search-results #search-results-wrapper .search-results .text-medium:hover {
            color: #d7ac71
        }

    body.search-results #search-results-wrapper .search-results .text-small {
        color: #111
    }

.search-box.fancybox-content {
    padding: 0;
    background-color: transparent
}

    .search-box.fancybox-content input, .search-box.fancybox-content button[type=submit] {
        border: 0;
        height: 70px;
        font-size: 50px;
        background-color: transparent;
        color: #fff;
        font-family: Montserrat,sans-serif;
        border-bottom: 2px solid transparent
    }

@media only screen and (max-width: 767px) {
    .search-box.fancybox-content input, .search-box.fancybox-content button[type=submit] {
        font-size: 35px
    }
}

@media only screen and (max-width: 575px) {
    .search-box.fancybox-content input, .search-box.fancybox-content button[type=submit] {
        font-size: 25px
    }
}

.search-box.fancybox-content input {
    border-bottom-color: #c81718;
    padding-bottom: 20px
}

.search-box.fancybox-content button[type=button] {
    display: none
}

.search-box.fancybox-content button[type=submit] {
    text-align: center;
    padding: 0 20px;
    font-size: 0
}

    .search-box.fancybox-content button[type=submit]::placeholder {
        color: #fff
    }

    .search-box.fancybox-content button[type=submit] img, .search-box.fancybox-content button[type=submit] svg {
        position: relative;
        bottom: -15px
    }

@media only screen and (max-width: 767px) {
    .search-box.fancybox-content button[type=submit] img, .search-box.fancybox-content button[type=submit] svg {
        width: 35px;
        height: 35px;
        bottom: -10px
    }
}

body.home #top-banner {
    /*background-color: #d7ac71;*/
    background-color: dimgrey;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    body.home #top-banner {
        background-position: 85% center
    }
}

body.home #top-banner.slide-01 {
    background-image: url(../../4/assets/slider_bg_01.jpg)
}

body.home #top-banner.slide-02 {
    background-image: url(../../4/assets/slider_bg_02.jpg)
}
body.home #top-banner.slide-03 {
    background-image: url(../../4/assets/slider_bg_03.jpg)
}
body.home #top-banner.slide-04 {
    background-image: url(../../4/assets/slider_bg_04.jpg)
}
body.home #top-banner.slide-05 {
    background-image: url(../../4/assets/slider_bg_05.jpg)
}
body.home #top-banner:after {
    content: "";
    height: 100px;
    background-color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0
}

body.home #top-banner .left {
    padding: 0
}

    body.home #top-banner .left .slider-img-wrapper {
        /*background-image: url(../../4/assets/blade-slider-img.png);*/
        background-position: center 55px;
        background-repeat: no-repeat;
        background-size: 100%;
        width: 100%;
        height: 100%;
        max-width: 850px;
        overflow: visible;
        padding-top: 200px;
        margin-left: 50px
    }

@media only screen and (max-width: 1360px) {
    body.home #top-banner .left .slider-img-wrapper {
        background-position: center 150px
    }
}

@media only screen and (max-width: 767px) {
    body.home #top-banner .left .slider-img-wrapper {
        padding-top: 50px;
        background-image: none;
        margin-left: 0
    }
}

body.home #top-banner .left .slider-img-wrapper .slider-img {
    display: block;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative
}

@media only screen and (max-width: 767px) {
    body.home #top-banner .left .slider-img-wrapper .slider-img {
        max-width: 300px
    }
}

body.home #top-banner .right {
    padding: 0
}

    body.home #top-banner .right .infos {
        margin-top: 250px;
        max-width: 750px;
        position: relative;
        padding-right: 40px;
        text-align: right
    }

@media only screen and (max-width: 1360px) {
    body.home #top-banner .right .infos {
        max-width: 640px;
        margin-top: 340px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #top-banner .right .infos {
        margin-top: 250px
    }
}

@media only screen and (max-width: 767px) {
    body.home #top-banner .right .infos {
        text-align: center;
        padding-right: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 150px
    }
}

body.home #top-banner .right .infos .title {
    font-family: Montserrat-Black,sans-serif;
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,.15);
    text-transform: uppercase;
    line-height: .6;
    font-size: 175px
}

@media only screen and (max-width: 1360px) {
    body.home #top-banner .right .infos .title {
        font-size: 160px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #top-banner .right .infos .title {
        font-size: 140px
    }
}

@media only screen and (max-width: 992px) {
    body.home #top-banner .right .infos .title {
        font-size: 100px
    }
}

@media only screen and (max-width: 767px) {
    body.home #top-banner .right .infos .title {
        font-size: 90px;
        text-align: center
    }
}

body.home #top-banner .right .infos .title span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #111;
    text-shadow: none;
    font-family: Montserrat-Black,sans-serif;
    margin-left: 175px
}

@media only screen and (max-width: 992px) {
    body.home #top-banner .right .infos .title span {
        margin-left: 125px
    }
}

@media only screen and (max-width: 767px) {
    body.home #top-banner .right .infos .title span {
        margin-left: 0
    }
}

body.home #top-banner .right .infos .sub {
    text-align: right;
    margin: 50px 0;
    text-transform: uppercase;
    font-family: Montserrat-Semi,sans-serif;
    color: #fff
}

@media only screen and (max-width: 767px) {
    body.home #top-banner .right .infos .sub {
        text-align: center;
        margin: 25px 0 40px
    }
}

body.home #top-banner .right .infos .black-button {
    position: absolute;
    right: 40px
}

@media only screen and (max-width: 1360px) {
    body.home #top-banner .right .infos .black-button {
        font-size: 18px
    }
}

@media only screen and (max-width: 992px) {
    body.home #top-banner .right .infos .black-button {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    body.home #top-banner .right .infos .black-button {
        position: relative;
        right: 0
    }
}

body.home #featured-products {
    background-color: #fff;
    height: 1000px;
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    padding-top: 20px
}

@media only screen and (max-width: 1200px) {
    body.home #featured-products {
        height: 820px
    }
}

@media only screen and (max-width: 992px) {
    body.home #featured-products {
        height: 800px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #featured-products .black-button {
        letter-spacing: 2px
    }
}

body.home #featured-products .top {
    max-width: 1400px;
    margin: 0 auto
}

    body.home #featured-products .top .title {
        text-transform: uppercase;
        text-align: right;
        position: relative
    }

@media only screen and (max-width: 767px) {
    body.home #featured-products .top .title {
        margin-left: 25px
    }
}

@media only screen and (max-width: 575px) {
    body.home #featured-products .top .title {
        margin-left: 5px
    }
}

body.home #featured-products .top .title .text-xl {
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,.15);
    font-family: Montserrat-Black,sans-serif
}

@media only screen and (max-width: 1200px) {
    body.home #featured-products .top .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .top .title .text-xl {
        font-size: 125px
    }
}

@media only screen and (max-width: 767px) {
    body.home #featured-products .top .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.home #featured-products .top .title .text-xl {
        font-size: 75px
    }
}

@media only screen and (max-width: 420px) {
    body.home #featured-products .top .title .text-xl {
        font-size: 65px
    }
}

@media only screen and (max-width: 420px) {
    body.home #featured-products .top .title .text-xl {
        font-size: 50px
    }
}

body.home #featured-products .top .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

    body.home #featured-products .top .title .text-big:before {
        content: "";
        background-image: url(../../4/assets/triangle-header.svg);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 75px;
        width: 100%;
        position: absolute;
        right: 250px;
        top: -17px
    }

@media only screen and (max-width: 1360px) {
    body.home #featured-products .top .title .text-big:before {
        right: 225px;
        top: -22px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #featured-products .top .title .text-big:before {
        right: 205px;
        top: -23px
    }
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .top .title .text-big:before {
        right: 180px;
        top: -24px
    }
}

@media only screen and (max-width: 767px) {
    body.home #featured-products .top .title .text-big:before {
        right: 160px;
        width: 75%;
        top: -30px
    }
}

@media only screen and (max-width: 575px) {
    body.home #featured-products .top .title .text-big:before {
        top: -34px;
        right: 150px
    }
}

@media only screen and (max-width: 420px) {
    body.home #featured-products .top .title .text-big:before {
        display: none
    }
}

body.home #featured-products .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: visible;
    list-style: none;
    padding: 0;
    z-index: 1
}

    body.home #featured-products .swiper-container .swiper-wrapper {
        position: relative;
        width: 100% !important;
        height: 100%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

        body.home #featured-products .swiper-container .swiper-wrapper .swiper-slide {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            width: 100%;
            height: 100%;
            position: relative;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform,-webkit-transform
        }

    body.home #featured-products .swiper-container .swiper-notification {
        position: absolute;
        left: 0;
        top: 0;
        pointer-events: none;
        opacity: 0;
        z-index: -1000
    }

body.home #featured-products .left {
    position: relative;
    z-index: 2
}

    body.home #featured-products .left .inner-left {
        padding-top: 5em;
        margin-right: 15%
    }

@media only screen and (max-width: 992px) {
    body.home #featured-products .left .inner-left {
        padding-top: 2em;
        margin-right: 0;
        text-align: center
    }
}

body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide {
    opacity: 0 !important
}

    body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide.swiper-slide-active {
        opacity: 1 !important
    }

    body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide.last-slide {
        display: block
    }

@media only screen and (max-width: 992px) {
    body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide.last-slide {
        display: none
    }
}

body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide .inner {
    max-width: 650px
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide .inner {
        margin: 0 auto
    }
}

body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide .inner .product-title.svg {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide .inner .product-title.svg {
        width: 70%;
        margin: 0 auto
    }
}

body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide .inner .prod-desc {
    font-family: Montserrat-Semi,sans-serif;
    color: #d7ac71;
    text-transform: uppercase;
    margin: 15px 0;
    text-align: right
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide .inner .prod-desc {
        margin: 15px 0 40px;
        text-align: center
    }
}

body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide .inner .black-button {
    margin-top: 30px;
    float: right
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .left .inner-left .prod-description-slider .swiper-slide .inner .black-button {
        float: none
    }
}

body.home #featured-products .middle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 37%;
    display: block;
    text-align: center;
    height: 100%;
    pointer-events: none
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle {
        width: 100%;
        height: auto;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        pointer-events: auto;
        margin-top: 2em
    }
}

body.home #featured-products .middle #prod-nav-arrows {
    position: absolute;
    width: 100%;
    display: none;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle #prod-nav-arrows {
        display: block
    }
}

body.home #featured-products .middle #prod-nav-arrows button {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0
}

    body.home #featured-products .middle #prod-nav-arrows button svg {
        width: 100%;
        height: 100%
    }

        body.home #featured-products .middle #prod-nav-arrows button svg:hover, body.home #featured-products .middle #prod-nav-arrows button svg:active {
            -webkit-transition: opacity .3s;
            transition: opacity .3s
        }

            body.home #featured-products .middle #prod-nav-arrows button svg:hover path, body.home #featured-products .middle #prod-nav-arrows button svg:active path {
                stroke: #c81718
            }

    body.home #featured-products .middle #prod-nav-arrows button.prev {
        left: 20px
    }

        body.home #featured-products .middle #prod-nav-arrows button.prev.swiper-button-disabled {
            opacity: .15
        }

    body.home #featured-products .middle #prod-nav-arrows button.next {
        right: 20px
    }

        body.home #featured-products .middle #prod-nav-arrows button.next.swiper-button-disabled {
            opacity: .15
        }

body.home #featured-products .middle .featured-prod-slider {
    height: 100%;
    overflow: visible;
    pointer-events: none
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle .featured-prod-slider {
        pointer-events: auto;
        overflow: hidden
    }
}

body.home #featured-products .middle .featured-prod-slider .swiper-slide {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

    body.home #featured-products .middle .featured-prod-slider .swiper-slide .big-link {
        display: inline-block
    }

        body.home #featured-products .middle .featured-prod-slider .swiper-slide .big-link .product {
            position: absolute;
            top: 60%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%) scale(.3);
            transform: translate(-50%,-50%) scale(.3);
            -webkit-filter: blur(10px);
            filter: blur(10px);
            -webkit-transition: .6s;
            transition: .6s;
            margin-left: -100%
        }

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle .featured-prod-slider .swiper-slide .big-link .product {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        max-width: 75%
    }
}

body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-prev {
    opacity: 0
}

    body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-prev .big-link .product {
        margin-left: 10%;
        -webkit-transform: translate(-50%,-50%) scale(1.2);
        transform: translate(-50%,-50%) scale(1.2)
    }

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-prev .big-link .product {
        margin: auto;
        transform: none
    }
}

body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 2
}

    body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-active .big-link .product {
        -webkit-filter: none;
        filter: none;
        margin: auto;
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1)
    }

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-active .big-link .product {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        max-width: 75%
    }
}

body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-next {
    opacity: 1
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-next {
        opacity: 0
    }
}

body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-next .big-link .product {
    margin-left: -60%;
    -webkit-transform: translate(-50%,-50%) scale(.7);
    transform: translate(-50%,-50%) scale(.7);
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle .featured-prod-slider .swiper-slide.swiper-slide-next .big-link .product {
        filter: none;
        margin-left: auto;
        transform: none
    }
}

body.home #featured-products .middle .featured-prod-slider .swiper-slide.last-slide {
    display: block
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .middle .featured-prod-slider .swiper-slide.last-slide {
        display: none
    }
}

body.home #featured-products .right {
    text-align: left;
    position: relative;
    z-index: 2
}

    body.home #featured-products .right .inner-right {
        padding-top: 20%;
        padding-left: 15%
    }

@media only screen and (max-width: 992px) {
    body.home #featured-products .right .inner-right {
        padding-top: 5%;
        padding-left: 0;
        text-align: center
    }
}

body.home #featured-products .right .inner-right .section-title {
    font-family: Montserrat-Bold,sans-serif;
    color: #d7ac71;
    letter-spacing: 5px;
    text-transform: uppercase
}

body.home #featured-products .right .inner-right .prod-nav {
    position: relative;
    display: block;
    margin: 30px 0;
    text-align: left;
    float: left
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .right .inner-right .prod-nav {
        display: none
    }
}

body.home #featured-products .right .inner-right .prod-nav .swiper-pagination-bullet {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
    opacity: 1;
    float: right;
    text-align: left
}

    body.home #featured-products .right .inner-right .prod-nav .swiper-pagination-bullet:last-child {
        display: none
    }

    body.home #featured-products .right .inner-right .prod-nav .swiper-pagination-bullet .text-medium:before {
        background-color: #c81718
    }

    body.home #featured-products .right .inner-right .prod-nav .swiper-pagination-bullet .text-medium:hover {
        color: #fff
    }

    body.home #featured-products .right .inner-right .prod-nav .swiper-pagination-bullet.swiper-pagination-bullet-active .text-medium {
        color: #fff;
        background-color: #c81718
    }

    body.home #featured-products .right .inner-right .prod-nav .swiper-pagination-bullet .text-medium {
        display: inline-block;
        text-transform: uppercase;
        padding: 7px 15px;
        margin: 3px 0;
        font-weight: 500;
        color: #111;
        position: relative;
        letter-spacing: 1px;
        -webkit-transition: .6s;
        transition: .6s;
        text-align: left
    }

body.home #featured-products .right .inner-right .prod-mobile-nav {
    display: none
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .right .inner-right .prod-mobile-nav {
        display: block
    }
}

body.home #featured-products .right .inner-right .prod-mobile-nav .swiper-slide-active .text-medium {
    width: 50%;
    padding: 5px 0;
    text-transform: uppercase;
    background-color: #c81718;
    color: #fff;
    margin: 0 auto;
    display: block
}

body.home #featured-products .right .inner-right .prod-mobile-nav .swiper-slide-next, body.home #featured-products .right .inner-right .prod-mobile-nav .swiper-slide-prev {
    opacity: 0
}

@media only screen and (max-width: 992px) {
    body.home #featured-products .right .inner-right .black-button {
        display: none
    }
}

body.home #about {
    background-color: #111;
    padding: 60px 0;
    position: relative;
    height: auto
}

@media only screen and (max-width: 992px) {
    body.home #about {
        padding: 35px 0
    }
}

body.home #about:before {
    content: "";
    background-image: url(../../4/assets/foyog.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1200px) {
    body.home #about:before {
        background-position: center
    }
}

@media only screen and (max-width: 992px) {
    body.home #about:before {
        background-image: none
    }
}

body.home #about .container-fluid {
    position: relative
}

    body.home #about .container-fluid .about-img-wrapper {
        width: 100%;
        margin: 0 150px 0 auto;
        max-width: 900px;
        z-index: 1
    }

        body.home #about .container-fluid .about-img-wrapper:after {
            content: " ";
            display: table;
            clear: both
        }

        body.home #about .container-fluid .about-img-wrapper #about-img {
            float: left;
            width: 80%
        }

@media only screen and (max-width: 767px) {
    body.home #about .container-fluid .about-img-wrapper #about-img {
        width: 100%;
        float: none
    }
}

body.home #about .container-fluid .about-img-wrapper #about-img img {
    width: 100%
}

body.home #about .container-fluid .about-img-wrapper .desc {
    background-color: #fff;
    padding: 30px 40px;
    position: relative;
    z-index: 3;
    max-width: 650px;
    float: right;
    margin-left: -100%;
    margin-top: 50%
}

@media only screen and (max-width: 1200px) {
    body.home #about .container-fluid .about-img-wrapper .desc {
        padding: 30px 40px 90px
    }
}

@media only screen and (max-width: 767px) {
    body.home #about .container-fluid .about-img-wrapper .desc {
        margin-top: 72%;
        width: 100%;
        padding: 27px 20px 90px
    }
}

body.home #about .container-fluid .about-img-wrapper .desc .title {
    color: #c81718;
    font-family: Montserrat-Black,sans-serif;
    letter-spacing: 10px;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    body.home #about .container-fluid .about-img-wrapper .desc .title {
        letter-spacing: 5px
    }
}

body.home #about .container-fluid .about-img-wrapper .desc .info {
    color: #111;
    margin-top: 15px
}

body.home #about .container-fluid .about-img-wrapper .desc .black-hollow-button {
    left: -250px;
    transform: translate(-110px,-130%);
    bottom: 0;
    z-index: 3;
    position: absolute
}

@media only screen and (max-width: 1360px) {
    body.home #about .container-fluid .about-img-wrapper .desc .black-hollow-button {
        left: -200px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #about .container-fluid .about-img-wrapper .desc .black-hollow-button {
        display: none
    }
}

@media only screen and (max-width: 1360px) {
    body.home #about .container-fluid .about-img-wrapper .desc .black-hollow-button.text-medium {
        font-size: 18px
    }
}

body.home #about .container-fluid .about-img-wrapper .desc .black-button {
    display: none
}

@media only screen and (max-width: 1200px) {
    body.home #about .container-fluid .about-img-wrapper .desc .black-button {
        display: block;
        position: absolute;
        bottom: 15px;
        right: 35px
    }
}

body.home #social {
    padding: 75px 0;
    background-color: #fff;
    position: relative
}

    body.home #social .social-nav {
        background-color: #c81718;
        padding: 15px 50px;
        position: absolute;
        max-width: 700px;
        display: inline-block;
        height: 100px;
        top: 205px;
        right: 0;
        z-index: 9999
    }

@media only screen and (max-width: 1660px) {
    body.home #social .social-nav {
        top: 400px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #social .social-nav {
        height: 80px;
        top: 335px
    }
}

@media only screen and (max-width: 992px) {
    body.home #social .social-nav {
        top: 315px
    }
}

@media only screen and (max-width: 767px) {
    body.home #social .social-nav {
        height: 70px;
        top: 275px
    }
}

@media only screen and (max-width: 575px) {
    body.home #social .social-nav {
        height: auto;
        top: 270px;
        text-align: right;
        padding: 15px 20px 15px 50px
    }
}

body.home #social .social-nav:before {
    content: "";
    height: 75px;
    width: 2px;
    background: #111;
    position: absolute;
    left: 27px;
    top: -40px
}

@media only screen and (max-width: 1200px) {
    body.home #social .social-nav:before {
        height: 100px;
        top: -55px
    }
}

body.home #social .social-nav .text-medium {
    color: #fff;
    text-transform: uppercase
}

body.home #social .social-nav li {
    display: inline-block;
    vertical-align: middle
}

@media only screen and (max-width: 575px) {
    body.home #social .social-nav li {
        display: block
    }
}

body.home #social .social-nav li.icons {
    margin-left: 10px
}

@media only screen and (max-width: 575px) {
    body.home #social .social-nav li.icons {
        display: inline-block;
        margin-top: 5px
    }
}

body.home #social .social-nav li.icons a {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
    position: relative;
    display: inline-block;
    border-radius: 50%
}

@media only screen and (max-width: 1200px) {
    body.home #social .social-nav li.icons a {
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width: 767px) {
    body.home #social .social-nav li.icons a {
        width: 40px;
        height: 40px
    }
}

body.home #social .social-nav li.icons a:focus, body.home #social .social-nav li.icons a:hover {
    -webkit-box-shadow: inset 0 0 0 2px #111;
    box-shadow: inset 0 0 0 2px #111;
    background-color: #111
}

body.home #social .social-nav li.icons a img, body.home #social .social-nav li.icons a svg {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

@media only screen and (max-width: 1200px) {
    body.home #social .social-nav li.icons a img, body.home #social .social-nav li.icons a svg {
        width: 20px;
        height: 20px
    }
}

@media only screen and (max-width: 767px) {
    body.home #social .social-nav li.icons a img, body.home #social .social-nav li.icons a svg {
        width: 15px;
        height: 15px
    }
}

body.home #social .social-nav li.icons a img path, body.home #social .social-nav li.icons a svg path {
    fill: #fff
}

@media only screen and (max-width: 1660px) {
    body.home #social .top {
        margin-bottom: 225px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #social .top {
        margin-bottom: 175px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #social .top {
        margin-bottom: 200px
    }
}

body.home #social .top .title {
    text-transform: uppercase;
    text-align: left;
    position: relative
}

@media only screen and (max-width: 767px) {
    body.home #social .top .title {
        margin-left: 25px
    }
}

@media only screen and (max-width: 575px) {
    body.home #social .top .title {
        margin-left: 5px
    }
}

body.home #social .top .title .text-xl {
    color: #fff;
    text-shadow: 0 0 20px rgba(0,0,0,.15);
    font-family: Montserrat-Black,sans-serif
}

@media only screen and (max-width: 1200px) {
    body.home #social .top .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.home #social .top .title .text-xl {
        font-size: 125px
    }
}

@media only screen and (max-width: 767px) {
    body.home #social .top .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.home #social .top .title .text-xl {
        font-size: 75px
    }
}

@media only screen and (max-width: 420px) {
    body.home #social .top .title .text-xl {
        font-size: 65px
    }
}

@media only screen and (max-width: 420px) {
    body.home #social .top .title .text-xl {
        font-size: 50px
    }
}

body.home #social .top .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

    body.home #social .top .title .text-big:after {
        content: "";
        background-image: url(../../4/assets/triangle-header.svg);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 75px;
        width: 100%;
        position: absolute;
        left: 130px;
        top: -17px
    }

@media only screen and (max-width: 1360px) {
    body.home #social .top .title .text-big:after {
        left: 125px;
        top: -22px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #social .top .title .text-big:after {
        left: 115px;
        top: -25px
    }
}

@media only screen and (max-width: 992px) {
    body.home #social .top .title .text-big:after {
        left: 100px;
        top: -25px
    }
}

@media only screen and (max-width: 767px) {
    body.home #social .top .title .text-big:after {
        left: 90px;
        width: 75%;
        top: -34px
    }
}

@media only screen and (max-width: 575px) {
    body.home #social .top .title .text-big:after {
        top: -35px;
        left: 85px
    }
}

@media only screen and (max-width: 420px) {
    body.home #social .top .title .text-big:after {
        display: none
    }
}

body.home #social .middle {
    margin-top: 3em;
    margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
    body.home #social .middle .lightwidget-widget {
        margin-top: 2em
    }
}

body.home #social .bottom .text-medium {
    text-align: right;
    text-transform: uppercase;
    font-family: Montserrat-Semi,sans-serif
}

    body.home #social .bottom .text-medium span {
        color: #c81718;
        font-family: Montserrat-Semi,sans-serif
    }

body.home #latest-news {
    padding: 75px 0 150px;
    background-color: #d7ac71;
    background-image: url(../../4/assets/ln-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

@media only screen and (max-width: 767px) {
    body.home #latest-news {
        background-image: none;
        padding: 50px 0
    }
}

body.home #latest-news .title {
    text-transform: uppercase;
    text-align: right;
    position: relative
}

@media only screen and (max-width: 767px) {
    body.home #latest-news .title {
        margin-right: 25px
    }
}

@media only screen and (max-width: 575px) {
    body.home #latest-news .title {
        margin-right: 5px
    }
}

body.home #latest-news .title .text-xl {
    color: #d7ac71;
    text-shadow: 0 0 20px rgba(0,0,0,.6);
    font-family: Montserrat-Black,sans-serif
}

@media only screen and (max-width: 1200px) {
    body.home #latest-news .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.home #latest-news .title .text-xl {
        font-size: 125px
    }
}

@media only screen and (max-width: 767px) {
    body.home #latest-news .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.home #latest-news .title .text-xl {
        font-size: 75px
    }
}

@media only screen and (max-width: 420px) {
    body.home #latest-news .title .text-xl {
        font-size: 65px
    }
}

@media only screen and (max-width: 420px) {
    body.home #latest-news .title .text-xl {
        font-size: 50px
    }
}

body.home #latest-news .title .text-xl span {
    font-family: Montserrat-Black,sans-serif;
    opacity: .6
}

body.home #latest-news .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

    body.home #latest-news .title .text-big:before {
        content: "";
        background-image: url(../../4/assets/triangle-white-header.svg);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: contain;
        height: 75px;
        width: 50%;
        position: absolute;
        right: 175px;
        top: -17px
    }

@media only screen and (max-width: 1360px) {
    body.home #latest-news .title .text-big:before {
        top: -22px
    }
}

@media only screen and (max-width: 1200px) {
    body.home #latest-news .title .text-big:before {
        right: 160px;
        top: -24px
    }
}

@media only screen and (max-width: 992px) {
    body.home #latest-news .title .text-big:before {
        right: 140px;
        top: -25px
    }
}

@media only screen and (max-width: 767px) {
    body.home #latest-news .title .text-big:before {
        right: 130px;
        top: -33px
    }
}

@media only screen and (max-width: 575px) {
    body.home #latest-news .title .text-big:before {
        right: 120px;
        width: 60%
    }
}

@media only screen and (max-width: 420px) {
    body.home #latest-news .title .text-big:before {
        display: none
    }
}

body.home #latest-news .title .text-big:before path {
    fill: #fff
}

body.home #latest-news .title .black-button {
    position: absolute;
    left: -100px;
    bottom: 40px
}

@media only screen and (max-width: 1360px) {
    body.home #latest-news .title .black-button {
        left: 0
    }
}

@media only screen and (max-width: 1200px) {
    body.home #latest-news .title .black-button {
        bottom: 30px
    }
}

@media only screen and (max-width: 992px) {
    body.home #latest-news .title .black-button {
        bottom: 25px
    }
}

@media only screen and (max-width: 767px) {
    body.home #latest-news .title .black-button {
        right: 0;
        left: inherit;
        bottom: -60px
    }
}

body.home #latest-news .boxes {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    body.home #latest-news .boxes {
        margin-top: 100px
    }
}

@media only screen and (max-width: 767px) {
    body.home #latest-news .boxes .col-md-4 {
        margin-bottom: 40px
    }
}

body.home #latest-news .boxes .col-md-4 .box {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px #00000026;
    background-color: #fff;
    position: relative;
    display: block;
    height: 100%;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

    body.home #latest-news .boxes .col-md-4 .box:hover {
        -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.15);
        box-shadow: 0 10px 30px #00000026;
        transform: translateY(-15px)
    }

    body.home #latest-news .boxes .col-md-4 .box .box-img {
        display: block;
        position: relative;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center
    }

    body.home #latest-news .boxes .col-md-4 .box .desc {
        padding: 30px 40px 25px
    }

@media only screen and (max-width: 575px) {
    body.home #latest-news .boxes .col-md-4 .box .desc {
        padding: 30px 30px 25px
    }
}

body.home #latest-news .boxes .col-md-4 .box .desc .title {
    font-family: Montserrat-Bold,sans-serif;
    text-align: left;
    color: #111;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px
}

body.home #latest-news .boxes .col-md-4 .box .desc .date {
    color: #d7ac71
}

body.home #latest-news .boxes .col-md-4 .box .desc .info {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #111
}

body.home #latest-news .boxes .col-md-4 .box .desc span {
    color: #c81718;
    font-family: Montserrat-Black,sans-serif;
    text-transform: uppercase
}

    body.home #latest-news .boxes .col-md-4 .box .desc span:before {
        height: 2px;
        background: #c81718
    }

body.contact #top-banner-internal {
    background-image: url(../../4/assets/contact-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 200px 0 235px
}

@media only screen and (max-width: 1200px) {
    body.contact #top-banner-internal {
        padding: 150px 0 185px
    }
}

@media only screen and (max-width: 992px) {
    body.contact #top-banner-internal {
        padding: 100px 0 135px
    }
}

@media only screen and (max-width: 767px) {
    body.contact #top-banner-internal {
        padding: 50px 0 85px;
        margin-top: 80px
    }
}

@media only screen and (max-width: 575px) {
    body.contact #top-banner-internal {
        padding: 30px 0 40px
    }
}

body.contact #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.contact #top-banner-internal .title .text-xl {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        position: relative
    }

@media only screen and (max-width: 1200px) {
    body.contact #top-banner-internal .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.contact #top-banner-internal .title .text-xl {
        font-size: 120px
    }
}

@media only screen and (max-width: 767px) {
    body.contact #top-banner-internal .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.contact #top-banner-internal .title .text-xl {
        font-size: 70px
    }
}

@media only screen and (max-width: 420px) {
    body.contact #top-banner-internal .title .text-xl {
        font-size: 60px
    }
}

body.contact #top-banner-internal .title .text-xl span {
    font-family: Montserrat-Black,sans-serif;
    opacity: .6
}

body.contact #top-banner-internal .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

body.contact #top-banner-internal .title .triangles {
    display: block;
    max-width: 100%;
    width: 50%;
    height: auto;
    margin-top: -2%
}

body.contact #middle {
    padding: 90px 0 500px;
    overflow: visible
}

@media only screen and (max-width: 992px) {
    body.contact #middle {
        padding: 50px 0 150px
    }
}

@media only screen and (max-width: 767px) {
    body.contact #middle {
        padding: 50px 0 100px
    }
}

body.contact #middle .left .black-box {
    position: relative;
    display: block;
    padding: 50px 10px 30px 50px;
    margin-top: 15%
}

@media only screen and (max-width: 992px) {
    body.contact #middle .left .black-box {
        margin-top: 0
    }
}

@media only screen and (max-width: 767px) {
    body.contact #middle .left .black-box {
        padding: 30px 10px 10px 50px
    }
}

body.contact #middle .left .black-box:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: calc(100% + 200px);
    height: 100%;
    background-color: #111
}

@media only screen and (max-width: 992px) {
    body.contact #middle .left .black-box:before {
        width: 100%
    }
}

body.contact #middle .left .black-box .text-big {
    color: #fff;
    font-family: Montserrat-Black,sans-serif;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 40px
}

body.contact #middle .left .black-box .info-line {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 30px
}

    body.contact #middle .left .black-box .info-line img {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 40px;
        height: 33px
    }

@media only screen and (max-width: 767px) {
    body.contact #middle .left .black-box .info-line img {
        width: 25px;
        height: 21px
    }
}

body.contact #middle .left .black-box .info-line p, body.contact #middle .left .black-box .info-line a {
    padding-left: 70px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    line-height: 1.8
}

@media only screen and (max-width: 767px) {
    body.contact #middle .left .black-box .info-line p, body.contact #middle .left .black-box .info-line a {
        padding-left: 45px
    }
}

body.contact #middle .right .box {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px #00000026;
    display: block;
    background-color: #fff;
    padding: 70px 100px;
    position: absolute;
    width: 100%;
    top: -200px
}

@media only screen and (max-width: 1200px) {
    body.contact #middle .right .box {
        padding: 70px 60px
    }
}

@media only screen and (max-width: 992px) {
    body.contact #middle .right .box {
        top: 0;
        position: relative;
        padding: 40px 50px
    }
}

body.contact #middle .right .box .text-big {
    color: #c81718;
    font-family: Montserrat-Black,sans-serif;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: uppercase
}

body.contact #middle .right .box form {
    margin: 30px 0
}

    body.contact #middle .right .box form .input-field {
        margin-bottom: 30px
    }

        body.contact #middle .right .box form .input-field input, body.contact #middle .right .box form .input-field textarea {
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #111;
            border-radius: 0;
            outline: none;
            height: 3rem;
            width: 100%;
            margin: 0 0 8px;
            padding: 0;
            -webkit-box-sizing: content-box;
            box-sizing: content-box
        }

        body.contact #middle .right .box form .input-field textarea {
            min-height: 150px;
            height: 150px;
            resize: vertical
        }

body.about #top-banner-internal {
    background-image: url(../../4/assets/about-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 200px 0 235px
}

@media only screen and (max-width: 1200px) {
    body.about #top-banner-internal {
        padding: 150px 0 185px
    }
}

@media only screen and (max-width: 992px) {
    body.about #top-banner-internal {
        padding: 100px 0 135px
    }
}

@media only screen and (max-width: 767px) {
    body.about #top-banner-internal {
        padding: 50px 0 85px;
        margin-top: 60px
    }
}

@media only screen and (max-width: 575px) {
    body.about #top-banner-internal {
        padding: 30px 0 40px
    }
}

body.about #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.about #top-banner-internal .title .text-xl {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        position: relative
    }

@media only screen and (max-width: 1200px) {
    body.about #top-banner-internal .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.about #top-banner-internal .title .text-xl {
        font-size: 120px
    }
}

@media only screen and (max-width: 767px) {
    body.about #top-banner-internal .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.about #top-banner-internal .title .text-xl {
        font-size: 70px
    }
}

@media only screen and (max-width: 420px) {
    body.about #top-banner-internal .title .text-xl {
        font-size: 60px
    }
}

body.about #top-banner-internal .title .text-xl span {
    font-family: Montserrat-Black,sans-serif;
    opacity: .6
}

body.about #top-banner-internal .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

body.about #top-banner-internal .title .triangles {
    display: block;
    max-width: 100%;
    width: 50%;
    height: auto;
    margin-top: -2%
}

body.about #middle {
    padding: 90px 0 150px;
    overflow: visible
}

@media only screen and (max-width: 992px) {
    body.about #middle {
        padding: 90px 0 325px
    }
}

@media only screen and (max-width: 767px) {
    body.about #middle {
        padding: 50px 0 225px
    }
}

body.about #middle .text-medium {
    margin-bottom: 40px
}

    body.about #middle .text-medium span {
        color: #c81718;
        font-family: Montserrat-Bold,sans-serif;
        text-transform: uppercase
    }

body.about #middle svg, body.about #middle img {
    display: block;
    width: 40%;
    max-width: 100%;
    height: auto
}

    body.about #middle svg path, body.about #middle img path {
        fill: #111
    }

body.about #middle .about-box {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px #00000026;
    position: absolute;
    display: block;
    background-color: #fff;
    z-index: 0;
    background-image: url(../../4/assets/about-dex-bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    top: -200px;
    margin-left: 10%
}

@media only screen and (max-width: 992px) {
    body.about #middle .about-box {
        position: relative;
        top: 0;
        width: 75%;
        margin: 8% auto 0
    }
}

body.about #middle .about-box:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

body.about #middle .about-box #about-prods {
    z-index: 2;
    display: block;
    max-width: 100%;
    width: 60%;
    height: auto;
    position: absolute;
    bottom: -215px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%);
    left: 50%
}

@media only screen and (max-width: 1360px) {
    body.about #middle .about-box #about-prods {
        bottom: -175px
    }
}

@media only screen and (max-width: 1200px) {
    body.about #middle .about-box #about-prods {
        bottom: -160px
    }
}

@media only screen and (max-width: 992px) {
    body.about #middle .about-box #about-prods {
        bottom: -175px
    }
}

@media only screen and (max-width: 767px) {
    body.about #middle .about-box #about-prods {
        bottom: -130px
    }
}

@media only screen and (max-width: 575px) {
    body.about #middle .about-box #about-prods {
        bottom: -115px
    }
}

body.about #middle .about-box #about-dex {
    display: block;
    max-width: 100%;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

body.news #top-banner-internal, body.blog #top-banner-internal {
    background-image: url(../../4/assets/news-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 200px 0 235px
}

@media only screen and (max-width: 1200px) {
    body.news #top-banner-internal, body.blog #top-banner-internal {
        padding: 150px 0 185px
    }
}

@media only screen and (max-width: 992px) {
    body.news #top-banner-internal, body.blog #top-banner-internal {
        padding: 100px 0 135px
    }
}

@media only screen and (max-width: 767px) {
    body.news #top-banner-internal, body.blog #top-banner-internal {
        padding: 50px 0 85px;
        margin-top: 80px
    }
}

@media only screen and (max-width: 575px) {
    body.news #top-banner-internal, body.blog #top-banner-internal {
        padding: 30px 0 40px
    }
}

body.news #top-banner-internal .title, body.blog #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.news #top-banner-internal .title .text-xl, body.blog #top-banner-internal .title .text-xl {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        position: relative
    }

@media only screen and (max-width: 1200px) {
    body.news #top-banner-internal .title .text-xl, body.blog #top-banner-internal .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.news #top-banner-internal .title .text-xl, body.blog #top-banner-internal .title .text-xl {
        font-size: 120px
    }
}

@media only screen and (max-width: 767px) {
    body.news #top-banner-internal .title .text-xl, body.blog #top-banner-internal .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.news #top-banner-internal .title .text-xl, body.blog #top-banner-internal .title .text-xl {
        font-size: 70px
    }
}

@media only screen and (max-width: 420px) {
    body.news #top-banner-internal .title .text-xl, body.blog #top-banner-internal .title .text-xl {
        font-size: 60px
    }
}

body.news #top-banner-internal .title .text-xl span, body.blog #top-banner-internal .title .text-xl span {
    opacity: .6;
    font-family: Montserrat-Black,sans-serif
}

body.news #top-banner-internal .title .text-big, body.blog #top-banner-internal .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

body.news #top-banner-internal .title .triangles, body.blog #top-banner-internal .title .triangles {
    display: block;
    max-width: 100%;
    width: 50%;
    height: auto;
    margin-top: -2%
}

body.news #middle, body.blog #middle {
    padding: 90px 0 150px;
    overflow: visible
}

@media only screen and (max-width: 767px) {
    body.news #middle, body.blog #middle {
        padding: 50px 0 100px
    }
}

body.news #middle .boxes, body.blog #middle .boxes {
    margin-top: -200px
}

@media only screen and (max-width: 992px) {
    body.news #middle .boxes, body.blog #middle .boxes {
        margin-top: -150px
    }
}

@media only screen and (max-width: 767px) {
    body.news #middle .boxes, body.blog #middle .boxes {
        margin-top: 0
    }
}

body.news #middle .boxes .box-item, body.blog #middle .boxes .box-item {
    display: flex
}

    body.news #middle .boxes .box-item .box, body.blog #middle .boxes .box-item .box {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
        box-shadow: 0 0 20px #00000026;
        display: block;
        background-color: #fff;
        width: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        margin-bottom: 60px
    }

        body.news #middle .boxes .box-item .box:hover, body.blog #middle .boxes .box-item .box:hover {
            -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.15);
            box-shadow: 0 10px 30px #00000026;
            transform: translateY(-15px)
        }

        body.news #middle .boxes .box-item .box .box-img, body.blog #middle .boxes .box-item .box .box-img {
            display: block;
            position: relative;
            width: 100%;
            height: 300px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: top center
        }

        body.news #middle .boxes .box-item .box .desc, body.blog #middle .boxes .box-item .box .desc {
            padding: 30px 40px 25px;
            position: relative;
            text-align: left
        }

@media only screen and (max-width: 575px) {
    body.news #middle .boxes .box-item .box .desc, body.blog #middle .boxes .box-item .box .desc {
        padding: 30px 30px 25px
    }
}

body.news #middle .boxes .box-item .box .desc .title, body.blog #middle .boxes .box-item .box .desc .title {
    font-family: Montserrat-Bold,sans-serif;
    color: #111;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px
}

body.news #middle .boxes .box-item .box .desc .date, body.blog #middle .boxes .box-item .box .desc .date {
    color: #d7ac71
}

body.news #middle .boxes .box-item .box .desc .info, body.blog #middle .boxes .box-item .box .desc .info {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #111
}

body.news #middle .boxes .box-item .box .desc span, body.blog #middle .boxes .box-item .box .desc span {
    color: #c81718;
    font-family: Montserrat-Black,sans-serif;
    text-transform: uppercase
}

    body.news #middle .boxes .box-item .box .desc span:before, body.blog #middle .boxes .box-item .box .desc span:before {
        height: 2px;
        background: #c81718
    }

body.news-post #top-banner-internal {
    background-image: url(../../4/assets/news-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 200px 0 235px
}

@media only screen and (max-width: 1200px) {
    body.news-post #top-banner-internal {
        padding: 150px 0 185px
    }
}

@media only screen and (max-width: 992px) {
    body.news-post #top-banner-internal {
        padding: 100px 0 135px
    }
}

@media only screen and (max-width: 767px) {
    body.news-post #top-banner-internal {
        padding: 50px 0 85px;
        margin-top: 80px;
        background-position: right center
    }
}

@media only screen and (max-width: 575px) {
    body.news-post #top-banner-internal {
        padding: 30px 0 40px
    }
}

body.news-post #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.news-post #top-banner-internal .title .text-xl {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        font-family: Montserrat-Black,sans-serif;
        position: relative
    }

@media only screen and (max-width: 1200px) {
    body.news-post #top-banner-internal .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.news-post #top-banner-internal .title .text-xl {
        font-size: 120px
    }
}

@media only screen and (max-width: 767px) {
    body.news-post #top-banner-internal .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.news-post #top-banner-internal .title .text-xl {
        font-size: 70px
    }
}

@media only screen and (max-width: 420px) {
    body.news-post #top-banner-internal .title .text-xl {
        font-size: 60px
    }
}

body.news-post #top-banner-internal .title .text-xl span {
    font-family: Montserrat-Black,sans-serif;
    opacity: .6
}

body.news-post #top-banner-internal .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

body.news-post #top-banner-internal .title .triangles {
    display: block;
    max-width: 100%;
    width: 50%;
    height: auto;
    margin-top: -2%
}

body.news-post #middle {
    padding: 90px 0 40px
}

@media only screen and (max-width: 767px) {
    body.news-post #middle {
        padding: 50px 0 25px
    }
}

body.news-post #middle .title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px
}

    body.news-post #middle .title .text-big {
        font-family: Montserrat-Bold,sans-serif;
        color: #111;
        text-transform: uppercase
    }

    body.news-post #middle .title .text-medium {
        color: #d7ac71
    }

body.news-post #middle .content {
    padding: 30px 0
}

    body.news-post #middle .content p {
        margin-bottom: 25px
    }

body.news-post #related-section {
    padding: 50px 0 150px
}

@media only screen and (max-width: 767px) {
    body.news-post #related-section {
        padding: 25px 0 100px
    }
}

body.news-post #related-section .title {
    font-family: Montserrat-Bold,sans-serif;
    color: #c81718;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
    body.news-post #related-section .col-md-4 {
        margin-bottom: 40px
    }
}

body.news-post #related-section .col-md-4 .box {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
    box-shadow: 0 0 20px #00000026;
    background-color: #fff;
    position: relative;
    display: block;
    height: 100%;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: .3s;
    transition: .3s
}

    body.news-post #related-section .col-md-4 .box:hover {
        -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.15);
        box-shadow: 0 10px 30px #00000026;
        transform: translateY(-15px)
    }

    body.news-post #related-section .col-md-4 .box .box-img {
        display: block;
        position: relative;
        width: 100%;
        height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center
    }

    body.news-post #related-section .col-md-4 .box .desc {
        padding: 30px 40px 25px
    }

@media only screen and (max-width: 575px) {
    body.news-post #related-section .col-md-4 .box .desc {
        padding: 30px 30px 25px
    }
}

body.news-post #related-section .col-md-4 .box .desc .title {
    font-family: Montserrat-Bold,sans-serif;
    text-align: left;
    color: #111;
    text-transform: uppercase;
    line-height: 1;
    border: none;
    margin-bottom: 0
}

body.news-post #related-section .col-md-4 .box .desc .date {
    color: #d7ac71
}

body.news-post #related-section .col-md-4 .box .desc .info {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #111
}

body.news-post #related-section .col-md-4 .box .desc span {
    color: #c81718;
    font-family: Montserrat-Black,sans-serif;
    text-transform: uppercase
}

    body.news-post #related-section .col-md-4 .box .desc span:before {
        height: 2px;
        background: #c81718
    }

body.policies #top-banner-internal {
    background-image: url(../../4/assets/product-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 20px 0 160px
}

@media only screen and (max-width: 767px) {
    body.policies #top-banner-internal {
        margin-top: 80px
    }
}

body.policies #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.policies #top-banner-internal .title .text-bigger {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        font-family: Montserrat-Black,sans-serif;
        position: relative
    }

        body.policies #top-banner-internal .title .text-bigger span {
            font-family: Montserrat-Black,sans-serif;
            opacity: .6
        }

    body.policies #top-banner-internal .title .text-medium {
        color: #c81718;
        font-family: Montserrat-Semi,sans-serif;
        position: relative
    }

body.policies #middle {
    padding: 90px 0 150px;
    overflow: visible
}

@media only screen and (max-width: 767px) {
    body.policies #middle {
        padding: 50px 0 100px
    }
}

body.policies #middle .container {
    margin-top: -200px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 50px 30px 0;
    min-height: 200px
}

@media only screen and (max-width: 767px) {
    body.policies #middle .container {
        margin-top: -150px
    }
}

body.policies #middle .container .text-big, body.policies #middle .container .text-medium-big {
    font-family: Montserrat-Black,sans-serif;
    color: #d7ac71;
    margin: 30px 0;
    text-transform: uppercase
}

body.policies #middle .container .text-small {
    color: #111;
    margin-bottom: 20px
}

    body.policies #middle .container .text-small a:hover {
        color: #c81718
    }

body.policies #middle .container ul {
    margin-left: 25px
}

    body.policies #middle .container ul li {
        list-style: disc
    }

body.error-404 #top-banner-internal {
    background-image: url(../../4/assets/dex-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 200px 0 235px
}

@media only screen and (max-width: 1200px) {
    body.error-404 #top-banner-internal {
        padding: 150px 0 185px
    }
}

@media only screen and (max-width: 992px) {
    body.error-404 #top-banner-internal {
        padding: 100px 0 135px
    }
}

@media only screen and (max-width: 767px) {
    body.error-404 #top-banner-internal {
        padding: 50px 0 85px;
        margin-top: 80px
    }
}

@media only screen and (max-width: 575px) {
    body.error-404 #top-banner-internal {
        padding: 30px 0 40px
    }
}

body.error-404 #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.error-404 #top-banner-internal .title .text-xl {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        position: relative
    }

@media only screen and (max-width: 1660px) {
    body.error-404 #top-banner-internal .title .text-xl {
        font-size: 180px
    }
}

@media only screen and (max-width: 1360px) {
    body.error-404 #top-banner-internal .title .text-xl {
        font-size: 165px
    }
}

@media only screen and (max-width: 1200px) {
    body.error-404 #top-banner-internal .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.error-404 #top-banner-internal .title .text-xl {
        font-size: 120px
    }
}

@media only screen and (max-width: 767px) {
    body.error-404 #top-banner-internal .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.error-404 #top-banner-internal .title .text-xl {
        font-size: 70px
    }
}

@media only screen and (max-width: 420px) {
    body.error-404 #top-banner-internal .title .text-xl {
        font-size: 60px
    }
}

body.error-404 #top-banner-internal .title .text-xl span {
    font-family: Montserrat-Black,sans-serif;
    opacity: .6
}

body.error-404 #top-banner-internal .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

body.error-404 #top-banner-internal .title .triangles {
    display: block;
    max-width: 100%;
    width: 50%;
    height: auto;
    margin-top: -2%
}

body.error-404 #middle {
    padding: 90px 0 200px;
    text-align: center
}

@media only screen and (max-width: 767px) {
    body.error-404 #middle {
        padding: 50px 0 150px
    }
}

@media only screen and (max-width: 575px) {
    body.error-404 #middle {
        padding: 50px 0 100px
    }
}

body.error-404 #middle .text-medium {
    margin-bottom: 40px
}

body.products #top-banner-internal {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 200px 0 235px
}

@media only screen and (max-width: 1200px) {
    body.products #top-banner-internal {
        padding: 150px 0 185px
    }
}

@media only screen and (max-width: 992px) {
    body.products #top-banner-internal {
        padding: 100px 0 135px
    }
}

@media only screen and (max-width: 767px) {
    body.products #top-banner-internal {
        padding: 50px 0 85px;
        margin-top: 80px
    }
}

@media only screen and (max-width: 575px) {
    body.products #top-banner-internal {
        padding: 30px 0 40px
    }
}

body.products #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.products #top-banner-internal .title .text-xl {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        font-family: Montserrat-Black,sans-serif;
        position: relative
    }

@media only screen and (max-width: 1200px) {
    body.products #top-banner-internal .title .text-xl {
        font-size: 150px
    }
}

@media only screen and (max-width: 992px) {
    body.products #top-banner-internal .title .text-xl {
        font-size: 120px
    }
}

@media only screen and (max-width: 767px) {
    body.products #top-banner-internal .title .text-xl {
        font-size: 90px
    }
}

@media only screen and (max-width: 575px) {
    body.products #top-banner-internal .title .text-xl {
        font-size: 70px
    }
}

@media only screen and (max-width: 420px) {
    body.products #top-banner-internal .title .text-xl {
        font-size: 60px
    }
}

body.products #top-banner-internal .title .text-xl span {
    font-family: Montserrat-Black,sans-serif;
    opacity: .75
}

body.products #top-banner-internal .title .text-big {
    color: #c81718;
    font-family: Montserrat-Semi,sans-serif;
    position: relative
}

body.products #top-banner-internal .title .triangles {
    display: block;
    max-width: 100%;
    width: 50%;
    height: auto;
    margin-top: -2%
}

body.products #products {
    padding: 90px 0 150px;
    overflow: visible
}

@media only screen and (max-width: 767px) {
    body.products #products {
        padding: 50px 0 100px
    }
}

body.products #products .box-item {
    display: flex
}

    body.products #products .box-item .box {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
        box-shadow: 0 0 20px #00000026;
        display: block;
        background-color: #fff;
        width: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        padding: 20px 0 10px;
        margin-bottom: 40px
    }

        body.products #products .box-item .box:hover {
            -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.15);
            box-shadow: 0 10px 30px #00000026;
            transform: translateY(-15px)
        }

        body.products #products .box-item .box .img {
            display: block;
            margin: 0 auto 20px;
            text-align: center
        }

            body.products #products .box-item .box .img .prod-img {
                width: 250px;
                max-width: 90%;
                display: block;
                margin: 0 auto;
                -webkit-transition: .3s;
                transition: .3s
            }

                body.products #products .box-item .box .img .prod-img:hover {
                    opacity: .8
                }

        body.products #products .box-item .box .desc {
            padding: 0 30px 25px;
            text-align: left
        }

@media only screen and (max-width: 575px) {
    body.products #products .box-item .box .desc {
        padding: 0 15px 25px
    }
}

body.products #products .box-item .box .desc .title {
    font-family: Montserrat-Bold,sans-serif;
    color: #111;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
    font-size: 26px
}

@media only screen and (max-width: 1660px) {
    body.products #products .box-item .box .desc .title {
        min-height: 55px
    }
}

@media only screen and (max-width: 1200px) {
    body.products #products .box-item .box .desc .title {
        min-height: 50px
    }
}

@media only screen and (max-width: 767px) {
    body.products #products .box-item .box .desc .title {
        min-height: inherit
    }
}

body.products #products .box-item .box .desc .sub-cat {
    color: #d7ac71;
    text-transform: uppercase;
    display: block
}

body.products #products .box-item .box .desc .price {
    margin-top: 5px;
    font-family: Montserrat-Bold,sans-serif;
    color: #c81718;
    display: block
}

body.products #products .box-item .box .desc form .variations {
    width: 100%
}

    body.products #products .box-item .box .desc form .variations .label {
        display: block;
        text-transform: uppercase
    }

    body.products #products .box-item .box .desc form .variations input {
        display: none
    }

        body.products #products .box-item .box .desc form .variations input:checked + label {
            background-color: #c81718;
            color: #fff;
            box-shadow: none
        }

    body.products #products .box-item .box .desc form .variations label {
        -webkit-box-shadow: inset 0 0 0 1px #111;
        box-shadow: inset 0 0 0 1px #111;
        padding: 5px 10px;
        margin-right: 10px;
        display: inline-block;
        background-color: #fff;
        margin-bottom: 8px;
        -webkit-transition: .3s;
        transition: .3s
    }

        body.products #products .box-item .box .desc form .variations label:hover {
            background-color: #d7ac71;
            box-shadow: none
        }

        body.products #products .box-item .box .desc form .variations label.text-small {
            font-size: 12px
        }

body.products #products .box-item .box .desc form .add-to-cart-wrap {
    display: flex
}

    body.products #products .box-item .box .desc form .add-to-cart-wrap .quantity {
        font-family: Montserrat-Semi,sans-serif;
        flex: 1;
        margin-right: 25px
    }

        body.products #products .box-item .box .desc form .add-to-cart-wrap .quantity input {
            -webkit-box-shadow: inset 0 0 0 2px #c81718;
            box-shadow: inset 0 0 0 2px #c81718;
            border: none;
            height: 100%;
            flex: 1;
            color: #fff;
            background-color: #c81718;
            text-align: center;
            width: 50px
        }

            body.products #products .box-item .box .desc form .add-to-cart-wrap .quantity input::-webkit-outer-spin-button, body.products #products .box-item .box .desc form .add-to-cart-wrap .quantity input::-webkit-inner-spin-button {
                -webkit-appearance: none;
                margin: 0
            }

            body.products #products .box-item .box .desc form .add-to-cart-wrap .quantity input [type=number] {
                -moz-appearance: textfield
            }

    body.products #products .box-item .box .desc form .add-to-cart-wrap button {
        background-color: #111;
        padding: 12px 25px;
        color: #fff;
        letter-spacing: 2px;
        font-family: Montserrat-Semi,sans-serif;
        -webkit-transition: all linear .2s;
        transition: all linear .2s;
        position: relative;
        text-transform: uppercase;
        border-radius: 0;
        width: 100%;
        font-size: 14px;
        margin-bottom: 0
    }

@media only screen and (max-width: 1360px) {
    body.products #products .box-item .box .desc form .add-to-cart-wrap button {
        letter-spacing: 2px
    }
}

body.products #products .box-item .box .desc form .add-to-cart-wrap button span {
    position: relative;
    z-index: 1
}

body.products #products .box-item .box .desc form .add-to-cart-wrap button:after {
    content: "";
    height: 100%;
    width: 15px;
    background: #c81718;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

@media only screen and (max-width: 575px) {
    body.products #products .box-item .box .desc form .add-to-cart-wrap button:after {
        width: 10px
    }
}

body.products #products .box-item .box .desc form .add-to-cart-wrap button:hover:after {
    width: 100%
}

body.products #products .box-item .box .desc .hollow-btn {
    background-color: transparent;
    padding: 10px 25px;
    color: #111;
    letter-spacing: 2px;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    box-shadow: inset 0 0 0 2px #111;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-top: 10px
}

@media only screen and (max-width: 1360px) {
    body.products #products .box-item .box .desc .hollow-btn {
        letter-spacing: 2px
    }
}

body.products #products .box-item .box .desc .hollow-btn span {
    position: relative;
    z-index: 1
}

body.products #products .box-item .box .desc .hollow-btn:before {
    background: #d7ac71
}

body.products #products .box-item .box .desc .hollow-btn:hover:after {
    width: 100%
}

body.products #products .box-item .box .desc .add_to_cart_button {
    background-color: #111;
    padding: 15px 25px;
    color: #fff;
    letter-spacing: 5px;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center
}

@media only screen and (max-width: 1360px) {
    body.products #products .box-item .box .desc .add_to_cart_button {
        letter-spacing: 2px
    }
}

body.products #products .box-item .box .desc .add_to_cart_button span {
    position: relative;
    z-index: 1
}

body.products #products .box-item .box .desc .add_to_cart_button:before {
    content: "";
    height: 100%;
    width: 15px;
    background: #c81718;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    font-family: inherit;
    margin-left: 0;
    vertical-align: inherit
}

@media only screen and (max-width: 575px) {
    body.products #products .box-item .box .desc .add_to_cart_button:before {
        width: 10px
    }
}

body.products #products .box-item .box .desc .add_to_cart_button:hover:before {
    width: 100%
}

body.single-product #top-banner-internal {
    background-image: url(../../4/assets/product-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 20px 0 160px
}

@media only screen and (max-width: 767px) {
    body.single-product #top-banner-internal {
        margin-top: 80px
    }
}

body.single-product #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.single-product #top-banner-internal .title .text-bigger {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        font-family: Montserrat-Black,sans-serif;
        position: relative
    }

        body.single-product #top-banner-internal .title .text-bigger span {
            font-family: Montserrat-Black,sans-serif;
            opacity: .6
        }

    body.single-product #top-banner-internal .title .text-medium {
        color: #c81718;
        font-family: Montserrat-Semi,sans-serif;
        position: relative
    }

body.single-product #product-internal {
    padding: 90px 0 40px;
    overflow: visible
}

@media only screen and (max-width: 767px) {
    body.single-product #product-internal {
        padding: 50px 0 25px
    }
}

body.single-product #product-internal .top {
    margin-top: -200px;
    position: relative;
    z-index: 2
}

    body.single-product #product-internal .top .box {
        display: block;
        background-color: #fff;
        padding-top: 40px
    }

        body.single-product #product-internal .top .box .right .title {
            font-family: Montserrat-Black,sans-serif;
            color: #111;
            text-transform: uppercase;
            line-height: 1;
            display: block
        }

        body.single-product #product-internal .top .box .right .sub-cat {
            text-transform: uppercase;
            display: block;
            color: #d7ac71
        }

        body.single-product #product-internal .top .box .right .price {
            font-family: Montserrat-Bold,sans-serif;
            color: #c81718;
            display: block;
            margin-bottom: 10px
        }

        body.single-product #product-internal .top .box .right .short-desc {
            display: block;
            margin: 20px 30px 20px 0;
            border-top: 1px solid #ccc;
            border-bottom: 1px solid #ccc;
            padding: 20px 0;
            text-transform: uppercase
        }

        body.single-product #product-internal .top .box .right form .variations {
            width: 100%
        }

            body.single-product #product-internal .top .box .right form .variations .label {
                display: block;
                text-transform: uppercase
            }

            body.single-product #product-internal .top .box .right form .variations input {
                display: none
            }

                body.single-product #product-internal .top .box .right form .variations input:checked + label {
                    background-color: #c81718;
                    color: #fff;
                    box-shadow: none
                }

            body.single-product #product-internal .top .box .right form .variations label {
                -webkit-box-shadow: inset 0 0 0 1px #111;
                box-shadow: inset 0 0 0 1px #111;
                padding: 5px 10px;
                margin-right: 10px;
                display: inline-block;
                background-color: #fff;
                margin-bottom: 8px;
                -webkit-transition: .3s;
                transition: .3s
            }

                body.single-product #product-internal .top .box .right form .variations label:hover {
                    background-color: #d7ac71;
                    box-shadow: none
                }

                body.single-product #product-internal .top .box .right form .variations label.text-small {
                    font-size: 12px
                }

        body.single-product #product-internal .top .box .right form .add-to-cart-wrap {
            display: flex
        }

            body.single-product #product-internal .top .box .right form .add-to-cart-wrap .quantity {
                font-family: Montserrat-Semi,sans-serif;
                flex: 1;
                margin-right: 25px
            }

                body.single-product #product-internal .top .box .right form .add-to-cart-wrap .quantity input {
                    -webkit-box-shadow: inset 0 0 0 2px #c81718;
                    box-shadow: inset 0 0 0 2px #c81718;
                    border: none;
                    height: 100%;
                    flex: 1;
                    color: #fff;
                    background-color: #c81718;
                    text-align: center;
                    width: 50px
                }

                    body.single-product #product-internal .top .box .right form .add-to-cart-wrap .quantity input::-webkit-outer-spin-button, body.single-product #product-internal .top .box .right form .add-to-cart-wrap .quantity input::-webkit-inner-spin-button {
                        -webkit-appearance: none;
                        margin: 0
                    }

                    body.single-product #product-internal .top .box .right form .add-to-cart-wrap .quantity input [type=number] {
                        -moz-appearance: textfield
                    }

            body.single-product #product-internal .top .box .right form .add-to-cart-wrap button {
                background-color: #111;
                padding: 12px 25px;
                color: #fff;
                letter-spacing: 2px;
                font-family: Montserrat-Semi,sans-serif;
                -webkit-transition: all linear .2s;
                transition: all linear .2s;
                position: relative;
                text-transform: uppercase;
                border-radius: 0;
                width: 100%;
                font-size: 14px;
                margin-bottom: 0
            }

                body.single-product #product-internal .top .box .right form .add-to-cart-wrap button span {
                    position: relative;
                    z-index: 1
                }

                body.single-product #product-internal .top .box .right form .add-to-cart-wrap button:after {
                    content: "";
                    height: 100%;
                    width: 15px;
                    background: #c81718;
                    position: absolute;
                    top: 0;
                    right: 0;
                    z-index: 0;
                    -webkit-transition: all linear .2s;
                    transition: all linear .2s
                }

@media only screen and (max-width: 575px) {
    body.single-product #product-internal .top .box .right form .add-to-cart-wrap button:after {
        width: 10px
    }
}

body.single-product #product-internal .top .box .right form .add-to-cart-wrap button:hover:after {
    width: 100%
}

body.single-product #product-internal .top .box .left {
    text-align: center;
    position: relative
}

    body.single-product #product-internal .top .box .left img {
        max-width: 100%;
        height: auto;
        width: 100%
    }

@media only screen and (max-width: 992px) {
    body.single-product #product-internal .top .box .left img {
        width: 70%
    }
}

body.single-product #description-product-info .container {
    max-width: 1600px
}

@media only screen and (max-width: 1200px) {
    body.single-product #description-product-info .container {
        width: 100%
    }
}

body.single-product #description-product-info .container .text-xl {
    font-family: Montserrat-Black,sans-serif;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #c81718;
    text-transform: uppercase
}

@media only screen and (max-width: 1660px) {
    body.single-product #description-product-info .container .text-xl {
        font-size: 12vw
    }
}

body.single-product #description-product-info .container .left {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px
}

@media only screen and (max-width: 992px) {
    body.single-product #description-product-info .container .left {
        padding-top: 40px;
        padding-bottom: 30px
    }
}

body.single-product #description-product-info .container .left .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background-color: #111;
    width: 200%;
    height: 100%
}

body.single-product #description-product-info .container .left .description-text {
    padding-right: 60px
}

@media only screen and (max-width: 992px) {
    body.single-product #description-product-info .container .left .description-text {
        padding: 0 15px
    }
}

body.single-product #description-product-info .container .left .description-text .text-big {
    color: #fff;
    font-family: Montserrat-Bold,sans-serif;
    margin-bottom: 40px;
    text-transform: uppercase
}

@media only screen and (max-width: 992px) {
    body.single-product #description-product-info .container .left .description-text .text-big {
        margin-bottom: 20px;
        text-align: center
    }
}

body.single-product #description-product-info .container .left .description-text .text-small {
    color: #fff;
    margin-bottom: 25px
}

    body.single-product #description-product-info .container .left .description-text .text-small strong {
        font-weight: 700
    }

body.single-product #description-product-info .container .right {
    position: relative;
    padding-top: 75px;
    padding-bottom: 75px
}

@media only screen and (max-width: 992px) {
    body.single-product #description-product-info .container .right {
        padding-top: 40px;
        padding-bottom: 30px
    }
}

body.single-product #description-product-info .container .right .bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #d7ac71;
    width: 200%;
    height: 100%
}

body.single-product #description-product-info .container .right img {
    display: block;
    max-width: 100%;
    width: 80%;
    z-index: 2;
    margin: 0 auto
}

@media only screen and (max-width: 992px) {
    body.single-product #description-product-info .container .right img {
        width: 60%
    }
}

@media only screen and (max-width: 767px) {
    body.single-product #description-product-info .container .right img {
        width: 100%
    }
}

body.single-product #description-product-info .container .right .text-big {
    color: #111;
    font-family: Montserrat-Bold,sans-serif;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: right
}

@media only screen and (max-width: 992px) {
    body.single-product #description-product-info .container .right .text-big {
        margin-bottom: 20px;
        text-align: center
    }
}

body.single-product #prod-reviews {
    padding: 70px 0;
    overflow: visible
}

    body.single-product #prod-reviews .text-xl {
        font-family: Montserrat-Black,sans-serif;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #c81718;
        text-transform: uppercase
    }

@media only screen and (max-width: 1660px) {
    body.single-product #prod-reviews .text-xl {
        font-size: 12vw
    }
}

body.single-product #related-products {
    padding: 50px 0 150px
}

    body.single-product #related-products .text-xl {
        font-family: Montserrat-Black,sans-serif;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #c81718;
        text-transform: uppercase;
        line-height: .9;
        font-size: 115px
    }

@media only screen and (max-width: 1660px) {
    body.single-product #related-products .text-xl {
        font-size: 7vw
    }
}

@media only screen and (max-width: 992px) {
    body.single-product #related-products .text-xl {
        font-size: 8vw
    }
}

body.single-product #related-products .products-content {
    margin-top: 30px
}

    body.single-product #related-products .products-content .box {
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,.15);
        box-shadow: 0 0 20px #00000026;
        display: block;
        background-color: #fff;
        width: 100%;
        -webkit-transition: .3s;
        transition: .3s;
        padding: 20px 30px
    }

        body.single-product #related-products .products-content .box:hover {
            -webkit-box-shadow: 0 10px 30px rgba(0,0,0,.15);
            box-shadow: 0 10px 30px #00000026;
            transform: translateY(-15px)
        }

        body.single-product #related-products .products-content .box img {
            max-width: 100%;
            display: block;
            margin: 0 auto
        }

        body.single-product #related-products .products-content .box .prod-name {
            color: #111;
            text-transform: uppercase;
            font-family: Montserrat-Bold,sans-serif;
            text-align: center;
            font-size: 24px;
            display: block;
            line-height: 1.2;
            min-height: 55px
        }

        body.single-product #related-products .products-content .box .price {
            font-size: 20px;
            color: #c81718;
            font-family: Montserrat-Semi,sans-serif;
            display: block;
            text-align: center;
            margin-top: 5px
        }

        body.single-product #related-products .products-content .box .hollow-btn {
            background-color: transparent;
            padding: 10px 25px;
            color: #111;
            letter-spacing: 2px;
            font-family: Montserrat-Semi,sans-serif;
            -webkit-transition: all linear .2s;
            transition: all linear .2s;
            box-shadow: inset 0 0 0 2px #111;
            position: relative;
            text-transform: uppercase;
            width: 100%;
            text-align: center;
            margin-top: 10px
        }

            body.single-product #related-products .products-content .box .hollow-btn span {
                position: relative;
                z-index: 1
            }

            body.single-product #related-products .products-content .box .hollow-btn:before {
                background: #d7ac71
            }

            body.single-product #related-products .products-content .box .hollow-btn:hover:after {
                width: 100%
            }

body.cart #top-banner-internal {
    background-image: url(../../4/assets/product-header-img.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #d7ac71;
    position: relative;
    margin-top: 90px;
    padding: 20px 0 160px
}

@media only screen and (max-width: 767px) {
    body.cart #top-banner-internal {
        margin-top: 80px
    }
}

body.cart #top-banner-internal .title {
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin-top: 4%
}

    body.cart #top-banner-internal .title .text-bigger {
        color: #d7ac71;
        text-shadow: 0 0 20px rgba(0,0,0,.6);
        font-family: Montserrat-Black,sans-serif;
        position: relative
    }

        body.cart #top-banner-internal .title .text-bigger span {
            font-family: Montserrat-Black,sans-serif;
            opacity: .6
        }

    body.cart #top-banner-internal .title .text-medium {
        color: #c81718;
        font-family: Montserrat-Semi,sans-serif;
        position: relative
    }

body.cart #middle {
    overflow: visible;
    padding-bottom: 150px
}

@media only screen and (max-width: 767px) {
    body.cart #middle {
        padding-bottom: 50px
    }
}

body.cart #middle .top {
    margin-top: -100px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 40px 30px
}

    body.cart #middle .top .title-top {
        border-bottom: 1px solid #111;
        margin-bottom: 20px
    }

        body.cart #middle .top .title-top .text-medium {
            text-transform: uppercase;
            color: #111
        }

@media only screen and (max-width: 992px) {
    body.cart #middle .top .title-top .second-col {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    body.cart #middle .top .title-top .middle-col {
        text-align: center
    }
}

body.cart #middle .top .title-top .right-col {
    text-align: center
}

body.cart #middle .top .text-big.empty {
    color: #d7ac71;
    margin-top: 10px;
    text-align: center
}

body.cart #middle .top .product-row .left-col .product-img {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    float: left
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .product-row .left-col .product-img {
        display: none
    }
}

body.cart #middle .top .product-row .left-col .title {
    color: #d7ac71;
    display: block;
    vertical-align: middle;
    float: right;
    width: 90%;
    text-align: left;
    position: absolute;
    padding-left: 180px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-family: Montserrat-Bold,sans-serif
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .product-row .left-col .title {
        padding-left: 0;
        line-height: 1.2;
        font-size: 16px;
        position: relative;
        float: none;
        text-align: center;
        margin-bottom: 5px;
        width: 100%;
        top: 25%;
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%)
    }
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .product-row .left-col .title br {
        display: none
    }
}

body.cart #middle .top .product-row .left-col .title .title-divider {
    display: none
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .product-row .left-col .title .title-divider {
        display: inline-block
    }
}

body.cart #middle .top .product-row .left-col .title span {
    padding-top: 40px
}

body.cart #middle .top .product-row .second-col {
    text-align: center;
    max-height: 150px;
    margin-top: auto;
    margin-bottom: auto
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .product-row .second-col .left-col {
        display: none
    }
}

body.cart #middle .top .product-row .second-col .middle-col {
    text-align: center;
    max-height: 150px;
    margin-top: auto;
    margin-bottom: auto
}

    body.cart #middle .top .product-row .second-col .middle-col .small {
        font-size: 14px;
        text-transform: uppercase;
        text-align: left;
        padding-top: 20px
    }

@media only screen and (max-width: 992px) {
    body.cart #middle .top .product-row .second-col .middle-col .small {
        text-align: center;
        padding-top: 5px
    }
}

@media only screen and (max-width: 992px) {
    body.cart #middle .top .product-row .second-col .middle-col .lines {
        position: relative;
        max-width: 90%;
        display: block;
        width: 150px;
        margin: 0 auto
    }
}

body.cart #middle .top .product-row .second-col .middle-col .lines input {
    display: none
}

    body.cart #middle .top .product-row .second-col .middle-col .lines input:checked + label .circle {
        left: 59px
    }

    body.cart #middle .top .product-row .second-col .middle-col .lines input:checked + label .text-small.no {
        color: #c81718
    }

    body.cart #middle .top .product-row .second-col .middle-col .lines input:checked + label .text-small.yes {
        color: #fff
    }

body.cart #middle .top .product-row .second-col .middle-col .lines label {
    position: relative;
    display: block;
    background-color: #fff;
    border: none;
    box-shadow: inset 0 0 0 2px #c81718;
    padding: 15px 20px;
    cursor: pointer;
    width: 120px;
    margin-left: 10px
}

    body.cart #middle .top .product-row .second-col .middle-col .lines label .circle {
        position: absolute;
        top: 2px;
        left: 2px;
        width: 58px;
        height: 48px;
        background-color: #c81718;
        z-index: 0;
        transition: .6s
    }

@media only screen and (max-width: 767px) {
    body.cart #middle .top .product-row .second-col .middle-col .lines label .circle {
        height: 45px
    }
}

body.cart #middle .top .product-row .second-col .middle-col .lines label .text-small {
    color: #111;
    position: relative;
    z-index: 2;
    transition: .6s
}

    body.cart #middle .top .product-row .second-col .middle-col .lines label .text-small.no {
        float: left;
        color: #fff
    }

    body.cart #middle .top .product-row .second-col .middle-col .lines label .text-small.yes {
        float: right
    }

body.cart #middle .top .product-row .second-col .middle-col .input-line {
    position: relative;
    max-width: 90%;
    display: block;
    width: 200px;
    margin: 0 auto
}

@media only screen and (max-width: 992px) {
    body.cart #middle .top .product-row .second-col .middle-col .input-line {
        width: 100px;
        margin: 0 auto
    }
}

body.cart #middle .top .product-row .second-col .middle-col .input-line input {
    display: block;
    width: 100%;
    height: 50px;
    border: none;
    box-shadow: inset 0 0 0 2px #c81718;
    text-align: center;
    color: #c81718;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: Montserrat-Semi,sans-serif
}

@media only screen and (max-width: 992px) {
    body.cart #middle .top .product-row .second-col .middle-col .input-line input {
        padding-left: 15px;
        height: 40px
    }
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .product-row .second-col .middle-col .input-line input {
        height: 30px
    }
}

body.cart #middle .top .product-row .second-col .middle-col .input-line .circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 70px;
    height: 60px;
    text-align: center;
    font-size: 20px;
    color: #111;
    line-height: 60px;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media only screen and (max-width: 992px) {
    body.cart #middle .top .product-row .second-col .middle-col .input-line .circle {
        line-height: 50px;
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width: 992px) {
    body.cart #middle .top .product-row .second-col .middle-col .input-line .circle {
        line-height: 40px;
        width: 50px;
        height: 40px
    }
}

body.cart #middle .top .product-row .second-col .middle-col .input-line .circle.minus {
    left: 0
}

body.cart #middle .top .product-row .second-col .middle-col .input-line .circle.plus {
    right: 0
}

body.cart #middle .top .product-row .second-col .right-col {
    text-align: center;
    max-height: 150px;
    margin-top: auto;
    margin-bottom: auto
}

    body.cart #middle .top .product-row .second-col .right-col .remove {
        display: none;
        color: #c81718;
        text-decoration: underline;
        cursor: pointer
    }

@media only screen and (max-width: 575px) {
    body.cart #middle .top .product-row .second-col .right-col .remove {
        display: block
    }
}

body.cart #middle .top .product-row .second-col .right-col .text-medium {
    text-align: center
}

@media only screen and (max-width: 992px) {
    body.cart #middle .top .product-row .second-col .right-col .text-medium {
        text-align: center
    }
}

body.cart #middle .top .product-row .second-col .right-col .close-btn {
    position: absolute;
    right: 20px;
    bottom: 7px
}

@media only screen and (max-width: 575px) {
    body.cart #middle .top .product-row .second-col .right-col .close-btn {
        display: none
    }
}

body.cart #middle .top .product-row .second-col .right-col .close-btn svg {
    width: 20px;
    height: 20px
}

@media only screen and (max-width: 992px) {
    body.cart #middle .top .product-row .second-col .right-col .close-btn svg {
        width: 15px;
        height: 15px;
        bottom: 9px
    }
}

body.cart #middle .top .product-row .second-col .right-col .close-btn svg path {
    fill: #d7ac71
}

body.cart #middle .top .sub-total-row {
    margin-top: 20px
}

    body.cart #middle .top .sub-total-row .left-col .text-medium {
        color: #111;
        text-decoration: underline;
        cursor: pointer
    }

@media only screen and (max-width: 767px) {
    body.cart #middle .top .sub-total-row .left-col .text-medium {
        text-align: center
    }
}

body.cart #middle .top .sub-total-row .right-col {
    text-align: right
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .sub-total-row .right-col {
        text-align: center;
        padding-top: 20px
    }
}

body.cart #middle .top .sub-total-row .right-col .cart-sub-total {
    color: #111;
    font-family: Montserrat-Bold,sans-serif;
    text-transform: uppercase
}

body.cart #middle .top .last-row {
    margin-top: 50px
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .last-row {
        margin-top: 0
    }
}

body.cart #middle .top .last-row.empty .button {
    line-height: 1;
    background-color: transparent;
    padding: 20px 40px;
    color: #111;
    letter-spacing: 5px;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    box-shadow: inset 0 0 0 2px #111;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 500px
}

@media only screen and (max-width: 1200px) {
    body.cart #middle .top .last-row.empty .button {
        letter-spacing: 2px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .last-row.empty .button {
        margin-top: 10px
    }
}

body.cart #middle .top .last-row.empty .button span {
    position: relative;
    z-index: 1
}

body.cart #middle .top .last-row.empty .button:after {
    content: "";
    height: 100%;
    width: 15px;
    background: #c81718;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

@media only screen and (max-width: 575px) {
    body.cart #middle .top .last-row.empty .button:after {
        width: 10px
    }
}

body.cart #middle .top .last-row.empty .button:before {
    background-color: #c81718
}

body.cart #middle .top .last-row.empty .button:hover {
    color: #fff
}

body.cart #middle .top .last-row .left .button {
    line-height: 1;
    background-color: transparent;
    padding: 20px 40px;
    color: #111;
    letter-spacing: 5px;
    font-family: Montserrat-Semi,sans-serif;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    box-shadow: inset 0 0 0 2px #111;
    position: relative;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (max-width: 1200px) {
    body.cart #middle .top .last-row .left .button {
        letter-spacing: 2px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .last-row .left .button {
        margin-top: 10px
    }
}

body.cart #middle .top .last-row .left .button span {
    position: relative;
    z-index: 1
}

body.cart #middle .top .last-row .left .button:after {
    content: "";
    height: 100%;
    width: 15px;
    background: #c81718;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    -webkit-transition: all linear .2s;
    transition: all linear .2s
}

@media only screen and (max-width: 575px) {
    body.cart #middle .top .last-row .left .button:after {
        width: 10px
    }
}

body.cart #middle .top .last-row .left .button:before {
    background-color: #c81718
}

body.cart #middle .top .last-row .left .button:hover {
    color: #fff
}

body.cart #middle .top .last-row .right {
    text-align: right
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .last-row .right {
        margin-top: 20px
    }
}

body.cart #middle .top .last-row .right .checkout-button {
    line-height: 1;
    padding: 20px 50px;
    display: inline-block;
    color: #fff;
    letter-spacing: 5px;
    background-color: #111;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: .3s;
    -webkit-appearance: none;
    font-family: Montserrat-Semi,sans-serif;
    text-align: center
}

@media only screen and (max-width: 1200px) {
    body.cart #middle .top .last-row .right .checkout-button {
        letter-spacing: 2px;
        width: 100%;
        margin-top: 10px
    }
}

body.cart #middle .top .last-row .right .checkout-button:before {
    background-color: #d7ac71
}

body.cart #middle .top .last-row .right .checkout-button:hover, body.cart #middle .top .last-row .right .checkout-button:focus {
    color: #111
}

body.cart #middle .top .last-row .right .text-small {
    padding-top: 20px;
    padding-right: 10px
}

@media only screen and (max-width: 767px) {
    body.cart #middle .top .last-row .right .text-small {
        text-align: center
    }
}

body.cart #middle .top .line {
    content: "";
    margin: 20px 0;
    width: 100%;
    background-color: #111;
    display: block;
    height: 1px
}

body.cart .qtyFix {
    float: right;
    padding-right: 4rem
}

@media only screen and (max-width: 992px) {
    body.cart .qtyFix {
        padding-right: 1rem
    }
}

@media only screen and (max-width: 767px) {
    body.cart .qtyFix {
        float: left
    }
}

.popup {
    display: none;
    max-width: calc(100% - 40px)
}

    .popup .box {
        width: 1100px;
        max-width: 100%;
        text-align: center;
        padding: 50px 40px;
        background-color: #000
    }

#us-popup .black-box {
    background-color: #000;
    width: 720px
}

.img-wrapper {
    display: flex;
    margin: 25px auto;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0 30px
}

#us-popup .black-box .title {
    font-family: Montserrat-Black,sans-serif;
    color: #d7ac71;
    letter-spacing: 5px;
    text-transform: uppercase
}

#us-popup .black-box .buttons {
    display: flex;
    margin-top: 2rem;
    align-items: center;
    justify-content: center
}

    #us-popup .black-box .buttons .white-button {
        margin-left: 1rem;
        display: flex
    }

    #us-popup .black-box .buttons .gold-button {
        display: flex
    }

#us-popup .black-box .text {
    color: #fff
}

