.back-to-top {
	position: fixed;
	display: none;
	right: 30px;
	bottom: 30px;
	z-index: 99;
  }

.mean-container a.meanmenu-reveal {
	top: 0px;
}

@media (max-width: 575px)  {
	.mean-container .mean-bar {
		margin-bottom: 5px;
	}

	.carousel-item img {
		height: 280px;
	}

	.banner-main .carousel-caption h1 {
		margin-bottom: 0px;
		line-height: 30px;
	}
}