﻿.dropdown-toggle::after {
    border-top: none;
}

.lang-button {
    cursor: pointer;
}

.responsive-video {
    height: 0;
    padding-top: 1px;
    position: relative;
    padding-bottom: 56.25%;
}

    .responsive-video iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

@media (min-width: 992px) {
    .w-lg-66 {
        width: 66.666666666666666666666666666667% !important;
    }

    .w-lg-70 {
        width: 70% !important;
    }
}

.zoomer:hover .overlay-zoom .zoom-icon {
    opacity: 0.4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity = 50);
}

.overlay-zoom {
    z-index: 90;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

    .overlay-zoom .zoom-icon {
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 100;
        width: inherit;
        height: inherit;
        position: absolute;
        background-color: #000;
        background-position: 50%;
        background-repeat: no-repeat;
        background-image: url("../img/magnifier-plus-lined.png");
        filter: alpha(opacity = 0);
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

.fs-3-5 {
    font-size: calc(1.25rem + .4vw) !important
}

@media (min-width: 1200px) {
    .fs-3-5 {
        font-size: 1.5rem !important
    }
}
