.no-break{
	display: none;
}
@media (max-width: 767px) {
.mega-menu-item ul.mega-sub-menu {
	display: none !important;
}
.mega-menu-expand{
	position: absolute;
    display: block;
    width: 100%;
    z-index: 111;
    background: #fff;
}
.mega-menu-expand-inner .mega-sub-menu {
	opacity: 1 !important;
}
.mobile-search-inner{
	display: none;
    position: absolute;
    z-index: 1;
    right: -10%;
    top: 0;
    padding: 2% 0;
}
.mobile-search-inner form#quick-search {
width: 24em !important;
}

.mobile-search-inner a.btn-close{
	position: absolute;
    right: 23%;
    top: 28%;
}
}

.home .home-blog-outer .col-sm-3 img{
    height: 11em;
}