:root{
    --about-object-offset: 130px;
    --page-red: #B22803;
    --page-red-hover: #F23603;
    --page-dark: #393D40;
    --light-black: rgba(0,0,0,.8);
    --overlay-color: rgba(255,255,255,.6);
    --bg-green: #B3CFC3;
    --instagram-color: #DB2673;
    --facebook-color: #034D96;
    --stop-width: 100px;
    --stop-padding: 20px !important;
    --iban-text: 'klikni pre skopírovanie';
    --about-point-position: relative;
}

@media screen and (max-width: 1366px) {
    :root {
        --stop-width: 100px;
        --stop-padding: 6px !important;
    }
}

@font-face {
    font-family: Larken;
    font-display: swap;
}

@font-face {
    font-family: Sofia Pro;
    src: url('SofiaPro-Regular.woff2');
    font-display: swap;
}

@font-face {
    font-family: Sofia Pro;
    src: url('SofiaPro-Bold.woff2');
    font-weight: bold;
    font-display: swap;
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a:focus {
    outline: none !important;
}

body,html {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-color: #B3CFC3;
    font-family: 'Sofia Pro', sans-serif;
    scroll-behavior: smooth;
    line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Larken', sans-serif;
    line-height: 1.1em;
}

.button{
    background-color: var(--page-red);
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    margin: 4px 8px 4px 0;
    border: solid 1px var(--page-red);
    white-space: nowrap;
    display: inline-block;
    line-height: 1.3em;
    text-decoration: none;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.cls-1{
    fill: #d0e1d9;
}

.normal{
    font-weight: normal !important;
}

.text-link{
    color: var(--page-red);
}

.button.border-btn{
    background-color: transparent;
    border: solid 1px var(--page-red);
    padding: 9px 20px;
    font-size: 18px;
    color: var(--page-red);

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.button:hover{
    background-color: var(--page-red-hover);
    border: solid 1px var(--page-red-hover);
}

.button.border-btn:hover{
    background-color: var(--page-red-hover);
    border: solid 1px var(--page-red-hover);
    color: #fff;
}

.button-row{
    margin: 24px 0;
    display: flex;
    flex-flow: row wrap;
}

.no-margin{
    margin: 0 !important;
}

.margin-top50{
    margin-top: 50px
}

#main-map{
    max-width: 100vw;
    min-width: 100vw;
    max-height: 100vh;
    min-height: 100vh;
    object-fit: cover;
    -moz-transform: scale(1.1) translateY(40px);
    -webkit-transform: scale(1.1) translateY(40px);
    -o-transform: scale(1.1) translateY(40px);
    -ms-transform: scale(1.1) translateY(40px);
    transform: scale(1.1) translateY(40px);
}

a{
    cursor: pointer !important;
}

.point .inner-circle{
    cursor: pointer;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

@media screen and (min-width: 1024px) {
    .point:hover .inner-circle {
        fill: var(--page-red-hover);
        r: 14px !important;
    }
}

@media screen and (max-width: 1024px) {
    .point .inner-circle {
        r: 24px;
    }
    .point .outer-circle {
        r: 30px;
    }
}

.about-object{
    width: 202px;
    height: 152px;
    overflow: visible;
    box-shadow: 0 3px 16px rgba(0,0,0, .16);
    cursor: default;
    font-family: 'Larken', sans-serif;
    font-size: 14px;
}

.about-object img{
    width: 150px;
}

.about-object img.smaller{
    width: 110px;
}

#main-header{
    position: absolute;
    top: 12%;
    width: 100vw;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    z-index: 10;
}

#main-header h1{
    font-size: 56px !important;
    line-height: 1.3em;
    font-weight: normal;
    color: var(--page-red);
}

#main-header span.batova-right{
    padding-right: 24px;
}

span.uppercase{
    text-transform: uppercase !important;
}

.about-object p{
    margin-bottom: 0 !important;
}

.point-group .about-object{
    opacity: 0;
    height: 0;
    overflow: hidden;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}@media screen and (min-width: 1024px){
    .point-group.active .about-object{
        opacity: 1;
        overflow: visible;

        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
}

@media screen and (max-width: 1024px){
    .point-group.active .about-object{
        opacity: 0 !important;
        overflow: hidden !important;
    }
}

.point-group #about-object-1{
    -moz-transform: translate(calc(830px - 85px), calc(-30px - var(--about-object-offset)));
    -webkit-transform: translate(calc(830px - 85px), calc(-30px - var(--about-object-offset)));
    -o-transform: translate(calc(830px - 85px), calc(-30px - var(--about-object-offset)));
    -ms-transform: translate(calc(830px - 85px), calc(-30px - var(--about-object-offset)));
    transform: translate(calc(830px - 85px), calc(-30px - var(--about-object-offset)));
}.point-group.active #about-object-1{
     -moz-transform: translate(calc(830px - 85px), calc(-30px - 165px));
     -webkit-transform: translate(calc(830px - 85px), calc(-30px - 165px));
     -o-transform: translate(calc(830px - 85px), calc(-30px - 165px));
     -ms-transform: translate(calc(830px - 85px), calc(-30px - 165px));
     transform: translate(calc(830px - 85px), calc(-30px - 165px));
 }

.point-group #about-object-2{
    -moz-transform: translate(calc(370px - 85px), calc(-310px - var(--about-object-offset)));
    -webkit-transform: translate(calc(370px - 85px), calc(-310px - var(--about-object-offset)));
    -o-transform: translate(calc(370px - 85px), calc(-310px - var(--about-object-offset)));
    -ms-transform: translate(calc(370px - 85px), calc(-310px - var(--about-object-offset)));
    transform: translate(calc(370px - 85px), calc(-310px - var(--about-object-offset)));
}.point-group.active #about-object-2{
     -moz-transform: translate(calc(370px - 85px), calc(-310px - 165px));
     -webkit-transform: translate(calc(370px - 85px), calc(-310px - 165px));
     -o-transform: translate(calc(370px - 85px), calc(-310px - 165px));
     -ms-transform: translate(calc(370px - 85px), calc(-310px - 165px));
     transform: translate(calc(370px - 85px), calc(-310px - 165px));
 }

.point-group #about-object-3{
    -moz-transform: translate(calc(725px - 85px), calc(-125px - var(--about-object-offset)));
    -webkit-transform: translate(calc(725px - 85px), calc(-125px - var(--about-object-offset)));
    -o-transform: translate(calc(725px - 85px), calc(-125px - var(--about-object-offset)));
    -ms-transform: translate(calc(725px - 85px), calc(-125px - var(--about-object-offset)));
    transform: translate(calc(725px - 85px), calc(-125px - var(--about-object-offset)));
}.point-group.active #about-object-3{
     -moz-transform: translate(calc(725px - 85px), calc(-125px - 165px));
     -webkit-transform: translate(calc(725px - 85px), calc(-125px - 165px));
     -o-transform: translate(calc(725px - 85px), calc(-125px - 165px));
     -ms-transform: translate(calc(725px - 85px), calc(-125px - 165px));
     transform: translate(calc(725px - 85px), calc(-125px - 165px));
 }

.point-group #about-object-4{
    -moz-transform: translate(calc(460px - 85px), calc(-245px - var(--about-object-offset)));
    -webkit-transform: translate(calc(460px - 85px), calc(-245px - var(--about-object-offset)));
    -o-transform: translate(calc(460px - 85px), calc(-245px - var(--about-object-offset)));
    -ms-transform: translate(calc(460px - 85px), calc(-245px - var(--about-object-offset)));
    transform: translate(calc(460px - 85px), calc(-245px - var(--about-object-offset)));
}.point-group.active #about-object-4{
     -moz-transform: translate(calc(460px - 85px), calc(-245px - 165px));
     -webkit-transform: translate(calc(460px - 85px), calc(-245px - 165px));
     -o-transform: translate(calc(460px - 85px), calc(-245px - 165px));
     -ms-transform: translate(calc(460px - 85px), calc(-245px - 165px));
     transform: translate(calc(460px - 85px), calc(-245px - 165px));
 }

.point-group #about-object-5{
    -moz-transform: translate(calc(160px - 85px), calc(-240px - var(--about-object-offset)));
    -webkit-transform: translate(calc(160px - 85px), calc(-240px - var(--about-object-offset)));
    -o-transform: translate(calc(160px - 85px), calc(-240px - var(--about-object-offset)));
    -ms-transform: translate(calc(160px - 85px), calc(-240px - var(--about-object-offset)));
    transform: translate(calc(160px - 85px), calc(-240px - var(--about-object-offset)));
}.point-group.active #about-object-5{
     -moz-transform: translate(calc(160px - 85px), calc(-240px - 165px));
     -webkit-transform: translate(calc(160px - 85px), calc(-240px - 165px));
     -o-transform: translate(calc(160px - 85px), calc(-240px - 165px));
     -ms-transform: translate(calc(160px - 85px), calc(-240px - 165px));
     transform: translate(calc(160px - 85px), calc(-240px - 165px));
 }

.point-group #about-object-6{
    -moz-transform: translate(calc(280px - 85px), calc(-400px - var(--about-object-offset)));
    -webkit-transform: translate(calc(280px - 85px), calc(-400px - var(--about-object-offset)));
    -o-transform: translate(calc(280px - 85px), calc(-400px - var(--about-object-offset)));
    -ms-transform: translate(calc(280px - 85px), calc(-400px - var(--about-object-offset)));
    transform: translate(calc(280px - 85px), calc(-400px - var(--about-object-offset)));
}.point-group.active #about-object-6{
     -moz-transform: translate(calc(280px - 85px), calc(-400px - 165px));
     -webkit-transform: translate(calc(280px - 85px), calc(-400px - 165px));
     -o-transform: translate(calc(280px - 85px), calc(-400px - 165px));
     -ms-transform: translate(calc(280px - 85px), calc(-400px - 165px));
     transform: translate(calc(280px - 85px), calc(-400px - 165px));
 }

.point-group #about-object-7{
    -moz-transform: translate(calc(280px - 85px), calc(-290px - var(--about-object-offset)));
    -webkit-transform: translate(calc(280px - 85px), calc(-290px - var(--about-object-offset)));
    -o-transform: translate(calc(280px - 85px), calc(-290px - var(--about-object-offset)));
    -ms-transform: translate(calc(280px - 85px), calc(-290px - var(--about-object-offset)));
    transform: translate(calc(280px - 85px), calc(-290px - var(--about-object-offset)));
}.point-group.active #about-object-7{
     -moz-transform: translate(calc(280px - 85px), calc(-290px - 165px));
     -webkit-transform: translate(calc(280px - 85px), calc(-290px - 165px));
     -o-transform: translate(calc(280px - 85px), calc(-290px - 165px));
     -ms-transform: translate(calc(280px - 85px), calc(-290px - 165px));
     transform: translate(calc(280px - 85px), calc(-290px - 165px));
 }

.point-group #about-object-8{
    -moz-transform: translate(calc(290px - 85px), calc(-230px - var(--about-object-offset)));
    -webkit-transform: translate(calc(290px - 85px), calc(-230px - var(--about-object-offset)));
    -o-transform: translate(calc(290px - 85px), calc(-230px - var(--about-object-offset)));
    -ms-transform: translate(calc(290px - 85px), calc(-230px - var(--about-object-offset)));
    transform: translate(calc(290px - 85px), calc(-230px - var(--about-object-offset)));
}.point-group.active #about-object-8{
     -moz-transform: translate(calc(290px - 85px), calc(-230px - 165px));
     -webkit-transform: translate(calc(290px - 85px), calc(-230px - 165px));
     -o-transform: translate(calc(290px - 85px), calc(-230px - 165px));
     -ms-transform: translate(calc(290px - 85px), calc(-230px - 165px));
     transform: translate(calc(290px - 85px), calc(-230px - 165px));
 }

.point-group #about-object-9{
    -moz-transform: translate(calc(646px - 85px), calc(-103px - var(--about-object-offset)));
    -webkit-transform: translate(calc(646px - 85px), calc(-103px - var(--about-object-offset)));
    -o-transform: translate(calc(646px - 85px), calc(-103px - var(--about-object-offset)));
    -ms-transform: translate(calc(646px - 85px), calc(-103px - var(--about-object-offset)));
    transform: translate(calc(646px - 85px), calc(-103px - var(--about-object-offset)));
}.point-group.active #about-object-9{
     -moz-transform: translate(calc(646px - 85px), calc(-103px - 165px));
     -webkit-transform: translate(calc(646px - 85px), calc(-103px - 165px));
     -o-transform: translate(calc(646px - 85px), calc(-103px - 165px));
     -ms-transform: translate(calc(646px - 85px), calc(-103px - 165px));
     transform: translate(calc(646px - 85px), calc(-103px - 165px));
 }

.about-object .about-point{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    pointer-events: none;
    position: var(--about-point-position);

    width: 200px;
    height: 150px;

    background-color: #fff;
    border: solid 1px #000;
}

.about-object .about-point .about-arrow{
    content: "";
    position: absolute;
    bottom: -5px;
    height: 8px;
    width: 8px;
    background-color: #fff;
    border: solid 1px #000;
    border-width: 1px 0 0 1px;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* Navbar */

@media (min-width: 768px){
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 2.5rem;
    z-index: 20;
    background-color: var(--bg-green);

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}

.maps{
    display: flex;
    flex-flow: column nowrap;
    row-gap: 12px;
    pointer-events: none;
}

.maps p{
    display: inline-block;
}

.mapa-link{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: var(--page-red);
    border-bottom: 2px solid var(--page-red);
    pointer-events: all;
    display: inline-block;
    width: fit-content;
}

.mapa-link.brand-close{
    pointer-events: none;
}

@keyframes brand-open {0%{opacity: 0;} 50%{opacity: 0;} 100%{opacity: 1;}}
@keyframes brand-close {0%{opacity: 1;} 100%{opacity: 0;}}

.brand-open{animation: brand-open .25s ease-in-out forwards;}
.brand-close{animation: brand-close .25s ease-in-out forwards;}

#navbar-nav{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin: 0;
    pointer-events: all;
}

#navbar-nav .nav-item{
    display: inline-block;
}

#navbar-nav a.nav-link{
    font-size: 14px !important;
    padding: 10px 20px;
    text-decoration: none !important;
    overflow: visible;
    color: var(--page-dark);
    font-weight: normal;
}

#navbar-nav a.nav-link span{
    position: relative;
}



#navbar-nav a.nav-link:not(.bg-red) span:before{
    content: '';
    height: 2px;
    width: 0;
    background-color: var(--page-dark);
    position: absolute;
    bottom: -5px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#navbar-nav a.nav-link:hover span:before{
    width: 100%;
}




#navbar-nav a.nav-link.bg-red{
    background-color: var(--page-red);
    color: #fff;
    margin-left: 20px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#navbar-nav a.nav-link:hover.bg-red{
    background-color: var(--page-red-hover);
}

#navbar-nav .socials{
    margin-left: 35px;
}

#navbar-nav .socials a img{
    width: 28px;
    height: 28px;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#navbar-nav .socials a:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#navbar-nav .socials a{
    padding: 0;
    border-radius: 50%;
    margin: 0 5px;
}

#navbar-nav .socials a img{
    margin-bottom: -5px;
}


.navbar-toggler {
    cursor: pointer;
    height: 45px;
    width: 45px;
    background-color: var(--page-red);
    border: none;
}

@media screen and (min-width:1220px){
    #navbar-toggler{
        display: none !important;
    }
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:not(.collapsed) svg{
    overflow: visible;
}

.navbar-toggler #Line_12, .navbar-toggler #Line_13, .navbar-toggler #Line_14{
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.navbar-toggler:not(.collapsed) #Line_13{
    display: none;
}
.navbar-toggler:not(.collapsed) #Line_12 {
    -moz-transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
    -webkit-transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
    -o-transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
    -ms-transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
    transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
}

.navbar-toggler:not(.collapsed) #Line_14 {
    -moz-transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
    -webkit-transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
    -o-transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
    -ms-transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
    transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
}

@media (max-width: 1219px){

    #navbar-nav{
        flex-flow: column nowrap;
        padding: 0;
        height: 100vh;
        justify-content: center;

        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    #navbar-nav .nav-item{
        margin: 16px 0;
    }
    #navbar-nav .socials{
        margin: 32px 0 120px 0;
    }
    #navbar-nav a.nav-link.bg-red{
        margin-left: 0;
    }
}


@media (max-width: 768px) {
    .navbar{
        padding: 1rem 1rem 0 1rem;

    }
    .maps{
        row-gap: 4px;
    }
    .mapa-link{
        font-size: 14px;
    }
    #overlay-container .left-column.mapa #left-inner-content .images-of-map p{
        max-width: 80%;
    }
}

@media (min-width: 1220px) {
    .navbar-expand .navbar-toggler {
        display: none;
    }
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (min-width: 1220px){
    .navbar-expand .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

.navbar-collapse {

}

.collapse:not(.show) {
    display: none;
}



#hamburger.active-mobile-menu{
    display: none;
}

/* OVERLAY */
#overlay-container{
    position: absolute;
    left: -100vw;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background-color: var(--overlay-color);
    /*pointer-events: none;  -- can click through */
    z-index: 20;
    display: flex;
    flex-flow: row nowrap;
}

@keyframes overlay-open {
    0%{
        height: 0px;
        overflow: hidden;
        opacity: 0;
    }
    1%{
        height: unset;
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.overlay-open{
    animation: overlay-open .1s ease-in-out forwards;
}

@keyframes overlay-close {
    0%{
        height: unset;
        opacity: 1;
    }
    99%{
        opacity: 0;
    }
    100%{
        height: 0px;
        overflow: hidden;
    }
}

.overlay-close{
    animation: overlay-close .25s ease-in-out forwards;
}

@keyframes from-left{
    from{
        left: -50%;
    }
    to{
        left: 0;
    }
}

#overlay-container .left-column{
    background-color: #fff;
    width: 35%;
    max-width: 35%;
    min-width: 35%;
    padding: 1.5rem;
    position: relative;
}

#overlay-container .left-column.mapa{
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#overlay-container .left-column.mapa #left-inner-content{
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#overlay-container .left-column.mapa #left-inner-content .images-of-map{
    width: 80%;
    height: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
}

#overlay-container .left-column.mapa #left-inner-content .images-of-map p{
    max-width: 50%;
    margin-bottom: 32px;
}

#overlay-container .left-column.mapa #left-inner-content .images-of-map::-webkit-scrollbar{
    width: 4px;
}

#overlay-container .left-column.mapa #left-inner-content .images-of-map::-webkit-scrollbar-track {
    background: #E2E2E2;
}

#overlay-container .left-column.mapa #left-inner-content .images-of-map::-webkit-scrollbar-thumb {
    background: var(--page-red);
}

#overlay-container .left-column.mapa #left-inner-content .images-of-map::-webkit-scrollbar-thumb:hover {
    background: var(--page-red-hover);
}

#overlay-container .left-column.mapa #left-inner-content .images-of-map img{
    margin: 0;
    display: block;
}

.left-animation{
    left: -40%;
    animation: from-left .5s ease-in-out forwards;
    animation-delay: 0s;
}

#overlay-close{
    position: absolute;
    background-color: var(--page-red);
    width: 40px;
    height: 40px;
    top: 1.5rem;
    left: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#scroll-down{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 40px;
    right: .4rem;
    bottom: 1.5rem;
    overflow: visible;
    z-index: 10;
}
#scroll-down svg{
    overflow: visible;
    width: 30px;
}

@keyframes scroll-koliesko-animation {
    0%{
        height: 6px;
    }
    100%{
        height: 10px;
    }
}

#scroll-koliesko{
    height: 6px;
    animation: scroll-koliesko-animation .8s alternate ease-in-out infinite;
}

@media screen and (max-width: 1024px){
    #scroll-down{
        display: none !important;
    }
}

#overlay-close:hover{
    background-color: var(--page-red-hover);
}

#overlay-close svg{
    overflow: visible;
}

#overlay-close #Line_12, .navbar-toggler #Line_13, .navbar-toggler #Line_14{
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#overlay-close #Line_13{
    display: none;
}
#overlay-close #Line_12 {
    -moz-transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
    -webkit-transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
    -o-transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
    -ms-transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
    transform: translate(2407.7px, 1204px) rotate(45deg) translate(2px, -1px);
}

#overlay-close #Line_14 {
    -moz-transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
    -webkit-transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
    -o-transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
    -ms-transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
    transform: translate(2407.7px, 1212px) rotate(-45deg) translate(1px, 2px);
}

#content-change-top{
    height: 0;
    width: 0;
    opacity: 0;
}

#overlay-container .left-column #left-inner-content{
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0 4rem;
}

 #overlay-container .left-column #left-inner-content h2{
    font-size: 32px;
    font-weight: normal;
 }

#overlay-container .left-column #left-inner-content img{
    max-width: 100%;
    width: 100%;
    margin: 50px 0 30px 0;
}

#overlay-container .left-column #left-inner-content::-webkit-scrollbar {
    width: 4px;
}

#overlay-container .left-column #left-inner-content::-webkit-scrollbar-track {
    background: #E2E2E2;
}

#overlay-container .left-column #left-inner-content::-webkit-scrollbar-thumb {
    background: var(--page-red);
}

#overlay-container .left-column #left-inner-content::-webkit-scrollbar-thumb:hover {
    background: var(--page-red-hover);
}

@keyframes right-fade-in {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

#overlay-container .right-column{
    width: 65%;
    max-width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-animation{
    opacity: 0;
    animation: right-fade-in .5s ease-in-out forwards;
    animation-delay: .5s;
}

#overlay-container .right-column #right-inner-content{
    width: 650px;
}

#overlay-container .right-column #right-inner-content h3{
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 80px 0;
}

.next-stops{
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
    align-items: flex-start;
    margin-bottom: 100px;
}


.graphics-mobile-banner{
    display: none;
}

@media screen and (max-width: 1024px){
    .graphics-mobile-banner{
        display: block;
    }

    .graphics-mobile-banner img{
        margin: 0 !important;
    }
    .button.full-width{
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
}


.graphics{
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0;
}

.graphic{
    margin: 0 32px 12px 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.graphic:hover{
    transform: scale(1.1);
}


.graphic img{
    width: 280px;
}

.graphic h4{
    font-size: 20px;
    margin: 6px 0 0 0;
}

.graphic p{
    font-size: 16px;
    margin: 0;
}

.alert {
 margin: 20px 0;
}

.alert-success{
    color: green;
}

.alert-danger{
    color: red;
}


@media screen and (max-width: 1800px){ .graphic img{ width: 250px;}}
@media screen and (max-width: 1600px){ .graphic img{ width: 220px;}}
@media screen and (max-width: 1400px){ .graphic img{ width: 200px;} .graphic h4{font-size: 16px} .graphic p{font-size: 14px}}
@media screen and (max-width: 1300px){ .graphic img{ width: 180px;}}
@media screen and (max-width: 1180px){ .graphic img{ width: 160px;}}
@media screen and (max-width: 1440px){ #right-graphics{margin-top: 50px}}

.mobile-graphic{
    margin: 12px 0 32px 0;
}

.mobile-graphic img{
    margin: 0 0 12px 0 !important;
}

.mobile-graphic h4, .mobile-graphic p{
    margin: 0;
}

@media screen and (max-width: 1440px){
    #overlay-container .right-column #right-inner-content h3{
        margin: 0 0 60px 0;
    }

    .next-stops{
        margin-bottom: 60px;
    }
}

.next-stops .row{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.next-stops .row .stop:first-child{
    margin-left: 0;
}

.stop{
    cursor: pointer;

    width: var(--stop-width);
    height: var(--stop-width);
    min-width: var(--stop-width);
    min-height: var(--stop-width);
    max-width: var(--stop-width);
    max-height: var(--stop-width);

    padding: var(--stop-padding);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #fff;
    border-radius: 50%;
    border: solid 3px #fff;
    font-weight: bold;
    font-size: 14px;
    margin: 12px;
    font-family: 'Larken', sans-serif;
    overflow: hidden;
    text-align: center;
    line-height: 1.1em;
    box-shadow: 0 0 15px rgba(0,0,0, .1);

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.stop img{
    width: 100px;
    margin-bottom: 6px;
}

@media screen and (max-width: 1366px) {
    .stop{
        font-size: 13px;
    }
    .stop img{
        width: 70px;
    }
}


@media screen and (max-width: 1220px){
    .stop{
        width: 100px;
        height: 100px;
        text-align: center;
        font-size: 13px;
    }
    .stop img{
        width: 80px;
    }
    #overlay-container .right-column #right-inner-content{
        width: 500px;
    }
}

.stop:hover{
    border: solid 3px var(--page-red-hover);
}

.stop.active{
    border: solid 3px var(--page-red);
    cursor: default;
}

.hidden-on-overlay{
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#main-content div{
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    align-items: center;
    z-index: 10;
    pointer-events: none;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.bata-div{
    bottom: calc(5% + 80px) !important;
}

#main-content .bata-img{
    pointer-events: all;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    border: solid 3px transparent;
    cursor: pointer;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

#main-content .bata-img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border: solid 3px var(--page-red);
}


#main-content .svit-img{
    width: 80px;
}

.contact-info{
    padding: 40px 0;
}

.contact-info.border-top{
    margin-top: 40px;
    border-top: solid 1px #D0D0D0;
    padding: 40px 0;
}

.contact-info.smaller-padding{
    padding: 10px 0;
}

.contact-info a{
    text-decoration: none !important;
    display: flex;
    align-items: center;
}

.contact-info a img{
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.contact-info a:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.socials-row{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size: 16px;
}

.text-udaje{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
}

.podpora-grafikou{
    max-width: 560px;
}


.socials-row.mail a{
    color: var(--page-red);
}
.socials-row.instagram a{
    color: var(--instagram-color);
}
.socials-row.facebook a{
    color: var(--facebook-color);
}

.socials-row img{
    width: 32px !important;
    height: 32px !important;
    margin: 8px 8px 8px 0 !important;
}

form.contact-us {
    display: flex;
    flex-flow: column nowrap;

}

form.contact-us label{
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 4px 0;
}

form.contact-us label span{
    color: var(--page-red);
}

form.contact-us input, form.contact-us textarea, form.contact-us input:not(.button){
    width: calc(100% - 42px);
    padding: 16px 16px;
    font-size: 14px;
    font-weight: bold;
    border: solid 1px var(--page-dark);
    border-radius: 2px;
}

form.contact-us textarea{
    min-width: calc(100% - 42px);
    min-height: 120px;
}

form.contact-us input::placeholder, form.contact-us textarea::placeholder{
    color: var(--page-dark);
    opacity: .35;
}

form.contact-us input.button{
    width: unset;
    margin: 24px 0 20px auto;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Sofia Pro', sans-serif;
    border: none;
    cursor: pointer;
    border-radius: 0;
}

input.gdpr{
    display: inline-block !important;
    width: unset !important;
    margin-top: 12px !important;
}

form .submit{
    display: block !important;
}

label.gdpr{
    display: inline !important;
    width: unset !important;
    font-weight: normal !important;
    cursor: pointer;
}

.margin-heading {
    margin: 100px 0 10px 0;
}

.header-text-margin{
    margin: 60px 0 16px 0;
}

.press-to-copy{
    position: relative;
}

.press-to-copy:after{
    content: var(--iban-text);
    position: absolute;
    top: -32px;
    right: 0;

    font-size: 14px;
    color: var(--page-dark);
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.press-to-copy:hover:after{
    opacity: 1;
}

.partneri-heading{
    margin: 40px 0 20px 0 !important;
}

.partneri{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.partneri a{
    width: calc(60% / 2);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 40px 12px 0;
}

.partneri img{
    width: calc(60% / 2);
    margin: 0 !important;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

@media screen and (min-width: 1024px){
    .partneri a:hover img{
        -moz-transform: scale(1.2) !important;
        -webkit-transform: scale(1.2) !important;
        -o-transform: scale(1.2) !important;
        -ms-transform: scale(1.2) !important;
        transform: scale(1.2) !important;
    }
}


@media screen and (max-width: 1220px){
    .press-to-copy{
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1024px){
    #main-map{
        -moz-transform: scale(1.5) translateY(50px);
        -webkit-transform: scale(1.5) translateY(50px);
        -o-transform: scale(1.5) translateY(50px);
        -ms-transform: scale(1.5) translateY(50px);
        transform: scale(1.5) translateY(50px);
    }
    #navbar-toggler.hide-toggler{
        display: none;
    }
    #navbar-toggler.show-toggler{
        display: block;
    }
    #overlay-container .right-column{
        display: none;
    }
    #overlay-container .left-column{
        width: 100vw;
        max-width: unset;
        padding: 1rem;
    }

    #overlay-container .left-column.mapa{
        min-width: unset;
    }

    #overlay-container .left-column.mapa #left-inner-content{
        justify-content: flex-start;
        align-items: flex-start;
    }

    #overlay-container .left-column.mapa #left-inner-content .images-of-map{
        width: 100%;
        height: unset;
        margin-top: 56px;
    }

    #main-header{
        top: 25%;
    }
    #main-header h1{
        font-size: 32px !important;
        width: 200px;
        text-align: center;
        line-height: 1.2em;
    }
    span.batova-right{
        padding: 0 !important;
    }
    .bata-div{
        top: calc(25% - 60px) !important;
        bottom: unset;
    }
    #main-content .bata-img{
        width: 60px;
        height: 60px;
    }

    #overlay-container .left-column #left-inner-content{
        padding: 0 1rem;
    }

    #overlay-close{
        left: 1rem;
        top: 1rem;
    }

    #scroll-down{
        left: 1rem;
        bottom: 1rem;
    }


    .press-to-copy{
        font-size: 12px !important;
        padding: 12px 12px !important;
    }

    .press-to-copy:after{
        opacity: 1;
        font-size: 12px;
        top: -24px;
    }

}

@media screen and (max-width: 768px){
    #main-content div{
        bottom: 3%;
    }
}

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

    #main-map{
        -moz-transform: scale(1.8) translateY(20px);
        -webkit-transform: scale(1.8) translateY(20px);
        -o-transform: scale(1.8) translateY(20px);
        -ms-transform: scale(1.8) translateY(20px);
        transform: scale(1.8) translateY(20px);
    }
}
@media screen and (max-width: 550px){
    #main-map{
        -moz-transform: scale(2.3) translateY(20px);
        -webkit-transform: scale(2.3) translateY(20px);
        -o-transform: scale(2.3) translateY(20px);
        -ms-transform: scale(2.3) translateY(20px);
        transform: scale(2.3) translateY(20px);
    }
}


@media screen and (max-width: 340px){
    #main-header h1{
        font-size: 24px !important;
        width: 150px;
        text-align: center;
    }
    #main-content .svit-img{
        width: 60px;
    }
    .mapa-link{
        font-size: 12px;
    }
}





.made-by{
    position: fixed;
    z-index: 10;
    bottom: 2px;
    right: 12px;
    color: #000 !important;
    font-size: 13px;
    margin: 0;
}


@media screen and (max-width: 768px){
.made-by{
    font-size: 10px;
    bottom: -2px;
    text-align: center;
    width: 100%;
}
}
