/* Customize the Carousel and add some hacks */
.carousel {
	margin-bottom: 60px;
	position: relative;
}

.carousel .container {
	position: inherit;
	z-index: 9;
}

.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 160px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 1000000;
}

.carousel .item {
	/*height: 100%;*/
}
.carousel img {
	position: relative;
	top: 0;
	left: 0;
	min-width: 100%;
    height: 100%;
}

#locationWrapper {
	width: 100%;
	position: relative;
}

#locationBox {
   position: absolute; 
   top: 10%;
   width: 100%;
   max-width: 900px;	
}

.location {
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.8);
   padding: 10px;
   margin-right: 10px;
   margin-left: 10px; 
}

.carousel-caption {
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
	position: absolute;
	max-width: 550px;
	padding: 0 20px;
	left: auto;
  	right: auto;
  	top: auto;
	bottom: auto;
	z-index: 100;
	margin-left: 30px;
	/*margin-top: 20%;*/
	/*margin-top: 100px;
	margin-bottom: 100 px;*/
}
.carousel-caption h1,
.carousel-caption .lead {
	margin: 0;
	line-height: 1.25;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
	margin-top: 10px;
}


@media (max-width: 979px) {
	.carousel .item {
		/*height: 100%;*/
	}
	.carousel img {
		width: 100%;
		/*height: 100%;*/
	}

}


@media (max-width: 767px) {
    .carousel-control {top: 60%;}
	#carousel {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.carousel {
		margin-left: -20px;
		margin-right: -20px;
	}
	.carousel .container {

	}
	.carousel .item {
		/*height: 300px;*/
		/*height: 100%;*/
	}
	.carousel img {
		/*height: 300px;*/
		/*height: 100%;*/
	}
	.carousel-caption {
		width: 250px;
		padding: 0 20px;
	}
	.carousel-caption h1 {
		font-size: 24px;
		width: 100%;
	}
	.carousel-caption .lead,
	.carousel-caption .btn {
		font-size: 18px;
	}
}

@media (max-width: 400px) {
	
	.carousel-caption {
		width: 150px;
		padding: 0 20px;
	}
	.carousel-caption h1 {
		font-size: 20px;
		width: 100%;
	}
	.carousel-caption .lead,
	.carousel-caption .btn {
		font-size: 18px;
	}
}