html, body {
    max-width: 100%;
    overflow-x: hidden;
    color: white;
}

.row {
    color: white;
}

.transition025 { transition: opacity 0.25s, transform 0.25s; }
.transition05 { transition: opacity 0.5s, transform 0.5s, visibility 0.5s; }
.transition1 { transition: opacity 1s, transform 1s; }
.transition15 { transition: opacity 1.5s, transform 1.5s; }
.transition2 { transition: opacity 2s, transform 2s; }
.transition3 { transition: opacity 3s, transform 3s; }
.transition4 { transition: opacity 4s, transform 4s; }
.transition5 { transition: opacity 5s, transform 5s; }

.fromLeft {      
    transform: translateX(-50%) !important;
}

.fadeIn {
    visibility: hidden;
    opacity: 0;
}

.va3-section {
    background-color: black;


}

#va3-technical-specifications {
    /*    height: 100vh;*/
    background-image: url("../img/products/WAVIS/WAVIS-background.jpg");
    background-repeat: no-repeat;
    background-position: right bottom 710px;
} 

.va3-carousel-2019 {
    color: white;
}

.va3-carousel-2019 p {
    font-size: 19px;
    padding-left: 35px;
    line-height: 1.6em;
}

p.va3-carousel-subtitle {
    text-transform: uppercase;
    color: white;
    font-size: 30px;
    font-weight: bold;
    font-family: 'PT Sans Narrow';
}

.va3-carousel-2019 .scr-box img, .va3-carousel-2019 img.va3-screen {
    max-height: none;
    max-width: none;
    margin-left: 187px;
}

div.va3-carousel-2019-cover {
    padding-top: 201px;
    /*    overflow: hidden;*/
    min-height: 637px;
}

.va3-modules-top {
    margin-bottom: 50px;
}

.slick-list, .slick-slide:focus {
    outline: none !important;
}

.slick-slide:focus { outline: none; }

.slick-slide {
    &:focus, a {
        outline: none;
    }
}


#va3-carousel-bg {
    position: absolute;
    top: -37px;
    left: 45px;
}



.position-relative {
    position: relative;
}

.product-top {
    margin-top: 102px;
    padding-top: 60px;
    /*height: 652px;*/
}

.hidden-alpha {
    visibility: hidden;
    opacity: 0;
}

.va3-top-pic {
    position: absolute;
    top: 50px;
    right: -110px;
    opacity: 0;
}
#va3-top-pic-display {
    opacity: 0;
    right: 194px;
    top: 155px;
    position: absolute;
}

h2.va3-subtitle {
    font-family: Roboto !important;
    color: #696D73 !important;
}

p.section-subtitle {
    font-family: Roboto !important;
    color: #696D73 !important;
    font-size: 20px;
    text-align: center;
}

p.subsection-title {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

.va3-title {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
    font-size: 48px !important;
}

h3.va3-section-title {
    color: white;
    text-align: center;
    font-size: 48px;
    font-family: 'PT Sans Narrow';
    text-transform: uppercase;
    padding-top: 30px;

}



.va3-main-features {
    color: white;
    font-family: Roboto;
    margin-top: 100px;
}

.va3-mf-group {
    margin-bottom: 50px;
}

.va3-mf-bigger {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0px;
}

.va3-mf-smaller {
    font-size: 20px;
    font-weight: 400;
}

.white {
    color: white !important;
}

.upper-text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    vertical-align: top;
    margin-left: 2px;
}

.slide-from-down {
    transform: translateY(30px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
}

.slide-from-down-class {
    transform: translateY(0px);
    opacity: 1;
}
.show-from-zero {
    transition:  opacity 2s ease-out;
    opacity: 0;
}

.show-from-zero-class {
    opacity: 1;
}

.ts-info {
    color: white;
    margin-top: 20px;
    margin-bottom: 60px;
}

.ts-left {
    text-align: right;
}
.ts-right {
    text-align: left;
}

.ts-left-attr, .ts-right-attr {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 5px;
}
.ts-left-value, .ts-right-value {
    font-weight: 400;
    font-size: 19px;
}

.ts-row {
    padding-bottom: 10px;
    padding-top: 10px;
}

.box-text {
    margin-top: 30px;
    color: white;
    top: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 2.0em;
}


/* DESKTOP VERSION  */
@media all and (min-width: 800px) and (min-height: 570px) and (-webkit-min-device-pixel-ratio: 1),
all and (min-width: 800px) and (min-height: 570px) and (min-width: 0\0) {
    .paddingtopmenu {
        padding-top: 102px !important;
    }


    .col-md-7.scr-box-right {
        padding-left: 70px;
        padding-right: 60px;
    }

    .sheets-left {
        text-align: right;
    }
    .sheet-cover img {
        max-width: 297.5px;
        max-height: 50vh;
    }

    .prevent-accid {
        margin-top: 500px;
        color: white;
        top: 25px;
    }

    #prevent-accidental {
        position: absolute;
        top: 57px;
        opacity: 0.9;
    }

    .box-text {
        margin-top: 621px;

    }

}






/*  SLICK SLIDER */

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 33px;
    height: 41px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background-repeat: no-repeat;
}
.slick-next {
    right: -15px;
    background-image: url(../img/products/A4300/2019/arrow-right.svg);

}

button.slick-arrow:focus {
    border: none !important;
}

.slick-prev {
    left: -15px;
    background-image: url(../img/products/A4300/2019/arrow-left.svg);
}
/*.slick-prev:before {
    content: '←';
}*/
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*.slick-next:before {
    content: '→';
}*/

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 106px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #696D73;
    border: 0;
    outline: none;
    background: #696D73;
}

.slick-dots li.slick-active button {
    background: white;
}

.sheet-title {
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
}

.sheet-title:hover, .sheet-lang:hover, .sheet-other-lang:hover {
    color: white;
}

.sheet-lang {
    display: block;
    color: white;
    font-size: 19px;
    text-align: center;
    width: 100%;
}

.sheet-lang a, .sheet-lang a:hover {
    color: white;
}

.sheet-cover {
    display: inline-block;
    opacity: 0.9;
    transition: opacity 0.5s;
}

.sheet-other-lang {
    color: white;
}

.sheet-cover:hover {
    opacity: 1;
}

.col-md-4.pad-box {
    text-align: center;
    font-size: 20px;
    line-height: 2.0em;
    padding-left: 25px;
    padding-right: 25px;
}

#box-img {
    position: absolute;
    left: 70px;
    top: 50px;
}


.tooltip_templates {
    display: none;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: blue;
    border: 3px solid red;
    border-radius: 6px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: blue;
    padding: 8px;
}

.pos-rel {
    position: relative;
    z-index: 1;
}



/* MOBILE VERSION - bez animací, informace seřazeny pod sebou */
@media (min-width: 0px) and (max-width: 800px) and (orientation: portrait),
(min-width: 0px) and (max-width: 812px) and (orientation: landscape) { 

    #va3-technical-specifications {
        background-position: center bottom;
        background-size: auto;
    }
    
    .slick-prev, .slick-next {
        top: 42%;
    }

    #va3-top-pic {
        position: initial;
        max-width: 100%;
        transform: none !important;
    }

    #va3-top-pic-display {
        width: 42%;
        top: 26%;
        left: 33%;
    }

    .va3-top-pic-cover {
        position: relative;
    }

    .va3-top-pic {
        right: auto;
    }

    #box-img {
        position: initial;
        max-width: 100%;
    }
    #prevent-accidental {
        position: initial;
        max-width: 100%;
    }

    .product-top {
        margin-top: 0px;
    }


    .marginbottom30-mobile {
        margin-bottom: 30px
    }
    .marginbottom50-mobile {
        margin-bottom: 50px
    }
    .margintop30-mobile {
        margin-top: 30px
    }
    .margintop50-mobile {
        margin-top: 50px
    }

    div.va3-carousel-2019-cover {
        padding-top: 70px;
    }

    .va3-carousel-2019 .scr-box img, .va3-carousel-2019 img.va3-screen {
        display: inline-block;
        margin-left: 0px;
    }

    .va3-carousel-2019 {
        margin-top: 126px;
    }

    .va3-modules-img-cover {
        width: 100%;
        overflow: hidden;

    }

    .va3-mobules-img-wrapper {
        width: 100%;
        text-align: center;
    }

    #va3-carousel-bg {
        position: absolute;
        /* top: -37px; */
        left: auto;
        transform: translateX(calc(-50% - 5px));

        /* max-width: 132%; */
    }

    .slick-dots {
        position: initial;
        padding-bottom: 30px;
    }

    .scr-box-right {
        margin-top: 88px;
    }

    .va3-carousel-2019 p {
        padding-left: 0px;
    }
}


/* BETWEEN VERSION - va3 display */ 
@media (min-width: 565px) and (max-width: 812px) {
    #va3-top-pic-display {
        left: 216px;
        width: auto;
        top: 153px;
    }
}

/*IPAD*/
@media (min-width: 768px) and (max-width: 812px) {
    .ts-left {
        text-align: right;
        width: 50%;
    }

    .ts-right {
        width: 50%;
        margin-left: 50%;
    }

    .box-text {
        margin-top: 50px;
    }
    #box-img {
        margin-top: -170px;
    }
    .prevent-accid {
        margin-top: 10px;
    }
}

/* IPAD PRO */
@media (min-width: 812px) and (max-width: 1025px) {
    #prevent-accidental {
        max-width: 97%;
        top: 40%;
    }

    #box-img {
        max-width: 97%;
        left: auto;
    }
}
/* IPAD PRO */
@media (max-width: 500px) {
    .col-md-4.pad-box {
        padding-bottom: 50px;
    }
}
