body{
    overflow-x: hidden;
}
.collapse-content{
    padding:15px 0 20px 1px;
   
}
.collapse-menu{
    padding:4px;
    position: relative;
    background:#fff;
    list-style:none;
    margin:0;
}
.collapse-menu > li a{
    border:0 !important;
    padding:5px 20px 5px 5px !important;

}

.collapse-menu > li a:hover {
    text-decoration: underline;
}
.header-mobile-top{
    background: #183320;
    height: 40px;
    width: 100%;
    position:relative;
    padding-right:200px;
}
.header-mobile-top .social{
    width:200px;
    position: absolute;
    right:0;
    top:0;
}
.header-mobile-top .ht-contact-list >  li{
    border:0;
    font-size:0.9em;
}
.header-mobile-top .ht-contact-list{
    min-width: 140px;
}
.header-mobile-bottom .navbar-nav > li > a{
    padding:5px 10px;
}
.header-mobile-bottom .navbar-nav > li > a:hover,.header-mobile-bottom .navbar-nav > li.dropdown.open > a{
    background:#93d11f;
    text-decoration: underline;
}
.header-mobile-bottom .navbar-nav > li > a:after{
    display: none;
}
.header-mobile-bottom .yamm-content{
    padding:0 10px;
}
.header-mobile-bottom .menu-title{
    margin-top:0;
        font-size: 0.9em;
}
.header-mobile-bottom .nav-menu-list{
    margin-bottom:20px;
}
.header-mobile-bottom .navbar-nav{
    margin-top:0;
}
.header-mobile-bottom .navbar-default .navbar-toggle .icon-bar{
    background:#93d11f;
}
.header-mobile-bottom .navbar-default .navbar-toggle:hover, .header-mobile-bottom.navbar-default .navbar-toggle:focus{
    background:#fff;
}
.collapse-menu:after{
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.news-block {
  margin-top: 10px;  
}

@media(max-width:1200px){

    .campaigns-caption{
        width:100%;
        padding: 20px 35px;
        background: rgba(24, 51, 32, 0.4);
        font-size:0.9em;
        bottom: 0px;
        position: initial;
    }
    .gallery-list > li{
        width:74px;
    }

    .slick-prev, .slick-next{
        width: 30px;
        min-width: 30px;
    }
    .slick-prev svg, .slick-next svg{
        height: 40%;
    }
    .slick-initialized .slick-slide{
        display: table;
    }
    .slick-initialized .slick-slide .campaigns-holder{
        display: table-cell;
        vertical-align: bottom;
        height: 100%;
    }
    .navbar-brand img{
        max-height: 50px;
    }
}
@media(max-width:1000px){
    .header .container{
        width:100%;
    }
    
    .footer-bottom .image-container {
        text-align: left;
    }
     .campaigns-caption p{
        font-size:1em;
    }
    .carousel-description p{
        font-size: 1em;
        max-height: 51px;
        overflow: hidden;
    }
    .campaigns-caption h2{
        margin:10px 0;
        font-size:2em;
        max-height: 54px;
        overflow: hidden;
    }

    .action-buttons-list > li{
        width:31.333%;
        margin-bottom:10px;
    }
    .footer-bottom{
        background:#388538;
    }
    .footer-logos > li{
        width:25%;
        margin-top:-1px;
    }
    .campaigns-caption a{
        margin-bottom:5px;
    }
    .regional-news > li{
        width:31.33%;
        margin-bottom:20px;
    }
}
@media(max-width:768px){

    .news-block-title {
       font-size: 20px;
    }

     .news-block {
        margin-top: 0px;  
    }
    .news-block.livestream-block {
        margin-top: 10px;
    }

    .header-mobile-bottom .navbar {
        min-height: 55px;
    }

    
   .action-buttons-list > li{
        width:48%;
    } 
     .footer-logos > li{
        width:50%;
    }
   
    .regional-news > li{
        width:48%;
        
    }
    .news-list{
        margin-bottom:30px;
    }
    .document-list .view-more-btn{
        margin-bottom:10px;
    }
}
@media(max-width:480px){
   .action-buttons-list > li{
        width:100%;
        margin:10px auto;
    } 
    .action-buttons-list{
        margin:0;
    }
    .regional-news > li{
        width:100%;
        
    }
    .regional-news{
        margin:0;
    }
    
    .facebook-responsive-video {
        overflow:hidden;
        padding-bottom:88.25%;
        position:relative;
        height:0;
    }

    .facebook-responsive-video iframe {
        left:0;
        top:0;
        height:100%;
        width:100%;
        position:absolute;
    }
}
@media(max-width:375px){
    .header-mobile-top .ht-contact-list {
        min-width: 170px;
    }
    .header-mobile-top .social {
        width: 165px;
    }
    .social .form-bg {
        width: 165px;
    }
}