/* 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 {
    -webkit-overflow-scrolling: touch;
    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;
}




h1 {
    font-size: 25px;
    line-height: 20px;
    text-transform: lowercase;
    color: black;
    text-align: left;
    font-style: normal;
    font-weight: 500;
}

h3 {
    font-size: 18px;
    line-height: 20px;
    text-transform: lowercase;
    color: black;
    text-align: left;
    margin: 20px 0 10px 0;
    font-style: normal;
    font-weight: 500;
}

/* 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;
    }
}

@font-face {
    font-family: 'Abadi MT Condensed';
    src: url('../fonts/AbadiMT-Condensed.eot');
    src: url('../fonts/AbadiMT-Condensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AbadiMT-Condensed.woff2') format('woff2'),
    url('../fonts/AbadiMT-Condensed.woff') format('woff'),
    url('../fonts/AbadiMT-Condensed.ttf') format('truetype'),
    url('../fonts/AbadiMT-Condensed.svg#AbadiMT-Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Biotif-Regular';
    src: url('../fonts/Biotif-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Biotif-Regular';
    src: url('../fonts/Biotif-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: 'Biotif-Regular';
    src: url('../fonts/Biotif-Light.ttf');
    font-weight: 100;
}




.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: 'Biotif-Regular';
    margin: 0;
}

img {
    border: 0;
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active, a:focus {
    outline: none;
}

input, select {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    width: 100%;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
    color: inherit;
}

#navigation {
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.hidden-opacity {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}

.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'%23FFFFFF'%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: 40px;
    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'%23FFFFFF'%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: 40px;
    z-index: 999;
}

.slick-next:before {
    content: ""
}



/* MENU */

.menu {
    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;*/
}

.menuSelected {
    color: #1899D2;
}

.hoverBackgroundMenu {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hoverBackgroundMenu:hover {
    color: #1899D2;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menuDesktop {
    padding: 28px 40px;
    height: 80px;
    -webkit-transition: margin-bottom .5s;
    -moz-transition: margin-bottom .5s;
    -ms-transition: margin-bottom .5s;
    -o-transition: margin-bottom .5s;
    transition: margin-bottom .5s;
}

.menuDesktopLogo {
    width: 178px;
    display: inline-block;
}

.menuDesktopElements:first-child {
    text-align: left;
}

.menuDesktopElements:last-child {
    text-align: right;
}

.menuDesktopElements.elementLeft {
    float: left;
}

.menuDesktopElements.elementRight {
    float: right;
    padding: 10px 0 0;
}

.menuDesktopElements li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 17px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    font-family: 'Abadi MT Condensed';
}

ul.menuDesktopShowMenu {
    background: transparent;
    display: none;
    position: absolute;
    padding: 7px 0;
    height: 78px;
    z-index: 1;
    left: -17px;
    text-align: left;
    top: 14px;
}

li#menuDesktopDropdown {
    position: relative;
    display: inline-block;
}

/*li#menuDesktopDropdown:hover ul.menuDesktopShowMenu {*/
    /*display: block;*/
/*}*/

.menuDesktopShowMenu li {
    line-height: 16px;
    letter-spacing: 2px;
    font-weight: 100;
    color: #847D84;
    text-transform: lowercase;
}

.menuMobileElement {
    font-size: 15px;
}

/* MENU MOBILE */

.menuMobile {
    display: none;
}

#mobile-logo {
    width: 130px;
}

#mobile-menu {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    padding: 15px 20px 4px;

    -webkit-box-shadow: 0 8px 8px -8px #858585;
    -moz-box-shadow: 0 8px 8px -8px #858585;
    box-shadow: 0 8px 8px -8px #dbd8db;

    /* 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: 55px;
    left: 0;
    width: 100%;
    z-index: 10000;
    overflow: auto;
    padding-bottom: 30px;
    background-color: white;
    border-bottom: 1px solid #dbd8db;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-box-shadow: 0 8px 8px -8px #858585;
    -moz-box-shadow: 0 8px 8px -8px #858585;
    box-shadow: 0 8px 8px -8px #dbd8db;
}
#mobile-search {
    position: absolute;
    top: 2px; right: 15px;
}
#mobile-search-close {
    display: none;
}

#nav {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

#nav > li > a {
    display: block;
    padding: 10px 18px;
}

#nav li ul {
    display: none;
    padding: 0 17px;
}

#nav li ul li {
    padding: 5px;
}

/* HOME */

.homeVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.homeVideo iframe {
    width: 100vw;
    height: 100vw;
    min-height: 100vh;
    min-width: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-transition-delay: 160ms !important;
    -moz-transition-delay: 160ms !important;
    -ms-transition-delay: 160ms !important;
    -o-transition-delay: 160ms !important;
    transition-delay: 160ms !important;
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -ms-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
}

.homePicturesTopElement .homePortrait  {
    width: 50%;
    width: calc(50% - 3px);
}

.homePicturesTopElement {
    min-height: 750px;
}

.homePicturesTopElement .homeLandscape  {
    width: 100%;
}

.newsTopHome {
    overflow: hidden;
    min-height: 750px;
    -webkit-transition: ease .7s;
    -moz-transition: ease .7s;
    -ms-transition: ease .7s;
    -o-transition: ease .7s;
    transition: ease .7s;

}

.homeContainerTitle {
    margin: 25px 0;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.new {
    position: relative;
    display: inline-block;
    width: 31%;
    width: calc(33.33333% - 24px);
    margin: 10px;
    vertical-align: top;
    height: 550px;
}

.homeContainerNewsList {
    max-width: 1300px;
    margin: 0 auto;
}

.homeNewBackground {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.homeNewBackgroundOnPicture {
    position: absolute;
    right: 20px;
    top: 10px;
}

.homeNewBackgroundSquare {
    border: 1px solid #000;
    height: 45px;
    width: 45px;
    background: #000;
    position: relative;
}

.homeNewBackgroundSquare:last-child {
    margin: 2px 0 0;
}

#homeNewElements {
    position: relative;
}

.homeNewElement {
    position: absolute;
    bottom: 0;
    background: #F2F0F1;
    height: 90px;
    width: 100%;
    padding: 15px 25px;
    line-height: 13px;
}

.homeNewName {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 15px;
    font-size: 12px;
}

.homeNewCategory {
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 5px;
    font-size: 11px;
}

.paginationBtn {
    margin: 40px auto 0;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 20px;
    color: #fff;
    padding: 11px 11px;
    font-size: 20px;
    cursor: pointer;
}

.homeNewBorder {
    border: 1px solid #F0EEEF;
    margin: 50px 0;
}

.homeTitle {
    text-align: center;
    padding-bottom: 60px;
}

.homeTitle span {
    font-size: 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#homeNewAboutBackground {
    -webkit-background-size: contain !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 0;
    padding-top: 45%;
}

.homeNewAboutElements {
    padding: 0 80px 65px;
    background: #F0EEEF;
}

#homeNewAboutElement {
    max-width: 1300px;
    margin: 0 auto;
    padding: 90px 0 0;
}

.homeNewAboutElement {
    display: inline-block;
    width: calc(25% - 4px);
    vertical-align: top;
}

#homeNewAboutElementsSocial {
    display: inline-block;
    width: calc(25% - 4px);
    vertical-align: bottom;
    text-align: right;
}

.homeNewAboutElement span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homeNewAboutElement:first-child p {
    line-height: 23px;
    font-size: 14px;
    letter-spacing: 1px;
}

.homeNewAboutElement p {
    line-height: 8px;
    padding: 10px 40px 0 0;
    font-size: 13px;
    letter-spacing: 1px;
}

.homeNewAboutElement:nth-child(2) p, .homeNewAboutElement:nth-child(3) p{
    padding: 15px 0 0;
}

.instagramHomeContainer {
    position: relative;
}

.homeInstagram {
    margin: 50px 0;
}

.loadingInstagram {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: auto;
}

#infscr-loading {
    text-align: center;
}

#infscr-loading img{
    width: 70px;
}

/* LIST */

.showModelElement {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.menuSubcategory {
    padding: 55px 20px;
    text-align: center;
    background-color: #FFF;
    text-transform: uppercase;
    font-family: 'Abadi MT Condensed';
    font-size: 25px;
    -webkit-box-shadow: inset 4px 4px 12px -6px #858585;
    -moz-box-shadow: inset 4px 4px 12px -6px #858585;
    box-shadow: inset 4px 4px 12px -6px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.menuSubcategory a{
    padding:  0 20px;
}

.menuSubcategoryTalents {
    margin-top: 20px;
}

.modelEmpty {
    margin: 100px 0;
}
.listPictureSliderTop {
    overflow: hidden;
    min-height: 400px;
    -webkit-transition: ease .7s;
    -moz-transition: ease .7s;
    -ms-transition: ease .7s;
    -o-transition: ease .7s;
    transition: ease .7s;
}

.searchResult {
    display: none;
    margin: 40px 0;
}

.searchFormulaire {
    display: inline-block;
    padding: 0 10px 0 0;
}

#searchFormulaireElement {
    width: 32%;
    width: calc(33.33333% - 4px);
}

.listFilterSearchBy {
    margin-top: 20px;
}

.listFilterContainer {
    display: none;
    text-align: center;
    margin-bottom: 15px;
}

.listFilterSearchElements {
    margin: 0 110px 0 190px;
    padding-top: 5px;
}

.searchFormulaire select {
    font-size: 14px;
    height: 29px;
    letter-spacing: 1px;
}

.listElements {
    padding: 0 70px;
}

#containerListElements, .searchResult {
    max-width: 1300px;
    margin: 0 auto 50px;
}

.listElement {
    display: inline-block;
    width: 15%;
    width: calc(16.6666666667% - 10px);
    margin: 8px 3px 10px;
    position: relative;
    vertical-align: top;
    /*transition: all 0.2s;*/

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.listElement.hide {
    display: none;
}

.listElement:hover .listOverlay {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

.listElementPicture {
    position: relative;
    overflow: hidden;
}

.listElementBannerName {
    position: absolute;
    bottom: 0;
    background: #F2F0F1;
    height: 60px;
    right: 0;
    left: 0;

    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -ms-transition: all 1.7s;
    -o-transition: all 1.7s;
    transition: all 1.7s;
}

.listElementName {
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
    display: inline-block;
    width: 89%;
    width: calc(90% - 4px);
    color: #000;
    text-transform: lowercase;
}

.listOverlay {
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 37px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
     pointer-events: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.listOverlaySpace {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 4px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
}

.listOverlaySpace span:first-child {
    font-weight: bold;
}

span.listOverlayElement {
    font-weight: 100;
}

.listElementLinks {
    position: absolute;
    top: 0;
    right: 0;
}

.listOverlay li {
    display: block;
    padding: 0 10px;
}

.listFilter {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px 15px 3px;
    position: relative;
    text-align: center;
}

.listFilter span {
    text-transform: uppercase;
    padding-right: 10px;
    vertical-align: middle
}

.listElementLinks {
    position: absolute;
    right: 0;
    top: 0;
}

.listElementShortlist {
    display: inline-block;
    width: 9%;
    width: calc(10% - 4px);
    position: relative;
}

.listElementInstagram {
    border: 1px solid #000;
    height: 36px;
    width: 36px;
    background: #000;
    position: relative;
    margin-top: 2px;
}

.listFilterElements {
    float:left;
    vertical-align: middle;
    cursor: pointer;
    text-align: left;
}

#inTownContainer {
    position: absolute;
    right: -5px;
    top: 6px;
}

.listLetter {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 20px 0;
}

.letter.letterUnavailable {
    color: #F0EEEF;
}

.letter.letterActive {
    color: #1899D2;
}

.letterIndex {
    text-align: center;
    max-width: 40px;
}

.letter {
    padding: .75rem .21rem .21rem;
}

.listSeachSpace {
    position: relative;
}

.listTalentsComingSoonPicture {
    width: 600px;
    margin: 60px auto 20px;
}

.listTalentsComingSoon p {
    text-transform: uppercase;
}

/* BOOK */

.bookDesktopPictureSliderTop {
    overflow: hidden;
    text-align: center;
}

.bookDesktopContainer {
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 30px;
}

.bookDesktopName {
    text-transform: uppercase;
    font-size: 50px;
}

.bookDesktopLinks {
    text-align: right;
}

.borderLineBook {
    border: 0.5px solid #000;
}

.bookDesktopLink {
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 -1px;
}

.bookDesktopLink i {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bookDesktopLink:hover i {
    color: #1899D2 !important;
}

.bookDesktopMeasurements {
    display: block;
}

.bookMobileMeasurements {
    display: none;
}

.bookDesktopMeasurements li {
    display: inline-block;
    padding-right: 10px;
    font-size: 17px;
    letter-spacing: 1px;
}

.bookDesktopMeasurements ul {
    line-height: 23px;
}

.becomeAboutElement:last-child {
    padding-left: 5px;
}

.bookDesktopInformations {
    padding-top: 40px;
}

.bookDesktopMeasurements {
    display: inline-block;
    width: calc(80% - 4px);
    vertical-align: middle;
}

.bookDesktopBack {
    display: inline-block;
    width: calc(20% - 4px);
    text-align: right;
    vertical-align: middle;
}

.buttonBookDesktop span {
    font-size: 20px;
    letter-spacing: 1px;
}

.bookDesktopPortfolio {
    margin: 70px 0 0;
}

img.bookPortrait {
    width: 100%;
}

.bookDesktopBorder {
    border: 1px solid #F0EEEF;
    margin: 50px 0;
}

.bookAjax {
    position: relative;
}

.bookAjaxResult {
    margin: 2px;
}

.bookDesktopInstagramName {
    position: absolute;
    right: 5px;
    font-size: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    z-index: 1;
}

.bookDesktopPicture.portraitPicture {
    display: inline-block;
    width: 32%;
    width: calc(33.333333% - 4px);
    vertical-align: top;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
}

.bookDesktopPicture.landscapePicture {
    display: inline-block;
    width: calc(66.66666667% - 4px);
    vertical-align: top;
    padding: 5px;
    overflow: hidden;
}

.portfolioElement {
    width: 23%;
    width: calc(25% - 12px);
    padding: 6px 6px;
}

.portfolioElement img {
    width: 100%;
    cursor: pointer;
}

.bookDesktopInstagramTitle {
    font-size: 26px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-weight: bold;
}
.bookVideosElements{
    width: 48%;
    width: calc(50% - 4px);
    display: inline-block;
}
.bookDesktopPolaroids {
    display: inline-block;
    width: calc(50% - 4px);
}

.bookDesktopVideos {
    display: inline-block;
    /*width: calc(50% - 4px);*/
    width:100%;
}

.bookDesktopNameVideo {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.bookPictureContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 100000000;
    padding: 50px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

p.closePicture {
    width: 25px;
    margin: 10px auto 50px;
    cursor: pointer;
}

img.close {
    width: 100%;
}

#overlaySlider, #overlaySlider .slick-list, #overlaySlider .slick-track {
    height: auto;
}

.overlayElement img {
    width: auto;
    height: 100%;
}

.overlayPicture_landscape {
    height: auto !important;
    width: 100%;
    max-width: 100%;
}

.overlayPictures_portrait {
    height: 100% !important;
    width: auto !important;
    max-width: 100%;
}

.overlayNameModel {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

iframe.bookVideoIframe {
    width: 100%;
}

.overlayElement {
    height: auto;
    cursor: pointer;
}

.bookDesktopBottom {
    background: #F0EEEF;
}

#bookDesktopBottomElements {
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 20px 80px;
}

.bookDesktopBottomElements:first-child {
    display: inline-block;
    width: 59%;
    width: calc(60% - 4px);
    vertical-align: top;
}

.bookDesktopBottomElements:last-child {
    display: inline-block;
    width: 39%;
    width: calc(40% - 4px);
    vertical-align: top;
}

.bookDesktopBottomElements span {
    font-size: 20px;
    text-transform: uppercase;
}

.bookDesktopBottomElements p {
    line-height: 30px;
}

/* SHORTLIST */

.shortlistTitle {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    padding: 55px 20px;
    font-family: 'Abadi MT Condensed';
}

.shortlistBannerFormulaire {
    background: #F0EEEF;
}

.shortlistBannerElements {
    max-width: 1300px;
    margin: 0 auto;
    padding: 60px 20px 42px;
}

.shortlistFormTitle {
    text-transform: uppercase;
    font-family: 'Abadi MT Condensed';
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 65px;
}

.shortlistFormInputElements {
    margin-left: -12px;
    display: inline-block;
    width: calc(55% - -12px);
}
.shortlistFormInputElements:last-child {
    width: calc(45% - 125px);
    margin-left: 110px;
    vertical-align: top;
}

.shortlistFormInputElements label {

    display: block;
    float: left;
}

.shortlistFormInputElements input {
    vertical-align: middle;
}
.shortlistFormInputElements label span {
    vertical-align: middle;
}

.shortlistFormInputElements span {
    font-size: 10px !important;
    line-height: 16px !important;
}

.shortlistFormSubmitButton {
    margin: 62px 0 0;
}

#shortlistButton {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 220px;
    height: 45px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 3px;
}

.row.shortlistFormInput {
    margin-bottom: 5px;
}

input.inputBorderShortlist {
    padding-left: 11px !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    border: 1px solid #000 !important;
}

.shortlistOverlayElements {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.shortlistListElement {
    display: inline-block;
    width: 24%;
    width: calc(25% - 10px);
    margin: 8px 3px 10px;
    position: relative;
    vertical-align: top;
    transition: all 0.2s;
}

.shortlistListElementName {
    font-size: 17px;
    font-weight: bold;
    padding: 23px 20px;
    display: inline-block;
    width: 89%;
    width: calc(90% - 4px);
    color: #000;
    text-transform: uppercase;
}

.shortlistOverlayElements:hover {
    opacity: 1;
}

.shortlistElementLinks {
    position: absolute;
    right: 0;
    top: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.shortlistListElement:hover .shortlistElementLinks {
    opacity: 1;
}

.favoritesMessage {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.listElements.page.shortlist {
    max-width: 1275px;
    margin: 60px auto;
}

.shortlistSelect {
    padding: 0 0 0 11px !important;
    margin-left: 1px !important;
    width: 33.333333333%;
    width: calc(33.3333% - 2px) !important;
}

.shortlistSelect select {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 3px;
    outline: none;
    height: 45px;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    font-size: 14px;
    letter-spacing: 1px;
}

.shortlistFormInputElements label span::before {

    border: 1px solid #000 !important;

}

/* CONTACT */

.contactTitle {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    padding: 55px 20px;
    font-family: 'Abadi MT Condensed';
}

.contactLogoContainer {
    overflow: hidden;
    text-align: center;
    background: #020303;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}

.contactElement {
    position: relative;
    display: inline-block;
    width: 31%;
    width: calc(33.333333% - 19px);
    margin: 8px;
}

.contactElements {
    padding: 0 80px 65px;
}

#contactElements {
    max-width: 1300px;
    margin: 0 auto;
    padding: 90px 0 0;
}

.contactElementBannerName {
    position: absolute;
    bottom: 0;
    background: #F2F0F1;
    height: 100%;
    right: 0;
    left: 0;
    -webkit-transition: all 1.7s;
    -moz-transition: all 1.7s;
    -ms-transition: all 1.7s;
    -o-transition: all 1.7s;
    transition: all 1.7s;
}

.contactElementName {
    font-size: 11px;
    text-transform: uppercase;
    padding: 23px 30px;
    letter-spacing: 1px;
}

.contactElementName span {
    display: block;
    line-height: 18px;
    font-size: 9px;
}

.contactOverlay {
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    width: 100%;
    padding: 23px 10px 23px 30px;
    line-height: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

.contactOverlay p {
    font-size: 10px;
}

/*.contactElement:hover .contactElementBannerName {*/
    /*height: 100%;*/
    /*-webkit-transition: all 1s;*/
    /*-moz-transition: all 1s;*/
    /*-ms-transition: all 1s;*/
    /*-o-transition: all 1s;*/
    /*transition: all 1s;*/
/*}*/

.modelName, .newTitle {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 36px;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.switchText {
    color: #d9d9d9;
    text-transform: initial !important;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.switchText.colorSwitch {
    color: #000;
}

.modelNew {
    border: 1px solid #3C82B8;
    height: 47px;
    width: 47px;
    background: transparent;
    position: relative;
    margin: 5px;
    border-radius: 100%;
}

#langMenu {
    margin: 0 !important;
    display: inline-block;
}

span.separatorMenu {
    font-size: 13px;
    padding: 0 2px 0 0;
}

.modelNewText {
    color: #3C82B8;
    font-size: 10px;
    text-align: center;
    padding: 18px 0;
}

.contactElement:hover .contactOverlay {
    filter: alpha(opacity=100);
    opacity: 1;
}

#contactBottomElements {
    background: #F0EEEF;
    padding: 0 80px 65px;
}

.contactUnderlineJob {
    border: 1px solid #000;
    margin: 30px 0;
}

.contactBottomElements {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 0 0;
}

.contactBottomElementTitle {
    text-transform: uppercase;
    padding-bottom: 30px;
}

.contactTitleBold {
    font-weight: bold;
    font-size: 20px;
}

.contactLittleParagraph {
    font-size: 11px;
}

.contactOpenJobs {
    line-height: 25px;
}

.contactOpenJobsContainerOverlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0, .6);
    display: none;
    z-index: 1;
}

.contactBottomElementGlobal {
    position: fixed;
    top: 15%;
    bottom: 15%;
    left: 15%;
    right: 15%;
    background: rgba(255,255,255, .9);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#ffffff);
    height: auto;
    overflow: auto;
    /*-webkit-overflow-scrolling: touch;*/
}

.contactBottomElementGlobal, .job {
    display: none;
}

.contactBottomElement {
    display: inline-block;
    width: 49%;
    width: calc(50% - 4px);
    vertical-align: top;
}

.contactBottomElement li {
    cursor: pointer;
    line-height: 20px;
}

.contactBottomElementJobs {
    padding: 0 20px 20px;
}


/* BECOME */

.becomeTitle {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    padding: 55px 20px;
    font-family: 'Abadi MT Condensed';
}

.becomeAboutElements {
    padding-bottom: 90px;
    background: #F0EEEF;
}

#becomeAboutElements {
    max-width: 1300px;
    margin: 0 auto;
    padding: 100px 70px 0;
}

.becomeAboutElement {
    display: inline-block;
    width: 49%;
    width: calc(50% - 4px);
    vertical-align: top;
}

.becomeAboutElement span {
    font-size: 20px;
    text-transform: uppercase;
}

.becomeAboutElement p {
    line-height: 30px;
}

.aboutContainerTitle {
    font-size: 18px;
    text-transform: uppercase;
}

.becomeFormContainer {
    margin: 30px 0;
}

.inputBgFirstBlock input {
    background: #E6E5E5;
    border: 0;
    height: 30px;
    padding-left: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
}

input.inputBorder {
    border: 1px solid #000 !important;
    padding-left: 5px !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.uploadElement {
    display: inline-block;
    width: 23%;
    width: calc(25% - 19px);
    margin-right: 15px;
}
.uploadElement input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.uploadElementBorder {
    margin-top: -3px;
    height: 95px;
    background: #F2F0F1;
    position: relative;
}

.picture_desc {
    position: absolute;
    top: 50%;
    left: 50%;
    -sand-transform:  translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border: 1px solid #000;
    width: 70%;
    height: 40px;
    border-radius: 3px;
    padding-top: 12px;
    padding-left: 10px;
    pointer-events: none;
}

.becomeFormSelect select{
    width: 104%;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.borderBecome {
    position: absolute;
    right: 20%;
    font-size: 40px;
    top: 28px;
    border-left: 1px solid #000;
    padding-left: 10px;
    height: 39px;
    pointer-events: none;
}

.uploadPicture {
    position: relative;
    background: #F2F0F1;
    overflow: hidden;
}

#becomeSubmit {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 220px;
    height: 40px;
    cursor: pointer;
}

.becomeFormCheckbox {
    display: inline-block;
    width: 20px;
}

.becomeCheckboxText {
    display: inline-block;
    margin-left: 10px;
    max-width: 400px;
    vertical-align: top;
    width: calc(100% - 30px);
}

.becomeFormSubmitButton {
    margin: 40px 0;
}

.becomeBannerBottom {
    background: #F0EEEF;
    padding-bottom: 90px;
}

.becomeFormCaptcha {
    margin: 40px 0 0;
}

.becomeContainerTopPictures {
    overflow: hidden;
    min-height: 500px;
}

/* NEW DETAILS */

.newsContent {
    position: relative;
}

.newsDetailOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.newsDetailOverlay:hover {
    opacity: 1;
}

.newsDetailContent img {
    width: 100%;
}

.newsTextSpace {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}

.newsDetailTitle {
    letter-spacing: 1px;
    font-size: 36px;
    text-transform: uppercase;
    word-wrap: break-word;
    color: #fff;
}

.newsDetailGallery {
    margin: 0 0 40px;
    text-align: center;
}

.newsDate {
    letter-spacing: 1px;
    font-size: 22px;
    word-wrap: break-word;
    color: #fff;
    padding-top: 20px;
}

.newDetailsContainer {
    padding: 0 70px;
}

.newDetailsElements {
    max-width: 1300px;
    margin: 0 auto;
}

.newsDetailContent {
    margin: 30px auto 0;
}

.newsElement {
    overflow: hidden;
}

.newsImage.landscapeNew {
    width: calc(100% - 4px) !important;
    vertical-align: middle;
    padding: 5px 2.5px;
}

.newsImage.portraitNew {
    display: inline-block;
    width: 50% !important;
    width: -webkit-calc(50% - 4px) !important;
    width: -moz-calc(50% - 4px) !important;
    vertical-align: middle;
    padding: 5px 2.5px;
}

/* AJAX */

.ajaxInstagramElement {
    display: inline-block;
    width: 25%;
    width: calc(25% - 0px);
    margin: -3px -2px;
}

.homeInstagram {
    max-width: 1300px;
    margin: 50px auto;
}

.instagramPicture {
    position: relative;
}
.instagramElementOverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 4px;
    right: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: rgba(96,96,96,0.8);
    -webkit-transition: opacity .5s;-moz-transition: opacity .5s;-ms-transition: opacity .5s;-o-transition: opacity .5s;transition: opacity .5s;
}

.instagramElementOverlay:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.instagramStat {
    padding: 25px;
    word-break: break-word;
    color: #fff;
}

.instagramPrivateAccount {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}

/* DISCLAIMER */

.disclaimerContainer, .imprintContainer {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 40px;
}

.disclaimerTitle, .imprintTitle {
    font-size: 25px;
    line-height: 20px;
    text-transform: lowercase;
    color: black;
    text-align: left;
    margin: 10px 0 30px 0;
    font-style: normal;
    font-weight: bold;
}

.disclaimerSubTitle, .imprintSubtitle {
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: left;
    letter-spacing: 0;
    line-height: 18px;
    padding: 5px 0 10px 0;
}

.imprintParagraph {
    padding: 10px 30px 0;
}

.disclaimerParagraph p, .imprintParagraph p {
    line-height: 21px;
    margin-bottom: 14px;
}

.disclaimerTitle span, .imprintTitle span {
    color: #858585;
}

.imprintParagraph span {
    font-weight: bold;
    font-size: 15px;
}

.imprintLeft {
    display: inline-block;
    width: 30%;
    width: calc(30% - 24px);
    vertical-align: top;
    padding: 0 20px;
}

.imprintRight {
    display: inline-block;
    width: 69%;
    width: calc(70% - 24px);
    vertical-align: top;
    padding: 0 20px;
}

.imprintParagraph a:hover {
    color: #858585;
}

/* DATENSCHUTZ */

.datenschutzContainer {
    max-width: 1300px;
    margin: 50px auto;
    padding: 0 70px;
}

.datenschutzTitle {
    font-size: 25px;
    line-height: 20px;
    text-transform: lowercase;
    color: black;
    text-align: left;
    margin: 10px 0 30px 0;
    font-style: normal;
    font-weight: 500;
}

.datenschutzContainerText p {
    margin-bottom: 14px;
    line-height: 16px;
    font-size: 15px;
}

.datenschutzContainerText h2 {
    font-size: 20px;
    line-height: 20px;
    text-transform: lowercase;
    color: black;
    text-align: left;
    font-style: normal;
    font-weight: 500;
}

.datenschutzContainerText h2, .datenschutzContainerText h3 {
    margin: 20px 0 10px 0;
}

/* SEARCH */

#searchBar {
    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;
}

input.searchModels {
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
    height: 27px !important;
    margin: 0 !important;
    letter-spacing: 1px;
    font-size: 14px !important;
    text-align: left;
    padding-left: 10px !important;
}

#searchOverlayResult {
    bottom: 41px;
}

/* FOOTER */

#footerDesktop {
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    background: #191919;
    color: #fff;
    padding: 0 70px;
    display: block;
}

#footerMobile {
    display: none;
}

.footerContainer {
    max-width: 1300px;
    margin: 0 auto;
}

.footerContainerRight {
    display: inline-block;
    width: 39%;
    width: calc(40% - 4px);
    padding: 87px 0 50px 50px;
    vertical-align: top;
}

.footerContainerLeft {
    display: inline-block;
    width: 59%;
    width: calc(60% - 4px);
    padding: 87px 0 50px;
    vertical-align: top;
}

.footerElements {
    display: inline-block;
    width: 24%;
    width: calc(25% - 4px);
    vertical-align: top;
}

.footerElementTitle {
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: 1px;
}

.footerElementLinks {
    text-align: left;
    padding-top: 7px;
}

.footerElementLinks span {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 25px;
}

.footerElementSocial {
    text-align: left;
    padding-top: 60px;
    line-height: 20px;
    font-size: 9px;
}

.footerElementContact {
    padding-top: 60px;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
}

label span#footerMobileLabelElement {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 10px;
     color: #000;
    line-height: 15px;
}

span#footerMobileLabelElement::before {
    border: 1px solid #333333;
}

span#becomeCheckbox:before {
    border: 1px solid #333333;
}

.footerElementContact span:nth-child(2) {
    padding-left: 83px;
}

#footerElementWeb {
    display: inline-block;
    vertical-align: middle;
    padding-left: 45px;
}

.footerNewsletterContainer {
    padding-top: 25px;
}

.footerNewsletterTitle {
    text-align: left;
    font-size: 12px;
}

input#footerNewsletter {
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
    height: 30px;
    padding-top: 5px;
}



.footerNewsletterTitle span {
    letter-spacing: 1px;
}


.footerNewsletterTop {
    padding-bottom: 5px;
    text-align: left;
}

.footerNewsletterTopElement, .footerNewsletterElement {
    display: inline-block;
    width: calc(50% - 4px);
    padding-right: 25px;
}

.footerNewsletterBottom {
    padding-bottom: 30px;
    text-align: left;
}

.inputBecomeInternetExplorer {
    width: 16.666666% !important;
    padding: 0 5px;
}

#submit-btn {
    height: 45px;
    width: 186px;
    border-radius: 3px;
    border: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}

.footerNewsletterCheckbox {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    width: calc(10% - 4px);
}

.footerNewsletterParagraphContainer {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 90%;
    width: calc(90% - 4px);
    font-size: 10px;
}

label span#footerLabelElement {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 10px;
    color: #fff;
    line-height: 15px;
}

.footerNewsletterParagraph:last-child {
    padding: 10px 0;
}

.footerNewsletterSubmit {
    text-align: left;
    padding-top: 30px;
}

.footerNewsletterParagraph p:last-child {
    padding: 10px 0;
}

#newsLetterOutputContainer {
    padding: 20px 0 0;
}

/* 404 */

#notfound {
    position: relative;
    height: 100vh;
    background: #000;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
}

.notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
}

.notfound .notfound-404 h1 {
    height: 100%;
    font-size: 18.5vw;
    margin: 0px;
    padding: 150px 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url('../images/oops.jpg') no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}


.notfound h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 80px;
}

.notfound a {
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #000;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 700;
    margin: 50px 0 0;
}

.grecaptcha-badge {
    display: none !important;
}