/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* BASE */

@font-face {
    font-family: 'Helvetica-Light';
    src: url('../fonts/HelveticaLight.woff') format('woff'), url('../fonts/HelveticaLight.ttf') format('truetype'), url('../fonts/HelveticaLight.svg') format('svg');
}

@font-face {
    font-family: 'Letter Gothic Std';
    src: url('../fonts/LetterGothicStd.eot');
    src: url('../fonts/LetterGothicStd.eot?#iefix') format('embedded-opentype'),
    url('../fonts/LetterGothicStd.woff2') format('woff2'),
    url('../fonts/LetterGothicStd.woff') format('woff'),
    url('../fonts/LetterGothicStd.ttf') format('truetype'),
    url('../fonts/LetterGothicStd.svg#LetterGothicStd') format('svg');
    font-weight: 500;
    font-style: normal;
}

@-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: sans-serif;
    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 {
   padding-top: 80px;
}

.widthLimit {
    max-width: 1300px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* SLICK */

.slick-slider {
    margin-bottom: 0;
}

.slick-prev, .slick-next {
    top: 48%;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
}

.slick-prev, .slick-prev:hover, .slick-prev:focus{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    left: -50px;
    z-index: 999;
}

.slick-prev:before {
    content: ""
}

.slick-next, .slick-next:hover, .slick-next:focus{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E") 0;
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    right: -50px;
    z-index: 999;
}

.slick-next:before {
    content: ""
}



/* MENU */

.menu {
    position: fixed;
    background-color: #FFFFFF;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100000;
}

.largeMenu {
    text-align: center;
    font-family: "Letter Gothic Std", "sans-serif";
    font-size: 19px;
    border-bottom: 1px solid black;

}

.tinyMenu {
    text-align: center;
    font-family: "Letter Gothic Std", "sans-serif";
    font-size: 19px;
    border-bottom: 1px solid black;
    position: relative;
    padding: 15px 0;

}

.mobileTinyMenu {
    text-align: center;
    font-family: "Letter Gothic Std", "sans-serif";
    font-size: 19px;
    border-bottom: 1px solid black;
    position: relative;
    padding: 15px 0;

}

.largeMenu img, .tinyMenu img {
    max-width: 100%;

}

.burgerMenu img {
    height: 40px;
}

.largeMenuLogo {
    max-width: 700px;
    margin: 30px auto;
}

.tinyMenuLogo {
    max-width: 350px;
    margin: 0 auto;
}

.mobileTinyMenuLogo {
    max-width: 100%;
    text-align: right;
    padding-right: 15px;
}

.mobileTinyMenu img {
    max-width: 300px;
}


.largeMenuLinks {
    margin: 0px auto 10px auto;
    max-width: 1300px;
}
.largeMenuLink {

    vertical-align: middle;
    display: inline-block;
    margin: 0 15px;
}

.largeMenuLinks a:hover {
    color: #818181;
}

.burgerMenuContainer {
    width: 90px;
    position: absolute;
    padding-top: 20px;
    top: 0;
    bottom: 0;
    border-right: 1px solid black;
}

.burgerMenu {
    width: 40px;
    margin: 0 auto;
}

.openedMenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    z-index: 1000000;
}

.menuContainer {
    background-color: #FFFFFF;
    width: 440px;
    height: 100%;
    position: fixed;
    top: 0;
bottom: 0;
    left: 0;
    z-index: 1000000000;

}

.openedMenuLogo {
    max-width: 349px;
    padding: 18px 25px 17px 25px;
    display: inline-block;
    vertical-align: middle;
}

.openedMenuCross {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    cursor: pointer;

}

.openedMenuList {
    font-family: "Letter Gothic Std";
    font-size: 32px;
    overflow: auto;
}

.openedMenuList li {
    padding: 15px 20px;
}

.openedMenuList li a:hover {
    color: #818181;
}



/* SEARCH */

#searchBar {
    display: none;
    margin-top: 74px;
}

#searchBar .searchBarInput {
    max-width: 300px;
    margin: 0 auto 30px;
    position: relative;
}
#searchBar .searchBarInput::placeholder, #searchBar .searchBarInput::-webkit-input-placeholder, #searchBar .searchBarInput::-moz-placeholder, #searchBar .searchBarInput:-ms-input-placeholder, #searchBar .searchBarInput::-moz-placeholder {
    color: #7e7e7e;
}

.searchModels {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    line-height: 32px;
    outline: none;
}

/* FOOTER */
#footer {
    border-top: 1px solid #000000;
    font-size: 14px;
    font-family: "Letter Gothic Std", sans-serif;
    background-color: #FFFFFF;
}
#footer p{
line-height: 16px;
    padding: 15px 0;
    padding-left: 1px;
}

.footerSocialMedias {
     position: absolute;
     right: 0;
     top: 28px;
 }

.footerSocialMedias i {

    font-size: 21px;
    margin-left: 10px;

}

/* HOME */

.newsFeed, .socialFeed {
    width: 47%;
    width: calc(50% - 54px);
    padding: 25px;
    display: inline-block;
    vertical-align: top;
}

.newsFeed img {
    width: 100%;
    margin-bottom: 15px;
}

.homeNewElement {
    margin-bottom: 40px;
}

.homeNewText {
    text-align: center;
}

.homeNewCategory {
    font-size: 14px;
    font-family: "Letter Gothic Std";
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #333333;
}

/*.homeNewCategory:hover {*/
    /*color: #818181;*/
/*}*/

.homeNewTitle {
    font-family: "Cormorant Garamond";
    font-size: 30px;
    margin-bottom: 20px;
}

.homeNewContent {
    font-family: "Helvetica-Light";
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.homeNewMore {
    font-family: "Letter Gothic Std";
    font-size: 12px;
    color: #818181;
}

.homeNewMore:hover {
    text-decoration: underline;
}

.instagramElement {
    width: 47%;
    width: calc(50% - 24px);
    display: inline-block;
    padding: 10px;
}

.instagramElement img {
    width: 100%;
}

.instagramTitle {
    font-size: 14px;
    font-family: "Letter Gothic Std";
    margin-bottom: 10px;
    color: #333333;
    padding-left: 10px;
}

.twitterTitle {
    font-size: 14px;
    font-family: "Letter Gothic Std";
    color: #333333;
}


.instagram {
    margin: 0 -10px;
    margin-bottom: 30px;
}

#twitter {
    margin-top: 20px;
}

.landing-twitter-item {
    margin: 15px 0;
    font-family: "Helvetica-Light";
    font-size: 16px;
    line-height: 22px;

}

/* LIST */


.categoryTitle {
    padding: 20px 0;
    font-size: 46px;
    text-align: center;
    background-color: #FFFFFF;
    font-family: "Cormorant Garamond";
    z-index: 100;
}

.categoryDescription {
    max-width: 600px;
    margin: auto;
    cursor: pointer;
}

.categoryDescription img {
    width: 100%;
}

.categoryDescription p {
    margin: 20px 0;
    font-size: 18px;
    font-family: "Helvetica-Light";
    text-align: justify;
    line-height: 21px;
}

.categoryDescription a {
    font-family: "Letter Gothic Std";
    color: #818181;
    font-size: 18px;
    margin-bottom: 30px;
}

.instagramElementInList {
    width: 23%;
    width: calc(25% - 24px);
    display: inline-block;
    padding: 10px;
}

.instagramElementInList img {
    width: 100%;
}

.instagramTitleInList {
    font-size: 14px;
    font-family: "Letter Gothic Std";
    margin-bottom: 10px;
    color: #333333;
    padding-top: 30px;
    border-top: 1px solid black;
    margin-top: 30px;
}

.instagramContainerInList {
    margin: 0 -10px;
}

.categoryDescriptionOverlay {
    position: absolute;
    bottom: 3px;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.75);
    box-sizing: border-box;
    color: #FFFFFF;
    z-index: 1;
}
.categoryDescriptionElement:hover .categoryDescriptionOverlay {
    opacity: 1;
}

.categoryDescriptionOverlay div {
    position: absolute;
    font-family: "Cormorant Garamond";
    font-size: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#modelsListContainer {
    display: none;
}

.letterList {
    text-align: center;
}

.letterList {
    font-family: "Letter Gothic Std";
    max-width: 950px;
    font-size: 21px;
    margin: 0 auto;
    white-space: nowrap;
    overflow-x: hidden;
    color: #000000;
    margin-bottom: 20px;
    line-height: 21px;
}


.letterListSpace {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.letterIndex {
    text-align: center;
    /*max-width: 50px;*/
}

.letter {
    padding: .75rem .21rem .21rem ;
}

.letter:hover {
    color: #818181;
}

.letterActive {
    color: #000000 !important;
    text-decoration: underline;
}

.letterUnavailable {
    color: #989898;
}
.lettersContainer {
    z-index: 10;
    background-color: #FFFFFF;
    padding-bottom: 5px;
    /*-webkit-box-shadow: 0px 7px 13px 0px rgba(214,214,214,1);*/
    /*-moz-box-shadow: 0px 7px 13px 0px rgba(214,214,214,1);*/
    /*box-shadow: 0px 7px 13px 0px rgba(214,214,214,1);*/
    -webkit-box-shadow: 0px 7px 13px -1px rgba(201,201,201,1);
    -moz-box-shadow: 0px 7px 13px -1px rgba(201,201,201,1);
    box-shadow: 0px 7px 13px -1px rgba(201,201,201,1);

}

.modelsElements {
    margin-top: 200px;
    min-height: 410px;
    opacity: 0;
    transition: all .5s;
}

.modelsElement {
    width: 15%;
    width: calc(16.66666% - 18px);
    padding: 0 7px;
    display: inline-block;
    vertical-align: top;
}

.modelsElement img {
    width: 100%;
}

.modelName {
    font-family: "Cormorant Garamond";
    text-align: center;
    font-size: 18px;
    padding: 10px 0 20px 0;
}

.modelOverlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255,255,255,0.6);
    box-sizing: border-box;
    z-index: 1;
}
.overlayContainer:hover .modelOverlay {
    opacity: 1;
}

.overlayContainer {
    overflow: hidden;
}

.listCategoriesmenuContainer{
    display: none;
    margin-top: 200px;
    vertical-align: top;
    width: 16%;
    width: calc(17% - 4px);
    font-size: 18px;
    font-family: "Letter Gothic Std";

}

.listCategoriesmenu {
    position: fixed;
}

.listCategoriesmenu li {
    margin-bottom:15px;
    cursor: pointer;
}

.listCategoriesmenu li.categorySelected {
    text-decoration: underline;
}


/* CONTACT */

.contactContainer {
    line-height: 28px;
    padding-top: 30px;
    font-size: 22px;
    font-family: "Helvetica-Light";
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.contactColumn {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    width: calc(50% - 24px);
    padding: 0 10px;

}

.contactContainer span {
    font-size: 24px;
    padding-top: 50px;
    color: #818181;
    font-family: "Letter Gothic Std";
}

.contactContainer a:hover {
    text-decoration: underline;
}

/* NEWS_DETAILS */

.news_detailTitle {
    margin: 30px 0;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    font-family: "Cormorant Garamond";
}

.news_detailContent {
    font-family: "Helvetica-Light";
    font-size: 16px;
    line-height: 20px;
    padding: 30px 0 30px 0;
    text-align: center;
}

.news_detailContent img {
    max-width: 100%;
    height: auto !important;
}

.news_detailImage {
    margin: 0 -10px;
    text-align: center;
    margin-bottom: 30px;

}

.portraitNew {
    display: inline-block;
    width: 48%;
    width: -webkit-calc(50% - 24px);
    width: -moz-calc(50% - 24px);
    top: calc(50% - 24px);
    vertical-align: middle;
    margin: 0;
    padding: 20px 10px;

}

.landscapeNew {
    display: inline-block;
    width: 100%;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    top: calc(100% - 24px);
    vertical-align: middle;
    margin: 0;
    padding: 20px 10px;
}

/* BOOK */
.bookModelTitle {
    font-family: "Cormorant Garamond";
    text-align: center;
    font-size: 46px;
    margin: 25px 0;
}

.profileInfos {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 47%;
    width: calc(50% - 4px);
    font-family: "Letter Gothic Std";
    font-size: 18px;
}

.profileInfosContainer {
    width: 185px;
    margin: 0 auto
}

.profileInfos li{
    margin-bottom: 30px;
}


.firstImageContainer {
    display: inline-block;
    vertical-align: middle;
    width: 47%;
    width: calc(50% - 4px);
}

#portfolio {
    width: 100%;
    margin-bottom: 20px;
}




.landscape {
    max-width: 100%
}

.portrait, .tinylandscape {
    max-width: 47%;
    max-width: calc(50% - 4px);
}

.portfolioImage {
    display: block;
    vertical-align: middle;
}

.portfolioElement img {
    transition: all .5s;

}


.bookLinks {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px -2px 11px -1px rgba(201,201,201,1);
    -moz-box-shadow: 0px -2px 11px -1px rgba(201,201,201,1);
    box-shadow: 0px -2px 11px -1px rgba(201,201,201,1);
}

.bookLinksElement {
    font-family: "Letter Gothic Std";
    width: 48%;
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0;
    font-size: 15px;
    line-height: 15px;
}

.rightbookLinks {
    text-align: center;
}

.bookLinksElement .bookBottomLink {
    width: 23%;
    width: calc(25% - 8px);
    padding-top: 2px;
    display: inline-block;
    vertical-align: middle;
}

.becomeText {
    max-width: 600px;
    margin: 0 auto;
    font-family: "Helvetica-Light";
    font-size: 24px;
    margin-bottom: 50px;
}

.becomeStep {
    font-family: "Letter Gothic Std";
    font-size: 18px ;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.inputContainer {
    display: inline-block;
    width: 48%;
    width: calc(50% - 54px);
    padding: 10px 25px;
    vertical-align: top;
}

.large-inputContainer {
    width: 90%;
    width: calc(100% - 54px);
}


.inputContainer label {
    font-family: "Letter Gothic Std";
    font-size: 18px;
    line-height: 22px;
}

.inputContainer p {
    font-family: "Letter Gothic Std";
    font-size: 18px;
    line-height: 22px;
}

.inputContainer input {
    background-color: #eeeeee;
    border: none;
    height: 25px;
    padding: 0 4px;
    font-family: "Helvetica-Light";
    font-size: 18px;
}

.consentBoxSection {
    font-family: "Helvetica-Light";
    padding: 25px 25px 10px 25px;
}

.consentBoxSection .radioContainer {
    font-size: 18px;
    padding-left: 30px;
}

.consentBoxSection .radioContainer.checkboxContainer .checkmark {
    border-radius: 0;
}

.inputContainer.inputScouted {
    display: none;
}
.radioContainer label, .radioContainer input {
    width: auto;
}

.radioContainer {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    box-sizing: border-box;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .checkmark {
    background-color: grey;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked ~ .checkmark {
    background-color: grey;
    border: 1px solid black;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radioContainer input:checked ~ .checkmark:after {
    display: block;
}

#applicationForm select {
    background-color: #eeeeee;
    border: none;
    height: 25px;
    padding: 0 4px;
    font-family: "Helvetica-Light";
    width: calc(100% + 8px);
    font-size: 18px;
    -webkit-appearance: button;
    -webkit-border-radius: 0px;
    -webkit-padding-end: 4px;
    -webkit-padding-start:4px;
}

.photosFormContainer {

    margin-top: 30px;
    margin-bottom: 30px;
}

.photoFormContainer {

    width: 24% ;
    width: calc(25% - 54px);

    display: inline-block;
    padding: 0 25px;
    vertical-align: top;

}

.photoFormBloc {

    border-top: 15px solid #f6f6f6;
    border-left: 15px solid #f6f6f6;
    border-right: 15px solid #f6f6f6;
    border-bottom: 50px solid #f6f6f6;
    background-color: #f6f6f6;
    overflow: hidden;
margin-bottom: 25px;
}

.photoFormContainer img{
    width: 100%;

    box-sizing: border-box;
    overflow: hidden;
}

.photoFormContainer p{
    margin-bottom: 8px;
    font-size: 18px;
    font-family: "Letter Gothic Std";
}

.label-file {
    display: block;
    background-color: #FFF;
    color: #818181;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    font-size: 18px;
    font-family: "Letter Gothic Std";
    -webkit-box-shadow: 9px 9px 11px -2px rgba(158,158,158,1);
    -moz-box-shadow: 9px 9px 11px -2px rgba(158,158,158,1);
    box-shadow: 9px 9px 11px -2px rgba(158,158,158,1);
    width: 90%;
    margin: 0 auto;
}

.uploadButton {
    display : none;
}

.becomeTextBloc {
    width: 48%;
    width: calc(50% - 4px);
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    margin-bottom: 20px;
}

.becomeTextBloc span {
    font-family: "Letter Gothic Std";
    display: block;
    padding: 0px 25px;
}

.becomeTextBloc p {
    font-family: "Helvetica-Light";
    padding: 10px 25px;
    line-height: 20px;
}

.submit {
    margin-top: 15px;
    text-align: center;
    color: #FFFFFF;
    background-color: #818181;
    width: 302px;
cursor: pointer;
    font-family: "Letter Gothic Std";
    font-size: 16px;
    line-height: 16px;
    border: none;
    padding: 15px 0 10px 0;

}

.output {
    font-family: "Letter Gothic Std";
    font-size: 14px;
    text-align: center;
    color: red;
    margin-bottom: 20px;
    padding: 0 25px;
}

#bookVideos iframe {
    width: 100%;
}

/* TWITTER */

.twitterProfile {
    width: 60px;
    display: inline-block;
    vertical-align: top;
}

.twitterText {
    width: 78%;
    width: calc(100% - 68px);
    display: inline-block;
    vertical-align: top;
}

.twitterText img {
    width: 100%;
}

/* FEATURED NEW */

.featuredNewElement {
    position: relative;
}

.featuredNewElement img {
    width: 100%;
}

.featuredNewOverlay {
    position: absolute;
    top: 0;
    bottom: 3px;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
    transition: .5s ease;
    box-sizing: border-box;
    opacity: 0;
    color: #FFFFFF;
    z-index: 1;
}

.featuredNewElement:hover .featuredNewOverlay {
    opacity: 1;
}

.featuredNewOverlay div {
    position: absolute;
    font-family: "Cormorant Garamond";
    font-size: 55px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.featuredNewDate {
    font-size: 16px;
    font-family: "Letter Gothic Std";
    margin-bottom: 20px;
    text-transform: uppercase;
}


.portfolioElement img:hover {
    filter: brightness(40%);
}

/* NEWS */

.newsElement {
    width: calc(33.33% - 30px);
    margin: 15px;
}
.newsTitle {
    margin: 13px 0;
    font-size: 24px;
}

.newsPicture {
    position: relative;
}
.newsDate {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 10px;
}

.InternationalCat {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
}

/* SEARCH */

.searchModels {
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
    background: transparent;
}

.aboutUsContainer {
    font-family: "Helvetica-Light";
    max-width: 900px;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0 15px;
}

.aboutUsTitle {
    font-size: 24px;
    line-height: 30px;
}

.aboutUsParagraph {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: justify;
}
