@media screen and (max-width: 1600px) {
    #selectACity {
        display: none;
    }
    #selectACitySmall {
        display: block;
    }
}

@media screen and (max-width: 1440px) {
    .bookHeader .leftBookHeader {
        padding-left: 130px;
    }

    .bookHeader.modelBookHeader .leftBookHeader {
        width: 260px;
    }

    .bookHeader .rightBookHeader {
        width: calc(100% - 260px);
    }

}

@media screen and (max-width: 1410px) {
    .footerAddressesBorder {
        left: -20px;
        right: -20px;
    }
    .leftBookInfos {
        padding-left: 20px;
    }
    .portfolioOverviewInfos {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1280px) {

    .banner {
        background-color: #000;
        color: #FFF;
        padding: 30px 50px;
        text-transform: uppercase;
        font-size: 10px;
        position: relative;
        margin-bottom: 30px;
        line-height: 18px;
    }
    .banner span{
        font-size: 16px;
        vertical-align: -2px;
        padding-right: 10px;
    }



    /* DISCLAMER */
    .becomePopup {
        padding: 50px;
        font-size: 12px;
        max-width: 1100px;
        margin: 0 50px;
    }

    /* BOOK */

    .closeBookFullScreen {
        width: 50px;
        height: 50px;
    }
    .closeBookFullScreenContainer {
        height: 25px;
        top: 24px;
        left: 8px;
    }
    .closeBookFullScreen span:nth-child(2) {
        top: -2px;
    }
    .closeBookFullScreen span {
        height: 2px;
        width: 35px;
    }
    .bookFullScreenPrev, .bookFullScreenNext {
        width: 50px;
        height: 50px;
    }
    .bookFullScreenPrev img, .bookFullScreenNext img {
        width: 20px;
        padding: 10px 15px;
    }
    .bookFullScreenHeader {
        height: 50px;
        font-size: 12px;
        line-height: 14px;
    }
    .bookFullScreenHeader div {
        margin-top: 11px;
    }
    .portfolioFullScreenBottom {
        height: 50px;
        font-size: 13px;
        line-height: 50px;
        padding: 0 30px;
    }
    .fullScreenMeasurementsContainer {
        margin-top: 18px;
    }
    .portfolioFullScreenElements {
        max-height: calc(100vh - 100px);
    }
    .portfolioFullScreenElements img {
        max-height: calc(100vh - 100px);
    }

    /* TERMS */
    .termsContent {
        max-width: 950px;
        padding-left: 130px;
        margin-left: unset;
    }

    /* OUR LEGACY */
    .ourLegacyContent{
        max-width: 950px;
        padding-left: 130px;
        margin-left: unset;
    }
    .ourLegacyVideo {
        padding-left: 130px;
        max-width: 950px;
        margin-left: unset;
    }

    .ourLegacyElements {
        max-width: 950px;
        padding-left: 130px;
    }
    .ourLegacyElement:nth-child(1) {
        width: 35%;
    }
    .ourLegacyElement:nth-child(2) {
        width: 65%;
        padding-left: 20px;
    }

    /* AFFILIATES */
    .affiliatesContent {
        max-width: 950px;
        padding-left: 130px;
        margin-left: unset;
    }

    /* BECOME */
    .becomeHeader div:nth-child(2) {
        padding-right: 0;
    }
    .becomeHeader {
        margin-bottom: 40px;
    }
    .becomeApplyOnline  p {
        font-size: 14px;
    }
    .formInfosElements {
        margin: 0 -10px 30px -10px;
    }

    .formInfosElements div {
        padding: 0 10px;
    }
    .imageToUploadContainer {
        padding: 0 25px;
    }
    .uploadPicturesElements {
        margin: 0 -25px 50px -25px;
    }

    #validationPart input, #validationPart button {
        width: calc(50% - 50px);
        margin: 0 25px;
    }
    #validationPart {
        width: calc(50% + 25px);
    }
    .becomeVisitUs {
        margin-top: 100px;
    }
    .becomeVisitUs p {
        padding: 0px;
    }
    .visitUsElements {
        padding-top: 40px;
        margin: 0 -15px;
    }


    /* CELEBRITY */

    .celebrityElement {
        width: 33.33333333%;
    }

    .homeNewsPrev, .homeNewsNext {
        background-color: rgba(0,0,0, 0.2);
    }

    /* NEWS DETAILS */
    .newsCategories li {
        padding-left: 25px;
    }
    .newsDetailDescription {
        padding-left: 0px;
    }
    .newsDetailInfos {
        padding-right: 0px;
    }

}

@media screen and (max-width: 1024px) {

    .modelInfos {
        vertical-align: bottom;
    }

    .bookHeader .rightBookHeader {
        font-size: 11px;
        line-height: 15px;
    }

    .bookMeasurements li {
        padding-right: 10px;
    }

    .modelInfos .portfolioModelName {
        font-size: 46px;
        line-height: 34px;
    }

    .modelInfos .portfoliosNavigation {
        margin-top: 30px;
    }

    .newsVideo {
        margin-top: 70px;
    }
    .colMaxVideo {
        padding: 0;
    }

    .modelInfosSocials {
        margin-top: 30px;
    }

    .bookModelBio {
        font-size: 10px;
        line-height: 12px;

        margin-top: 10px;
        padding-right: 10%;

    }

}
@media screen and (max-width: 768px) {

    .notesArea div{
        width: 100%;
    }

    .banner {
        background-color: #000;
        color: #FFF;
        padding: 20px 50px 20px 20px;
        text-transform: uppercase;
        font-size: 10px;
        position: relative;
        margin-bottom: 30px;
        line-height: 18px;
    }
    .banner span{
        font-size: 16px;
        vertical-align: -2px;
        padding-right: 10px;
    }

    .closeBanner {
        font-size: 24px;
        right: 20px;
    }

    .desktopBio {
        display: none
    }

    .tabletBiography {
        display: block;
    }

    .bookModelBio {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        margin-top: 0px;
        padding: 0 20px 35px 20px;
    }

    #selectACitySmall {
        display: none;
    }

    /* SKILLS */
    .mobilePortfolioMeasurementsContainer {
        display: block;
    }
    .skillMobilePortfolioInstagram {
        display: block;
    }
    .skillsInfosContainer {
        padding-top: 120px
    }
    .mobileSkillBookHeader {
        display: block;
    }
    #skillsSection .portfoliosNavigation {
        margin-top: 15px;
    }

    #skillsSection .portfoliosNavigation li {
        padding: 7px 0 7px 25px;
        font-size: 14px;
    }
    .skillsLeftInfos {
        padding: 50px 0 50px 20px;
        box-sizing: border-box;
    }
    .skillsInfosContainer {
        padding-bottom: 50px;
    }

    .skillsModelName {
        font-size: 38px;
        line-height: 28px;
    }

    /* BOOK */
    .bookMeasurements li {
        padding-right: 10px;
    }
    .bookHeader {
        display: none;
    }
    #portfolio {
        display: none;
    }
    #mobilePortfolio {
        display: block;
    }

    .bookNavigation {
        padding-left: 0;
        padding-top: 100px;
        margin: 0 auto 50px auto;
        width: max-content;
        font-size: 18px;
        margin-bottom: 30px;
    }

    /* TERMS */
    .termsContent {
        padding-left: 100px;
        padding-right: 30px;
    }

    /* OUR LEGACY */
    .ourLegacyContent {
        padding-left: 100px;
        padding-right: 30px;
    }
    .ourLegacyVideo {
        padding-left: 0;
        max-width: none;
        margin-left: -20px;
        margin-right: -20px;
    }
    .ourLegacyElements {
        display: flex;
        flex-direction: column-reverse;
        padding-left: 100px;
        padding-right: 30px;
    }
    .ourLegacyElement:nth-child(1) {
        width: 100%;
    }
    .ourLegacyElement:nth-child(2) {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .ourLegacyElement:nth-child(1) img {
        max-height: none;
        width: 100%;
    }

    /* AFFILIATES */
    .affiliatesContent {
        padding-left: 100px;
        padding-right: 30px;
    }
    .affiliatesText {
        margin-bottom: 50px;
    }

    /* BECOME */
    .becomeChoice {
        max-width: 680px;
        margin: 0 auto 30px auto;
    }
    .becomeChoice .becomeChoiceElement:nth-child(1) {
        width: 100%;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .becomeApplyOnline {
        margin-bottom: 30px;
    }
    .becomeChoice .becomeChoiceElement:nth-child(2) {
        width: 50%;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .becomeChoice .becomeChoiceElement:nth-child(3) {
        width: 50%;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .becomeChoice .becomeChoiceElement:nth-child(4) {
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }
    .becomeDropdown {
        padding: 8px 20px;
    }
    .becomeDropdown span {
        padding: 8px 10px;
    }
    .becomeFormContainer {
        max-width: 680px;
        margin: 0 auto;
    }
    .formInfosElements div {
        width: 50%;
    }
    .formMeasuresElements div {
        width: 33.3333333%;
        padding: 0 30px;
    }
    .formMeasuresElements {
        margin: 0 -30px 80px -30px;
    }
    .imageToUploadContainer {
        width: 50%;
        margin-bottom: 50px;
    }
    .uploadPicturesElements {
        margin: 0 -25px 0px -25px;
    }
    #validationPart {
        width: 100%;
    }
    #validationPart input {
        width: calc(50% - 25px);
        margin: 0 25px 0 0;
    }
    #validationPart button {
        width: calc(50% - 25px);
        margin: 0 0 0 25px;
    }
    .becomeVisitUs p {
        font-size: 14px;
    }
    .visitUsElements {
        max-width: 660px;
        margin: 0 auto;
    }
    .visitUsElement {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .becomeVisitUs {
        margin-bottom: 120px;
    }

    /* LIST */
    .listElement {
        width: 33.333333%;
    }
    .listNavigation {
        padding: 0;
        padding-top: 110px;
        width: max-content;
        margin: 0 auto;
        height: auto;
        margin-bottom: 50px;
    }
    .listFilter {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 30px;
        z-index: 1;
    }

    /* CELEBRITY */
    .celebrityTitle {
        width: 410px;
        font-size: 65px;
        line-height: 50px;
    }
    .celebrityTagline {
        font-size: 25px;
    }
    .celebrityElement {
        padding: 0 12px 50px 12px;
        font-size: 14px;
        line-height: 16px;
    }
    .celebrityElements {
        margin: 0 -12px 50px -12px;
    }
    .celebrityElementInfos span {
        font-size: 14px;
        padding-bottom: 2px;
    }
    .celebrityElementInfos {
        padding-top: 5px;
    }


    /* SEARCH */

    .searchElement {
        width: 33.3333333%;
    }

    /* MENU OVERLAY */
    .menuCitySelected {
        left: calc(50% - 235px);
    }
    .displayedMenus {
        top: 400px;
        padding-left: 30px;

    }
    .menuOverlaySeparator {
        display: block;
    }
    .displayedMenus span::before {
        width: 38px;
        height: 38px;
        left: -70px;
        margin-top: 8px;
    }
    .sideMenuNavigation {
        display: none;

    }
    .sideMenuNavigationMobile {
        display: block;
    }




    /* NEWS DETAILS */


    .newsCategories li {
        margin-bottom: 15px;
    }
    .newsCategories {
        width: 175px;
    }
    .newsFilter, .listFilter {
        width: 175px;
    }
    .listFilter {
        min-width: 150px;
        width: 100%;
    }

    .newsHeaderTitle {
        width: calc(100% - 350px);
    }
    .newsFilter, .listFilter {
        font-size: 13px;
    }
    .newsFilterDropdown, .listFilterDropdown {
        padding: 5px 10px;
    }
    .newsFilterDropdown span, .listFilterDropdown span {
        padding: 5px;
    }
    .newsFilterDropdownContainer li, .listFilterDropdownContainer li {
        padding: 5px 10px;
    }
    .newsDetailInfos {
        position: absolute;
        top: -90px;
        right: 0;
    }
    .newsDetailDescription {
        width: 100%;
        text-align: right;
        padding-top: 30px;
    }



    /* GENERAL */
    .hideOnMobile {
        display: none;
    }
    .hideOnDesktop {
        display: block !important;
    }
    #navigation {
        min-height: calc(100vh - 480px);
    }
    .menuNavigation {
        position: unset;
    }

    /* FOOTER */
    .footerElements {
        display: block;
        justify-content: inherit;
    }
    .footerElement {
        width: 33.333333%;
        display: inline-block;
    }
    .footerElement:nth-child(1) {
        margin-bottom: 25px;
    }
    .footerAddressesSecondBorder {
        display: block;
    }




    /* MENU */

    .menuSearch {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 60px;
    }
    .menuSearch img {
        width: 25px;
        height: 25px;
        padding-top: 18px;
    }

    .menuLogo {
        padding: 0;
        left: 0;
        margin: 0 auto;
    }
    .menuBurger {
        height: 60px;
        width: 60px;
    }
    .burgerIcon {
        width: 17px;
        margin: 0 auto;
        margin-top: 22px;
    }
    .burgerIcon span {
        height: 3px;
    }
    .burgerIcon span:nth-child(2) {
        margin: 3px 0;
    }

    /* HOME */
    .instagramHomeTitle {
        padding: 120px 20px 20px 20px;
    }
    .instagramHomeElementsMobile {
        display: block;
    }
    .instagramHomeElements {
        display: none;
    }
    .newsHomeElement {
        width: 50%;
    }
    .mobileOverlay {
        display: block;

    }

}

@media screen and (max-width: 750px) {
    .closePdfPopup {
        font-size: 24px;
        top: 10px;
        right: 10px;
    }

    .selectDownload {
        max-width: 95%;
        padding: 20px;
    }
    .pleaseSelect {
        margin-bottom: 30px;
        font-size: 10px;

    }
    .pdfType span{
        font-size: 10px;
    }
    .pdfType {
        padding: 0 20px;
    }
    #pdfOne div {
        margin: 0 1px 2px 1px;
        width: calc(100% - 2px);
    }
    #pdfFour div {
        width: calc(50% - 2px);
        margin: 0 1px 2px 1px;
    }
    #pdfMulti div {
        width: calc(33.333333% - 2px);
        margin: 0 1px 2px 1px;
    }

}

@media screen and (max-width: 450px) {

    .tinyMobileSeparator {
        display: block;

    }

    .bio-separator {
        margin: 20px auto 0px auto;
        display: block;
    }

    .mobilePortfolioInfos {
        left: 0px;
        padding: 0 20px;
    }

    .newsVideo {
        margin-top: 0px;
    }

    .newsDetailPage {
        padding-bottom: 40px;
    }

    .soloNewsDescription {
        display: block;
    }

    .bookModelBio {
        margin-top: 0px;
        padding: 40px 20px 10px 20px;
    }

    .artistTabletBiography .bookModelBio {
        padding: 20px 20px 40px 20px;
    }

    /* SKILLS */
    .skillmobilePortfolioNavigation {
        display: block;
    }
    .skillsLeftInfos {
        display: none;
    }
    .mobileSkillBookHeader {
        display: none;
    }
    .skillsInfosContainer {
        width: 100%;
    }
    .skillElement {
        margin: 0 auto;
    }
    .skillElement div:nth-child(2) {
        width: 15px;
    }
    .skillsInfosContainer {
        padding-top: 30px;
        padding-bottom: 0;
    }


    /* DISCLAMER */

    .becomePopup {
        padding: 20px;
        font-size: 10px;
        margin: 0px 20px;
    }

    .becomePopup i {
        font-size: 21px;
    }

    /* BOOK */

    .mobileElement {
        display: block;
    }

    .bookNavigation {
        padding-top: 30px;
    }
    .mobilePortfolioInfos {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .mobilePortfolioInstagram i {
        margin-right: 2px;
    }
    .mobilePortfolioNavigation {
        position: unset;
        transform: unset;
    }
    .mobilePortfolioList {
        display: none;
    }
    .mobilePortfolioInstagram {
        position: absolute;
        right: 40px;
        bottom: 2px;
        text-align: right;
        font-size: 10px;
        line-height: 12px;
    }
    .mobilePortfolioOptions {
        display: none;
    }
    .mobilePortfolioModelName {
        font-size: 26px;
        line-height: 19px;
        width: max-content;
        margin: 0 auto;
    }
    .mobilePortfolioSocials {
        display: none;
    }
    .mobilePortfolioContact {
        height: 60px;
        line-height: 60px;
    }
    .mobilePortfolioCategory {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .mobilePortfolioFirstPicture {
        padding-left: 0;
    }
    .mobilePortfolioMeasurements {
        display: none;
    }
    .mobileMeasurements {
        display: inline-block;
        padding-top: 30px;
        width: 50%;
        box-sizing: border-box;
        padding-left: 20px;
        text-transform: uppercase;
        font-size: 14px;
        vertical-align: top;
    }
    .mobileMeasurements li{
        display: block;
        margin-bottom: 5px;
    }
    .tinyMobilePortfolioNavigation.modelsBook {
        display: block;
        vertical-align: top;
        box-sizing: border-box;
        font-weight: 500;
        padding: 0;
        margin: 0 auto;
    }


    .tinyMobileSocialMedias {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        padding-top: 30px;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        text-align: right;
        text-transform: uppercase;
        padding-right: 20px;
        color: #707070;
    }

    .tinyMobileSocialMedias li:nth-child(2), .tinyMobileSocialMedias li:nth-child(3) {
        padding-top: 15px;
    }

    .tinyMobileSocialMedias li i {
        margin-right: 5px;
    }

    /* INVESTOR */

    .investorTitle {
        margin-top: 30px;
    }

    .investorContent {
        margin-bottom: 30px;
    }

    /* TERMS */

    .termsTitle {
        margin-top: 30px;
    }
    .termsContent{
        padding-left: 0px;
        padding-right: 0px;
        text-align: justify;
    }

    /* OUR LEGACY */
    .ourLegacyContainer:nth-child(1){
        padding-top: 30px;
    }
    .ourLegacyContent {
        padding-left: 30px;
        padding-right: 0px;
    }
    .ourLegacyVideo {
        margin-bottom: 80px;
    }
    .ourLegacyElements {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0px;
    }
    .ourLegacyElements {
        margin: 0 -20px;
    }
    .ourLegacyElement span {
        padding: 50px 20px 50px 50px;
        display: block;
    }
    .ourLegacyElement:nth-child(2) {
        margin-bottom: 120px;
    }


    /* AFFILIATES */

    .affiliatesTitle {
        padding-top: 30px;
    }
    .affiliatesContent {
        padding-left: 30px;
        padding-right: 0px;
    }
    .affiliatesContacts {
        width: 100%;
        margin-bottom: 100px;
    }
    .affiliatesContacts div:nth-child(1) {
        padding-right: 0;
        margin-bottom: 50px;
    }

    /* BECOME */
    #validationPart input, #validationPart button {
        width: 100%;
        margin: 0;
    }
    .visitUsElement {
        width: 100%;
        padding: 0 ;
        margin-bottom: 30px;
    }
    #validationPart input {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .formMeasuresElements div {
        width: 50%;
        padding: 0 20px;
    }
    .formMeasuresElements {
        margin: 0 -20px 40px -20px;
    }
    .imageToUploadContainer {
        width: 100%;
        margin-bottom: 20px;
    }
    .becomeChoice .becomeChoiceElement:nth-child(4) {
        font-size: 14px;
        margin-top: 10px;
        line-height: 16px;
    }
    .formInfosElements div {
        width: 100%;
    }
    .becomeChoice {
        margin: 0 auto 20px auto;
    }
    .becomeChoice .becomeChoiceElement:nth-child(1) {
        margin-bottom: 10px;
    }
    .becomeChoice .becomeChoiceElement:nth-child(2) {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .becomeChoice .becomeChoiceElement:nth-child(3) {
        width: 100%;
        padding-left: 0;
    }

    .becomeHeader {
        display: unset;
        justify-content: unset;
        text-align: center;
    }
    .becomeHeader div:nth-child(1) {
        padding-top: 30px;
    }
    .becomeHeader div:nth-child(2) {
        padding-top: 15px;
        padding-bottom: 40px;
    }

    /* LIST */
    .listElements {
        margin: 0 -7px;
        margin-bottom: 70px;
    }
    .listElement {
        width: 50%;
        padding: 0 7px 20px 7px;
    }
    .listFilter {
        margin-top: 20px;
    }
    .listNavigation {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .listElementModelName {
        line-height: 15px;
        font-size: 18px;
    }


    /* CELEBRITY */

    .celebrityTitle {
        width: 280px;
        font-size: 45px;
        line-height: 35px;
        margin: 30px auto 23px auto;
    }

    .celebrityTagline {
        margin-bottom: 30px;
        font-size: 21px;
    }
    .celebrityElements {
        margin: 0 -20px 50px -20px;
    }

    .celebrityElement {
        padding: 0 0 60px 0;
        width: 100%;
        font-size: 18px;
        line-height: 20px;
    }
    .celebrityElementInfos span {
        font-size: 18px;
    }
    .celebrityElementInfos {
        padding: 15px 20px 0 20px;
    }

    /* GLOBAL */
    .showDesktop {
        display: none;
    }
    .showMobile {
        display: block;
    }

    /* MENU OVERLAY */
    .sideMenuNavigationMobile {

        padding-top: 30px;
    }
    .displayedMenus li ul {
        font-size: 18px;
        padding: 30px 0 0 25px;
    }
    .displayedMenus span::before {
        width: 26px;
        height: 26px;
        left: -40px;
        margin-top: 4px;
    }

    .displayedMenus {
        top: 255px;
        font-size: 32px;
        width: 270px;
        padding-left: 11px;
    }

    .displayedMenus li {
        margin-bottom: 25px;
    }

    .menuOverlaySeparator {
        top: 235px;
    }

    .menuCitySelected {
        top: 200px;
        font-size: 19px;
        left: calc(50% - 154px);
    }

    .menuCitySelected i {
        font-size: 19px;
        vertical-align: 0px;
        margin-right: 6px;
    }

    .logoIcon {
        top: -90px;
        width: 250px;
    }
    .logoSearchIcon {
        top: -90px;
        width: 250px;
    }
    .logoSearchIcon.active {
        top: -180px;
    }
    .searchContainer.active {
        margin-top: 110px;
    }
    .closeMenu, .closeSearch {
        top: 28px;
        right: 17px;
    }
    .closeMenu span, .closeSearch span {
        width: 23px;
    }
    .searchContainer {
        margin-top: 200px;
    }
    .searchBoards {
        line-height: 26px;
        padding: 20px 0;
    }
    #searchResult {
        padding: 0 15px;
    }
    .searchElement {
        width: 50%;
    }

    /* MENU */
    #menu {
        background-color: #FFFFFF;
        box-sizing: border-box;
        border-bottom: 1px solid #000000;
        height: 60px;
    }
    .menuLogo {
        width: 195px;
        top: 19px;
    }
    .menuSearch {
        display: none;
    }
    .menuBurger {
        border: none;
        height: auto;
        width: auto;
    }
    .burgerIcon {
        margin: 0;
        position: absolute;
        right: 20px;
        top: 22px;
    }
    .menuSearchMobile {
        display: block;
        padding: 20px 0 0 20px;
    }

    .menuSearchMobile img {
        width: 20px;
    }

    #navigation {
        padding-top: 60px;
    }

    /* FOOTER */
    .footerElement {
        width: 100%;
    }
    .footerAddressesBorder {
        display: none;
    }
    .footerAddressesSecondBorder {
        display: none;
    }

    #footer {
        padding: 0;
    }
    .footerTitle {
        padding: 15px 20px;
    }
    .footerElement p{
        padding: 0 20px
    }
    .footerElement {
        margin-bottom: 25px;
    }
    .footerNewsletter form {
        padding: 0 20px;
    }
    .mediaslideLink {
        padding: 20px;
    }

    /* HOME */

    .instagramHomeTitle {
        padding-top: 50px;
        padding-bottom: 12px;
    }
    .instagramHomeTitle span {
        font-size: 10px;
    }
    .instagramHomeTitle span:nth-child(1) {
        font-size: 14px;
        line-height: 10px;
    }
    .homeNewsTitle {
        padding-top: 50px;
        padding-bottom: 12px;
        font-size: 14px;
    }
    .newsHomeMasonry {
        margin: 0 -15px;
    }

    .newsHomeElement {
        padding: 0 15px 30px 15px;
    }
    .newsHomeBottomTitle {
        display: block;
    }
    .mobileOverlay {
        display: none !important;
    }
    .newsHomeOverlay {
        opacity: 1;
        background-color: transparent;
    }

    .newsHomeCategory {
        position: absolute;
        top: 10px;
        font-size: 12px;
        text-align: left;
    }
    .newsHomeTitle {
        display: none;
    }
    .rightPicture .newsHomeCategory {
        text-align: right;
    }
    .rightPicture .newsHomeBottomTitle {
        padding-left: 0;
        padding-right: 20px;
        text-align: right;
    }

    /*NEWS DETAILS */
    .newsFilter {
        width: 100%;
        padding: 20px 0;
    }

    .newsDetailInfos {
        position: relative;
        width: 100%;
        padding-right: 0;
        top: auto;
        right:auto;
    }
    #newsDetailSlideShowMobile {
        display: block;
    }
    #newsDetailSlideShow {
        display: none;
    }
    .newsHeaderTitleMobile {
        display: block;
    }
    .newsHeaderTitle {
        display: none;
    }
    .newsDetailDescription {
        display: none;
    }
    .newsDetailDescriptionMobile {
        display: block;
    }

    /* NEWS */

    .newsFeed {
        margin: 20px 0 40px 0;
    }


}