/* RESET CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* BASE */

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.fade-delay-1 {
    opacity: 1;
    -moz-animation: fadein 500ms linear; /* Firefox */
    -webkit-animation: fadein 500ms linear; /* Safari and Chrome */
    -o-animation: fadein 500ms linear;/* Opera */
    animation: fadein 500ms linear;
}

body {
    font-family: sans-serif;
    margin: 0;
    line-height: 1;
}

img {
    border: 0;
}

ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

a:active, a:focus, #burger:active, #burger: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;
}

.bodyContainer {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 20px;
    text-align: center;
    overflow: hidden;
    transition: opacity 0.3s;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
.menuSelected, .active {
    font-family: 'Helvetica Neue Bold' !important;
    font-weight: 900;

}
@font-face {
    font-family: 'Bebas';
    src: url('/fonts/Bebas.eot');
    src: url('/fonts/Bebas.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Bebas.woff2') format('woff2'),
    url('/fonts/Bebas.woff') format('woff'),
    url('/fonts/Bebas.ttf') format('truetype'),
    url('/fonts/Bebas.svg') format('svg');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Thin';
    src: url('/fonts/HelveticaNeue-Thin.eot');
    src: url('/fonts/HelveticaNeue-Thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg'),
    url('/fonts/HelveticaNeue-Thin.ttf') format('truetype'),
    url('/fonts/HelveticaNeue-Thin.woff') format('woff'),
    url('/fonts/HelveticaNeue-Thin.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('/fonts/HelveticaNeue.eot');
    src: url('/fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeue.svg#HelveticaNeue') format('svg'),
    url('/fonts/HelveticaNeue.ttf') format('truetype'),
    url('/fonts/HelveticaNeue.woff') format('woff'),
    url('/fonts/HelveticaNeue.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Bold';
    src: url('/fonts/HelveticaNeue-Bold.eot');
    src: url('/fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('/fonts/HelveticaNeue-Bold.woff') format('woff'),
    url('/fonts/HelveticaNeue-Bold.ttf') format('truetype'),
    url('/fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* SLICK */

.slick-slider {
    margin-bottom: 0;
}

.slick-next:before, .slick-prev:before {
    content: ""
}

/* MENU */

.menu_mobile_search {
    position: absolute;
    right: 50px;
    top: 15px;
}

.menu_mobile_search img {
    height: auto !important;
}

.menu_mobile_search .searchResult {
    max-height: 250px !important;
}

.menuDesktop {

    display: block;
    max-width: 1300px;
    padding: 0 20px;
    padding-top: 25px;
    margin: 0 auto;
    position: relative;

}
#navigation {
    margin-top: 30px;
}
.menuItems {
    width: 20%;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: initial;
    vertical-align: top;
    padding: 0 35px;
}
.menuItemsSearch{
    width: auto;
}
.nav{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-family: 'HelveticaNeue-Thin' !important;

}
ul.nav {
    padding-left: 45px;
    box-sizing: border-box;
    width: 100%;
}
ul.navLogo {
    margin: unset !important;
    width: unset !important;
    padding-right: 123px;
}

ul.nav > li , ul.navMobile > li{
    list-style-type: disc;
    font-family: "HelveticaNeue";
    margin-bottom: 1px;

}

ul.nav > li > a , ul.navMobile > li > a{
    font-family: 'HelveticaNeue-Thin';


}

.navMobile {
    padding-left: 15px;
}

.menu {
    font-size: 0;
}

#logo {
    width: 180px;
    display: inline-block;
    vertical-align: top;
}

.menuItemsContainer {
    width: 700px;
    width: calc(100% - 180px);
    display: inline-block;
    vertical-align: top;
    padding-left: 100px;
    box-sizing: border-box;
    padding-top: 10px;

}

.menuDesktop ul {
    display: inline-block;
}
.mainMenuHome {
    padding-top: 10px;
    font-size: 20px;
    font-family: 'Bebas' !important;
    list-style-type: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: left;
}
.mainMenu {
    display: block;
    padding-top: 10px;
    font-size: 21px;
    font-family: 'Bebas' !important;
    text-align: left;
    list-style-type: none;
}
.menuCategory{
    margin-bottom: 6px;
    padding-left: 30px;
}
.menuCategorySearch {
    padding-left: 44px !important;
}
.searchCategory{
    margin-left: -18px;
}
/* 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 {
    font-size: 14px;
    max-width: 125px;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    outline: none;
    font-family: "HelveticaNeue-Thin" !important;
    border-bottom: 1px solid #000000;
    box-sizing: border-box;
    padding: 5px;
    margin-left: 44px;
    letter-spacing: 1px;
}

.searchContainer input {
    width: 150px;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    letter-spacing: 1px;
    display: none;
    box-sizing: border-box;
    height: 24px !important;
    font-size: 13px;
    padding-left: 7px;
}
.searchResult {
    background-color: #FFFFFF;
    max-width: 125px;
    width: 100%;
    max-height: 450px;
    overflow: auto;
    text-align: left;
    display: none;
    z-index: 99999 !important;
    position: absolute;
    margin-left: 44px;
}

.searchResult li {
    display: block;
    border-bottom: 1px solid #000000;
    padding: 5px;
    text-transform: uppercase;

}

.searchPortrait {
    width: 30px;
    height: 30px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.searchResultName {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 9px;
    letter-spacing: 1px;
    width: 50%;
    font-family: 'HelveticaNeue-Thin' !important;
}
.searchResultName span {
    text-transform: uppercase;
    letter-spacing: 0;
}
.searchResult img {
    width: 100%;

}
/* MENU MOBILE */

.menuMobile {
    height: 110px;
    padding: 20px;
    position: fixed;
    z-index: 1000000;
    top:0;
    left:0;
    right:0;
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: none;
}

.menuMobile img {
    height: 70px;
}

#mobile-menu {
    position: absolute;
    top:40px;
    right: 20px;
    width: 42px;
}


#mobile-logo {
    float: left;
}


#mobile-menu-content{
    display: none;
    position: fixed;
    padding: 15px 15px 15px 50px;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background-color: white;
    font-size: 15px;

}
#mobile-menu-burger {
    height: 32px;
}
#burger:focus {
    display: none;
}
#mobile-menu-burger a#mobile-menu-open .fal, #mobile-menu-burger a#mobile-menu-close .fal {
    font-weight: 400;
    font-size: 26px;
    position: absolute;
}
.hamburger {
    padding: 0 !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    border-radius: 0 !important;
}
#mobile-search {
    position: absolute;
    top: 2px; right: 15px;
}

#mobile-search-close {
    display: none;
}

/* HOME */

.homePicture {
    min-height: 200px;
    overflow: hidden;
}
.homePicture img {
    height: 100%;
}
.homePictureMobile {
    min-height: 200px;
    overflow: hidden;
}
.homePictureMobile img {
    height: 100%;
}
.homeNewsPictures {
    overflow: hidden !important;
    position: relative;
    border: 2px solid #000000;
    vertical-align: top;

}
.homeSlider {
    min-height: 300px;
}

.lastNews {
    font-size: 0;
}

.homeNewsFeeds {
    width: 25%;
    vertical-align: top;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.homeNewsPictures img {
    width: 100%;
}
.pictureElementLandscape {
    width: 50%;

}
.homeNewsTitle, .contentNewsHome {
    bottom: 0;
    font-size: 14px;
    margin: 6px 0;
}
.homeNewsTitle {
    font-family: 'Bebas';
    font-size: 18px;
    text-align: left;
    margin: 14px 0 6px 0;
}
.contentNewsHome {
    font-family: 'HelveticaNeue-Thin';
    text-align: left;

}

.newsFeed, .instagramFeed {
    margin-top: 50px;
}

.instagramFeed {
    margin-bottom: 20px;
}

.instagramPicture {
    position: relative;
    overflow: hidden;
}

.instagramPicture img {
    width: 100%;
}

.lastNews {  font-size: 0; }

.slick-next, .slick-next:focus {
    background-image: url("/images/plus.png");
    background-size: 16px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: -23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;

}
.slick-prev, .slick-prev:focus {
    background-image: url("/images/plus.png");
    background-size: 16px;
    cursor: pointer;
    z-index: 999;
    left: -23px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;

}
.slick-next:hover {
    background-image: url("/images/plus.png");
    background-size: 16px;
    right: -23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;

}
.slick-prev:hover {
    background-image: url("/images/plus.png");
    left: -23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.homeSlickContainer {
    position: relative;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.slick-list { padding: unset !important; }

/* overlay */

.instagramSlider {
    margin: 0 30px;
}

.instagramContainer:hover .backgroundOverlay {
    opacity: 0.6;
    transform: scale(50);
    background-color: #3a8ef2;
    overflow: hidden;
}
.backgroundOverlay {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    transition: transform .3s;
    width: 5px;
    height: 5px;
    margin: 0 auto;

}
/* feeds */

.instagramContainer:hover .homeInstagramOverlay {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}
.homeInstagramOverlay {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 30px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    font-size: initial;
}

.homeInstagramOverlayIcon {
    display: inline-block;
    padding: 5px;
}


.allNewsHome{
    margin: 0 -15px;
    text-align: left;
}
/* LIST */

#listContainer {
    font-size: 0;
    margin: 0 -15px;
}

.listModels{
    width: 20%;
    overflow: hidden;
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
}
.modelImageContainer {
    overflow: hidden !important;
    position: relative;
}
.modelName{
    font-size: 14px!important;
    font-family: Bebas!important;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    word-spacing: 3px;
}
.listModelName {
    text-align: left;
    padding: 15px 0;
    font-size: 21px !important;
    text-transform: uppercase;
}
.overlayList {
    background-size: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    -ms-transition: all 1.0s ease;
    -webkit-transition: all 1.0s ease;
    transition: all 1.0s ease;
}
.modelImageContainer:hover .overlayList {
    opacity: 1.2;
}

/* BOOK */

.modelBookName {
    text-align: center;
    font-family: Bebas!important;
    font-size: 22px;
    text-transform: uppercase;
    word-spacing: 5px;
}
.modelBookCategory {
    text-align: center;
    font-family: 'HelveticaNeue-Thin' !important;
}
.bookCategory {  display: inline-block; margin: 20px;  }
.bookMeasurements p {
    display: inline-block ;
    margin-bottom: 37px;
}
.bookContainer {
    font-size: 0;
}
.halfWidth {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0px 15px 30px;
}
.portfolioImage{
    display: inline-block;
    margin: 0px 15px 30px 15px;
}
.videoThumbnail{
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}
.videoThumbnail iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.instagramLatest {
    font-size: 0;
}
.instagram {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 15px 30px;
    box-sizing: border-box;
}
.bookContent {
    margin: 0 -15px;
}
/* US */

.usDescribe, .usPicture{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-family: 'HelveticaNeue-Thin';
}
.usDescribe {
    width: 55%;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    float: left;
}
.usPicture{
    width: 45%;
    float: right;
}
/* NEWS */

.newsList {
    overflow: hidden;
    margin: 0 -15px;
}
.listNews .news {
    width: 33.33333333%;
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
}
.news {
    overflow: hidden;
    max-width: 100%;

}
/* NEWS DETAILS */
.newsDetailsContent{
    font-family: HelveticaNeue-Thin;
    overflow: hidden;
    text-align: left;
}
.newsDetailsTitle{
    font-size:20px;
    font-family: 'Bebas' !important;
}

img.portraitNewsDetails {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
}
img.landscapeNewsDetails {
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
    width: 100%;
}
.newsDetailPictures img {
    width: 100%;
    height: auto;
}
.newsDetail {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}
.newsDetailsContent{
    padding-top: 40px;
}
.newsDetailsPictures {
    margin: 0 -15px;
    font-size: 0;
}
/* SOCIAL */

.newsLink {
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    margin-bottom: 30px;
}

.newsLink a {
    display: inline-block;
    margin: 0 20px;
}

#instagramContainer {
    margin: 0 -8px;
    font-size: 0;
}

.instagramElement {
    width: 25%;
    display: inline-block;
    padding: 8px;
    box-sizing: border-box;


}
.linkSocial {
    font-size: 13px;
    vertical-align: middle;
    padding-right: 10px;
}

/* ABOUT */

.aboutContact {
    padding-top: 10px;
    font-size: 0;
    max-width: 1100px;
    margin: 0 auto;
}

.allContact{
    display: inline-block;
    width: 33.3333%;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 60px 40px 60px;
    line-height: 20px;
}


.aboutContactName, .aboutContactJob {
    font-family: Bebas;
    text-transform: uppercase;
    font-size: 14px;
}
.aboutContactMail {
    font-family: "HelveticaNeue-Thin";
    font-size: 16px;
}

/* BECOME */
.becomeContainer{
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 20px 0 103px;
    text-align: center;
    overflow: hidden;
    transition: opacity 0.3s;
    margin-top: 50px;
}

.becomeText, .usText{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
    font-family: "HelveticaNeue-Thin";
}
.becomePictures {  font-size: 0;  margin: 0 -12px;  }
.becomePicture {
    display: inline-block;
    width:31%;
    padding: 12px;
    vertical-align: top;
}
.becomeModel {  width: 100%;  height: 100%;  }
/* FOOTER */
#footer {
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    max-width: 1300px;
    margin: 0 auto;
    padding: 25px 20px;
}

@media screen and (max-width: 1280px) {

    .menuItems {
        padding: unset;
    }

    .listModels {
        width: 33.3333333%;
    }

    /* BECOME */

    .becomePicture {  width: 22%;  }

    /*CONTACT */

    .aboutContact {
        margin: unset;
    }
}
@media screen and (max-width: 1230px) {

    /* MENU  */
    .menuCategory {
        padding-left: unset;
    }
    ul.nav {
        padding-left: 15px;
    }
    .searchModels, .searchResult {
        width: 100%;
        margin-left: unset;
    }
    .menuCategorySearch {
        padding-left: unset !important;
    }
}
@media screen and (max-width: 1150px) {


    /* ABOUT */

    .leftAbout, .rightAbout {
        padding: 0 0px 20px 50px;
    }
    .searchModels{
        letter-spacing: unset !important;
    }
    .becomeContainer{
        margin: 0 auto;
        max-width: 1300px;
        padding: 0 20px;
        text-align: center;
        overflow: hidden;
        transition: opacity 0.3s;
    }
    .usPicture, .usDescribe {
        width: 50%;
    }
}

@media screen and (max-width: 980px) {

    .listNews .news {
        width: 50%;
    }

    .backgroundOverlay, .homeInstagramOverlay {
        display: none;
    }

    /*!* MENU DESKTOP AND MOBILE *!*/

    .menuDesktop {  display: none;  }
    .menuMobile {  display: block;  }

    #navigation {
        margin-top: 110px;
        min-height: 750px !important;
    }
    .menuCategory {
        padding-left: unset !important;
    }
    /* LIST */


    #listContainer{  padding: unset;  }


    /* BOOK */

    .halfWidth {  width: 100%;  }

    /* HOME */
    .homeNewsFeeds {
        width: 50%;
    }
    .pictureElementLandscape {
        width: 100%;
    }

    .homeInstagramOverlay {
        opacity: 0;
        position: relative;
        top: -280px;
    }

    /* ABOUT */

    .leftAbout, .rightAbout {
        padding: 0 0px 20px 42px;
    }
    .aboutContactMail{  font-size: 15px !important;  }
    .newsPicturePortrait {  width: 50%;  }


    /* become */
    .usDescribe, .usPicture, .becomePicture {
        display: block;
        padding: 10px 0 !important;
        width: 100%;
    }
    .becomePictures {
        margin: unset;
        overflow: hidden;
    }
    .instagram {
        width: 50%;
    }
}
@media screen and (max-width: 880px) {



    .listModels {
        width: 50%;
    }

    /* ABOUT*/

    .leftAbout, .rightAbout {
        width: 28%;
        padding: 0 0px 20px 10px;
    }
}
@media screen and (max-width: 780px) {


    /* ABOUT */

    .leftAbout, .rightAbout {
        padding: 0 0 20px 30px;
    }

    /* book */

    .bookMeasurements p {
        display: inline-block;
        margin-bottom: 5px;
    }
    .bookMeasurements {
        margin-bottom: 15px;
    }

}
@media screen and (max-width: 710px) {

    /*  ABOUT */
    .aboutContactName, .aboutContactJob {
        font-size: 11px;
    }

    .allContact{
        width: 50%;
        padding: 0 0px 40px 0px;
    }

}
@media screen and (max-width: 650px) {

    .newsLink {
        margin: 20px 0;
    }

    #footer span {
        display: none;
    }
    #footer a {
        display: block;
        padding-top: 2px;
    }

    .instagramSlider {
        margin: 0;
    }
    .homeNewsFeeds {
        width: 100%;
    }

    .homeSlider {
        min-height: 150px;
    }
    .newsFeed, .instagramFeed {
        margin-top: 20px;
    }
    .instagramElement {  width: 50%;  }
}


@media screen and (max-width: 430px) {


    img.portraitNewsDetails {
        width: 100%;

    }
    .instagram {
        padding: 0px 8px 16px;
    }
    .bookContent {
        margin: 0 -8px;
    }

    .linkSocial {
        display: none;
    }

    .listNews .news {
        width: 100%;
    }
}

/* TEST LIST */

.models-filters {
    text-align: left;
    font-size: 14px;
    font-family: 'HelveticaNeue-Thin' !important;
    padding-bottom: 20px;
    padding-top: 20px;
}

.models-filters li {
    display: inline-block;
    padding-right: 20px;
}

.models-filters li span {
    font-size: 22px;
}
