#arrow-down{position:fixed;bottom:25px;left:50%;margin-left:-25px;z-index:999;color:#000000;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;cursor:pointer;}#arrow-down i{font-size:50px;height:50px;width:50px;line-height:50px;}@-webkit-keyframes pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1);}75%{-webkit-transform:scale(0.9);transform:scale(0.9);}}@keyframes pulse{25%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}75%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);}}#mobile-actions{display:block;position:fixed;z-index:9999;bottom:0;left:0;right:0;margin:0px;width:100%;background:rgba(51,51,51,0.9);}#mobile-actions li{float:none;width:1%;display:table-cell;list-style:none;text-align:center;}#mobile-actions li a{color:#fff;cursor:pointer;display:block;text-align:center;border-right:1px solid #333;padding:8px 0px;font-size:10px;line-height:16px;}#mobile-actions li a:hover{text-decoration:none;}#mobile-actions li:last-child a{border:none;}#mobile-actions li a i{font-size:20px;}html body #loader-wrapper{display:none!important;}