/*-- Slider --*/

#slider {
	overflow: hidden;
	
}
.slider-caption {
	text-align: center;
	position: absolute;
	width: 100%;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0px;
	margin-top: 200px;
}

.slider-caption h1 {
	text-shadow: 1px 0px 0px 0px #666;
	font-size: 42px;
	padding-bottom: 0px;
	font-weight: 700;
	color: #FC0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.slider-caption p {
	text-align:center;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px 1px #666;
	line-height: 30px;
	
}

.slider-caption a {
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
	background-color: #000;opacity: 0.5;
	width: 200px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	
}

/*-- End Slider --*/