@font-face {
    font-family: 'regular';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/FiraSansCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'light';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/FiraSansCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'extralight';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/FiraSansCondensed-ExtraLight.ttf') format('truetype');
}


@font-face {
    font-family: 'thin';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/FiraSansCondensed-Thin.ttf') format('truetype');
}

@font-face {
    font-family: 'bold';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/FiraSansCondensed-Bold.ttf') format('truetype');
}


body {
    margin: 0;
    padding: 0;
    background: #000;
    font: normal 24px/36px light;
    color: #fff;
    height: 100%;
    overflow-x: hidden;
}

h1, h2, h3 {
    font-family: extralight, sans-serif;
}

h1 {
    font: normal 72px/130px extralight;
    text-transform: uppercase;
}


@media (max-width: 1300px) {
    h1 {
        font: normal 72px/78px extralight;
    }
}

@media (max-width: 1024px) {
    body {
        font: normal 22px/31px light;
    }

    h1 {
        font: normal 55px/65px extralight;
    }
}

@media (max-width: 768px) {
    body {
        font: normal 19px/30px light;
    }

    h1 {
        font: normal 50px/70px extralight;
    }
}


@media (max-width: 640px) {
    body {
        font: normal 18px/28px light;
    }
    h1 {
        font: normal 46px/140% extralight;
    }
}


@media (max-width: 480px) {
    body {
        font: normal 17px/26px light;
    }
    h1 {
        font: normal 30px/140% extralight;
    }
}

.container,
.container-fluid,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.row {
    margin-right: 0;
    margin-left: 0;
}
.no-padding {
    padding: 0;
}

.wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100vH;

}

/*#scroller {
    height: 100vH;
    position: relative;
    overflow: hidden;
}*/

#blende {
    position: fixed;
    height: 70px;
    top: -70px;
    background: #000;
    width: 100%;
    z-index: 2
}

a, a:visited, a:focus {
    color: #14acd8;
}

a:hover {
    color: #1ccbfd;
}

.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    color: #fff;
    margin-right: 30px;
}

.menu a, .menu a:hover, .menu a:visited, .menu a:focus, .menu a:active {
    float: right;
    color: #fff;
    line-height: 70px;
    text-decoration: none;
    margin-left: 15px;
}

#scroll_top {
    opacity: 0;
    position: fixed;
    bottom: -50px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-Index: 1001;
    background: url(../images/up.png) no-repeat;
    cursor: pointer;
}

#scroll_hint {
    position: absolute;
    bottom: -100px;
   /* right: 20px;*/
    width: 100vw;
    height: 80px;
    z-Index: 1001;
    background: url(../images/scroll.png) center no-repeat;
    cursor: pointer;
}

@media (max-width: 500px) {
    #scroll_hint {
        height: 60px;
        background: url(../images/scroll-sm.png) center no-repeat;
    }
    #scroll_top {
        width: 46px;
        height: 46px;
        background: url(../images/up-sm.png) no-repeat;
    }
}


#logo {
    margin-left: 40px;
    position: relative;
    width: 400px;
    height: 0px;
    background: rgba(35, 35, 35, 0.75);
}

#logo img {
    display: block;
    position: absolute;
    width: 400px;
    bottom: 0;
    left: 0;
}


@media (max-width: 500px) {
    #logo {
        margin: 0 auto;
        width: 250px;
        height: 0px;
        background: rgba(35, 35, 35, 0.75);
    }

    #logo img {
        display: block;
        position: absolute;
        width: 250px;
        bottom: 0;
        left: 0;
    }

}

#outercontainer {
    padding: 20px 60px;
}

#picture1{
    display: block;
    width: 100vw;
    height: 59.3218vw
}
#image1 {
    width: 100%;
}

#back1 {
    top: 83.33vw;
    position: absolute;
    left: 0;
    width: 100vW;
    height: 104vw;
    background: rgba(20, 172, 216, 0.7);
    transform: skewY(50deg);
    z-index: 0;
}

#back2 {
    top: 104vw;
    position: absolute;
    left: 0;
    width: 100vW;
    height: 104vw;
    background: rgba(20, 172, 216, 0.6);
    transform: skewY(-30deg);
    z-index: 0;
}

#content {
   /* margin-top: -300px;*/ /* 54.2vw; */
    min-height: 2000px;
}


@media (max-width: 640px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }
    #back1 {
        top: 132vw;
        height: 144vw;
    }

    #back2 {
        top: 131vw;
        height: 174vw;
    }
    #picture1 {
        height: 94.4vw;
    }
    #content {
       /* margin-top: 92vw;*/
    }
}

/*

@media (max-width: 1300px) {
    #back1 {
        top: 1000px;
    }

    #back2 {
        top: 900px;
    }

    #content {
        margin-top: 700px
    }
}

@media (max-width: 1024px) {
    #back1 {
        top: 1000px;
    }

    #back2 {
        top: 900px;
    }

    #content {
        margin-top: 700px
    }
}

@media (max-width: 1024px) {
    #back1 {
        top: 700px;
    }

    #back2 {
        top: 650px;
    }

    #content {
        margin-top: 500px
    }
}
*/


.flex {
    display: flex;
}


.entry {
    position: relative;
   /* margin: 5.21vw 0;*/
    /* background: rgba(20,172,216,0.3); */
}

@media (max-width: 991px) {
    .entry {
        padding: 0 3%;
    }
}
.entry.grey {
    background: rgba(35, 35, 35, 0.75);
}

.entry .content {
    padding: 50px 0 75px 0;
    margin: 0 auto;
    width: 80%;
    max-width: 1170px;
    overflow: hidden;
}

.entry .content div.wrap {
    position: relative;
    float: right;
    width: 75%;
    min-height: 220px;
}

.entry .content .number {
    border-radius: 50%;
    background: #d49952;
    font: normal 120px/160px bold;
    width: 160px;
    height: 160px;
    position: absolute;
    text-align: center;
    top: 20px;
    left: -130px;
}

.entry .content p {
    position: relative;
}

.entry .content {
    clear: both;
}

.entry .content.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.entry .content.flex img {
    display: inline-block;
    max-width: 100%;
    height: 330px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .entry .content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .entry .content .number {
        font: normal 90px/120px bold;
        width: 120px;
        height: 120px;
        top: 20px;
        left: -100px;
    }
}


.ref {
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .ref {
        flex-wrap: wrap;
    }
}

.ref img {
    display: inline-block;
    margin: 0 30px 30px 0;
    width: auto;
    height: 416px;
}

@media (max-width: 991px) {
    .ref img {
        margin: 0 4vw 4vw 0;
        width: 70vw;
        max-width: 320px;
        height: auto;
    }
}


.ref > div {
    position: relative;
}
