/* RESET CSS */

* {
    outline: none;
}

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;
}

/* FONTS */

@font-face {
    font-family: 'Ogg';
    src: url('../fonts/Ogg-Regular.eot');
    src: url('../fonts/Ogg-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Ogg-Regular.woff2') format('woff2'),
    url('../fonts/Ogg-Regular.woff') format('woff'),
    url('../fonts/Ogg-Regular.ttf') format('truetype'),
    url('../fonts/Ogg-Regular.svg#Ogg-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sacker';
    src: url('../fonts/SackersGothicStd-Light.otf');
    src: url('../fonts/SackersGothicStd-Light.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

/* GENERAL */

body {
    font-family: 'Sacker', sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #1d1d1b;
    /*font-family: adobe-garamond-pro, serif;*/
    /*font-weight: 400;*/
    font-style: normal;
}

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%;
}

::-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 {
    max-width: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: hidden;
    min-height: calc(100vh - 259px);
}

.global-column {
    max-width: 88%;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.global-column.list-global-column {
    max-width: 1680px;
}

/* MENU */

#menu {
    background-color: #FFF;
    overflow: hidden;
}

.menu-navigation {
    color: #7a7a7a;
    text-align: center;
    font-size: 10px;
    height: 76px;
    font-family: 'Sacker';
}

.menu-navigation ul{
    padding: 30px;
    background-color: #FFF;
}

.menu-navigation ul.fixed{
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    z-index: 1000;
}

.menu-navigation li{
    display: inline-block;
    text-transform: uppercase;
    padding: 0 30px;
    transition: color 0.3s;
    color: #b8b8b8;
    letter-spacing: 1px;
}
.menu-navigation li.menu-active{
    color: #000000;
}
.menu-navigation li a{
    transition: color 0.3s;
}

.menu-navigation li a:hover {
    color: #1d1d1b;
}

.menu-logo {
    padding: 30px 30px 0 30px;
    text-align: center;
}

.menu-logo img {
    width: 90px;
}

/* FOOTER */

footer {
    box-sizing: border-box;
    padding: 30px 30px;
    text-align: center;
    text-transform: lowercase !important;
}
footer a span.number{
    font-size: 9px;
}
footer a {
    padding: 0 5px;
    font-size: 10px;
    transition: color 0.3s;
}

footer a:hover {
    color: #1d1d1b;
}
footer .seprator{
    display: none;
}

/* LEGAL */

.static-page-container {
    max-width: 800px;
    margin: 0 auto 100px auto;
    line-height: 1.4;
    font-size: 16px;
    text-align: justify;
    padding: 0 50px;
}

.static-page-container .termsContainer .termsPart .termsParagraph {
    padding-left: 54px;
    position: relative;
    margin-bottom: 10px;
}

.static-page-container .title {
    font-size: 23px;
    text-align: center;
    margin: 50px 0;
    font-family: Ogg, serif;
}

.static-page-container .termsTitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    font-family: Ogg, serif;
    text-transform: initial;
}


.static-page-container a {
    color: #1d1d1b;
}

.static-page-container .termsPart .termsCategory {
    padding-left: 54px;
    position: relative;
    margin: 20px 0;
    font-weight: 700;
}

.static-page-container .termsPart .termsCategory .termsDot {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: 0 20px 0 15px;
}


.static-page-container  .termsContainer .termsPart .termsParagraph.termsList {
    padding-left: 54px;
    position: relative;
}

.static-page-container .termsContainer .termsPart .termsParagraph.termsList .termsDot {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: 0 20px 0 15px;
}

.static-page-container  .termsContainer .termsPart .termsParagraph.termsList-2 {
    padding-left: 88px;
    position: relative;
}

.static-page-container  .termsContainer .termsPart .termsParagraph.termsList-3 {
    padding-left: 132px;
    position: relative;
}

.static-page-container  .termsContainer .termsPart .termsParagraph.termsList-4 {
    padding-left: 176px;
    position: relative;
}

.static-page-container .termsContainer .termsPart .termsParagraph.termsList-4 .termsDot{
    position: absolute;
    left: 132px;
}

.static-page-container .termsContainer .termsPart .termsParagraph.termsList-2 .termsDot{
    display: inline-block;
    padding: 0 20px 0 15px;
    position: absolute;
    left: 44px;
}

.static-page-container  .termsContainer .termsPart .termsParagraph.termsHierarchy-2 {
    padding-left: 116px;
    padding-top: 5px;
}

.static-page-container .termsContainer .termsMain {
    margin-bottom: 50px;
    text-transform: lowercase !important;
}


.static-page-container .termsContainer .termsPart .termsParagraph.termsList-3 .termsDot{
    position: absolute;
    left: 88px;
}

.static-page-container .termsContainer .termsImportant {
    font-weight: 700;
    font-size: 14px;
}

.static-page-container .termsContainer .termsPart .termsSub .termsBorderTable {
    margin-bottom: 10px;
    word-wrap: break-word;
}

.static-page-container .termsContainer .termsPart .termsSub .termsBorderTable table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}


.static-page-container .termsContainer .termsPart .termsSub .termsBorderTable table tbody tr {
    border: 1px solid gray;
    font-size: 12px;
    padding: 5px;
}

.static-page-container .termsContainer .termsPart .termsSub .termsBorderTable table tbody tr:nth-child(odd) {
    font-weight: 700;
    padding: 0 5px;
}

.static-page-container .termsContainer .termsPart .termsSub .termsBorderTable table tbody tr td {
    border: 1px solid gray;
    font-size: 12px;
    padding: 5px;
}

.static-page-container  .termsContainer .termsPart .termsSub {
    padding-left: 44px;
}

.credits-element {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    color: #7a7a7a;
}

.credits-element div {
    font-family: Ogg, serif;
    font-size: 18px;
    margin-bottom: 10px;
    color: #1d1d1b;
}

.credits-element a {
    color: inherit;
    transition: color 0.3s;
    text-transform: lowercase !important;
}
.credits-element span{
    text-transform: lowercase !important;
}
.credits-element a:hover {
    color: #1d1d1b;
}

/* HOME */

.home-pictures {
    box-sizing: border-box;
    font-size: 0;
    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;
    margin-bottom: 0 !important;
    overflow: hidden;
    padding: 0 50px;
    max-width: 80%;
    margin: 0 auto;
}

.home-pictures div {
    min-height: 350px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.home-pictures img {
    visibility: hidden;
}

.home-text-top {
    padding: 100px 50px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    max-width: 900px;
    margin: 0 auto;
    text-transform: lowercase;
}

.home-text-top strong {
    font-weight: normal;
}
.home-text-top .number,.about-text .number{
    font-size: 12px;
}
.home-text-top strong.italic {
    font-family: Ogg, serif;
    font-weight: normal;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    text-transform: initial;
}

.home-text-bottom,.contact-elements {
    font-size: 0;
    display: flex;
    align-items: flex-end;
}

.home-text-bottom-element:nth-child(2),.contact-element:nth-child(2) {
    width: 70%;
}

.home-text-bottom-element:nth-child(1),.contact-element:nth-child(1) {
    width: 30%;
    font-size: 13px;
    line-height: 18px;
    text-transform: lowercase;
    padding-top: 300px;
}
.home-text-bottom-element .number,
.contact-element .number{
    font-size: 11px;
}
.contact-element:nth-child(2) div {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 260px);
}

.home-text-bottom-element:nth-child(1) div,.contact-element:nth-child(1) div {
    padding: 0 50px;
}

.home-text-bottom-element:nth-child(2) div {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-footer {
    padding: 100px 50px 0 50px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.home-footer span {
    font-weight: normal;
}

.home-footer a {
    transition: color 0.3s;
}

.home-footer a:hover {
    color: #1d1d1b;
}

/* INSTAGRAM HOME */

.instagram-elements {
    padding: 0 50px;
    font-size: 0;
    margin: 0 -12px 75px -12px;
}

.instagram-element {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 12px;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.instagram-element:last-child{
    display: none;
}
.instagram-element-container {
    overflow: hidden;
    position: relative;
}

.instagram-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
    text-transform: lowercase;
}

.instagram-overlay-icons {
    margin-bottom: 25px;
}

.instagram-overlay i {
    margin-right: 3px;
}

.instagram-overlay .fa-comment {
    margin-left: 10px;
}

.instagram-overlay-content {
    position: absolute;
    top:60%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 20px;
    padding: 0 5%;
    transition: top 0.3s;
}
.instagram-element img {
    transition: transform 0.3s;
}

.instagram-element:hover .instagram-overlay {
    opacity: 1;
}
.instagram-element:hover img {
    transform: scale(1.05);
}
.instagram-element:hover .instagram-overlay-content {
    top:50%;
}


/* ABOUT */

.about-picture {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-picture img{
    width: 100%;
}

.about-text {
    padding-top: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    max-width: 700px;
    margin: 0 auto;
    text-transform: lowercase !important;
}

.about-text strong {
    font-weight: normal;
}

.about-text strong.font-alt-quote {
    font-family: Ogg, serif;
    font-weight: normal;
    font-size: 18px;
    padding-top: 10px;
    display: block;
    text-transform: initial;
}

.about-signature {
    text-align: right;
    padding-top: 10px;
}

.about-signature img {
    width: 150px;
}

/* BECOME */

.apply-header {
    padding-top: 50px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 50px;
    text-transform: lowercase !important;
}

.apply-middle-text {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding-top: 38px;
}
.apply-middle-text span.number{
    font-size: 12px;
}
.apply-middle-text a {
    text-decoration: underline;
}

#applicationForm {
    font-size: 0;
    text-transform: lowercase !important;
}

.become-elements {
    margin: 0 -6px;
}

.become-element {
    width: 100%;
    margin-bottom: 12px;
    padding: 0 6px;
    box-sizing: border-box;
}

.become-element-half {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.become-element label {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border-bottom: none;
    padding-left: 12px;
    background-color: #f1f1f1;
    margin-right: 6px;
}

.become-element input {
    width: calc(100% - 206px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 14px;
    border: none;
    background-color: #f1f1f1;
    font-weight: 300;
}

.become-element select {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: calc(100% - 206px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    border-radius: 0 !important;
    border: none;
    padding: 0 12px;
    font-size: 14px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-weight: 300;
    background-image: url(../images/down-arrow.svg);
    background-position: 99% center;
    background-position: calc(100% - 10px) 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}

.become-element input::-webkit-calendar-picker-indicator{
    display: none;
}

.become-element option {
    font-weight: 300;
}

.become-submit {
    background-color: #f1f1f1;
    padding: 11px 0 12px 0;
    border-radius: 0 !important;
    font-size: 16px;
    border: none;
    text-align: center;
    width: 140px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    font-family: Sacker;
    text-transform: lowercase;
    font-weight: 400;
    font-style: normal;
}

.become-submit:hover {
    background-color: #cccccc;
}

#loading-img {
    height: 45px;
}

#loading-img img {
    margin: 0 auto;
    height: 45px;
    display: block
}

.captcha-container {
    padding: 30px 0 13px 0;
    text-align: center;
}

.captcha-container .g-recaptcha {
    transform: scale(0.7);
    width: 304px;
    display: block;
    margin: 0 auto;
}

#application-sent {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    color: #21BE6F;
}

#become-validation {
    margin-bottom: 50px;
}

.become-image-elements {
    margin: 0 -12px;
}

.become-image-element {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 12px;
}

.become-image-container {
    overflow: hidden;
    position: relative;
}

.become-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all 0.3s;
}

.become-image-container:hover img {
    opacity: 0.1;
}

.become-image-container input {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.become-image-type {
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}

.become-image-wrong {
    font-size: 25px;
    color: #E3512A;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.become-image-right {
    font-size: 25px;
    color: #21BE6F;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.become-image-wrong.active, .become-image-right.active {
    opacity: 1;
}

#error-output {
    color: #E3512A;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    text-transform: lowercase;
    padding-bottom: 25px;
}
/* LIST */

.list-elements {
    font-size: 0;
    letter-spacing: 0;
    margin: 0 -15px;
    text-align: center;
}

.list-element {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 15px 30px 15px;
    overflow: hidden;
}

.list-element img {
    width: 100%;
}

.list-element-picture-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.list-lazy {
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
}

/*.list-element:hover .list-lazy {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}*/

.list-element-overlay {
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(255,255,255,0.15);
    transition: opacity 0.3s;
}

.list-element:hover .list-element-overlay {
    opacity: 1;
}

.list-element-model-name {
    text-align: left;
    font-size: 30px;
    font-family: Ogg;
    padding-top: 5px;
}

.list-element-model-name img {
    height: 15px;
    width: auto;
    max-width: 100%;
    padding-top: 3px;
}

.list-element-model-name span {
    padding-top: 2px;
    display: block;
}


/* BOOK */

#portfolio {
    opacity: 0;
    transition: opacity 0.3s;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

#portfolio-mobile {
    display: none;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.portfolio-mobile-name {
    padding-top: 50px;
    width: 100%;
    font-family: Ogg;
    font-size: 42px;
    padding-bottom: 50px;
    line-height: 42px;
}

.portfolio-mobile-infos {
    padding-bottom: 50px;
    color: #7a7a7a;
}

.portfolio-mobile-infos .fa-instagram {
    font-size: 24px;
    padding-top: 12px;
    color: #000;
}

.portfolio-mobile-infos .book-video-btn-mobile {
    padding-top: 8px;
    color: #000;
}

.portfolio-mobile-infos ul li span:nth-child(2) {
    color: #000;
}

.portfolio-mobile-gallery img {
    display: block;
    width: 100%;
    padding-bottom: 2px;
}

.portfolio-mobile-gallery .credits-mobile {
    padding-bottom: 25px;
    font-size: 10px;
    text-align: right;
}

.portfolio-mobile-gallery img:last-child {
    padding-bottom: 0;
}

.portfolio-elements {
    font-size: 0;
    margin-bottom: 0;
    overflow: hidden;
    height: 100% !important;
    min-height: 75vh;
    display: flex;
    align-items: center;
}

/*
.portfolio-element {
    min-height: 650px;
}*/

.portfolio-element img {
    cursor: pointer;
    max-height: 100%;
    height: calc(100% - 50px) !important;
    object-fit: contain;
}

.portfolio-element img.portrait {
    max-width: 44%;
    vertical-align: middle;
}

.portfolio-element img.landscape {
    max-width: 100%;
    vertical-align: middle;
}


.portfolio-element .single-picture {
    height: 100% !important;
}

.portfolio-element .single-picture.portrait {
    max-width: 45%;
    vertical-align: middle;
    display: inline-block;
}

.portfolio-element .single-picture.landscape {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.single-picture img {
    max-width: 100%;
}

.portfolio-element {
    font-size: 0;
    vertical-align: top;
    display: flex !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
}

.single-picture img {
    zwidth:100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit : contain;
    object-fit : contain;
    overflow : hidden;
}
.portfolio-first-picture, .portfolio-infos {
    max-width: 44%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    height: 100%;
}

.portfolio-infos {
    width:50%;
}

.portfolio-first-picture {
    text-align: left;
}
.portfolio-first-picture img {
    width:auto!important;
    height: 100%;
}

.portfolio-infos-content {
    font-size: 14px;
    margin-left: auto;
    box-sizing: border-box;
    padding: 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-infos-content .fa-instagram {
    font-size: 24px;
    padding-top: 12px;
}

.portfolio-infos-content ul{
    padding-top: 25px;
    line-height: 24px;
    color: #7a7a7a;
    text-transform: lowercase!important;
}

.portfolio-infos-content ul li span:nth-child(2){
    color: #000;
    font-size:12px; ;
}

.portfolio-infos-content  .portfolio-video-link {
    padding-top: 12px;
    font-weight: normal;
}

.portfolio-model-name {
    font-size: 42px;
    line-height: 46px;
    width: 100%;
    font-family: Ogg;
}

.picture-credits {
    font-size: 12px;
    padding-top: 6px;
    text-transform: lowercase!important;
}

.portfolio-first-picture .picture-credits {
    text-align: right;
}

.picture-credits.left {
    text-align: left;
}

.picture-credits.right {
    text-align: right;
}

.portfolio-prev {
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    height: 37px;
    width: 20px;
}

.portfolio-prev span {
    height: 1px;
    width: 20px;
    display: block;
    background-color: #7a7a7a;
    transition: background 0.3s;
}

.portfolio-prev span:nth-child(1) {
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
}

.portfolio-prev span:nth-child(2) {
    transform: rotate(45deg);
    position: absolute;
    bottom: 11px;
}

.portfolio-next {
    position: absolute;
    top: 50%;
    right: -42px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    height: 37px;
    width: 20px;
}

.portfolio-next span {
    height: 1px;
    width: 20px;
    display: block;
    background-color: #7a7a7a;
    transition: background 0.3s;

}

.portfolio-next span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
}
.portfolio-next span:nth-child(2) {
    transform: rotate(-45deg);
    position: absolute;
    bottom: 11px;
}

.portfolio-prev:hover span, .portfolio-next:hover span {
    background-color: #000;
}

#book-bottom {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
/*    transition: opacity 0.3s;*/
}

#book-bottom div {
    display: inline-block;
    vertical-align: middle;
}

#book-bottom div:nth-child(1) {
    color: #000;
}

#book-bottom div:nth-child(2)  {
    color: #7a7a7a;
}

#book-bottom div:nth-child(3)  {
    color: #7a7a7a;
}

#book-bottom div:nth-child(2) ul li {
    display : inline-block;
    padding-left: 12px;
}

#book-bottom div:nth-child(2) ul li:first-child {
    padding-left: 0;
}

#book-bottom div:nth-child(2) ul li span:nth-child(2) {
    color: #000;
}

#book-bottom div ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
    text-transform: lowercase;
}

#book-bottom div:nth-child(3) ul li a {
    display: block;
    height: 20px;
}

#book-bottom div:nth-child(3) ul li .fa-instagram {
    font-size: 20px;
    height: 20px;
    color: #000;
}


/* BOOK VIDEO */

#videos {
    opacity: 0;
    transition: opacity 0.3s;
    position: relative;
}

.videos-elements {
    margin-bottom: 0;
    overflow: hidden;
}

.videos-prev {
    position: absolute;
    top: 50%;
    left: -42px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    height: 45px;
    width: 30px;
}

.videos-prev span {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #7a7a7a;
    transition: background 0.3s;
}

.videos-prev span:nth-child(1) {
    transform: rotate(-45deg);
    position: absolute;
    top: 11px;
}

.videos-prev span:nth-child(2) {
    transform: rotate(45deg);
    position: absolute;
    bottom: 11px;
}

.videos-next {
    position: absolute;
    top: 50%;
    right: -42px;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    height: 45px;
    width: 30px;
}

.videos-next span {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #c0c0c0;
    transition: background 0.3s;

}

.videos-next span:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 11px;
}
.videos-next span:nth-child(2) {
    transform: rotate(-45deg);
    position: absolute;
    bottom: 11px;
}

.videos-prev:hover span, .videos-next:hover span {
    background-color: #000;
}

#videos-bottom {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

#videos-bottom div {
    display: inline-block;
    vertical-align: middle;
}

#videos-bottom div:nth-child(1) {
    color: #000;
}

#videos-bottom div:nth-child(2), #videos-bottom div:nth-child(3){
    color: #7a7a7a;
}

#videos-bottom div:nth-child(2) ul li {
    display : inline-block;
    padding-left: 12px;
}

#videos-bottom div:nth-child(2) ul li span:nth-child(2) {
    color: #000;
}

#videos-bottom div ul li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 12px;
    text-transform: lowercase;
}

#videos-bottom div:nth-child(3) ul li a {
    display: block;
    height: 20px;
}

#videos-bottom div:nth-child(3) ul li .fa-instagram {
    font-size: 20px;
    height: 20px;
    color: #000;
}

.videos-elements iframe {
    width: 100%;
    background-color: #1d1d1b;
}

.videos-elements-mobile iframe {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}

.videos-elements-mobile iframe:last-child {
    margin-bottom: 0;
}


/* BOOK VIDEO CONTROLS */

.player-button {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #FFF;
    font-size: 36px;
}

.player-button .fa-pause-circle {
    display: none;
}

.volume-button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    font-size: 36px;
}

.volume-button .fa-volume{
    display: none;
}

.mobile-video-container {
    margin-bottom: 25px;
    background-color: #1d1d1b;
}