@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,300&family=Roboto:wght@100;300;400;500;700&display=swap');

body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

header{
    width: 100%;
    height: 100vh;
    background-image: url("/img/s1.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

i{
    font-display: swap;
}

#s1{
    position: absolute;
    background-image: url("/img/s1.jpg");
    height: 100vh;
    z-index: 1;
    background-size: cover;
    top: 0px;
    width: 100%;
}

#s2{
    position: absolute;
    background-image: url("/img/s2.jpg");
    height: 100vh;
    z-index: 2;
    background-size: cover;
    top: 0px;
    width: 100%;
}

#s3{
    position: absolute;
    background-image: url("/img/s3.jpg");
    height: 100vh;
    z-index: 3;
    background-size: cover;
    top: 0px;
    width: 100%;
}

.down_arrow{
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 35px;
    opacity: 0.92;
    transition: 5s ease-in-out 5s;
    z-index: 10;
}

#arrow_down{
    cursor: pointer;
}

@-webkit-keyframes bump_arrow {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}
@-moz-keyframes bump_arrow {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}
@keyframes bump_arrow {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0px;
    }
}
.bump_arrow {
    animation: bump_arrow linear 2s infinite;
    -moz-animation: bump_arrow linear 2s infinite;
}
  
#addressBar{
    background-color: #16264E;
    width: 100%;
    height: 54px;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 200;
}

.adrressBar_inner{
    padding: 0px 10% 0px 10%;
    height: 54px;
    line-height: 54px;
}

.adrressBar_inner p{
    padding: 0px 0px 0px 12px;
    margin: 0px;
    display: inline;
}

.adrressBar_inner i{
    font-size: 21px;
    position: relative;
    top: 0px;
}

.adrressBarItem{
    float: left;
    padding-right: 80px;
}

.nav_cont{
    width: 100%;
    height: 150px;
}

.nav_xs{
    display: none;
}

nav{
    width: 100%;
    height: 150px;
    transition: 0.3s ease-in-out 0s;
    position: relative;
    z-index: 201;
    opacity: 1;
}


.fixed{
    position: fixed;
    top: 0px;
    background-color: #16264E;
    height: 100px;
}

.fixed .nav_left{
    height: 75px;
}

.fixed .nav_right{
    height: 75px;
}

.fixed .nav_right .navigation{
    height: 75px;
    line-height: 32px;
}

.fixed .navigation ul li.selected:after, .fixed .navigation ul li:hover:after{
    top: 40px;
}

.fixed .nav_left img{
    padding-top: 10px !important;
}

.inner-container{
    width: 100%;
    height: auto;
    padding: 0px 10% 0px 10%;
    display: inline-block;
}

.box{
    width: 100%;
    height: auto;
}

.nav_left{
    width: 20%;
    height: 115px;
    float: left;
}

.box .nav_left img{
    padding-top: 35px;
    float: left;
    display: inline-block;
    transition: 0.3s ease-in-out 0s;
}

.nav_right{
    float: left;
    width: 80%;
    height: 115px;
    padding-top: 35px;
}

.navigation{
    width: 100%;
    float: left;
    height: 80px;
    line-height: 80px;
}

.navigation ul{
    float: right;
}

.navigation ul li{
    float: left;
    list-style: none;
    margin-left: 75px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
    transition: 0.3s ease-in-out 0s;
}

.navigation ul li a{
    color: inherit !important;
    display: block;
    position: relative;
    z-index: 3;
}

.navigation ul li a:hover{
    text-decoration: none;
}

.navigation ul li.selected, .navigation ul li:hover{
    color: #3498DB;
    position: relative;
    z-index: 3;
}

.navigation ul li.selected:after, .navigation ul li:hover:after{
    width: 100%;
    height: 3px;
    position: absolute;
    background-color: #3498DB;
    top: 65px;
    left: 0px;
    content: "";
    z-index: 2;
    transition: 0.3s ease-in-out 0s;
}

.header_box{
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.header_box_inner{
    display: table-row;
    width: 100%;
    height: 100%;
}

.header_box_content{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 0px 10% 204px 10%;
}

.caption_box{
    border-left: 5px solid #3498DB;
    padding: 10px 0px 10px 35px;
}

.caption_box h1{
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: inherit;
    font-family: inherit;
    font-weight: 300;
    font-size: 64px;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.caption_box h2{
    margin: 30px 0px 0px 0px;
    padding: 0px;
    color: #fff;
    font-family: inherit;
    font-family: inherit;
    font-weight: 600;
    font-size: 50px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.header_button{
    border: 2px solid #fff;
    float: left;
    width: 250px;
    height: 60px;
    line-height: 54px;
    color: #fff;
    margin: 50px 20px 0px 40px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out 0s;
}

.header_button:hover{
    background-color: #3498DB;
    border-color: #3498DB;
}

.header_button a{
    color: inherit !important;
    display: block;
    height: 54px;
}

.header_button:hover a{
    text-decoration: none;
}

.section_content{
    padding: 0px 10% 0px 10%;
}

section{
    margin: 100px 0px 100px 0px;
    color: #737373;
}

#main{
    margin-bottom: 0px;
}

.section_content > div{
    padding: 0px;
}

.co_delame div{
    padding-left: 40px;
}

.co_delame div i{
    color: #3498DB !important;
}

.co_delame h4{
    font-size: 18px;
    padding-top: 25px;

}

h3{
    padding: 10px 0px 10px 35px;
    margin: 0px;
    border-left: 5px solid #3498DB;
    font-family: inherit;
    font-size: 28px;
    color: #252525;
}

p.p_doing{
    font-size: 18px;
    padding-left: 40px;
    padding-top: 30px;
    line-height: 2;
    text-align: justify;
}

p.after_h{
    padding-left: 40px;
    color: inherit;
    font-size: 15px;
    font-family: inherit;
}

p.p_about_us{
    text-align: justify;
    line-height: 2;
    font-size: 17px;
}

p.p_text_box{
    font-size: 15px;
    text-align: justify;
}

.img_text_box_wrapper{
    padding-right: 55px;
}

.img_text_box{
    border: 5px solid #3498DB;
    width: auto;
    height: auto;
    position: relative;
    margin-top: 65px;
}

.img_text_box img{
    float: right;
    position: relative;
    margin-top: -66px;
    margin-right: -58px;
}

.img_text_box p{
    font-size: 16px;
    text-align: justify;
    padding: 15px 15px 10px 15px;
}

.itb_left{
    left: 50px;
}

.itb_left > img{
    float: left;
    position: relative;
    margin-top: -66px;
    margin-left: -55px;

}

#obrazek{
    width: 100%;
    height: 750px;
    background-color: #3498DB;
    background-image: url("../img/s2.jpg");
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    margin-bottom: 0px;
}

#obrazek h3{
    transform: rotate(-90deg);
    float: left;

    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);

    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    color: #fff;
    position: absolute;
    margin-top: 350px;
    margin-left: -150px;
    font-size: 34px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.obrazek_wrapper{
    display: table;
    width: 100%;
    height: 750px;
}

.obrazek_inner{
    display: table-row;
    width: 100%;
    height: 100%;
}

.obrazek_box{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
    padding-left: 20%;
    padding-right: 10%;
}

.obrazek_box p{
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 2;
    font-style: italic;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);

}

#section_caption{
    padding: 50px 10% 50px 10%;
    background-color: #181818;
    color: #fff;
}

#section_caption h3{
    color: #fff;
}

#products{
    width: 100%;
    height: 900px;
    background-color: #181818;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 0px;
    overflow-y: hidden;
}

#products > div:hover{
    opacity: 1;
    transition: 0.7s ease-in-out 0s;
}


.h2{
    height: 600px;
    width: 14.285%;
    float: left;
    margin: 0px;
    display: inline;
    opacity: 0.3;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.w2{
    height: 300px;
    width: 28.57%;
    float: left;
    margin: 0px;
    display: inline;
    opacity: 0.3;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.w2:hover, .w3:hover, .h2:hover{
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.w2.last{
    position: relative;
    top: -300px;
    margin-left: 14.285%;
    opacity: 0.3;
}

.w3{
    height: 300px;
    width: 42.857%;
    float: left;
    margin: 0px;
    display: inline;
    position: relative;
    top: -300px;
    opacity: 0.3;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}



#bg_auto-bedna{
    background-image: url("../img/reference/auto-bedna-n.jpg");
    background-size: cover;
}

#bg_auto-hotove{
    background-image: url("../img/reference/auto-hotove-n.jpg");
    background-size: cover;
}

#bg_auto-konstrukce{
    background-image: url("../img/reference/auto-konstrukce-n.jpg");
    background-size: cover;
}

#bg_auto-zada{
    background-image: url("../img/reference/auto-zada-n.jpg");
    background-size: cover;
}

#bg_konstrukce{
    background-image: url("../img/reference/konstrukce-n.jpg");
    background-size: cover;
}

#bg_postel-foto2{
    background-image: url("../img/reference/postel-foto2-n.jpg");
    background-size: cover;
}

#bg_postel-foto3{
    background-image: url("../img/reference/postel-foto3-n.jpg");
    background-size: cover;
}

#bg_schodiste{
    background-image: url("../img/reference/schodiste-n.jpg");
    background-size: cover;
}

#bg_schody{
    background-image: url("../img/reference/schody-n.jpg");
    background-size: cover;
}

#bg_zabradli{
    background-image: url("../img/reference/zabradli-n.jpg");
    background-size: cover;
}

#bg_zabradli2{
    background-image: url("../img/reference/zabradli2-n.jpg");
    background-size: cover;
}

#bg_pristresek{
    background-image: url("../img/reference/pristresek-n.jpg");
    background-size: cover;
}
 
.gallery{cursor: pointer;}


#about_us{
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}

.reference-img img{
    border: 1px solid #ddd;
    padding: 5px;
}

.stroje_nadpis{
    font-size: 28px !important;
    margin-top: 100px;
    padding-left: 50px;
    padding-right: 50px;
    color: #323232;
    line-height: 1.5;
}

.f_r{
    float: right;
}

table.doosan{
    margin: 25px auto 0px auto;
    border: 1px solid #f1f4fc;
}

table.doosan tr{
    border-bottom: 1px solid #f1f4fc;
}

table.doosan tr td{
    text-align: left;
    padding: 10px 25px;
    border-left: 1px solid #f1f4fc;
}

.doing_list{

}

.doing_list li{
    list-style-type: none;
    font-size: 17px;
    margin-left: 25px;
    padding-bottom: 15px;
}

.doing_list li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0D79dF; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.contact_form div{
    padding: 0px;
    margin: 0px;
}

.contact_form div input{
    background-color: #f1f4fc;
    width: 100%;
    height: 55px;
    border: none;
}

.contact_form textarea{
    background-color: #f1f4fc;
    width: 100%;
    resize: vertical;
    border: none;
    max-height: 400px;
}

.contact_form input[type=submit]{
    width: 150px;
    height: 50px;
    color: #fff;
    background-color: #16264E;
    border: none;
    margin-top: 25px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out 0s;
}

.contact_form input[type=submit]:hover{
    background-color: #0D79dF;
}

.info_o_firme ul{

}

.info_o_firme ul li{
    list-style-type: none;
    padding-bottom: 10px;
    font-size: 17px;
}

.info_o_firme ul li i{
    color: #0D79dF;
    width: 20px;
    text-align: center;
}


footer{
    width: 100%;
    min-height: 450px;
    background-color: #16264E;
    position: relative;
    padding: 50px 10% 20px 10%;
}

footer h4{
    padding: 10px 0px 10px 35px;
    margin: 0px;
    border-left: 5px solid #3498DB;
    font-family: inherit;
    font-size: 20px;
    color: #252525;
    color: #fff;
}

footer ul{

}

footer ul li{
    color: #fff;
    list-style-type: none;
    line-height: 40px;
}

footer ul li i{
    color: #3498db;
    width: 18px;
    text-align: center;
}

footer p{
    color: #fff;
    text-align: justify;
    line-height: 1.5;
    padding: 20px 15px 0px 40px;
    font-size: 14px;
}

footer h5:first-of-type{
    border-top: 1px solid #2a6496;
    margin-top: 25px;
}

footer h5{
    color: #fff;
    background-color: rgba(0,0,0,0.15);
    width: auto;
    display: block;
    height: auto;
    padding: 15px 0px 15px 35px;
    margin: 0px 0px 0px 5px;
    border-bottom: 1px solid #2a6496;
}

.up_arrow{
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 35px;
    opacity: 0.35;
    transition: 5s ease-in-out 5s;
}

#arrow_up{
    cursor: pointer;
}

.mt_100{
    margin-top: 100px;
}

.mb_100{
    margin-bottom: 100px !important;
}

.pr_25{
    padding-right: 25px !important;
}

.pl_25{
    padding-left: 25px !important;
}

.pr_100{
    padding-right: 100px !important;
}

.pl_100{
    padding-left: 100px !important;
}

.mr_25{
    margin-right: 50px;
}

.ml_25{
    margin-left: 50px;
}

.mt_50{
    margin-top: 50px;
}

.pt_50{
    padding-top: 50px; !important;
}

.pt_25{
    padding-top: 25px !important;
}

.sh{
    text-shadow: 1px 1px 0px #0D79dF;
}

#gallery{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(10,10,10,0.8);
    z-index: 500;
    top: 0px;
    left: 0px;
    text-align: center;
}

#gallery .image{
    width: 80%;
    height: 80%;
    margin: 6.5% auto;
    position: relative;
}

#gallery .image img{
    max-height: 100%;
    margin: 0px auto;
}

.none{
    display: none;
}

#close_button{
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    width: auto;
    height: 75px;
    z-index: 501;
    cursor: pointer;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
}



.red_border{
    border: 2px solid red !important;
}

.none{
    display: none;
}

.xs_logo{
    display: none;
}


@media (max-width: 1580px) {
    #addressBar{
    }

    .navigation ul{

    }

    .navigation ul li{
        margin-left: 30px;
    }

    #obrazek{
        background-attachment: scroll !important;
    }
    .adrressBar_inner{
        padding: 0px 2.5% 0px 2.5%;
    }

    .inner-container{
        padding: 0px 2.5% 0px 2.5%;
    }

    .header_box_content{
        padding: 0px 2.5% 204px 2.5%
    }

    .section_content{
        padding: 0px 2.5% 0px 2.5%;
    }

    #section_caption{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    footer{
        padding-left: 2.5%;
        padding-right: 2.5%;
    }



}

#cookie_bar{
    position: fixed;
    z-index: 1000;
    bottom: 0px;
    width: 100%;
    padding: 25px;
    background-color: rgba(255,255,255,0.9);
    color: #222;
    min-height: 75px;
    font-size: 1.25em;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

#cookie_bar p{
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 0px;
}

.cookie_header{
    font-size: 2em;
    padding-left: 5px;
}

.cookie_button{
    background-color: #1a4a72;
    border: 1px solid #0D79dF;
    padding: 10px 50px;
    margin-left: 25px;
    color: #fff;
}

.cookie_button_setup{
    padding: 10px 50px;
    margin-left: 25px;
    background-color: transparent;
    border: 1px solid #ccc;
    cursor: pointer;
    color: #ccc;
}

.cookie_button_setup:hover{
    background-color: #2b669a;
}

.cookie_button:hover{
    cursor: pointer;
    background-color: #2b669a;
}

#cookie_settings{
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,0.95);
    padding: 50px;
    position: fixed;
    z-index: 99999;
    min-height: 200px;
    top: 100px;
    max-width: 1200px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    text-align: center;
}

.cookie_line{
    margin-top: 25px;
}

#cookie_settings .cookie_line .line_caption{
    font-size: 2em;
    text-align: left;
    display: block;
}

.cookie_line p{
    text-align: justify;
    font-size: 1.2em;
}

.settings_chosen_button{
    padding: 15px 25px;
    color: #bbb;
    border: 1px solid #bbb;
    margin: 25px auto 0px auto;
    cursor: pointer;
}

.settings_all_button{
    padding: 15px 25px;
    color: #fff;
    border: 1px solid #2b669a;
    background-color: #0D79dF;
    margin: 25px auto 0px auto;
    cursor: pointer;
}

.settings_chosen_button:hover{
    border-color: #999;
    color: #999;
}

.settings_all_button:hover{
    background-color: #1a4a72;
}

.empty{

}

.xs_clearfix{
    clear: none;
    display: none;
}

.sm_clearfix{
    clear: none;
    display: none;
}

@media (max-width: 1199px) {
    #addressBar{
    }

    .nav_cont{
        display: none;
    }
    #obrazek{
        background-attachment: scroll !important;
    }
}


/** TABLET VERSION - SM **/
@media (max-width: 991px) {
    #cookie_settings{
        max-height: 600px;
        overflow-y: scroll;
    }

    #addressBar{
        display: none;
    }

    .xs_clearfix{
        clear: none;
        display: none;
    }
    
    .nav_cont{
        display: none;
    }
    .nav_xs{
        width: 100%;
        height: 130px;
        background-color: #16264E;
        position: relative;
        top: 0px;
        left: 0px;
        z-index: 500;
        transition: 0.3s ease-in-out 0s;
        overflow-y: hidden;
        display: block;
    }

    .nav_xs i{
        color: #fff;
        position: absolute;
        top: 35px;
        right: 35px;
    }

    .nav_xs ul{
        margin: 25px 0px 0px 0px;
        padding: 0px;

    }

    .nav_xs ul li{
        line-height: 47px;
        color: #fff;
        font-size: 21px;
        text-align: center;
        list-style-type: none;
        border-bottom: 1px solid #2a6496;
    }

    .nav_xs ul li a{
        color: inherit;
    }

    .nav_xs ul li a:hover{
        text-decoration: none;
    }

    .nav_xs ul li.selected{
        background-color: rgba(255,255,255,0.1);
    }

    .xs_logo{
        display: block;
        position: relative;
        z-index: 501;
        margin-top: 25px;
        margin-left: 25px;
    }
    .caption_box h1{
        font-size: 21px;
    }

    .caption_box h2{
        font-size: 18px;
    }

    .nav_open{
        height: 650px;
        transition: 0.3s ease-in-out 0s;
    }
}


/** MOBILE VERSION XS **/
@media only screen and (max-width: 767px) {
    body, html{
        overflow-x: hidden;
    }

    #addressBar{
        display: none;
    }

    .caption_box h1{
        font-size: 25px;
    }

    .caption_box h2{
        font-size: 20px;
    }

    .co_delame{
        padding-right: 2.5% !important;
    }

    .xs_image{
        margin-top: 50px;
    }

    .xs_logo{
        display: block;
        position: relative;
        z-index: 501;
        margin-top: 25px;
        margin-left: 25px;
    }

    .header_box_content{
        padding-bottom: 100px !important;
    }

    #arrow_down{
        font-size: 40px;
    }

    .w2, .w3, .h2{
        width: 50%;
    }

    #products{
        height: auto;
        max-height: 1800px;
    }

    .o_firme{
        margin-top: 25px;
    }

    .pl_100{
        padding-left: 0px !important;
    }

    #about_us{
        margin-bottom: 25px !important;
    }

    .obrazek_box p{
        font-size: 18px;
        text-align: justify;
    }

    footer .f_last{
        padding-bottom: 50px;
    }

    footer #arrow_up{
        font-size: 45px;
    }

    .co_delame div{
        padding-left: 0px;
    }

    .pt_50{
        padding-top: 0px;
    }

    .co_delame h4{
        padding-top: 0px;
        margin-top: 0px !important;
    }

    h4.f_r{
        margin-top: 50px !important;
    }

    .nav_xs{
        width: 100%;
        height: 130px;
        background-color: #16264E;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 500;
        transition: 0.3s ease-in-out 0s;
        overflow-y: hidden;
        display: block;
    }

    .nav_xs i{
        color: #fff;
        position: absolute;
        top: 35px;
        right: 35px;
    }

    .nav_xs ul{
        margin: 25px 0px 0px 0px;
        padding: 0px;

    }

    .nav_xs ul li{
        line-height: 75px;
        color: #fff;
        font-size: 28px;
        text-align: center;
        list-style-type: none;
        border-bottom: 1px solid #2a6496;
    }

    .nav_xs ul li a{
        color: inherit;
    }

    .nav_xs ul li a:hover{
        text-decoration: none;
    }

    .nav_xs ul li.selected{
        background-color: rgba(255,255,255,0.1);
    }

    .xs_mt_25{
        margin-top: 25px;
    }

    .xs_mt_100{
        margin-top: 100px;
    }

    .xs_clearfix{
        clear: both;
    }

    .xs_pr_0{
        padding-right: 0px !important;
    }

    .xs_pl_0{
        padding-left: 0px !important;
    }

    .xs_m_a{
        margin-left: auto;
        margin-right: auto;
    }

    .xs_t_c{
        text-align: center;
    }

    .nav_open{
        height: 586px;
        transition: 0.3s ease-in-out 0s;
    }

    .cookie_button{
        position: relative;
        display: inline-block;
    }
}


