#carouselExampleIndicators .carousel-item{
	height: 750px!important;
}

.res-menu{
    position: absolute;
    display: block;
    top: 45px;
}
.res-menu #menu_desk_img{
    position: relative;
    height: 130px;
    z-index: 9;
    margin-top: -53px;
}

.res-menu #menu_desk_img img{width: 131px;}
.collapse.show{
    margin-top: 90px;
}

@media (min-width:150px) and (max-width: 1150px){
    .res-menu{
        position:relative;
        width: 220px;	
            margin-top: -70px;
        }
    .res-menu #menu_desk_img{
        position: absolute;
    }
    
    #breadcrumb{
        margin-top: 70px;
    }
}