.loki-header {
    position: relative;
    font-size: 16px;
    background: rgba(255, 255, 255, 1);
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
}

.loki-header *,
.loki-header *:before,
.loki-header *:after {
    box-sizing: border-box;
}

.loki-container {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.loki-header-shadow {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    z-index: 1;
}

.loki-header-shadow:before {
    display: block;
    position: relative;
    content: "";
    width: 100%;
    height: 60px;
    top: -60px;
    border-radius: 50%;
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.08);
}

.loki-logo {
    padding: 0 0 0 30px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
}

.loki-logo a {
    -webkit-text-decoration: none;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-weight: bold;
    font-family: sans-serif;
    color: #56585A;
}

.loki-logo a img {
    display: inline-block;
    vertical-align: middle;
    height: 65px;
}

.loki-toggle {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.loki-toggle+label {
    position: absolute;
    top: 26.25px;
    right: 30px;
    width: 20px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: -webkit-transform 200ms ease-out;
    -webkit-transition: transform 200ms ease-out;
    transition: transform 200ms ease-out;
}

.loki-toggle+label>span {
    display: block;
    background-color: #56585A;
    border-radius: 2px;
    width: 100%;
    height: 2px;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.loki-toggle+label>span:last-child {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.loki-toggle:checked+label {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.loki-toggle:checked+label>span:first-child {
    width: 50%;
    -webkit-transform: rotate(-90deg) translateX(3px);
    -ms-transform: rotate(-90deg) translateX(3px);
    transform: rotate(-90deg) translateX(3px);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}

.loki-toggle:checked+label>span:last-child {
    width: 50%;
    -webkit-transform: rotate(-90deg) translateX(-3px) translateY(10px);
    -ms-transform: rotate(-90deg) translateX(-3px) translateY(10px);
    transform: rotate(-90deg) translateX(-3px) translateY(10px);
}

.loki-toggle:checked~.loki-menu {
    padding-bottom: 20px;
}

.loki-toggle:checked~.loki-menu>ul {
    display: block;
}

.loki-toggle:checked~.loki-menu>ul>li>input:checked~a {
    color: #c13535;
}

.loki-toggle:checked~.loki-menu input:checked~ul {
    display: block;
    background-color: rgba(0, 0, 0, 0.05);
}

.loki-menu {
    line-height: 1.5;
}

.loki-menu ul {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
}

.loki-menu li {
    position: relative;
    list-style: none;
}

.loki-menu li>a {
    display: block;
    font-family: sans-serif;
    color: #56585A;
    padding: 15px 30px;
    -webkit-text-decoration: none;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.loki-menu input[type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.loki-menu input[type=checkbox]:checked~a>label {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.loki-menu input[type=checkbox]:checked~a>label:before {
    opacity: 0;
}

.loki-menu label {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 32px;
    width: 32px;
    line-height: 1.5;
    text-align: center;
    z-index: 1;
    -webkit-transition: -webkit-transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.loki-menu label:before,
.loki-menu label:after {
    position: absolute;
    content: "";
    width: 45%;
    height: 1px;
    background-color: #56585A;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .4s, opacity .4s;
    -webkit-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    opacity: 1;
}

.loki-menu label:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.loki-menu>ul>li>a {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    /* text-transform: uppercase; */
}

.loki-menu>ul>li:hover>a,
.loki-menu>ul>li.loki-menu-current>a {
    color: #c13535;

}

.loki-menu ul ul li>a {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    padding: 12px 30px;

}

@media (min-width:1024px) {
    /* .loki-header {
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        height: 90px;
        top: 0;
        z-index: 99999;
    } */



    .loki-container {
        height: 90px;
        /* padding: 0 30px; */
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .loki-header-shadow {
        z-index: -1;
    }

    .loki-logo {
        position: relative;
        padding: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 90px;
    }

    .loki-logo a {
        line-height: unset;
    }

    .loki-logo a img {
        display: block;

    }

    /* 
    .loki-header-spacer {
        height: 90px;
    } */

    .loki-toggle:checked~.loki-menu {
        padding-bottom: 0;
    }

    .loki-toggle:checked~.loki-menu input:checked~ul {
        background: rgba(255, 255, 255, 1);
    }

    .loki-toggle:checked~.loki-menu>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .loki-toggle:checked~.loki-menu>ul>li>input:checked~a {
        color: #56585A;
        background-color: transparent;
    }

    .loki-toggle:checked~.loki-menu>ul>li:hover>input:checked~a,
    .loki-toggle:checked~.loki-menu>ul>li.loki-menu-current>input:checked~a {
        color: #c13535;
    }

    .loki-toggle+label {
        opacity: 0;
        pointer-events: none;
    }

    .loki-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        ;
    }

    .loki-menu ul {
        display: block;
        font-size: 0;
    }

    .loki-menu li:hover>a {
        opacity: 1;
        color: #c13535;
    }

    .loki-menu label {
        bottom: 3px;
        right: 5px;
        height: 6px;
        width: 6px;
        border-style: solid;
        border-color: #56585A;
        border-width: 0px 1px 1px 0px;
        -webkit-transform: rotate(-45deg) !important;
        -ms-transform: rotate(-45deg) !important;
        transform: rotate(-45deg) !important;
    }

    .loki-menu label:before,
    .loki-menu label:after {
        content: none;
    }

    .loki-menu>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        ;
    }

    .loki-menu>ul>li {
        display: inline-block;
        ;
    }

    .loki-menu>ul>li>a {
        position: relative;
        height: 80px;
        line-height: 80px;
        white-space: nowrap;
        padding: 0 15px;
        font-weight: bold;
    }

    .loki-menu>ul>li:last-child>a {
        padding: 0 0 0 20px;
    }

    .loki-menu>ul>li>a>label {
        position: relative;
        display: inline-block;
        margin-left: 15px;
        right: inherit;
        bottom: inherit;
        vertical-align: middle;
        top: -2px;
        -webkit-transform: rotate(45deg) !important;
        -ms-transform: rotate(45deg) !important;
        transform: rotate(45deg) !important;
        border-color: #56585A;
    }

    .loki-menu li>ul {
        border-top-width: 3px;
        border-top-style: solid;
        border-top-color: #c13535;
        display: block;
        position: absolute;
        width: 230px;
        background: rgba(255, 255, 255, 1);
        padding: 12px 0;
        box-shadow: 0px 12px 30px -2px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 1;
        will-change: transform, opacity;
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        top: 100%;
        left: 0;
    }

    .loki-menu li:hover>ul {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }

    .loki-menu li>ul ul {
        left: 100%;
        top: -15px;
    }

    .loki-menu li>ul label {
        position: absolute;
        right: 20px;
    }

    .loki-menu li.loki-submenu-right>ul {
        left: inherit;
        right: 0;
    }

    .loki-menu li.loki-submenu-right>ul ul {
        left: -100%;
        right: 0;
    }

    .loki-menu ul ul li>a {
        padding: 10px 20px;
        font-size: 14px;
        color: #56585A;
    }

}

.language {
    max-width: 1200px;
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: flex-end;
    padding: 10px 0 0 0;
}

.language ul {
    float: right;
    display: contents;
}

.language ul li img {
    border-radius: 50px;
    height: 16px;
    margin-right: 3px;
}

.language ul li {
    display: inline-block;
    margin-right: 20px;
}

.language ul li a {
    font-size: 14px;
    display: flex;
    align-items: center;

    color: #56585A;
}

.language ul li:last-child {
    margin-right: 0;
}

.loki-logo p {
    margin-left: 5px;
}

.loki-logo a {
    display: flex;
    align-items: center;
}

.loki-logo p span {
    line-height: normal;
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #56585A;
}