

.activity_content
{
    z-index: 5;
}

.subnav .subnavbtn
{
    align-items: center;
}

.flex
{
    display: flex;
}


.laoder_uploads
{
    background: url(img/loader_uploads.gif) no-repeat #fcfcfc;
    width: 40px;
    height: 40px;
    margin: 0 auto 20px ;
    display: none;

}

.news_img_inpage {
    max-width: 460px !important;
}


.faculties
{
    position: relative;
}

.laoder_gallery_photos
{
    width: 100%;
    height: 100%;
    background: rgba(252,252,252, .5);
    position: absolute;
    z-index: 55;
    left: 0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.laoder_gallery_photos::after
{
    content: '';
    background: url(img/loading.gif) no-repeat ;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;

}


#video_link
{

    margin-top: 50px;
}


#video_link iframe
{
    width: 80%;
    min-height: 600px;
}


.active_menu_inpage
{
    border-bottom-color: #fff !important;
}


.none
{
    display: none !important;
}