.magicslider .bx-caption {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 5%;
	left:0;
	right:0;
	text-align:center ;
}
.bx-wrapper .bx-caption.start, 
.bx-wrapper .bx-caption.play {
	display:block;
	
}

.play .caption1 {
    font-weight:bolder;
    font-size: 29px;
	color:#fff ;
    z-index:30;
    padding:0;
    -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
    -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
    animation: fadeInRight 0.8s ease-in 1s backwards;
    opacity: 1;
	line-height:29px;
	letter-spacing: 2px;
}
.play .caption1 span{
    font-size: 29px;
	font-weight:bolder ;
	color:#d6644a ;
}
.play .caption2 {
	text-shadow: none;
    z-index:40;
    padding:8px 0 0;
    -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    opacity:1;
}
.play .caption2  p{
    font-weight:normal;
	font-family: "Raleway";
    font-size: 15px;
	font-weight:bold;
	line-height:20px;
    letter-spacing: 0;
    text-align: center;
	text-transform:uppercase;
    color: #fff;
	position:relative;
}

.play .caption3 {
    cursor: pointer;
    font-weight: bold;
    line-height: 43px;
    padding: 0 42px;
    text-align: center;
	font-size:12px;
	position:relative ;
    z-index:50;
    -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    animation: fadeInUp 0.8s ease-in 1.7s backwards;
    opacity:1;
	display:inline-block;
	margin:0;
}
.play .caption3 a:hover {
   color: #d6644a;
}
.play .caption3 a {
   color:#fff;
}
.play .caption4 {
    
    font-weight:bold;
    border:1px solid rgba(0, 0, 0, 0.5);
    font-size:13px;
    -moz-animation: fadeInLeft 1s ease-in 2s backwards;
    -webkit-animation: fadeInLeft 1sease-in 2s backwards;
    animation: fadeInLeft 1 sease-in 2s backwards;
    position:absolute;
    bottom:80px;
    right:80px;
    z-index:60;
    padding:5px;
    opacity:1;
    cursor:pointer;
}

