/* 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%;
    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: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    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 {
    color: inherit;
    outline: none;
}

input, select {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    width: 100%;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: inherit;
}
::-moz-placeholder { /* Firefox 19+ */
    color: inherit;
}
:-ms-input-placeholder { /* IE 10+ */
    color: inherit;
}
:-moz-placeholder { /* Firefox 18- */
    color: inherit;
}

#navigation {
    width: 100%;
}

.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: 10px;
    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: 10px;
    z-index: 999;
}

.slick-next:before {
    content: ""
}



/* MENU */

.myListElement {
    position: relative;
}

.myListElement span {
    cursor: pointer;
}

.shortlistDropdown {
    display: none;
    position: absolute;
    right: 0;
    padding-top: 20px;
}

.shortlistNoModel {
    text-align: center;
    padding: 50px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 27px;
}

.menuSelectionElements {
    background-color: #FFFFFF;
    width: 300px;
    border: 5px solid #000000;
    padding: 20px 20px 0 20px;
    max-height: 600px;
    overflow-y: auto;
    position: relative;
}

.closeMyList {
    background-color: #000000;
    width: 19px;
    position: absolute;
    padding-left: 2px;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 2;
    display: none;
}

.closeMyList img {
    width: 15px;
}

.menuSelectionElement {
    font-size: 0;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.menuSelectionElement img {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    box-sizing: border-box;
}
.menuSelectionElement .menuSelectionInfos {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 20px;
}

.menuSelectionName {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 10px;
}

.menuSelectionName:hover {
    color: #000000;
}

.menuSelectionName span {
    color: #990099;
    display: block;
}

.menuSelectionElement .menuSelectionElementModelCard {
    padding: 3px 5px 2px 5px;
    margin-top: 10px;
    background-color: #990099;
    color: #FFFFFF;
    font-family: din-condensed, sans-serif;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.5px;
    position: relative;
    top: 5px;
}

.menuSelectionElementButton {
    padding: 10px 20px;
    border: 2px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 24px;
    font-family: din-condensed, sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    margin: 0 auto;
    text-align: center;
}

.menuSelectionElementButton:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.myListElement .menuCounter {
    color: #990099;
}

.menuActive {
    font-weight: 600;
}

.rsMobileMenu {
    margin-top: 20px;
    display: none;
}

.closeMenu {
    position: absolute;
    right: 0;
    top: -25px;
    font-size: 30px;
}

.openedMenu {
    position: absolute;
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
    width: 330px;
    z-index: 2;
    padding: 170px 25px 25px 25px;
    box-sizing: border-box;
    display: none;
}

.boardsList {
    text-align: right;
    font-size: 27px;
    line-height: 31px;
}

.homeList {
    text-align: right;
    font-size: 21px;
    padding-bottom: 25px;
    line-height: 25px;
}

.navigationList {
    text-align: right;
    font-size: 21px;
    padding-top: 25px;
    line-height: 25px;
}

.menuContactsList {
    padding-top: 25px;
    font-size: 18px;
    line-height: 20px;
}

.desktopMenu {
    box-sizing: border-box;
    background-color: transparent;
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index: 10000;
}


.searchOpened {
    box-sizing: border-box;
    background-color: #FFFFFF;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    z-index: 9999;
    display: none;
    overflow-y: auto;
}

.searchContainer {
    right: 230px;
    top: 23px;
    margin: 0 !important;
    position: absolute;
    width: 385px;
    -webkit-transition: width 0.8s, margin 0.8s, top 0.8s, left 0.8s;
    -moz-transition: width 0.8s, margin 0.8s, top 0.8s, left 0.8s;
    -ms-transition: width 0.8s, margin 0.8s, top 0.8s, left 0.8s;
    -o-transition: width 0.8s, margin 0.8s, top 0.8s, left 0.8s;
    transition: width 0.8s, margin 0.8s, top 0.8s, left 0.8s;
}

.searchContainer label {
    overflow: hidden;
}

.searchContainer input {
    font-weight: 700;
    -webkit-transition: width 0.8s, height 0.8s;
    -moz-transition: width 0.8s, height 0.8s;
    -ms-transition: width 0.8s, height 0.8s;
    -o-transition: width 0.8s, height 0.8s;
    transition: width 0.8s, height 0.8s;
    font-size: 36px;
    padding-right: 60px !important;
}

.searchContainer input::placeholder {
    opacity: 0.3;
    font-weight: 400;
    font-size: 27px;
}

.searchContainer img {
    width: 40px;
    cursor: pointer;
    position: absolute;
    right: 165px;
    top: 10px;
    display: none;
}

.searchLabelMobile {
    display: none;
}

.searchLabelMobile i {
    font-size: 17px
}

.searchContainerOpened {
    position: absolute;
    top: 180px !important;
    width: 100% !important;
    padding: 0 165px 0 150px;
    left: 0;
    margin: 0 auto !important;
    right: 0;
    box-sizing: border-box;
}

.searchContainerOpened label {
    display: none !important;
}

.searchContainerOpened input {
    width: 100% !important;
    height: 60px !important;
}

.searchModelResult {
    margin-top: 300px;
    padding: 0 150px;
}

.whiteBackground {
    position: fixed;
    left:0;
    right:0;
    top:0;
    height: 255px;
    background-color: #FFFFFF;
    z-index: 1;
}

.newsResultsTitle span {
    display: block;
    color: #990099;
}

.leftDesktopMenu {
    float: left;
    position: relative;
    z-index: 3;
    padding: 25px 0 25px 25px;
    cursor: pointer;
}

.rightDesktopMenu {
    padding: 25px;
    float: right;
    font-size: 22px;
    text-transform: uppercase;
}

.leftDesktopMenu div {
    display: inline-block;
    vertical-align: middle;
}

.leftDesktopMenu #logo {
    width: 280px;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.leftDesktopMenu #logo img {
    width: 100%;
}


.burgerMenu span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000000;
    transition: width 0.3s;
}

.openedMenuArea {
    position: absolute;
    height: auto;
    width: 365px;
}

.openedMenuSelected {
    font-weight: 600;
    color: #990099;
}

.openedMenuElements {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition:  opacity 0.5s ease;
    -ms-transition:  opacity 0.5s ease;
    -o-transition:  opacity 0.5s ease;
    transition:  opacity 0.5s ease;
}

.openedMenuElements li a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.rightDesktopMenu a {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.slick-dots li{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slick-dots li button{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 5px 3px;
    width: 16px;
}

.slick-dots li {
    width: 16px;
    height: 20px;
    margin: 0px;
}

.slick-dots li:hover button:before {
    border: 1px solid #990099 !important;
    background-color: #990099 !important;
}

.rightDesktopMenu a:hover {
    color: #990099;
}

.shortlistDropdown a:hover {
    color: #000000 !important;
}


.openedMenuElements li a:hover {
    color: #990099;
}

.burgerMenu span:nth-child(2){
    margin: 8px 0;
}


.rightDesktopMenu li {
    display: inline-block;
    margin-left: 30px;
}

.rightDesktopMenu label, .rightDesktopMenu input {
    display: inline-block;
    vertical-align: middle;

}

.rightDesktopMenu label {
    width: 75px;

}

.rightDesktopMenu input {
    width: 300px;
    height: 22px;
    line-height: 20px;
    padding: 0;
    border: none;
    border-bottom: 2px solid black;
    background-color: transparent;
    text-align: left;
    box-sizing: border-box;
}

/* HOME */

.homeVideoVolumeControl {
    opacity: 0;
    position: absolute;
    z-index: 2;
    bottom: 25px;
    right: 25px;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #eceaea;
    padding: 10px;
    border-radius: 5px;
}

.homeFeeds {
    padding-bottom: 150px;
}

.homeFeaturedVideoContainer {
    min-height: 600px;
    margin-left: 365px;
    overflow: hidden;
    position: relative;
}

.homeFeaturedVideoContainer video {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

#menTV {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin: 100px 150px 0 0 ;
}
#fashionShows {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin: 100px 150px 0 0 ;
}

#dailyNews {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin: 100px 0 0 150px;
}
#agencyInstagram {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    margin: 100px 0 0 150px;
}

.videoElement {
    padding: 40px 0;
    position: relative;
}

.videoElementInList {
    padding: 0 0 40px 0;
    position: relative;
}

.newsHomeElement {
    padding: 40px 0;
    position: relative;
}

.fashionHomeElement {
    padding: 40px 0;
    position: relative;
}

.instagramHomeElement {
    padding: 40px 0;
    position: relative;
}

.instagramHomeElements {
    margin-bottom: 40px;
}

.videoOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
}

.videoElement video {
    width: 100%;
    transition: transform 0.3s ease;
}

.videoElementInList video {
    width: 100%;
    transition: transform 0.3s ease;
}

.homeTitle {
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 10px;
}

.homeTitleLeft {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px;
}

.videoSelected {
    z-index: 10;
}

.newsHomeSelected {
    z-index: 10;
}

.fashionHomeSelected {
    z-index: 10;
}

.instagramHomeSelected {
    z-index: 10;
}

/*.slick-list {*/
/*padding-right: 50px;*/
/*}*/

.videoSelected video {
    transform: scale(1.15);
}

.newsHomeSelected .newsHomePictureContainer {
    transform: scale(1.15);
}
.fashionHomeSelected .fashionHomePictureContainer {
    transform: scale(1.15);
}

.instagramHomeSelected .instagramHomePictureContainer {
    transform: scale(1.15);
}



.videoElementTitle {
    text-align: left;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    padding: 50px 40px 0px 40px;
    font-size: 24px;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

.videoElementTitleInList {
    text-align: left;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    padding: 20px 40px 0px 40px;
    font-size: 24px;
    text-transform: uppercase;
    transition: transform 0.3s ease;

}

.videoElementTitle span {
    display: block;
    color: #990099;
}

.videoElementTitleInList span {
    display: block;
    color: #990099;
}

.newsHomeElementTitle {
    text-align: left;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    padding: 70px 40px 0px 40px;
    font-size: 24px;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

.fashionHomeElementTitle {
    text-align: left;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    padding: 70px 40px 0px 40px;
    font-size: 24px;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

.newsHomeElementTitle span {
    display: block;
    color: #990099;
}
.fashionHomeElementTitle span {
    display: block;
    color: #990099;
}

.videoSelected .videoElementTitle {
    transform: scale(1.1);
}

.newsHomeSelected .newsHomeElementTitle {
    transform: scale(1.1);
}
.fashionHomeSelected .fashionHomeElementTitle {
    transform: scale(1.1);
}


.slick-dots {
    position: relative;
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button:before {
    content: '';
    opacity: 1;
    top:5px;
    left: 3px;
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 1px solid #000000;
    border-radius: 6px;
}

.slick-dots li.slick-active button:before {
    background-color: #000000;
    opacity:1;
}


.whiteDots .slick-dots li button:before {
    border: 1px solid #FFFFFF;
}
.whiteDots .slick-dots li.slick-active button:before {
    background-color: #FFFFFF;
}

.newsHomePictureContainer {
    overflow: hidden;
    transition: transform 0.3s ease;
}
.fashionHomePictureContainer {
    overflow: hidden;
    transition: transform 0.3s ease;
}
.instagramHomePictureContainer {
    overflow: hidden;
    transition: transform 0.3s ease;
}

.newsHomePictureContainer img {
    width: 100%;
}
.fashionHomePictureContainer img {
    width: 100%;
}
.instagramHomePictureContainer img {
    width: 100%;
}

.newsHomeLandscape {
    position: relative;
    width: auto !important;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* FOOTER */

.desktopFooter {
    background-color: #000000;
    padding: 25px;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
}
.menuFooter {
    display: inline-block;
    vertical-align: top;
    padding-right: 70px;
    line-height: 32px;
}

.menuFooter a, .menuFooterTopLeft i{
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.menuFooter a:hover, .menuFooterTopLeft i:hover{
    color: #990099;
}

.menuFooterMiddle {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 26px;
    text-align: center;
}

.menuFooterLegalMobile {
    display: none;
}

.menuFooterMiddle .footerLogo {
    display: block;
    width: 50px;
    margin: 0 auto 20px auto;
    padding-top: 8px;
}

.footerLogo img {
    width: 100%;
}

.menuFooterTopLeft {
    position: absolute;
    top: 25px;
    right: 25px;
    line-height: 32px;
    text-align: right;
}



.menuFooterBottomRight {
    position: absolute;
    bottom: 25px;
    right: 25px;
    text-align: right;
    line-height: 32px;
    color: #990099;
}

/* NEWS DETAILS VIDEO */

#newsVideo {
    padding: 145px 0 100px 0;
    overflow: hidden;
}

#newsList {
    padding: 145px 0 100px 0;
    overflow: hidden;
}


#newsDaily {
    padding: 145px 0 100px 0;
    overflow: hidden;
}


.closeNews {
    width: 40px;
    display: block;
    margin: 30px auto 50px auto;
}

.newsDetailsTitle {
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 50px;
    padding: 0 150px;
    position: relative;
}

.newsDetailsTitle span{
    font-size: 40px;
    display: block;
    color:#990099;
    font-weight: 600;
    padding-right: 300px;

}

.newsVideoHolder {
    padding: 0 150px;
    position: relative;
}
.newsShowsContainer {
    padding: 0 150px;
    position: relative;
}

.newsVideoHolder iframe {
    width: 100%;
}

.leftArrow {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 80px;
    width: 80px;
    background-color: #000000;
    transition: all 0.3s;

}

.leftArrowPicture {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) ;
    left: 6px;
    width: 25px;
}


.rightArrow {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    height: 80px;
    width: 80px;
    background-color: #000000;
    transition: all 0.3s;
}

.rightArrowPicture {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) ;
    right: 6px;
    width: 25px;
}

.leftArrowContainer:hover .leftArrow, .leftArrowSubmitContainer:hover .leftArrow {
    background-color: #990099;
}

.rightArrowContainer:hover .rightArrow, .rightArrowSubmitContainer:hover .rightArrow{
    background-color: #990099;
}

.newsDetailsContent {
    text-align: right;
    padding: 0 150px;
    padding-top: 15px;
    font-size: 21px;
    line-height: 25px;
}

.newsDetailsDescription {
    padding-top: 15px;
}

.newsDetailsTags {
    padding-top: 15px;
    color: #676767;
    text-transform: uppercase;
}

.newsDetailsDate {
    color: #676767;
}

.newsDetailsTags a {
}

.newsDetailsTags a:hover {
    text-decoration: underline;

}

.shareButtons {
    padding-top: 10px;
}

.shareButtons li {
    display: inline;
    padding-left: 15px;
}

.shareButtons i{
    color: #c4c4c4;
    transition: color 0.3s;
    font-size: 24px;
}

.shareFacebook i {
    font-size: 21px;
    vertical-align: 2px;

}

.shareButtons i:hover {
    color: #990099;
}

.newsDetailsTitleType {
    position: absolute;
    right: 150px;
    font-weight: 700;
}

.newsPicturesMasonryContainer {
    padding: 0 150px;
    position: relative;
    overflow: hidden;
}

.newsPicturesMasonry {
    margin: 0 -40px;
}

.newsPicturesMasonryElement {
    width: 20%;
    overflow: hidden;
    padding: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.newsPicturesMasonryElement img {
    /*margin-bottom: 0;*/
    width: 100%;
}

.largePicture {
    width: 60%;
}
/*.largePicture:hover {*/
/*width: 60%;*/
/*}*/

.normalPicture {
    width: 40%;
}
.tinyPicture {
    width: 30%;
}

.columnPicture {
    width: 10%;
}

.activeNewsPicture {
    width: 60% !important;
}

.extraLargePicture {
    width: 100%;
}
.extraLargePicture img {
    width: 100%;
}

.newsShowsPicturesContainer {
    background-color: #000000;
    font-size: 0;
    overflow: hidden;
}

.newsShowsFirstColumn {
    display: inline-block;
    width: 27%;
    vertical-align: top;
    height: 600px;
    box-sizing: border-box;
    padding: 40px 40px 40px 40px;
    overflow: auto;
    /*background-color: #eeeeee;*/
    resize: none;
}
.newsShowsSecondColumn {
    display: inline-block;
    width: 46%;

    vertical-align: top;
}
.newsShowsThirdColumn {
    display: inline-block;
    width: 27%;
    box-sizing: border-box;
    padding: 40px;
    font-size: 21px;
    color: #FFFFFF;
    vertical-align: top;
}

.newsShowBrand {
    font-size: 36px;
    margin-bottom: 15px;
}

.newsShowModel {
    font-size: 32px;
    margin-bottom: 40px;
    color: #990099;
    text-transform: uppercase;
}

.newsShowPictureCaption {
    font-weight: 100;
}

.newsShowSlider div {
    text-align: left !important;
}

.newsShowSlider img {
    width: 100%;
    cursor: pointer;
}

.newsShowsFirstColumn img {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.os-scrollbar-handle {
    background-color: #990099 !important;
    border-radius: unset !important;
}

.noMargin {
    margin: 0 !important;
}

.os-scrollbar-corner {
    display: none !important;
}

.captionSlider {
    opacity: 0;
    transition: opacity 0.3s;
}

.newsSeparator {
    border-bottom: 3px solid #000000;
    margin: 100px 150px;
}

.pagination {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.pagination:hover {
    color: #990099;
}

/* LIST */

#list {
    padding: 155px 0 0 0;
    position: relative;
}

.boardsHeaderContainer {
    background-color: #000000;
    color: #FFFFFF;
    padding-right: 150px;
    opacity: 0;
    transition: all 0.3s;
}

.boardsHeader {
    font-size: 30px;
    float: right;
    padding: 40px 0px;
}

.boardsHeader li {
    display: inline;
    margin-left: 12px;
}

.boardsHeader li a{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.boardsHeader li a:hover {
    text-decoration: underline;
}

.boardsPipe {
    font-size: 22px;
    vertical-align: 5px;
}

.activeListMenu {
    color: #990099;
    text-decoration: underline;
}

.intownModels {
    text-transform: uppercase;
}

#modelsList {
    padding: 80px 0 0 0;
    overflow: hidden;
}

.modelsListLetters {
    text-align: center;
    font-size: 26px;
    padding: 0 50px 40px 50px;
}

.modelsListLetters span {
    padding: 0 1px;
}

.letterAll {
    padding-right: 5px !important;
}

.separatorList {
    padding: 0 10px !important;
    font-size: 18px !important;
    vertical-align: 4px !important;
    font-weight: 600 !important;
}

.modelsElements {
    font-size: 0;
    margin: 0 -20px;
}

.searchModelsElements {
    font-size: 0;
    margin: 0 -20px;
    margin-bottom: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.modelsElement {
    width: 20%;
    display: inline-block;
    padding: 0 20px;
    box-sizing: border-box;
    vertical-align: top;
    cursor: pointer;
}

.searchModelsElement {
    width: 25%;
}

.modelsElement img {
    width: 100%;
}
.listElementSlider {
    overflow: hidden;
}

.listPortrait {
    width: 100% !important;
    height: auto !important;;
}

.listLandscape {
    width: auto !important;;
}

.modelsElementPictureContainer {overflow: hidden}

.modelsElementModelName {
    padding: 20px 20px 60px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    line-height: 26px;
    position: relative;
}

.modelsElementModelName span {
    display: block;
    color: #990099;
}

.modelCard {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 3px 5px 2px 5px;
    line-height: 17px;
    background-color: #990099;
    color: #FFFFFF;
    font-family: din-condensed, sans-serif;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.letterActive {
    color: #990099 !important;
    font-weight: 600;
    text-decoration: underline;
}

.letterUnavailable  {
    opacity: 0.3;
}

.listLeftArrow {
    display: block;
    font-size: 36px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s, color 0.3s;
    cursor: pointer;
}

.listRightArrow {
    display: block;
    font-size: 36px;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s, color 0.3s;
    cursor: pointer;
}


.listSliderContainer:hover .listRightArrow, .listSliderContainer:hover .listLeftArrow {
    opacity: 0.8;
}

.listRightArrow:hover {
    opacity: 1;
    color: #990099;
}
.listLeftArrow:hover {
    opacity: 1;
    color: #990099;
}

.listFavorite {
    font-size: 36px;
    position: absolute;
    z-index: 1;
    top:10px;
    right: 10px;
    color: #FFFFFF;
    opacity: 0;
    transition: opacity 0.3s, color 0.3s;
    cursor: pointer;
}

.listSliderContainer:hover .listFavorite {
    opacity: 0.8;
}

.listFavorite:hover {
    opacity: 1;
    color: #990099;
}

/* BOOK */

#mobilePortfolio img {
    width: 100%;
}
#mobilePortfolio {
    display: none;
}
.mobileSkillBook {
    display: none;
}

.listFavorite .fas {
    color: #990099 !important;
}

.removeModelBook {
    font-size: 11px;
    position: relative;
    top: -3px;
}

.videosBookTitle {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 50px;
}


.instagramBookTitle {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    padding-left: 50px;
    text-transform: uppercase;
}
.instagramBookTitle span {
    color: #990099;
}

.videosBookContainer {
    margin: 100px 0 40px 0;
}

.viewContainerVideo {
    background-color: #000000;
    padding: 50px 50px;
}

.viewContainerVideo iframe {
    width: 100%;
}

#viewSection h3, #polaroidSection h3, #showsSection h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: right;
    margin-bottom: 40px;
    padding-right: 50px;
}

#newsSection h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    padding-left: 50px;
}



#viewSection, #polaroidSection, #showsSection, #newsSection, #instagramSection {
    margin: 100px 0 40px 0;
}

.bookIntro {
    background-color: #000000;
    min-height: 700px;
    overflow: hidden;
    position: relative;
}

.bookIntro iframe {
    width: 100vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.bookIntroPicture {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.bookModelName {
    position: absolute;
    bottom: 3vh;
    text-transform: uppercase;
    font-size: 3.5vw;
    text-align: center;
    left: 0;
    right: 0;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 900;
    z-index: 1;
}

.bookModelName span {
    font-size: 8vw;
    display: block;
    margin-bottom: -0.5vh;
}

.bookNavigation {
    font-size: 30px;
    padding: 40px;
    display: block;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.bookNavigation li {
    display: inline;
    transition: all 0.3s;
    cursor: pointer;
}

.activeListBook {
    color: #990099;
    text-decoration: underline;
}

.bookNavigation li:hover {
    color: #990099;
    /*text-decoration: underline;*/
}

#portfolioSection {
    font-size: 0;
    overflow: hidden;
    padding-bottom: 40px;
    transition: opacity 0.3s;
}

#portfolioSection {
    opacity: 0;
}

.portfolioModelIntro {
    width: 50%;
    display: inline-block;
    font-size: 40px;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}

.modelIntroContainer {
    margin: 0 0 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
    min-width: 300px;
}

.portfolioLogo {
    width: 80px;
}

.portfolioModelName {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 60px;
    line-height: 48px;
    margin-top: 50px;
}
.portfolioModelName span {
    display: block;
    color: #990099;
}

.modelCardPortfolio {
    margin-top: 50px;
    padding: 8px 10px 5px 10px;
    line-height: 37px;
    background-color: #990099;
    color: #FFFFFF;
    font-family: din-condensed, sans-serif;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.5px;
    width: max-content;
    margin: 50px auto 0 auto;
    text-transform: uppercase;
}

.bottomSpace {
    height: 100px;
}

.modelCardPortfolioDetails {
    text-decoration: underline;
    margin: 0 auto;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    max-width: 420px;
    line-height: 28px;
    padding: 0 30px;
    box-sizing: border-box;

}

.portfolioFirstPicture {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.portfolioFirstPicture img {
    max-height: 900px;
    max-width: 100%;

}

.portfolioElement .bookPortrait {
    max-width: 50%;
    display: inline-block;
    vertical-align: middle;
}

.portfolioElement .bookLandscape {
    max-width:100%;
    display: inline-block;
    vertical-align: middle;
}


.bookNavigation .boardsPipe {
    margin: 0 12px;
}

#measurementsSection {
    background-color: #000000;
    color: #FFFFFF;
    padding: 0 50px 50px 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 21px;
    letter-spacing: 0.5px;
}

.bookMeasurements p {
    line-height: 25px;
}
.bookMeasurements {
    text-transform: uppercase;
    max-width: 1060px;
    margin: 0 auto;
    padding-top: 50px;
}

.bookMeasurements span {
    font-size: 16px;
}

.bookMeasurements span  span{
    font-size: 21px;
}

.bookBiography {
    max-width: 1060px;
    margin: 0 auto;
    margin-top: 50px;
    column-count: 2;
    text-align: justify;
    line-height: 24px;
}

#portfolioNavigation {
    font-size: 0;
    margin-bottom: 40px;
}

.portfolioNavigationPictureContainer {
    display: inline-block;
    width: 10%;
    vertical-align: top;
    overflow: hidden;
    cursor: pointer;

}

.bookNavPortrait {
    width: 100%;
}

.bookNavLandscape{
    height: 100%;
    width: auto;
    position: relative;
    left:50%;
    transform: translateX(-50%);
}


/* ABOUT */

#about {
    padding: 175px 50px 130px 50px;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
}

.aboutFirstSection {
    margin-bottom: 100px;
}

.aboutFirstSection h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 30px;
}

.aboutSecondSection h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: right;
    margin-bottom: 30px;
}

#about p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 26px;
    line-height: 28px;
    font-weight: 100;
}

#about a {
    color: #990099;
    font-weight: 400;
}

#contact {
    padding: 175px 50px 130px 50px;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 100;
}

#contact h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 30px;
}

#contact div {
    line-height: 28px;
}

.rightText {
    text-align: right;
}

#contact img {
    margin-top: 100px;
    width: 100%;
}

#privacy {
    padding: 175px 50px 130px 50px;
    max-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 26px;
    font-weight: 100;
}

#privacy h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: left;
    margin-bottom: 30px;
}

#privacy h3 {
    text-align: justify;
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
}

#privacy p {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 26px;
    line-height: 28px;
    font-weight: 100;
}

.becomeSlider {
    overflow: hidden;
    background-color: #000000;
    position: relative;
}

.becomeSpace {
    height: 150px;
    background-color: #FFF;
}

.becomeSlider iframe {

    width: 100vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.blackBorder {
    border-bottom: 2px solid #000000 !important;
}

.black {
    color: #000 !important;
}

/*.becomeSlider div {*/
/*background-color: #000000;*/
/*height: 100%;*/
/*-webkit-background-size: cover;*/
/*-moz-background-size: cover;*/
/*-o-background-size: cover;*/
/*background-size: cover;*/
/*background-repeat: no-repeat;*/
/*background-position: top;*/
/*}*/

.becomeSliderDots {
    background-color: #000000;
}

.becomeContent {
    background-color: #000000;
    padding: 40px 40px 30px 40px;
    position: relative;
    min-height: 20px;
}

.listVideosLink {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    min-height: 20px;
    margin: 0 40px;
    padding-bottom: 10px;
}

.listVideosLink div {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin: 0 2.5px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
}

.listVideosLink div.active {
    background-color: #fff;
}

.listVideosLink div:hover, .listVideosLink div.active:hover {
    background-color: #990099;
    border: 1px solid #990099;
}

.becomeThumbnails {
    font-size: 0;
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center;
}

.becomeThumbnail {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    text-align: center;
    box-sizing: border-box;
    padding: 0 100px;
    cursor: pointer;
}

.becomeThumbnail img {
    width: 100%;
}

.becomeThumbnailOverlay {
    font-size: 5vw;
    color: #FFFFFF;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    transition: all 0.3s;
}

.becomeThumbnail p {
    display: block;
    left:0;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.becomeThumbnail:hover .becomeThumbnailOverlay{
    color: #990099;
    background-color: rgba(0,0,0,0.5);
}

.becomePhotosExemple {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 100;
    line-height: 28px;
    font-size: 24px;
    padding: 50px 140px;
    box-sizing: border-box;
    overflow: hidden;
}

.becomePhotosExemple h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    color: #990099;
}

.becomePhotos {
    font-size: 0;
    padding-top: 50px;
    margin: 0 -25px;
}

.becomePhoto {
    font-size: 21px;
    width:25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    box-sizing: border-box;
}

.becomePhoto img {
    width: 100%;
}

.becomePhotoType {
    text-align: center;
    padding: 20px;
    font-size: 24px;
}

.becomePhotoType span {
    font-weight: 400;
    display: block;
}

.becomePhotosExempleBottom {
    padding-top: 30px;
    text-align: center;
    font-weight: 400;
}

.becomeInfos {
    padding: 50px 130px;
    position: relative;
    overflow: hidden;

}

.becomeInfosSlide {
    font-size: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.becomeInfosText {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 27px;
    line-height: 31px;
    font-weight: 100;
    text-align: left;
}

.becomeInfoPicture {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.becomeInfoPicture img{
    width: 100%;
    max-width: 700px;
}

.becomeInfosTextRight {
    padding-left: 50px;
}

.becomeInfosTextLeft {
    padding-right: 50px;
}

.becomeInfosText p {
    text-align: justify;
}

.becomeInfosText h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    color: #990099;
    line-height: 40px;
}

.becomeInfosText h3 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 32px;
}


.becomeInfosText span{
    font-weight: 400;
}

.becomeInfoPictureLeft {
    text-align: left;
}
.becomeInfoPictureRight {
    text-align: right;
}

.rightArrowContainer, .leftArrowContainer, .rightArrowSubmitContainer, .leftArrowSubmitContainer {
    cursor: pointer;
}

.firstBecomeSlide div {
    vertical-align: middle !important;
}

.menuPurpleSelected {
    color: #990099;
    text-decoration: underline;
}

.becomeChoiceLeft {
    display: none;
}

.becomeChoiceRight {
    display: none;
}

.closeBecome {
    position: absolute;
    width: 40px;
    right: 40px;
    top: 30px;
    cursor: pointer;
    display: none;
    z-index: 10;
}

#application {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 100;
    line-height: 28px;
    font-size: 24px;
    padding: 50px 140px 100px 140px;
    box-sizing: border-box;
    overflow: hidden;
}

.applicationHeader h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    color: #990099;
}

.etapeForm {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.uploadPicturesElements {
    font-size: 0;
    padding-top: 50px;
    margin: 0 -25px;
    margin-bottom: 100px;
}

.imageToUploadContainer {
    font-size: 21px;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    box-sizing: border-box;
}

.imageToUploadArea {
    position: relative;
}

.becomePictureContainer {
    overflow: hidden;
}

.becomePictureContainer img {
    width: 100%;
    display: block;
}

.becomeTextContainer {
    text-align: center;
    padding: 20px;
    font-size: 24px;
}

.becomeTextContainer span {
    font-weight: 400;
    display: block;
}

.imageToUploadArea input {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.uploadIcon img{
    padding: 20px 0;
    width: 40px;
}

.uploadIcon span {
    line-height: 22px;
    font-size: 20px;
    font-weight: 100;
}

.becomeFormInputs {
    padding-top: 50px;
    font-size: 0;
    margin: 0 -25px 80px -25px;
}

.becomeFormLeftCol {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    box-sizing: border-box;
    padding: 0 25px;
}

.becomeFormRightCol {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    box-sizing: border-box;
    padding: 0 25px;
}

.becomeFormInputs input {
    margin-bottom: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    background-color: #FFF;
}

.becomeFormInputs select {
    margin-bottom: 40px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: none;
    padding: 0 20px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 20px;
    -webkit-user-select: none;
    background-image: url(../images/downArrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    background-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    background-color: #FFF;

}

.becomeFormInputs textarea {
    width: 100%;
    margin-bottom: 40px;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #000000;
    border: none;
    resize: none;
    height: 120px;
    outline: none;
    font-size: 21px;
    box-sizing: border-box;
    display: block;
    font-family: "futura-pt", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

#validationPart{
    text-align: center;
    margin-top: 50px;
}

.becomeSubmit {
    padding: 10px 20px;
    border: 2px solid #FFFFFF;
    background-color: #000000;
    color: #ffffff;
    font-size: 24px;
    font-family: din-condensed, sans-serif;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
}

.becomeSubmit:hover {

    background-color: #FFFFFF;
    color: #000000;
}

.secondInputBlock {
    margin-bottom: 30px;
}

#errorOutput {
    font-size: 18px;
    line-height: 20px;
    max-width: 600px;
    text-align: center;
    color: #e1b1b1;
    margin: 0 auto;
    margin-top: 50px;
}

#applicationSent {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: 100;
    line-height: 28px;
    font-size: 21px;
    padding: 50px 140px 100px 140px;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

#applicationSent h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 50px;
    color: #990099;

}

.grecaptcha-badge {
    display: none !important;
}

#listDots .slick-dots{
    padding-bottom: 40px;
}

.backButtonBook {
    position: fixed;
    left: 0;
    top: 65%;
    z-index: 3;
    height: 80px;
    width: 40px;
    cursor: pointer;
}

.favoritesBook {
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 3;
    height: 80px;
    width: 40px;
    cursor: pointer;
}

.backButtonBook:hover .backButtonBookBlock {
    background-color: #990099;
}

.favoritesBook:hover .favoritesBookBlock {
    background-color: #FFFFFF;
}

.favoritesBook:hover .favoritesBookContent {
    color: #990099;
}

.backButtonBookBlock {
    position: absolute;
    transform: rotate(45deg);
    left: -40px;
    z-index: 3;
    height: 80px;
    width: 80px;
    background-color: #4c4c4c;
    transition: all 0.3s;
}

.favoritesBookBlock {
    position: absolute;
    transform: rotate(45deg);
    right: -40px;
    z-index: 3;
    height: 80px;
    width: 80px;
    background-color: #990099;
    transition: all 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #990099;
}

.backButtonBookContent {
    color: #FFFFFF;
    position: absolute;
    z-index: 4;
    font-family: din-condensed, sans-serif;
    font-weight: 100;
    font-size: 12px;
    width: 30px;
    top: 49px;
    left: 8px;

}

.favoritesBookContent {
    color: #FFFFFF;
    position: absolute;
    top: 19px;
    right: 3px;
    z-index: 4;
    font-family: din-condensed, sans-serif;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    width: 30px;
    transition: all 0.3s;
}

.favoritesBookContent i {
    font-size: 27px;
    padding-bottom: 2px;
}

.backButtonBook i {
    position: relative;
    z-index: 5;
    color: #FFFFFF;
    line-height: 80px;
    padding-left: 2px;
    font-size: 25px;
}

.backButtonBook img {
    color: #FFFFFF;
    position: absolute;
    top: 19px;
    right: 14px;
    z-index: 4;
    font-family: din-condensed, sans-serif;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    width: 17px;
    transition: all 0.3s;
}

.listLoader {
    position: absolute;
    width: 60px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.listLoader img {
    width: 100%;
}

.boardsHeaderAndLoadingContainer {
    position: relative;
}

#infscr-loading {
    margin: 0 auto;
    width: 70px;
}

#infscr-loading img {
    width: 70px;
}

.homeLoader {
    margin: 0 auto;
    height: 500px;
    line-height: 400px;
    width: 70px;
}

.leftLoader {
    padding-left: 150px;
}

.rightLoader {
    padding-right: 150px;
}

.homeLoader img {
    width: 70px;
}

.noResult {
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* OPENED NEWS */

.mobileShowsPictures {
    display: none;
}

.mobileShowModelName {
    font-size: 21px;
    color: #990099;
    text-transform: uppercase;
}

.mobileShowBrand {
    font-size: 18px;
    padding-bottom: 3px;
}

.mobileShowPictureCaption{
    font-size: 14px;
    padding-top: 5px;
}

.mobileShowInfos {
    margin-top: 10px;
    margin-bottom: 30px;
}

.mobileShowsPictures img {

}

.newsOpenedContainer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: 100000;
    display: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* NEWS SEARCH */

.newsResultsContainer {
    background-color: #000000;
    padding: 0 150px;
    max-width: 100%;
    overflow: hidden;
}

.newsResultsElement {
    padding: 20px;
    box-sizing: border-box;
    color: #FFFFFF;
}

.newsResultPortrait {
    width: 33.3333333%;
}

.newsResultLandscape {
    width: 66.6666666%;
}

.newsResultsElement img {
    width: 100%;
}

.newsResultsTitle {
    text-align: left;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    padding: 20px 40px 0px 40px;
    font-size: 24px;
    text-transform: uppercase;
    transition: transform 0.3s ease;
}

.newsResultsElements {
    padding: 50px 0;
    margin: 0 -20px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.newsResultsElement .lazyloaded, .newsPicturesMasonryElement .lazyloaded {
    height: auto !important;
}

.seeMoreResults {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #000000;
    padding: 50px 0 100px 0;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.seeMoreResults:hover {
    color: #990099;

}

.dlShortlist {
    font-size: 9px;
    position: absolute;
    bottom: 0;
}

.dlShortlist a {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 2px 4px;
    border: 1px solid #000000;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dlShortlist a:hover {
    background-color: #FFFFFF;
    color: #000000;
}

.mb-1 {
    margin-top: 5px;
}

.delete-from-shortlist {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    padding: 5px;
    background-color: #FFF;
}

.delete-from-shortlist img{
    width: 10px;
}

.all-btn {
    display: inline-block;
    background-color: #000000;
    color: #FFFFFF;
    padding: 2px 4px;
    border: 1px solid #000000;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 20px;
    cursor: pointer;
}

.all-btn:hover {
    background-color: #FFFFFF;
    color: #000000;
}
