body{font-family:'Open Sans', sans-serif;font-size:15px;}
.faFoot{padding:0px;color:#fff;font-size:21px;margin-right:10px;}
.fixed-footer{position:fixed;bottom:0px;left:0px;right:0px;}
.youtube:hover{color:#f00;}
.openB{cursor:pointer;margin-right:0px;}
#back-to-top{position:fixed;bottom:75px;right:35px;z-index:9999;width:32px;height:32px;text-align:center;line-height:30px;background:#7f2a54;;color:#fff;cursor:pointer;border:0;border-radius:2px;text-decoration:none;transition:opacity 0.2s ease-out;opacity:0;}
#back-to-top:hover{background:#000;}
#back-to-top.show{opacity:1;}
.upperBar{background:#2C2C2C;}
@-webkit-keyframes bounce{0%, 20%, 60%, 100%{-webkit-transform:translateY(0);}
40%{-webkit-transform:translateY(-20px);}
80%{-webkit-transform:translateY(-10px);}
}
.index-arrow{-webkit-animation:bounce 2s infinite ease-in-out;}
.index-arrow a i{bottom:70px;left:0;margin-left:50%;margin-right:50%;position:absolute;right:0;color:#fff;}
#div-animate{animation-delay:3s;}
@media screen and (max-width:650px){ .index-arrow { display:none;}}