/* RESET CSS */

* {
    outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* BASE */

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

/* FONTS */
@font-face {
    font-family: 'ITC Avant Garde Std Md';
    src: url('../fonts/ITCAvantGardeStd-Bold.eot');
    src: url('../fonts/ITCAvantGardeStd-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Bold.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-Bold.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Bold.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ITC Avant Garde Std Bk';
    src: url('../fonts/ITCAvantGardeStd-Demi.eot');
    src: url('../fonts/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Demi.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Demi.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmerica-Regular.eot');
    src: url('../fonts/GTAmerica-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTAmerica-Regular.woff2') format('woff2'),
    url('../fonts/GTAmerica-Regular.woff') format('woff'),
    url('../fonts/GTAmerica-Regular.ttf') format('truetype'),
    url('../fonts/GTAmerica-Regular.svg#GTAmerica-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GT America';
    src: url('../fonts/GTAmerica-Medium.eot');
    src: url('../fonts/GTAmerica-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GTAmerica-Medium.woff2') format('woff2'),
    url('../fonts/GTAmerica-Medium.woff') format('woff'),
    url('../fonts/GTAmerica-Medium.ttf') format('truetype'),
    url('../fonts/GTAmerica-Medium.svg#GTAmerica-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}



.fade-delay-1 {
    opacity: 1;
    -moz-animation: fadein 500ms linear; /* Firefox */
    -webkit-animation: fadein 500ms linear; /* Safari and Chrome */
    -o-animation: fadein 500ms linear;/* Opera */
    animation: fadein 500ms linear;
}

body {
    margin: 0;
    font-family: 'GT America',sans-serif;
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active, a:focus {
    color: inherit;
    outline: none;
}

input, select {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    width: 100%;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
    color: inherit;
}

#navigation {
    max-width: 100%;
    overflow: hidden;
    min-height: calc(100vh - 349px);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* GLOBAL */

.showMobile {
    display: none;
}

.colMaxWidth {
    max-width: 1370px;
    margin: 0 auto;
}
.colMaxWidthPadding {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 20px;
}
.hideOnDesktop {
    display: none !important;
}

/* MENU */

#menu {
    position: fixed;
    top:0;left:0;right:0;
    z-index: 12;

}
.headerBackground {
    height: 80px;
    background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 80%);
    position: fixed;
    left:0;
    right:0;
    top:0;
    z-index: 1;
}

.menuContainer {
    max-width: 1370px;
    margin: 0 auto;
    position: relative;

}

.menuLogo {
    position: absolute;
    top:0;
    right: 0;
    width: 515px;
    padding-right: 20px;
}
.menuNavigation {
    width: 80px;
    position: absolute;
}
.menuBurger {
    height: 80px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
}
.menuSearch {
    height: 80px;
    background-color: #000000;
    cursor: pointer;
}
.menuSearchMobile {
    display: none;
}
.burgerIcon {
    width: 22px;
    margin: 0 auto;
    margin-top: 30px;
}
.burgerIcon span {
    width: 100%;
    height: 4px;
    background-color: black;
    display: block;
}
.burgerIcon span:nth-child(2) {
    margin: 4px 0;
}

.menuSearch img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding-top: 25px;
}
/* MENU OVERLAY */

.menuCitySelected div {
    display: none;
    cursor: pointer;
}

.mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.cityMenu {
    display: none;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.cityMenu.showMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.mainMenu.hideMenu {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

.closeMenu {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 36px;
    cursor: pointer;
}
.closeArea {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    height: 41px;
    z-index: 1;
}

.closeMenu span {
    height: 3px;
    background-color: #000;
    width: 55px;
    display: block;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.closeMenu span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}
.closeMenu span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top:-3px;
}
.closeMenu:hover span {
    background-color: #707070;
}

.displayedMenus {
    padding-left: 10px;
    width: 420px;
    margin: 0 auto;
    position: absolute;
    top:313px;
    left:0;
    right:0;
    font-size: 50px;
    padding-bottom: 18px;
    font-weight:500;
}

.displayedMenus li {
    margin-bottom: 12px;
}

.displayedMenus span {
    cursor: pointer;
}

.mainMenu li {
    cursor: pointer;
}

.displayedMenus .willysocial {
    padding-top:15px;
    margin-top: 50px;
    display: block;
}



.displayedMenus span, .displayedMenus a, .mainMenu li, .menuCitySelected div  {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
/*.displayedMenus span:hover, .displayedMenus a:hover, .mainMenu li:hover, .menuCitySelected div:hover   {*/
/*color: #707070;*/
/*}*/

.displayedMenus span::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 20px;
    left: -70px;
    margin-top: 7px;
    background-color: transparent;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.displayedMenus .menuOpen span::before {
    background-color: #000;
}

.displayedMenus  li ul {
    font-size: 24px;
    padding: 30px 0 18px 50px;
    display: none;
}

.displayedMenus li ul li{
    margin-bottom: 5px;
}

.sideMenuNavigation {
    width: max-content;
    text-align: right;
    color: #707070;
    position: absolute;
    top:320px;
    left:calc(50% + 360px);
    right:0;
    font-size: 18px;
    font-weight: 500;
}

.sideMenuNavigationMobile {
    display: none;
    text-align: left;
    color: #707070;
    font-size: 18px;
    padding-top: 60px;
}
.sideMenuNavigationMobile .sideMenuSocialMedias i {
    font-size: 27px;
    margin-left: 0;
    margin-right: 25px;
}

.menuOverlaySeparator {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 365px;
    left: 0;
    right: 0;
    display: none;
    opacity: 0;
}

.sideMenuNavigation a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.sideMenuNavigation a:hover {
    color: #000;
}

.menuCitySelected {
    width: max-content;
    text-align: left;
    position: absolute;
    top:317px;
    left:calc(50% - 580px);
    right:0;
    font-size: 32px;
    font-weight: 500;
}

.menuCitySelected i {
    font-size: 25px;
    vertical-align: 2px;
    margin-right: 10px;
}

.sideMenuSocialMedias i {
    font-size: 27px;
    margin-left: 25px;
}

.sideMenu li {
    margin-bottom: 25px;
}


#menuOverlay {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top:0;left:0;right:0;bottom: 0;
    z-index: 15;
    background-color: rgba(255,255,255,0.95);
    display: none;
}

.menuCloseArea {
    position: absolute;
    top:0;left:0;right:0;bottom: 0;
    z-index: -1;
}

.logoIcon {
    margin: 0 auto;
    position: relative;
    top: -120px;
    width: 400px;
}
.logoIcon img {
    width: 100%;
}

/* HOME  */

#homeHeaderVideo iframe {
    background-color: #000000;
    width: 100%;
    opacity: 0;
}

/* HOME INSTAGRAM */

.instagramHomeElementsMobile {
    max-width: 1370px;
    font-size: 0;
    margin: 0 auto;
    display: none;
}
.instagramHomeElementMobile {
    width: 33.333333%;
    display: inline-block;
}

.instagramHomeTitle {
    padding: 160px 20px 20px 20px;
    max-width: 1370px;
    margin: 0 auto;
    font-size: 0;
}
.instagramHomeTitle span {
    display: inline-block;
    width: 50%;
    font-size: 16px;
    vertical-align: bottom;
}
.instagramHomeTitle span:nth-child(1) {
    font-family: 'ITC Avant Garde Std Md';
    font-size: 25px;

}
.instagramHomeTitle span:nth-child(2) {
    text-align: right;
    font-weight: 500;
}

.instagramHomeElement {
    position: relative;
    overflow: hidden;

}

.homeElementPicture {
    width: 100%;
    -webkit-transition : -webkit-filter 300ms ease;
}


.instagramElementOverlay {
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.instagramElementOverlay div {
    position: relative;
    top:55%;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: max-content;
    margin: 0 auto;
}
.instagramElementOverlay div .homeInstagramElementInfo {
    display: block;
    text-align: left;
    padding: 1px 0;
}

.instagramElementOverlay div span img {
    margin-right: 6px;
    width: 14px;
}

.instagramElementOverlay div span span {
    vertical-align: 1px;
}

.instagramHomeElement:hover .instagramElementOverlay {
    opacity: 1;
}

.instagramHomeElement:hover .instagramElementOverlay div {
    top:50%;
}

.instagramHomeElement:hover .homeElementPicture{
    filter: blur(5px);
}

/* HOME NEWS */

.homeNewsTitle {
    padding-top: 160px;
    padding-bottom: 20px;
    font-family: 'ITC Avant Garde Std Md';
    font-size: 25px;
    text-align: center;
}

.newsHomeMasonryContainer {
    max-width: 1370px;
    margin: 0 auto;
}

.mobileOverlay {
    display: none;
    position: absolute;
    top:20px;
    bottom:20px;
    left:20px;
    right: 20px;
    z-index: 10;
}
.mobileOverlay.overlayDisabled {
    display: none;
}

.newsHomeMasonry {
    margin: 0 -20px;
}

.newsHomeElement {
    width: 33.33333%;
    box-sizing: border-box;
    padding: 0 20px 40px 20px;
}

.newsHomeElement img {
    display: block;
    width: 100%;
    -webkit-transition : -webkit-filter 300ms ease;
}

.newsHomePictureContainer {
    position: relative;
    overflow: hidden;
}

.newsHomeOverlay {
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-transform: uppercase;
}

.newsHomeBottomTitle {
    display: none;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
    line-height: 14px;
}

.newsHomeCategory {
    position: absolute;
    top: 28px;
    right: 20px;
    left: 20px;
    text-align: right;
    line-height: 18px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

.newsHomeTitle {
    position: absolute;
    bottom: 8px;
    right: 20px;
    left: 20px;
    text-align: right;
    line-height: 18px;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
}

.newsHomeElement:hover .newsHomeOverlay {
    opacity: 1;
}

.newsHomeElement:hover .newsHomeCategory {
    top:18px;
}
.newsHomeElement:hover .newsHomeTitle {
    bottom:18px;
}

.newsHomeElement:hover .newsHomePictureContainer img {
    filter: blur(5px);
}

.homeNewsPrev {
    position: absolute;
    top:50%;
    left:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.15);
    color: #FFFFFF;
    z-index: 2;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;

}

.homeNewsPrev img, .homeNewsNext img {
    width: 30px;
    padding: 17px 25px;
}


.homeNewsNext {
    position: absolute;
    top:50%;
    right:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.15);
    color: #FFFFFF;
    z-index: 2;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.homeNewsPrev:hover, .homeNewsNext:hover {
    background-color: #000;
}

.newsHomeElements {
    margin-bottom: 40px
}

/* FOOTER */



#footer {
    max-width: 1370px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

.footerNewsletter {
    position: relative;
}

.footerNewsletter form {
    font-size: 0;
    margin-bottom: 50px;
}

.footerNewsletter input[type=email] {
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #000000;
    width: 250px;
    display: inline-block;
    font-size: 13px;
    vertical-align: bottom;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.footerNewsletter input[type=submit] {
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-left: none;
    width: 30px;
    display: inline-block;
    font-size: 13px;
    vertical-align: bottom;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
}

.footerNewsletter input[type=submit]:hover {
    background-color: #000;
    color: #FFF;
}

.footerAddresses {
    position: relative;
}

.footerElements {
    display: flex;
    justify-content: space-between;
    font-size: 0;
}

.footerElement {
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
}

.footerTitle {
    padding: 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #000000;
    margin-bottom: 15px;
    line-height: 18px;
    font-weight: 500;
}

.footerAddressesBorder {
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;
}
.footerAddressesSecondBorder {
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: -20px;
    right: -20px;
    top: 193px;
    display: none;
}

.mediaslideLink {
    padding: 30px 0;
    font-size: 11px;
    text-transform: uppercase;
    text-align: right;
}

/* NEWSLETTER */

#newsletterModal {
    background-color: #221f20;
    color: white;
    position: fixed;
    top:50%;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    padding: 16px 0 43px 0;
    font-size: 13px;
    text-align: center;
    display: none;
}
#newsletterModal div {
    text-align: right;
    padding: 0 20px;
}
#newsletterModal p {
    padding: 0 100px;
    line-height: 27px;
}
#newsletterModal i {
    font-size: 30px;
    cursor: pointer;
}

/* NEWS */

.soloNewsDescription {
    display: none;
}

.newsDetailPage {
    padding-bottom: 100px;
}


#wait {
    display: none;
    position: absolute;
    top:100px;
    left: 0;
    right: 0;
}
#waitHome {
    display: none;
    margin-top: 150px;
    margin-bottom: 150px;
}


#newsFeed {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}

.newsFeed {
    margin: 20px 0 90px 0;
}

/* NEWS NAV */

.newsDetailPage iframe {
    width: 100%;
}

.newsMenu {
    font-size: 0;
}
.newsCategories {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;

}
.newsCategories li {
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
}
.newsCategories li:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 14px;
    left: 0px;
}
.newsCategories li span{
    cursor: pointer;
}
.newscategorySelected:before {
    background-color: #000;
}
.newsFilter {
    width: 250px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 16px;
}
.newsHeaderTitle {
    width: calc(100% - 500px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-family: 'ITC Avant Garde Std Md';
    font-size: 24px;
    text-align: center;
}
.newsFilterDropdown, .becomeDropdown {
    border: 1px solid #000;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}
.newsFilterDropdown span, .becomeDropdown span {
    padding: 10px 10px;
    border-left: 1px solid #000 ;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newsFilterDropdown span:hover, .becomeDropdown span:hover {
    color: #FFF;
    background-color: #000000;
}
.newsFilterDropdownContainer, .becomeDropdownContainer {
    position: relative;
}
.newsFilterDropdownContainer ul, .becomeDropdownContainer ul  {
    display: none;
    border: 1px solid #000;
    border-top: none;
    background-color: #FFF;
    padding: 10px 0;
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 2;
    font-weight: 500;
}

.newsFilterDropdownContainer li, .becomeDropdownContainer li {
    padding: 10px 20px;
    cursor: pointer;
    border-top: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newsFilterDropdownContainer li:hover, .becomeDropdownContainer li:hover  {
    color: #FFF;
    background-color: #000000;
}

/* NEWS DETAILS */

.newsVideo {
    margin-top: 80px;
}

.newsHeaderTitleMobile {
    display: none;
    font-family: 'ITC Avant Garde Std Md';
    font-size: 25px;
    text-align: center;
    padding: 30px 0;

}

#newsDetailSlideShowMobile {
    display: none;
    margin-top: 60px;
    margin-bottom: 100px;
}

#newsDetailSlideShowMobile img {
    width: 100%;
    display: block;
}
.navigationPadding {
    padding-top: 210px;
}
.newsDetailContent {
    font-size: 0;
    padding-top: 30px;
    position: relative;
}
.newsDetailDescription {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    padding-left: 20px;
}
.newsDetailDescriptionMobile {
    font-size: 12px;
    line-height: 14px;
    padding: 50px 20px;
    text-align: right;
}
.newsDetailInfos {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: right;
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 35px;
}

#newsDetailCategory {
    padding-bottom: 25px;
}

#newsDetailSlideShow {
    position: relative;
    margin-top: 70px;
    margin-bottom: 50px;
}

.newsDetailSlideShowContainer {
    max-width: 1370px;
    margin: 0 auto;
}
.newsDetailSlideShowElement {
    padding: 0 10px;
}
.newsDetailSlideShowElement img {
    height: 600px;
}

/* SEARCH */

#search {
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top:0;left:0;right:0;bottom: 0;
    z-index: 15;
    background-color: rgba(255,255,255,0.95);
    display: none;
}

.closeSearch {
    position: absolute;
    top: 54px;
    right: 28px;
    font-size: 36px;
    cursor: pointer;
}
.closeSearchArea {
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    height: 41px;
    z-index: 1;
}

.closeSearch span {
    height: 3px;
    background-color: #000;
    width: 55px;
    display: block;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.closeSearch span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}
.closeSearch span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top:-3px;
}
.closeSearch:hover span {
    background-color: #707070;
}

.searchBoards input[type='radio'],.searchBoards input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 1;
}

.checkboxArea input[type='radio'],.checkboxArea input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 0;
}

.searchBoards {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 13px;
}

.searchBoards input[type='radio'] + label,.searchBoards input[type='checkbox'] + label  {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #000;
    cursor: pointer;
}

.sportandfitnessChoice {
    position: relative;
}

.checkboxArea input[type='radio'] + label, .checkboxArea input[type='checkbox'] + label  {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 15px;
}

.searchBoards input[type='radio'] + label, .searchBoards input[type='checkbox'] + label {
    border: 2px solid #000;
    background: transparent;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.checkboxArea input[type='radio'] + label, .checkboxArea input[type='checkbox'] + label {
    border: 2px solid #000;
    background: transparent;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}


.searchBoards input[type='radio']:checked + label, .searchBoards input[type='checkbox']:checked + label {
    border: 2px solid #000;
    background: #000;
}
.checkboxArea input[type='radio']:checked + label,  .checkboxArea input[type='checkbox']:checked + label{
    border: 2px solid #000;
    background: #000;
}

.searchContainer {
    position: relative;
    max-width: 1370px;
    /*padding: 0 20px 40px 20px;*/
    margin: 0 auto;
    margin-top: 320px;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
}
.searchLoader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    background-color: rgba(0,0,0,0.7);
}

.searchModelLoader {
    display: none;
}

.searchLoader img {
    padding-top: 20px;
}

.searchContainer.active {
    margin-top: 180px;
}

.searchModels {
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: #000;
    color: #FFF;
    height: 75px;
    font-size: 18px;
    padding: 0 20px 0 70px;
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 20px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;

}

.logoSearchIcon {
    margin: 0 auto;
    position: absolute;
    top: -120px;
    width: 400px;
    left:0;
    right: 0;
    -webkit-transition: top 0.3s ease;
    -moz-transition: top 0.3s ease;
    -ms-transition: top 0.3s ease;
    -o-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
.logoSearchIcon.active {
    top: -260px;
}

.logoSearchIcon img {
    width: 100%;
}

.searchBoards li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.searchBoards span {
    padding-left: 10px;
    vertical-align: 2px;
}

#searchResult {
    padding: 0 20px;
    max-width: 1370px;
    margin: 0 auto;
    padding-bottom: 20px;
}


.searchResultList {
    font-size: 0;
    margin: 0 -15px;
}

.searchElement {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px 30px 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.searchElement img {
    display: block;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.searchElement img.loaded {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.searchElementName {
    font-size: 18px;
    line-height: 13px;
    padding-top: 15px;
    font-family: 'ITC Avant Garde Std Md';
    text-transform: uppercase;
}

.searchElementName ul{
    font-size: 12px;
    font-family: "GT America";
    padding-top: 5px;
    line-height: 16px;
}

/* Celebrity */

#celebrityHeader {
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;

}
#celebrityHeader div {
    overflow: hidden;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#celebrityHeader img {
    width: 100%;
}
.celebrityTitle {
    width: 570px;
    margin: 80px auto 60px auto;
    text-align: right;
    font-size: 90px;
    line-height: 70px;
    font-family: 'ITC Avant Garde Std Md';
}
.celebrityTitle img {
    width:100%;
}
.celebrityTagline {
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    margin-bottom: 60px;
}

.willySocialTagline {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    margin-left: 60px;
    margin-right: 60px;
}


.celebrityElements {
    font-size: 0;
    margin: 0 -20px;
}

.celebrityElement {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 15px;
    line-height: 17px;
    box-sizing: border-box;
    padding: 0 20px 80px 20px;
}
.celebrityPictureContainer {
    position: relative;
    overflow: hidden;
}
.celebrityOverlay {
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}


.celebrityOverlay div {
    position: relative;
    top:55%;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
}

.celebrityElement:hover .celebrityOverlay {
    opacity: 1;
}

.celebrityElement:hover .celebrityOverlay div {
    top:50%;
}

.celebrityPictureContainer img {
    -webkit-transition : -webkit-filter 300ms ease;
}
.celebrityElement:hover img{
    filter: blur(5px);
}



.celebrityElements .portrait {
    width: 100%;
}
.celebrityElements .landscape {
    height: 100%;
    position: relative;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.celebrityElementInfos {
    padding-top: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.celebrityElementInfos span {
    font-family: "ITC Avant Garde Std Md";
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
}

/* LIST */

.banner {
    background-color: #000;
    color: #FFF;
    padding: 30px 100px;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    margin-bottom: 30px;
    line-height: 22px;
    display: none;
}

.banner span{
    font-size: 20px;
    vertical-align: -3px;
    padding-right: 10px;
}
.banner a{
     padding-left: 5px;
 }
.banner i{
    padding-right: 3px;
}

.closeBanner {
    position: absolute;
    color: #FFF;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 36px;
    cursor: pointer;
}

.listOpenMenu {
    cursor: pointer;
}

.listNavigation {
    padding-top: 80px;
    padding-left: 270px;
    font-size: 20px;
    font-weight: 500;
    height: 130px;
    text-transform: uppercase;
    position: relative;
}
.listNavigation li {
    margin-bottom: 4px;
}

.listElements {
    font-size: 0;
    margin: 0 -15px;
    margin-bottom: 100px;
}

.listElement {
    /*display: none;*/
    width: 20%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px 30px 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.listElement.active {
    display: inline-block;
}
.listElement img {
    display: block;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

.listElement img.loaded {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.listElementPicture {
    overflow: hidden;
    position: relative;
}

.listElementModelName {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    text-align: right;
    font-family: "ITC Avant Garde Std Md";
    line-height: 14px;
    font-size: 20px;
    text-transform: uppercase;
}

.listElementOverlay {
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    font-size: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.artistsElementOverlay, .modelsElementOverlay {
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    background-color: rgba(0,0,0,0.3);
    color: #FFF;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 14px;
    font-weight: 500;
}

.listElementOverlay div {
    position: relative;
    top:55%;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.artistsElementOverlay div, .modelsElementOverlay div {
    bottom: 0px;
    right: 20px;
    position: absolute;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom.3s;
    -ms-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s;
    text-align: right;
}

.modelsElementOverlay div ul{
    font-size: 13px;
}
.modelsElementOverlay div ul li{
    padding-top: 1px;
}

.listElementOverlay span {
    display: block;
    height: 2px;
    background-color: #FFFFFF;
    margin: 4px 0 6px 0;
}
.listElementOverlay i {
    font-size: 20px;
    vertical-align: -2px;
    margin-right: 3px;
}

.listElement:hover .listElementOverlay, .listElement:hover .artistsElementOverlay,.listElement:hover .modelsElementOverlay  {
    opacity: 1;
}

.listElement:hover .listElementOverlay div {
    top:50%;
}
.listElement:hover .artistsElementOverlay div, .listElement:hover .modelsElementOverlay div  {
    bottom:20px;
}


.listElementPicture img {
    -webkit-transition : -webkit-filter 300ms ease;
}
.listElement:hover img{
    filter: blur(5px);
}

.categoryLine {
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #000000;
    vertical-align: 6px;
    margin-right: 10px;
}
.subcategoryLine {
    width: 60px;
    height: 1px;
    display: inline-block;
    background-color: #000000;
    vertical-align: 6px;
    margin-right: 10px;
}

.listFilter {
    width: 250px;
    box-sizing: border-box;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 45px;
    z-index: 11;
}
.listFilterDropdown {
    border: 1px solid #000;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
}
.listFilterDropdown span {
    padding: 10px 10px;
    border-left: 1px solid #000 ;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.listFilterDropdown span:hover {
    color: #FFF;
    background-color: #000000;
}
.listFilterDropdownContainer {
    position: relative;
}
.listFilterDropdownContainer ul {
    display: none;
    border: 1px solid #000;
    border-top: none;
    background-color: #FFF;
    padding: 10px 0;
    position: absolute;
    right: 0px;
    left: 0px;
    z-index: 1;
}

.listFilterDropdownContainer li {
    padding: 10px 20px;
    cursor: pointer;
    border-top: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.listFilterDropdownContainer li:hover {
    color: #FFF;
    background-color: #000000;
}

/* BOOK MOBILE */

.mobilePortfolioSocials {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 13px;
    font-weight: 500;
    color: #707070;
}

.mobilePortfolioSocials div:nth-child(2), .mobilePortfolioSocials div:nth-child(3)  {
    padding-top: 15px;
}

.mobilePortfolioSocials i {
    margin-right: 5px;
}
.mobilePortfolioOptions {
    bottom: 0;
    position: absolute;
    font-size: 12px;
    color: #707070;
    font-weight: 500;
}
.mobilePortfolioNavigation {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mobilePortfolioCategory {
    color: #707070;
    font-size: 15px;
    margin-bottom: 10px;
}
.mobilePortfolioModelName {
    font-size: 38px;
    font-family: "ITC Avant Garde Std Md";
    line-height: 28px;
}
.mobileSkillBookHeader {
    display: none;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 17px;
}

.mobileSkillBookHeader i {
    margin-right: 5px;
}
.mobilePortfolioList {
    padding-top: 15px;
    font-weight: 500;
}
.mobilePortfolioList li{
    padding: 7px 0 7px 25px;
}

.mobilePortfolioList li.active:before {
    background-color: #000;
}

.mobilePortfolioList li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 30px;
    left: 0;
    background-color: transparent;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.mobilePortfolioOptions img {
    width: 18px;
    vertical-align: -4px;
    margin-right: 5px;
}

#mobilePortfolio {
    display: none;
}
.mobilePortfolioHeader {
    font-size: 0;
    position: relative;
}
.mobilePortfolioInfos {
    width: 200px;
    position: absolute;
    top:0;
    left: 20px;
    bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.mobilePortfolioContact {
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    text-align: right;
    padding-right: 20px;
    text-transform: uppercase;
}
.mobilePortfolioFirstPicture {
    padding-left: 220px;
    box-sizing: border-box;
}
.mobilePortfolioFirstPicture img {
    width: 100%;
}
.mobilePortfolioGallery {
    margin-bottom: 100px;
    font-size: 0;
}
.mobilePortfolioGallery div {
    display: inline-block;
    vertical-align: top;
}

.mobilePortfolioGallery div.landscape {
    width: 100%;
}
.mobilePortfolioGallery div.landscape img {
    width: 100%;
}
.mobilePortfolioGallery div.portrait img.landscape {
    height: 100%;
    position: relative;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mobilePortfolioGallery div.portrait img.portrait {
    width: 100%;
}

.mobilePortfolioGallery div.portrait {
    width: 50%;
}
.mobilePortfolioMeasurements {
    padding: 0 20px;
}
.mobilePortfolioMeasurementsContainer {
    text-align:right;
    text-transform: uppercase;
    margin-top: 36px;
    margin-bottom: 36px;
    height: 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 14px;
    display: none;
}

.portfolioMobileElement {
    overflow: hidden;
}

.chooseMobileMeasures .usaMeasures  {
    display: none;
}
.chooseMobileMeasures.active .usaMeasures  {
    display: block;
}
.chooseMobileMeasures.active .eurMeasures  {
    display: none;
}

/* BOOK */

.tabletBiography {
    display: none;
}

.bio-separator {
    border-bottom: 1px solid #000;
    width: calc(100% - 40px);
    margin: 0 auto 35px auto;
    display: none;
}

.bookModelBio {
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    margin-top: 20px;
    padding-right: 15%;
    box-sizing: border-box;
}

#bookFullScreen {
    background-color: #231F20;
    position: fixed;
    z-index: 20;
    top:0;
    bottom:0;
    right: 0;
    left:0;
    color: #FFFFFF;
    overflow: hidden;
    display: none;
}

.tinyMobileSocialMedias {
    display: none;
}

.mobileElement {
    display: none;
}
.tinyMobilePortfolioNavigation {
    text-align: right;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    width: max-content;
    margin: 0 auto;
}


.tinyMobilePortfolioNavigation li {
    padding: 7px 25px 7px 20px;
    position: relative;
}
.tinyMobilePortfolioNavigation li.active:before {
    background-color: #000;
}
.mobileDownload {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #707070;
    padding: 30px 0;
    font-weight: 500;
}
.mobileDownload img {
    width: 20px;
    margin-right: 5px;
    vertical-align:  -3px;
}
.tinyMobilePortfolioNavigation li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 30px;
    right: 0;
    background-color: transparent;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.closeBookFullScreen {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 36px;
    cursor: pointer;
    background-color: rgba(0,0,0,0.15);
    color: #FFFFFF;
    z-index: 2;
    width: 80px;
    height: 80px;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.closeBookFullScreen span {
    height: 3px;
    background-color: #FFF;
    width: 55px;
    display: block;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.closeBookFullScreen span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);

}
.closeBookFullScreen span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top:-3px;
}
.closeBookFullScreen:hover  {
    background-color: #000000;
}
.closeBookFullScreenContainer {
    position: relative;
    height: 40px;
    width: max-content;
    top: 39px;
    left: 12px;
}
.portfolioFullScreenElements {
    max-height: calc(100vh - 160px) ;
    overflow: hidden;
    font-size: 0;
}
.portfolioFullScreenElements img {
    max-height: calc(100vh - 160px) ;
    max-width: 100%;
    vertical-align: middle;
}
.bookFullScreenHeader {
    height: 80px;
    max-width: 1370px;
    margin: 0 auto;
    text-align: right;
    padding: 0 100px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.bookFullScreenHeader div {
    display: inline-block;
    margin-top: 22px;
}

.bookFullScreenHeader div:nth-child(2), .bookFullScreenHeader div:nth-child(3) {
    border-left: 1px solid #FFF;
    padding-left: 15px;
    margin-left: 15px;
}

.bookFullScreenHeader a {
    display: block;
}
.bookFullScreenHeader i {
    margin-right: 5px;
}

.portfolioFullScreenBottom {
    height: 80px;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 100px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
}
.portfolioFullScreenBottom .fullScreenMeasurements {
    font-size: 14px !important;
}

.portfolioFullScreenBottom .fullScreenModelName {
    font-size: 25px;
    margin-right: 15px;
    font-family: "ITC Avant Garde Std Md";
    vertical-align: -4px;
}

.portfolioFullScreenBottom div:nth-child(2)  {
    text-align: right;
}

.portfolioFullScreenElements .landscape {
    max-width: 100%;
}

.portfolioFullScreenElement div {
    display: inline-block;
    position: relative;
}

.portfolioFullScreenElement div span {
    font-size: 10px;
    position: absolute;
    top: -13px;
    left: 0px;
    text-transform: uppercase;
}

.portfolioFullScreenElement {
    padding-top: 11px;
}

.bookNavigation {
    padding-left: 130px;
    padding-top: 20px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    z-index: 11;
}
.bookNavigation .categoryLine {
    width: 20px;
    vertical-align: 4px;
    margin-right: 5px;
}
.bookNavigation .subcategoryLine {
    width: 40px;
    vertical-align: 4px;
    margin-right: 5px;
}
.bookNavigation li {
    margin-bottom: 3px;
}
.bookHeader {
    font-size: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
    padding-bottom: 10px;

}

.bookHeader .leftBookHeader {
    font-size: 14px;
    width: 500px;
    display: inline-block;
    vertical-align:  top;
    padding-left: 160px;
    box-sizing: border-box;
    position: relative;
}
.bookHeader.modelBookHeader .leftBookHeader {
    width: 290px;
    height: 15px;
}

.bookHeader .rightBookHeader {
    width: calc(100% - 290px);
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    height: 15px;
    overflow: hidden;
}



.bookHeader div.rightBookHeader li {
    display: inline-block;
    vertical-align: top;
}
.bookHeader div.rightBookHeader i {
    margin-right: 5px;
    display: inline !important;
}

#portfolio {
    font-size: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
}
#portfolio.loaded {
    opacity: 1;
}

.leftBookInfos {
    position: relative;
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    box-sizing: border-box;
    padding-right: 20px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;

}
.firstBookPicture {
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: middle;
}
.firstBookPicture img {
    max-width: 100% !important;
}
.bookContainer {
    width: calc(100% - 160px);
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
#portfolio .slick-slide .portfolioElement img {
    max-width: 50%;
    max-height: 100vh;
    vertical-align: top;

}
#portfolio .slick-slide .portfolioElement img.landscape {
    max-width: 100%;
}

.portfolioElements {
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
    position: relative;
}

.modelInfos {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size:16px;
    text-align: left;
    text-transform: uppercase;
}

.modelInfosSocials {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    padding-right: 20px;
    margin-top: 60px;
}

.modelInfosSocials li {
    display:inline-block;
    vertical-align: top;
    box-sizing: border-box;
    text-align: right;
}

.modelInfosSocials li i{
    margin-right: 5px;
}

.modelInfosSocials li:nth-child(1) {
    padding-left: 1px;
}

.modelInfosSocials li:nth-child(2), .modelInfosSocials li:nth-child(3) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #707070;
}

.bookPrev, .bookFullScreenPrev {
    position: absolute;
    top:50%;
    left:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.15);
    color: #FFFFFF;
    z-index: 2;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;

}

.bookPrev img, .bookNext img, .bookFullScreenPrev img, .bookFullScreenNext img, .staticBookNext img {
    width: 30px;
    padding: 17px 25px;
}


.bookNext, .bookFullScreenNext, .staticBookNext {
    position: absolute;
    top:50%;
    right:0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.15);
    color: #FFFFFF;
    z-index: 2;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.bookPrev:hover, .bookNext:hover, .bookFullScreenPrev:hover, .bookFullScreenNext:hover, .staticBookNext:hover {
    background-color: #000;
}

.portfolioModelSubcategory {
    color: #707070;
    font-size: 15px;
    margin-bottom: 25px;
}

.portfolioModelName {
    font-size: 66px;
    font-family: "ITC Avant Garde Std Md";
    line-height: 49px;
    padding-top: 1px;
    padding-bottom: 8px;
}

.portfoliosNavigation {
    margin-top: 60px;
    position: relative;
}
.portfoliosNavigation.leftBook {
    margin-bottom: 70px;
    margin-top: 0;
}
.portfoliosNavigation li {
    padding: 8px 0 8px 30px;
    font-size: 14px;
    font-weight: 500;
}
.portfoliosNavigation.leftBook li {
    font-size: 14px;
}

.portfolioOptions {
    color: #707070;
    font-size: 12px;
    font-weight: 500;
    width: max-content;
    /*position: absolute;*/
    /*top: 0;*/

}

.bookHeader .portfolioOptions li:nth-child(1) {
    padding-top: 0 !important;
}

.portfolioOptions.leftBook {
    margin-top: 0px;
    font-size: 12px;
}
.portfolioOptions img {
    vertical-align: -8px !important;
    margin-right: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.leftBookHeader .portfolioOptions img {
    width: 18px;
    height: 18px;
    vertical-align: -5px !important;
}

.portfolioOptions.leftBook img {
    vertical-align: -9px;
    margin-right: 5px;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.portfolioOptions li {
    padding-top: 10px;
    cursor: pointer;
}
.bottomModelInfos {
    height: 50px;
    margin-bottom: 100px;
    font-size: 15px;
    box-sizing: border-box;
    line-height: 50px;
    padding-left: 110px;
    text-transform: uppercase;
    color: #707070;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.bottomModelInfos span {
    font-size: 25px;
    color: #000000;
    margin-right: 15px;
    font-family: "ITC Avant Garde Std Md";
    vertical-align: -3px;
}
.leftBookInfos.displayed, .bottomModelInfos.displayed {
    opacity: 1;
}

.portfoliosNavigation li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 30px;
    left: 0;
    background-color: transparent;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.portfoliosNavigation li.active:before {
    background-color: #000;
}

.bookMeasurements li {
    display: inline-block;
    padding-right: 20px;
}
.bookMeasurementsContainer {
    position: relative;
    z-index: 11;
    top:0;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -ms-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    width: max-content;
    margin-left: auto;
}
.chooseTabletMeasures {
    position: relative;
    z-index: 11;
    top:0;
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -ms-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    width: max-content;
    margin-left: auto;
}
.fullScreenMeasurements {
    text-align: right;
}
.fullScreenMeasurementsContainer {
    line-height: 14px !important;
    height: 14px;
    overflow: hidden;
    margin-top: 33px;
}
.displayMeasures {
    padding-right: 0 !important;
}
.fullScreenMeasurements .displayMeasures {
    color: #FFFFFF !important;
}
.bookMeasurementsContainer.active {
    top: -14px;
}
.chooseTabletMeasures.active {
    top: -14px;
}
.displayMeasures {
    color: #707070;
}
.displayCm, .displayIn {
    cursor: pointer;
}
#portfolioOverview {
    padding-top: 60px;
    font-size: 0;
    padding-left: 160px;
    box-sizing: border-box;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
    position: relative;

}
.portfolioOverviewElementFirstPicture {
    width: 20%;
    vertical-align: top;
    display: inline-block;
    text-align: right;
    overflow: hidden;
}
.portfolioOverviewElementFirstPicture img {
    width: 100%;
}

.portfolioOverviewGallery {
    width: 80%;
    vertical-align: top;
    display: inline-block;
    text-align: right;
}
.portfolioOverviewContainer .portfolioOverviewElement {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    overflow: hidden;
}
.portfolioOverviewContainer .portfolioOverviewElement.portrait  {
    width: 25%;
    background-color: #000;
}
.portfolioOverviewContainer .portfolioOverviewElement.landscape {
    width: 50%;
    background-color:  #000;
}
.portfolioOverviewContainer .portfolioOverviewElement.portrait .portrait {
    width: 100%;
}
.portfolioOverviewContainer .portfolioOverviewElement.portrait .landscape {
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolioOverviewContainer .portfolioOverviewElement.landscape .portrait {
    width: 100%;
}
.portfolioOverviewContainer .portfolioOverviewElement.landscape .landscape {
    height: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.portfolioOverviewInfos {
    width: 50%;
}

.portfolioOverviewName {
    font-size: 28px;
    font-family: "ITC Avant Garde Std Md";
    text-transform: uppercase;
}

.portfolioOverviewCategory {
    font-size: 15px;
    color: #707070;
    text-transform: uppercase;
}
.overviewPortfolioNavigation {
    margin-top: 50px;
    text-transform: uppercase;
    width: max-content;
    text-align: left;
    margin-left: auto;
    position: relative;
    font-weight: 500;
}
.overviewPortfolioNavigation li {
    padding: 8px 0 8px 30px;
    font-size: 14px;
}
.overviewPortfolioNavigation li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 30px;
    left: 0;
    background-color: transparent;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.overviewElement {
    cursor: pointer;
}

.overviewPortfolioNavigation li.active:before {
    background-color: #000;
}
.overviewPortfolioOption {
    position: absolute;
    left: 20px;
    margin: 0;
    top: 500px;
    text-transform: uppercase;
}

/* BECOME */

.becomePopup {
    background-color: #707070;
    padding: 90px;
    font-size: 12px;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 14px;
    position: fixed;
    left:0;
    right: 0;
    z-index: 12;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.becomePopup span{
    font-size: 14px;
    padding-right: 25px;
    box-sizing: border-box;
}

.becomePopup i {
    font-size: 36px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.becomeHeader {
    padding-top: 230px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.becomeHeader div:nth-child(1) {
    font-size: 24px;
    font-family: "ITC Avant Garde Std Md";
}
.becomeHeader div:nth-child(2) {
    padding-right: 20px;
    box-sizing: border-box;
    font-weight: 500;
}

.becomeApplyOnline {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 18px;
}
.becomeApplyOnline span {
    font-weight: 500;
}

.becomeChoice {
    font-size: 0;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.becomeChoice  .becomeChoiceElement:nth-child(1) {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.becomeChoice  .becomeChoiceElement:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    padding-right: 20px;
    font-size: 16px;
}
.becomeChoice  .becomeChoiceElement:nth-child(3) {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    font-size: 16px;
}
.becomeChoice  .becomeChoiceElement:nth-child(4) {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 670px);
    font-size: 16px;
    text-align: right;
}

.becomeVisitUs {
    margin-top: 120px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 150px;
    font-size: 16px;
    line-height: 18px;
}
.becomeVisitUs h3 {
    font-weight: 500;
}

.becomeVisitUs a {
    text-decoration: underline;
}

.visitUsElements {
    font-size: 0;
    padding-top:40px;
}
.visitUsElement{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 20px;
}
.visitUsElement span {
    display: block;
    font-family: "ITC Avant Garde Std Md";
    line-height: 14px;
}

.becomeVisitUs p {
    padding: 0 15px;
}

.becomeFormContainer {
    display: none;
}

.notesArea {
    margin: 0 -40px 50px -40px;
}

.notesArea div{
    padding: 0 40px;
    box-sizing: border-box;
    width: 50%;
}

.notesArea textarea {
    font-size: 16px;
    border: 1px solid black;
    background-color: #FFFFFF;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    font-family: 'GT America',sans-serif;
}

#applicationForm {
    padding: 0 20px;
    box-sizing: border-box;
}

#applicationForm label{
    padding-bottom: 4px;
    display: block;
}

#output {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #CD5C5C;
    display: none;
}

#applicationSent {
    font-size: 16px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    text-transform: uppercase;
    color: #5FAF73;
}

.formInfosElements {
    font-size: 0;
    margin: 0 -25px;
    margin-bottom: 30px;
}

.formInfosElements div {
    display: inline-block;
    width: 25%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 25px;
    margin-bottom: 20px;
}
.formInfosElements div input[type=text]{
    height: 34px;
    border: 1px solid black;
    background-color: #FFFFFF;
    line-height: 34px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.formMeasuresElements {
    font-size: 0;
    margin: 0 -40px;
    margin-bottom: 30px;
}

.formMeasuresElements div {
    display: inline-block;
    width: 16.666666666%;
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 20px;
}

.formMeasuresElements div input[type=text]{
    height: 34px;
    border: 1px solid black;
    background-color: #FFFFFF;
    line-height: 34px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}

.imageToUploadArea {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.typeOfPicture {
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 16px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}

.typeOfPicture span {
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uploadPicturesElements {
    margin: 0 -40px;
    font-size: 0;
    margin-bottom: 50px;
}

.imageToUploadContainer {
    width: 25%;
    padding: 0 40px;
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
}

.imageToUploadContainer:hover .typeOfPicture {
    background-color: rgba(112,112,112,0);
    color: black;
}

.imageToUploadContainer img {
    width: 100%;
    display: block;
}

.imageToUploadContainer input {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

#validationPart {
    width: 40%;
    width: calc(50% + 40px);
    margin: 0 auto;
    font-size: 0;
}

#validationPart input, #validationPart button {
    display: inline-block;
    width: 50%;
    width: calc(50% - 80px);
    margin: 0 40px;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}

#validationPart input {
    background-color: rgba(112,112,112,0.2);
}

#validationPart input:hover, #validationPart button:hover {
    color: #FFFFFF;
    background-color: #000000;
}

/* AFFILIATES */

.affiliatesTitle {
    font-size: 24px;
    font-family: "ITC Avant Garde Std Md";
    padding-top: 230px;
}

.affiliatesContent {
    max-width: 950px;
    margin-left: auto;
    padding-top: 30px;
}

.affiliatesText {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 80px;
}

.affiliatesContacts div {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
}

.affiliatesContacts div:nth-child(1) {
    padding-right: 130px;
}

.affiliatesContacts div span {
    font-family: "ITC Avant Garde Std Md";
    font-size: 14px;
}

.affiliatesContacts div a {
    font-weight: 500;
}

.affiliatesContacts div span, .affiliatesContacts div a {
    font-weight: bold;
}

.affiliatesContacts {
    margin-bottom: 150px;
}


/* OUR LEGACY */

.ourLegacyContainer:nth-child(1){
    padding-top: 230px;
}
.ourLegacyTitle {
    font-size: 24px;
    font-family: "ITC Avant Garde Std Md";
}
.ourLegacyContent {
    max-width: 950px;
    margin-left: auto;
    line-height: 22px;
    padding-top: 30px;
}
.ourLegacyVideo {
    margin-bottom: 120px;
    max-width: 950px;
    margin-left: auto;
}

.ourLegacyVideo iframe {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.ourLegacyElements {
    padding-top: 30px;
    font-size: 0;
    margin-bottom: 100px;
}

.ourLegacyElement {
    font-size: 16px;
    line-height: 22px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.ourLegacyElement img {
    max-width: 100%;
    max-height: 420px;
}

.ourLegacyElement:nth-child(1) {
    text-align: right;
}

.ourLegacyElement:nth-child(2) {
    padding-left: 50px;
    box-sizing: border-box;
}

.ourLegacyElement:nth-child(2) a {
    display: block;
    margin-top: 30px;
    border: 1px solid #000000;
    padding: 7px 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 500;
}
.ourLegacyElement:nth-child(2) a:hover{
    color: #FFFFFF;
    background-color: #000000;
}

/* TERMS */

.termsTitle {
    margin-top: 230px;
    font-size: 24px;
    font-family: "ITC Avant Garde Std Md";
}
.termsContent {
    max-width: 950px;
    margin-left: auto;
    line-height: 22px;
    padding-top: 30px;
    margin-bottom: 120px;
}

/* INVESTOR */

.secFilingsList {
    font-size: 14px;
}

.investorTitle {
    margin-top: 230px;
    font-size: 24px;
    font-family: "ITC Avant Garde Std Md";
}

.investorContent {
    max-width: 600px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 100px;
}
.investorContent h2 {
    font-size: 18px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 500;
}
.investorElement {
    margin-bottom: 20px;
}
.investorLeftElement {
    font-weight: 500;
}
.investorElement div:nth-child(1) {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    padding-right: 20px;
    line-height: 18px;
}
.investorElement div:nth-child(2) {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 18px;
}

.investorElement ul li{
    margin-bottom: 15px;
}
.investorElement a {
    text-decoration: underline;
}
.investorElement ul li ul  {
    padding-top: 5px;
}
.investorElement ul li ul li {
    padding-left: 20px;
    font-size: 11px;
    margin-bottom: 2px;
}
.investorElement .hidden {
    display: none;
}
.secFilingsElement {
    cursor: pointer;
}

/* SKILLS */

#skillsSection {
    font-size: 0;
    margin-bottom: 130px;
}

.skillsLeftInfos {
    padding: 50px 0 180px 160px;
    box-sizing: border-box;
}

.skillsInfosContainer {
    width: 50%;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    vertical-align: bottom;
    padding-top: 150px;
}
.skillElement {
    padding: 5px 0;
    margin-left: auto;
    margin-right: 120px;
    width: 300px;
    width: max-content;
}

.skillElement div:nth-child(1) {
    width: 160px;
    text-align: right;
    margin-right: 20px;
    display: inline-block;
}

.skillElement div:nth-child(2) {
    width: 120px;
    height:10px;
    display: inline-block;

}

.skillElement div:nth-child(2) div {
    background-color: black;
    height:10px;
    width: 0px;
}

.skill1 {
    width: 10% !important;
}
.skill2 {
    width: 20% !important;
}
.skill3 {
    width: 30% !important;
}
.skill4 {
    width: 40% !important;
}
.skill5 {
    width: 50% !important;
}
.skill6 {
    width: 60% !important;
}
.skill7 {
    width: 70% !important;
}
.skill8 {
    width: 80% !important;
}
.skill9 {
    width: 90% !important;
}
.skill10 {
    width: 100% !important;
}
.skillmobilePortfolioNavigation {
    display: none;
}
.skillMobilePortfolioInstagram {
    display: none;
}

/* NEWSLETTER */

.mc-field-group div{
    display: inline-block;

}
.grecaptcha-badge {
    display: none !important;
}

/* PDF */
.closePdfPopup {
    font-size: 36px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.selectDownload {
    display: none;
    width: 800px;
    max-width: 90%;
    position: fixed;
    left:0;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #FFF;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 35px;
    box-sizing: border-box;
    z-index: 6;
}
.pleaseSelect {
    text-align: center;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 0 30px;
}

.pdfChoice {
    font-size: 0;
    text-align: center;
}

.pdfType {
    display: inline-block;
    padding: 0 40px;
    width: 33.333333333%;
    box-sizing: border-box;
    vertical-align: top;
    position: relative;
}
.pdfType span{
    font-size: 14px;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.pdfType p {
    position: absolute;
    top:0;
    bottom: 0;
    left:0;
    right:0;
    display: block;
    background-color: rgba(255,255,255,0.8);
    text-align: center;
}
.pdfType p span{
    font-weight: 500;
    position: relative;
    top:88px;
}

#pdfOne div {
    background-color: #707070;
    margin: 0 3px 6px 3px;
    width: 90%;
    width: calc(100% - 6px);
}
#pdfFour div {
    background-color: #707070;
    width: 46%;
    width: calc(50% - 6px);
    margin: 0 3px 6px 3px;
    display: inline-block;
}
#pdfMulti div {
    background-color: #707070;
    width: 31%;
    width: calc(33.333333% - 6px);
    margin: 0 3px 6px 3px;
    display: inline-block;
}

/* SELECT A CITY */

.selectContainer {
    display: none;
}

#selectACity {
    position: absolute;
    top: 35px;
    left: -100px;
    font-size: 10px;
    font-weight: bold;
}

#selectACity span {
    font-size: 12px;
    vertical-align: -1px;
    margin-left: 5px;
}

#selectACitySmall {
    position: absolute;
    top: 35px;
    left: 100px;
    font-size: 10px;
    font-weight: bold;
    display: none;
}

#selectACitySmall span {
    font-size: 12px;
    vertical-align: -1px;
    margin-right: 5px;
}

@keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0; }
    to { opacity: 1.0; }
}

@-webkit-keyframes fade {
    from { opacity: 1.0; }
    50% { opacity: 0; }
    to { opacity: 1.0; }
}

.blink {
    animation:fade 1500ms 1s 3;
    -webkit-animation:fade 1500ms 1s 3;
}

.artistsInstagramLink {
    text-align: center;
    margin-bottom: 100px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
}
.artistsInstagramLink span {
    font-weight: 500;
}

.artistsOverviewGallery {
    margin-bottom: 20px;
 }

.tinyMobileSeparator {
    border-top: 1px solid #000;
    width: calc(100% - 40px);
    margin: 0 auto;
    display: none;
    margin-top: 30px;
    padding-top: 30px;
}