﻿.c-header-1 {
    position: relative;
    z-index: 997;
}

.c-header-1-inner {
    position: relative;
}

.c-header-1-middle {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 991px) {
    .c-header-1-middle {
        position: relative;
    }
}

.c-header-1-logo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}

@media (max-width: 575px) {
    .c-header-1-logo {
        font-size: 18px;
    }
}

.c-header-1-logo:last-child {
    margin-right: 0;
}

.c-header-1-logo a {
    display: block;
}

.c-header-1-logo img {
    display: block;
}

@media (max-width: 575px) {
    .c-header-1-logo img {
        display: block;
    }
}

.c-header-1-btn {
    margin-left: 20px;
}

@media (max-width: 575px) {
    .c-header-1-btn {
        display: none;
    }
}

.c-header-1-nav {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .c-header-1-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-left: 0;
    }
}

.c-header-1-nav [class^="c-label"] {
    margin-left: 4px;
}

.c-header-1-nav a {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.c-header-1-nav li.sub {
    position: relative;
}

@media (min-width: 992px) {
    .c-header-1-nav li.sub:hover > ul {
        display: block;
    }
}

@media (max-width: 991px) {
    .c-header-1-nav li.sub.active > ul {
        display: block;
    }
}

.c-header-1-nav li.sub ul {
    display: none;
}

@media (min-width: 992px) {
    .c-header-1-nav li.mega:hover > .c-header-1-megamenu {
        display: block;
    }
}

@media (max-width: 991px) {
    .c-header-1-nav li.mega.active > .c-header-1-megamenu {
        display: block;
    }
}

.c-header-1-nav > ul:before,
.c-header-1-nav > ul:after {
    content: "";
    display: table;
}

.c-header-1-nav > ul:after {
    clear: both;
}

@media (max-width: 991px) {
    .c-header-1-nav > ul {
        border-width: 1px 1px 0 1px;
        border-style: solid;
    }
}

.c-header-1-nav > ul > li {
    float: left;
}

@media (max-width: 991px) {
    .c-header-1-nav > ul > li {
        float: none;
    }
}

@media (min-width: 992px) {
    .c-header-1-nav > ul > li:hover > a:before {
        visibility: visible;
    }
}

@media (max-width: 991px) {
    .c-header-1-nav > ul > li.active > a:before {
        visibility: visible;
    }
}

.c-header-1-nav > ul > li > a {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    height: 80px;
    line-height: 80px;
    -webkit-transition: initial;
    -moz-transition: initial;
    -ms-transition: initial;
    -o-transition: initial;
    transition: initial;
}

@media (max-width: 991px) {
    .c-header-1-nav > ul > li > a {
        height: 50px;
        line-height: 50px;
    }
}

.c-header-1-nav > ul > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    visibility: hidden;
    width: 100%;
    height: 3px;
}

@media (max-width: 991px) {
    .c-header-1-nav > ul > li > a:after {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        content: "";
        width: 100%;
        height: 1px;
    }
}

.c-header-1-nav > ul > li.sub ul {
    border-width: 1px 1px 0 1px;
    border-style: solid;
}

@media (max-width: 991px) {
    .c-header-1-nav > ul > li.sub ul {
        border-width: 0;
    }
}

.c-header-1-nav > ul > li.sub ul li a {
    position: relative;
    min-width: 150px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .c-header-1-nav > ul > li.sub ul li a:before {
        position: absolute;
        left: 0;
        bottom: 0;
        display: block;
        content: "";
        width: 100%;
        height: 1px;
    }

.c-header-1-nav > ul > li.sub ul li.sub > a {
    padding-right: 40px;
}

    .c-header-1-nav > ul > li.sub ul li.sub > a:after {
        position: absolute;
        top: 50%;
        right: 20px;
        content: "\f105";
        display: inline-block;
        font-family: FontAwesome;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

@media (min-width: 992px) {
    .c-header-1-nav > ul > li.sub ul li.sub:hover > a:after {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .c-header-1-nav > ul > li.sub ul li.sub.active > a:after {
        content: "\f107";
    }
}

.c-header-1-nav > ul > li.sub > ul {
    position: absolute;
    top: 100%;
    left: 0;
}

@media (max-width: 991px) {
    .c-header-1-nav > ul > li.sub > ul {
        position: static;
        top: auto;
        left: auto;
    }
}

.c-header-1-nav > ul > li.sub > ul > li.sub ul {
    position: absolute;
    top: -1px;
    left: 100%;
}

@media (max-width: 991px) {
    .c-header-1-nav > ul > li.sub > ul > li.sub ul {
        position: static;
        top: auto;
        left: auto;
    }
}

@media (max-width: 991px) {
    .c-header-1-nav.active {
        display: block;
    }
}

.c-header-1-icon-toggle {
    display: none;
}

@media (max-width: 991px) {
    .c-header-1-icon-toggle {
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-left: 20px;
        border-width: 1px;
        border-style: solid;
        text-align: center;
        font-size: 16px;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}

@media (max-width: 575px) {
    .c-header-1-icon-toggle {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 10px;
    }
}

.c-header-1-icon-search {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 20px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width: 991px) {
    .c-header-1-icon-search {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 16px;
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }
}

@media (max-width: 575px) {
    .c-header-1-icon-search {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        margin-left: 10px;
    }
}

.c-header-1-megamenu {
    display: none;
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    border-width: 1px;
    border-style: solid;
}

@media (max-width: 991px) {
    .c-header-1-megamenu {
        border-top-width: 0;
    }
}

.c-header-1-megamenu-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.c-header-1-megamenu-col {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .c-header-1-megamenu-col:before,
    .c-header-1-megamenu-col:after {
        content: "";
        display: table;
    }

    .c-header-1-megamenu-col:after {
        clear: both;
    }

@media (max-width: 575px) {
    .c-header-1-megamenu-col {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.c-header-1-megamenu-col h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
}

.c-header-1-megamenu-nav {
    float: left;
    margin-right: 40px;
}

    .c-header-1-megamenu-nav:last-child {
        margin-right: 0;
    }

.c-header-1-megamenu-nav-link {
    line-height: 40px;
}

.c-header-1-megamenu-nav-icon {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
    font-size: 16px;
    vertical-align: middle;
}

.c-header-1-searcher {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .c-header-1-searcher .c-container {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
    }

.c-header-1-searcher-form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.c-header-1-searcher-field {
    display: block;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    padding: 0;
    border: 0;
    font-size: 24px;
    font-weight: 300;
    background-color: transparent;
}

@media (max-width: 575px) {
    .c-header-1-searcher-field {
        font-size: 16px;
    }
}

.c-header-1-searcher-close {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border: 0;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media (max-width: 575px) {
    .c-header-1-searcher-close {
        font-size: 24px;
    }
}

.c-header-1.-overlap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.c-header-1.-sticky .c-header-1-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .c-header-1.-sticky-active .c-header-1-container {
        position: fixed;
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
    }
}

.c-header-1.-search-active .c-header-1-searcher {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.c-header-1.-bg-white .c-header-1-inner {
    border-bottom: 1px solid #e7ecef;
}

.c-header-1.-bg-white .c-header-1-logo {
    color: #111111;
}

    .c-header-1.-bg-white .c-header-1-logo a {
        color: #111111;
    }

.c-header-1.-bg-white .c-header-1-nav a {
    color: #777777;
}

@media (min-width: 992px) {
    .c-header-1.-bg-white .c-header-1-nav a:hover {
        color: #111111;
    }
}

@media (max-width: 991px) {
    .c-header-1.-bg-white .c-header-1-nav li.sub.active > a {
        color: #fb112a;
    }
}

@media (max-width: 991px) {
    .c-header-1.-bg-white .c-header-1-nav > ul {
        border-color: #e7ecef;
        background-color: #f9f9fa;
    }
}

.c-header-1.-bg-white .c-header-1-nav > ul > li > a {
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
}

    .c-header-1.-bg-white .c-header-1-nav > ul > li > a:before {
        background-color: #fb112a;
    }

@media (max-width: 991px) {
    .c-header-1.-bg-white .c-header-1-nav > ul > li > a:after {
        background-color: #e7ecef;
    }
}

@media (min-width: 992px) {
    .c-header-1.-bg-white .c-header-1-nav > ul > li:hover > a {
        color: #fb112a;
    }
}

.c-header-1.-bg-white .c-header-1-nav > ul > li.sub ul {
    border-color: #e7ecef;
    background-color: #ffffff;
}

    .c-header-1.-bg-white .c-header-1-nav > ul > li.sub ul li a:before {
        background-color: #e7ecef;
    }

@media (max-width: 991px) {
    .c-header-1.-bg-white .c-header-1-icon-toggle {
        color: #fb112a;
        border-color: #fb112a;
    }
}

@media (max-width: 991px) {
    .c-header-1.-bg-white .c-header-1-icon-toggle.active {
        color: #ffffff;
        background-color: #fb112a;
    }
}

.c-header-1.-bg-white .c-header-1-icon-search {
    color: #111111;
}

@media (max-width: 991px) {
    .c-header-1.-bg-white .c-header-1-icon-search {
        color: #fb112a;
        border-color: #fb112a;
    }
}

.c-header-1.-bg-white .c-header-1-megamenu {
    border-color: #e7ecef;
    background-color: #f9f9fa;
}

@media (max-width: 991px) {
    .c-header-1.-bg-white .c-header-1-megamenu {
        background-color: #ffffff;
    }
}

.c-header-1.-bg-white .c-header-1-megamenu-col h6 {
    color: #fb112a;
}

.c-header-1.-bg-white .c-header-1-megamenu-nav-icon {
    color: #000000;
}

.c-header-1.-bg-white .c-header-1-searcher {
    background-color: #ffffff;
}

.c-header-1.-bg-white .c-header-1-searcher-field {
    color: #111111;
}

.c-header-1.-bg-white .c-header-1-searcher-close {
    color: #111111;
}

.c-header-1.-bg-white.-overlap.-sticky-active .c-header-1-inner {
    background-color: #ffffff;
}

.c-header-1.-bg-white:not(.-overlap) .c-header-1-inner {
    background-color: #ffffff;
}

.c-header-1.-bg-dark .c-header-1-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c-header-1.-bg-dark .c-header-1-logo {
    color: #ffffff;
}

    .c-header-1.-bg-dark .c-header-1-logo a {
        color: #ffffff;
    }

.c-header-1.-bg-dark .c-header-1-nav a {
    color: #aaaaaa;
}

@media (min-width: 992px) {
    .c-header-1.-bg-dark .c-header-1-nav a:hover {
        color: #ffffff;
    }
}

@media (max-width: 991px) {
    .c-header-1.-bg-dark .c-header-1-nav li.sub.active > a {
        color: #ffffff;
    }
}

@media (max-width: 991px) {
    .c-header-1.-bg-dark .c-header-1-nav > ul {
        border-color: #2b2b2b;
        background-color: #161616;
    }
}

.c-header-1.-bg-dark .c-header-1-nav > ul > li > a {
    color: #ffffff;
}

    .c-header-1.-bg-dark .c-header-1-nav > ul > li > a:before {
        background-color: #fb112a;
    }

@media (max-width: 991px) {
    .c-header-1.-bg-dark .c-header-1-nav > ul > li > a:after {
        background-color: #2b2b2b;
    }
}

.c-header-1.-bg-dark .c-header-1-nav > ul > li.sub ul {
    border-color: #2b2b2b;
    background-color: #1e1e1e;
}

    .c-header-1.-bg-dark .c-header-1-nav > ul > li.sub ul li a:before {
        background-color: #2b2b2b;
    }

@media (max-width: 991px) {
    .c-header-1.-bg-dark .c-header-1-icon-toggle {
        color: #aaaaaa;
        border-color: #aaaaaa;
    }
}

@media (max-width: 991px) {
    .c-header-1.-bg-dark .c-header-1-icon-toggle.active {
        color: #ffffff;
        border-color: #ffffff;
    }
}

.c-header-1.-bg-dark .c-header-1-icon-search {
    color: #ffffff;
}

@media (max-width: 991px) {
    .c-header-1.-bg-dark .c-header-1-icon-search {
        color: #aaaaaa;
        border-color: #aaaaaa;
    }
}

.c-header-1.-bg-dark .c-header-1-megamenu {
    border-color: #2b2b2b;
    background-color: #1e1e1e;
}

.c-header-1.-bg-dark .c-header-1-megamenu-col h6 {
    color: #777777;
}

.c-header-1.-bg-dark .c-header-1-megamenu-nav-icon {
    color: #ffffff;
}

.c-header-1.-bg-dark .c-header-1-searcher {
    background-color: #111111;
}

.c-header-1.-bg-dark .c-header-1-searcher-field {
    color: #ffffff;
}

.c-header-1.-bg-dark .c-header-1-searcher-close {
    color: #ffffff;
}

.c-header-1.-bg-dark.-overlap.-sticky-active .c-header-1-inner {
    background-color: #111111;
}

.c-header-1.-bg-dark:not(.-overlap) .c-header-1-inner {
    background-color: #111111;
}

.c-container {
    max-width: 1200px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .c-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.c-container.-size-small {
    max-width: 800px;
}

.c-container.-size-medium {
    max-width: 1200px;
}

.c-container.-size-large {
    max-width: 100%;
}

.c-container.-size-full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
