@media (max-width: 991px){
    .navbar-collapse {
        clear: both;
    }
    .main-title {
        text-align: center;
        margin: 17px 0 0 0;
        height: 133px;
    }
    .logo {
        margin: 0 auto;
        text-align: center;
    }
    .world_heritage_logo {
        top: 55px;
    }
    .navbar-inverse .navbar-nav > li > a{
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-column {
        margin-top: 70px;
    }
    #org-middle {
        margin-top: 20px;
    }
    .left-main-column {
        margin-bottom: 50px;
    }
}

@media (max-width:767px){
    .navbar-static-top {
        position: fixed !important;
        width: 100%;
        top: 0;
    }
    .main-wrapper {
        margin-top: 50px;
    }
    .logo {
        position: absolute;
        left: 50%;
        margin-left: -90px;
        top: 60px;
        z-index: 100;
    }
    .top-black {
        margin-bottom: 70px;
    }
    .home-static-box-first {
        margin-top: 70px;
    }
    .home-static-box {
        margin-bottom: 55px;
    }
    .index-org-li {
        margin-top: 30px !important;
    }
    .press-news-item-box-left {
        width: 350px !important;
    }
    .navbar-collapse .navbar-nav > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
        line-height: 1;
    }
    .navnar-static-top {
        z-index: 3000;
    }
}

@media (min-width: 768px) {
    .logo {
        z-index: 100;
        position: absolute;
        left: 10px;
    }
    #slider {
        margin-top: 0px;
    }
}
@media (min-width: 992px) {
    .main-title {
        position: absolute;
        left: 215px;
        top: 20px;
    }
    .main_org_menu {
        margin-left: 190px !important;
    }
}
@media (max-width: 991px) and (min-width:768px) {
    .logo {
        left: 50%;
        margin-left: -90px;
        top: 60px;
    }
    
    #slider{
        margin-top: 60px;
    }
}
@media (min-width:768px) and (max-width: 991px) {
    .box-inner-wrapper {
        margin: 0 0 70px 0;
    }
}
@media (max-width: 500px) {
    .top-white {
        margin-bottom: 170px;
    }
    .top-black {
        display: none;
    }
    .main-title {
    }
    #org-middle {
        margin-top: 0;
    }
}
@media (max-width: 499px) {
    .logo {
        top: 84px;
    }
    .press-news-item-box-right {
        display: none;
    }
}

@media (max-width: 576px) {
    .news-item-box-right, .events-item-box-right {
            position: absolute;
            right: 0px;
            z-index: 1;
    }
    .news-item-box{
        position: relative;
    }

    .news-item-box-left {
        width: auto!important;
        position: absolute;
        left: 0;
        z-index: 2;
    }
    
    /*
    .news-item-box-left {
        width: 100% !important;
    }
    .press-news-item-box-left {
        width: 350px !important;
    } */
}
/*@media (min-width:577px) and (max-width: 669px) {
    .news-item-box-left {
        width: 320px !important;
    }
}
@media (min-width: 670px) {
    .news-item-box-left {
        width: 420px !important;
    }
}*/
@media (min-width:992px) and (max-width: 1199px) {
    .news-item-box-left {
        width: 240px !important;
    }
    .press-news-item-box-left {
        width: 350px !important;
    }
}
@media (min-width:1200px) {
    .news-item-box-left {
        width: 320px !important;
    }
}

@media (max-width: 445px) {
    .event-date-to {
        display: none;
    }
}