@media screen and (max-width: 1500px) {
    /* NEWS */
    .newsContainer {
        width: calc(25% - 22px);
    }
}

@media screen and (max-width: 1550px) {
    /* LIST */
    .modelElement {
        width: calc(25% - 24px) !important;
    }
    #searchOverlay .modelElement {
        width: calc(25% - 20px) !important;
    }
}

@media screen and (max-height: 330px) {
    /* LIST */
    .menuBottom {
        position: static;
    }
}


@media screen and (max-width: 1400px) {
    /* MENU */
    .menuDesktopLeft {
        width: 275px;
    }
    .menuDesktopTop {
        left: 305px;
    }
    /* NAVIGATION */
    #navigation {
        margin: 140px 20px 10px 305px !important;
    }

    /* NEWS DETAIL */
    .newsDetail {
        max-width: 690px;
    }
}


@media screen and (max-width: 1250px) {
    /* NEWS */
    .newsContainer {
        width: calc(33.33% - 22px);
    }

}

@media screen and (max-width: 1250px) {
    /* LIST */
    .modelElement {
        width: calc(33.33% - 24px) !important;
    }
    #searchOverlay .modelElement {
        width: calc(33.33% - 20px) !important;
    }

    /* CONTACT */
    .contact {
        margin: 0 auto 60px !important;
    }
    .textContainer, #contactForm {
        width: 100%;

    }
    #contactForm {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1150px) {
}

@media screen and (max-width: 1100px) {
    /* BOOK */
    .modelBookPictures .slick-arrow {
        display: none !important;
    }
}

@media screen and (max-width: 1050px) {
    /* NEWS DETAIL */
    .menuNewsTitle {
        font-size: 24px;
        line-height: 24px;
        padding: 0 30px;
    }


}

@media screen and (max-width: 1000px) {
    /* NEWS */
    .newsContainer {
        width: calc(50% - 22px);
    }
}

@media screen and (max-width: 950px) {

}

@media screen and (max-width: 900px) {

    .becomePictureMeasurement {
        display: inline-block;
    }

    /* MENU DESKTOP AND MOBILE */
    .menuDesktop {
        display: none;
    }

    .menuMobile {
        display: block;
    }

    .page {
        margin: 0;
    }

    .menuBook {
        display: block;
    }
    .pageInfoMobile {
        display: block;
    }

    /* NEWS */
    .newsOverlay {
        display: none;
    }

    /* NEWS DETAIL */

    .newsDetail {
        max-width: none;
    }

    .menuNewsTitle {
        font-size: 28px;
        line-height: 28px;
        padding: 0;
    }

    .newsDetailImage > div {
        width: 100% !important;
    }
    .newsDetailHeaderContent {
        text-align: justify;
    }

    /* NAVIGATION */
    #navigation {
        position: static;
        padding-right: 0;
        margin: 110px 15px 15px !important;
        overflow-y: inherit;
        overflow-x: inherit;
    }
    #searchBar {
        display: none;
        position: fixed;
        top: 100px;
        left: 0; right: 0;
    }

    .show-on-mobile {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }

    /* FOOTER */
    #footer {
         display: block;
    }


    /* LIST */
    .list {

    }
    .listContainer {
        margin: 0 -10px;
    }
    .modelOverlay {
        display: none;
    }
    .modelElement:hover .modelName{
        opacity: inherit;
        visibility: inherit;
    }
    .menuListSubcategory {
        margin-bottom: 20px;
    }

    /* BOOK */
    .book {

    }
    .modelBookPictures {
        display: none !important;
    }
    .bookMobile {
        display: block;
    }
    .bookMeasurements {
        margin-top: 10px;
    }
    .bookName {
        margin-bottom: 10px;
    }
    .modelBooMeasurementsMobile {
        display: block;
    }
    .modelBooMeasurementsDesktop {
        display: none !important;
    }
    .bookName {
        line-height: 40px;
    }
    .bookCategories {
        margin-bottom: 20px;
    }

    /* BOOK VIDEOS */
    .bookVideo {
    }

    /* CONTACT */
    .contactSpace {
        width: 100%;
    }
    .textContent {
        max-width: none;
    }

     /* BECOME */
    #becomeForm {
        /*padding-top: 40px;*/
    }
    .becomeRadioInput {
        margin: 0 10px;
    }
    .becomeUpload {
        width: calc(50% - 24px);
    }
    .becomeButton {
        margin: 45px auto 30px;
    }
    .output {
        left: 40px;
        right: 40px;
        padding: 40px 20px;
    }

    /* OVERLAY */
    #searchOverlay {
        top: 145px;
        margin: 0 8px;
    }
}

@media screen and (max-width: 750px) {

    /* NEWS */
    .newsMasonry {
        margin: 0;
    }
    .newsContainer {
        width: 100% !important;
        margin: 20px 0 !important;
    }

    /* LIST */
    .modelElement {
        width: calc(50% - 24px) !important;
    }
    #searchOverlay .modelElement {
        width: calc(50% - 20px) !important;
    }

    /* BOOK VIDEOS */
    .modelBookVideoThumbnail {
        width: calc(50% - 12px);
    }

}

@media screen and (max-width: 600px) {
    /* BECOME */
    .becomeInput {
        margin: 10px 0;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {

}