/* RESET CSS */

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;
    }
}

.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 {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    font-weight: 100;
}

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;
}
select{
    -webkit-appearance:none;
    -moz-appearance: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 {
    margin-top: 100px;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* SLICK */

.slick-slider {
    margin-bottom: 0;
}

.slick-prev, .slick-next {
    top: 48%;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
}

.slick-prev, .slick-prev:hover, .slick-prev:focus{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    left: -50px;
    z-index: 999;
}

.slick-prev:before {
    content: ""
}

.slick-next, .slick-next:hover, .slick-next:focus{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    right: -50px;
    z-index: 999;
}

.slick-next:before {
    content: ""
}



/* MENU */

.menu {
    /*background: rgba(146,132,185,0.5);*/
    margin: 0 auto;

    /* Correction pour le bug d'overlap lors d'un scroll rapide et que le menu est en position fixed */
    /*overflow-x: hidden;*/
    /*overflow-y:auto;*/
    /*-webkit-transform: translate3d(0,0,0);*/
    /*-webkit-overflow-scrolling: touch;*/
}




/* MENU MOBILE */

.menuMobile {
    display: none;
}

#mobile-logo {
    width: 163px;
    margin: 0 auto;
}

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    z-index: 1;
    text-align: center;
    /* Correction pour le bug d'overlap lors d'un scroll rapide et que le menu est en position fixed */
    /*overflow-x: hidden;*/
    /*overflow-y:auto;*/
    /*-webkit-transform: translate3d(0,0,0);*/
    /*-webkit-overflow-scrolling: touch;*/
}

#mobile-menu-content{
    display: none;
    position: fixed;
    top: 76px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    overflow: auto;
    background-color: white;
}
#mobile-search {
    position: absolute;
    top: 2px; right: 15px;
}
#mobile-search-close {
    display: none;
}

#nav {
    margin-top: 20px;
}

#nav > li > a {
    display: block;
    padding: 10px 18px;
}

#nav li ul {
    display: none;
    padding: 0 17px;
}

#nav li ul li {
    padding: 5px;
}




/* SEARCH */

#searchBar {
    display: none;
    margin-top: 74px;
}

#searchBar .searchBarInput {
    max-width: 300px;
    margin: 0 auto 30px;
    position: relative;
}
#searchBar .searchBarInput::placeholder, #searchBar .searchBarInput::-webkit-input-placeholder, #searchBar .searchBarInput::-moz-placeholder, #searchBar .searchBarInput:-ms-input-placeholder, #searchBar .searchBarInput::-moz-placeholder {
    color: #7e7e7e;
}

.searchModels {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    line-height: 32px;
    outline: none;
}

/* FOOTER */
#footer {
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    padding: 25px 50px;
    background-color: #9284b9;
    color: #FFFFFF !important;
}

/* Mogo css */

.navigationTitle{
    text-transform: uppercase;
    font-size: 41px;
    text-align: center;
    color: #9284b9;
    padding: 20px 20px 50px 20px;
}

.privacyTitle {
    padding: 21px 20px 50px 20px;
}

/*menu*/

.menu{
    color: #787878;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    padding: 30px 50px;
    transition: all 0.3s;
    opacity: 0;
}

.menuDesktop{
    position: relative;
}

#logo{
    width: 250px;
    transition: width .3s;
}
.smallMenu{
    padding: 20px 50px;
    transition: padding .3s;
}
.smallMenu #logo{
    width: 200px;
}
.menuList{
    max-width: 768px;
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.menuList li{
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 5px;
    text-align: center;
}
.menuList li a{
    transition: color .3s ease;
}
.menuList li a:hover{
    color: #9284B9;
}
.menuSelected{
    color: #9284B9;
    font-weight: normal;
}
.shortlistMenu{
    display: block;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 2px;
}

#casting{
    width: fit-content;
    position: absolute;
    right: 41px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
    font-size: 21px;
}

/*MENU MOBILE*/

.menuMobile{
    position: relative;
}

.menuLogoMobile{
    /*position: absolute;*/
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    /*left: 20px;*/
    /*display: none;*/
    /*z-index: 1;*/
}
#logoMobile{
    width: 200px;
}

.menuMobileList{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hamburger{
    padding: 0 !important;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.hamburger--spring .hamburger-inner:before{
    background-color: rgb(176,162,215);
    width: 80%;
}

.hamburger--spring .hamburger-inner{
    background-color: rgb(196,182,235);
}

.hamburger--spring .hamburger-inner:after {
    background-color: rgb(146,132,185);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #9284B9 !important;
    width: 100%;
}

.menuOverlay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    background-color: rgba(146,132,185, 0.955);
    z-index: 96;
}
#closeMenuMobile{
    z-index: 97;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.menuOverlayList{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    text-align: center;
    z-index: 98;
}

.menuOverlayList ul > li {
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 16px;
    cursor: pointer;
}

.subMenuMobile li a{
    font-size: 14px;
    text-transform: capitalize;
}

.subMenuMobile li {
    padding: 5px !important;
}

.listSelected {
    font-weight: normal;
}

/*footer*/

.footerContainer{
    color: #FFF;
    font-size: 0px;
}

.footerCenterBlock, .footerBlock{
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
}

.footerBlock{
    width: 25%;
}

.footerBlock:first-of-type{
    text-align: left;
}

.footerBlock:last-of-type{
    text-align: right;
}

.footerBlock:last-of-type li{
    margin: 0;
}

.footerCenterBlock{
    width: 50%;
}

.footerSloganTitle{
    font-size: 31px;
    color: #FFF;
    padding-bottom: 5px;
    font-family: "Allura", sans-serif;
    text-transform: capitalize;

}

.footerSlogan p{
    font-size: 16px;
    text-transform: capitalize;
}

.footerListSocial{
    padding-bottom: 10px;
}

.footerListSocial li{
    display: inline-block;
    padding-right: 10px;
    color: #FFF;
}

.footerList li{
    display: inline-block;
    line-height: 20px;
    /*text-align: left;*/
    padding: 0 5px;
}

.footerListContact{
    line-height: 20px;
}
.footerAddress {
    text-align: left;
}

.footerMediaSlide{
    padding-top: 10px;
    font-size: 14px;
}
.footerTagline {
    font-size: 14px;
    margin-bottom: 30px;
}
.footerListAnimation{
    width: fit-content;
    margin: 0 auto;
}

.footerMediaSlide li a:after{
    content: '';
    padding-bottom: 1px;
    width: 0%;
    display: block;
    border-bottom: 1px solid #9284B9;
    transition: width .5s ease;
}

.footerMediaSlide li a:hover:after{
    width: 100%;
}



#footer ul li a{
    transition: color ease .5s;
}

/*#footer ul li a:hover{*/
    /*color: #9284B9;*/
/*}*/



/*about*/

.aboutContainer{
    font-size: 0;
    /*margin: 0 -50px;*/
    padding: 0 50px;
}
.aboutIntroduction{
    font-size: 16px;
    margin-bottom: 30px;
    color: #787878;
}
.aboutBlock{
    display: inline-block;
    width: calc(100%/2);
    vertical-align: top;
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 50px;
}

.aboutBlock:nth-child(2){
    padding-right: 25px;
}

.aboutBlock:nth-child(3){
    padding-left: 25px;
}

.aboutBlockContent:nth-child(2){
    padding-right: 25px;
}
.aboutBlockContent:nth-child(3){
    padding-left: 25px;
}


.aboutBlockContent{
    width: 50%;
    display: inline-block;
    background: white;
    font-size: 16px;
    vertical-align: top;
    box-sizing: border-box;
    color: #787878;
    line-height: 21px;
}

.aboutBlockContentTitle{
    color: #9284B9;
    font-size: 21px;
    padding-bottom: 30px;
    font-weight: lighter;
}

.aboutBlockContentCenter{
    background: white;
    font-size: 16px;
    line-height: 21px;
    padding: 20px 0 30px 0;
    color: #787878;
}
.aboutBlockCenter{
    font-size: 16px;
    text-align: justify;
    background: #9284B9;
}

.aboutBlockCenterContainer{
    color: white;
    padding: 50px 50px;
    overflow-x: hidden;
}

.aboutBlockCenterContainer p{
    margin: 0 auto;
    max-width: 900px;
    line-height: 21px;
}



.aboutBlockContentCenterTitle{
    font-size: 21px;
    font-weight: lighter;
    text-align: center;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.aboutIntroductionQuote{
    text-align: center;
    font-size: 21px;
    padding-bottom: 10px;
}

.small{
    font-size: 16px;
    text-align: center;
}

.aboutSlogan{
    font-size: 40px;
    color: #9284b9;
    font-family: "Allura", sans-serif;
    text-transform: capitalize;
    text-align: center;
    padding: 20px 20px 50px 20px
}

.aboutBlockContentCenterReferences{
    padding-bottom: 30px;
    margin: 30px auto 0 auto;
    font-size: 0;
    max-width: 1300px;
}

.aboutElements {
    margin: 0 -10px;
}

.aboutElementImageContainer {
    background-color: #FFFFFF;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.aboutElement{
    padding: 10px;
    display: inline-block;
    width: 10%;
    box-sizing: border-box;
    height: auto;
    vertical-align: top;

}
.aboutElement img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


#aboutOutput{
    text-align: center;
    color: white;
    font-size: 16px;
}
/*BECOME*/

.becomeContainer {
    font-size: 0;
    text-align: center;
    padding: 0 50px;
}

.becomeBlock{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.becomeBlock:first-of-type{
    padding-right: 25px;
}
.becomeBlock:last-of-type{
    padding-left: 25px;
}


.becomeBlockContent{
    font-size: 0;
    margin: 0 auto;

}

.becomeBlockContentContainer{
    /*margin: 0 -30px;*/
    text-align: center;
}

.becomeBlockContentSplit{
    background: white;
    display: inline-block;
    width: 50% ;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 0 30px 30px 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 21px;
    text-align: justify;
}
.becomeBlockContentSplit:last-of-type{
    padding: 0 0 30px 0;
}

.becomeBlockContentText{
    color: #787878;
    letter-spacing: .5px;
    line-height: 21px;
}

.becomeBlockContentTitle{
    font-size: 21px;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    color: #9284B9;
}
.becomeBlockContentListTitle{
    color: #9284B9;
    text-transform: capitalize;
    font-size: 21px;
    font-weight: lighter;
    text-align: left;
    margin-bottom: 15px;
}

.becomeBlockContentList{
    font-size: 16px;
}

.becomeBlockContentListApply{
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    color: #787878;
    text-align: left;
    width: 50%;
}
.becomeBlockContentListApply li{
    padding-bottom: 10px;
    text-align: left;
}


.becomeBlockContentList li{
    padding-bottom: 10px ;
    width: 300px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    color: #787878;
}

.becomeBlockContentListMeasurements{
    position: absolute;
    width: 55%;
    right: 0;
    text-align: left;

}

.becomeBlockContentListInput li{
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    height: 26px;
}

.becomeBlockContentListInput label{
    display: inline-block;
    color: #787878;
    text-transform: uppercase;
    vertical-align: middle;

}

.becomeBlockContentListInput input{
    vertical-align: middle;
    position: absolute;
    display: inline-block;
    right: 0;
    width: 60%;
    border: none;
    border-bottom: 1px solid #9284B9;
    color: #787878;
    padding-bottom: 3px;

}

.becomeBlockContentPictures{
    font-size: 0;
    margin: 0 -15px;
}
.becomeBlockContentPicture img
{
    width: 100%;
    height: auto;
}

.becomeBlockContentFormPicture{
    border: 1px solid #9284b9;
    height: 300px;
    width: calc(25% - 30px);
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin: 30px 15px;
    vertical-align: top;
    transition: background-color 500ms;
}

.becomeBlockContentFormPicture:hover{
    background: rgba(146,132,185, 0.4);
    opacity: 1;
}

.becomeBlockContentFormPicture input{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
}

.becomeBlockContentFormPicture i{
    opacity: 0;
    transition: opacity 500ms;
    font-size: 32px;
    color: #9284b9;
    font-weight: 100;
    z-index: 1;
}
.becomeBlockContentFormPicture:hover i{
    opacity: 1;
}

#inputIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.becomeBlockContentFormRadio{
    position: relative;
    border: 1px solid white;
    height: 20px;
    width: 20px;
    cursor: pointer;
    margin-bottom: 15px;
}

.becomeBlockContentFormRadio i{
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.becomeBlockContentFormAgreement input{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    cursor: pointer;
    z-index: 2;
    width: 20px;
    height: 20px;
}

.becomeBlockContentFormRadio{
    border: 1px solid #9284b9;
    margin-right: 5px;
}

.becomeBlockContentFormAgreement{
    text-align: left
}

.becomeBlockContentFormAgreement .becomeBlockContentFormRadio, .becomeBlockContentFormAgreement p {
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.becomeBlockContentFormAgreement p{
    width: 80%;
    padding-left: 10px;
}

/*.becomeBlockContentFormSubmit{*/
/*    margin-top: 30px;*/
/*}*/

.becomeBlockContentSubmit{
    position: relative;
}

.becomeBlockContentSubmit input {
    width: 150px;
    height: 50px;
    font-size: 21px;
    border: 1px solid #9284b9;
    color: #9284b9;
    font-weight: lighter;
    text-transform: uppercase;
    cursor: pointer;
    transition-property: background-color, color, border;
    transition-duration: 500ms;
    float: right;
    margin-top: 28px;
    background: white;
}

.becomeBlockContentSubmit input:hover{
    color: white;
    background-color: #9284b9;
    border: none;
}

.becomeBlockCenter{
    font-size: 0;
    overflow-x: hidden;
}

.becomeBlockContentCenter{
    display: inline-block;
    width: calc(100%/2);
    width: 50%;
    box-sizing: border-box;
    font-size: 16px;
    color: #787878;
    vertical-align: top;
    line-height: 21px;
}

.becomeBlockContentCenter:first-of-type{
    padding-right: 50px;
}
.becomeBlockContentCenter:last-of-type{
    padding-left: 50px;
}

.becomeBlockContentCenterContainer{
    padding: 50px ;
}



.becomeBlockContentCenterTitle{
    font-size: 21px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}
.becomeBlockContentCenter p{
    line-height: 21px;
    text-align: justify;
}

.inline{
    width: fit-content;
    margin-bottom: 15px;
}

#inline{
    float: left;
}


#output{
    font-size: 16px;
    display: none;
}

.becomeBlockContentFormPicture{
    overflow: hidden;
}

.becomeBlockContentFormPicture img{
    width: 100%;
    display: block;
    height: auto;
}

/*CONTACT*/

.contactContainer{
    font-size: 0;
    padding: 0 50px;
    color: #787878;
}

.contactBlock{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: justify;

}

/*.contactBlock:first-of-type{*/
    /*padding-right: 25px;*/
/*}*/
.contactBlock:last-of-type{
    /*padding-left: 25px;*/
    padding-bottom: 30px;
}
.contactBlockContent{
    font-size: 0;
    /*margin: 0 -30px;*/
    padding-bottom: 30px;

}

.contactBlockContentTitle{
    color: #9284b9;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
}

.email{
    text-transform: lowercase;
}

.contactBlockContentList{
    width: calc(100%/3);
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    text-transform: capitalize;
    vertical-align: top;
}

.contactBlockContentList li {
    width: fit-content;
    display: block;
    margin: 0 auto;
    text-align: center;
}


.contactBlockContentListTitle{
    color: #9284b9;
    text-align: center;
    padding-bottom: 30px;
    font-size: 16px;
}

.contactBlockContentListLink:after{
    content: "";
    display: block;
    width: 0;
    padding-top: 2px;
    border-bottom: 1px solid #9284b9;
    transition: .3s;
}
.contactBlockContentListLink:hover:after {
    width: 100%;
}

.contactBlockContent ul li{
    padding-bottom: 5px;
    line-height: 21px;
}

.contactBlockContentListLink{
    transition: color 500ms;
    transform: scale(1.2);
    font-weight: normal;
}
.contactBlockContentListLink:hover{
    color: #9284b9;
    font-weight: normal;
}

.contactBlockContentListRight{
    display: inline-block;
    width: 50%;
    font-size: 16px;
    vertical-align: top;
    box-sizing: border-box;

}

.contactBlockContentListRight h4, .contactBlockContentCenter h4{
    text-transform: uppercase;
}

/*.contactBlockContentCenter{*/
/*    font-size: 16px;*/
/*    color: #787878;*/
/*    text-align: center;*/
/*    margin-top: 30px;*/
/*}*/

#map{
     width: 100%;
     height: 300px;
}



.agencyPictures {
    padding-top: 20px;
}

.agencyPictures img:nth-child(1){
    width: 58.05%;
    box-sizing: border-box;
    padding-right: 20px;
}
.agencyPictures img:nth-child(2){
    width: 41.95%;

}

/* The popup bubble styling. */
.popup-bubble {
    /* Position the bubble centred-above its parent. */
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -100%);
    /* Style the bubble. */
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    font-family: sans-serif;
    overflow-y: auto;
    max-height: 60px;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}
/* The parent of the bubble. A zero-height div at the top of the tip. */
.popup-bubble-anchor {
    /* Position the div a fixed distance above the tip. */
    position: absolute;
    width: 100%;
    bottom: /* TIP_HEIGHT= */ 8px;
    left: 0;
}
/* This element draws the tip. */
.popup-bubble-anchor::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* Center the tip horizontally. */
    transform: translate(-50%, 0);
    /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
    width: 0;
    height: 0;
    /* The tip is 8px high, and 12px wide. */
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: /* TIP_HEIGHT= */ 8px solid white;
}
/* JavaScript will position this div at the bottom of the popup tip. */
.popup-container {
    cursor: auto;
    height: 0;
    position: absolute;
    /* The max width of the info window. */
    width: 200px;
}

/*BOOKING*/



.bookingContainer{
    font-size: 0;
    padding: 0 50px;
}

.bookingBlock {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}
.bookingBlock:first-of-type{
    padding-right: 25px;
}
.bookingBlock:last-of-type{
    padding-left: 25px;
}

.bookingIntroduction h2{
    font-size: 21px;
    color: #9284b9;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bookingIntroduction{
    text-align: center;
    color: #787878;
    padding: 0 20px 30px 20px;
}

.bookNav{
    padding-top: 20px;
    color: #9284b9;
    text-transform: uppercase;
}

.bookNav li{
    display: inline-block;
    padding: 0 10px;
}



.bookingBlockContent{
    font-size: 16px;
    color: #787878;
    text-align: justify;
    padding: 30px 0;
}

.bookingBlockContent h3{
    color: #9284b9;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 21px;
}
.bookingBlockContent p{
    border-left:  1px solid #9284b9;
    padding-left: 15px;
    margin-left: 2px;
    line-height: 21px;
}

.bookingBlockContent ul li{
    padding-bottom: 5px;
}

/*PRIVATE*/

.privacyText {
    padding: 0 50px 50px 50px;
    color: #787878;
    text-align: justify;
    font-size: 16px;
    line-height: 21px;
    column-count: 2;
    column-gap: 50px;
}

.privacyText .links {
    word-break: break-all;
}

.privacyText span {
    color: #9284b9;
    font-size: 20px;
}

.privateContainer{
    font-size: 0;
    padding: 0 50px;
}

.privateBlock{
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}
.privateBlock:first-of-type{
    padding-right: 25px;
}
.privateBlock:last-of-type{
    padding-left: 25px;
}

.privateBlockContent{
    font-size: 16px;
    color: #787878;
    margin-bottom: 30px;
}

.privateBlockContentMargin{
    margin-bottom: 30px;
}

.privateBlockContent h3 {
    text-transform: uppercase;
    color: #9284b9;
    font-size: 21px;
    margin-bottom: 30px;
}

.privateBlockContent{
    line-height: 21px;
}

.privateBlockContent p{
    font-weight: 100;
}

.privateBlockContent p a{
    color: #9284b9;
    font-weight: lighter;
}
.privateBlockContentList li a{
    color: #9284b9;
    font-weight: lighter;
}

/*SERVICES*/

.servicesContainer{
    font-size: 0;
    color: #787878;

}

.servicesBlock{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 16px;
    padding: 0 50px;
    box-sizing: border-box;
}

.servicesBlockTitle{
    font-size: 26px;
    color: #9284b9;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.servicesBlockContentTitle{
    font-size: 21px;
    text-transform: uppercase;
    color: #9284b9;
    margin-bottom: 30px;
    text-align: center;
}
.servicesBlockContent p{
    margin-bottom: 30px;
}

.servicesBlockContent {
    font-size: 16px;
    text-align: justify;
    line-height: 21px;
}

/*imprint*/

.imprintContainer{
    font-size: 0;
    padding: 0 50px;
    color: #787878;
}

.imprintBlock{
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;

}
.imprintBlock:first-of-type{
    padding-right: 25px;
}
.imprintBlock:nth-child(2){
    padding-left: 25px;
}

.imprintBlockContent{
    font-size: 16px;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    /*padding: 0 10px 30px 10px;*/
    line-height: 21px;
    vertical-align: top;
}

.imprintBlockContent:nth-child(2){
    padding: 0 10px 30px 0px;
}
.imprintBlockContent:nth-child(3){
    padding: 0 0 30px 10px;
}
.imprintBlockContent:nth-child(4){
    padding: 0px 10px 30px 0;
}
.imprintBlockContent:nth-child(5){
    padding: 0 0 30px 10px;
}
.imprintBlockContentTextBold{
    font-weight: normal;
}

.imprintBlockContentListTitle{
    margin-bottom: 10px;
}

.imprintBlockContentListLabel{
    /*font-weight: normal;*/
}

.imprintBlockContentList li{
    padding-bottom: 5px;
    width: fit-content;
    display: block;
}

.imprintBlockContentList li a{
    color: #9284b9;
    width: fit-content;
}

.imprintBlockContentList li a:hover {
    font-weight: normal;
}
/*.imprintBlockContentList li a:after{*/

/*    content: "";*/
/*    display: block;*/
/*    width: 0px;*/
/*    border-bottom: 1px solid #9284b9;*/
/*    transition: .5s;*/
/*}*/

/*.imprintBlockContentList li a:hover:after{*/
/*    width: 100%;*/
/*}*/

.imprintBlockContentListTitle{
    font-size: 21px;
    text-transform: uppercase;
}

.imprintBlockTitle{
    color: #9284b9;
    text-transform: uppercase;
    font-size: 26px;
    margin-bottom: 30px;
}

.imprintBlockContentListTitle{
    color: #9284b9;
}

.imprintBlockCenterTitle{
    color: #9284b9;
    text-transform: uppercase;
    font-size: 21px;
    text-align: center;
    margin-bottom: 30px;
}



.imprintBlockCenter{
    background: #FFF;
    color: #787878;
    font-size: 16px;
    text-align: justify;
    padding: 20px 50px 50px 50px;
    line-height: 21px;
}
.imprintBlockCenter p{
    width: 100%;
    margin: 0 auto;
}

/*list*/

.hideListMenu{
    display: none;
}

.listModelMenuContainer{

    max-width: 800px;
    margin: 15px auto 0 auto;
    position: relative;
    text-align: left;
}

.letterList{
    text-align: center;
    transition: opacity .3s;
    padding-top: 20px;
    opacity: 0;
    display: inline-block;
    color: #787878;
}
.letterIndex{
    display: inline-block;
    width: 15px;
    padding: 0 2px;
}

.letterUnavailable{
    color: lightgray;
    pointer-events: none;
}

.listModelMenu{
    text-align: center;
    background: white;
    display: none;
}
.letterActive{
    border-bottom: 1px solid #9284b9;
    padding-bottom: 2px;
    color: #9284b9;
}


.listFilter{
    display: inline-block;
    color: #787878;
    padding-left: 10px;
    position: absolute;
    bottom: 0; right: 0;
}

#filters{
    cursor: pointer;
    color: black;
    padding-left: 5px;
}

.listFiltersSlideDown{
    /*padding-top: 15px;*/
    transition: opacity .3s;
    display: none;
}

.listFiltersContainer{
    font-size: 0;
    max-width: 900px;
    margin: 0 auto;
}

.listFilterBlock{
    display: inline-block;
    width: 50%;
    padding : 30px 50px 35px 50px;
    box-sizing: border-box;
    font-size: 0px;
    vertical-align: top;
}

.listFilterFromTo{
    font-size: 0;
    color: #787878;
    padding-bottom: 15px;
}
.listFilterFromTo:last-child{
    padding: 0;
}

.listFilterFromTo li{
    display: inline-block;
    width: 25%;
    font-size: 16px;
}

.listFilterLabel{
    text-align: left;
}

.listFilterFromTo input{
    width: calc(100% - 4px);
    border: none;
    border-bottom: 1px solid #9284b9;
    color: #787878;
    font-weight: 100;
}

.listFilterMultiSelect{
    font-size: 0;
    color: #787878;
    padding-bottom: 15px;
}
.listFilterMultiSelect li:first-child{
    display: inline-block;
    width: 25%;
    font-size: 16px;
}
.listFilterMultiSelect li:last-child {
    display: inline-block;
    font-size: 16px;
    width: calc(75% - 4px);
}

.listFilterMultiSelectContainer{
    border-bottom: 1px solid #9284b9;
    position: relative;
    cursor: pointer;
}

.listFilterMultiSelectContainer i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.listFilterMultiSelectButton{
    border: none;
    border-bottom: 1px solid #9284b9;
    cursor: pointer;
    z-index: 4;
}
#chevronDown{
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}
.listFilterRadio{
    display: inline-block;
    width: 50%;
    font-size: 16px;
    padding-bottom: 15px;
}

#leftFilterRadio{
    text-align: left;
}

#rightFilterRadio{
    text-align: right;
    width: calc(50% - 4px);
}


.listFilterRadio label{
    padding-right: 15px ;
    color: #787878;
}

.listFilterRadio * {
    display: inline-block;
}

.listFilterRadioContainerLingerie{
    border: 1px solid #9284b9;
    height: 16px;
    width: 16px;
    position: relative;
}
.listFilterRadioContainerLingerie input{
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.listFilterRadioContainerLingerie i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    font-size: 14px;
}

#lingerieRadioIcon, #sportRadioIcon{
    color: white;
}

.listCondition{
    cursor: pointer;
}

.listFilterRadioContainerSport{
    border: 1px solid #9284b9;
    height: 16px;
    width: 16px;
    position: relative;
}

.listFilterRadioContainerSport input{
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.listFilterRadioContainerSport i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    font-size: 14px;
}

.listFilterSettings{
    text-align: left;
}

.listFilterSubmit{
    text-align: right;
}

.listFilterButton{
    background: #9284b9;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    color: white;
    width: 100px;
    height: 30px;
    transition-property: color, border , background-color;
    transition-duration: 0.3s;
    cursor: pointer;
    font-weight: 100;
}

.listFilterButton:hover{
    border: 1px solid #9284b9;
    background: white;
    color: #9284b9;
}

.listFilterButton:nth-child(2){
    margin-left: 20px;
}
.listFilterButton:last-child{
    margin-right: 2px;
}

button:focus {
    outline: 0;
}

hr{
    margin: 15px 0;
    opacity: 0;
    transition: opacity .3s;
}

.listFilterMultiSelectContainer{

}

#hair, #eyes{
    border: none;
    border-bottom: 1px solid #9284b9;
    border-radius: 0;
    background: white;
    color: #787878;
    text-align: center;
    font-weight: 100;
    padding-left: auto;
}

.listContainer{
    overflow: hidden;
}

.listElements{
    font-size: 0;
    padding: 0 50px;
    margin: 0 -10px;
    text-align: center;
    margin-bottom: 50px;

}

.listPicture {
    overflow: hidden;
}

.listElement{
    display: inline-block;
    width: 20%;
    font-size: 16px;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    color: #787878;
    position: relative;
    vertical-align: top;
    opacity: 0;
}

.numberMenu i{
    opacity: 1;
    transition: opacity .3s ease;
}

.listElementOverlay {
    opacity: 0;
    transition: opacity .5s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 97;
    cursor: pointer;
}

.modelShortlist{
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 97;
    opacity: 0;
    color: white;
    transition: opacity .3s ease;
}

.favoritesMessage{
    text-align: center;
    color: #787878;
}

.listElementPictureContainer{
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all .5s ease;
    position: relative;
}

.listElementPictureContainer img{
    width: 100%;
    height: auto;
    transition: all .5s ease;
}

.listElementOverlayText{
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 90;
    transform: translate(-50%,-50%);
    text-align: left;
}

.listElementOverlayText li{
    padding-bottom: 10px;
}

.listElementOverlay i {
    color: white;
}

.listElementIcon{
    position: absolute;
    top: 10px;
    right: 10px;
}

#rateIcon{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 18px;
    z-index: 97;
    color: white;
    opacity: 0;
    transition: opacity .3s ease;
}

#instagramIcon {
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.listElement:hover .listElementPictureContainer{
    background: #9284b9;
}
.listElement:hover .listElementPictureContainer img{
    mix-blend-mode: multiply;
    transform: scale(1.1);
}

.listElement:hover .listElementOverlay{
    opacity: 1;
}

.listElement:hover .modelShortlist{
    opacity: 1;
}

.listElement:hover #rateIcon{
    opacity: 1;
}

.listElementNickname{
    margin-top: 10px;
    font-size: 21px;
    line-height: 25px;
}

#listElementOverlayIcon{
    position: absolute;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    z-index: 999999;
    font-size: 21px;
}

#listElementOverlayIcon2{
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-transform: uppercase;
    z-index: 999999;
    font-size: 21px;
}



.listElementOverlayTextInstagram{
    z-index: 999999;
}

/*.listFilterMultiSelectContainer ul{*/
/*    position: absolute;*/
/*    border: 1px solid #9284b9;*/
/*    top: 0; right: 0; left: 0; bottom: 0;*/
/*    background: rgba(255,255,255,0.9);*/
/*    height: fit-content;*/
/*}*/

/*.listFilterMultiSelectContainer ul li{*/
/*    padding-bottom: 5px;*/
/*    cursor: pointer;*/
/*    width: 100%;*/
/*    padding: 5px 0;*/
/*    transition-duration:  .3s;*/
/*    transition-property: background-color, color;*/
/*}*/

/*.listFilterMultiSelectContainer ul li:hover {*/
/*    background-color: rgba(146,132,185,0.5);*/
/*    color: white;*/
/*}*/

/*.listHover{*/
/*    position: relative;*/
/*}*/

/*.subMenuModels{*/
/*    !*position: absolute;*!*/
/*    !*display: none;*!*/
/*    !*opacity: 0;*!*/
/*    !*transition:  .3s ease;*!*/
/*    !*transition-property: opacity;*!*/
/*    transition: color .5s ease;*/
/*    font-weight: lighter;*/
/*}*/

.subMenu{
    position: absolute;
    display: none;
}
.subMenu li{
    padding: 5px 10px 0 0;
    background: white;
    font-size: 14px;
}

.subMenuMobile{
    display: none;
    padding-top: 5px;
}

.subMenuMobile li{
    font-size: 16px;
}
.subMenuMobile li:last-of-type{
    padding: 5px 5px 0 5px;
}
#topMenu{
    /*position: relative;*/
}

/*NEWS*/

.newsContainer{
    font-size: 0;
    padding: 0 50px 50px 50px;
    color: #787878;
    margin: 0 0 0 -20px;

}

.newsElements{
    width: calc(100% - 180px);
    display: inline-block;
    font-size: 16px;
}

.newsElements img {
    display: block;
}

#newsOutput{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.newsElement{
    width: 33.3333%;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.newsElementPicture img{
    width: 100%;
    transition-property: mix-blend-mode, transform;
    transition-duration: .5s;
    transition-timing-function: ease;
}

.newsFilter{
    width: 180px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    position: fixed;
}
.newsYearsNav{
    padding-left: 20px;
}

.newsYearsNavList li{
    padding-bottom: 10px;
    color: #787878;
    width: fit-content;
    margin: 0;
    /*display: inline-block;*/

}

.newsYearsNavList li a:after{
    content: "";
    display: block;
    width: 0;
    padding-top: 5px;
    border-bottom: 1px solid #9284b9;
    transition: all .5s ease;
}

.newsYearsNavList li a:hover:after{
    width: 100%;
}

.newsYearsNavList li:hover {
    color: #9284b9;
}

.newsElementContent{
    opacity: 1;
    transition: opacity .5s ease;
    padding-top: 10px;
}

.newsElementContentDate{
    font-size: 12px;
    padding-top: 5px;
}

.newsElementContentTitle{
    font-size: 18px;
}

.newsElementPicture{
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
}

.newsElementOverlay{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .5s ease;
    z-index: 5;
}

.newsElementOverlayText{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.newsElement:hover .newsElementOverlay{
    opacity: 1;
}

.newsElement:hover .newsElementPicture{
    background: #9284b9;
}
.newsElement:hover .newsElementPicture img{
    mix-blend-mode: multiply;
    transform: scale(1.1);
}

.newsElement:hover .newsElementContent{
    opacity: 0;
}

/*.newsElement:hover .newsElementPicture{*/
/*    background: #9284b9;*/
/*}*/

/*.newsElement:hover .newsElementPicture img{*/
/*    mix-blend-mode: multiply;*/
/*    transform: scale(1.1);*/
/*}*/

/*.newsElement:hover .newsElementOverlay{*/
/*    opacity: 1;*/
/*}*/

/*.newsElement:hover .newsElementText, .newsElement:hover .newsElementDate{*/
/*    opacity: 0;*/
/*}*/

/*.newsContainer{*/
/*    padding: 0 50px;*/
/*}*/

/*.newsElements{*/
/*    font-size: 0;*/
/*    width: 90%;*/
/*    display: inline-block;*/
/*    box-sizing: border-box;*/
/*    !*margin: 0 -20px;*!*/
/*}*/

/*.newsElement{*/
/*    width: 33.3333%;*/
/*    padding: 0 20px 50px 20px;*/
/*    box-sizing: border-box;*/
/*    color: #787878;*/
/*}*/

/*.newsYears{*/
/*    display: inline-block;*/
/*    width: 10%;*/
/*    position: fixed;*/
/*    font-size: 16px;*/
/*    height: 500px;*/
/*    box-sizing: border-box;*/
/*}*/



/*.newsElementPicture img{*/
/*    transition-property: mix-blend-mode, transform;*/
/*    transition-duration: .5s;*/
/*    transition-timing-function: ease;*/
/*}*/

.newsElementEffect {
    transform: translateY(50%);
    transition: transform 0.7s ease, opacity 0.3s;
    opacity: 0;
}

/*.newsElementPicture{*/
/*    position: relative;*/
/*    transition: all .5s;*/
/*    overflow: hidden;*/
/*}*/

/*.newsElementContent{*/
/*    padding-top: 10px;*/
/*}*/

/*.newsElementDate{*/
/*    padding-top: 10px;*/
/*    font-size: 12px;*/
/*    transition: opacity .5s ease;*/
/*}*/

/*.newsElementOverlay{*/
/*    opacity: 0;*/
/*    transition: opacity .5s ease;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: 0;*/
/*    font-size: 16px;*/
/*    color: white;*/
/*    z-index: 100000;*/
/*}*/

/*.newsElementOverlay p{*/
/*    padding: 5px 0;*/
/*}*/

/*.newsElementOverlayText{*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/

/*.newsElementText{*/
/*    transition: opacity .5s ease;*/
/*}*/



/*NEWS DETAIL*/

.newContent iframe,.newContent video {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.newContent {
    padding: 30px 0 0 0;
    font-size: 16px;
    color: #787878;
    line-height: 22px;
}
.newContent img{
    max-width: 100%;
    padding: 0 !important;
}

.newsDetailContainer{
    padding: 0 50px;
}

.backButton{
    color: #9284b9;
    width: fit-content;
    display: inline-block;
    font-size: 13px;
}

.backButton a:after{
    content: "";
    display: block;
    width: 0;
    padding-top: 5px;
    border-bottom: 1px solid #9284b9;
    transition: all .5s ease;
}

.backButton a:hover:after{
    width: 100%;
}

.backButton i {
    margin-right: 5px;
}

.newsDetailTitle{
    font-size: 21px;
    text-align: center;
    padding-bottom: 30px;
    color: #787878;
}

.newsDetailDate{
    font-size: 21px;
    text-align: center;
    color: #787878;
    padding-bottom: 30px;
}

.newsDetailContainer{
    text-align: center;
}


.newsDetailLink{
    font-size: 60px;
    color: #9284b9;
    padding-bottom: 50px;
    /*text-transform: uppercase;*/
    width: fit-content;
    display: inline-block;
    margin: 0 auto;
}

.newsDetailLink a:after{
    content: "";
    display: block;
    width: 0;
    padding-top: 5px;
    border-bottom: 1px solid #9284b9;
    transition: all .5s ease;
}

.newsDetailLink :hover:after{
    width: 100%;
}

.newsDetailImage {
    font-size: 0;
    margin: 0 -10px 50px -10px;
    padding-top: 20px;
}
.newsDetailImage img {
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.portraitNewDetail {
    width: 50%;
}
.landscapeNewDetail {
    width: 100%;

}

/*HOME*/

.homeElements{
    /*margin: 50px;*/
    padding: 0px 50px 20px 50px;
}

.homeElementPicture{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.homeNewsTitle {
    font-size: 26px;
    color: #9284b9;
    text-transform: uppercase;
    padding: 10px 0 30px;
    text-align: center;
}

.homeNews{
    padding: 0 50px;
    font-size: 0;
    margin: 0 -10px;
    color: #787878;
}

.homeNewContentTitle{
    font-size: 18px;
    line-height: 22px;
}
.homeNewContentDate{
    font-size: 12px;
    padding-top: 5px;
}

.homeNew{
    display: inline-block;
    font-size: 16px;
    width: 25%;
    padding: 0 10px 30px 10px;
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
}

.homeNewPicture{
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .5s ease;
}
.homeNewPicture img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;



}
.homeNewPortrait {
    width: 100%;
    height: 100%;
    text-align: center;
}
.homeNewPortrait img{
    /*width: 100%;*/
    max-width: 100%;
    max-height: 100%;
}
.homeNewLandscape {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeNewLandscape img {
    /*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%);*/
    max-width: 100%;
    max-height: 100%;
    background-color: red;
}


.homeNew .homeNewPicture div {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.homeNew .homeNewPicture div {
    /*background: #9284b9;*/
}


.homeNew:hover .homeNewPicture div {
    transform: scale(1.05);

}

.homeNew:hover .homeNewPicture img{
    /*mix-blend-mode: multiply;*/
}

/*BOOK*/

.bookFixed {
    background: white;
    /*padding-bottom: 30px;*/
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    top: 70px;
    left: 50px;
    right: 50px;
    position: fixed !important;
    z-index: 10;
}

.bookIntroduction{
    padding: 7px 0 20px 0;
    text-align: center;
}

.bookContainer{
    padding: 0 50px;
    /*margin: 0 -10px;*/
}
.bookModelShortlist{
    color: #787878;
    text-transform: uppercase;
    padding-top: 20px;
}
.bookModelShortlist i{
    padding-left: 5px;
    color: #ff6263;
}

.bookIntroductionContainer {
    height: 136px;
}
.bookIntroductionContainer.hair-makeup {
    height: 220px;
}
.bookTitle{
    font-size: 27px;
    color: #9284b9;
    text-transform: uppercase;
    font-style: italic;
    padding-bottom: 20px;
}
.bookTitle span{
    display: block;
    font-size:20px;
    margin-top: 10px;
}
.bookElements{
    font-size: 0;
    margin: 0 -10px;
}

.bookElement {
    width: 20%;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}
.bookElementPicture{
    overflow: hidden;
    transition: all .3s ease;
}
.bookElement img {
    width: 100%;
    cursor: pointer;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease;
}
.bookElement:hover .bookElementPicture{
    background: #9284b9;
}
.bookElement:hover img{
    mix-blend-mode: multiply;
}

.bookElementPicture img:hover{
    transform: scale(1.1);
}


.bookMeasurementListContainer{
    height: 37px;
}
.bookMeasurementListContainer.hair-makeup{
    height: auto;
    max-width: 70%;
    margin:0px auto;
    line-height: 22px;
}

.bookMeasurementsFixed{
    background: white;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    top: 70px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10;
}

.bookMeasurementsList li{
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
    color: #787878;
}

.bookMeasurementsList li span{
    display: block;
    text-align: left;
}

.bookProfilMeasureLabel{
    padding-bottom:5px;
}

.bookPanel{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(146,132,185, 0.9);
    padding: 0 50px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
}



/*.closePicture i{*/
/*    position: absolute;*/
/*    top:0;*/
/*    right: 0;*/
/*    z-index: 100000001;*/
/*    !*padding: 12px;*!*/
/*    height: 32px;*/
/*    width: 32px;*/
/*    cursor: pointer;*/
/*    color: white;*/
/*}*/

.closePicture{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bookPanelContainer{
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 50px 0px 50px;
}
.closeBookOverview {
    position: absolute;
    top: 82px;
    font-size: 13px;
    color: #FFF;
    font-weight: 500;
    right: 50px;
    cursor: pointer;
}

.overViewBackButton {
    position: absolute;
    top: 82px;
    font-size: 13px;
    color: #FFF;
    font-weight: 500;
    left: 50px;
    cursor: pointer;
}

#panelSlider{
    font-size: 0;
    z-index: 3;
    /*height: 400px;*/
}

.panelElement{
    max-height: 900px;
}

#panelSlider img{
    vertical-align: middle;
}

.bookPortrait{
    max-width: 50%;
    max-height: calc(100vh - 140px);
    padding: 0 5px;
    box-sizing: border-box;
    display: inline-block;
}

.bookLandscape{
    max-width: 100%;
    max-height: calc(100vh - 140px);
    display: inline-block;
}

/*.bookPortrait{*/
/*    max-width: 50%;*/
/*    padding: 0 5px;*/
/*    box-sizing: border-box;*/
/*    height: auto;*/
/*    vertical-align: middle;*/
/*    display: inline-block;*/
/*}*/



/*.bookLandScape{*/
/*    height: 100%;*/
/*}*/

/*.bookPortrait img{*/
/*    height: auto;*/
/*}*/

.slick-arrow{
    position: absolute;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity ease .3s;
}

.slickNext{
    top: 50%;
    right: 0;
    transform: translateY( -50%);
    /*padding-right: 50px;*/
    z-index: 100000002;
}
.slickPrev{
    top: 50%;
    left: 0;
    /*padding-left: 50px;*/
    transform: translateY( -50%);
    z-index: 100000002;
}

.slickPrev:hover, .slickNext:hover{
    opacity: 1;
}

.bookVideosLink{
    font-size: 21px;
    text-transform: uppercase;
    color: #9284b9;
    width: fit-content;
    display: inline-block;
    margin: 0 auto;
}

.bookVideosLink a:after{
    content: "";
    display: block;
    width: 0;
    border-bottom: 1px solid #9284b9;
    transition: .5s;
    padding-bottom: 5px;
}

.bookVideosLink a:hover:after{
    width: 100%;
}

/*BOOK VIDEOS*/

.bookVideoContainer{
    padding: 0 50px 30px 50px;
    color: #9284b9;
}

.bookVideosInfos{
    padding: 50px 0;
}

.bookProfileFullName{
    font-size: 31px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}
.backToBook{
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    /*float: left;*/
}
.backToBook i{
    padding-right: 5px;
}

.backToBook a:after{
    content: "";
    width: 0;
    padding-bottom: 5px;
    display: block;
    border-bottom: 1px solid #9284b9;
    transition: width .5s ease;
}

.backToBook a:hover:after{
    width: 100%;
}

.bookVideoProfileNav ul {
    padding-top: 30px;
    text-align: center;
}

.bookVideoProfileNav ul li{
    text-transform: uppercase;
    font-size: 21px;
    width: fit-content;
    display: inline-block;
    margin: 0 auto;
}

.bookVideoProfileNav ul li a:after{
    content: "";
    display: block;
    width: 0;
    border-bottom: 1px solid #9284b9;
    transition:  .5s ease;
    padding-bottom: 5px;
}

.bookVideoProfileNav ul li a:hover:after {
    width: 100%;
}

.bookVideos{
    max-width: 1000px;
    margin: 0 auto;
}



.bookVideos iframe,.bookVideos video{
    width: 100%;
    /*height: auto;*/
}

.bookIframeContainer{
    padding-bottom: 50px;
}

.bookIframeContainer:last-of-type{
    padding-bottom: 0;
}

.shortlistLink {
    text-align: center;
    font-size: 0;
}

.shortlistPopup, .shortlistDownload {
    display: inline-block;
    background: #9284b9;
    width: fit-content;
    width: 175px;
    margin:0 10px 30px 10px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.shortlistPopup p, .shortlistDownload p {
    padding: 20px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.shortlistPopupOverlay{
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(146,132, 185, 0.9);
    z-index: 11;
}
#closePopup{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.shortlistPopupWindow{
    z-index: 12;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    background: white;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.shortlistPopupTitle{
    text-transform: uppercase;
    color: #9284b9;
    text-align: center;
    font-size: 31px;
    line-height: 35px;
    padding-bottom: 30px;
}

#closeIcon{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #9284b9;
    cursor: pointer;
}

.shortlistPopupWindow input[type="text"]{
     border: none;
     border-bottom: 1px solid #9284b9;
     color: #787878;
     width: 50%;
     margin: 0px auto 30px auto;
 }

.shortlistPopupWindow input[type="email"]{
    border: none;
    border-bottom: 1px solid #9284b9;
    color: #787878;
    width: 50%;
    margin: 0px auto 30px auto;
}

.shortlistPopupWindow textarea{
    resize: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 100px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 100;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #9284b9;
    color: #787878;
}

.shortlistPopupWindow input[type="submit"]{
    width: 50%;
    color: white;
    padding: 20px;
    background: #9284b9;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}


