@import url(https://use.fontawesome.com/releases/v5.0.6/css/all.css);

a, button{
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}

@font-face {
    font-family: Lydian;
    src: url(../fonts/Lydian-Regular.ttf);
}

@font-face {
    font-family: LydianBT-Bold;
    src: url(../fonts/Lydian-Bold.ttf);
}

@font-face {
    font-family: Basalt-Regular;
    src: url(../fonts/Basalt-Regular.otf);
}

@font-face {
    font-family: Basalt-Bold;
    src: url(../fonts/Basalt-Bold.otf);
}

body{
    font-family: Heebo-Regular;
    color: black;
    background: white;
    position: relative;
    border: 7px solid #4B2B16;
}

.mobile-wrapper{
    display: none !important;
}

/* HEADER */
#header {
	position: fixed;
    height: calc(100vh - 7px);
    width: calc(100% - 14px);
    background: url(../images/kkl7.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
	background-size: cover;
/*     background-attachment: fixed; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	z-index: 0;
}

#header .languages-wrapper{
    display: block;
    position: absolute;
    bottom: 100px;
    width: 100%;
    right: 0px;
    margin: 0px;
    text-align: center;
}

#header .language{
    font-size: 31px;
    color: #F2EEEB;
    font-family: LydianBT-Bold;
    display: inline-block;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#header .language:hover{
    text-decoration: underline;
}

#header .language.active{
    text-decoration: underline;
}

#header .language:first-child{
    margin-left: 10px;
}

#header .undertext{
    font-size: 35px;
    font-family: LydianBT-Bold;
    display: block;
    text-align: center;
    color: #F2EEEB;
}

#header .undertext-small{
    font-size: 24px;
}

main {
	position: relative;
	margin-top: 100vh;
	z-index: 1;
}

/* STICKY HEADER */
#stickyHeader{
    top: 7px;
    right: 7px;
    position: fixed;
    width: calc(100% - 14px);
    z-index: 200000;
    display: block;
    background: #F2EEEB;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    height: 75px;
    text-align: center;
    padding: 0px 15px;
}

#stickyHeader::before{
    content: '';
    display: block;
    width: 100%;
    height: 7px;
    background: #4B2B16;
    position: fixed;
    top: 0;
    right: 0;
}

#stickyHeader .right-wrapper{
    display: inline-block;
    line-height: 75px;
}

#stickyHeader .left-wrapper{
    display: inline-block;
    line-height: 75px;
}

#stickyHeader .logo-wrapper{
    line-height: 75px;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

#stickyHeader .contact-btn{
    font-family: Basalt-Regular;
	font-weight: bold;
    border-radius: 10px;
    display: inline-block;
    padding: 5.5px 20px 6.5px 20px;
    border: 2px solid #4B2B16;
    font-size: 21px;
    line-height: initial;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: #4B2B16;
}

#stickyHeader .contact-btn:hover{
    background: #DFB153;
    border-color: #DFB153;
    color: #F2EEEB;
}

#stickyHeader .languages-wrapper{
    display: inline-block;
    margin-left: 20px;
}

#stickyHeader .language{
    font-size: 22px;
    color: #4B2B16;
    font-family: LydianBT-Bold;
    display: inline-block;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#stickyHeader .language:hover{
    text-decoration: underline;
}

#stickyHeader .language.active{
    text-decoration: underline;
}

#stickyHeader .language:first-child{
    margin-left: 10px;
}

/* TOOLBAR */
#toolbar{
    display: block;
    width: calc(100% - 14px);
    text-align: center;
    background: #F2EEEB;
    -webkit-box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.16);
            box-shadow: -1px -1px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: fixed;
    bottom: 0px;
    right: 7px;
    z-index: 2000000;
}

#toolbar .border-btn{
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#toolbar .border-btn:hover{
    background: #DFB153;
    color: #F2EEEB;
}

#toolbar .contact-btn:hover{
    text-decoration: none;
}

#toolbar .border-line{
    border-left: 1px solid black;
}

#toolbar .text{
    font-size: 31px;
    color: #4B2B16;
    font-family: Basalt-Regular;
    padding: 5px 0px;
    display: block;
}

/* ABOUT */
#about{
    padding: 150px 0px;
    text-align: center;
    background: url(../images/Noise.svg);
    background-repeat: no-repeat;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-color: #F2EEEB;
}

#about .xxl-title{
    font-size: 45px;
    color: #4B2B16;
    font-family: LydianBT-Bold;
    display: block;
    margin-bottom: 20px;
}

#about .paragraph{
    font-size: 30px;
    color: #4B2B16;
    font-family: Basalt-Regular;
    display: block;
    max-width: 950px;
    margin: 0px auto;
}

/* MOVIE */
#movie{
    width: 100%;
    display: block;
}

#movie .audio-control{
/*     display: none; */
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 5px;
    background: url(../images/stop_sound.png);
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 20000;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#movie .audio-control:hover{
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}

#movie .audio-control.unmute{
    background: url(../images/play_sound.png);
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#movie .vimeo-wrapper{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
#movie .vimeo-wrapper iframe{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#movie .video-placeholder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url(../images/video_placeholder.jpg);
	-webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* DESCRIPTION */
#description {
    padding: 80px 0px;
    text-align: center;
    background: #F2EEEB;
}

#description .paragraph{
    font-size: 28px;
    color: #4B2B16;
    font-family: Basalt-Regular;
    max-width: 750px;
    margin: 0px auto;
}

#description .paragraph:last-child{
    max-width: 650px;
}

#description .crest-wrapper{
    margin: 40px 0px;
}

/* GALLERY */
#gallery{
    padding: 2px;
    background: #F2EEEB;
}

#gallery .col-space{
    margin-top: 4px;
}

#gallery .forth-wrapper{
    height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#gallery .full-wrapper{
    height: 904px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#gallery .background-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: url(../images/kkl5.jpg);
	-webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#gallery .background-wrapper:hover{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

#gallery .col-md-3, #gallery .col-md-6, #gallery .col-md-9, #gallery .col-md-4{
    padding: 2px;
}

#gallery .container-fluid{
    padding-left: 0px;
    padding-right: 0px;
}

#gallery .row{
    margin-left: 0px;
    margin-right: 0px;
}

/* FOOTER */
#footer{
	position: relative;
    background: #F2EEEB;
    text-align: center;
}

#footer .symbols-wrapper .row{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#footer .link-btn{
    color: #4B2B16;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#footer .link-btn:hover{
    text-decoration: none;
    color: #DFB153;
}

#footer .footer-wrapper{
    padding: 80px 0px;
    text-align: center;
}

#footer .paragraph{
    font-size: 28px;
    color: #4B2B16;
    font-family: Basalt-Regular;
    display: block;
    margin-bottom: 0px;
}

#footer .bold{
    margin: 20px 0px;
    font-size: 28px;
    font-family: LydianBT-Bold;
    display: block;
    color: #4B2B16;
    font-weight: normal;
}

#footer .strong{
    font-size: 32px;
    font-family: Basalt-Regular;
    font-weight: normal;
    color: #4B2B16;
    display: block;
    margin-bottom: 0px;
    line-height: 1.2;
}

#footer .small{
    font-size: 21px;
    font-family: Lydian;
    color: #4B2B16;
    display: block;
    line-height: 1.2;
}

#footer .form-wrapper{
    margin-top: 40px;
}

#footer .form-wrapper p{
    display: none !important;
}

#footer .form-input{
    color: #5D3A1F;
    font-size: 22px;
    font-family: Basalt-Regular;
    padding: 5px 0px;
    text-align: center;
    background: transparent;
    border: none;
    border-bottom: 2px solid #5D3A1F;
    display: block;
    width: 100%;
}

#footer .form-input:focus{
    outline: none;
}

#footer .button-wrapper{
    margin-top: 40px;
}

#footer .form-btn{
    font-size: 24px;
    color: #F2EEEB;
    font-family: Basalt-Regular;
    display: inline-block;
    padding: 2px 25px;
    border: 1px solid #5D3A1F;
    background: #5D3A1F;
    border-radius: 10px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	cursor: pointer;
}

#footer .form-btn:hover, #footer .form-btn:focus{
    background: #DFB153;
    border-color: #DFB153;
    outline: none;
}

#footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5D3A1F;
}
#footer ::-moz-placeholder { /* Firefox 19+ */
    color: #5D3A1F;
}
#footer :-ms-input-placeholder { /* IE 10+ */
    color: #5D3A1F;
}
#footer :-moz-placeholder { /* Firefox 18- */
    color: #5D3A1F;
}

#footer .copyright-wrapper{
    padding: 80px 0px 20px 0px;
}

#footer .symbols-wrapper{
    margin-bottom: 40px;
}

#footer .symbol-wrapper{
    display: inline-block;
}

#footer .center-symbol{
    margin: 0px 120px;
}

#footer .text{
    color: #4B2B16;
    font-size: 20px;
    font-family: LydianBT-Bold;
}

.modal{
    z-index: 20000000;
}

.modal-backdrop{
    z-index: 2000000;
}

.modal-content{
    overflow: hidden;
    border-width: 4px;
}

.ekko-lightbox-nav-overlay a:last-child span {
    text-align: left !important;
}

.modal-body{
    padding: 0px;
}

@media (min-width: 1200px) {

}

@media (max-width: 1400px) {
    /* GALLERY */
    #gallery .forth-wrapper{
        height: 400px;
    }

    #gallery .full-wrapper{
        height: 804px;
    }
}

@media (max-width: 1200px) {
    /* GALLERY */
    #gallery .forth-wrapper{
        height: 350px;
    }

    #gallery .full-wrapper{
        height: 704px;
    }
}

@media (min-width: 991px) {

}

@media (max-width: 991px) {
    #header{
        height: 100vh;
    }

    /* GALLERY */
    #gallery .forth-wrapper{
        height: 300px;
    }

    #gallery .full-wrapper{
        height: 604px;
    }
}

@media (max-width: 768px) {
    .desktop-wrapper{
        display: none !important;
    }

    .mobile-wrapper{
        display: inline-block !important;
    }

    #movie .audio-control{
        width: 60px;
        height: 60px;
    }

    #header .undertext{
        font-size: 31px;
    }

    #header .undertext-small{
        font-size: 22px;
    }

    /* HEADER */
    #stickyHeader{
        height: 65px;
        padding: 0px 0px 0px 15px;
    }

    #stickyHeader .left-wrapper{
        display: none;
    }

    #stickyHeader .right-wrapper{
        line-height: 65px;
        padding: 0px 5px;
        border-left: 1px solid black;
    }

    #stickyHeader .logo-wrapper{
        line-height: 65px;
        position: relative;
        left: unset;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
    }

    /* ABOUT */
    #about{
        padding: 80px 0px;
    }

    #about .paragraph{
        font-size: 25px;
    }

    #about .xxl-title{
        font-size: 35px;
    }

    /* DESCRIPTION */
    #description .paragraph{
        font-size: 24px;
    }

    #description .crest-wrapper{
        margin: 30px 0px;
    }

    #description .crest-wrapper .img-fluid{
        max-width: 100px;
    }

    /* GALLERY */
    #gallery .forth-wrapper{
        height: 250px;
    }

    #gallery .full-wrapper{
        height: 504px;
    }

    /* FOOTER */
    #footer .paragraph{
        font-size: 22px;
    }

    #footer .bold{
        font-size: 24px;
        margin: 15px 0px;
    }

    #footer .form-wrapper{
        margin-top: 0px;
    }

    #footer .button-wrapper{
        margin-top: 0px;
    }

    #footer .input-wrapper{
        margin-bottom: 20px;
    }

    #footer .form-input{
        font-size: 21px;
    }

    #footer .form-btn{
        font-size: 22px;
    }

    #footer .center-symbol{
        margin: 0px 80px;
    }
}

@media (max-width: 576px) {

    #header .undertext{
        font-size: 26px;
    }

    #header .undertext-small{
        font-size: 19px;
    }

    #movie .audio-control{
        width: 50px;
        height: 50px;
    }

    /* FOOTER */
    #footer .footer-wrapper{
        padding: 60px 0px;
    }

    #footer .paragraph{
        font-size: 21px;
    }

    #footer .bold{
        font-size: 22px;
        margin: 15px 0px;
    }

    #footer .form-wrapper{
        margin-top: 0px;
    }

    #footer .button-wrapper{
        margin-top: 0px;
    }

    #footer .form-input{
        font-size: 19px;
    }

    #footer .form-btn{
        font-size: 21px;
    }

    #footer .center-symbol{
        margin: 0px 60px;
    }

    #footer .symbols-wrapper{
        margin-bottom: 30px;
    }

    #footer .copyright-wrapper{
        padding: 60px 0px 20px 0px;
    }

    #footer .text{
        font-size: 18px;
    }

    /* ABOUT */
    #about{
        padding: 60px 0px;
    }

    #about .paragraph{
        font-size: 21px;
    }

    #about .xxl-title{
        font-size: 31px;
    }

    /* DESCRIPTION */
    #description{
        padding: 60px 0px;
    }

    #description .paragraph{
        font-size: 21px;
    }

    #description .crest-wrapper{
        margin: 20px 0px;
    }

    #description .crest-wrapper .img-fluid{
        max-width: 90px;
    }

    /* GALLERY */
    #gallery .forth-wrapper{
        height: 200px;
    }

    #gallery .full-wrapper{
        height: 404px;
    }
}

@media (max-width: 486px) {

    #stickyHeader{
        height: 50px;
    }

    #stickyHeader .right-wrapper{
        line-height: 50px
    }

    #stickyHeader .logo-wrapper{
        line-height: 50px;
    }

    #stickyHeader .right-wrapper .img-fluid{
        height: 45px;
    }

    #header .undertext{
        font-size: 24px;
    }

    #header .undertext-small{
        font-size: 18px;
    }

    #movie .audio-control{
        width: 40px;
        height: 40px;
    }

    /* FOOTER */
    #footer .footer-wrapper{
        padding: 40px 0px;
    }

    #footer .paragraph{
        font-size: 19px;
    }

    #footer .bold{
        font-size: 21px;
        margin: 10px 0px;
    }

    #footer .form-wrapper{
        margin-top: 0px;
    }

    #footer .button-wrapper{
        margin-top: 0px;
    }

    #footer .form-input{
        font-size: 18px;
    }

    #footer .form-btn{
        font-size: 20px;
    }

    #footer .center-symbol{
        margin: 0px 30px;
    }

    #footer .symbols-wrapper{
        margin-bottom: 20px;
    }

    #footer .copyright-wrapper{
        padding: 40px 0px 20px 0px;
    }

    #footer .text{
        font-size: 16px;
    }

    #stickyHeader .logo-wrapper .img-fluid{
        max-width: 240px;
    }

    /* ABOUT */
    #about{
        padding: 40px 0px;
    }

    #about .paragraph{
        font-size: 19px;
    }

    #about .xxl-title{
        font-size: 26px;
    }

    /* DESCRIPTION */
    #description{
        padding: 40px 0px;
    }

    #description .paragraph{
        font-size: 19px;
    }

    #description .crest-wrapper{
        margin: 15px 0px;
    }

    #description .crest-wrapper .img-fluid{
        max-width: 80px;
    }

    /* GALLERY */
    #gallery{
        padding: 0px;
    }

    #gallery .forth-wrapper{
        height: 300px;
    }

    #gallery .full-wrapper{
        height: 300px;
    }

    #gallery .col-md-3, #gallery .col-md-6, #gallery .col-md-9, #gallery .col-md-4{
        padding: 0px;
    }

    #gallery .col-space{
        margin-top: 0px;
    }

    #gallery .forth-wrapper{
        border-bottom: 4px solid #F2EEEB;
    }
}

@media (max-width: 400px) {
    #stickyHeader .logo-wrapper .img-fluid {
        max-width: 210px;
    }

    #toolbar .text{
        font-size: 24px;
    }

    #footer .center-symbol{
        margin: 0px 15px;
    }
}