/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width:993px) {
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (max-width: 992px){
    .container{
        max-width: 100%;
    }
    .owl-nav .owl-next span{
        right: -7px;
    }
    .owl-nav .owl-prev span {
        left: 1px;
    }
    .slide .carousel-item img {
        height:auto;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
}
@media (max-width:768px) {
.img-det {
        float: none !important;
        text-align: center;
    }
    .footer-itsa {
        padding: .6em 0 40px;
    }
    .section-video {
        padding: 10px 0;
    }
    .decor-index{
        height: auto;
    }
    .vorud ul li a{
        padding: 0!important;
    }
    .logo-xs {
        width: 94px;
        top: 0;
        right: 0;
    }
    .menu {
        background: #0d2452 !important;
        display: flex;
        justify-content: flex-end;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 30;
    }
    .site-header{
        padding-top: 45px;
    }
    .menu button {
        position: absolute;
        right: 14px;
        top:1px;
        background: #ccc;
    }

}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (max-width: 576px){
    .vorud ul li a i{
        font-size: 20px;
        margin: 5px;
    }
}

@media (max-width: 480px) {
}

@media (max-width: 430px) {

}

@media (max-width:350px) {
}

