@media (max-width: 1200px) {
    .header-right .logo-field-2 {
        display: none;
    }
    header .container {
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: center;
    }
    .logo-field-1 img {
        max-height: 60px;
    }

    .site-title {
        margin-bottom: 0;
    }

    .site-title h1 span {
        font-size: 13px;
    }

    .site-title h1 b {
        font-size: 22px;
    }

    ul.date-chronology-list li .date-action {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 1400px) {
    .logo-175-yil {
        display: none
    }
}


@media (max-width: 1550px) {
    .logo-175-yil {
        right: -120px;
    }
}

@media (max-width: 767px) {
    header .container {
        justify-content: flex-start;
    }

    header .container .header-left {
        margin-right: 30px;
    }
}
@media (max-width: 350px) {
    header .container .header-left {
        margin-right: 4px !important;
    }
    .site-title h1 span {
        font-size: 9px !important;
    }
}

@media (max-width: 991px) {
    .head-of-archive-department {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .footer-menu {
        margin-bottom: 30px;
    }
    /*body.virtual-tour-page footer {
        top: calc(100vh - 110px) !important;
    }*/
    .kurumsal-banner {
        margin-bottom: 30px;
    }
    .entry-modal-right {
        display: none;
    }

    .entry-modal-left {
        width: 100%;
    }
    .entry-logo-field {
        margin-left: auto;
        margin-right: auto;
    }
    .entry-modal-right-button {
        display: block !important;
        margin-top: 40px;
    }
    .right-menu-content .big-divider {
        max-height: 30px;
    }
    .right-menu-content h4 {
        font-size: 17px;
    }
    .entry-modal-right-button-content b {
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .logo-field-1 img {
        max-height: 50px;
    }

    .site-title h1 span {
        font-size: 10px;
    }

    .site-title h1 b {
        font-size: 16px;
    }

    header .container .header-left {
        margin-right: 15px;
    }
    img.footer-logo {
        margin: 0 auto;
        display: flex;
        max-height: 100px;
    }
    footer {
        padding: 15px 0;
    }
    .custom-pagination a {
        padding: 5px 7px !important;
    }
    .entry-logo-text {
        top: 14px;
        font-size: 12px;
        line-height: 13px;
    }
    .entry-logo-field {
        width: 170px;
        margin-bottom: 20px;
    }
    .entry-logo-field {
        width: 170px;
        margin-bottom: 20px;
    }

    .mobile-entry-button {
        width: 200px;
        height: auto !important;
        margin-top: 20px;
    }

    .entry-modal-right-button-content {
        font-size: 14px;
        top: 25px;
    }

    .entry-modal-right-button-content b {
        font-size: 14px;
    }
    .hidden-mobile {
        display: none !important;
    }
    .right-menu-content .small-divider {
        margin: 4px 0 !important;
    }
    img.opened-menu-icon {
        width: 40px;
    }
    img.closed-menu-icon {
        width: 30px;
    }

    .closed-menu {
        top: 120px;
    }

    .closed-menu .vertical-text {
        font-size: 15px;
    }

    .opened-menu .right-menu-content h4 {
        font-size: 15px;
    }

    .opened-menu .right-menu-content h6 {
        font-size: 10px !important;
    }

    .opened-menu .right-menu-content .big-divider {
        max-height: 16px;
    }
    .opened-menu {
        top: 120px;
        height: calc(100vh - 120px);
        overflow: auto;
        padding-bottom: 20px;
    }
    ul.artifacts-gallery li {
        flex: 1 0 calc(100% - 3px) !important;
    }

    .artifacts-gallery-title {
        height: 66px !important;
    }
    .place-item .place-image {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 55%;
    }

    .place-item {
        margin-bottom: 25px;
    }
    .menu-icon {
        top: 15px;
    }

}
@media (min-width: 576px) {
    #entry-modal .modal-dialog {
        margin: 60px auto;
    }
}
@media (max-width: 767px) {
    ul.artifacts-gallery li {
        flex: 1 0 calc(50% - 3px);
    }
    ul.date-chronology-list li .date-image {
        width: 43px !important;
        height: 29px !important;
    }
    ul.date-chronology-list li .date-field, ul.date-chronology-list li .date-action {
        margin-top: 12px;
        margin-bottom: -6px;
    }
    ul.date-chronology-list li .date-field {
        font-size: 9px;
        width: 100px;
        text-align: left;
    }
    ul.date-chronology-list li .date-action {
        width: calc(100% - 143px);
        font-size: 9px;
    }
}
@media (min-width: 992px) {
    .kurumsal-banner {
        max-width: 215px;
    }
    .place-item-left {
        padding-right: 30px;
        border-right: 2px solid #ab9871;
    }

    .place-item-right {
        padding-left: 30px;
    }
    .mobile-entry-button {
        display: none;
    }
}