@import url("/fonts/sukhumvitset/stylesheet.css");
body,
html {
    height: 100%;
}

body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}


/* Let's get this party started */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/* Handle */

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.3);
}

.row {
    margin: 0;
}

#home {
    position: fixed;
}

#video {
    pointer-events: none;
}

#overlay {
    bottom: 0;
    height: 100vh;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    background-image: url("/images/videoOverlay.png");
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0.25);
}

#overlayRed {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    background-image: url("/images/videoOverlay.png");
    background-repeat: repeat;
    background-color: rgba(205, 56, 57, 0.5);
}


/* MENU */

.header {
    background: none;
    position: fixed;
    width: 100%;
    z-index: 1000;
    display: none;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: none;
}

.header li {
    color: white;
}

.header li a {
    font-family: 'sukhumvit_setmedium';
    text-transform: uppercase;
    font-size: 28px;
    display: block;
    padding: 0 30px 0 30px;
    border-right: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 0;
    text-align: right;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #cd3839;
}

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 72px 72px 36px 72px;
    position: relative;
    user-select: none;
    background-color: none;
    margin-bottom: 0;
}

.header .menu-icon .navicon {
    background: #ffffff;
    display: block;
    height: 9px;
    position: relative;
    transition: background .2s ease-out;
    width: 60px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 18px;
}

.header .menu-icon .navicon:after {
    top: -18px;
}

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 480px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

#emptyBlock {
    bottom: 0;
    height: 100vh;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
    z-index: 3;
}

#block1,
#block2,
#block3,
#block4,
#block5 {
    position: relative;
    padding-bottom: 60px;
    background-color: white;
}

#block2A {
    position: relative;
    background-color: white;
}

#block2B {
    position: relative;
    background-color: white;
}

#retail,
#innovation,
#goodvertising,
#design {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 540px;
    overflow: hidden;
}

#retail {
    background-image: url("/images/retail_bw.jpg");
}

#innovation {
    background-image: url("/images/innovation_bw.jpg");
}

#goodvertising {
    background-image: url("/images/goodvertising_bw.jpg");
}

#design {
    background-image: url("/images/design_bw.jpg");
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    color: white;
}

h1 {
    font-family: 'sukhumvit_setbold';
    text-transform: uppercase;
    font-size: 216px;
    line-height: 1px;
    letter-spacing: 15px;
    padding: 0;
    margin: 0;
}

.subHL {
    font-family: 'sukhumvit_settext';
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#hl1 {
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 80px;
    margin-left: 148px;
    text-align: left;
}

#hl2 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 80px;
    margin-left: 148px;
    text-align: left;
}
#hl3 {
    font-size: 24px;
    line-height: 26px;
    margin-left: 148px;
    text-align: left;
}

.textSquare {
    position: absolute;
    bottom: 12px;
    margin-left: 6px;
    display: inline-block;
    font-size: 48px;
    line-height: 1px;
}
.textSquare2 {
    position: absolute;
    bottom: 16px;
    margin-left: 6px;
    display: inline-block;
    font-size: 48px;
    line-height: 1px;
}

.captionSub {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: left;
    color: white;
    z-index: 100;
}

h2 {
    font-family: 'sukhumvit_setbold';
    text-transform: uppercase;
    font-size: 80px;
    line-height: 1px;
    letter-spacing: 10px;
    padding: 0;
    margin: 0;
}

.subHL2a {
    font-family: 'sukhumvit_settext';
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-bottom: 36px;
}

.subHL2b {
    font-family: 'sukhumvit_settext';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-top: 36px;
}

#shl1 {
    margin-left: 224px;
}

#shl2 {
    margin-left: 226px;
}

#shl3 {
    margin-left: 36px;
}

#shl4 {
    margin-left: 36px;
}

#shl5 {
    margin-left: 200px;
}

#shl6 {
    margin-left: 200px;
}

#shl7 {
    margin-left: 174px;
}

#shl8 {
    margin-left: 174px;
}

.textSquare2 {
    position: relative;
    top: 6px;
    margin-left: 0px;
    display: inline-block;
    font-size: 44px;
    line-height: 1px;
}

#call-us {
    position: relative;
    height: 540px;
    background-color: #A32431;
    z-index: 100;
    color: white;
}

#call-us-txt {
    position: relative;
    display: inline-block;
}

#call-us-txt h3 {
    font-family: 'sukhumvit_setbold';
    width: auto;
    text-transform: uppercase;
    font-size: 180px;
    line-height: 130px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 10px;
}

#call-us-txt p {
    font-family: 'sukhumvit_setmedium';
    width: auto;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 34px;
    margin: 0 !important;
    padding-left: 248px;
}

#call-us-txt a {
    color: white;
    text-decoration: none;
}

.textSquareContact {
    position: absolute;
    bottom: 18px;
    margin-left: 6px;
    display: inline-block;
    font-size: 60px;
    line-height: 1px;
}

#social {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 184px;
    height: 22px;
}

#fb {
    position: absolute;
    left: 0;
    bottom: 0;
}

#yt {
    position: absolute;
    left: 70px;
    bottom: 0;
}

#linkedin {
    position: absolute;
    left: 140px;
    bottom: 0;
}

#call-us-map {
    position: relative;
    height: 540px;
    background-color: black;
    z-index: 100;
}

.refWrapper {
    margin-top: 10px;
    height: 100%;
    min-height: 360px;
}

.ref {
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-animation: desaturate-animation .5s linear;
    animation-fill-mode: forwards;
}

.ref:hover {
    -webkit-animation: saturate-animation .5s linear;
    animation-fill-mode: forwards;
}

@-webkit-keyframes saturate-animation {
    0% {
        filter: url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(60%);
        -moz-filter: grayscale(60%);
        -ms-filter: grayscale(60%);
        -o-filter: grayscale(60%);
        filter: grey;
    }
    100% {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: none !important;
    }
}

@-webkit-keyframes desaturate-animation {
    0% {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: none !important;
    }
    100% {
        filter: url(~"data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(60%);
        -moz-filter: grayscale(60%);
        -ms-filter: grayscale(60%);
        -o-filter: grayscale(60%);
        filter: grey;
    }
}

.refLeft {
    left: 0;
    right: 5px;
}

.refCenter {
    left: 5px;
    right: 5px;
}

.refRight {
    left: 5px;
    right: 0;
}

#refTchibo {
    background-image: url("/images/retail/tchibo2.jpg");
}

#refTerno {
    background-image: url("/images/retail/terno.jpg");
}

#refNay {
    background-image: url("/images/retail/nay.jpg");
}

#refBilla {
    background-image: url("/images/retail/billa.jpg");
}

#refEduscho {
    background-image: url("/images/retail/eduscho.jpg");
}

#refEkotopfilm2 {
    background-image: url("/images/innovations/ekotopfilm.jpg");
}

#refStada {
    background-image: url("/images/innovations/stada.jpg");
}

#refLpr {
    background-image: url("/images/innovations/lpr.jpg");
}

#refDogs {
    background-image: url("/images/goodvertising/dogs.jpg");
}

#refEkotopfilm {
    background-image: url("/images/goodvertising/ekotopfilm.jpg");
}

#refLeaf {
    background-image: url("/images/goodvertising/leaf2.jpg");
}

#refKaltenecker {
    background-image: url("/images/design/kaltenecker.jpg");
}

#refMrkvicka {
    background-image: url("/images/design/mrkvicka.jpg");
}

#refTchiboLeto {
    background-image: url("/images/retail/tchibo_leto.png");
}

#refEkotopfilmOil {
    background-image: url("/images/goodvertising/oil-lake.png");
}

#refDavidoffGal {
    background-image: url("/images/design/Davidoff-Effe-web2.png");
}

#refTchiboJesen {
    background-image: url("/images/retail/tchibo_jesen.png");
}

#refMassimo {
    background-image: url("/images/retail/massimo.png");
}

#refDubravy {
    background-image: url("/images/retail/dubravy.png");
}

#refTchiboXmas {
    background-image: url("/images/retail/tchibo_xmas.jpg");
}

#refNostradamus {
    background-image: url("/images/retail/nay_nostradamus.jpg");
}

#refTekutyStoryboard {
    background-image: url("/images/design/tekuty_storyboard_2.jpg");
}


.refDesc {
    position: absolute;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(163, 36, 49, 0) 0%, rgba(163, 36, 49, 0) 50%, rgba(163, 36, 49, 0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(163, 36, 49, 0) 0%, rgba(163, 36, 49, 0) 50%, rgba(163, 36, 49, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(163, 36, 49, 0) 0%, rgba(163, 36, 49, 0) 50%, rgba(163, 36, 49, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a32431', endColorstr='#4da32431', GradientType=0);
    color: white;
    pointer-events: none;
}

.refDescLeft {
    left: 0;
    right: 5px;
}

.refDescCenter {
    left: 5px;
    right: 5px;
}

.refDescRight {
    left: 5px;
    right: 0;
}

.refDesc h4 {
    font-family: 'sukhumvit_setbold';
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    margin-top: 78%;
    margin-bottom: 4px;
    margin-left: 20px;
    margin-right: 20px;
}

.refDesc p {
    font-family: 'sukhumvit_setsemi_bold';
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.mfp-content {
    max-width: 90% !important;
}

/* snapchat */

#fifteenWrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
}

.blackBg {
    background-color: #000;
}

.snapWrapper {
    padding: 0;
}

.snap {
    width: 100%;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

#yrs15 {
    margin-top: -120px;
    width: 100%;
    max-width: 647px;
}

.bringFront {
    z-index: 1000;
}

.showOverflow {
    overflow: visible;
}

.h120 {
    height: 120px;
}

#snapText {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 20px;
    letter-spacing: -1px;
    text-decoration: none;
}

.mt20 {
    margin-top: 20px;
}

#effesnap {
    width: 100%;
    max-width: 470px;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* tablet */

@media only screen and (max-device-width: 1024px) {
    #home {
        position: fixed;
        background-image: url("/images/homeBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #video {
        pointer-events: none;
    }

    #overlay {
        bottom: 0;
        height: 100vh;
        left: 0;
        min-width: 100%;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4;
        background-image: url("/images/videoOverlay.png");
        background-repeat: repeat;
        background-color: rgba(0, 0, 0, 0.25);
    }
    .header .menu-icon {
        padding: 50px 25px 25px 50px;
    }
    .header .menu-icon .navicon {
        height: 8px;
        width: 60px;
    }
    .header .menu-icon .navicon:before {
        top: 18px;
    }
    .header .menu-icon .navicon:after {
        top: -18px;
    }
    h1 {
        font-size: 200px;
        line-height: 160px;
    }
    #hl1 {
        font-size: 60px;
        margin-left: 140px;
        line-height: 70px;
        margin-bottom: 6px;
    }
    #hl2 {
        font-size: 20px;
        line-height: 22px;
        margin-top: 6px;
        margin-left: 140px;
    }
    #hl3 {
        font-size: 20px;
        line-height: 22px;
        margin-left: 140px;
    }
    .textSquare {
        bottom: 8px;
        margin-left: 6px;
        display: inline-block;
        font-size: 24px;
        line-height: 1px;
    }
    .textSquare2 {
        bottom: 8px;
        margin-left: 6px;
        display: inline-block;
        font-size: 24px;
        line-height: 1px;
    }
    .captionSub {
        margin-left: 40px;
        margin-right: 40px;
    }
    h2 {
        font-size: 60px;
        line-height: 66px;
        letter-spacing: 1px;
    }
    .subHL2a {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 12px;
    }
    .subHL2b {
        font-size: 24px;
        line-height: 24px;
        margin-top: 12px;
    }
    #shl1 {
        margin-left: 0px;
    }
    #shl2 {
        margin-left: 0px;
    }
    #shl3 {
        margin-left: 0px;
    }
    #shl4 {
        margin-left: 0px;
    }
    #shl5 {
        margin-left: 0px;
    }
    #shl6 {
        margin-left: 0px;
    }
    #shl7 {
        margin-left: 0px;
    }
    #shl8 {
        margin-left: 0px;
    }
    .textSquare2 {
        top: 0px;
        margin-left: 0px;
        display: inline-block;
        font-size: 22px;
        line-height: 1px;
    }
    #retail,
    #innovation,
    #goodvertising,
    #design {
        background-attachment: scroll;
    }
    .refLeft,
    .refCenter,
    .refRight {
        left: 0;
        right: 0;
    }
    .ref {
        -webkit-animation: none;
    }
    .refDescLeft,
    .refDescCenter,
    .refDescRight {
        left: 0;
        right: 0;
    }
    .refDesc {
        background: -moz-linear-gradient(top, rgba(163, 36, 49, 0) 0%, rgba(163, 36, 49, 0.5) 100%);
        background: -webkit-linear-gradient(top, rgba(163, 36, 49, 0) 0%, rgba(163, 36, 49, 0.5) 100%);
        background: linear-gradient(to bottom, rgba(163, 36, 49, 0) 0%, rgba(163, 36, 49, 0.5) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a32431', endColorstr='#80a32431', GradientType=0);
    }
    #call-us-txt h3 {
        font-size: 90px;
        line-height: 100px;
        margin-top: 6px;
        margin-bottom: 6px;
        letter-spacing: 5px;
    }
    #call-us-txt p {
        font-size: 24px;
        line-height: 28px;
        margin: 0 !important;
        padding-left: 0px;
    }
    #call-us-txt a {
        color: white;
        text-decoration: none;
    }
    .textSquareContact {
        bottom: 10px;
        margin-left: 6px;
        font-size: 18px;
        line-height: 1px;
    }
}


/* phone */

@media only screen and (max-device-width: 480px) {
    #home {
        position: fixed;
        background-image: url("/images/homeBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #video {
        pointer-events: none;
    }

    #overlay {
        bottom: 0;
        height: 100vh;
        left: 0;
        min-width: 100%;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 4;
        background-image: url("/images/videoOverlay.png");
        background-repeat: repeat;
        background-color: rgba(0, 0, 0, 0.25);
    }
    .header .menu-icon {
        padding: 30px 18px 18px 30px;
    }
    .header .menu-icon .navicon {
        height: 6px;
        width: 40px;
    }
    .header .menu-icon .navicon:before {
        top: 14px;
    }
    .header .menu-icon .navicon:after {
        top: -14px;
    }
    .header li a {
        background-color: rgba(0, 0, 0, 1);
        border-radius: 0;
        text-align: right;
    }
    .header li a:hover,
    .header .menu-btn:hover {
        background-color: rgba(0, 0, 0, 1);
    }
    #retail,
    #innovation,
    #goodvertising,
    #design {
        background-attachment: scroll;
    }
    h1 {
        font-size: 120px;
        line-height: 90px;
    }
    #hl1 {
        font-size: 48px;
        margin-left: 88px;
        line-height: 60px;
        margin-bottom: 6px;
    }
    #hl2 {
        font-size: 20px;
        line-height: 22px;
        margin-top: 6px;
        margin-left: 88px;
    }
    #hl3 {
        font-size: 20px;
        line-height: 22px;
        margin-left: 88px;
    }
    .textSquare {
        bottom: 8px;
        margin-left: 6px;
        display: inline-block;
        font-size: 24px;
        line-height: 1px;
    }
    .textSquare2 {
        bottom: 8px;
        margin-left: 6px;
        display: inline-block;
        font-size: 36px;
        line-height: 1px;
    }
    .captionSub {
        margin-left: 15px;
        margin-right: 15px;
    }
    h2 {
        font-size: 36px;
        line-height: 40px;
        letter-spacing: 1px;
    }
    .subHL2a {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    .subHL2b {
        font-size: 18px;
        line-height: 20px;
        margin-top: 6px;
    }
    #shl1 {
        margin-left: 0px;
    }
    #shl2 {
        margin-left: 0px;
    }
    #shl3 {
        margin-left: 0px;
    }
    #shl4 {
        margin-left: 0px;
    }
    #shl5 {
        margin-left: 0px;
    }
    #shl6 {
        margin-left: 0px;
    }
    #shl7 {
        margin-left: 0px;
    }
    #shl8 {
        margin-left: 0px;
    }
    .textSquare2 {
        top: 0px;
        margin-left: 0px;
        display: inline-block;
        font-size: 18px;
        line-height: 1px;
    }
    .refLeft,
    .refCenter,
    .refRight {
        left: 0;
        right: 0;
    }
    .refDescLeft,
    .refDescCenter,
    .refDescRight {
        left: 0;
        right: 0;
    }
    .ref {
        -webkit-animation: none;
    }
    #call-us-txt h3 {
        font-size: 72px;
        line-height: 80px;
        margin-top: 6px;
        margin-bottom: 6px;
        letter-spacing: 5px;
    }
    #call-us-txt p {
        font-size: 18px;
        line-height: 22px;
        margin: 0 !important;
        padding-left: 0px;
    }
    #call-us-txt a {
        color: white;
        text-decoration: none;
    }
    .textSquareContact {
        bottom: 12px;
        margin-left: 6px;
        font-size: 18px;
        line-height: 1px;
    }

    #yrs15 {
        margin-top: -20px;
    }
}
