@font-face {
    font-family: "Facebuster";
    src: url('../fonts/Facebuster.eot');
    src: url('../fonts/Facebuster.woff') format('woff'),
    url('../fonts/Facebuster.svg') format('svg'),
    url('../fonts/Facebuster.ttf') format('ttf');
    font-display: block;
}
@font-face {
    font-family: "Berthold Akzidenz Grotesk BE Super";
    src: url('../fonts/Berthold Akzidenz Grotesk BE Super.eot');
    src: url('../fonts/Berthold Akzidenz Grotesk BE Super.woff') format('woff'),
    url('../fonts/Berthold Akzidenz Grotesk BE Super.svg') format('svg'),
    url('../fonts/Berthold Akzidenz Grotesk BE Super.ttf') format('ttf');
    font-display: block;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Berthold Akzidenz Grotesk BE Super', sans-serif;
}


/* Lightbox for mobile playback */
.mobile-playback {
    background-color: rgba(206, 205, 207, 0.3);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900000;
}
.mobile-playback-lightbox {
    background-color: rgba(225, 225, 225, 0.8);
    border-radius: 20px;
    height: 40%;
    left: 10%;
    position: fixed;
    top: 30%;
    width: 80%;
    z-index: 100000;
}
.mobile-playback-lightbox span {
    display: block;
    color: black;
    font-family: 'Berthold Akzidenz Grotesk BE Super', sans-serif;
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    position: absolute;
    top: 10%;
    width: 100%;
}
.mobile-playback-lightbox button {
    width: 80%;
    height: 50%;
    background-color: rgba(10, 10, 10, 0.8);
    font-family: 'Facebuster', sans-serif;
    color: white;
    border: none;
    font-size: 3em;
    border-radius: 10px;
    position: absolute;
    left: 10%;
    bottom: 10%;
}
/* END Lightbox for mobile playback */

.left-navbar {
    font-family: 'Facebuster', sans-serif;
    width: 800px;
    height: 100%;
    position: fixed;
    overflow: auto;
    margin: 0;
    padding: 0;
    z-index: 10000;
}

.socials {
    font-family: 'Facebuster', sans-serif;
    position: fixed;
    overflow: auto;
    margin: 0;
    padding: 0;
    z-index: 10001;
    color: #fff;
}
.left-navbar-background {
    background-color: rgba(88, 88, 88, 0.6);
}
.left-navbar span {
    overflow: hidden;
}
.left-navbar ul li, .socials ul li {
    padding-left: 25px;
    overflow: hidden;
}
.left-navbar a, .socials a {
    text-decoration: none;
    color: #fff;
    overflow: auto;
}

.navigation ul {
    list-style-type: none;
    padding-top: 25px;
    font-size: 2.6em;
    overflow: auto;
    line-height: 0.80em;
    position: relative;
}


.navigation > li {
    position: relative;
    display: block;
}
.navigation > a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: none;
}

/* ANIMATION */
.character {
    position: relative;
    display: inline-block;
    border: none;
}
.layer1 {
    position: relative;
    opacity: 0;
}
.layer2, .layer3 {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fdbccf;
    transform: translate(0px,0px);
    -ms-transform: translate(0px,0px); /* IE 9 */
    -webkit-transform: translate(0px,0px); /* Safari */
}
.layer2 {
    transition:all 0.8s ease;
    -webkit-transition-delay:all 0.8s ease;
    -moz-transition-delay:all 0.8s ease;
    -ms-transition-delay:all 0.8s ease;
    -o-transition-delay:all 0.8s ease;
    opacity: 0;
}
.layer3 {
    transition:all 0.5s ease;
    -webkit-transition-delay:all 0.5s ease;
    -moz-transition-delay:all 0.5s ease;
    -ms-transition-delay:all 0.5s ease;
    -o-transition-delay:all 0.5s ease;
    opacity: 1;
}
ul > .animate:hover .layer2 {
    transition:all 0.5s ease;
    -webkit-transition-delay:all 0.5s ease;
    -moz-transition-delay:all 0.5s ease;
    -ms-transition-delay:all 0.5s ease;
    -o-transition-delay:all 0.5s ease;
    -ms-transform: translate(0px,0px); /* IE 9 */
    -webkit-transform: translate(0px,0px); /* Safari */
    transform: translate(0px,0px);
    opacity: 1;
}
ul > .animate:hover .layer3 {
    transition:all 0.5s ease;
    -webkit-transition-delay:all 0.5s ease;
    -moz-transition-delay:all 0.5s ease;
    -ms-transition-delay:all 0.5s ease;
    -o-transition-delay:all 0.5s ease;
    -ms-transform: translate(50px,0px); /* IE 9 */
    -webkit-transform: translate(50px,0px); /* Safari */
    transform: translate(50px,0px);
    opacity: 1;
}

ul > .color-white:hover .layer2,
ul > .color-white:hover .layer3 {
    color: #ffffff;
}

ul > .color-capri:hover .layer2,
ul > .color-capri:hover .layer3 {
    color: #ffe0e9;
}

ul > .color-puglia:hover .layer2,
ul > .color-puglia:hover .layer3 {
    color: #c5eccd;
}

ul > .color-sicily:hover .layer2,
ul > .color-sicily:hover .layer3 {
    color: #fee9a6;
}

ul > .color-positano:hover .layer2,
ul > .color-positano:hover .layer3 {
    color: #feb193;
}

ul > .color-ravello:hover .layer2,
ul > .color-ravello:hover .layer3 {
    color: #96e1c3;
}

ul > .color-sorrento:hover .layer2,
ul > .color-sorrento:hover .layer3 {
    color: #b9edde;
}

ul > .color-sardegna:hover .layer2,
ul > .color-sardegna:hover .layer3 {
    color: #fdd9d9;
}

ul > .color-roma:hover .layer2,
ul > .color-roma:hover .layer3 {
    color: #f2d2fc;
}

ul > .color-other:hover .layer2,
ul > .color-other:hover .layer3 {
    color: #e2d1e3;
}

ul > .color-portfolio:hover .layer2,
ul > .color-portfolio:hover .layer3 {
    color: #ffd394;
}

ul > .color-world:hover .layer2,
ul > .color-world:hover .layer3 {
    color: #ffd3ba;
}

ul > .color-services:hover .layer2,
ul > .color-services:hover .layer3 {
    color: #ffe9ec;
}

ul > .color-design:hover .layer2,
ul > .color-design:hover .layer3 {
    color: #e7f3cd;
}

ul > .color-press:hover .layer2,
ul > .color-press:hover .layer3 {
    color: #d3eff3;
}

ul > .color-clients:hover .layer2,
ul > .color-clients:hover .layer3 {
    color: #f5e1e3;
}

ul > .color-inquiries:hover .layer2,
ul > .color-inquiries:hover .layer3 {
    color: #ffd3ba;
}

ul > .color-f72500:hover .layer2,
ul > .color-f72500:hover .layer3 {
    color: #f72500;
}
ul > .color-e26200:hover .layer2,
ul > .color-e26200:hover .layer3 {
    color: #e26200;
}
ul > .color-d5d800:hover .layer2,
ul > .color-d5d800:hover .layer3 {
    color: #d5d800;
}
ul > .color-1e8c00:hover .layer2,
ul > .color-1e8c00:hover .layer3 {
    color: #1e8c00;
}
ul > .color-0070e8:hover .layer2,
ul > .color-0070e8:hover .layer3 {
    color: #0070e8;
}
ul > .color-7b50e0:hover .layer2,
ul > .color-7b50e0:hover .layer3 {
    color: #7b50e0;
}
ul > .color-ae00e8:hover .layer2,
ul > .color-ae00e8:hover .layer3 {
    color: #ae00e8;
}
ul > .color-d10053:hover .layer2,
ul > .color-d10053:hover .layer3 {
    color: #d10053;
}
/* END ANIMATION */

.socials  {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 10000;
}
.socials ul li {
    display: inline;
    font-size: 1.6em;
}
.logo {
    font-family: 'Facebuster', sans-serif;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 20px;
    left: 25px;
    z-index: 10001;
    font-size: 40px;
    line-height: 34px;
}

.logo a {
    color: #c5eccd;
    text-decoration: none;
    text-align: center;
}

.logo .logo-instagram {
    margin-top: 10px;
    color: #fff;
}
.logo-test a {
    min-width: 650px;
    /*display: block;*/
   display:list-item;
    text-align: left;
    /*overflow: hidden;*/
    padding-right: 0px;
    padding-left: 10px;
    color: #c5eccd;
}
.content h1, h2 {
    line-height: 1em;
    margin: 0;
    padding: 10px 0 20px 0;
}

.content a, .navbar-content, .contacts-from-navbar {
    text-decoration: none;
    color: #fff;
}

.contacts-from-navbar {
    position: fixed;
    top:25%;
    left: 45%;
}

.contacts-from-navbar > .contacts {
    text-align: center;
}

.navbar-content {
    padding-top: 2em;
    padding-right: 1em;
    font-family: 'Berthold Akzidenz Grotesk BE Super', sans-serif;
}
.navbar-content h1 {
    font-size: 2.5em;
    font-weight: 100;
}

.navbar-content p,
.navbar-content a,
.contacts {
    line-height: 1em;
    font-size: 1em;
}

.top-padding {
    padding-top: 0.5em;
}

.videography {
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 0.8em;
    color: white;
    opacity: 0.6;
}

.fullscreen-bg__img {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -50;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../images/videoframe.jpg') no-repeat; background-size: cover;  -webkit-transition: 1s opacity; transition: 1s opacity;
    display: none;
}
.inquiries-bg__img {
    position: fixed;

    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -50;

    background: url('../images/secw.jpg') no-repeat; background-size: cover;
}
.fullscreen-bg__video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../images/videoframe.jpg') no-repeat; background-size: cover;  -webkit-transition: 1s opacity; transition: 1s opacity;
}

.fullscreen-bg-img-capri .fullscreen-bg__img{background: url(../images/capri-img.jpg) no-repeat !important;background-size: cover;}
.fullscreen-bg-img-capri .fullscreen-bg__video{background: url(../images/capri-img.jpg) no-repeat !important;background-size: cover;}

/* MAX HEIGHT */

@media screen and (min-height: 800px) {
    div {
        font-size: 14px
    }
    .navbar-content h1 {
        font-size: 2.2em;

    }
    .navbar-content p,
    .navbar-content a,
    .contacts {
        line-height: 1em;
        font-size: 0.8em;
    }
}
@media screen and (min-height: 900px) {
    div {
        font-size: 16px
    }
    .navbar-content h1 {
        font-size: 2.3em;
    }
    .navbar-content p,
    .navbar-content a,
    .contacts {
        line-height: 1em;
        font-size: 0.85em;
    }
}
@media screen and (min-height: 1000px) {
    div {
        font-size: 19px
    }
    .navbar-content h1 {
        font-size: 2.4em;
    }
    .navbar-content p,
    .navbar-content a,
    .contacts {
        line-height: 1em;
        font-size: 0.8em;
    }
}

@media screen and (min-height: 1100px) {
    div {
        font-size: 22px
    }

    .navbar-content h1 {
        font-size: 2.5em;
    }

    .navbar-content p,
    .navbar-content a,
    .contacts {
        line-height: 1em;
        font-size: 0.85em;
    }
}

@media screen and (max-height: 800px) {
    div {
        font-size: 13px
    }
    .navigation ul {
        line-height: 0.80em;
    }
    .mobile-playback-lightbox {
        font-size: 12px;
    }
    .navbar-content h1 {
        font-size: 2.7em;

    }
    .navbar-content p,
    .navbar-content a,
    .contacts {
        line-height: 1em;
        font-size: 0.95em;
    }
}
@media screen and (max-height: 750px) {
    div {
        font-size: 12px
    }
}
@media screen and (max-height: 700px) {
    div {
        font-size: 11px
    }
}
@media screen and (max-height: 650px) {
    div {
        font-size: 10px
    }
    .navigation ul {
        padding-top: 10px;

    }
    .content {
        padding-top: 5px;
    }

}
@media screen and (max-height: 600px) {
    div {
        font-size: 9px
    }
}
@media screen and (max-height: 550px) {
    div {
        font-size: 9px
    }
    body {
        min-width: 350px;
        min-height: 525px;
    }
    .left-navbar {
        position: relative;
        margin: 0;
        padding: 0;
        top: 0;
        height: auto;
    }
    .navigation ul {
        padding-top: 15px;
        padding-bottom: 40px;
        overflow: auto;
    }
    .socials {
        width: 100px;
    }
    .socials ul {
        display: block;
        position: fixed;
        top: 20px;
        right: 10px;
    }
    .socials ul li {
        display: block;
        font-size: 1.5em;
    }
    /*
    contacts-from-navbar temp fix
    .content {
        position: relative;
        top: -450px;
    }*/

    main {
        padding: 0;
    }
}

/* END MAX HEIGHT */

/* END MAX WIDTH */

@media screen and (max-width: 768px) {
    div {
        font-size: 12px
    }
    body {
        min-width: 350px;
        min-height: 500px;
    }
    .left-navbar {
        position: relative;
        margin: 0;
        padding: 0;
       /* top: 10px; */
    }
    .navigation ul {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .content {
        padding: 20px 20px 50px 0;
    }
    .socials {
        width: 100px;
        display: block;
        position: fixed;
        top: 20px;
        /* right: 10px; */
        padding-left: 100%;
        z-index: -10;
    }
    .socials ul {
        display: block;
        position: fixed;
        top: 20px;
        right: 10px;
    }
    .socials ul li {
        display: block;
        font-size: 1em;
        top: 10px;
        right: 10px;
    }
    .contacts-from-navbar {
        position: fixed;
        top:25%;
        left: 25px;
    }
    .logo {
        font-size: 28px;
        line-height: 24px;
    }
    .logo a {
        text-align: left;
    }
    .logo .logo-instagram {
        position: fixed;
        top: 20px;
        right: 10px;
        margin-top: 0;
    }
    main {
        padding: 0;
    }
}
@media screen and (max-width: 900px) {
    .navigation ul {
        line-height: 0.80em;
    }
}
/*@media screen and (orientation: portrait) {
    .left-navbar {
        position: relative;
        margin: 0;
        padding: 0;
        top: 10px;
    }
    .navigation ul {
        padding: 10px 30px 30px 0px;
        line-height: 0.80em;
    }
    .socials  ul {
        display: block;
        position: fixed;
        top: 20px;
        right: 10px;
    }
    .socials ul li {
        display: block;
        font-size: 1em;
        right: 10px;
    }
    .content {
        padding: 50px 0 100px 0;
    }
    main {
        padding: 0;
    }
    .logo {
        background-color: rgba(211, 206, 209, 0.6);
        bottom: 0px;
        width: 450px;
        border-radius: 0px 25px 0px 0px;
    }
}*/
@media screen and (max-width: 475px) {
    .left-navbar {
        width: 350px;
    }
}
@media screen and (max-width: 375px) {
    .left-navbar {
        width: 275px;
    }
}
@media screen and (max-width: 768px) and (max-height: 550px) {
    .content {
        position: relative;
        top: 0;
    }

}

.socials ul li {
    padding-left: 30px;
}


/*@media all and (max-device-width: 800px) {
  body {
        background: url("../images/videoframe.jpg") #000 no-repeat center center fixed; background-size: cover; }
  .fullscreen-bg { display: none; }
}*/