#header-image img,
#carousel-wrapper {
	min-width: 100%;
	position:relative;
	bottom: 60px;
	z-index:1;
}

.carousel img {
  min-width: 100%;
  max-width: none;
}

.carousel-control {
	opacity: 1;
	width:5%;
}

/* Size and color of slider arrows */
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	display:none;
	width: auto;
	height: 35px;
	font-size: 35px;
	color: #FFF;
}

#carousel-wrapper:hover .carousel-control .glyphicon-chevron-left,
#carousel-wrapper:hover .carousel-control .glyphicon-chevron-right {
	display:inline;
	z-index:100;
}

.carousel-control.left,
.carousel-control.right {
	background-image:none;
}

/* Slider arrow positioning */
.carousel-control .glyphicon-chevron-left {
	position:absolute;
	left: 80px;
}
.carousel-control .glyphicon-chevron-right {
	position:absolute;
	right: 80px;
}

.carousel-caption {
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

a.carousel-button {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:22px;
	color: #FFF;
	background: #00BBD3;
	padding: 16px 28px;
	text-shadow: none;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	transition: background 0.3s linear;
}

a.carousel-button:hover {
	color:#FFF;
	background:#01a3b8;
}

.carousel-caption a {
	animation-delay: .75s;
}

/* - - - - - END CAROUSEL - - - - - */

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right {
		width: auto;
		height: 45px;
		font-size: 35px;
	}

	.carousel-control .glyphicon-chevron-left {
		left: 35px;
	}

	.carousel-control .glyphicon-chevron-right {
		right: 35px;
	}
