.magicslider .bx-caption {
	background-color: rgba(255, 255, 255, 0.8);
    display: block;
    margin: 0 auto;
    padding: 35px 30px;
    position: absolute;
    top: 28%;
	left:0;
	right:0;
    width: 635px;
	height: 250px;
	text-align:center ;
}
.bx-wrapper .bx-caption.start, 
.bx-wrapper .bx-caption.play {
	display:block;
	
}

.play .caption1 {
    font-weight:bold;
    font-size: 36px;
	color:#343434 ;
    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:36px;
}
.play .caption1 span{
    font-size: 36px;
	font-weight:bold ;
	color:#d6644a ;
}
.play .caption2 {
	text-shadow: none;
    z-index:40;
    padding:20px 0 30px  ;
    -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: 18px;
	line-height:20px;
    letter-spacing: 0;
    text-align: center;
    color: #333333;
	position:relative;
}
.play .caption2 p:before {
    border-top: 4px solid #000;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 56px;
    width: 81px;
    z-index: 0;
} 

.play .caption3 {
    background-color: #000;
    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:10px 0 0;
}
.play .caption3:hover {
   background-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;
}

