@media screen and (min-width:768px) and (max-width:991px) {
	
	.dropdown-menu {
		top: 93px;
	}

	
	#homepage-carousel, #homepage-carousel .item img {
	  	width:100%;
	}


	.carousel-caption, .carousel-indicators {
		width: 100%;
	}
	.carousel-caption {
		top: 0;
	}
	.carousel-indicators {
		margin-left: -50%;
	}
	.carousel-caption h2 {
		margin-left: 50%;
	}
	.home-stat-callout .number-callout-4 {
		padding-right: 7px;
	}
	.homepage-block.image-fixed-height > div {
		margin-top: -15px;
	}
	.footer-links > div {
		max-width: 160px;
	}
	.footer-links a {
		display: block;
		text-align: center;
	}
	.footer-icon {
		width: 100%;
		background-repeat: no-repeat;
	}
	.awa-fb .footer-icon {
		background-position: center top;
	}
	.wow-fb .footer-icon {
		background-position: center -34px;
	}
	.awa-yt .footer-icon {
		background-position: center -68px;
	}
	.overview-item p {
		min-height: 145px;
	}
	.filter-event .signup-end {
		font-size: 12px;
		margin-top: -30px;
	}
	.detail-list strong {
		width: 100%
	}
}