/* 
    Created on : 1.12.2021, 22:43
    Author     : Tomas Bradle tomas@tomasbradle.eu
*/

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



body {    
    font-family: Poppins, Roboto, sans-serif;
    font-weight: 300;
}
    
body:not(.no-wpp) {
    background-image: url('../images/contact.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}


.main-nav {
    /*position: -webkit-sticky;
    position: sticky;
    top: 0;*/
}

.main-nav .nav-link {
    border-bottom: 1px solid transparent;
    
    transition: all .2s;
}

.main-nav .nav-link:hover,
.main-nav .nav-link:active,
.main-nav .nav-link:focus {
    color: #00a5ff !important;
    border-bottom-color: #00a5ff !important;
}

/*.reference-img-wrapper {
    overflow: hidden;
}

.reference-img-wrapper img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(170%, 170%);
}*/

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}


.ml-rem-4 {
    margin-left: 4rem !important;
}

.ml-rem-5 {
    margin-left: 5rem !important;
}

.ml-rem-6 {
    margin-left: 6rem !important;
}

.mr-rem-4 {
    margin-right: 4rem !important;
}

.mr-rem-5 {
    margin-right: 5rem !important;
}

.mr-rem-6 {
    margin-right: 6rem !important;
}


.text-black-10 {
    color: rgba(0,0,0,.1) !important;
}

.text-black-20 {
    color: rgba(0,0,0,.2) !important;
}

.text-black-30 {
    color: rgba(0,0,0,.3) !important;
}

.text-black-40 {
    color: rgba(0,0,0,.4) !important;
}

.text-black-60 {
    color: rgba(0,0,0,.6) !important;
}

.text-black-70 {
    color: rgba(0,0,0,.7) !important;
}

.text-black-80 {
    color: rgba(0,0,0,.8) !important;
}

.text-black-90 {
    color: rgba(0,0,0,.9) !important;
}

.rgba-black-mid {
    background-color: rgba(0,0,0,.4);
}

.transparent {
    background: transparent !important;
}

.d-none-soft {
    display: none;
}

.d-block-soft {
    display: block;
}

@media (min-width: 576px) {

    .d-sm-block-soft {
        display: block;
    }

    .d-sm-none-soft {
        display: none;
    }
    
    .w-sm-30 {
        width: 30% !important;
    }

    .w-sm-40 {
        width: 40% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-60 {
        width: 60% !important;
    }

    .w-sm-70 {
        width: 70% !important;
    }

    .w-sm-80 {
        width: 80% !important;
    }

    .w-sm-90 {
        width: 90% !important;
    }

}

@media (min-width: 768px) {

    .d-md-block-soft {
        display: block;
    }

    .d-md-none-soft {
        display: none;
    }
    
    .w-md-30 {
        width: 30% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-60 {
        width: 60% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }

    .w-md-80 {
        width: 80% !important;
    }

    .w-md-90 {
        width: 90% !important;
    }

}

@media (min-width: 992px) {
    
    .d-lg-block-soft {
        display: block;
    }

    .d-lg-none-soft {
        display: none;
    }
    
    .w-lg-30 {
        width: 30% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-60 {
        width: 60% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-90 {
        width: 90% !important;
    }

}

@media (min-width: 1200px) {
    
    .d-xl-block-soft {
        display: block;
    }

    .d-xl-none-soft {
        display: none;
    }
    
    .w-xl-30 {
        width: 30% !important;
    }

    .w-xl-40 {
        width: 40% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-60 {
        width: 60% !important;
    }

    .w-xl-70 {
        width: 70% !important;
    }

    .w-xl-80 {
        width: 80% !important;
    }

    .w-xl-90 {
        width: 90% !important;
    }
    
}

@media (min-width: 1400px) {

    .d-xxl-block-soft {
        display: block;
    }

    .d-xxl-none-soft {
        display: none;
    }
    
    .w-xxl-30 {
        width: 30% !important;
    }

    .w-xxl-40 {
        width: 40% !important;
    }

    .w-xxl-50 {
        width: 50% !important;
    }

    .w-xxl-60 {
        width: 60% !important;
    }

    .w-xxl-70 {
        width: 70% !important;
    }

    .w-xxl-80 {
        width: 80% !important;
    }

    .w-xxl-90 {
        width: 90% !important;
    }

}


.decoration-blue {
    border-bottom: 2px solid #00a5ff;
}

.page-anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}







/* SIRKY ----------------------------------- */

.w-px-50 {
    width: 50px !important;
}

.w-px-80 {
    width: 80px !important;
}

.w-px-100 {
    width: 100px !important;
}

.w-px-200 {
    width: 200px !important;
}

.w-px-250 {
    width: 250px !important;
}

.w-px-300 {
    width: 300px !important;
}

.w-px-400 {
    width: 400px !important;
}

.w-px-500 {
    width: 500px !important;
}

.w-px-600 {
    width: 600px !important;
}

.w-px-700 {
    width: 700px !important;
}

.w-px-800 {
    width: 800px !important;
}

.w-px-900 {
    width: 900px !important;
}

.w-px-1000 {
    width: 1000px !important;
}

.w-px-1100 {
    width: 1100px !important;
}

.w-px-1200 {
    width: 1200px !important;
}


.w-perc-33 {
    width: 33.33% !important;
}

.w-perc-66 {
    width: 66.66% !important;
}

.w-perc-16 {
    width: 16.665% !important;
}

.w-perc-75 {
    width: 75% !important;
}

.w-perc-25 {
    width: 25% !important;
}


.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}


.w-auto {
    width: auto !important;
}


/* VYSKY ----------------------------------- */

.h-px-0 {
    height: 0px !important;
}

.h-px-50 {
    height: 50px !important;
}

.h-px-100 {
    height: 100px !important;
}

.h-px-200 {
    height: 200px !important;
}

.h-px-300 {
    height: 300px !important;
}

.h-px-400 {
    height: 400px !important;
}

.h-px-450 {
    height: 450px !important;
}

.h-px-500 {
    height: 500px !important;
}

.h-px-600 {
    height: 600px !important;
}

.h-px-700 {
    height: 700px !important;
}

.h-px-800 {
    height: 800px !important;
}

.h-min-px-50 {
    min-height: 50px !important;
}

.h-min-px-100 {
    min-height: 100px !important;
}

.h-min-px-200 {
    min-height: 200px !important;
}

.h-min-px-300 {
    min-height: 300px !important;
}

.h-min-px-400 {
    min-height: 400px !important;
}

.h-min-px-500 {
    min-height: 500px !important;
}

.h-min-px-600 {
    min-height: 600px !important;
}

.h-min-px-700 {
    min-height: 700px !important;
}

.h-min-px-800 {
    min-height: 800px !important;
}






.carousel-indicators li {
    background-color: #222;
    opacity: .4;
}

.carousel-indicators li.active {
    opacity: .9;
}




#nav_toggle {
    width: 4.5rem;
    height: 4.5rem;
    padding: 1.25rem;
    /*background: rgba(0,0,0,.2);*/
}

#nav_toggle span {
    display: block;
    width: 2rem;
    height: 2px;
    background: var(--primary);
    position: absolute;
}

#nav_toggle span:nth-child(1) {
    top: 1.75rem;
    animation: ease .3s nav-toggle-unactive-1 forwards;
}

#nav_toggle span:nth-child(2) {
    top: 2.25rem;
    animation: ease .3s nav-toggle-unactive-2 forwards;
}

#nav_toggle span:nth-child(3) {
    top: 2.75rem;
    width: 1rem;
    left: 2.25rem;
    animation: ease .3s nav-toggle-unactive-3 forwards;
}


#nav_toggle.active-toggle span:nth-child(1) {
    animation: ease .3s nav-toggle-active-1 forwards;
}

#nav_toggle.active-toggle span:nth-child(2) {
    animation: ease .3s nav-toggle-active-2 forwards;

}

#nav_toggle.active-toggle span:nth-child(3) {
    animation: ease .3s nav-toggle-active-3 forwards;
}



/* -------------------------------------------------------------------------- */

@keyframes nav-toggle-active-1 {

    0% {
        top: 1.75rem;
    }

    50% {
        top: 2.25rem;
    }

    100% {
        top: 2.25rem;
        transform: rotate(45deg);
    }

}

@keyframes nav-toggle-active-2 {

    0% {
        top: 2.25rem;
    }

    50% {
        top: 2.25rem;
    }

    100% {
        top: 2.25rem;
        transform: rotate(135deg);
    }

}

@keyframes nav-toggle-active-3 {

    0% {
        top: 2.75rem;
    }

    50% {
        top: 2.25rem;
        transform: scale(0);
    }

    100% {
        top: 2.25rem;
        transform: scale(0);
    }

}

/* -------------------------------------------------------------------------- */

@keyframes nav-toggle-unactive-1 {

    0% {
        top: 2.25rem;
        transform: rotate(45deg);
    }

    50% {
        top: 2.25rem;
    }

    100% {
        top: 1.75rem;
    }

}

@keyframes nav-toggle-unactive-2 {

    0% {
        top: 2.25rem;
        transform: rotate(135deg);
    }

    50% {
        top: 2.25rem;
    }

    100% {
        top: 2.25rem;
    }

}

@keyframes nav-toggle-unactive-3 {

    0% {
        top: 2.25rem;
        transform: scale(0);
    }

    50% {
        top: 2.25rem;
        transform: scale(0);
    }

    100% {
        top: 2.75rem;
    }

}

/* -------------------------------------------------------------------------- */




.text-lg {
    font-size: 1.125rem !important;
}
.text-sm, 
.text-sm p {
    font-size: .875rem !important;
}
.text-xs {
    font-size: .75rem !important;
}
.text-xxs {
    font-size: .65rem !important;
}




.hidden {
    display: none;
}



.loader-wrapper {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 100;
}

.loader-wrapper.is-white {
    background: rgba(255, 255, 255, 0.7);
}













.btn-put-into-calc {
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    animation: ease 1.2s btn-deactivate forwards;
}

.btn-put-into-calc.in-calc {
    border-color: var(--success) !important;
    color: var(--success) !important;
    animation: ease 1.2s btn-activate forwards;
}

.icon-cart {
    position: relative;
    width: 2rem;
    /*background: rgba(0,0,0,.2);*/
    display: inline-block;
    height: 1em;
    margin-top: .15rem;
    margin-bottom: -.15rem;
    margin-left: -.5rem;
    overflow: hidden;
}

.icon-cart > .IC-cart {
    position: absolute;
    left: .5rem;
    animation: ease 1.2s in-left forwards;
}

.icon-cart.active-icon > .IC-cart {
    animation: ease .3s out-right forwards;
}

.icon-cart > .IC-check {
    position: absolute;
    left: .6rem;
}

.icon-cart > .IC-check-cover {
    position: absolute;
    left: .5rem;
    background: #fff;
    width: 2rem;
    height: 1em;
    animation: ease 1.2s check-shrink2vanish forwards;
}

.icon-cart.active-icon > .IC-check-cover {
    animation: ease 1.2s check-left-in forwards;
}

/* -------------------------------- ACTIVATE -------------------------------- */
@keyframes out-right {
    
    0% {
        left: .5rem;
    }
    
    100% {
        left: 2.5rem;
    }
    
}

@keyframes check-left-in {
    
    0% {
        left: .5rem;
    }
    
    5% {
        left: .5rem;
    }
    
    100% {
        left: 2.5rem;
    }
    
}

@keyframes btn-activate {
    
    0% {
        border-color: var(--primary) !important;
        color: var(--primary) !important;
    }
    
    5% {
        border-color: var(--primary) !important;
        color: var(--primary) !important;
    }
    
    100% {
        border-color: var(--success) !important;
        color: var(--success) !important;
    }
    
}

/* ------------------------------- DEACTIVATE ------------------------------- */

@keyframes in-left {
    
    0% {
        left: -2.5rem;
    }
    
    5% {
        left: -2.5rem;
    }
    
    100% {
        left: .5rem;
    }
    
}

@keyframes check-shrink2vanish {
    
    0% {
        left: -2rem;
    }
    
    95% {
        left: .5rem;
    }
    
    100% {
        left: .5rem;
    }
    
}

@keyframes btn-deactivate {
    
    0% {
        border-color: var(--success) !important;
        color: var(--success) !important;
    }
    
    95% {
        border-color: var(--primary) !important;
        color: var(--primary) !important;
    }
    
    100% {
        border-color: var(--primary) !important;
        color: var(--primary) !important;
    }
    
}













.img-text-wrapper ul li {
    margin: 1.5rem 0;
    font-size: 1.1rem;
    list-style-type: square;
    list-style-image: url('../images/square-blue.jpg');
    padding-left: .7rem;
}

.img-text-wrapper.checkers ul li {
    list-style-image: url('../images/check.png');
}

.card {
    /*border-radius: 1rem;*/
    border-radius: .5rem;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.07),0 4px 6px -2px rgba(0,0,0,.05);
}

.modal-base-body {
    background: transparent;
}

.modal-header {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.modal-dialog .modal-content {
    border-radius: .5rem;
}

.close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #fff;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em .75em no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
    
    transition: opacity .2s;
}

.modal-header .close {
  padding: .5rem .5rem;
  margin: -.3rem -.5rem -.5rem auto;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

/*.btn {*/
.btn:not(.btn-rounded) {
    border-radius: .25rem;
    font-weight: 500;
}

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}








.print-wrapper {
    width: 200mm;
    min-height: 287mm;
    padding: 10mm;
    border: 1px solid #dedede;
    box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, .2);
    margin: 20px 10px 40px;
    margin: 30px 10px;
    box-shadow: 0 -10px 0 -5px #fff, 0 -10px 1px -4px rgba(0,0,0,0.15), 0 -20px 0 -10px #fff, 0 -20px 1px -9px rgba(0,0,0,0.15), 0px -5px 42px 5px rgba(0, 0, 0, .2);
    font-size: 90%;
}
    
.print-wrapper h3 {
    font-size: 1.1rem;
    margin-top: 1.5rem;
    margin-bottom: .75rem;
}

.print-wrapper h3 strong {
    font-weight: 600;
}







.top-0 {
    top: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}







.text2read {
    font-size: 18px;
}









