@media (max-width:992px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .box_f0 {
        zoom: 50%;
    }
}

@media (max-width:767px) {
    .container {
        width: 100%;
    }

    .breadcrumbs-wrap {
        display: none
    }

    .lsvr-slide-list {
        padding-bottom: 70px;
    }

    .lsvr-slide-list-item-content {
        padding: 0;
        text-align: center;
    }

    .lsvr-slide-list-item-content-inner {
        padding: 30px;
        max-width: 100%;
    }

    .lsvr-slide-list-item-content-inner:before {
        display: none;
    }

    .lsvr-slide-list-item-title {
        font-size: 1.125em;
    }

    .lsvr-slide-list-item-text {
        font-size: 1em;
    }

    .lsvr-slide-list-nav {
        bottom: 15px;
        right: 50%;
        margin-right: -50px;
    }

    .container {
        padding: 0 15px;
    }

    .header-title-tagline {
        display: none;
    }

    .page-title {

        margin-bottom: 30px
    }

    .main-box {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .home .footer-bottom {
        padding-left: 15px;
        padding-right: 15px
    }

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

}

@media (max-width:499px) {
    .nv-infodie {
        width: 100%;
    }
}

@media (max-width:480px) {
    .nv-infodie {
        width: 100%;
    }

    .lsvr-container {
        padding: 0 15px;
    }
}

@media (min-width:500px) and (max-width:991px) {}

@media (min-width:500px) {
    .nv-infodie {
        width: 500px;
        top: 100px;
        left: 0;
        right: 0;
    }
}

@media (min-height:500px) {

    .home .footer-bottom {
        padding-left: 0;

    }
}

@media (min-height:500px) {

    .nv-infodie {
        height: 500px;
        top: 5%;
    }
}

@media (min-width:768px) {
    .wraper {
        width: 100%;
    }

    .lsvr-slide-list-item-animate-out {
        animation: lsvr-slide-list-out 500ms 1 ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 300ms;
    }

    .lsvr-slide-list-item-animate-out .lsvr-slide-list-item-content-inner {
        animation: lsvr-slide-list-content-out 500ms 1 ease-in-out;
        animation-fill-mode: forwards;
    }

    .lsvr-slide-list-item-animate-in {
        animation: lsvr-slide-list-in 250ms 1 ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 250ms;
    }

    .lsvr-slide-list-item-animate-in .lsvr-slide-list-item-content-inner {
        animation: lsvr-slide-list-content-in 500ms 1 ease-in-out;
        animation-fill-mode: forwards;
        animation-delay: 500ms;
    }

    @keyframes lsvr-slide-list-out {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes lsvr-slide-list-content-out {
        0% {
            left: 0;
        }

        100% {
            left: -500px;
        }
    }

    @keyframes lsvr-slide-list-in {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes lsvr-slide-list-content-in {
        0% {
            left: -500px;
        }

        100% {
            left: 0;
        }
    }
}

@media (max-width:1199px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home .footer-bottom {
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .container {
        width: 100%;
    }

    .header-menu {
        transition: filter 250ms;
    }

    .header-menu-list {
        padding: 0 30px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .header-menu-list>.header-menu-item:first-child {
        margin-top: 0;
        padding: 0 30px;
    }

    .header-menu-list>.header-menu-item {
        margin-top: 15px;
        padding: 0 30px;
    }

    .header-menu-list>.header-menu-item-has-children:before {
        transition: all 150ms;
        font: normal normal normal 14px/1 FontAwesome;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f105';
        position: absolute;
        top: 4px;
        right: 15px;
        font-size: 12px;
        opacity: 0.5;
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper {
        display: block;
        text-align: left;
        overflow: hidden;
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper>.header-menu-item-link:before {
        transition: all 250ms;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        margin: -2px 10px 0 0;
        width: 500px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.25);
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper>.header-menu-item-link:active:before {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .header-menu-list>.header-menu-item-hover>.header-menu-item-link-wrapper>.header-menu-item-link:before,
    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper>.header-menu-item-link:hover:before {
        background-color: #FFF;
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper>.header-menu-item-link {
        position: relative;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper>.header-menu-item-link:before {
        transition: all 250ms;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 100%;
        margin: -2px 10px 0 0;
        width: 500px;
        height: 2px;
    }

    .header-menu-list>.header-menu-item>.header-menu-submenu {
        box-sizing: border-box;
        display: none;
        position: absolute;
        top: 0;
        left: 100%;
        margin: -10px 0 0 -10px;
        padding: 15px 20px;
        width: 200px;
        font-size: 16px;
        border-radius: 5px;
        z-index: 40;
        box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
        background-color: #FFF;
    }

    .header-menu-list>.header-menu-item>.header-menu-submenu>.header-menu-item:first-child {
        margin-top: 0;
    }

    .header-menu-submenu .header-menu-item-link {
        box-shadow: 0 0 0 0 #333;
        color: #333;
    }

    .header-menu-list>.header-menu-item>.header-menu-submenu .header-menu-item-current>.header-menu-item-link {
        font-weight: bold;
    }

    .header-menu-list>.header-menu-item>.header-menu-submenu:before {
        content: '';
        display: block;
        position: absolute;
        top: 13px;
        left: -8px;
        width: 0;
        height: 0;
        border: 1px solid transparent;
        border-width: 7px 9px 7px 0;
        border-right-color: #FFF;
        border-left-color: #FFF;
    }

    .header-menu-list>.header-menu-item-has-children:hover:before {
        right: 0;
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper>.header-menu-item-link:hover {
        padding-right: 10px;
    }

    .header-menu-submenu .header-menu-item-link:hover {
        box-shadow: 0 2px 0 0 #333;
    }

    .header-menu-submenu .header-menu-item-link:active {
        box-shadow: 0 0 0 0 #333;
    }

    .header-menu-list>.header-menu-item>.header-menu-submenu>.header-menu-item {
        margin-top: 10px;
    }

    .header-has-panel-collision.header-has-expanded-panel .header-menu {
        filter: blur(2px);
        pointer-events: none;
    }
}

@media (max-width: 1400px) {
    .header-branding-inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header-branding-inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header-menu-list {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1199px) {
    #header {
        position: relative;
        width: auto;
        height: auto;
    }

    .header-in {
        padding: 0;
        height: auto;
    }

    .header-menu {
        display: none;
        margin: 0 auto;
        padding: 0 20px 45px 20px;
        max-width: 400px;
    }

    .header-has-search .header-languages,
    .header-languages {
        position: relative;
        top: auto;
        right: auto;
    }

    .header-menu-list>.header-menu-item {
        position: relative;
        margin-top: 15px;
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper {
        display: block;
        overflow: hidden;
    }

    .header-mobile-toggle-icon:before {
        font: normal normal normal 14px/1 FontAwesome;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f0c9';
        position: relative;
        top: 1px;
    }

    .header-mobile-toggle-active .header-mobile-toggle-icon:before {
        content: '\f00d';
        font-size: 16px;
        top: -1px;
    }

    .header-menu-list {
        padding: 0;
    }

    .header-menu-list>.header-menu-item:first-child {
        margin-top: 0;
        position: relative;
        margin-top: 15px;
    }

    .header-menu-list>.header-menu-item-has-children>.header-menu-item-link-wrapper {
        margin-right: 40px;
        display: block;
        overflow: hidden;
    }

    .header-menu__list>.header-menu__item>.header-menu__item-link-wrapper {
        display: block;
        overflow: hidden;
        margin-right: 40px;
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper>a:before {
        transition: all 250ms;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        margin: -2px 0 0 10px;
        width: 400px;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.25);
    }

    .header-menu-list>.header-menu-item>.header-menu-item-link-wrapper>a {
        position: relative;
        font-size: 1em;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        background: none;
        color: #fff;
    }

    .header-menu-submenu-toggle {
        color: #FFF;
        border-color: rgba(255, 255, 255, 0.25);
        display: block;
        position: absolute;
        top: -4px;
        right: 0;
        padding: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 2px solid transparent;
        border-radius: 50%;
    }

    .header-menu-submenu-toggle {
        color: #FFF;
        border-color: rgba(255, 255, 255, 0.25);
    }

    .header-menu-submenu-toggle-icon:before {
        font: normal normal normal 14px/1 FontAwesome;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f107';
        font-size: 18px;
    }

    .header-menu-submenu {
        display: none;
        margin-left: 30px;
    }

    .header-menu-submenu .header-menu-item {
        margin-top: 15px;
    }

    .header-menu-submenu a {
        box-shadow: 0 0 0 0 #fff;
        color: #fff;
    }

    .header-search {
        display: none;
        position: relative;
        top: auto;
        right: 0;
        margin: 0 auto;
        padding: 0 20px 45px 20px;
        max-width: 400px;
    }

    .header-panel {
        display: none;
        position: relative;
    }

    .header-branding-inner {
        padding: 15px 20px;
    }

    .header-menu {
        display: none;
        margin: 0 auto;
        padding: 0 20px 45px 20px;
        max-width: 400px;
    }

    .header-mobile-toggle:active {
        box-shadow: none;
    }

    .header-mobile-toggle:hover {
        box-shadow: 0 0 0 1px rgb(255 255 255 / 80%);
    }

    .header-mobile-toggle {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 35px;
        font-size: 20px;
        text-align: center;
        border-radius: 50%;
        border: 2px solid transparent;
        color: #FFF;
        border-color: rgba(255, 255, 255, 0.8);
    }

    .header-search {
        display: none;
        position: relative;
        top: auto;
        right: 0;
        margin: 0 auto;
        padding: 0 20px 45px 20px;
        max-width: 400px;
    }

    .header-search-form {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }

    .header-search-toggle {
        display: none;
    }

    .header-search-form:before {
        display: none;
    }

    .header-panel-inner {
        padding: 30px 30px;
    }

    .content-contact-2 {
        margin-bottom: 30px;
    }

    .main-box {
        padding-left: 0;
        padding-right: 0;
    }

    .lsvr-posts-post {
        margin: 0 0 30px 0;
    }

    .page-one-about-us .de {
        padding-left: 0;
    }

    .pdd-lr-60 {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-bottom {
        text-align: center;
    }

    .menu-footer {
        display: none;
    }

    .mrg-bottom-0 {
        margin-bottom: 10px;
    }
}