@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=latin-ext');
.menuFrame {
    width: 100%;
    height: 46px;
    background-image: url(../img/menu_bg_tvr.png);
    background-position: center top;
}
.wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.menuFrame ul {
    list-style-type: none;
    float: right;
    margin: 0px;
    padding: 0px;
}
.menuFrame ul {
    list-style-type: none;
    float: right;
    margin: 0px;
    padding: 0px;
}
.menuFrame ul li {
    float: right;
    margin-left: 15px;
    line-height: 46px;
}
.menuFrame ul li a {
    color: #9ed3e9;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
}
.menuFrame ul {
    list-style-type: none;
    float: right;
    margin: 0px;
    padding: 0px;
}
.sMenu {
    width: 140px;
    height: 46px;
    overflow: hidden;
    margin-left: 10px !important;
    position: relative;
    z-index: 102;
}
.sMenu:hover {
    height: 260px;
    background-color: #1c518f;
}
.menuFrame ul li {
    float: right;
    margin-left: 15px;
    line-height: 46px;
}
.sMenu li {
    display: block;
    float: left !important;
}
ul.sMenu li {
    line-height: 52px;
}
.sMenu .little {
    height: 36px !important;
    line-height: 36px !important;
}
.sMenu .top {
    display: block;
}
.delimiter {
    clear: both;
    height: 2px;
    border-bottom: 1px dotted #028dc7;
    border-left: 0px;
    border-right: 0px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.nMenu li:hover a, .nMenu .activ a {
    color: #ffffff;
}
.nMenu li:hover, .nMenu .activ {
    background-image: url(../img/arrow_menu_active.png);
    background-position: center 5px;
    background-repeat: no-repeat;
}
.logo-wrapper {
    padding-left: 20px;
}

.mainMenu {
    padding-left: 10px !important;
    height: 40px;
}
.mainMenu {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 237px;
    position: relative;
}
.mainMenu li {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
}
.mainMenu .active {
    padding-top: 0px !important;
    background-image: url(../img/menu_active_hat_new_tvr.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-top: none !important;
    line-height: 46px !important;
}
.mainMenu li a {
    color: #1c5190;
    display: block;
}
.mainMenu li:hover {
    background-image: url(../img/menu_active_hat_new_tvr.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.mainMenu li a {
    color: #9ea4ab !important;
}
.mainMenu li {
    float: left;
    margin-right: 20px;
    font-family: 'Open Sans Condensed',Arial Narrow, sans-serif;
    font-size: 17px;
    height: 38px;
    line-height: 36px;
    padding-top: 4px;
    z-index: 1000;
    font-weight: bold;
}
.header-wrap {
    position: relative;
}
.form-search {
    width: 250px;
    border-bottom: 1px solid #a9a9a9;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.form-search input {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-style: italic;
}
.searchInput {
    background-color: transparent;
    border: none;
    color: #a9a9a9;
    font-family: 'Exo',Arial, sans-serif;
    font-size: 14px;
    float: left;
    width: 225px;
    font-weight: 500;
    height: 25px;
    line-height: 25px;
}
.searchButton {
    width: 16px !important;
    height: 16px !important;
    background-image: url(../img/zoom_search_icon.png) !important;
    margin-top: 5px !important;
    float: right;
    cursor: pointer;
    border: none;
    text-indent: -2000px;    
    background-color: #fff;
}
.menuFrame .burger {
    display: none;
}

@media(max-width: 1000px) {
    .wrapper {
        display: none;
    }
    .menuFrame {
        position: relative;
    }
    .menuFrame .burger {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
    }
    .menuFrame .burger span {
        display: block;
        width: 100%;
        height: 3px;
        background: #ffffff;
        position: absolute;
        left: 0;
        top: 0;
    }
    .menuFrame .burger span:nth-child(2) {
        top: 6px;
    }
    .menuFrame .burger span:nth-child(3) {
        top: 12px;
    }
    .header-wrap {
        display: none;
    }
    .logo-wrapper {
        padding-left: 0;
        text-align: center;
    }    
    .obutton {
        min-width: auto;
    }
}