/* BIG SCREENS */

@media screen and (min-width: 2100px) {

    .instagram-elements {
        padding: 0 150px;
        font-size: 0;
        margin: 0 -12px 75px -12px;
    }

    .global-column {
        max-width: 1800px;
    }

    .portfolio-element {
        min-height: 900px;
    }

}

/* LAPTOP */

@media screen and (max-width: 1440px) {

    .home-text-bottom-element:nth-child(1) {
        padding-top: 240px;
    }

    .list-element-model-name {
        font-size: 24px;
    }
}


@media screen and (max-width: 1366px) and (max-height: 768px) {
    .global-column.book-global-column {
        max-width: 1160px;
    }
}


/* SMALL LAPTOP & LARGE TABLET */

@media screen and (max-width: 1280px) {


    .contact-elements {
        font-size: 0;
        padding: 50px 0;
    }

    /*.list-element-model-name {*/
        /*font-size: 1.3vw;*/
    /*}*/

    .portfolio-infos-content {
        font-size: 14px;
    }

    .portfolio-infos-content ul {
        line-height: 22px;
    }

    #book-bottom {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }

}

/* TABLET */

@media screen and (max-width: 1024px) {


    /* GENERAL */
    #navigation {
        min-height: calc(100vh - 223px);
    }

    .global-column {
        padding: 0 25px;
    }

    .home-text-top strong.italic {
        font-size: 16px;
    }


    /* MENU */

    .menu-logo {
        padding: 25px 25px 0 25px;
    }


    .menu-logo img {
        width: 80px;
    }

    .menu-navigation ul {
        padding: 20px;
    }

    .menu-navigation {
        height: 56px;
    }

    
    /* HOME */

    .home-pictures {
        padding: 0 25px;
    }

    .home-text-top {
        padding: 50px;
        font-size: 12px;
    }
    .home-text-top span.number {
        font-size: 10px;
    }

    .instagram-elements {
        padding: 0 25px;
        margin: 0 -12px 25px -12px;
    }

    .instagram-overlay-content {
        font-size: 14px;
        line-height: 18px;
    }

    .instagram-overlay-icons {
        margin-bottom: 12px;
    }

    .home-text-bottom-element:nth-child(1) div {
        padding: 0 25px;
    }

    .home-footer {
        padding: 50px 25px 0 25px;
        font-size: 14px;
        line-height: 22px;
    }

    .home-text-bottom-element span.number,
    .contact-element span.number {
        font-size: 10px;
    }
    /* FOOTER */

    footer a {
        padding: 0 3px;
        font-size: 11px;
    }

    /* ABOUT */

    .about-text {
        padding-top: 50px;
        font-size: 12px;
    }
    .about-text span.number {
        font-size: 10px;
    }
    .about-text strong.font-alt-quote {
        font-size: 16px;
    }

    .about-signature {
        padding-top: 12px;
    }

    .about-signature img {
        width: 120px;
    }

    .about-picture {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .about-text strong.font-alt-quote {
        padding-top: 0;
    }

    /* CONTACT */

    .contact-elements {
        padding: 25px 0;
    }

    /* APPLY */

    .apply-header {
        padding-bottom: 25px;
        font-size: 14px;
        line-height: 22px;
    }

    .become-element label {
        width: 150px;
        height: 32px;
        line-height: 32px;
    }

    .become-element input {
        width: calc(100% - 156px);
        height: 32px;
        line-height: 32px;
    }

    .become-element select {
        width: calc(100% - 156px);
        height: 32px;
        line-height: 32px;
    }

    .apply-middle-text {
        padding-bottom: 25px;
        padding-top: 38px;
        font-size: 14px;
        line-height: 22px;
    }

    .become-image-type {
        margin-top: 12px;
    }


    /* STATIC */

    .static-page-container .title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .static-page-container .termsTitle {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .static-page-container {
        margin: 0 auto 50px auto;
        font-size: 14px;
        padding: 0 25px;
    }

    .static-page-container .termsContainer .termsMain {
        margin-bottom: 25px;
    }

    .credits-element {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .credits-element div {
        font-size: 16px;
        margin-bottom: 6px;
    }


    /* BOOK */

    .portfolio-prev {
        left: -21px;
        height: 34px;
        width: 13px;
    }

    .portfolio-prev span {
        width: 15px;
    }

    .portfolio-next {
        right: -21px;
        height: 34px;
        width: 13px;
    }

    .portfolio-next span {
        width: 15px;
    }

    /* BOOK VIDEO */

    .videos-prev {
        left: -21px;
        height: 34px;
        width: 13px;
    }

    .videos-prev span {
        width: 15px;
    }

    .videos-next {
        right: -21px;
        height: 34px;
        width: 13px;
    }

    .videos-next span {
        width: 15px;
    }

    .portfolio-model-name {
        font-size: 32px;
    }

    .list-element-model-name {
        font-size: 20px;
    }
}

@media screen and (max-width: 1024px) and (max-height: 640px) {
    .global-column.book-global-column {
        max-width: 900px;
    }

}


/* LARGE MOBILES */

@media screen and (max-width: 800px) {
    #portfolio, #videos {
        display: none;
    }

    #portfolio-mobile {
        display: block;
    }

}


@media screen and (max-width: 768px) {
    /* HOME */
    .instagram-element:last-child{
        display: inline-block;
    }
    .instagram-element {
        width: 33.3333%;
    }
    .home-text-bottom-element:nth-child(1) {
        padding: 50px 0;
    }

    /* CONTACT */
    .contact-elements,.home-text-bottom {
        padding: 0;
        flex-direction: column;
        row-gap: 20px;
    }

    .contact-element,.home-text-bottom-element {
        width: calc(100% - 40px) !important;
    }
    .contact-element:nth-child(1) {
        height: auto;
        padding: 50px 20px;
        text-align: center;
    }

    .contact-element:nth-child(2),.home-text-bottom-element {
        padding: 0 20px !important;
        text-align: center;
    }

    .contact-element:nth-child(2) div,.home-text-bottom-element:nth-child(2) div {
        height: 400px !important;
    }

    /* APPLY */

    #become-validation {
        margin-bottom: 25px;
    }

    /* LIST */

    .list-element {
        width: 33.3333%;
    }


    #book-bottom, #videos-bottom {
        display: none !important;
    }

    .portfolio-mobile-infos {
        padding-bottom: 25px;
        text-transform: lowercase;
    }
    .portfolio-mobile-infos ul li span:nth-child(2) {
        font-size: 12px;
    }
    /*CONTACT*/
    .contact-elements, .home-text-bottom,.home-instagram{
        max-width: 88%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 700px) {
    .home-text-top .text-inner br,.about-text .text-inner br {
        display: none;
    }
}
@media screen and (max-width: 550px) {

    /* MENU */

    .menu-logo img {
        width: 60px;
    }
    .menu-navigation ul {
        padding: 20px 0;
    }
    .menu-navigation {
        font-size: 11px;
        height: 54px;
    }

    .menu-navigation li {
        padding: 0 12px;
    }

    /* APPLY */

    .apply-header {
        padding-top: 25px;
    }

    .become-element-half {
        width: 100%;
    }

    .become-element input {
        width: calc(100% - 116px);
        height: 32px;
        line-height: 32px;
        padding: 0 6px;
        font-size: 12px;
    }

    .become-element label {
        width: 110px;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        padding-left: 6px;
    }

    .become-element select {
        width: calc(100% - 116px);
        height: 32px;
        line-height: 32px;
        padding: 0 6px;
        font-size: 12px;
    }

    .become-element {
        margin-bottom: 6px;
    }

    .apply-middle-text {
        padding-top: 19px;
    }

    .become-image-elements {
        margin: 0 -6px;
    }

    .become-image-element {
        width: 50%;
        padding: 0 6px 12px 6px;
    }

    .captcha-container {
        padding: 8px 0 16px 0;
    }

    .become-submit {
        width: 110px;
    }
    /*CONTACT*/
   .contact-element:nth-child(2) div,.home-text-bottom-element:nth-child(2) div {
       background-size: contain;
   }
}

/* MOBILES */

@media screen and (max-width: 480px) {

    /* GENERAL */
    #navigation {
        min-height: calc(100vh - 301px);
    }



    /* HOME */

    /*.instagram-element {*/
    /*    width: 50%;*/
    /*}*/

    .instagram-overlay {
        display: none;
    }

    .home-text-bottom-element {
        width: 100%;
    }
    .home-text-bottom-element:nth-child(1) div {
        padding: 0 25px;
    }



    /* FOOTER */

    footer {
        padding: 20px;

    }

    footer a {
        padding: 5px 0;
        font-size: 10px;
    }

    footer .seprator{
        display: inline-block;
        font-size: 10px;
    }
    /* ABOUT */

    .about-text {
        padding-top: 25px;
    }

    .about-picture {
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .about-signature img {
        width: 100px;
    }
    .about-signature {
        padding-top: 0px;
    }


    /* CONTACT */

    .contact-element:nth-child(1) .contact-element-text {
        /*padding: 25px 0;*/
        padding: 25px;
        font-size: 12px;
    }

    .contact-element:nth-child(2) div{
        height: 240px !important;
    }
    .home-text-bottom-element:nth-child(2) div{
        height: 340px !important;
    }
    /* STATIC */

    .static-page-container .title {
        font-size: 18px;
        margin-top: 25px;
    }

    .static-page-container {
        font-size: 12px;
    }


    /* LIST */

    .list-element {
        width: 50%;
    }

    .list-element-model-name {
        font-size: 16px;
    }

    .list-element-model-name img {
        height: 16px;
        width: auto;
        max-width: 100%;
    }

    .list-elements {
        margin: 0 -8px;
    }

    .list-element {
        padding: 0 8px 24px 8px;
    }



    /* BOOK */

    .portfolio-mobile-name {
        padding-top: 25px;
        font-size: 40px !important;
        padding-bottom: 25px;
        line-height: 36px;
    }

    #portfolio-mobile {
        font-size: 14px;
        line-height: 22px;
    }

    /* BOOK VIDEO */

    .player-button {
        bottom: 10px;
        left: 10px;
        font-size: 24px;
    }

    .volume-button {
        bottom: 10px;
        right: 10px;
        font-size: 24px;
    }
    .home-pictures{
        padding: 0;
    }
    .home-text-top{
        padding: 35px 25px;
    }
}
@media screen and (max-width: 400px) {
    .menu-navigation {
        font-size: 11px;
    }
    .menu-navigation li {
        padding: 0 7px;
    }
    .contact-elements, .home-text-bottom, .home-instagram {
        max-width: 95%;
        margin: 0 auto;
    }
    .home-text-bottom-element:nth-child(1), .contact-element:nth-child(1){
        font-size: 12px;
    }
    .home-text-bottom-element:nth-child(1) div, .contact-element:nth-child(1) div,
    .about-column,.apply-column{
        padding: 0;
    }
    .contact-element:nth-child(1) {
        padding: 20px;
    }
    .contact-element:nth-child(2) div{
        height: 200px !important;
    }
    .home-text-bottom-element:nth-child(2) div{
        height: 265px !important;
    }
}
@media screen and (max-width: 320px) {
    .menu-navigation {
        font-size: 9px;
    }
    .captcha-container .g-recaptcha {
        position: relative;
        left: -15px;
        width: 250px;
    }
}
@media screen and (max-width: 280px) {
    .captcha-container .g-recaptcha {
        left: -25px;
    }
}