/* general */

@media only screen and (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1600px;
    }
}

.color-red {
    color: #e2001a;
}

.color-blue {
    color: #002052;
}

#section-home {
    margin-top: 10px;
}


/* header */
.header-line-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 25px;
    display: block;
    top: 21px;
}

.header-line-blue {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-top: solid #002052 15px;
    margin-top: 0px;
    display: block;
    padding-bottom: 5px;
    float: left;
}

.header-line-red {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-top: solid #e2001a 5px;
    margin-top: 0px;
    display: block;
    float: left;
}

.header-extras.he-left {
    margin-left: 5px;
}

.header-extras.he-right {
    float: right
}

    .header-extras.he-right ul li a {
        padding-right: 3px;
        padding-left: 3px;
        font-weight: normal;
        color: #c2c2c2;
    }

    .header-extras.he-right ul li:last-child a {
        padding-right: 0px;
    }

    .header-extras.he-right ul li.active a,
    .header-extras.he-right ul li a:hover {
        color: #e2001a !important;
    }

    .header-extras.he-right ul li a:after {
        content: "|";
        padding-right: 3px;
        margin-right: 3px;
        margin-top: -1px;
        float: left
    }

    .header-extras.he-right ul li:first-child a:after {
        content: "";
        padding-right: 0px;
        margin-right: 0px;
    }

#header #header-wrap #logo a > img {
    height: auto;
    width: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {

    #mainMenu-trigger {
        height: initial;
    }

    #section-home {
        margin-top: 0px;
    }

    #mainMenu nav > ul > li > a {
        color: #002052;
    }

    #mainMenu nav > ul > li.active > a {
        color: #e2001a;
    }

    #mainMenu-trigger {
        position: absolute;
        opacity: 1;
        visibility: visible;
        top: 45px;
        padding-left: 0px
    }

    .lines, .lines:before, .lines:after {
        background-color: #002052;
    }

    .mainMenu-open #mainMenu {
        margin-top: 64px;
    }

    footer .widget .widget-title,
    footer .widget > h4 {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 575px) {

    .trigger-content-mobile {
        display: none;
    }

    .lines, .lines:before, .lines:after {
        background-color: #002052;
    }

    #mainMenu {
        z-index: 100;
    }

    .footer-phone,
    .footer-email {
        width: 50%;
        max-width: 50%;
    }

    .widget {
        margin-bottom: 10px;
        position: relative;
    }
}

@media only screen and (max-width: 390px) {


    .footer-phone,
    .footer-email {
        width: 100%;
        max-width: 100%;
    }
}



/*@media only screen and (min-width: 251px) and (max-width: 300px) {
    .uws-content-menu {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 32px;
    }

    #mainMenu-trigger {
        padding-left: 0px;
        top: 35px;
    }
}*/

@media only screen and (min-width: 391px) and (max-width: 570px) {
    .uws-content-menu {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 39px;
    }
}

@media only screen and (min-width: 301px) and (max-width: 490px) {
    .uws-content-menu {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 38px;
    }

    #mainMenu-trigger {
        padding-left: 0px;
        top: 35px;
    }
}

@media only screen and (max-width: 319px) {

    .uws-content-menu {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .header-line-content {
        display: none
    }

    #mainMenu-trigger {
        padding-left: 0px;
        top: 35px;
    }

    #header #logo {
        text-align: left !important;
    }
}

@media only screen and (min-width: 571px) and (max-width: 575px) {
    .uws-content-menu {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 39px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .uws-content-menu {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 25px;
    }


    .widget {
        margin-bottom: 10px;
    }

    #mainMenu-trigger {
        padding-left: 0px;
        top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .uws-content-menu {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 38px;
    }

    .widget {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .uws-content-menu {
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        max-width: 85%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .uws-content-logo {
        position: initial !important;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 38px;
    }

    #section-home {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

    .uws-content-menu {
        -ms-flex: 0 0 88%;
        flex: 0 0 88%;
        max-width: 88%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 15px;
    }

    #header .header-inner #logo,
    #header #header-wrap #logo {
        height: 120px;
        margin-right: initial;
        width: auto;
        max-width: 100%;
    }

        #header .header-inner #logo a > img,
        #header #header-wrap #logo a > img {
            height: auto;
            width: auto;
            max-width: 100%;
        }
}

@media only screen and (min-width: 1200px) and (max-width: 1430px) {

    .uws-content-menu {
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }

    .uws-content-logo {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }

    .header-line-content {
        width: 100%;
        max-width: 100%;
        top: 22px;
    }
}

@media only screen and (min-width: 1025px) {
    #mainMenu nav > ul > li > a {
        padding: 0px 6px;
    }
}
