@font-face {
font-family: 'Barlow Condensed';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url('/font/BarlowCondensed-Bold.eot');
src: url('/font/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'),
    url('/font/BarlowCondensed-Bold.woff2') format('woff2'),
    url('/font/BarlowCondensed-Bold.woff') format('woff'),
    url('/font/BarlowCondensed-Bold.ttf') format('truetype'),
    url('/font/BarlowCondensed-Bold.svg#BarlowCondensed-Bold') format('svg');
}
@font-face {
font-family: 'Barlow Condensed';
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('/font/BarlowCondensed-Regular.eot');
src: url('/font/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'),
    url('/font/BarlowCondensed-Regular.woff2') format('woff2'),
    url('/font/BarlowCondensed-Regular.woff') format('woff'),
    url('/font/BarlowCondensed-Regular.ttf') format('truetype'),
    url('/font/BarlowCondensed-Regular.svg#BarlowCondensed-Regular') format('svg');
}
body
{font-family: 'Barlow Condensed';min-height: 100vh;position: relative;}
a{color: black;}
a:hover{color: black;}

.logo{z-index: 2;position: absolute;left: 20px;top: 20px;}
.logo>amp-img{
    width: 150px;
}
.lang_box{position: absolute;top: 0;cursor: pointer;z-index: 2;right: 20px;}
.lang_box>a{
display: block;
}
.lang_box>a:nth-of-type(1){}
.lang_box>a:nth-of-type(2){}
.rozboz_box{
position: absolute;
left: 20px;
bottom: 0px;
z-index: 2;
}
.rozboz_box>a{}
.rozboz_box>a:nth-of-type(1){
margin-right: 5px;
}
.rozboz_box>a:nth-of-type(2){}
.rozboz_box>a>amp-img{}
.social_box{
position: absolute;
right: 20px;
bottom: 0px;
z-index: 2;
}
.social_box>a{}
.social_box>a:nth-of-type(1){}
.social_box>a:nth-of-type(2){
margin-left: 10px;
}
.social_box>a>amp-img{}
.main_menu{
width: 300px;
height: 240px;
position: absolute;
top: calc(50% - 120px);
left: calc(50% - 150px);
/* left: 10px; */
/* top: 20px; */
z-index: 2;
}
.main_menu>a{display: block;margin-bottom: 10px;position: relative;z-index: 2;}
.main_menu>a>img{
width: 100%;
}
.main_menu>a:nth-of-type(1)>img{
}
.main_menu>a:nth-of-type(2)>img{}

.main_menu>a:hover amp-img
{
    opacity: 0;
}.main_menu>a amp-img
{
    z-index: 2;
    transition: 0.2s all ease-in-out;
}
.main_menu>a amp-img.hover {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
}

.bg_animate{
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: 1;
}
.bg_animate>div{z-index:3; position: absolute;top: 0;bottom: 0;min-height: 100vh;width: 50%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 0.4s all ease-in-out;}
.bg_animate>div>.img{}
.bg_animate>.box1{left: 0;background-image: url(/fotky/fotky_na_web_may.jpg);z-index: 2;}
.bg_animate>.box2{right: 0;background-image: url(/fotky/fotky_na_web_may2.jpg);}
.bg_animate>.box3{left: -50%;background-image: url(/fotky/fotky_na_web_may3.jpg);}
.bg_animate>.box4{right: -50%;background-image: url(/fotky/fotky_na_web_may4.jpg);}
.bg_animate>.box5{left: -50%;background-image: url(/fotky/fotky_na_web_may5.jpg);}
.bg_animate>.box6{right: -50%;background-image: url(/fotky/fotky_na_web_may6.jpg);}
.fullpage{
    background-color: #ff929933;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
body.kontakt,
body.contact,
{
    min-height: 150vh;
}
.centered{
    transform: translate(-50%,-50%);
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    text-align: center;
    font-size: 60px;
    color: #ff9299;
}
.fullpage a
{
    color: #ff9299;
}
.mobile{display: none;}
.bg_animate .arrow{display: none;}
.bg_animate .arrow.left.active{opacity: 1;display: block;}

@media screen and (max-width: 1000px)
{   
    .bg_animate .gallery

    {
        display: none;
    }
    .bg_animate .arrow
    {
        display: block;
        position: absolute;
        bottom: 10px;
        cursor: pointer;
        height: 40px;
        width: 40px;
        z-index: 30;
        top: calc(90vh - 50px);
        background-color: white;
        border-radius: 50px;
        transition: 0.4s all linear;
        background-size: cover;
    }
    .bg_animate .arrow.left{
        left: 10px;
        opacity: 0;
        background-image: url(/images/sipka1.svg);
    }
    .bg_animate .arrow.right{
        right: 10px;
        background-image: url(/images/sipka2.svg);
    }
    .logo
    {
            width: 300px;
            left: calc(50% - 150px);
    }
    .logo amp-img
    {
        min-width: 300px;
        width: 300px;
        height: 200px;
    }
    .bg_animate>div{
        width: 100%;
        min-height: initial;
    }
    .bg_animate>.box1{
        left: initial;
        left: 100%;
    }

    .bg_animate>div.active
    {
    }

    .main_menu,
    .rozboz_box,
    .social_box
    {
        display: none;
    }
    .mobile{
        display: block;
        background-color: #ff929933;
    }
    .bg_animate
    {
        position: relative;
        bottom: initial;
        height: 90vh;
        overflow: hidden;
    }
    .cont_small a
    {
        display: block;
        position: relative;
    }
    .cont_small
    {
        max-width: 300px;
        margin: auto;
        overflow: hidden;
    }
    .mobile>.cont_small .facebook,
    .mobile>.cont_small .instagram
    {
        width: calc(50% - 10px);
        min-width: 100px;
    }
    .mobile>.cont_small .menu{padding-top: 50px;display: block;z-index: 2;transition: 0.2s all ease-in-out;position: relative;}
    .mobile>.cont_small .kontakt{padding-top: 50px;display: block;z-index: 2;transition: 0.2s all ease-in-out;position: relative;}
    .mobile>.cont_small a .hover{position: absolute;left: 0;top: 0;right: 0px;z-index: 1;}
    .mobile>.cont_small .kontakt{padding-top: 25px;display: block;}
    .mobile>.cont_small .facebook{margin-top: 10px;display: block;float: left;margin-right: 10px;box-sizing: border-box;}
    .mobile>.cont_small .instagram{margin-top: 10px;display: block;float: left;margin-left: 10px;box-sizing: border-box;}
    .mobile>.cont_small .logo2{/* padding-top: 25px; *//* display: block; *//* position: initial; */text-align: center;margin: 25px auto;width: 100px;display: block;}
    .mobile>.cont_small .kontakt:active,
    .mobile>.cont_small .kontakt:hover,
    .mobile>.cont_small .menu:active,
    .mobile>.cont_small .menu:hover
    {
        opacity: 0;
    }

    .centered
    {
        position: initial;
        transform: initial;
        margin-top: 300px;
        font-size: 30px;
        line-height: 140%;
    }

}
@media screen and (max-width: 500px)
{
    .logo
    {
            /* width: 200px; */
            left: calc(50% - 100px);
            top: 70px;
    }
    .logo amp-img
    {
        width: 200px;
        min-width: 200px;
    }
}
@media screen and (max-width: 400px)
{
    .logo
    {
            /* width: 200px; */
            left: calc(50% - 50px);
            top: 70px;
    }
    .logo amp-img
    {
        width: 100px;
        min-width: 100px;
    }
}