/**
 * CMSXL and Application User Interface Soft Touch Buttons.
 * Copyright (c) 2023 Anthony Albit. All rights reserved.
 *
 * For more information, please contact:
 * Email: anthony.albit@wayovermedia.com
 * Website: https://cmsxl.com
 */

/* Header CSS */
/*•••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

.header {
    /*position: fixed;*/
    /*z-index: 1190;*/
    /*top: 0;*/
    /*right: 0;*/
    /*left: 0;*/
    margin-bottom: var(--site-menu-height);
    width: 100%;
    /*font-size: 0;*/
    background-color: var(--header-background-color);
}
.header a {
    text-decoration: none;
}
.header-scroller {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: var(--header-scroller-max-height);
    /*height: var(--header-scroller-height);*/
    max-height: var(--header-scroller-max-height);
    font-size: 0;
    overflow: hidden;
    transition: height 0.3s ease;
    direction: ltr;
}
/*.header-scroller:after {*/
/*    content: '';*/
/*    display: block;*/
/*    padding-top: 75%;*/
/*}*/

.header-scroller video {
    max-width: none !important;
}
.header-fader {
    display: block;
    padding-top: 25%;
    width: 100%;
}
@media (max-width: 768px) {
    .header-fader {
        padding-top: 60%;
    }
}
.header-fade {
    display: none;
    position: absolute;top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    margin: auto;
    padding: 30px;
    max-width: 65vw;
    min-height: 80px;
    max-height: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.header-fade:first-child {
    display: block;
}

.header-scroller-cache {
    position: absolute;
    z-index: -999;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.header-scroller img {
    max-width: 100%;
    background: none;
}
.header-scroller video {
    min-width: 100%;
    min-height: 100%;
    background: none;
}
.header-scroller video video
.header-scroller-image div {
    margin: 0 auto;
    padding: 30px;
}

.header-moto {
    position: absolute !important;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    /*background: rgba(180,0,0,.5);*/
}
.header-moto h1 {
    margin: 0;
    font-size: 50px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.header-moto p {
    margin: 10px 0 0 0;
    font-size: 30px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.header-moto p span {
    color: #fcd0a1;
}
.header-moto-buttons {
    margin-top: 40px;
}
.header-moto-buttons a {
    display: inline-block;
    margin: 5px;
    padding: 11px 20px 10px 20px;
    width: 220px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    background: rgba(0, 0, 0, .5);
    border: 1px solid #ffffff;
    overflow: hidden;
}
.header-moto-buttons a:hover {
    color: #222222;
    background: rgba(228, 189, 146, .7);
}
.header-top-offer {
    position: absolute !important;
    top: 80px;
    right: 20px;
    margin: auto;
    width: 230px;
    height: 150px;
}
@media (max-width: 767px) {
    .header-moto {
        width: auto;
    }
    .header-moto h1 {
        font-size: 34px;
    }
    .header-moto p {
        font-size: 22px;
    }
    .header-top-offer {
        left: 20px;
    }
}


button {
    user-select: none;
}

.site-menu-holder {
    display: flex;
    position: absolute;
    z-index: 1299;
    top: var(--header-scroller-height);
    right: 0;
    left: 0;
    flex-direction: column;
    padding: var(--site-menu-padding) 0;
    min-width: 440px;
    height: var(--site-menu-height);
    max-height: var(--site-menu-height);
    background-color: var(--header-menu-bg);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
    transition: opacity .3s ease-out;
    opacity: 0;
}

.header-menu {
    /*position: fixed;*/
    z-index: 1199;
    /*top: var(--header-scroller-height);*/
    right: 0;
    left: 0;
    /*padding: var(--site-menu-padding) var(--holder-padding);*/
    /*height: var(--header-menu-height);*/
    background-color: var(--header-background-color);
    /*transition: top 250ms linear;*/
}
@media (max-width: 991px) {
    .header-menu {
        /*padding: var(--site-menu-padding);*/
    }
}

.header-menu-logo {
    position: absolute;
    z-index: +1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(10px + var(--header-menu-height));
    height: calc(10px + var(--header-menu-height));
}
.header-menu-logo img {
    max-height: 100%;
    overflow: hidden;
}

.site-menuz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 var(--holder-padding);
    max-width: var(--site-max-width);
    height: var(--header-menu-height);
    /*font-size: 0;*/
    background-color: transparent;
}
.site-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 var(--holder-padding);
    width: 100%;
    max-width: var(--site-max-width);
    height: var(--header-menu-height);
    font-size: 0;
    font-weight: 600;
    background-color: transparent;
}

.site-menu-list {
    z-index: 1191;
    text-align: center;
    direction: ltr;
}
.site-menu-list.folded {
    display: none;
    position: fixed;
    z-index: 1191;
    top: var(--site-menu-height);
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    /*height: calc(100vh - var(--header-menu-height));*/
    /*max-height: calc(100vh - var(--header-menu-height));*/
    background-color: var(--site-menu-list-bg, #f7ba59);
    box-shadow: inset 0 10px 6px -10px rgba(0, 0, 0, .5);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.site-menu-list a {
    display: block;
    padding: 0 15px;
    height: var(--header-menu-height);
    line-height: calc(var(--header-menu-height) - 0px);
    font-size: var(--text-size);
    color: var(--link-color);
    text-decoration: none;
    text-transform: uppercase;
}
.site-menu-list a:hover {
    color: #4dbab7;
}
.site-menu-list a.navigation-active {
    color: #ef7535;
}
.site-menu-list a.navigation-active-top {
    color: var(--link-color);
}
.site-menu-list ul,
.site-menu-list li {
    margin: 0;
    padding: 0;
}

.site-menu-list ul {
    height: var(--header-menu-height);
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.site-menu-list ul li {
    display: inline-flex;
    align-items: center;
    height: var(--header-menu-height);
}
.site-menu-list ul li a {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-menu-list ul li ul {
    display: none;
    position: absolute;
    top: calc(var(--header-menu-height) + 15px);
    /*left: 0;*/
    height: auto;
    max-height: calc(100vh - (var(--header-menu-height) + 15px));
    text-align: left;
    overflow: auto;
    transition: opacity .9s linear;
    opacity: 0;
}
.site-menu-list ul li ul li {
    display: block;
    height: auto;
}
.site-menu-list ul li ul li a {
    height: 60px;
    line-height: 60px;
}

.site-menu-list ul li ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    height: auto;
    text-align: left;
}
.site-menu-list ul li ul li {
    display: block;
    height: auto;
}
.site-menu-list ul li ul li a {
}

@media (min-width: 1200px) {
    .site-menu-list ul li:hover {
        background-color: #2d8ac7;
    }
    .site-menu-list ul li:hover > ul {
        display: block;
        background-color: #3dd5f3;
        opacity: 1;
    }
}

/*.sub-menu {*/
/*    display: none;*/
/*}*/
/*.menu-item-has-children:hover > .sub-menu {*/
/*    display: block;*/
/*}*/

.site-menu-list-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.site-menu-logo {
    display: flex;
    z-index: 1192;
    align-items: center;
    width: auto;
    height: calc(var(--site-menu-height) - 20px);
    max-height: calc(var(--site-menu-height) - 20px);
    /*background-color: #00ff00;*/
    zoom: .80;
}
.site-menu-logo img {
    max-width: none;
    height: calc(var(--site-menu-height) - 12px);
}
@media (max-width: 1199px) {
    .site-menu {
        padding: 0 var(--site-menu-padding);
    }
    .site-menu a {
    }
    .site-menu-logo {
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 0;*/
        /*left: 0;*/
        height: calc(var(--site-menu-height));
        text-align: center;
    }
    .site-menu-logo a {
        display: inline-block;
    }
    .site-menu-logo img {
        /*margin-top: 20px;*/
        max-width: 240px;
        height: calc(var(--site-menu-height));
    }

    .site-menu-list {
        display: none;
        position: fixed;
        z-index: 1191;
        top: var(--site-menu-height);
        right: 0;
        bottom: 0;
        left: 0;
        text-align: left;
        /*height: calc(100vh - var(--header-menu-height));*/
        /*max-height: calc(100vh - var(--header-menu-height));*/
        background-color: var(--site-menu-list-bg, #f7ba59);
        box-shadow: inset 0 10px 6px -10px rgba(0, 0, 0, .5);
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .site-menu-list ul {
        display: block;
        padding: 20px;
        height: auto;
        /*min-height: calc(100vh + 30px);*/
        /*background-color: rgba(0, 0, 0, 60%);*/
    }
    .site-menu-list ul {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
    }
    .site-menu-list li {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;

    }
    .site-menu-list ul li a {
        display: inline-block;
        margin: 0;
    }
    .site-menu-list ul li ul {
        display: block;
        position: relative;
        top: unset;
        margin-bottom: 10px;
        padding: 0 calc(var(--text-size) * 2);
        max-height: none;
        box-shadow: none;
    }
    .site-menu-list ul li ul li a {
        height: calc(var(--header-menu-height) * 0.9);
        line-height: calc((var(--header-menu-height) * 0.9) - 0px);
        font-size: calc(var(--text-size) * 0.9);
    }
    .site-menu-list ul li ul li ul {
        display: block;
        position: relative;
        top: unset;
        left: unset;
        height: auto;
        text-align: left;
    }

    .site-menu-list-bg {
        position: fixed;
        top: var(--header-menu-height);
        background-color: var(--background-color);
    }
    .site-menu-list-bg:before {
        content: '';
        position: fixed;
        top: 0; right: 0; left: 0;
        height: var(--site-menu-height);
        background-color: var(--header-background-color);
    }
}

/* Menu Buttons */
.site-menu-buttons {
    z-index: 1192;
    min-width: 230px;
    height: var(--header-menu-height);
    order: 3;
}
.site-menu-buttons ul {
    display: flex;
}
.site-menu-buttons ul li {
    display: inline-flex;
    align-items: center;
}
.site-menu-buttons li:last-child {
    margin-left: 0;
}
.site-menu-buttons li:last-child a {
    color: #f0f0f0;
    background-color: #893210;
    border-radius: 5px / 6px;
}
.site-menu-buttons li:last-child a:hover {
    color: #000000;
    background-color: #ef7535;
}

/* Menu Button Burger */
.site-menu-button {
    display: none;
    position: relative;
    z-index: 1192;
    width: var(--header-menu-height);
    /*width: 230px;*/
    height: var(--header-menu-height);
    background-color: transparent;
    border-radius: 5px / 6px;
    vertical-align: top;
    cursor: pointer;
}
.site-menu-button.folded {
    display: inline-block;
}
@media (max-width: 1199px) {
    .site-menu-button {
        display: inline-block;
    }
}
.site-menu-burger {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 32px;
    height: 25px;
    zoom: 1.2;
}
.site-menu-burger span {
    display: block;
    position: absolute;
    width: 50%;
    height: 5px;
    background: #444444;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.site-menu-burger span:nth-child(even) {
    left: 50%;
    border-radius: 0;
}
.site-menu-burger span:nth-child(odd) {
    left: 0;
    border-radius: 0;
}
.site-menu-burger span:nth-child(1),
.site-menu-burger span:nth-child(2) {
    top: 0;
}
.site-menu-burger span:nth-child(3),
.site-menu-burger span:nth-child(4) {
    top: 10px;
}
.site-menu-burger span:nth-child(5),
.site-menu-burger span:nth-child(6) {
    top: 20px;
}
.site-menu-burger.open span:nth-child(1),
.site-menu-burger.open span:nth-child(6) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.site-menu-burger.open span:nth-child(2),
.site-menu-burger.open span:nth-child(5) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.site-menu-burger.open span:nth-child(1) {
    top: 6px;
    left: 4px;
}
.site-menu-burger.open span:nth-child(2) {
    top: 6px;
    left: calc(50% - 4px);
}
.site-menu-burger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.site-menu-burger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.site-menu-burger.open span:nth-child(5) {
    top: 14px;
    left: 4px;
}
.site-menu-burger.open span:nth-child(6) {
    top: 14px;
    left: calc(50% - 4px);
}
