#carousel-home-generic .carousel-inner{
/*	max-height: 777px;
 */
}

#carousel-home-generic .item {
/*
	max-height: 777px;
*/
}

#carousel-home-generic .carousel-control {
	z-index: 999;
}

#carousel-home-generic .carousel-caption {
	left: 0;
	right: 0;
	padding: 30px;
	padding-left: 15%;
	padding-right: 15%;
	background-color: rgba(0, 0, 0, 0.3);
	top: 50%;
	bottom: auto;
	transform: translate(0, -50%);
}

#carousel-home-generic .carousel-caption:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 498px) {
	#carousel-home-generic .carousel-caption {
	}
}

@media screen and (min-width: 768px) {
	#carousel-home-generic .carousel-caption {
	}
}

@media screen and (min-width: 992px) {
	#carousel-home-generic .carousel-caption {
	}
}

@media screen and (min-width: 1200px) {
	#carousel-home-generic .carousel-caption {
	}
}

#carousel-home-generic .carousel-caption h1 {
	color: white;
	font-size: 1.4em;
	margin: 0;
}

@media screen and (min-width: 498px) {
	#carousel-home-generic .carousel-caption h1 {
		font-size: 1.7em;
	}
}

@media screen and (min-width: 768px) {
	#carousel-home-generic .carousel-caption h1 {
		font-size: 2.1em;
	}
}

@media screen and (min-width: 992px) {
	#carousel-home-generic .carousel-caption h1 {
		font-size: 2.7em;
	}
}

@media screen and (min-width: 1200px) {
	#carousel-home-generic .carousel-caption h1 {
		font-size: 3.2em;
	}
}

#carousel-home-generic .carousel-button {
	buttom: 50px;
}

.carousel-button {
	color: white;
	display: inline-block;
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border: 4px solid #F7B515;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;  
}

.carousel-button:visited, .carousel-button:hover, .carousel-button:active {
	color: white;
}


.carousel-button:hover, .carousel-button:active {
	background-color: #F7B515;
}

</style>
