@font-face {
    font-family: "Montserrat400"; /* deklarace fontu */
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf"); /* propojení na umístění souboru */
}
@font-face {
    font-family: "Montserrat500"; /* deklarace fontu */
    src: url("../fonts/Montserrat/Montserrat-Medium.ttf"); /* propojení na umístění souboru */
}
@font-face {
    font-family: "Montserrat500i"; /* deklarace fontu */
    src: url("../fonts/Montserrat/Montserrat-MediumItalic.ttf"); /* propojení na umístění souboru */
}
@font-face {
    font-family: "Montserrat600"; /* deklarace fontu */
    src: url("../fonts/Montserrat/Montserrat-SemiBold.ttf"); /* propojení na umístění souboru */
}
@font-face {
    font-family: "Josefin Sans100"; /* deklarace fontu */
    src: url("../fonts/Josefin-Sans/JosefinSans-Thin.ttf"); /* propojení na umístění souboru */
}
@font-face {
    font-family: "Josefin Sans300"; /* deklarace fontu */
    src: url("../fonts/Josefin-Sans/JosefinSans-Light.ttf"); /* propojení na umístění souboru */
}

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

section.va5-section {
    font-family: "Montserrat";
    color: white;
    font-weight: 500;
}

.row {
    color: white;
}

.va5-tiger {
    position: absolute;
    z-index: 0;
    left: 0px;
    transform: translateX(-31%);
}

.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;
}

.moveup {
    top: -13px;
    position: relative;
}

.va3-section {
    background-color: black;
}

.vibrio-main-pic-cover {
    text-align: center;
    position: relative;
}

.zindex6 {
    z-index: 6;
}

#va3-technical-specifications {
    /*    height: 100vh;*/
    background-image: url("../img/products/A4500/va5-tech-spec-bg2.jpg");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.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: -210px;
    left: -1px;
}

.position-relative {
    position: relative;
    z-index: 5;
}

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

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

.va3-top-pic {
    position: absolute;
    right: 30px;
    opacity: 0;
}
#va3-top-pic-display {
    opacity: 0;
    right: 456px;
    top: 235px;
    position: absolute;
}

#kay-ventilator {
    opacity: 1;
    left: 242px;
    top: 311px;
    position: absolute;
    z-index: -1;
    -webkit-animation: spin 0.5s linear infinite;
    -moz-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

#kay-machine {
    max-width: 972px;
}
#rm-animgif {
    transition: opacity 2s;
    left: 15px;
    top: 91px;
    position: absolute;
    z-index: 1;
    transform: rotate(-3deg);
    animation: anim-opacity-fade3 6s linear infinite;
}

/* 
.amplify-cover {
    margin-left: 111px;
} */

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#see-it-ir {
    transition: opacity 2s;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    animation: anim-opacity-fade3b 6s linear infinite;
}

.see-it-cover {
    display: inline-block;
    position: relative;
}

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;
}

.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;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.upper-text-va5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 2px;
    vertical-align: text-top;
    color: white;
    font-weight: 400;
}

.va3-main-features {
    color: white;
    font-family: Roboto;
    position: relative;
    transform: translateY(-76px);
    z-index: 100;
}

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

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

.collect-import-box {
    position: absolute;
    left: 7%;
    margin-top: -168px;
    max-width: 640px;
}

.va3-section a:hover,
a:focus {
    color: white !important;
}

.button-dds-download {
    margin-left: 66px;
}

.margintop5 {
    margin-top: 5px;
}

.bigger-white {
    font-size: 30px;
    font-weight: 700;
}

.normal-white {
    font-size: 20px;
}

.nomarginbottom {
    margin-bottom: 0px;
}

.tc-left {
    text-align: left;
}

.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;
}

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

.slide-from-down-earlier-class {
    transform: translateY(0px);
    opacity: 1;
}

.nomargintop {
    margin-top: 0px;
}

.margintopminus30 {
    margin-top: -30px;
}

.show-from-zero {
    transition: opacity 2s ease-out;
    opacity: 0;
}

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

.ts-info {
    color: white;
    margin-top: 60px;
    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: 16px;
    line-height: 1.6em;
}

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

#vibrio-side {
    max-width: 972px;
}

.box1lr,
.box2lr {
    position: relative;
    z-index: 100;
}
.margin-auto {
    margin: auto;
}

/* DESKTOP VERSION  */
@media all and (min-width: 801px) and (min-height: 570px) and (-webkit-min-device-pixel-ratio: 1),
    all and (min-width: 801px) and (min-height: 570px) and (min-width: 0\0) {
    .box1lr {
        margin-top: 102px;
    }

    .box2lr {
        margin-top: 470px;
    }

    .va3-mf-group-first {
        margin-left: -30px;
    }
    .paddingtopmenu {
        padding-top: 102px !important;
    }

    .sheets-right {
    }

    .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: 420px;
    }

    .prevent-accid {
        color: white;
        top: 25px;
    }
    .vibrio-top-text {
        margin-top: 520px;
        color: white;
        top: 25px;
    }

    #prevent-accidental {
        position: absolute;
        top: 0px;
    }
    #vibrio-top {
        position: absolute;
        top: -30px;
    }

    #vibrio-angle {
        position: absolute;
        top: 0px;
        left: 162px;
    }

    #vibrio-section-lr {
        min-height: 100vh;
    }

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

/*  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: 0.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: 90px;*/
    bottom: -65px;
}

.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%;
    margin-bottom: 50px;
}

.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: 2em;
    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;
}

#vibrio-dds-display {
    position: absolute;
    left: 73.1%;
    top: 32.3%;
    width: 13%;
    animation: anim-display-movement 4s infinite;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#vibrio-dds-display-gray {
    position: absolute;
    left: 73.1%;
    top: 32.3%;
    width: 13%;
    opacity: 1;
}

#dds-display {
    position: absolute;
    width: 49.2%;
    left: 7%;
    top: 29.5%;
    image-rendering: pixelated;
}
#dds-display2 {
    position: absolute;
    width: 49.2%;
    left: 7%;
    top: 29.5%;
    image-rendering: pixelated;
    animation: anim-opacity-fade2 4s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.slick-prev,
.slick-next {
    top: 45%;
}

#arrows-left {
    animation: anim-opacity-fade 4s infinite;

    position: absolute;
    transition: opacity 1s;
    left: 61%;
    top: 49%;
}

@keyframes anim-display-movement {
    0% {
        opacity: 0;
        left: 73.1%;
    }
    30% {
        opacity: 1;
        left: 73.1%;
    }

    100% {
        left: 22.3%;
        opacity: 0;
    }
}
@keyframes anim-opacity-fade {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    60% {
        opacity: 0.5;
    }

    80% {
        opacity: 1;
    }
}
@keyframes anim-opacity-fade2 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes anim-opacity-fade3 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    75% {
        opacity: 0.6;
    }
    90% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}
@keyframes anim-opacity-fade3b {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes anim-opacity-fade4 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

#industry-pipe-overlay {
    position: absolute;
    left: 0;
    top: 0;
}
#industry-pipe-gas {
    position: absolute;
    left: 51%;
    top: 20%;
    opacity: 1;
    animation: anim-opacity-fade4 1s infinite;
}

#industry-pipe-sensor {
}

.ip-sensor-cover {
    top: 63%;
    position: absolute;
    left: 0%;
    animation: sensor-anim2 10s infinite;
}

.ip-db-cover div {
    position: absolute;
    width: 100%;
    padding-top: 5px;
    background-color: rgba(0, 0, 0, 1);
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 22px;
}

.ip-db1a {
    opacity: 1;
}
.ip-db1b {
    opacity: 0;
    animation: sensor-db1b 5s infinite;
}
.ip-db1c {
    opacity: 0;
    animation: sensor-db1c 10s infinite;
}
.ip-db1d {
    opacity: 0;
    animation: sensor-db1d 10s infinite;
}
.ip-db1e {
    opacity: 0;
    animation: sensor-db1e 10s infinite;
}
.ip-db1f {
    opacity: 0;
    animation: sensor-db1f 10s infinite;
}
.ip-db2a {
    opacity: 0;
    animation: sensor-db2a 10s infinite;
}
.ip-db2b {
    opacity: 0;
    animation: sensor-db2b 10s infinite;
}

@keyframes sensor-anim2 {
    0% {
        left: 0%;
        top: 63%;
        opacity: 0;
    }
    20% {
        opacity: 1;
        top: 63%;
    }
    40% {
        left: 30%;
        top: 62%;
        opacity: 1;
    }
    /*    45%   {
            top: 60%;
        }
        55%   {
            top: 55%;
        }*/
    65% {
        left: 36%;
        top: 49%;
        opacity: 1;
    }
    75% {
        left: 36%;
        top: 49%;
        opacity: 1;
    }
    95% {
        left: 42%;
        top: 61%;
        opacity: 1;
    }
    100% {
        left: 60%;
        top: 60%;
        opacity: 0;
    }
}
@keyframes sensor-db1b {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    15% {
        opacity: 0;
    }
    20% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    35% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    80% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sensor-db1c {
    0% {
        opacity: 0;
    }
    27% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sensor-db1d {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    43% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sensor-db1e {
    0% {
        opacity: 0;
    }
    47% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sensor-db1f {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    54% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    85% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sensor-db2a {
    0% {
        opacity: 0;
    }
    57% {
        opacity: 0;
    }
    60% {
        opacity: 1;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sensor-db2b {
    0% {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    67% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    81% {
        opacity: 0;
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.industry-pipe-img-cover {
    max-width: 1080px;
    display: inline-block;
    position: relative;
}

.feel-it-cover {
}

.feel-it-right {
    /*    background-color: gray;*/
}

.feel-it-slider {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

.feel-it-sensor {
    margin-top: 25px;
    margin: auto;
}

.feel-it-slider-p {
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 2em;
}

#va5-top-section {
}

.va5-big-josefin-font {
    font-weight: 100;
    font-family: "Josefin Sans";
    font-size: 98px;
    letter-spacing: -3px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.va5-big-mont-font {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 32px;
    letter-spacing: 8px;
    line-height: 1.6em;
}

.va5-subhead-mont-font {
    color: #757576;
    font-size: 16px;
}
.va5-subhead-mont-font-white {
    color: white;
    font-size: 22px;
}

.va5-medium-mont-font {
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1.8em;
}
.va5-classic-font {
    font-size: 16px;
    line-height: 2.2em;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}

.va5-grayed-mont-it-font {
    font-size: 14px;
    color: #757576;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#va5-title {
    margin-top: 234px;
}

.top-slogan {
    margin-top: 50px;
    margin-bottom: 40px;
    line-height: 1.6em;
}

#va5-va {
    margin-top: 5px;
    line-height: 1.8em;
}

#va5-loaded {
    margin-top: 70px;
    margin-bottom: 206px;
}

#va5-versatility-img {
    position: absolute;
    z-index: -1;
    left: 37px;
    top: -50px;
    transform: rotate(0.2deg);
}
#va5-tough-img {
    position: absolute;
    z-index: -1;
    left: 10px;
    top: -50px;
}

#va5-leg {
    margin: auto;
    display: block;
    max-width: 100%;
}

#va5-hand-video {
    max-width: 100%;
    position: relative;
}

.va5-padding-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.va5-versatility-paragraph-box {
    max-width: 100%;
    width: 300px;
    margin: auto;
    margin-top: 413px;
    text-align: center;
}

/*.pic-cover {
    height: -webkit-fill-available;
}*/

.va5-tough-paragraph-cover {
    margin-top: 1070px;
    text-align: center;
    margin-bottom: 60px;
}

.marginbottom100 {
    margin-bottom: 100px;
}

#va5-img-top-left {
    position: absolute;
    z-index: -1;
    left: -200px;
    opacity: 0;
}
#va5-img-top-right {
    position: absolute;
    z-index: -1;
    right: -200px;
    opacity: 0;
}

#va5-top-paragraph {
    opacity: 0;
}

/* .amplify-cover {
    margin-left: 111px;
} */

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

#va3-carousel-bg {
    position: absolute;
    top: -278px;
    left: -252px;
    opacity: 0.5;
}

.va3-carousel-2019 p {
    font-size: 16px;
    padding-right: 45px;
    line-height: 1.8em;
    padding-left: 40px;
}

p.va3-carousel-subtitle {
    text-transform: uppercase;
    color: white;
    font-size: 30px;
    font-weight: bold;
    font-family: "Montserrat";
}

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

.col-md-4.scr-box-right {
    padding-left: 0px;
}

#va5-leg-mobile {
    margin: auto;
    display: none;
    max-width: 100%;
}

/* The element to apply the animation to */

/* 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) {
}

/* BETWEEN VERSION - va3 display */
@media (min-width: 565px) and (max-width: 812px) {
}

/*IPAD*/
@media (min-width: 768px) and (max-width: 812px) {
}

/* IPAD PRO */
@media (min-width: 812px) and (max-width: 1025px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*    #rm-animgif {
            left: 4%;
        }
        #vibrio-top-pic-display {
            left: 27%;
        }*/
    .amplify-cover {
        margin-left: 30px;
    }
}

@media (max-width: 1199px) {
    #va5-versatility-img {
        max-width: 100%;
        left: 0px;
    }

    #va5-tough-img {
        max-width: 100%;
        left: 0px;
    }

    .va3-carousel-2019 .scr-box img,
    .va3-carousel-2019 img.va3-screen {
        margin: auto;
        margin-left: auto;
        max-width: 100%;
    }

    #va3-carousel-bg {
        display: none;
    }

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

    .scr-box-right {
        padding-top: 25px;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .va5-top-img {
        display: none;
    }
    .amplify-cover {
        margin-left: -81px;
    }

    #va5-leg {
        display: none;
    }

    #va5-leg-mobile {
        display: block;
    }

    #va5-loaded {
        margin-bottom: 50px;
    }

    /*    #vibrio-top-pic-display {
            left: 32%;
        }
    
        #rm-animgif {
            left: 3%;
        }*/
}
@media (max-width: 768px) {
    .see-it-cover {
        margin-left: 5%;
    }
}
@media (max-width: 480px) {
    .see-it-cover {
        margin-left: -16%;
    }

    .amplify-cover {
        margin-left: -41%;
    }

    #va5-versatility-img {
        position: relative;
    }

    .va5-versatility-paragraph-box {
        margin-top: 0px;
    }

    #va5-title {
        margin-top: 100px;
    }

    #va5-tough-img {
        position: relative;
    }

    .va5-tough-paragraph-cover {
        margin-top: 0px;
    }

    .industry-pipe-img-cover {
        margin-left: -75%;
    }
}

@media (min-width: 992px) {
    .feel-it-left {
        padding-right: 0px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .va5-tough-paragraph-cover {
        margin-top: 92%;
    }
}

.border-gray {
    border: 1px solid #6a6a6a;
}

@media (min-width: 1400px) and (max-width: 1850px) {
    .va5-tiger {
        transform: translateX(-61%);
    }
}

@media (max-width: 1399px) {
    .va5-tiger {
        display: none !important;
    }
}
