.container {
    padding-left: 10px;
    padding-right: 10px;
}

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

}
@media (max-width:767px) {
    .container {
        width:100%;
    }
    .breadcrumbs-wrap{
       display:none
   }
   .main-menu-box{
    display: none
}
.news-image{
    width: 150px;
    height: 150px;
}
.news-list-l{
    max-height: 150px;
    overflow-y: auto
}
header{
    margin-bottom: 10px;
}
.menu-left-box{
    display: none
}
}
@media (max-width:499px) {
    .nv-infodie {
        width:100%;
    }
    
}
@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) {
    .container {
        width:100%;
    }
    .nv-infodie {
        height:500px;
        top:5%;
    }
}
@media (min-width:768px) {
    .container {
        width:100%;
    }
    
}
@media (min-width:992px) {
    .container {
        width:100%;
        max-width:1200px;
    }
}
@media (min-width:1200px) {
    .container{
        width:1200px;
    }
}
