body {
	padding: 0;
	margin: 0;
	font-family: open sans, sans-serif;
	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: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 45px;
	background-color: #5a7371;
	box-shadow: 0 5px 5px #888
}

#game-container.fullscreen {
	bottom: 0
}

.game-footer {
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45px;
	background: #5a7371;
	background: linear-gradient(to bottom, #3f7996 0, #5a7371 100%)
}

.game-btn {
	text-shadow: 1px 1px 3px #666;
	font-weight: 400;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	border-radius: 25px;
	font-size: 25px;
	color: #fff;
	padding: 15px 25px;
	background: #8dca00;
	border: 5px solid #fff;
	cursor: pointer
}

.game-btn:hover {
	border: 7px solid #fff
}

.game-btn-link:hover {
	text-decoration: none
}

.game-footer {
	-webkit-user-select: none;
	-moz-user-select: none;
	box-sizing: content-box
}

.game-footer .game-footer-logo {
	height: 45px;
	font-size: 24px;
	line-height: 45px;
	padding: 0 10px;
	margin: 0
}

.game-footer .game-footer-logo a,
.game-footer .game-footer-logo a:active,
.game-footer .game-footer-logo a:hover {
	text-decoration: none;
	color: inherit
}

.game-footer .game-footer-fullscreen-btn img {
	transition: all .2s ease-in-out
}

.game-footer .game-footer-fullscreen-btn:hover img {
	transform: scale(1.15)
}

.game-footer .game-footer-btn {
	color: #fff;
	height: 45px;
	overflow-y: hidden;
	margin-left: 5px;
	cursor: pointer;
	font-weight: 700
}

.game-footer .game-footer-btn.game-footer-logo {
	margin: 0
}

.game-footer .game-footer-btn:hover {
	background-color: #719290
}

.game-footer .game-footer-btn a.game-footer-link {
	line-height: 45px;
	height: 45px;
	display: inline-block
}

.game-footer .game-footer-btn a.game-footer-link:link,
.game-footer .game-footer-btn a.game-footer-link:visited {
	color: inherit;
	text-decoration: none
}

.game-footer .game-footer-more {
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 16px
}

.game-footer .game-footer-img-button {
	width: 70px;
	overflow-x: hidden;
	height: 45px;
	cursor: pointer
}

.game-footer .game-footer-img-button div {
	height: 45px;
	text-align: center
}

.game-footer .game-footer-img-button div a {
	font-size: 0;
	height: 45px;
	width: 70px;
	line-height: 62px
}

.gameloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	overflow: hidden
}

.gameloader-game-name {
	width: 340px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-shadow: 1px 1px 1px #00476c
}

.gameloader .gameloader-logo {
	margin-left: auto;
	margin-right: auto;
	margin: 8px 0 15px;
	width: 300px
}

.gameloader .gameloader-logo img {
	width: 100%;
	border-radius: 5px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3)
}

.gameloader .gameloader-progressbar {
	width: 300px;
	height: 1.2vh;
	border-radius: .6vh;
	background-color: #fff;
	flex-grow: 1;
	transition: .2s ease-out all
}

@keyframes fillColor {
	0% {
		background-color: #3cf7dc
	}

	25% {
		background-color: #ffa9be
	}

	50% {
		background-color: #ffdc00
	}

	75% {
		background-color: #e0aef5
	}

	100% {
		background-color: #3cf7dc
	}
}

.gameloader .gameloader-progressbar .gameloader-progressbar-progress {
	width: 0;
	height: 100%;
	border-radius: .6vh;
	background-color: #3cf7dc;
	transition: .2s ease-out all;
	animation-name: fillColor;
	animation-duration: 3.5s;
	animation-iteration-count: infinite;
	animation-fill-mode: both
}

.gameloader .gameloader-progress-info {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px #00476c
}

.loader-hidden {
	display: none
}

.loader-active {
	display: block
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

.ball-beat,
.ball-beat>div {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.ball-beat {
	display: block;
	font-size: 0;
	color: #fff
}

.ball-beat>div {
	display: inline-block;
	float: none;
	background-color: currentColor;
	border: 0 solid currentColor
}

.ball-beat {
	width: 108px;
	height: 36px
}

.ball-beat>div {
	width: 20px;
	height: 20px;
	margin: 8px;
	border-radius: 100%;
	-webkit-animation: ball-beat .7s -.15s infinite linear;
	-moz-animation: ball-beat .7s -.15s infinite linear;
	-o-animation: ball-beat .7s -.15s infinite linear;
	animation: ball-beat .7s -.15s infinite linear
}

.ball-beat>div:nth-child(2n-1) {
	-webkit-animation-delay: -.5s;
	-moz-animation-delay: -.5s;
	-o-animation-delay: -.5s;
	animation-delay: -.5s
}

@-webkit-keyframes ball-beat {
	50% {
		opacity: .2;
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-moz-keyframes ball-beat {
	50% {
		opacity: .2;
		-moz-transform: scale(.75);
		transform: scale(.75)
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

@-o-keyframes ball-beat {
	50% {
		opacity: .2;
		-o-transform: scale(.75);
		transform: scale(.75)
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ball-beat {
	50% {
		opacity: .2;
		-webkit-transform: scale(.75);
		-moz-transform: scale(.75);
		-o-transform: scale(.75);
		transform: scale(.75)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}

@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(0)
	}

	100% {
		transform: rotate(90deg)
	}
}

@keyframes pacman-balls {
	75% {
		opacity: .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: 0;
	height: 0;
	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 .5s 0s infinite;
	position: relative;
	left: -30px
}

.pacman>div:nth-child(2) {
	width: 0;
	height: 0;
	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 .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
}

svg.icon.icon-lg {
	height: 1.1em
}

svg.icon.icon-chevron-right.icon-lg.pull-right {
	float: left;
	top: 1.6em;
	right: 1em;
	fill: #fff;
	padding-right: 10px
}