section.one-seven div.news-block article.news-item{
    width: 100%;
}

div.search div.input-group{
    display: flex;
    width: 100%;
}

div.search div.input-group input.form-control{
    width: 100%;
}

div.search div.input-group div.input-group-append .btn{
    height: 100%;
}

.container {
    position: relative;
    z-index: 10000 !important;
}

header, header.header-scroll {
    z-index: 11000;
}

.banner * {
    max-width: 100%;
}

[data-easyshare] a[data-easyshare-button]:hover{
    color: white;
}

.banner .banner-wrapper::after {
    color: #ddd;
    background: #fff;
}

.lead-news-small{
    min-height: 230px;
}

.lead-news-small .owl-carousel{
    min-height: 250px;
    opacity: 0;
}

.lead-news-small .owl-carousel.owl-loaded{
    opacity: 1;
}

header .header-top .top-wrapper .logo{
    height: 40px;
}

.lead-single-wrapper .lead-single .lead-image{
    display: block;
    position: relative;
    overflow: hidden;
}
.lead-single-wrapper .lead-single .lead-image::after{
    content: '';
    display: block;
    padding-top: 71.5%;
}
.lead-single-wrapper .lead-single .lead-image.printed-edition::after{
    content: '';
    display: block;
    padding-top: 129.1%;
}
.lead-single-wrapper .lead-single .lead-image img{
    position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        display: block;
}

header .header-bottom .bottom-wrapper .search-form{
    display: none !important;
}

header .header-bottom .bottom-wrapper .search-form-desktop-wrapper .btn-search{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 36px;
    height: 36px;
}

.side-menu-wrapper.show .close-menu{
    transition: unset;
}
.side-menu-wrapper.show .body-overlay{
    transition: unset;
}
.side-menu-wrapper .side-menu{
    transition: unset;
}

@media(min-width: 576px){
    .lead-news-small{
        min-height: 220px;
    }
}
@media(min-width: 768px){
    .lead-news-small{
        min-height: 260px;
    }
    .lead-single-wrapper .lead-single .lead-image a::after{
        padding-top: 66.6%;
    }
}
@media(min-width: 992px){
    .lead-news-small{
        min-height: 290px;
    }
}
@media(min-width: 1025px){
    .lead-news-small{
        min-height: 280px;
    }
}
@media(min-width: 1200px){
    .lead-news-small{
        min-height: 235px;
    }
}
@media(min-width: 1025px){
    header .header-bottom .logo a{
        height: 68.5px;
    }
}