@import url("https://fonts.googleapis.com/css?family=Luckiest+Guy");@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700");body{padding:0;margin:0;font-family:'Open Sans', sans-serif;overflow:hidden}#game-root{position:relative;margin-left:auto;margin-right:auto;background-color:#434448}.game-overlay{background-color:#434448;background-position:center;background-size:cover;z-index:1;position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}#adWrapper{width:100%;height:100%}#adContainer{width:100%;height:100%}#videoContent{overflow:hidden;position:absolute;width:100%;height:100%}#game-container{z-index:0;position:fixed;left:0;right:0;top:0;bottom:45px;background-color:#434448;box-shadow:0 5px 5px #888888}#game-container.fullscreen{bottom:0}#game-container.has-own-toolbar{bottom:0}#game-controls-container{height:100%;padding-bottom:45px;position:static;width:100%}#game-controls ::-webkit-scrollbar{width:7px;background:#1d1828}#game-controls ::-webkit-scrollbar-thumb{background:#716492}.game{height:100%;width:100%;overflow:hidden}.game-footer{z-index:1;position:absolute;bottom:0;left:0;right:0;height:45px;background-color:#434448}.game-button{background:#3498db;background:linear-gradient(to bottom, #0086cb 0%, #0282c5 100%);cursor:pointer;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:1px 1px 3px #666666;color:#ffffff;font-size:20px;font-weight:bold;text-decoration:none;border:solid #1f628d 3px;text-transform:uppercase;padding:10px;display:block;margin:0 auto}.game-button:hover{background:#00a6e7;background-image:linear-gradient(to bottom, #00a6e7, #1a91cf);text-decoration:none}.game-button-link:hover{text-decoration:none}@keyframes rotate_pacman_half_up{0%{transform:rotate(270deg)}50%{transform:rotate(360deg)}100%{transform:rotate(270deg)}}@keyframes rotate_pacman_half_down{0%{transform:rotate(90deg)}50%{transform:rotate(0deg)}100%{transform:rotate(90deg)}}@keyframes pacman-balls{75%{opacity:0.7}100%{transform:translate(-100px, -6.25px)}}.pacman{position:relative}.pacman>div:nth-child(2){animation:pacman-balls 1s -.99s infinite linear}.pacman>div:nth-child(3){animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{width:0px;height:0px;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;animation:rotate_pacman_half_up 0.5s 0s infinite;position:relative;left:-30px}.pacman>div:nth-child(2){width:0px;height:0px;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;animation:rotate_pacman_half_down 0.5s 0s infinite;margin-top:-50px;position:relative;left:-30px}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;transform:translate(0, -6.25px);top:25px;left:70px}.loader-hidden{display:none}.loader-active{display:block}.czy--text-bold{font-weight:bold !important}a{text-decoration:none}a:hover{text-decoration:none}

/*# sourceMappingURL=index.css.map */