@media screen and (min-width: 576px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 760px;
    }
}

@media screen and (min-width: 768px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 990px;
    }
}

@media screen and (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1710px;
    }
      .read-more::after{
        width: 134px;   
    }
}

/* turn off animated.css on mobile */
@media only screen and (max-width : 1200px) {
    #offers-filter-section .col-label {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }

    .col-filter-25 {
        -ms-flex: 0 0 calc((100% - 220px - 160px - 160px) / 4);
        flex: 0 0 calc((100% - 220px - 160px - 160px) / 4);
        max-width: calc((100% - 220px - 160px - 160px) / 4);
    }

    .col-filter-50 {
        -ms-flex: 0 0 calc((100% - 220px - 160px - 160px) / 2);
        flex: 0 0 calc((100% - 220px - 160px - 160px) / 2);
        max-width: calc((100% - 220px - 160px - 160px) / 2);
    }
}

/* turn off animated.css on mobile */
@media only screen and (max-width : 1000px) {

    #floor-list,
    .floor-list {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width : 992px) {
    #offers-filter-section {
        position: relative;
        bottom: initial;
        left: initial;
    }

    .col-filter-25 {
        -ms-flex: 0 0 calc((100% - 220px) / 2);
        flex: 0 0 calc((100% - 220px) / 2);
        max-width: calc((100% - 220px) / 2);
    }

    .col-filter-50 {
        -ms-flex: 0 0 calc(100% - 160px - 160px);
        flex: 0 0 calc(100% - 160px - 160px);
        max-width: calc(100% - 160px - 160px);
        padding-left: 220px;
    }

    #actual-offers-section .offer-item {
        width: 100% !important;
    }

    #related-section .offer-item{
        width: 100% !important;
    }
}

@media only screen and (max-width : 1199px) {
    .floor-plan .table-holder {
        overflow-x: scroll;
    }

    .read-more::after{
        width: 148px;   
    }

    html #header.header-semi-transparent,
    html #header.header-semi-transparent-light {
        position: relative;
        margin-top: 71px;
    }

    .circle-border {
        border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        -o-border-radius: 0px !important;
        display: inline-block;
        margin: 10px 0;
    }


    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .sticky-header-enabled .header-body {
        margin-top: 40px;
    }

    .slider-layer-item .slider-layer-content {
        width: 90%;
    }

    .slider-layer-item h2 {
        font-size: 25px;
        display: block;
        max-width: 450px;
        word-wrap: break-word;
        white-space: normal;
        margin-bottom: 10px;
    }

    .slider-layer-item h2::after {
        display: none;
    }

    .tp-mask-wrap {
        /*
            margin-left: 30px;
            margin-top: -30px;
            */
    }

    .tp-leftarrow {
        margin-left: -20px;
    }

    .tp-rightarrow {
        margin-right: -20px;
    }

    .slider-layer-item .slider-layer-content a {
        display: none;
    }

    #offers-filter-section .col-label {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #offers-filter-section .col-label .text-icon {
        max-width: 100%;
    }

    .col-filter-25 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }

    .col-filter-50 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
    }

    #offers-filter-section .col-right {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

    header .col-menu {
        -ms-flex: 0 0 calc(100% - 290px);
        flex: 0 0 calc(100% - 290px);
        max-width: calc(100% - 290px);
    }

    header .navbar-dark .navbar-toggler {
        display: block;
        margin-left: auto;
    }

    header .navbar-collapse.collapsing {
        height: 0 !important;
    }

    header .navbar-nav {
        position: absolute;
        z-index: 9999999;
        background: #333;
        top: 56px;
        right: 0;
        left: initial;
        width: 100vw;
    }

    #ofiice-contacts-info .col-md-4 {
        text-align: left !important;
    }

    #mainNav .dropdown-menu {
        display: block;
    }

    header .nav-item {
        padding-top: 0;
        padding-bottom: 0;
    }

    header .nav-link {
        padding: 10px 20px !important;
    }

    #mainNav .dropdown-menu {
        background: transparent;

    }

    header .nav-item.active .nav-link,
    header .nav-item:hover .nav-link {
        background: transparent;
    }

    header .nav-item.active>.nav-link,
    header .nav-item:hover>.nav-link {
        background: #2596be;
    }

    header .dropdown-menu li.active .nav-link,
    header .dropdown-menu li:hover .nav-link {
        background: var(--color-red);
    }

    #mainNav .dropdown-menu li .nav-link {
        padding-left: 40px !important;
    }

    #gallery-section img {
        max-width: 100%;
        width: 480px !important;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

    header .col-right {
        display: none;
    }

    #project-page .construction-stages,
    #project-page .construction-stages-data-group {
        margin-bottom: 25px;
        height: calc(100% - 25px);
    }

    .product-thumb-info-list .partners-listing-item {
        flex-basis: 50%;
        max-width: 50%;
    }

    .description-col {
        margin-top: 15px;
    }

    .table-responsive-stucked {
        height: 250px;
    }
}

@media only screen and (max-width : 420px) {

    #offers-filter-section .search-all-column::after,
    #offers-filter-section .submit-column::after {
        width: calc(100% + 30px);
    }
}