body {
    background: #fff;
    font-family: 'SoinSansNeue';
    font-size: 16px;
    color: #050708;
}

body.hp {
    background: url('/assets/img/background.jpg') repeat 0 0 #f4f4f4;
}

a {
    color: #050708;
    outline: none;
}

a:focus {
    outline: none;
}

header {
    margin: 20px 0;
}

header a.logo {
    background: url('/assets/img/logo.svg') no-repeat 0 0 transparent;
    width: 160px;
    height: 45px;
    display: block;
}

header ul.menu {
    margin: 5px 0 0;
    padding: 0px;
    list-style: none;
    position: initial;
    top: initial;
    right: initial;
}



header li.ls a {
    color: rgba(0, 0, 0, 0.60);
    font-size: 14px;
    font-weight: 500;
    padding: 0 !important;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
}

header .overlay-menu li.ls {
    margin-top: -30px;
}
header .overlay-menu li.ls a {
    display: inline-block;
    width: 64px;
    font-size: 24px;
    line-height: 64px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.60);
}
header .overlay-menu li.ls a.active {
    color: rgba(0, 0, 0);
}
header .overlay-menu li.ls a:hover::after {
    display: none;
}

header li.ls a.active {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.24);
}

header ul.menu li {
    display: inline-block;
}

header ul.menu li.ls {
    display: none;
}

header ul.menu li a {
    padding: 0px 25px;
    display: inline-block;
    font-family: 'SoinSansNeue-Roman';
}

header ul.menu li a:hover,
header ul.menu li a:focus {
    color: #050708;
    text-decoration: none;
}

header ul.menu li:nth-child(5) a {
    padding: 0px 0 0 25px;
    font-family: 'SoinSansNeue';
    font-weight: 700
}

header hr.menu {
    height: 2px;
    width: 45px;
    margin: 2px 0 0;
    background: #050708;
    border: none;
    transition: .3s ease-in-out;
    display: none;
    position: absolute;
}

header ul.menu>li.l0.active~hr {
    margin-left: 25px;
    width: 45px;
    display: block;
}

header ul.menu>li.l0:hover~hr {
    margin-left: 25px !important;
    width: 45px !important;
    display: block !important;
}

header ul.menu>li.l1.active~hr {
    margin-left: 123px;
    width: 50px;
    display: block;
}

header ul.menu>li.l1:hover~hr {
    margin-left: 123px !important;
    width: 50px !important;
    display: block !important;
}

header ul.menu>li.l2.active~hr {
    margin-left: 226px;
    width: 57px;
    display: block;
}

header ul.menu>li.l2:hover~hr {
    margin-left: 226px !important;
    width: 57px !important;
    display: block !important;
}

header ul.menu>li.l4.active~hr {
    margin-left: 338px;
    width: 80px;
    display: block;
}

header ul.menu>li.l4:hover~hr {
    margin-left: 338px !important;
    width: 80px !important;
    display: block !important;
}


header ul.menu>li.l3.active~hr {
    margin-left: 337px;
    width: 103px;
    display: block;
}

header ul.menu>li.l3:hover~hr {
    margin-left: 470px !important;
    width: 103px !important;
    display: block !important;
}


header ul.menu[data-lang="sk"]>li.l1.active~hr {
    width: 40px;
}

header ul.menu[data-lang="sk"]>li.l2.active~hr {
    margin-left: 215px;
    width: 96px;
}

header ul.menu[data-lang="sk"]>li.l3.active~hr {
    margin-left: 337px;
    width: 103px;
    display: block;
}

header ul.menu[data-lang="sk"]>li.l4.active~hr {
    margin-left: 363px;
    width: 82px;
    display: block;
}

header ul.menu[data-lang="sk"]>li.l1:hover~hr {
    width: 40px !important;
}

header ul.menu[data-lang="sk"]>li.l2:hover~hr {
    margin-left: 215px !important;
    width: 96px !important;
}

header ul.menu[data-lang="sk"]>li.l3:hover~hr {
    margin-left: 498px !important;
    width: 140px !important;
    display: block !important;
}
header ul.menu[data-lang="sk"]>li.l4:hover~hr {
    margin-left: 363px !important;
    width: 82px !important;
    display: block !important;
}

@media (min-width: 1200px) {
    header ul.menu>li.l3:hover~hr {
        margin-left: 559px !important;
    }

    header ul.menu[data-lang="sk"]>li.l3:hover~hr {
        margin-left: 585px !important;
        width: 140px !important;
    }

    header ul.menu li.ls {
        display: inline-block;
    }
}

.mc {
    margin: 40px 0 0;
}

.mc img {
    max-width: 100%;
    height: auto;
}

.mc div.headline {
    margin: 40px 0 45px;
    font-size: 13px;
    padding-bottom: 3px;
    border-bottom: 2px solid #050708;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mc div.text h1 {
    font-weight: 300;
    font-size: 45px;
    margin: 0 0 30px;
}

.mc div.text {
    margin-bottom: 60px;
}

.mc div.text p {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    padding-right: 0px;
    color: #404040;
    margin-bottom: 0px;
}

.mc div.text p+p {
    font-size: 15px;
    font-weight: 300;
    padding-top: 32px;
    padding-right: 0px;
    color: #8b8b8b;
}

.mc div.text p+p>a {
    font-size: 18px;
}

.mc div.text p+p>a:hover {
    color: #3251E6;
}

span.arrow-right {
    background: url('/assets/img/arrow-black.png') no-repeat 0 0 transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 4px;
}

.hp h1 {
    font-weight: 300;
    font-size: 56px;
    margin: 90px 0px 60px;
    width: 100%;
}

.btn-home {
    background-color: #050708;
    padding: 20px 25px;
    color: #fff;
    font-family: 'SoinSansNeue-Roman';
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: .3s ease-in-out;
}

.btn-home:not(.btn-funding) {
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn-home.btn-funding {
    position: relative;
    top: 20px;
}

.btn-home.btn-funding.mt50 {
    top: 70px;
}

.btn-home span.arrow-right {
    background: url('/assets/img/arrow-white.png') no-repeat 0 0 transparent;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 4px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    span.arrow-right {
        background: url('/assets/img/arrow-black@2x.png') no-repeat 0 0 transparent;
        background-size: 15px 15px;
    }

    .btn-home span.arrow-right {
        background: url('/assets/img/arrow-white@2x.png') no-repeat 0 0 transparent;
        background-size: 15px 15px;
    }
}

.companies-logos {
    margin: 120px auto;
    text-align: center;
    max-width: 480px;
}
.companies-logos a {
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: contain; */
    display: inline-block;
    padding: 16px 24px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    min-width: 220px;
    height: 80px;
}

.companies-logos a:hover {
    background-color: #F2F0F0;
}

.companies-logos a.l1 {
    background-image: url('/assets/img/companies/l1.png');
}
.companies-logos a.l2 {
    background-image: url('/assets/img/companies/l2.png');
}
.companies-logos a.l3 {
    background-image: url('/assets/img/companies/l3.png');
}
.companies-logos a.l4 {
    background-image: url('/assets/img/companies/l4.png');
}
.companies-logos a.l5 {
    background-image: url('/assets/img/companies/l5.png');
}
.companies-logos a.l6 {
    background-image: url('/assets/img/companies/l6.png');
}
.companies-logos a.l7 {
    background-image: url('/assets/img/companies/l7.png');
}
.companies-logos a.l8 {
    background-image: url('/assets/img/companies/l8.png');
    background-size: 110px;
}
.companies-logos a.l9 {
    background-image: url('/assets/img/companies/l9.png');
    background-size: 170px;
}
.companies-logos a.l10 {
    background-image: url('/assets/img/companies/l10.png');
}

@media (min-width: 480px) {
    .companies-logos a {
        min-width: 210px;
        float: left;
    }
    .companies-logos a:nth-child(2n+1) {
        min-width: 210px;
        margin-right: 10px;
    }
}

.btn-home:hover {
    color: #fff;
    text-decoration: none;
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.button_container {
    position: relative;
    top: 8px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 210;
    transition: opacity .25s ease;
    float: right;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
    background: #050708;
}

.button_container.active .middle {
    opacity: 0;
    background: #050708;
}

.button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #050708;
}

.button_container span {
    background: #050708;
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 9px;
}

.button_container span:nth-of-type(3) {
    top: 19px;
}

.overlay {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 200;
}

.overlay.open {
    opacity: .98;
    visibility: visible;
    height: 100%;
}

.overlay.open li {
    animation: fadeInRight .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(5) {
    animation-delay: .50s;
}

.overlay nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Varela Round', serif;
    font-weight: 400;
    text-align: center;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
}

.overlay ul li {
    display: block;
    height: 25%;
    height: calc(100% / 5);
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #050708;
    text-decoration: none;
    overflow: hidden;
    font-family: 'SoinSansNeue';
    font-weight: 300;
}

.overlay ul li a span.arrow-right {
    display: none;
}


.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    transform: translateX(-50%);
    height: 3px;
    background: #FFF;
    transition: .35s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}


.imageContainer {
    margin-top: 0px;
    text-align: center;
}


.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}



@media (min-width: 768px) {
    header {
        margin: 50px 0;
    }

    .hp h1 {
        width: 70%;
        font-size: 64px
    }
}

@media (min-width: 992px) {
    .hp h1 {
        width: 60%;
    }

    .mc div.text {
        margin-bottom: 0px;
    }

    .mc div.headline {
        margin: 60px 0 55px;
    }

    .imageContainer {
        margin-top: 0px;
        text-align: right;
    }

    .mc div.text p {
        padding-right: 60px;
    }

    .mc div.text p+p {
        padding-right: 60px;
    }
}

@media (min-width: 1240px) {
    .hp h1 {
        width: 50%;
    }
}

/*elements*/
.relative {
    position: relative;
}

.hp:not(.openOverlay) div.container>div.row {
    position: relative;
    z-index: 1000
}

.hp div.elements {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hp div.elements .el {
    width: 20px;
    height: 120px;
    position: absolute
}

.hp div.elements .el span {
    width: 100%;
    height: 50%;
    border-radius: 30px;
    display: block;
    background-color: #c8c9c9;
    top: 0px;
    position: absolute;
}

.hp div.elements .el span+span {
    bottom: 0px;
    top: initial;
    height: 15%
}

.hp div.elements .el.trans {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hp div.elements .el.h1 {
    height: 75px;
}

.hp div.elements .el.h1 span+span {
    height: 25%;
}

.hp div.elements .el.h2 {
    height: 150px;
}

.hp div.elements .el.h2 span+span {
    height: 15%;
}

.hp div.elements .el.h3 {
    height: 200px;
}

.hp div.elements .el.h3 span {
    height: 73%;
}

.hp div.elements .el.h3 span+span {
    height: 10%
}

.hp div.elements .el.h4 {
    height: 260px;
}

.hp div.elements .el.h4 span {
    height: 70%
}

.hp div.elements .el.h4 span+span {
    height: 8%
}

.hp div.elements .el.l1 {
    left: 1%;
}

.hp div.elements .el.l2 {
    left: 15%;
}

.hp div.elements .el.l3 {
    left: 20%;
}

.hp div.elements .el.l4 {
    left: 30%;
}

.hp div.elements .el.l5 {
    left: 40%;
}

.hp div.elements .el.l6 {
    left: 45%;
}

.hp div.elements .el.l7 {
    left: 55%;
}

.hp div.elements .el.l8 {
    left: 62%;
}

.hp div.elements .el.l9 {
    left: 70%;
}

.hp div.elements .el.l10 {
    left: 80%;
}

.hp div.elements .el.l11 {
    left: 90%;
}

.hp div.elements .el.l12 {
    left: 99%;
}

.hp div.elements .el.t-1 {
    top: -15%;
}

.hp div.elements .el.t1 {
    top: -5%;
}

.hp div.elements .el.t2 {
    top: 5%;
}

.hp div.elements .el.t3 {
    top: 10%;
}

.hp div.elements .el.t4 {
    top: 25%;
}

.hp div.elements .el.t5 {
    top: 35%;
}

.hp div.elements .el.t6 {
    top: 45%;
}

.hp div.elements .el.t7 {
    top: 55%;
}

.hp div.elements .el.t8 {
    top: 65%;
}

.hp div.elements .el.t9 {
    top: 75%;
}

.hp div.elements .el.t10 {
    top: 85%;
}

.hp div.elements .el.t11 {
    top: 95%;
}

.about-bg {
    background: url('/assets/img/funding-bg.png') no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: auto;
    min-height: 600px;

    &::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/assets/img/about-img.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
}

.funding-bg {
    background: url('/assets/img/funding-bg.png') no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: auto;
    min-height: 600px;

    &::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('/assets/img/funding-img.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }
}

.jk-photo {
    svg {
        max-width: 100%;
    }
}

.jk-signature {
    position: absolute;
    top: 67%;

    svg {
        width: 50vw;
    }
}

@media (min-width: 385px) {
    .about-bg {
        max-width: 80%;
    }
    .funding-bg {
        max-width: 80%;
    }
}

@media (min-width: 478px) {
    .jk-signature {
        top: 67%;
    
        svg {
            width: 240px;
        }
    }
}

@media (min-width: 768px) {
    .about-bg {
        min-height: 970px;
    }
    .funding-bg {
        min-height: 820px;
    }

    .jk-photo {
        svg {
            max-width: 80%;
        }
    }
    .jk-signature {
        top: 57%;
    
        svg {
            width: 310px;
        }
    }
}

@media (min-width: 992px) {
    .about-bg {
        min-height: 780px;
    }
    .funding-bg {
        min-height: 780px;
    }

    .jk-photo {
        text-align: center;
        margin-top: 70px;
        
        svg {
            max-width: 80%;
        }
    }
    .jk-signature {
        top: 57%;
    
        svg {
            width: 200px;
        }
    }
}

@media (min-width: 1200px) {
    .jk-signature {
        left: -14%;
    }
    .about-bg {
        min-height: 910px;
    }
    .funding-bg {
        min-height: 910px;
    }
    .jk-signature {
        svg {
            width: 260px;
        }
    }
}

/* fonts */
@font-face {
    font-family: 'SoinSansNeue';
    src: url('/assets/fonts/SoinSansNeue-Light.otf');
    src: url('/assets/fonts/SoinSansNeue-Light.otf') format("opentype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SoinSansNeue';
    src: url('/assets/fonts/SoinSansNeue-LightItalic.otf');
    src: url('/assets/fonts/SoinSansNeue-LightItalic.otf') format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SoinSansNeue';
    src: url('/assets/fonts/SoinSansNeue-Black.otf');
    src: url('/assets/fonts/SoinSansNeue-Black.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SoinSansNeue';
    src: url('/assets/fonts/SoinSansNeue-Bold.otf');
    src: url('/assets/fonts/SoinSansNeue-Bold.otf') format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SoinSansNeue-Roman';
    src: url('/assets/fonts/SoinSansNeue-Roman.otf');
    src: url('/assets/fonts/SoinSansNeue-Roman.otf') format("opentype");
    font-weight: 400;
    font-style: normal;
}