#header .logo img {
    width: 120px;
    height: auto !important;
    position: relative;
}

.img-thumbnail {
    padding: 0px;
}

@media (max-width: 499.98px){
#header .logo img {
    max-height: 100px;
}
}

@media (max-width: 767.98px){
#header .logo img {
    width: 60px;
    height: 50px;
}
}

@media (max-width: 767.98px){
.section-header {
    height: auto;
    overflow: visible;
    position: absolute;
    left: 0;
    top: 15px;
    right: 60px;
}
}

@media (max-width: 767.98px){
#header .right-ads .sn {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}
}

@media (max-width: 767.98px){
#header .right-ads .sd {
    font-size: 13px;
    line-height: 1;
    margin-top: 5px;
}
}
.header .menu > .menu-item:hover > a {
    background-color: #66a9e8!important
}

.header .menu > .menu-item > .sub-menu {
    border-bottom: 2px solid  #09f!important;
    border-top: 3px solid #09f!important;
}

@media (min-width: 768px){
.header .menu > .menu-item > .sub-menu > li > a {
    width: 280px;
}
}

.header-nav-inner {
    padding: 0px 0;
}

.header .menu > .menu-item > a {
    color: white!important;
}

.header .menu > .menu-item:hover > a {
    color: #1a3f5e!important
}