/* CSS Document */

@media (max-width: 767px) {
	.fixed .content-wrapper,
	.fixed .right-side {
		padding-top: 50px;
	}
	.main-sidebar,
	.left-side {
		padding-top: 50px!important;
	}
}

@media (max-width: 767px) {
	.banner-carousel .caption, .banner-carousel-static .caption, .banner-fixed .caption {
		font-size: 1.0em;
		font-weight: normal;
		padding: 5px 10px;
	}
}

@media (min-width: 768px) {
	.banner-carousel .caption, .banner-carousel-static .caption, .banner-fixed .caption {
		font-size: 1.2em;
		font-weight: 600;
		padding: 10px 15px;
	}
}

@media (max-width: 767px) {
	.owl-carousel .caption, .owl-carousel-static .caption, .owl-fixed .caption {
		font-size: 1.0em;
		font-weight: normal;
		padding: 5px 10px;
	}
}

@media (min-width: 768px) {
	.owl-carousel .caption, .owl-carousel-static .caption, .owl-fixed .caption {
		font-size: 1.2em;
		font-weight: 600;
		padding: 10px 15px;
	}
}