.nav_bar{
    background-color: #2F3B59 !important;
    color: #ffffff !important;
    /*border: 1px solid #a1a1a1;*/

}

.nav_bar  a{
    color: #fff !important;
    font-weight: 600;
}

.dropdown-menu{
    background-color: #2F3B59 !important;
}

.nav_bar a.active{
    font-weight: bold;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #000000 !important;
    background-color: #ffffff !important;
    text-decoration: none;
}

.lang-switch{
    display: inline-block;
    padding-right: 10px;
}
.lang-switch>a{
    font-size: 11px;
}

.lang-switch>a.active{
    font-weight: bold;
    color: #00ff00 !important;
}

#page-body{
    /*margin-top: 5px;*/
}

.page-footer{
    background: #2F3B59;
    color: #fff;;
}

.page-footer a{
    color: #ffffff;
}



.container-fluid{
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.footer-header{
    border-bottom: 1px dashed #fff;;
    padding: 10px 0;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 25px;
}

.fast-links{
    list-style: none;
    padding-left: 0;
}

.fast-links>li>a{
    color: #fff;
    font-size: 14px;
}

.footer-contacts h4{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    height: 55px;
    border-bottom: 1px solid #FFFFFF;
}

.footer-contacts p{
    font-size: 14px;
    margin: 0;
}


/*-------------------------------------------------------------------------*/
.mobile-header{
    display: none;
}



.nav_bar>button{
    background-color: #ffffff;
}


@media only screen and (max-width: 1359px) {
    .layers-header, #map-toolbox{
        height: 80px !important;
        line-height: 40px;
    }

    .layers-header>input{
        height: 20px;
        float: none !important;
    }

    #map-toolbox{
        line-height: 40px;
    }
}

@media only screen and (max-width: 600px) {
    .mobile-header{
        display: block !important;
        text-align: center;
        line-height: 100px;
    }

    .mobile-header>span{
        display: inline-block;
        margin: 0 50px;
    }

    #top-header{
        display: none;
    }
}
