/* 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;
}

/* FONTS */

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Extra';
    src: url('../fonts/ITCAvantGardeStd-XLt.eot');
    src: url('../fonts/ITCAvantGardeStd-XLt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-XLt.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-XLt.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-XLt') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std';
    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-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Std Book';
    src: url('../fonts/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ITCAvantGardeStd-Bk.woff2') format('woff2'),
    url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
    url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'),
    url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* GENERAL */

body {
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    font-size: 15px;
    color: #1D1D1B;
}

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%;
}

::-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: 80%;
    padding: 163px 25px 0 25px;
    margin: 0 auto;
    transition: opacity 0.3s;
    min-height: calc(100vh - 336px);
    position: relative;
}

.bottom-arrow {
    height: 19px;
    width: 32px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.bottom-arrow span {
    height: 1px;
    width: 22px;
    display: block;
    background-color: #1D1D1B;
    transition: background 0.3s;
}

.bottom-arrow span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: -3px;
}

.bottom-arrow span:nth-child(2) {
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: 13px;
}
.goto-top{
    padding-top: 76px;
}
.top-arrow {
    height: 19px;
    width: 32px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.top-arrow span {
    height: 1px;
    width: 22px;
    display: block;
    background-color: #1D1D1B;
    transition: background 0.3s;
}

.top-arrow span:nth-child(1) {
    transform: rotate(-45deg);
    position: absolute;
    top: 9px;
    left: -3px;
}

.top-arrow span:nth-child(2) {
    transform: rotate(45deg);
    position: absolute;
    top: 9px;
    left: 13px;
}

.slick-slider {
    margin-bottom: 0 !important;
}


/* MENU */

.mobile-search {
    display: none;
}

.favorites-link {
    margin-right: 30px;
}

.mobile-bottom-link {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    padding: 10px 0;
    z-index: 10000;
    transition: bottom 0.5s;
}
.mobile-bottom-link.hide{
    bottom: -50px;
}
.mobile-bottom-link a{
    background: #000;
    border-radius: 20px 20px 0 0;
    padding: 10px 20px;
}
.menu-search-container {
    position: absolute;
    right: -12px;
    z-index: 10;
    bottom: -7px;
/*    width: 0;*/
    overflow: hidden;
    transition: visibility 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    visibility: hidden;
    top: -8px;
}

.menu-right span:hover .menu-search-container {
    opacity: 1;
    visibility: visible;
}

.menu-right span:hover .menu-search-container.active {
    opacity: 1;
    visibility: visible;
}

.menu-search {
    color: #1D1D1B;
    padding: 7px 12px 7px 24px;
    width: 237px;
    box-sizing: border-box;
}

.menu-right {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 16px;
    padding-left: 50px;
}

.menu-right span{
    margin-left: 30px;
    cursor: pointer;
}

.burger-menu {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 20px;
    height: 18px;
    cursor: pointer;
}

.burger {
    position: absolute;
    background: rgba(29,29,27,1);
    width: 100%;
    height: 1px;
    top: 50%;
    right: 0px;
    opacity: 1;
}

.burger::before {
    position: absolute;
    background: rgba(0,0,0,1);
    width: 20px;
    height: 1px;
    top: 8px;
    content: "";
    display: block;
}

.burger::after {
    position: absolute;
    background: rgba(0,0,0,1);
    width: 20px;
    height: 1px;
    bottom: 8px;
    content: "";
    display: block;
}

.burger::after, .burger::before, .burger {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

.burger-menu.active .burger::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
}

.burger-menu.active .burger::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
}

.burger-menu.active .burger{
    background: rgba(111,111,111,.0);
}

#menu {
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 1001;
    background-color: rgba(255,255,255, 0.95);
}

.menu-container {
    max-width: 80%;
    padding: 25px 25px 25px 25px;
    margin: 0 auto;
    position: relative;
    transition: padding-top 0.3s ease;
}

.menu-logo,.menu-logo-large {
     width: 330px;
     margin: 0 auto;
    text-align: center;
}

.menu-logo-large img{
    width: 100%;
    transition: width 0.3s ease;
}

#menu.reduce .menu-logo-large img,.menu-logo img{
    width: 70%;
}

.menu-opened {
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(255,255,255,0.95);
    display: none;
}

.menu-onstay-women, .menu-onstay-men {
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(255,255,255,0.95);
    display: none;
}

.search-opened-mobile {
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(255,255,255,0.95);
    display: none;
}

.menu-search-mobile {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.menu-search-mobile input {
    appearance: none;
    width: 200px;
    display: block;
    margin: 0 auto;
    background-color: transparent;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #838383;
    box-sizing: border-box;
    border-radius: 0;
    height: 24px;
    line-height: 24px;
    color: #838383;
}

.menu-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    height: 96px;
}

.menu-navigation-onstay {
    height: auto;
}

.menu-navigation > .menu-navigation-main, .menu-navigation > .menu-navigation-main-onstay {
    text-align: center;
    text-transform: uppercase;
}

.menu-navigation > .menu-navigation-main .menu-navigation-main-btn, .menu-navigation > .menu-navigation-main-onstay .menu-navigation-main-btn-onstay {
    display: inline-block;
    margin: 0 15px;
    width: 175px;
    border: 1px solid #000;
    font-size: 24px;
    padding: 5px 0 5px 0;
    background-color: #000;
    color: #FFF;
    transition: color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.menu-navigation > .menu-navigation-main .menu-navigation-main-btn:hover , .menu-navigation > .menu-navigation-main-onstay .menu-navigation-main-btn-onstay:hover {
    background-color: #FFF;
    color: #000;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.menu-navigation > .menu-navigation-main .menu-navigation-main-btn.active {
    background-color: #FFF;
    color: #000;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.menu-navigation-sub-mobile {
    font-size: 14px;
    display: none;
}

.menu-navigation-sub-mobile ul {
    padding: 0 0 30px 0;
    text-transform: uppercase;
}

.menu-navigation-sub-mobile ul li{
    padding: 10px 0;
}


.menu-navigation-sub {
    font-size: 20px;
    text-align: center;
    padding-top: 40px;
    display: none;
    text-transform: uppercase;
}

.menu-navigation-sub li a:hover {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.list-navigation li a:hover {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.list-navigation li span:hover {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.contact-navigation span:hover {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.contact-office-navigation span:hover {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.favorites-navigation li span:hover {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.menu-navigation-sub li {
    display: inline-block;
}

.menu-navigation-sub li a.menu-active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}
.menu-navigation-sub-mobile li a.menu-active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}
.menu-filter {
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 98;
    background-color: rgba(255,255,255, 0.95);
    color: #000;
    display: none;
}
.menu-filter-navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.menu-filter-navigation form {
    max-width: 700px;
    margin: 0 auto;
    font-size: 0;
    padding: 0 25px;
}
.filter-elements {
    margin: 0 -35px;
    display: flex;
    flex-wrap: wrap;
}
.menu-filter-navigation  .filter-element {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 35px;
    margin-bottom: 35px;
}
.menu-filter-navigation  .filter-element-full {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    padding: 0 35px;
    margin-bottom: 35px;
}
.menu-filter-navigation label {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
.menu-filter-navigation input::placeholder{
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}
.menu-filter-navigation input {
    appearance: none;
    width: 100%;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    border-radius: 0;
    height: 22px;
    line-height: 22px;
    color: #000;
    background-color: transparent;
    background-size: 10px;
    background-repeat: no-repeat;
}
.menu-filter-navigation select {
    appearance: none;
    width: 100%;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    border-radius: 0;
    height: 22px;
    line-height: 22px;
    color: #000;
    background-image: url(../images/down-arrow.svg);
    background-position: 100% center;
    background-position: 100% 50%;
    background-color: transparent;
    background-size: 10px;
    background-repeat: no-repeat;
}
.filter-buttons div {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}
.filter-buttons div button {
    border: none;
    background-color: #000;
    color: #FFF;
    padding: 6px 18px;
    width: 80px;
    font-size: 18px;
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.filter-buttons div button:hover {
    background-color: #1D1D1B;
}


/* FOOTER */

.mobile-sm {
    display: none;
}
#footer {
    max-width: 80%;
    margin: 0 auto;
    position: relative;
    padding: 38px 25px 76px 25px;
}
.footer-elements {
    font-size: 0;
}
.footer-element {
    font-size: 15px;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.footer-elements .footer-element:nth-child(1) {
    width: 100px;
}

.footer-elements .footer-element:nth-child(2) {
    width: calc(100% - 200px);
    text-align: center;
}

.footer-elements .footer-element:nth-child(2) li{
    display: inline-block;
    padding: 0 22px;
}

.footer-elements .footer-element:nth-child(3) {
    font-size: 26px;
    width: 100px;
    text-align: right;
}

.footer-elements .footer-element:nth-child(3) .fa-instagram{
    margin-left: 15px;
}

.footer-mediaslide-link {
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 25px;
}

.languages-btn {
    position: relative;
    cursor: pointer;
}

.languages-selection {
    position: absolute;
    bottom: 36px;
    left: -12px;
    display: none;
}

.languages-selection div {
    background-color: #1D1D1B;
    color: #FFF;
    width: 190px;
    text-align: center;
    padding: 5px 0;
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    position: relative;
}

.languages-selection div span{
    background-color: #1D1D1B;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: -1;
    transform: rotate(45deg);
    bottom: -6px;
    left: 45px;
}

.languages-selection div a.lang-active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

/* HOME MOBILE */

.mobile-instagram, .mobile-news {
    display: none;
}

.mobile-home-pictures-container {
    position: relative;
    display: none;
    min-height: 300px;
}

.mobile-home-pictures-container .slick-current, .mobile-home-onstay-elements .slick-current, .mobile-instagram-elements .slick-current,.mobile-news-elements .slick-current {
    transform: scale(1.15);
    z-index: 10;
}

.mobile-home-pictures-container  .slick-slide, .mobile-home-onstay-elements .slick-slide, .mobile-instagram-elements .slick-slide, .mobile-news-elements .slick-slide {
    transition: transform 0.3s ease;
}

.mobile-home-pictures-container .slick-list, .mobile-home-onstay-elements .slick-list,  .mobile-instagram-elements .slick-list,  .mobile-news-elements .slick-list {
    overflow: visible;
}

.mobile-home-pictures-container .slick-clone-current, .mobile-home-onstay-elements .slick-clone-current, .mobile-instagram-elements .slick-clone-current, .mobile-news-elements .slick-clone-current  {
    transform: scale(1.15);
    z-index: 10;
}

.mobile-home-onstay-elements {
    padding: 30px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-home-pictures {
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 39px 0;
}

.mobile-instagram-elements,.mobile-news-elements {
    padding: 45px 0 45px 0;
}

.arrow-prev {
    font-size: 27px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #FFF;
/*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 11.5px 11px 25px;
    border-radius: 37px;
}

.book-mobile-slider-prev.arrow-prev {
    left: -9px;
}

.book-mobile-slider-next.arrow-next {
    right: -9px;
}

.arrow-next {
    font-size: 27px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #FFF;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 25px 11px 11.5px;
    border-radius: 37px;
}

.mobile-home-picture-image {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

/* HOME */

/*.home-top-arrow {*/
/*    padding-bottom: 38px;*/
/*}*/

.home-pictures {
    font-size: 0;
    margin: 0;
}

.home-pictures-container {
    position: relative;
    margin-top: 15px;
}

.home-pictures-prev {
    font-size: 27px;
    position: absolute;
    left: -25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #FFF;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 11.5px 11px 25px;
    border-radius: 37px;
}

.home-pictures-next {
    font-size: 27px;
    position: absolute;
    right: -25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #FFF;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 25px 11px 11.5px;
    border-radius: 37px;
}

.home-pictures .home-picture {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    transform: scale(1.1);
    z-index: 2;
    transition: transform 0.3s;
}

.home-pictures .slick-active .home-picture {
    z-index: 3;
}

.home-pictures .slick-current.slick-active .home-picture {
    transform: scale(1.0);
    z-index: 0;
}

.home-pictures .slick-clone-current .home-picture {
    transform: scale(1.0);
    z-index: 0;
}

.home-pictures .home-picture.hovered {
    transform: scale(1.0);
    z-index: 0;
}

.home-pictures .home-picture.hovered.current {
    transform: scale(1.1);
    z-index: 4 !important;
}

.home-pictures .home-picture.hovered.active {
    z-index: 3;
}
.home-pictures .home-picture:hover .home-picture-description {
    opacity: 1;
}
.home-picture-container {
    padding-top: 45px;
    padding-bottom: 65px;
}
.goto-news,.goto-social,.goto-video,.goto-onstay,.goto-instagram,.goto-about,.goto-become,.goto-newsletter,.goto-jobs,.goto-call{
    padding: 38px 0 76px;
}
.home-picture-container .home-picture:nth-child(2) {
    width: 31%;
}
.home-pictures .home-picture .home-picture-image {
    height: 65vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.home-picture-description {
    background-color: #1D1D1B;
    color: #FFF;
    font-size: 15px;
    width: max-content;
    padding: 5px;
    text-align: center;
    max-width: 90%;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}
.home-picture-description span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.home-picture-description-mobile {
    background-color: #1D1D1B;
    color: #FFF;
    font-size: 12px;
    width: max-content;
    padding: 5px;
    text-align: center;
    max-width: calc(100% - 10px);
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}

.home-picture-description-mobile span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.mobile-home-onstay-container {
    display: none;
    position: relative;
}

.home-onstay-container {
    position: relative;
    padding-bottom: 10px;
}

.home-onstay-navigation {
    text-align: center;
    font-size: 18px;
    padding-top: 19px;
    text-transform: uppercase;
    padding-bottom: 38px;
}

.home-onstay-navigation a:hover {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.home-onstay-prev {
    font-size: 27px;
    position: absolute;
    left: -25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #FFF;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 11.5px 11px 25px;
    border-radius: 37px;
}

.home-onstay-next {
    font-size: 27px;
    position: absolute;
    right: -25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #FFF;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 25px 11px 11.5px;
    border-radius: 37px;
}

.home-onstay-elements {
    font-size: 0;
}
.home-onstay-elements .slick-list {
    padding: 35px 0;
}
.home-onstay-elements .home-onstay-picture{
    margin-bottom: 20px;
}
.home-onstay-elements .home-onstay-picture, .desktop-instagram .instagram-picture, .desktop-news .news-picture {
    transition-duration: 0.2s;
}

.home-onstay-elements .home-onstay-picture.active, .desktop-instagram .instagram-picture.active, .desktop-news .news-picture.active {
    transform: scale(0.9);
    transition-duration: 0.2s;
    transform-origin: 100%;
    z-index: 1;
}
.home-onstay-elements .home-onstay-picture.active .home-onstay-name,.desktop-news .news-picture.active .news-title{
    transform: scale(1.2);
}
.home-onstay-elements .home-onstay-picture, .desktop-instagram .instagram-picture, .desktop-news .news-picture {
    transform: scale(1.1);
    transform-origin: 0%;
    transition-duration: 0.2s;
    z-index: 2;
}

.home-onstay-picture {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}

.home-onstay-elements .home-onstay-picture:nth-child(2),.home-onstay-elements .home-onstay-picture:nth-child(4) {
    width: 23%;
}

.home-onstay-picture:hover .home-onstay-name {
    opacity: 1;
}

.home-onstay-element {
    padding-top: 35px;
    padding-bottom: 35px;
}

.home-onstay-image,.news-image {
    width: 100%;
    height: 50vh;
    transition: opacity 0.3s ease;
}
.news-image {
    height: 65vh;
}
.home-onstay-image img, .news-image img{
    height: 100%;
    object-fit:cover;
}
.news-image img{
    width: 100%;
    object-position: top;
}
.home-onstay-name, .news-title {
    background-color: #1D1D1B;
    color: #FFF;
    font-size: 15px;
    width: max-content;
    padding: 5px;
    text-align: center;
    max-width: calc(100% - 10px);
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-transform: uppercase;
}
.news-title {
    opacity: 1;
    bottom: 8px;
}
.desktop-news .news-picture{
    padding-bottom: 20px;
}

.home-onstay-name span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.home-onstay-title {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
    text-align: center;
}
.home-instagram-title {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
    text-align: center;
}
.home-instagram-link {
    text-align: center;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 38px;
}

.instagram-elements-container {
    position: relative;
}
.home-instagram-prev,.news-prev {
    font-size: 27px;
    position: absolute;
    left: -25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #FFF;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 11.5px 11px 25px;
    border-radius: 37px;
}

.home-instagram-next,.news-next {
    font-size: 27px;
    position: absolute;
    right: -25px;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #FFF;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 25px 11px 11.5px;
    border-radius: 37px;
}

.instagram-elements {
    font-size: 0;
}

.desktop-instagram .instagram-elements .slick-list , .desktop-news .news-elements .slick-list {
    padding: 13px 0;
}

.instagram-picture,.news-picture {
    width: 27%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}
.news-picture {
    margin-bottom: 20px;
}
.instagram-picture img {
    width: 100%;
}

.instagram-element .instagram-picture:nth-child(2), .instagram-element .instagram-picture:nth-child(4),.news-element .news-picture:nth-child(2), .news-element .news-picture:nth-child(4) {
    width: 23%;
}

/* LIST */

.list-letter-filter-mobile {
    display: none;
    opacity: 0;
    transition: 0.3s ease;
}

.list-filter-icon {
     position: absolute;
     font-size: 12px;
     right: 0;
     bottom: 0;
     width: 30px;
     cursor: pointer;
     text-transform: lowercase;
}

.list-filter-icon div {
    margin-top: 4px;
}

.list-filter-icon div span {
    background: rgba(29,29,27,1);
    width: 100%;
    height: 1px;
    opacity: 1;
    display: block;
}

.list-filter-icon div span:nth-child(2) {
    width: 70%;
    margin: 8px auto 8px auto;
}

.list-filter-icon div span:nth-child(3) {
    width: 40%;
    margin: 0 auto;
}

.list-letter-filter-mobile {
    font-size: 12px;
    text-align: center;
    padding: 5px 15px 15px 15px;
/*    margin-top: 35px;*/
    position: fixed;
    top: 117px;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: rgba(255,255,255, 0.95);
}

.list-letter-filter-mobile-influencers {
    top: 87px;
}

.letter-slider {
    padding: 0 15px;
    height: 12px;
}

.prev-letter {
    position: absolute;
    top: 4px;
    left: 15px;
    z-index: 3;
}

.next-letter {
    position: absolute;
    top: 4px;
    right: 15px;
    z-index: 3;
}

.list-navigation {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 18px;
    text-align: center;
    padding: 13px 25px 25px;
    text-transform: uppercase;
    box-sizing: border-box;
    z-index: 90;
    background-color: rgba(255,255,255, 0.95);
}

.list-navigation.fixed {
    position: fixed;
    top: 112px;
    left: 0;
    right: 0;
}

.list-navigation li{
    display: inline-block;
    cursor: pointer;
}


.list-navigation ul li a.active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}


.list-navigation ul li span.active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.send-shortlist {
    position: absolute;
    right: 12px;
    z-index: 5;
}

.list-elements {
    margin: 0px -20px;
    padding-top: 76px;
    font-size: 0;
    transition: opacity 0.3s ease;
}

.search-elements {
    margin-top: 0 !important;
}

.list-element {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    box-sizing: border-box;
    transform: scale(1);
    transition: transform 0.3s ease;
    margin-bottom: 50px;
    position: relative;
}

.list-element:hover {
    transform: scale(1.1);
    z-index: 10;
}

.list-elements img {
    width: 100%;
    display: block;
    /*filter: grayscale(100%);*/
    -webkit-transition: -webkit-filter 0.3s ease;
    -moz-transition: -moz-filter 0.3s ease;
    -moz-transition: 0.3s filter ease;
    -ms-transition: 0.3s -ms-filter ease;
    -o-transition: 0.3s -o-filter ease;
    transition: 0.3s filter ease, 0.3s -webkit-filter ease;
}

.list-element:hover img {
    filter: grayscale(0);
}

.list-model-name {
    text-align: left;
    padding: 10px 0 0 0;
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    width: calc(100% - 80px);
    text-transform: uppercase;
}

.model-favorites {
    font-size: 12px;
    display: inline-block;
    padding-left: 8px;
    text-align: right;
    width: 80px;
    box-sizing: border-box;
    position: relative;
    min-height: 10px;
}

.model-favorites-and-followers {
    font-size: 12px;
    display: inline-block;
    padding-left: 8px;
    text-align: right;
    width: 80px;
    box-sizing: border-box;
    position: relative;
}

.model-favorites-and-followers i{
    padding-left: 8px;
}

.list-model-name span{
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.list-measurements {
    position: absolute;
    bottom: 10%;
    font-size: 14px;
    background-color: #1D1D1B;
    color: #FFF;
    padding: 5px 10px;
    box-sizing: border-box;
    width: max-content;
    right: -10%;
    opacity: 0;
    transition: right 0.3s ease;
}

.influencer-list-measurements {
    right: 0;
}

.list-element:hover .list-measurements {
    opacity: 1;
    right: -20%;
    transition: opacity 0.3s ease, right 0.3s ease;
}

.list-element:hover .influencer-list-measurements {
    right: -10%;
}

.list-empty {
    font-size: 24px;
    text-align: center;
    padding: 60px 0 100px 0;
}

.clear-btn {
    color: #FFF;
    background-color: #000;
    font-size: 24px;
    width: max-content;
    padding: 5px 20px;
    margin: 38px auto 0px auto;
}

/* ABCDAIRE */

.list-letter-filter {
    text-align: center;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    opacity: 0;
    transition: 0.3s ease;
}

.list-letter-filter div {
    height: 38px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    z-index: 10;
}
.list-letter-filter div.stick {
    position: initial;
}
.list-letter-filter span {
    padding: 0 3px;
}
.list-letter-filter .active, .list-letter-filter-mobile .active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}
 .list-letter-filter .disabled, .list-letter-filter-mobile .disabled {
    color: #969696;
}
 .list-arrow {
     padding-top: 76px;
 }


/* BOOK MOBILE */

.book-mobile-overview-container {
    font-size: 0;
    text-align: left;
    padding: 0 5px;
    box-sizing: border-box;
    display: none;
}

.book-mobile-overview-element {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 10px 20px 10px;
    vertical-align: top;
}

.book-mobile-overview-element.landscape {
    width: 100%;
}

.book-mobile-overview-container img {
    width: 100%;
    display: block;
}

.book-navigation-mobile {
    font-size: 14px;
    padding-bottom: 28px;
}

.book-navigation-mobile .active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

#portfolio-mobile {
    display: none;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.portfolio-mobile-name {
    padding-top: 50px;
    width: 100%;
    font-family: Ogg;
    font-size: 42px;
    padding-bottom: 50px;
    line-height: 42px;
}

.portfolio-mobile-infos {
    padding-bottom: 50px;
}

.portfolio-mobile-infos .fa-instagram {
    font-size: 24px;
    padding-top: 12px;
}

.portfolio-mobile-infos .book-video-btn-mobile {
    padding-top: 8px;
    font-weight: bold;
}

.portfolio-mobile-infos ul li span:nth-child(2) {
    font-weight: bold;
}

.portfolio-mobile-gallery img {
    display: block;
    width: 100%;
    padding-bottom: 25px;
}

.portfolio-mobile-gallery img:last-child {
    padding-bottom: 0;
}


/* BOOK */

.book-selection {
    font-size: 16px;
    vertical-align: top;
    color: #1D1D1B;
    margin-left: 20px;
}

.book-header {
    font-size: 0;
    color: #000;
    display: flex;
    padding-top: 13px;
    justify-content: space-between;
}
.book-header>div:first-child,.book-header>div:last-child{
    width: 20%;
}
.book-header>div.book-navigation{
    width: 55%;
}
.book-model-name,.portfolio-model-name {
    font-size: 38px;
    vertical-align: middle;
    vertical-align: middle;
    text-transform: uppercase;
}
.book-header .book-model-name h1{
    display: none;
}
#portfolio-overview .book-model-name{
    margin-bottom: 20px;
}
.portfolio-model-name{
    margin-bottom: 50px;
    width: 100%;
}

.portfolio-model-name span{
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    display: block;
    margin-bottom: 10px;
}
.book-model-name span{
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.book-header-icons {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    text-align: right;
    margin-right: 12px;
}

.book-header-icons img {
    width: 15px;
}
#portfolio-popup {
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1001;
    background-color: rgba(255,255,255, 0.95);
    color: #000;
    display: none;
}
#portfolio-popup .portfolio-content{
    display: flex;
    align-items: center;
    height: 100%;
}
#portfolio-popup .popup-content{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
}
#portfolio-popup .close-btn{
   text-align: right;
}
#portfolio-popup .close-btn img{
    width: 30px;
    margin: 10px 0;
    cursor: pointer;
}
#portfolio {
    opacity: 0;
    transition: opacity 0.3s;
    overflow: hidden;
}
#portfolio-book{
    transition: all 0.3s;
    position: relative;
    padding-top: 38px;
}
.portfolio-bottom-measurements {
    text-align: center;
    margin-top: 20px !important;
}

.portfolio-container {
    box-sizing: border-box;
}
#portfolio-book .portfolio-elements .portfolio-element{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#portfolio-book .portfolio-elements .portfolio-element .imgFirst img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    max-height: 100%;
}
#portfolio-book .portfolio-elements .portfolio-element .imgFirst{
    width: calc(100% - 30px) !important;
    height: 100%;
}
.portfolio-elements {
    margin-bottom: 0;
    overflow: hidden;
}
#portfolio .portfolio-element{
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 100px);
}
.portfolio-element img {
    max-height: calc(100vh - 100px);
    min-height: 450px;
}
.portfolio-element img.portrait {
    max-width: 50%;
    vertical-align: middle;
    padding: 0 10px;
    box-sizing: border-box;
}
/*.portfolio-element img.portrait {
    width: 50%;
    height: auto;
    !*height: 100%;*!
    vertical-align: middle;
    padding: 0 10px;
    box-sizing: border-box;
    !*object-fit: cover;*!
}*/

.portfolio-element img.landscape {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    height: 100%;
    vertical-align: middle;
}

.portfolio-element {
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.portfolio-first-picture, .portfolio-infos {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
}
.portfolio-infos .instagram-link,.portfolio-infos .models-link{
    margin-top: 30px;
}
.portfolio-infos .instagram-link i{
    font-size: 30px;
}
#portfolio-book .portfolio-elements .portfolio-element .portfolio-infos .models-link img{
    height: 20px;
    max-height: unset;
    min-height: unset;
}
.portfolio-first-picture {
    text-align: left;
    height: 100%;
}
#portfolio-popup .portfolio-first-picture {
    text-align: center;
    height: 100%;
    width: auto;
}
#portfolio-popup .portfolio-first-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.portfolio-infos-content {
    font-size: 18px;
    margin-left: auto;
    text-transform: uppercase;
}

.portfolio-infos-content ul li span {
    display: block;
    padding: 8px 0;
}

.portfolio-infos-content ul li span:nth-child(1) {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.portfolio-prev {
    font-size: 27px;
    position: absolute;
    left: 10%;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #000000;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 11.5px 11px 25px;
    border-radius: 37px;
}

.portfolio-next {
    font-size: 27px;
    position: absolute;
    right: 10%;
    top:50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    color: #000000;
    /*    background-color: rgba(255,255,255,0.2);*/
    background-color: transparent;
    padding: 11px 25px 11px 11.5px;
    border-radius: 37px;
}
.portfolio-book-next{
    font-size: 27px;
    position: relative;
    left: 0px;
    z-index: 2;
    cursor: pointer;
    color: #000000;
    background-color: transparent;
    padding-left: 11px;
}
.book-navigation {
    text-align: center;
    font-size: 18px;
}
.book-navigation span {
    cursor: pointer;
}

.book-navigation span.active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.book-social-link {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 38px;
}

.book-social-container, .book-news-container {
    position: relative;
}
.book-video-section{
    padding-bottom: 0px;
}
/*.book-news-section,.book-social-section,.book-video-section{
    margin-bottom: 50px;
}*/

.book-news-title, .book-social-title, .book-video-title {
    text-align: center;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
}
.book-news-title{
    padding-bottom: 38px;
}
.book-video-navigation {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 38px;
}

.book-video-navigation span {
    cursor: pointer;
}

.book-video-navigation span.active {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.book-video-element {
    display: none;
}

.book-video-elements .book-video-element:nth-child(1) {
    display: block;
}

.book-video-element iframe {
    width: 100%;
}

#portfolio-overview {
    padding-top: 38px;
    display: none;
}

.portfolio-overview-measurements {
    text-transform: uppercase;
    font-size: 13px;
    padding-bottom: 20px;
}

.portfolio-overview-measurements span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.portfolio-overview-elements {
    font-size: 0;
    margin: 0 -3px;
}

.portfolio-overview-element {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 3px 12px 3px;
    cursor: pointer;
}

.portfolio-overview-element div {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: 200px;
    width: 49%;
    width: calc(50% - 6px);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin: 0 3px;
}

.portfolio-overview-element div.full {
    width: 99%;
    width: calc(100% - 6px);;
}


/* CONTACT */

.contact-navigation-container {
    font-size: 18px;
    text-align: center;
    padding-top: 13px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 90;
    background-color: rgba(255,255,255, 0.95);
}

.contact-navigation {
    padding: 0 25px 25px 25px;
}

.contact-navigation-container.fixed {
    position: fixed;
    top: 112px;
    left: 0;
    right: 0;
}

.list-navigation-content {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

/*.contact-navigation-container .contact-navigation.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 138px;
    z-index: 90;
}*/

.contact-navigation span {
    cursor: pointer;
}

.contact-navigation span.active{
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.contact-title {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
    text-align: center;
    padding-top: 110px;
}

.contact-office-navigation {
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 38px;
}

.contact-munich-container {
    position: relative;
    padding-top: 30px;
}

.contact-office-navigation {
    position: relative;
}

.contact-office-icons {
    position: absolute;
    right: 0;
    top: 15px;
}

.contact-office-icons .fa-phone {
    margin-right: 35px;
}

.contact-office-navigation span {
    cursor: pointer;
}

.contact-office-navigation span.active{
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.contact-munich-staff {
    background-color: #1D1D1B;
    color: #FFF;
    padding: 20px 0;
    font-size: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

.contact-munich-staff.mobile-version {
    display: none;
    position: relative;
}

.contact-munich-staff.mobile-version .contact-prev, .contact-munich-staff.mobile-version .contact-hamburg-prev {
    position: absolute;
    left: 8px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}

.contact-munich-staff.mobile-version .contact-next, .contact-munich-staff.mobile-version .contact-hamburg-next {
    position: absolute;
    right: 8px;
    top: 50%;
    font-size: 16px;
    transform: translateY(-50%);
}

.contact-munich-staff.hamburg-staff {
    max-width: 720px;
}

.contact-munich-staff .contact-munich-staff-element{
/*    width: 25%;*/
/*    vertical-align: top;
    box-sizing: border-box;
    display: inline-block;*/
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
}

/*.contact-munich-staff .contact-munich-staff-element.three-part {
    width: 33.3333%;
}*/

.contact-munich-staff .contact-munich-staff-element span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    display: block;
    font-size: 18px;
}

.contact-map {
    width: 100%;
}

.contact-map #map,  .contact-map #map2{
    width: 100%;
    height: 500px;
}

.contact-hamburg {
    display: none;
}

.about-title {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
    text-align: center;
    padding-bottom: 38px;
}

.about-container img {
    width: 100%;
    display: block;
}

.about-container-video, .about-container-video-mobile {
    position: relative;
}

.about-container-video-mobile {
    display: none;
}

.about-container-video video, .about-container-video-mobile video {
    width: 100%;
    display: block;
}

.about-container-video .about-video-text, .about-container-video-mobile .about-video-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #1D1D1B;
    color: #FFF;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.about-container-video .about-video-text .about-video-content {
    font-size: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 30px;
    top: 50%;
    transform: translateY(-50%);
}

.about-container-video-mobile .about-video-text .about-video-content {
    font-size: 3vw;
    line-height: 1.8em;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 20px;
    top: 50%;
    transform: translateY(-50%);
}

.about-container-video .about-video-text .about-video-content div{
    display: inline-block;
    line-height: 2.11em;
    font-size: 16px;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 30px;
}

.about-container-video .about-video-text .about-video-content div:nth-child(1) {
    width: 47%;
}

.about-container-video .about-video-text .about-video-content div:nth-child(2) {
    width: 53%;
}


.about-container {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15%;
    position: relative;
    padding-bottom: 150px;
}

.about-container div{
    background-color: #1D1D1B;
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 20%;
    padding: 25px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
}
.call-title{
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
    text-align: center;
    padding-bottom: 38px;
}
.call-text {
    font-size: 16px;
    line-height: 22px;
}

.call-text span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.call-text strong,.static-content strong {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.become-title {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
    text-align: center;
    padding-bottom: 38px;
}

.become-header-text {
    font-size: 16px;
    line-height: 22px;
}

.become-header-text span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.become-header-text h4 {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 18px;
}

.become-requirements {
    font-size: 0;
    padding-top: 60px;
    margin-bottom: 100px;
}

.become-requirements-element {
    width: 400px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}

.become-requirements-element:nth-child(2) {
    margin-left: 60px;
}

.become-requirements-element div:nth-child(1){
    background-color: #1D1D1B;
    color: #FFF;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 18px;
    padding: 16px 0;
    position: relative;
}

.become-requirements-element div:nth-child(1) span{
    background-color: #1D1D1B;
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: -1;
    transform: rotate(45deg) translateX(-50%);
    bottom: -11px;
    left: 50%;
}

.become-requirements-element div:nth-child(2){
    font-size: 16px;
    border: 1px solid #1D1D1B;
    padding: 13px 0;
}

.become-form-contact-infos-title {
    width: max-content;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 0;
    margin-bottom: 60px;
    transition: all 0.3s ease;
    background-color: #1D1D1B;
    color: #ffffff;
    border: 1px solid #FFF;
}

.become-form-contact-infos-title div {
    display: inline-block;
}

.become-form-contact-infos-title div:nth-child(1) {
    border-right: 1px solid #FFF;
    padding: 7px 0;
    width: 32px;
    text-align: center;
    font-size: 18px;
}

.become-form-contact-infos-title div:nth-child(2) {
    padding: 7px 0;
    font-size: 18px;
    width: 245px;
    text-align: center;
}

.become-form-contact-infos-title.active {
    background-color: #FFF;
    color: #1D1D1B;
    border: 1px solid #1D1D1B;
}

.become-form-contact-infos-title.active div:nth-child(1) {
    border-right: 1px solid #1D1D1B;
}

#applicationForm {
    font-size: 0;
}

.become-elements {
    margin: 0 -30px;
    width: 920px;
    max-width: 100%;
}

.become-element {
    width: 50%;
    margin-bottom: 40px;
    padding: 0 30px;
    box-sizing: border-box;
    display: inline-block;
}

.become-element label {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.become-element input {
    appearance: none;
    width: 100%;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #000;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 0;
    height: 24px;
    line-height: 24px;
    color: #000;
}

.become-accept {
    font-size: 20px;
    background-color: #1D1D1B;
    color: #FFF;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    width: 114px;
    text-align: center;
    transition: background 0.3s ease;
    padding: 8px 0;
    cursor: pointer;
    margin-top: 10px;
}

.become-accept:hover {
    background-color: #000;
}

.info-error-output {
    color: #E3512A;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: none;
}

.become-form-upload-title {
    margin-top: 50px;
    width: max-content;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 0;
    background-color: #1D1D1B;
    color: #FFF;
}

.become-form-upload-title div {
    display: inline-block;
}

.become-form-upload-title div:nth-child(1) {
    border-right: 1px solid #FFF;
    padding: 7px 0;
    width: 32px;
    text-align: center;
    font-size: 18px;
}


.become-form-upload-title div:nth-child(2) {
    padding: 7px 0;
    font-size: 18px;
    width: 245px;
    text-align: center;
}

.become-form-upload-title.active {
    background-color: #FFF;
    color: #1D1D1B;
    border: 1px solid #1D1D1B;
}

.become-form-upload-title.active div:nth-child(1) {
    border-right: 1px solid #1D1D1B;
}

.upload-header {
    font-size: 16px;
    line-height: 22px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.upload-header span{
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.become-image-elements {
    margin: 0 -15px 60px -15px;
    width: 895px;
    max-width: 100%;
}

.become-image-element {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px;
}

.become-image-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.become-image-container input {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.become-image-container img {
    width: 100%;
    opacity: 0.5;
    transition: all 0.3s;
}

.become-image-container:hover img {
    opacity: 0.8;
}

.become-image-type {
    position: absolute;
    /* top: 50%; */
    left: 0;
    right: 0;
    bottom: 5%;
    /* transform: translateY(-50%); */
    font-size: 14px;
    line-height: 20px;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    text-align: center;
    width: 80px;
    margin: 0 auto;
}
.maxSize{
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    color: red;
    text-transform: uppercase;
    opacity: 0;
}
.become-image-wrong {
    font-size: 36px;
    color: #000;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
}

.become-image-right {
    font-size: 36px;
    color: #000;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
}

.become-image-wrong.active, .become-image-right.active {
    opacity: 1;
}

.checkbox-element {
    margin-bottom: 20px;
}

.checkbox-element .pretty .state label:before {
    border-color: #000;
}

.checkbox-element .pretty  {
    font-size: 14px;
}

.checkbox-element .pretty label {
    padding-left: 10px;
}

#RecaptchaField1, #RecaptchaField2 {
    transform:scale(0.7);
    -webkit-transform:scale(0.7);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

.captcha-container {
    height: 55px;
    padding: 10px 0;
}

.become-submit {
    background-color: #1D1D1B;
    border-radius: 0 !important;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 20px;
    text-align: center;
    border: none;
    color: #FFF;
    width: 100px;
    display: block;
    cursor: pointer;
    transition: background 0.3s;
    padding: 4px 0;
}

.become-submit:hover {
    background-color: #000;
}

#loading-img {
    height: 37px;
}

#loading-img img {
    height: 37px;
    display: block
}

#application-sent {
    font-size: 16px;
    text-align: left;
    display: none;
    padding-top: 10px;
    padding-bottom: 80px;
}

#application-sent span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

#loading-img {
    display: none;
}

#error-output {
    color: #E3512A;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 17px;
    padding-top: 7px;
}

.become-checkboxs {
    font-size: 16px;
}

.upload-section {
    display: none;
}

.mobile-newsletter-arrow {
     display: none;
}

.newsletter-title {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
    text-align: center;
    padding-bottom: 38px;
}

.newsletter-elements {
    position: relative;
    overflow: hidden;
}

.newsletter-pictures {
    width: calc(50% + 31px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.newsletter-picture {
    height: 570px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.newsletter-form {
    height: 570px;
    width: 50%;
    margin-left: auto;
    position: relative;
    font-size: 0;
}

#newsletter-form {
    background-color: #1D1D1B;
    width: calc(100% - 31px);
    height: 570px;
    display: inline-block;
    vertical-align: top;
    padding: 108px 50px;
    box-sizing: border-box;
}

#newsletter-form input {
    appearance: none;
    width: 100%;
    font-size: 14px;
    padding: 10px 15px;
    margin-bottom: 40px;
    border: none;
    background-color: #FFF;
    box-sizing: border-box;
    border-radius: 0;
    color: #000;
}

.newsletter-checkbox-element {
    margin-bottom: 20px;
    color: #FFF;
    margin-top: 20px;
}

.newsletter-checkbox-element .pretty .state label:before {
    border-color: #FFF;
}

.newsletter-checkbox-element .pretty  {
    font-size: 12px;
}

.newsletter-checkbox-element .pretty label {
    padding-left: 10px;
}

.n-submit {
    border: 1px solid #FFF;
    background-color: #1D1D1B;
    border-radius: 0 !important;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    width: 100%;
    display: block;
    cursor: pointer;
    transition: background 0.3s;
    padding: 7px 0;
}

#n-loading-img {
    text-align: center;
    display: none;
}

#n-loading-img  img{
    height: 45px;
}

.n-send {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #FFF;
    height: 45px;
    line-height: 45px;
    display: none;
}

#error-n {
    color: #E3512A;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 17px;
}

.jobs-section img {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}

.jobs-section .jobs-txt {
    font-size: 14px;
    margin-bottom: 35px;
}

.jobs-section a {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
}

.jobs-section .jobs-txt span {
    font-size: 18px;
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    display: block;
    margin-bottom: 25px;
}

.jobs-vacancies-btn {
    font-size: 16px;
    background-color: #1D1D1B;
    color: #FFF;
    padding: 8px 15px;
    width: max-content;
    cursor: pointer;
}

.jobs-vacancies-btn span{
    padding-right: 15px;
}

.jobs-vacancies-btn img {
    transition: transform 0.3s ease;
    width: 12px;
    display: inline-block;
    margin: 0;
}

.jobs-vacancies-btn.open img{
    transform: rotate(180deg);
}

.jobs-vacancies-content {
    padding-top: 30px;
    display: none;
    font-size: 16px;
    line-height: 22px;
    transition: opacity 0.3s;
    opacity: 0;
}


/* STATIC */

.static-title {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 65px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 100px;
}

.static-content {
    font-size: 15px;
    text-align: justify;
    line-height: 21px;
    margin-bottom: 100px;
}

/* BOOK MOBILE */

#portfolio-mobile {
    display: none;
}

.book-header-picture-mobile {
    padding: 15px 15px 0 15px;
    position: relative;
    margin-bottom: 28px;
}

.book-header-picture-mobile img {
    width: 100%;
    display: block;
    padding-bottom: 12px;
}

.mobile-measurements {
    background-color: #000;
    color: #FFF;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: max-content;
    margin: 0 auto;
    padding: 3px 20px 2px 20px;
}

.book-mobile-slider-container {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}

.book-mobile-slider .book-mobile-slider-element {
    font-size: 0;
    text-align: left;
}

.book-mobile-slider img{
    padding: 0 5px;
}

.book-mobile-slider img.portrait{
    width: 50%;
    box-sizing: border-box;
}

.book-mobile-slider img.landscape{
    width: 100%;
    box-sizing: border-box;
}

.book-mobile-gallery {
    position: fixed;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255,255,255,0.9);
    z-index: 10001;
    padding: 0 15px;
    box-sizing: border-box;
    display: none;
}

.book-mobile-gallery-menu {
    width: 100%;
    padding: 30px 0 10px 0;
    position: relative;
    box-sizing: border-box;
    background-color: #FFF;
}

.book-burger-menu {
    position: absolute;
    left: 0px;
    bottom: 35px;
    width: 20px;
    height: 18px;
    cursor: pointer;
}

.book-burger-menu.active .burger::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    bottom: 0px;
}

.book-burger-menu.active .burger::before{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 0px;
}

.book-burger-menu.active .burger{
    background: rgba(111,111,111,.0);
}

.book-mobile-gallery-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.book-mobile-gallery-element img {
    max-width: 100%;
    max-height: calc(100vh - 88px);
}


/* COVID BANNER */

.covid-banner-global-container {
    display: none;
}

.covid-banner {
    position: fixed;
    right: 0;
    left: 0;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 200;
    max-width: 80%;
    padding: 0 25px;
    margin: 0 auto;
}

.covid-banner-triangle {
    margin-left: auto;
    display : block;
    height : 0;
    width : 0;
    border-bottom : 10px solid #C6BCA1;
    border-left : 10px solid transparent;
}

.covid-banner-content {
    width: 252px;
    margin-left: auto;
}

.covid-banner-container {
    background-color: #C6BCA1;
    display: block;
    border-radius: 10px 0 10px 10px;
    font-size: 9px;
    padding: 6px 12px;
    text-align: right;
    line-height: 10px;
}

.covid-banner.show {
    opacity: 1;
    visibility: visible;
}

.covid-banner-container a {
    text-decoration: underline;
}

.covid-banner-container span {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    font-size: 8px;
    margin-bottom: 3px;
    display: block;
}

/* COVID BANNER V2 */

.contact-covid-banner {
    position: fixed;
    z-index: 10;
    background-color: #C6BCA1;
    margin: 0 auto;
    width: 100%;
    max-width: 700px;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    -webkit-box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.52);
    box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.52);
    transition: bottom 0.5s;
}

.contact-covid-banner.show {
    bottom: -150px;
}

.contact-covid-banner .banner-header {
    font-family: "ITC Avant Garde Gothic Std", sans-serif;
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

.contact-covid-banner .banner-link {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.contact-covid-banner p {
    max-width: 420px;
    margin: 0 auto;
}

/* FILTERS */

#filter-form .filter-elements .filter-women-only {
    display: none;
}

#filter-form .filter-elements .filter-men-only {
    display: none;
}

/* SEARCH BUTTON */

.search-model-trigger {
    border: none;
    background-color: #000;
    color: #FFF;
    padding: 5px 10px;
    font-size: 14px;
    font-family: "ITC Avant Garde Gothic Std Book", sans-serif;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 50px;
    margin: 40px auto 0 auto;
    text-align: center;
}

/* HOME VIDEO */

.home-video iframe {
    width: 100%;
    margin-bottom: 20px;
}

.home-video {
    padding-top: 40px;
}

.home-video-mobile {
    display: none;
}