@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1730px;
    } 
}

@media screen and (max-width: 1799px) {
    .container {
        width: 100%;
        max-width: 95%;
    }

    .blog-home-carousel {
        width: 64%;
    }

    .blog-item-desc {
        padding: 35px;
    }

    .blog-home-carousel .swiper-button-next,
    .blog-home-carousel .swiper-button-prev {
        bottom: 10px;
    }

    .blog-home-carousel .swiper-button-prev {
        left: 35px;
    }

    .blog-home-carousel .swiper-button-next {
        left: 85px;
    }

    .article-main-content {
        max-width: 100%;
    }

    .article-goals + .article-main-content {  
        padding: 0 0 0 300px;
    }

    .testimonial {
        width: 100%;
        padding: 60px 0;
    }

    .splitscreen-header .left-side {
        padding: 0 2% 0 4%;
    }

    .news-filters .left-side-filters .form-group {
        margin: 0 30px 0 0;
    }

    .news-filters .left-side-filters .form-group:last-of-type {
        margin: 0;
    }
}

@media only screen and (max-width: 1500px) {
    .slide-info h1,
    .article-page h1 {
        font-size: 80px;
        letter-spacing: 4px;
    }

    .article-page h1 {
        margin: 40px 0 30px 0;
    }

    .social-share {
        margin: 20px 0;
    }

    .main-nav-wrapper {
        padding: 0 30px;
    }

    .topbar {
        padding: 10px 30px;
    }

    .nav-list li {
        margin: 0 20px 0 0;
    }

    .submenu li {
        margin: 0 0 20px 0;
    }

    .main-nav .logo img {
        width: 180px;
        height: 50px;
    }

    .nav-list li:last-child {
        margin: 0 40px 0 0;
    }

    .splitscreen-header .left-side {
        padding: 0 2%;
    }

    .admin-item {
        width: 31%;
    }

    .left-side-filters {
        width: 100%;
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 1400px) {
    .blog-list-carousel-wrapper {
        flex-wrap: wrap;
    }

    .blog-item-desc-inner {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

    .blog-list-home {
        max-width: 100%;
        order: 2;
        margin: 50px 0 0 0;
    }

    .blog-home-carousel {
        width: 100%;
        order: 1;
    }

    .blog-item-wrapper img {
        width: 50%;
    }

    .blog-item-desc {
        max-width: 50%;
        padding: 40px;
    }

    .blog-home-carousel .swiper-button-prev {
        left: 40px;
    }

    .blog-home-carousel .swiper-button-next {
        left: 90px;
    }

    .search-sidebar,
    .search-sidebar .form-control {
        width: 100%;
        max-width: 100%;
    }

    .document-side {
        width: 100%;
    }

    .sidebar-title {
        padding: 15px 20px;
    }

    .sidebar-search {
        padding: 20px;
        margin: 0 0 40px 0;
    }
}

@media screen and (max-width: 1320px) {
    .nav-list li a {
        font-size: 16px;
    }

    .nav-tabs .nav-link {
        padding: 20px 30px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 80px;
    }

    .slide-info h1,
    .article-page h1 {
        font-size: 70px;
        letter-spacing: 3px;
    }

    .main-nav-wrapper {
        padding: 17px 30px;
    }

    .nav-mobile-wrapper {
        display: block;
    }

    .nav-list {
        height: auto;
    }

    .nav-list li {
        display: block;
    }

    .nav-list li.lang-wrapper {
        display: none;
    }

    .nav-list li {
        width: 100%;
        margin: 0;
        top: auto;
        padding: 0;
        border-bottom: 1px solid #DCDCDC;
    }

    .nav-list li:last-child {
        border: none;
    }

    .nav-list li a {
        display: inline-block;
        padding: 0;
        text-align: left;
        line-height: 1.6;
    }

    .submenu-list .submenu-list-last {
        padding: 0 0 0 20px;
    }

    .submenu-list .submenu-list-last ul {
        padding: 5px 0 5px 20px;
        margin: 0;
    }

    .nav-list .submenu {
        position: relative;
        left: 0;
        right: 0;
        top: auto;
        width: 100%;
        box-shadow: none;
        padding: 5px 15px;
        height: auto;
        background: #f7f7f7;
        margin: 10px 0 0 0;
        visibility: visible;
        opacity: 1;
        display: none;
        transition: none;
    }

    .nav-list li.show-submenu:hover .submenu {
        visibility: initial;
        opacity: 1;
    }

    .nav-list li a.show-submenu-side-main {
        display: block;
        position: absolute;
        top: 10px;
    }

    .hidden-side-nav ul li.nav-mobile-wrapper {
        padding: 13px 0 0 0;
    }

    .nav-list li.show-submenu > a:after {
        display: none;
    }

    .nav-list .submenu li {
        padding: 0;
        border-bottom: none;
    }

    .nav-list .submenu a {
        padding: 5px 0;
    }

    .nav-list .submenu .btn {
        width: 100%;
        text-align: center;
    }

    .nav-list li {
        margin: 0 20px 0 0;
    }

    .nav-list > li {
        line-height: 1.6;
    }

    .nav-list li a {
        font-size: 16px;
        font-weight: 400;       
    }

    .nav-list li a:hover:after {
        bottom: -36px;
    }

    .nav-list li a:hover:after,
    .nav-list li a:focus:after,
    .nav-list li a:active:after{
        display: none;
    }

    .submenu h2 {
        display: none;
    }

    .submenu .submenu-wrapper {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .submenu .submenu-wrapper .submenu-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        column-gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        margin: 0 0 10px 0;
    }

    .intro-section-home h2 {
        padding: 0 30px 0 0;
    }

    .news-carousel-section h2,
    .explore-uni h2,
    .intro-section-home h2,
    h2 {
        font-size: 50px;
    }

    .intro-section-home {
        padding: 50px 0;
    }

    .intro-content {
        font-size: 18px;
    }

    .field-item h3 {
        font-size: 40px;
    }

    .field-item-content p {
        font-size: 16px;
    }

    .field-item-content {
        padding: 25px;
    }

    .field-item .view-more {
        font-size: 14px;
    }

    .field-item .view-more::after {
        width: 30px;
        height: 30px;
        margin: 0 0 0 10px;
        background-size: 30px auto;
    }

    footer {
        text-align: center;
    }

    footer .no-list-style {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .news-carousel-section {
        margin: 60px 0;
    }

    .field-interest-options-wrapper::after {
        height: 60px;
        bottom: -90px;
    }

    .studies-item {
        width: 49%;
        margin: 0 0 30px 0;
    }

    .choose-subject {
        margin: 0 0 60px 0;
    }

    .calendar-events {
        max-width: 250px;
    }

    .calendar-inner {
        max-width: calc(100% - 490px);
        margin-left: 205px;
    }

    .subpage-intro-text {
        font-size: 20px;
    }

    .article-main-content,
    .article-goals + .article-main-content {
        padding: 0;
    }

    .article-main-wrapper {
        margin: 30px 0 0 0;
    }

    .article-goals {
        position: relative;
        width: 100%;
        margin: 0 0 20px 0;
    }

    .article-goals h2 {
        margin: 0 0 20px 0;
    }

    .article-goals ul li {
        width: auto;
        margin: 0 10px 10px 0;
    }

    .article-goals img {
        max-width: 100px;
    }

    table,
    .calendar-inner .calendar-table {
        font-size: 16px;
    }

    .wrapper-tabs .swiper-wrapper {
        padding: 0 0 15px 0;
    }

    .wrapper-tabs::before,
    .wrapper-tabs::after {
        content: '';
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        bottom: 0;
        display: block;
        width: 40px;
        height: 100%;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,.7) 0%, rgba(255,255,255,0) 100%);
    }

    .wrapper-tabs::after {
        left: auto;
        right: 0;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.7) 100%);
    }

    .splitscreen-header .right-side {
        width: 50%;
    }

    .admin-item {
        width: 48%;
    }

    .left-side-filters {
        width: 100%;
    }

    .news-filters .left-side-filters .form-group {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .news-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .news-filters .form-control {
        width: 100%;
    }

    .calendar .form-control {
        max-width: 100%;
    }
    
    .right-side-filters {
        width: 100%;
    }

    .search-filter {
        float: right;
    }

    .sidebar-search .form-group {
        float: none;
    }

    .title-view-all-wrapper .view-more-wrapper {
        top: 11px;
    }
}

@media only screen and (max-width: 1024px) {
    .calendar-sidebar > span#sidebarToggler .icon-button {
        top: -8px;
        left: 7px;
    }

    button.icon-button > span.chevron-arrow-right {
        top: -4px;
        left: 7px;
    }

    .calendar-sidebar > span#sidebarToggler {
        top: 10px;
    }

    tr.calendar-body .calendar-day .day {
        width: 55px;
        height: 55px;
    }

    .calendar-sidebar > .calendar-year > button.icon-button[data-year-val="next"] {
        top: -3px;
    }

    #eventListToggler,
    .event-hide #eventListToggler {
        top: 10px;
        right: 0;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    .gallery {
        margin: 80px 0 0 0;
    }

}

@media only screen and (max-width: 991px) {
    body, html {
        font-size: 18px;
    }

    .container {
        max-width: 100%;
    }

    .middle-line,
    .middle-line-sub {
        display: none;
    }

    .outline-btn-white {
        padding: 15px 25px;
    }
    
    .nav-list li {
        margin: 0 20px 0 0;
    }

    .slide-info h1 {
        font-size: 60px;
    }

    .slide-info {
        left: 20px;
        max-width: 90%;
    }

    .intro-section-home h2 {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .intro-content {
        max-width: 100%;
        padding: 0;
    }

    .chat-fixed {
        width: 50px;
        height: 50px;
        background: #FF69AC url(../img/chat-ico.svg) 50% 50% no-repeat;
        background-size: 20px auto;
        right: 20px;
    }

    .chat-fixed:hover {
        background-size: 20px auto;
    }

    .chat-form textarea {
        height: 100px;
    }   

    .chat-form .form-control {
        padding: 10px 15px;
    }

    .intro-section-home::before, .field-interest-options-wrapper::after {
        display: none;
    }

    .field-item {
        width: 100%;
        height: auto;
        max-height: 100%;
        margin: 0 0 30px 0;
        padding: 20px;
    }

    .field-item:last-of-type {
        margin: 0;
    }

    .field-item-img-wrapper {
        width: 35%;
        display: block;
        float: left;
    }

    .field-item-content {
        width: 60%;
        height: auto;
        display: block;
        float: left;
        margin: 0;
        padding: 0 0 0 3%;
    }
    
    .field-item-content .view-more {
        position: relative;
        bottom: auto;
        float: none;
        margin: 5px 0 0 0;
    }

    .field-item .view-more::after,
    .field-item:hover .view-more::after {
        background: url(../img/chevron-circle.svg) 50% 50% no-repeat;
        background-size: 25px auto;
    }   

    .field-item h3 {
        font-size: 35px;
        margin: 0 0 10px 0;
    }

    .field-item .view-more::after {
        width: 25px;
        height: 25px;
        top: 2px;
    }

    .field-item.znanost a,
    .field-item.znanost,
    .field-item.znanost a:hover {
        background: #C1DECF;
    }
    
    .field-item.studiranje a,
    .field-item.studiranje,
    .field-item.studiranje a:hover {
        background: #DFEDF5;
    }
    
    .field-item.sveuciliste-zajednica a,
    .field-item.sveuciliste-zajednica,
    .field-item.sveuciliste-zajednica a:hover {
        background: #FFBFD7;
    }

    .field-item a:hover,
    .field-item:hover .view-more {
        color: #000;
    }

    .hover-underline-animation::after {
        display: none;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets, 
    .swiper-vertical>.swiper-pagination-bullets {
        top: auto;
        bottom: 20px;
        left: 0;
        transform: none;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
        display: inline-block;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
        width: 100%;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:last-of-type {
        margin: 0 0 0 5px;
    }

    .explore-uni-item {
        max-width: 100%;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .explore-uni-item:last-of-type {
        margin: 0;
    }

    .explore-uni-item img {
        width: 100%;
    }

    .blog-item-wrapper {
        flex-wrap: wrap;
    }

    .blog-item-desc {
        order: 2;
        max-width: 100%;
        max-height: 350px;
        height: 100%;
        padding: 35px;
    }

    .blog-item-desc h3 {
        font-size: 35px;
    }

    .blog-item-wrapper img {
        order: 1;
        width: 100%;
    }

    .science-blog .intro-section-home {
        padding: 0 0 90px 0;
    }

    .blog-home-carousel .swiper-slide {
        height: auto;
    }

    .blog-item-wrapper {
        height: 100%;
    }

    .blog-item-desc-inner {
        top: auto;
        transform: none;
    }

    .blog-home-carousel .swiper-button-next,
    .blog-home-carousel .swiper-button-prev {
        bottom: auto;
        right: 5px;
        left: auto;
        top: -30px;
    }
 
    .blog-home-carousel .swiper-button-prev {
        right: 60px;
    }

    footer {
        margin: 60px 0 0 0;
    }

    .category-list-wrapper.sastavnice,
    .administration-wrapper {
        margin: 60px 0 0 0;
    }

    .choose-subject h2 {
        font-size: 35px;
        margin: 0 30px 0 0;
    }

    .choose-subject .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 50%;
    }

    .category-content-wrapper,
    .category-img-left .cat-img-link,
    .category-img-right .cat-img-link,
    .category-img-left .category-content-wrapper,
    .cat-img-link {
        width: 100%;
        padding: 0 0 40px 0;
    }

    .cat-padding {
        padding: 50px 0 0 0;
    }

    .cat-img-link img {
        width: 100%;
    }

    .calendar-wrapper {
        padding: 0 0 80px 0;
    }

    .slider-right,
    .featured-news {
        margin: 80px 0;
    }

    .slider-right-wrapper,
    .featured-news-wrapper {
        padding: 80px 0;
    }

    .slider-right-content-left,
    .featured-news-content-left {
        width: 100%;
    }

    .slider-right-container {
        max-width: 100%;
        margin: 80px 0 0 0;
    }

    .featured-news-img {
        max-width: 100%;
        margin: 0 0 40px 0;
    }

    .news-landing .featured-news .swiper-button-prev,
    .news-landing .featured-news .swiper-button-next {
        top: 40px;
    }

    .calendar-sidebar > span#sidebarToggler .icon-button {
        top: -5px;
    }

    button.icon-button > span.chevron-arrow-right {
        top: -1px;
    }

    .calendar-events {
        max-width: 315px;
        width: 100%;
    }

    .sidebar-hide .calendar-inner {
        max-width: calc(100% - 315px);
    }

    .calendar-inner::after {
        background-color: rgba(0,0,0,.3);
    }

    .calendar-events {
        box-shadow: none;
    }

    .view-gallery-btn {
        width: 70px;
        height: 70px;
    }

    .links-attachment {
        margin: 50px 0 30px 0;
    }

    .links-attachment h2 {
        font-size: 40px;
    }

    .footer .page-header {
        margin: 0 0 50px 0;
    }

    .additional-table-filters .form-group,
    .additional-table-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .additional-table-filters .form-control {
        width: 100%;
        max-width: 100%;
    }

    .splitscreen-header,
    .splitscreen-header .bread {
        height: auto;
        text-align: center;
    }

    .splitscreen-header .right-side {
        display: none;
    }

    .splitscreen-header .left-side {
        width: 100%;
    }

    .simple-page-content {
        margin: 60px auto 0 auto;
    }
    
    .splitscreen-header .splitscreen-header-content {
        transform: none;
        top: auto;
    }

    .splitscreen-header .splitscreen-header-content h1 {
        margin: 20px 0 40px 0;
    }

    .uni-auth h2 {
        font-size: 35px;
    }

    .explore-uni {
        margin: 90px 0 0 0;
    }

}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 70px;
    }

    .bread {
        padding: 20px 0 0 0;
    }

    .topbar {
        padding: 10px 20px;
    }

    .topbar .left-side {
        font-size: 11px;
        max-width: 60%;
        line-height: 1.1;
    }

    .topbar .right-side {
        padding: 0 0 0 10px;
    }

    .main-nav-wrapper {
        padding: 17px 20px;
    }

    .article-page h1 {
        font-size: 60px;
    }

    .slide-info h1 {
        font-size: 50px;
        letter-spacing: 2px;
        margin: 0 0 30px 0;
    }

    .inline-list li {
        margin: 0 0 0 20px;
    }

    .news-carousel-section h2,
    .explore-uni h2,
    .intro-section-home h2,
    h2  {
        font-size: 40px;
    }

    .field-item {
        padding: 0;
    }

    .field-item-img-wrapper {
        width: 100%;
        float: none;
    }

    .field-item-content {
        width: 100%;
        float: none;
        padding: 30px;
    }

    .field-item h3 {
        margin: 0 0 20px 0;
    }

    .field-item-content .view-more {
        margin: 30px 0 0 0;
    }

    .footer-address {
        font-size: 25px;
        letter-spacing: 1px;
    }

    .blog-item-desc {
        max-height: 100%;
    }

    .studies-item {
        width: 100%;
    }

    .studies-item .view-more {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 10px 0 0 0;
    }

    .subpage-intro-text {
        font-size: 18px;
    }

    .social-share svg {
        width: 40px;
        height: 40px;
    }

    .date {
        font-size: 16px;
    }

    .links-attachment li a {
        font-size: 16px;
    }

    .article-page h1 {
        font-size: 50px;
    }

    .article-page h1 {
        margin: 30px 0 20px 0;
    }

    .article-page .map iframe {
        height: 400px;
    }

    .admin-item {
        width: 100%;
        margin: 0 0 3% 0;
    }

    .administration-wrapper h2 {
        font-size: 50px;
    }

    .grid-item,
    .grid-sizer {
        width: 49%;
        margin: 0 1% 1% 0;
    }

    .volontiraj-banner {
        width: 100%;
    }

    .live-stream {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .accordion-button {
        font-size: 35px;
    }

    .show-time {
        font-size: 16px;
    }

    .featured-news-img {
        margin: 0 0 30px 0;
    }

    .featured-news-wrapper {
        margin: 50px 0;
        padding: 80px 0 50px 0;
    }

    .title-view-all-wrapper .view-more-wrapper {
        top: 6px;
    }

    .category-news-list .additional-table-filters {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 575px) {
    body, html {
        font-size: 16px;
    }

    h2, h3, h4 {
        letter-spacing: 2px;
    }

    .view-more::after {
        margin: 0 0 0 18px;
    }

    .news-carousel-section h2,
    .explore-uni h2,
    .intro-section-home h2,
    h2,
    .simple-page-content h2 {
        font-size: 35px;
    }

    h1 {
        font-size: 55px;
    }

    .home-section {
        margin: 0 0 40px 0;
    }

    .hidden-side-nav {
        width: 100%;
    }

    .main-slider,
    .subpage-header,
    .article-page,
    .splitscreen-header {
        margin: 68px 0 0 0;
    }

    .simple-page-content {
        margin: 50px auto 0 auto;
    }

    .search-wrapper {
        position: fixed;
        top: 33px;
        right: 0;
        width: 100%;
        height: 245px;
    }

    .quick-links li {
        margin: 0 0 8px 0;
    }

    .search-wrapper input {
        width: 65%;
    }

    .search-wrapper .close-search {
        width: 40px;
    }

    .search-wrapper .search-input {
        padding: 15px;
    }

    .outline-btn-white {
        padding: 12px 20px;
        font-size: 14px;
        display: none;
    }

    .slide-info h1 {
        font-size: 40px;
        margin: 0 0 10px 0;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
        bottom: 5px;
    }

    .main-nav-wrapper {
        padding: 10px 20px;
    }

    .main-nav .logo img {
        width: 160px;
        height: 46px;
    }

    .topbar .left-side {
        display: none;
    }

    .topbar .right-side {
        text-align: center;
        width: 100%;
    }

    .news-item {
        max-width: 100%;
    }

    .news-item-content {
        padding: 20px;
    }

    .explore-uni {
        margin: 60px 0 0 0;
    }

    .chat-popup {
        width: 95%;
        left: 0;
        right: 0;
        bottom: 80px;
        margin: 0 auto;
    }

    .partners li {
        margin: 0 20px 20px 0;
    }

    .partners img {
        max-width: 120px;
    }

    .blog-item-desc {
        padding: 25px;
    }

    .blog-list-home {
        margin: 40px 0 0 0;
    }

    .social li:last-child {
        display: block;
        margin: 30px 0 0 0;
    }

    .subpage-header {
        height: 100%;
        min-height: 400px;
    }

    .choose-subject {
        padding: 30px 15px;
    }

    .choose-subject h2 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .choose-subject .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .category-list-wrapper .view-more {
        margin: 20px 0 0 0;
    }

    .category-intro-content {
        margin: 20px 0 0 0;
        font-size: 16px;
    }

    .cat-img-link,
    .category-img-left .cat-img-link {
        padding: 0 0 30px 0;
    }

    .category-content-wrapper,
    .category-img-left .category-content-wrapper {
        padding: 0 0 20px 0;
    }

    tr.calendar-body .calendar-day .day {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .date {
        font-size: 14px;
    }

    .view-gallery-btn,
    .view-gallery-btn:hover {
        width: 50px;
        height: 50px;
        background: #FF69AC url(../img/gallery-ico.svg) 50% 50% no-repeat;
        background-size: 20px auto;
    }

    .article-page h1 {
        font-size: 45px;
    }

    .img-caption {
        font-size: 14px;
    }

    .article-goals h2 {
        font-size: 35px;
    }

    .article-goals img {
        max-width: 80px;
    }

    .article-main-content h2 {
        margin: 40px 0 20px 0;
        font-size: 40px;
    }

    .article-main-content h3 {
        font-size: 35px;
    }

    .testimonial {
        padding: 40px 0;
    }

    .testimonial h3 {
        font-size: 35px;
        letter-spacing: 1px;
    }

    .article-page table,
    .links-attachment li a {
        font-size: 14px;
    }

    .article-page table {
        margin: 30px 0;
    }

    .article-page table td,
    .article-page table th {
        padding: 10px 15px;
    }

    .article-navigation a {
        font-size: 14px;
    }

    .links-attachment h2 {
        margin: 0 0 30px 0;
    }

    .article-navigation .show-all-articles {
        width: 100%;
        text-align: center;
        margin: 30px 0 0 0;
    }
    
    .footer .page-header {
        padding: 0 0 40px 0;
        margin: 0 0 30px 0;
    }

    .footer .page-header h1 {
        margin: 30px 0 0 0;
    }

    .blue-filter-btn {
        width: 100%;
        text-align: center;
        height: 50px;
    }

    .tab-content {
        padding: 30px 20px;
    }

    .additional-table-filters {
        margin: 0 0 20px 0;
    }

    .faculty-info-list li {
        margin: 0;
    }

    .faculty-info-list li .info-item:first-of-type::after {
        display: none;
    }

    .faculty-info-list li .info-item {
        width: 100%;
        padding: 0;
        margin: 4px 0;
    }

    .faculty-info-list {
        margin: 30px 0 20px 0;
    }

    .gallery {
        margin: 60px 0 0 0;
    }

    .live-stream-volontiraj-wrapper {
        margin: 40px 0 0 0;
    }

    .accordion-button {
        font-size: 30px;
        padding: 20px 180px 20px 0;
    }

    .show-time {
        font-size: 14px;
        right: 30px;
    }

    .show-time::before {
        width: 16px;
        height: 16px;
        background: url(../img/time-ico.svg) 50% 50% no-repeat;
        background-size: 16px auto;
        margin: 0 10px 0 0;
        top: 4px;
    }

    .accordion-button::after {
        width: 9px;
        height: 19px;
        background: url(../img/chevron-right-gray.svg) 50% 50% no-repeat;
        background-size: 9px auto;
    }

    .accordion-button:not(.collapsed)::after {
        background: url(../img/chevron-right-gray.svg) 50% 50% no-repeat;
        background-size: 9px auto;
    }

    .featured-news {
        margin: 60px 0;
    }
    
    .featured-news-content-left .slide-intro {
        margin: 20px 0 0 0;
    }

    .title-view-all-wrapper .view-more-wrapper {
        top: 6px;
        font-size: 14px;
    }    
    
    .page-item {
        margin: 0 10px;
    }

    .news-group-wrapper .news-item {
        height: auto;
    }

    .news-group-wrapper {
        margin: 0 0 40px 0;
    }

    .sidebar-title h2 {
        font-size: 30px;
    }

    .sidebar-search {
        margin: 0 0 20px 0;
    }

    .document-item a {
        font-size: 16px;
    }

    .document-item::before {
        top: 3px;
    }

    .sidebar-document-wrapper {
        margin: 30px 0 0 0;
    }

    .gallery-list .news-filters .search-filter .form-control,
    .gallery-list form,
    .gallery-list .news-filters .form-group,
    .gallery-list .news-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
    .gallery-list .news-filters .form-control,
    .category-news-list .news-filters .search-filter .form-control,
    .category-news-list form,
    .category-news-list .news-filters .form-group,
    .category-news-list .news-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
    .category-news-list .news-filters .form-control {
        width: 100%;
    }

    .gallery-list .news-filters .search-filter,
    .category-news-list .news-filters .search-filter {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 425px) {
    .calendar-sidebar > .calendar-year,
    .calendar-sidebar > .month-list {
        background: #1268B3;
        box-shadow: none;
    }

    .calendar-events {
        position: absolute;
        z-index: 2;
        max-width: 100%;
        height: auto;
        top: 100px;
        left: 0;
        right: 0;
    }

    .calendar-sidebar > .month-list > .calendar-months > li {
        padding: 7px 20px;
        font-size: 16px;
    }

    button.icon-button > span.chevron-arrow-right {
        left: 1px;
        top: -5px;
    }

    .calendar-inner {
        padding: 90px 0 40px 0;
    }

    .calendar-sidebar {
        width: 80%;
        z-index: 3;
    }

    .calendar-sidebar > span#sidebarToggler {
        top: 16px;
        right: 20px;
    }

    .calendar-sidebar > .calendar-year > p {
        line-height: 1;
    }

    .calendar-sidebar > span#sidebarToggler .icon-button {
        top: -9px;
        left: 2px;
    }

    #eventListToggler, .event-hide #eventListToggler {
        top: 17px;
    }

    .category-news-list .news-filters .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
    .category-news-list .news-filters .form-control,
    .category-news-list .news-filters .form-group {
        width: 100%;
    }

    .news-item h3, .gallery-item h3 {
        font-size: 16px;
        line-height: 1.4;
    }
}

@media only screen and (max-width: 375px) {
    .main-nav .logo img {
        width: 150px;
        height: 42px;
    }

    h1 {
        font-size: 50px;
    }

    body, html {
        font-size: 16px;
    }

    .article-page h1 {
        font-size: 35px;
    }

    .bread {
        font-size: 12px;
    }

    .social-share {
        margin: 15px 0;
    }

    .img-caption {
        line-height: 1.2;
    }

    .article-goals img {
        max-width: 70px;
    }

    .article-main-content h2 {
        font-size: 35px;
    }

    .testimonial h3,
    .links-attachment h2 {
        font-size: 30px;
    }

    table td,
    table th {
        padding: 10px;
    }

    .chat-popup {
        bottom: 75px;
    }

    .chat-fixed,
    .chat-fixed:hover {
        width: 45px;
        height: 45px;
        background: #FF69AC url(../img/chat-ico.svg) 50% 50% no-repeat;
        background-size: 15px auto;
    }

    .gallery-wrapper a {
        width: 48%;
    }
    
}