.navmenu {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    margin: 0;
    min-height: 41px;
}

.navmenu > .navbar-collapse {
    border: none;
    padding: 0;
    float: right;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navmenu > .navbar-collapse {
        width: 350px;
        position: absolute;
        top: 0;
        right: 0;
        background: #ffffff;
    }
}

.navbar-header {
    height: 60px;
    border-top: solid 0px #e4e6e7;
}

@media screen and (min-width: 992px) {
    .navmenu {
        position: static;
    }

    .navbar-header {
        display: none !important;
    }
}

.navbar-default {
    background: transparent;
}

.headcontainer .navbar-toggle span {
    itransition: all 0.8s cubic-bezier(.65, -1, 0, 1.95);
    itransition: all 0.4s ease-in-out;
    margin: 0;
    position: absolute;
    height: 4px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.headcontainer .navbar-toggle.collapsed span {
    height: 3px;
    -webkit-border-radius: 1px;
       -moz-border-radius: 1px;
            border-radius: 1px;
}

.headcontainer .navbar-toggle.collapsed span:nth-child(2) {
    top: 21px;
    left: 20px;
    width: 22px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.headcontainer .navbar-toggle.collapsed span:nth-child(3) {
    top: 28px;
    left: 20px;
    width: 22px;
    height: 3px;
    opacity: 1;
}

.headcontainer .navbar-toggle.collapsed span:nth-child(4) {
    top: 35px;
    left: 20px;
    width: 22px;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.headcontainer .navbar-toggle span:nth-child(2) {
    top: 27px;
    width: 30px;
    left: 17px;
    margin: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.headcontainer .navbar-toggle span:nth-child(3) {
    opacity: 0;
    height: 3px;
    margin: 0;
}

.headcontainer .navbar-toggle span:nth-child(4) {
    top: 27px;
    width: 30px;
    left: 17px;
    margin: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.headcontainer .navbar-toggle,
.headcontainer .navbar-toggle:focus {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #a0a3a6;
    padding: 13px 20px;
    width: 64px;
    height: 60px;
    margin: 0px;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    outline: 0;
}

.headcontainer .navbar-toggle:hover {
    background-color: #004c97;
    border-color: #ffffff;
    color: #ffffff;
    background-color: #ffffff;
    color: #a0a3a6;
    outline: 0;
}

.headcontainer .navbar-toggle .icon-bar,
.headcontainer .navbar-toggle:focus .icon-bar {
    background-color: #888888;
}

.headcontainer .navbar-toggle:hover .icon-bar {
    background-color: #888888;
}

.headcontainer {
    border-bottom: solid 1px #d3d3d3;
    position: relative;
}

.headcontainer .container {
    position: relative;
}

.headcontainer a {
    color: #4d4f51;
}

.headcontainer a:hover,
.headcontainer a:focus {
    color: #004c97;
}

.header_bg_light,
.header_bg_dark {
    display: none;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.top_left img {
    width: 100px
}

@media screen and (min-width: 992px) {
    header.big .header_bg_light,
    header.big .header_bg_dark {
        display: block;
        position: absolute;
        bottom: 0;
        width: 50%;
        height: 41px;
        border-top: solid 1px #e4e6e7;
        background-color: #a0a3a6;
    }

    header.big .header_bg_light {
        background-color: #ffffff;
        left: 0;
    }

    header.big .header_bg_dark {
        right: 0;
    }

    header.big .headcontainer.opened .header_bg_light {
        background-color: ffffff;
    }
}

.top_left {
    float: left;
    width: 120px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 991px) {
    .top_left {
        width: 130px;
    }

    .top_left img {
        margin: 5px 0 0 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .top_left {
        width: 130px;
    }

    .top_left img {
        margin: 5px 0 0 0px;
    }
}

.top_right {
    float: right;
    width: 145px;
    height: 60px;
    display: table;
}

.top_right > div {
    display: table-cell;
    vertical-align: middle;
}

.top_menu {
    display: block;
    float: left;
    height: 40px;
    min-height: 40px;
    width: 100%;
    background-color: #ffffff;
}

body.padded {
    padding-top: 100px;
}

@media screen and (max-width: 991px) {
    body {
        padding-top: 61px;
    }

    body.padded {
        padding-top: 61px;
    }
}

header {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

header.big {
    position: relative;
}

@media screen and (max-width: 991px) {
    header {
        position: fixed;
    }

    header.big {
        position: fixed;
    }
}

@media screen and (min-width: 992px) {
    header.big .top_menu {
        width: 100%;
        height: 41px;
        background-color: #ffffff;
        -webkit-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out;
    }

    header.big .headcontainer.opened .top_menu {
        background-color: #ffffff;
    }

    header .top_menu {
        width: -webkit-calc(100% - 120px);
        width: -moz-calc(100% - 120px);
        width: calc(100% - 120px);
    }

    header .headcontainer.opened .top_menu {
        background-color: #ffffff;
    }
}

@media screen and (max-width: 1279px) {
    header .top_menu {
        width: -webkit-calc(100% - 130px);
        width: -moz-calc(100% - 130px);
        width: calc(100% - 130px);
    }
}

.top_work,
.top_lang,
.top_mlogo {
    height: 60px;
    background: #ffffff;
    color: #a0a3a6;
    text-align: center;
}

.top_work {
    width: 60px;
}

.top_work span {
    display: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    margin: 2px 7px 0 0;
    vertical-align: middle;
}

.top_work a {
    color: #a0a3a6;
}

.top_work a:hover,
.top_work a:focus {
    color: #004c97;
}

.top_work a img {
    background-color: #a0a3a6;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}

.top_work a:hover img,
.top_work a:focus img {
    background-color: #004c97;
}

.top_lang {
    width: 60px;
    color: #a0a3a6;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
}

.top_lang .caret {
    display: inline-block;
    width: 12px;
    height: 20px;
    margin-left: 0px;
    vertical-align: middle;
    border: 0;
    position: relative;
}

.top_lang .caret:before {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 15px;
    position: absolute;
    top: 1px;
    right: 1px;
    content: "\f0d7";
}

.top_lang .dropdown-toggle:focus,
.top_lang .dropdown-toggle:hover {
    color: #004c97;
}

.top_lang .dropdown-menu {
    min-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: solid 1px #e4e6e7;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.top_lang .dropdown-menu > li > a {
    padding: 8px 5px;
    font-size: 15px;
    line-height: 15px;
    color: #a0a3a6;
}

.top_lang .dropdown-menu > li.active > a {
    color: #ffffff;
    background-color: #a0a3a6;
}

.top_lang .dropdown-menu > li > a:hover,
.top_lang .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #004c97;
}

.top_lang .dropdown-menu > .active > a:hover,
.top_lang .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #a0a3a6;
}

.top_lang .dropdown-toggle {
    height: 60px;
    padding: 24px 0 0 0;
}

@media screen and (min-width: 992px) {
    header.big .top_lang .dropdown-toggle {
        height: 60px;
        padding: 24px 0 0 0;
    }
}

.top_mlogo {
    width: 90px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    header.big .top_left {
        width: 160px;
        height: 65px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
    }

    header.big .top_right {
        width: 200px;
        height: 65px;
    }

    header.big .top_work,
    header.big .top_lang,
    header.big .top_mlogo {
        height: 60px;
    }

    header.big .top_work {
        width: 213px;
    }

    header.big .top_work span {
        display: inline-block;
    }

    header.big .top_lang {
        width: 70px;
    }

    header.big .top_mlogo {
        width: 130px;
    }

}

@media screen and (max-width: 991px) {
    .top_right {
        width: 115px !important;
    }

    .top_work {
        width: 50px;
    }

    .top_lang {
        width: 50px;
    }

    .top_mlogo {
        width: 80px;
        text-align: right;
        display: none !important;
    }
}

.maindropmenu {
    text-transform: uppercase;
    font-family: "futura_medium", sans-serif;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: solid 1px #e4e6e7;
}

.maindropmenu > li > a {
    font-size: 12px;
    line-height: 15px;
}

.maindropmenu .caret {
    display: inline-block;
    width: 11px;
    height: auto;
    margin-left: 0px;
    vertical-align: top;
    border: 0;
    position: relative;
    text-align: right;
}

.maindropmenu .caret:before {
    font-family: FontAwesome;
    content: "\f107";
}

@media screen and (max-width: 991px) {
    .maindropmenu .caret {
        display: block;
        float: right;
        font-size: 1.6em;
    }

    .maindropmenu .open .caret:before {
        font-family: FontAwesome;
        content: "\f106";
    }
}

@media (min-width: 992px) {
    header.big .maindropmenu .caret:before {
        font-size: 1.3em;
    }

    .maindropmenu {
        display: table;
        height: 39px;
        border-top: none;
    }

    header.big .maindropmenu {
        border-top: solid 1px #e4e6e7;
    }

    .maindropmenu > li {
        display: table-cell;
        float: none;
        text-align: center;
        vertical-align: middle;
        position: static;
        width: 155px;
    }

    .maindropmenu > li > a {
        padding: 23px 5px 22px 5px;
        display: block;
        height: 60px;
    }

    header.big .maindropmenu > li > a {
        font-size: 14px;
        line-height: 17px;
        padding: 12px 10px 12px 10px;
        text-align: center;
        height: 40px;
    }

    header.big .maindropmenu > li:first-child > a {
        /* text-align: left; */
        padding-left: 5px;
        padding-right: 0px;
    }

    .maindropmenu > li:nth-child(n+3):nth-last-child(n) > a {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }

    .maindropmenu > li:nth-child(8) > a {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    header.big .maindropmenu > li:nth-child(n+3):nth-last-child(n) > a {
        padding-left: 0px;
        padding-right: 0px
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    header.big .maindropmenu > li:nth-child(n+3):nth-last-child(n) > a {
        padding-left: 1vw;
        padding-right: 1vw
    }

    header.big .maindropmenu > li:first-child > a {
        padding-left: 15px;
        padding-right: 0px;
    }
}

.maindropmenu .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    min-width: 160px;
    padding: 4px 0 0 0;
    margin: 6px 0 0 0;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-top: 1px solid #e4e6e7;
}

@media screen and (min-width: 992px) {
    header.big .maindropmenu .dropdown-menu {
        font-size: 14px;
    }

    .maindropmenu .dropdown-menu {
        border-left: 1px solid #e4e6e7;
    }
}

.maindropmenu .dropdown-menu > li {
    display: block;
    float: left;
    width: 25%;
    background-color: #ffffff;
    border-bottom: 4px solid #e4e6e7;
}

.maindropmenu > li:nth-child(5) .dropdown-menu > li {
    /* width: 20%; */
}

.maindropmenu .dropdown-menu > li a {
    display: block;
    padding: 4vh 0;
    margin: -4px 0 0 0;
    position: relative;
    border-right: 1px solid #e4e6e7;
    border-bottom: 1px solid #e4e6e7;
    top: 0px;
    background-color: #ffffff;
    color: #a0a3a6;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {
    .maindropmenu > li:nth-child(n+3):nth-last-child(n) {
        position: relative;
    }

    .maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu {
        min-width: 60px;
        padding: 4px 0 0 0;
        margin: 0px 0 0 0;
    }

    .maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li {
        float: none;
        width: 100%;
    }

    .maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a {
        padding: 14px 0 !important;
        border-bottom: 0px solid #e4e6e7;
        border-top: 1px solid #e4e6e7;
    }
}

.maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a {
    background-image: url("../images/menu_arrow.png");
    background-repeat: no-repeat;
    background-position: right center;
    border-top: 1px solid #e4e6e7 !important;
}

.maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a:focus,
.maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a:hover {
    background-image: url("../images/menu_arrow_blue.png");
}

.maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a img {
    border: 1px solid #bbbbbb;
    margin: 0 auto;
}

.maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a:focus img,
.maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a:hover img {
    border: 1px solid #004c97;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
       -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

header.big .maindropmenu .dropdown-menu > li a {
    padding: 6vh 0;
}

.maindropmenu .dropdown-menu > li a:hover,
.maindropmenu .dropdown-menu > li a:focus {
    color: #004c97 !important;
}

.maindropmenu .dropdown-menu > li a img {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 40%;
    -webkit-background-size: 97% 97%;
       -moz-background-size: 97% 97%;
         -o-background-size: 97% 97%;
            background-size: 97% 97%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-image: url("../images/menu_background_gray.png");
}

.maindropmenu .dropdown-menu > li a:hover img,
.maindropmenu .dropdown-menu > li a:focus img {
    background-color: #ffffff;
    background-image: url("../images/menu_background_blue.png");
}

@media screen and (max-width: 991px) {
    .maindropmenu .dropdown-menu {
        position: static;
        width: 100%;
        padding: 0;
        margin: 1px 0 0 0;
        font-size: 14px;
        text-align: center;
        background-color: transparent;
        border: none;
        -webkit-border-radius: 0px;
           -moz-border-radius: 0px;
                border-radius: 0px;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        border-top: 0px solid #e4e6e7 !important;
    }

    .maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li,
    .maindropmenu .dropdown-menu > li {
        width: 100% !important;
        text-align: left;
        background-color: #ffffff;
        border-bottom: 0;
        float: none;
    }

    .maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a,
    .maindropmenu .dropdown-menu > li a {
        display: block;
        padding: 10px 0;
        margin: 0;
        border-left: 0;
        border-right: 0px solid #e4e6e7;
        border-top: 0px solid #e4e6e7;
        border-bottom: 0px solid #e4e6e7;
        background-color: #ffffff;
    }

    .headcontainer .maindropmenu {
        max-height: -webkit-calc(100vh - 60px);
        max-height: -moz-calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        overflow: auto;
    }

    .headcontainer.opened .maindropmenu {
        background-color: #ffffff;
    }

    .maindropmenu .dropdown-menu > li a img {
        display: inline-block;
        margin: 0 4vw 0px auto;
        max-width: 12vw;
        position: relative;
        top: -2px;
    }

    .navbar-nav .open .dropdown-menu {
        margin-bottom: 15px;
    }
}

.navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a {
    background: #e4e6e7;
}

@media screen and (min-width: 992px) {
    .navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a {
        white-space: nowrap;
    }

    header .maindropmenu > li:nth-child(n+3):nth-last-child(n) {
        width: 117px;
        text-align: center;
    }
}

header .navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a {
    background: #a0a3a6;
    color: #ffffff;
}

header .navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a:hover {
    background: #004c97;
    color: #ffffff;
}

header .navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a.menu-active {
    color: #004c97;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    header .navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a,
    .navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a {
        background: #e4e6e7;
        color: #4d4f51;
    }

    .navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a:hover {
        background: #004c97;
        color: #ffffff;
    }

    .maindropmenu .dropdown-menu > li a {
        font-size: 4vw;
        line-height: 4vw;
        border-bottom: 0;
        padding: 5px 5px 5px 8vw !important;
    }

    .maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a {
        padding: 12px 5px 12px 8vw !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .maindropmenu .dropdown-menu > li a {
        font-size: 16px;
        line-height: 18px;
        border-bottom: 0;
        padding: 5px 5px 5px 20px !important;
        vertical-align: middle;
    }

    .maindropmenu .dropdown-menu > li a img {
        display: inline-block;
        margin: 0 13px 0px auto;
        max-width: 38px;
    }

    .maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li a {
        padding: 12px 5px 12px 20px !important;
    }

    .headcontainer .maindropmenu {
        border-left: 1px solid #e4e6e7;
        border-bottom: 1px solid #e4e6e7;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .headcontainer > .container {
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    .maindropmenu {
        font-size: 0.9vw;
        line-height: 1vw;
    }

    .maindropmenu > li > a {
        font-size: 10px;
        line-height: 12px;
        display: block;
        height: 60px;
        padding-left: 2px;
        padding-right: 2px;
    }

    .maindropmenu > li:nth-child(n+3):nth-last-child(n) > a {
        padding-left: 5px;
        padding-right: 5px;
    }

    .maindropmenu > li:nth-child(n+3):last-child > a {
        padding-left: 5px;
        padding-right: 7px;
    }

    .maindropmenu > li:nth-child(6) > a {
        padding-left: 7px !important;
        padding-right: 5px !important;
    }

    .maindropmenu .dropdown-menu > li a {
        font-size: 12px;
    }

    header.big .maindropmenu > li > a {
        font-size: 11px;
        display: block;
        height: 40px;
    }

    header.big .maindropmenu .dropdown-menu > li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .maindropmenu {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        display: block;
        height: auto;
        border-top: 0;
    }

    .maindropmenu > li {
        display: block;
        float: none;
        text-align: left;
        vertical-align: middle;
        clear: left;
    }

    .maindropmenu > li > a {
        font-size: 5vw;
        line-height: 5vw;
        padding: 5vw 8vw;
        display: block;
        height: auto;
        border-top: 1px solid #d3d3d3 !important;
    }

    .top_menu {
        width: 100% !important;
        height: auto;
        min-height: 0px;
    }

    .navbar.navbar-default.navmenu {
        min-height: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .maindropmenu > li > a {
        font-size: 16px;
        line-height: 18px;
        padding: 11px 20px;
        display: block;
        height: auto;
        border-top: 1px solid #d3d3d3 !important;
    }
}

.navmenu .navbar-nav > li a {
    color: #4d4f51;
}

.navmenu .navbar-nav > li > a {
    border-color: #004c97;
}

.navmenu .navbar-nav > li > a:hover,
.navmenu .navbar-nav > li > a:focus {
    color: #004c97;
}

.navmenu .navbar-nav > .open > a,
.navmenu .navbar-nav > .open > a:hover,
.navmenu .navbar-nav > .open > a:focus {
    background-color: #efefef !important;
    color: #004c97 !important;
    border-top: solid 0px #004c97;
}

@media screen and (min-width: 992px) {
    .navmenu .navbar-nav > .open > a,
    .navmenu .navbar-nav > .open > a:hover,
    .navmenu .navbar-nav > .open > a:focus {
        border-top: solid 7px #004c97;
        padding-top: 16px;
        -webkit-box-shadow: 0px 1px 0px 0px #efefef;
           -moz-box-shadow: 0px 1px 0px 0px #efefef;
                box-shadow: 0px 1px 0px 0px #efefef;
        position: relative;
        z-index: 2000;
    }

    header.big .navmenu .navbar-nav > .open > a,
    header.big .navmenu .navbar-nav > .open > a:hover,
    header.big .navmenu .navbar-nav > .open > a:focus {
        border-top: solid 4px #004c97;
        padding-top: 8px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
    }

    .dropdown-menu > li > a {
        display: block;
        clear: both;
        white-space: nowrap;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-text {
        float: none;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}

.maindropmenu li:nth-child(n+3):nth-last-child(n) .dropdown-menu > li > a {
    font-size: 0px;
    line-height: 0;
}

.navmenu .navbar-nav > li a.menu-active {
    color: #004c97;
    font-weight: bold;
}

header .navmenu .navbar-nav > li:nth-child(n+3):nth-last-child(n) > a.menu-active:hover {
    color: #fff;
}

@media screen and (max-width:1199px ) {
    header .maindropmenu > li:nth-child(n+3):nth-last-child(n) {
        width: 98px;
    }

    .padded header .maindropmenu > li:nth-child(3){
        width: 93px;
    }
}

@media screen and (max-width:991px ){
    header .maindropmenu > li:nth-child(n+3):nth-last-child(n) {
        width: 100%!important;
    }
}

 .top_left img {
            width: 130px;
        }

        @media screen and (max-width: 767px) {
            .top_left img {
                width: 100px;
            }
        }