body
{
    margin:0;
    background-color:#F5F5F5;
    font-family: 'Eina 01', sans-serif;
}
h1
{
    color:white;
    font-size:96px;
    line-height:106px;
    font-weight: 300;
    font-family: 'Editor', sans-serif;
    margin-bottom:0;
}
.instruction-button
{
    cursor:pointer;
    border:1px solid black;
    border-radius:50px;
    padding:12px 40px 12px 40px;
    display:inline-block;
    margin-top:30px;
    transition: 0.3s;
    text-transform: uppercase;
}
.c2, .c11
{
    position:relative;
}
.instruction-button:hover
{
    opacity:0.6;
}
.col-5
{
    width:50%;
    float:left;
}
.col-5 .wrapper
{

}
.combo-holder
{
    margin-top: 104px;
}
.explainer-holder
{
    max-width:400px;
    left:52px;
    position:absolute;
    top:50%;
    transform: translate(0,-50%);
}
.graphic
{
    width:100%;
}
.info-box
{
    font-size:16px;
    left:52px;
    position:absolute;
    top:50%;
    transform: translate(0,-50%);
    max-width:380px;
}
.hero
{
    min-height:700px;
    height:100vh;
    width:100%;
    background-image:url(../img/main-cover.png);
    background-position:center center;
    background-size:cover;
    position: relative;
}
.bottom-hero
{
    min-height:700px;
    height: calc(100vh - 140px);
    padding-bottom: 170px;
    width:100%;
    background-image:url(../img/1-photo-light.jpg);
    background-position:center center;
    background-size:cover;
    position: relative;
}
footer
{
    width:100%;
    height:52px;
    background-color:#0E1F2B;
    position:relative;
    color:white;
    font-size:14px;
}
.left-copy
{
    float:left;
    margin-left: 52px;
}
.footer-buttons
{
    float:right;
    margin-right:52px;
}
.footer-button
{
    display:inline-block;
    margin-right: 10px;
}
.add-lt
{
    position:absolute;
    transform: translate(-50%,0);
    left:50%;
    bottom:52px;
    max-width:289px;
    width:40%;
}
.add-box
{
    font-size:32px;
    text-align:center;
    line-height:42px;
    text-transform: uppercase;
    color:white;
    width: calc(100% - 130px);
    max-width:570px;
    margin: 0 auto;
    font-family: 'Editor', sans-serif;
    padding-top:120px;
}
.text-add
{
    max-width:770px;
    width:80%;
}
.add-button-holder{
    text-align:center;
}
.add-button
{
    color:white;
    cursor:pointer;
    border:1px solid white;
    border-radius:50px;
    background-image: url(../img/arrow-right-fixed.svg);
    background-size:30px;
    background-repeat: no-repeat;
    background-position:right 20px center;
    font-size:16px;
    font-family: "Eina 01", sans-serif;
    padding: 12px 60px 12px 40px;
    line-height: normal;
    display:inline-block;
    margin-top:10px;
    transition: 0.3s;
    text-transform: uppercase;
}
.footer-buttons a
{
    color:White;
    text-decoration: none;
}
.blue-corner
{
    background-color:#0E1F2B;
    position:absolute;
}
.blue-top
{
    top:0;
    left:0;
    height:52px;
    width:100%;
}
.blue-left
{
    top:0;
    right:0;
    height:100%;
    width:52px;
}
.blue-right
{
    top:0;
    left:0;
    height:100%;
    width:52px;
}
.blue-bottom
{
    bottom:0;
    left:0;
    height:52px;
    width:100%;
}
.blue-square
{
    width:52px;
    height:52px;
}
.btop
{
    left:52px;
    top:52px;
}
.bright
{
    right:52px;
    top:52px;
}
.brightbottom
{
    right:52px;
    bottom:52px;
}
.bleftbottom
{
    left:52px;
    bottom:52px;
}
header
{
    width:calc(100% - 300px);
    margin:0 auto;
    padding-top:66px;
}
.logo
{
    width:40%;
    max-width:320px;
    float:left;
}
.releven-logo
{
    float:right;
    width:40%;
    max-width:160px;
}
.main-content
{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:calc(100% - 300px);
   text-align:left;
}
footer .content
{
    max-width:none;
}
.down-holder
{
    position:absolute;
    bottom: 58px;
    right: 146px;
    font-size:18px;
    color:white;
    font-family: 'Editor', sans-serif;
    cursor:pointer;
    transition: 0.3s;
}
.down-holder:hover
{
    opacity:0.6;
}
.down-title
{
    display:inline-table;
    position:relative;
    top:-9px;
    margin-right:10px;
    font-weight:normal;
}
.play-button
{
    float:right;
    width:120px;
    cursor:pointer;
    transition: 0.3s;
    display:none;
}
.play-button:hover
{
    opacity:0.7;
}
.language-holder
{
    opacity:0.8;
    color:white;
    float:right;
    font-size:18px;
}
.language-holder a
{
    text-decoration: none;
    color:white;
    font-weight:bold;
    opacity:1 !important;
}
.subtitle
{
    font-size:16px;
    color:white;
    width:100%;
    padding-top:12px;
    letter-spacing: 2px;
}
.content
{
    width:calc(100% - 104px);
    margin:0 auto;
    max-width:1400px;
}
.guides
{
    padding-top:104px;
    padding-bottom:30px;
    overflow:hidden;
    width:100%;
    background-color:#F2F0DF;
}
.guides h2
{
    font-size:72px;
    line-height:90px;
    color:black;
    margin-bottom:40px;
    font-weight: 300;
    font-family: 'Editor', sans-serif;
    margin-top:40px;
}
.guides p
{
    max-width:890px;
    margin:0 auto;
    font-size:24px;
    color:black;
    text-align:center;
    line-height:34px;
    margin-bottom:40px;
}
.guide-item
{
    width:70%;
    min-width:840px;
}
.guide-holder
{
    margin-top:30px;
}
.guide-image, .guide-description
{
    float:left;
    width:50%;
    color:#0E1F2B;
    position:relative;
}
.guide-description .wrapper
{
    padding:30px;
}
.guide-title
{
    font-size:36px;
    line-height:46px;
    padding-top:70px;
    font-weight: 300;
    font-family: 'Editor', sans-serif;
    margin-bottom:30px;
    max-width:320px;
}
.guide-small-description
{
    font-size:16px;
    line-height:24px;
    max-width:320px;
}
.guide-image .picture
{
    width:100%;
}
.cl
{
    clear:both;
}
.picture-decor
{
    position:absolute;
    height:100%;
    top:11px;
    left:-15px;
}
.custom-navigation
{
    text-align:right;
    margin-top:40px;
}
.custom-navigation img
{
    width:50px;
    margin:10px;
    cursor:pointer;
    transition: 0.3s;
}
.custom-navigation img:hover
{
    opacity:0.6;
}
.map-section
{
    width:100%;
    overflow:hidden;
    height:100vh;
    min-height:700px;
    position:relative;
}
.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map-holder {
    position: absolute;
    cursor: grab;
    min-width:100%;
}

.pointer
{
    width:40px;
    height:40px;
    background-color:#0E1F2B;
    border-radius:50%;
    transform: translate(-50%,-50%);
    position:absolute;
}
.popup
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.8);
    overflow: auto;
    box-sizing: border-box;
    padding-top: 50px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
    margin-bottom:40px;
}

.bubble-example
{
    width:20px;
    height:20px;
    background-color:#0E1F2B;
    border-radius:50%;
    display:inline-table;
    display:none;
    position:relative;
    border:1px solid white;
}
.instruction-photo
{
    width:100%;
    max-width:max-content;
}
.custom-button
{
    width:110px;
    border-radius:35px;
    background-color:#0E1F2B;
    border:1px solid #F5F5F5;
    color:white;
    background-image: url(../img/arrow-right-fixed.svg);
    background-repeat: no-repeat;
    background-position:right 15px center;
    text-align:left;
    font-weight: 300;
    padding:12px 30px 12px 20px;
    margin:0 auto;
    font-size:16px;
    margin-top:30px;
}
.okay-button
{
    margin-left:0;
    background-size:26px;
}
.yes-button
{
    float:right;
}
.no-button
{
    float:left;
}
.example-image
{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}
.picture-decor-2
{
    position:absolute;
    top:5%;
    left:5%;
    width:80%;
}
.image-holder
{
    width:100%;

    text-align:center;
    overflow: hidden;
}
.image-holder img
{
    height: 100%;
    width: calc(100% + 48px);
    max-height: 400px;
    margin-left: -24px;
}
.custom-button:hover
{
    background-color:white;
    color:#0E1F2B;
    border:1px solid #F5F5F5;
    background-image: url(../img/just-arrow-right-black.svg);
}
.example-nr
{
    color:white;
    font-size:12px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align:center;
}
.custom-marker {
    font-family: 'Arial, sans-serif';
    font-size: 16px;
    font-weight: bold;
    /* additional styles */
}
.popup-content
{
    width:calc(100% - 60px);
    max-width:720px;
    background-color:#101F2B;
    margin:0 auto;
    margin-top:50px;
    color:White;
    text-align:center;
    position:relative;
    margin-bottom:60px;
}
.popup-map .popup-content
{
    max-width:420px;
}
.popup-content .wrapper
{
    padding: 24px;
    padding-top: 4px;
}
.popup-problem .wrapper
{
    padding:50px;
}
.popup-content p
{
    max-width:380px;
    text-align:left;
    margin:0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
}
.popup-problem .popup-content p
{
    margin-left:20px;
}
.popup-problem ol
{
    padding-inline-start: 20px;
}
.popup-problem .popup-content
{
    font-weight:300;
    text-align:left;
}
.popup-content b
{
    font-weight:normal;
    font-style: italic;
}
.popup-active
{
    opacity: 1;
    pointer-events: all;
}
.disable-nav
{
    overflow: hidden !important;
}
.pointer .nr
{
    color:White;
    position:Absolute;
    top:50%;
    left:50%;
    font-size:12px;
    text-align:center;
    transform: translate(-50%,-50%);
}
.for-mobile
{
    display:none;
}
#userLocation
{
    width:25px;
    height:25px;
    background-color:red;
    border-radius:50%;
    transform: translate(-50%,-50%);
    position:absolute;
    animation: bumpup 1s ease-in-out infinite alternate;
    -webkit-animation: bumpup 1s ease-in-out infinite alternate;
}
.final-guide-h2
{
    text-align:center;
    max-width:890px;
    margin:0 auto;
    margin-top:104px !important;
    font-size:62px;
}
.map-parameters
{
    padding:10px;
    background-color:white;
    filter: drop-shadow(5px 5px 10px #000000);
    width:220px;
    color:#0E1F2B;
    font-size:14px;
    position:absolute;
    top:20px;
    left:20px;
    z-index:999999999;
}
.special-button
{
    width:calc(100% - 52px);
    text-align:center;
}

@keyframes bumpup {
    0% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
    100% {
        transform: scale(2.0);
        -webkit-transform: scale(2.0);
    }
}

@media only screen and (max-width: 600px) {

    .logo
    {
        width:30%;
    }
    .subtitle {
        font-size: 14px;
        color: white;
        text-align: Center;
        width: 80%;
        margin: 0 auto;
    }
    .releven-logo {
        float: right;
        width: 30%;
        max-width: 160px;
    }
    .guides h2 {
        font-size: 36px;
        line-height: 46px;
        margin-top: 50px !important;
        text-align:center;
    }
    .guide-item
    {
        min-width:100%;
    }
    .guide-image, .guide-description
    {
        width:100%;
    }
    .instruction-button
    {
        width: calc(100% - 80px);
        text-align: center;
    }
    .guide-title
    {
        padding-top:0;
    }
    .guide-image
    {
        text-align:center;
    }
    .picture-decor
    {
        display:none;
    }
    .custom-navigation
    {
        margin-top:0;
    }
    .guide-title {
        font-size: 26px;
        line-height: 36px;
        padding-top: 70px;
        font-weight: 300;
        font-family: 'Editor', sans-serif;
        margin-bottom: 10px;
        max-width: 320px;
    }
    .guide-small-description {
        font-size: 14px;
        line-height: 22px;
        max-width: 320px;
    }
    .guide-image .picture
    {
        width:70%;
    }
    .main-content
    {
        text-align:center;
        transform: translate(-50%,0);
        bottom:72px;
        top:auto;
        width:calc(100% - 70px);
    }
    h1 {
        font-size: 11vw;
        line-height: 11vw;
        text-align:center;
    }
    .play-button
    {
        float: none;
        width: 70px;
        cursor: pointer;
        margin: 0 auto;
        transition: 0.3s;
        margin-top:30px;
    }
    .yes-button, .no-button
    {
        margin-top:0;
        margin-bottom:0;
        width: calc(50% - 60px);
    }
    .hero
    {
        min-height:500px;
        height:100vh;
        width:100%;
        background-position: center right 35%;
    }
    .bottom-hero
    {
        min-height:500px;
        height:auto;
        width:100%;
        padding-bottom:120px;
        background-image:url(../img/mobile-cover.jpg);
    }
    .blue-top
    {
        top:0;
        left:0;
        height:24px;
        width:100%;
    }
    .blue-left
    {
        top:0;
        right:0;
        height:100%;
        width:24px;
    }
    .blue-right
    {
        top:0;
        left:0;
        height:100%;
        width:24px;
    }
    .blue-bottom
    {
        bottom:0;
        left:0;
        height:24px;
        width:100%;
    }
    .blue-square
    {
        width:24px;
        height:24px;
    }
    .btop
    {
        left:24px;
        top:24px;
    }
    .bright
    {
        right:24px;
        top:24px;
    }
    .brightbottom
    {
        right:24px;
        bottom:24px;
    }
    .bleftbottom
    {
        left:24px;
        bottom:24px;
    }

    header
    {
        padding-top:72px;
        width: calc(100% - 96px);
    }
    .logo
    {
        width:60%;
    }
    .guides {
        padding-top: 30px;
        padding-bottom: 0;
    }
    .guide-title
    {
        padding-top:20px;
        font-weight:600;
    }
    .guide-image .picture {
        width: 100%;
    }
    .image-holder img
    {

    }
    .guides p{
        font-size:16px;
        line-height:normal;
        text-align:left;
        margin-bottom:20px;
    }
    .guide-small-description {
        font-size: 16px;
        line-height: 28px;
        max-width: 100%;
    }
    .down-holder
    {
        display:none;
    }
    .col-5
    {
        width:100%;
    }
    .not-mobile
    {
        display:none;
    }
    .for-mobile
    {
        display:inherit;
    }
    .combo-holder
    {
        margin-top:0;
    }
    .info-box
    {
        margin-top:0;
    }
    .g2
    {
        margin-bottom:20px;
    }
    .final-guide-h2
    {
        text-align:center;
        max-width:890px;
        margin:0 auto;
        width:90%;
        font-size:42px;
    }
    .add-box
    {
        font-size:22px;
        line-height:32px;
    }
    .add-lt
    {
        bottom:24px;
    }
    .okay-button
    {
        width: calc(100% - 54px);
        text-align: Center;
        margin: 0 auto;
        background-position: center right 60px;
    }
    .left-copy
    {
        margin-left:0;
        font-size:14px;
    }
    .add-lt
    {
        width:55%;
    }
    .footer-buttons
    {
        margin-right:0;
        font-size:14px;
    }
    .info-box
    {
        position:inherit;
        left:auto;
        top:auto;
        transform: translate(0,0);
        margin-left:0;
        max-width:100%;
        margin-top:20px;
        margin-bottom:20px;
    }
    .explainer-holder
    {
        position:inherit;
        left:auto;
        top:auto;
        transform: translate(0,0);
        margin-left:0;
        margin-top:20px;
        margin-bottom:20px;
    }
    .content {
        width: calc(100% - 58px);
        margin: 0 auto;
        max-width: 1400px;
    }
}
@media only screen and (max-width: 2000px) {
    .add-box
    {
        padding-top:0;
        position: absolute;
        top: 36%;
        left: 50%;
        transform:translate(-50%, -50%);
    }
}