.preLoadGenie{
    position: absolute;
    width:800px;
    height:600px;
	background-color:#2186BD;
}
.preLoadGenie:before{
    content:" ";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(45px);
    -moz-filter: blur(45px);
    -o-filter: blur(45px);
    -ms-filter: blur(45px);
    filter: blur(45px);
    background-repeat: no-repeat;
    background-size: cover;

}
.preLoadGenie > div{
    width:100%;
    height:100%;
    padding:100px 0;
    box-sizing: border-box;
    /*transform: translateZ(1000px);*/
    text-align: center;
}
#preLoadGenie-play-btn{
    display: inline-block;
    background: #99c506;
    background: -webkit-linear-gradient(#aed409, #77952b);
    background: -o-linear-gradient(#aed409, #77952b);
    background: -moz-linear-gradient(#aed409, #77952b);
    background: linear-gradient(#aed409, #77952b);
    padding: 10px 20px;
    border-radius: 10px;
    border: 3px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    white-space: nowrap;
    margin-bottom: -30px;
    left: -50%;
    cursor: pointer;
    text-shadow: 1px 1px #505050;
    transition: all 0.2s;
    width:175px;
}
#preLoadGenie-play-btn:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    right: 5px;
    transition: 0.5s;
    top: 10px;
}
#preLoadGenie-play-btn:hover{
    padding-right: 35px;
    background-color: #3e8e41;
    background: -webkit-linear-gradient(#87ae00, #77952b);
    background: -o-linear-gradient(#87ae00, #77952b);
    background: -moz-linear-gradient(#87ae00, #77952b);
    background: linear-gradient(#87ae00, #77952b);
}
#preLoadGenie-play-btn:hover:after {
    opacity: 1;
    right: 15px;
}
#preLoadGenie-play-btn:active{
    background-color: #3e8e41;
    box-shadow: 0 2px #666;
    transform: translateY(2px) translateX(1px);
}
.preLoadGenie .preLoadGenie-title{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    padding: 10px;
    margin-top: 70px;
    text-align: center;
    position: relative;
    text-shadow: 1px 1px #505050;
    background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(0,0,0,0.3) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(0,0,0,0.3) 50%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(0,0,0,0.3) 50%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */
}
.preLoadGenie .preLoadGenie-thumb{
    width:220px;
    height:200px;
    display:inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
    border:5px solid #fff;
    position:relative;
    box-shadow: 4px 2px 30px #505050;
}
.preLoadGenie-button-bolder{
    position:absolute;
    left:50%;
    margin-top:-20px;
}