@media (max-width: 1200px) {
    /*.container {*/
    /*    max-width: 1200px;*/
    /*}*/
    .img-left {
        width: 100vw;
        height: 90%;
    }

    #logo-container {
        height: 90%;
    }

    .img-right {
        display: none;
    }

    .productivity thead tr th {
        font-size: 10px;
    }

    .productivity td:first-child {
        font-size: 10px;
    }

    .fixed-row {
        position: relative;
        width: 100%;
    }



    .groupTable .institution {
        display: block;
        width: 300px !important;
        /*background-color: #5cd08d;*/
    }

    .footer-left {
        margin-left: 20px;
        margin-top: -10px;
    }

    .footer-right {
        margin-right: 100px;
        /*float: left;*/
    }

    .offset-3 {
        margin-left: 0 !important;
    }

    .singleInstitution {
        padding-left: 10px;

    }

    .image-small {
        display: none;
    }

    #search-by-title {
    / / display: none;
        margin-top: 30px;
    }

    #testSelect {
      margin-top: 30px;
        float: left!important;
    }

    #form1Submit {
        margin-top: 14px;

    }

    .productivity td {

        padding: 4px 2px;
    }

.year-title {
    display: block;
}
    .search-faculty {
      display: none;
    }

    #inline-button {
        display: block;
    }

    .form-inline option {
        font-size: 10px;
    }

    .date-slider {
        width: 380px;
    }

    .control-btns li {
        padding: 0;
        margin: 0;
        width: 90%;
    }

}

@media (max-width: 992px) {

    #logoText {
        font-size: 14px;
    }

    .nav-link {
        font-size: 12px;
    }

    .head-title {
        margin-top: 32px;

    }


}

@media (max-width: 767px) {
    .navbar-collapse
    {
        background-color: #E9E7E4;
        margin-top: 10px;
    }

    .navbar-collapse a {
        color: black !important;
        margin-left: 10px;
    }

    .lang-selector {
        margin-bottom: 10px;
    }

    .footer-right {
        float: left;
    }



}
