.slide-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 100%;
	width: 100%;
}
.slider-text {
	position: absolute;
	right: 300px;
	color: #fff;
	/*background:#000;*/
	float:left;
	z-index: 1000;
	text-align: right;
	font-size: 30px;
	/*width:70%;*/
	font-weight: bold;
}
.slide-1 .slider-text{
	top: 120px;
	color:#000;
}
.slide-2 .slider-text{
	top: 120px;
	text-shadow:5px 5px 5px #000;
}
.slide-3 .slider-text{
	top: 120px;
	text-shadow:5px 5px 5px #000;
}
.slide-4 .slider-text{
	bottom: 20px;
}
.slide-4 .slider-text h2{
	display: inline-block;
	padding: 6px 10px;
	background: #fefefe;
}
.slider-text h2 {
	margin: 0;
	font-size: 60px;
	font-weight: bold;
	color: #020000;
}
.slider-text p {
	font-size: 27px;
}
.flexslider li.flex-active-slide .slider-text {
-webkit-animation-duration:2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: FadeSlideUp;
	animation-name: FadeSlideUp;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}





