@font-face {
    font-family: 'komika_axisregular';
    src: url('fonts/komikax_-webfont.woff2') format('woff2'),
         url('fonts/komikax_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body, html {
	margin: 0;
	top:0;
	height: 100%;
	color: #fff;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	background-color: #1e3569;
}

/*Background*/

.bg-wrapper, .bg-wrapper .spiral-left, .bg-wrapper .spiral-right {
    height: 100%;
    width: 100%
}

.bg-wrapper {
    max-width: 1920px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}
.wrapper{
    max-width: 1920px;
    position: relative;
    width: 100%;
    height: 100%;
}

.bg-wrapper .spiral-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	height: 100%;
    background-image: url(../images/Spiral-Left.svg);
    background-repeat: repeat-y;
	background-size: 50% auto;
    background-position: left center;
    background-attachment: fixed;
}


.bg-wrapper .spiral-right {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    background-image: url(../images/Spiral-Right.svg);
    background-repeat: repeat-y;
    background-size: 50% auto;
    background-position: right center;
}

/*Header*/

header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}
header .header-wrapper {
    width: 83.33333333333333%;
    max-width: 1600px;
    margin: 0 auto;
}

header .header-wrapper .logo {
	float: left;
}

header .header-wrapper .menu {
	margin-top: 40px;
	float: right;
} 

header .header-wrapper .menu ul {
	list-style: none;
}

header .header-wrapper .menu ul li {
	float: left;
}

/*Links*/

a.navigation {
	display: block;
	float: left;
	width: 110px;
	height: 40px;
	text-indent: -9999px;
}

a.navigation.menu-btn {
	max-width: 110px;
	height: 40px;
	margin-right: 20px;
	background-image:url(../images/MenuBtn.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
}

a.navigation.fb-btn {
	max-width: 110px;
	height: 40px;
	background-image:url(../images/FacebookLoginBtn.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
}

a.navigation.fb-btn-logout {
	max-width: 110px;
	height: 40px;
	background-image:url(../images/FacebookLogoutBtn.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% auto;
/*	display: none;*/
}

a.navigation.menu-btn:hover, a.navigation.fb-btn:hover, a.navigation.fb-btn-logout:hover {
	background-position: bottom left;
}



.game-countdown{
    background: -moz-linear-gradient(left, rgba(247,149,28,0.95) 0%, rgba(247,149,28,0.95) 1%, rgba(240,238,41,0.95) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(247,149,28,0.95) 0%,rgba(247,149,28,0.95) 1%,rgba(240,238,41,0.95) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(247,149,28,0.95) 0%,rgba(247,149,28,0.95) 1%,rgba(240,238,41,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7951c', endColorstr='#f2f0ee29',GradientType=1 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 29px 7px rgba(166,13,242,0.66);
    -moz-box-shadow: 0px 0px 29px 7px rgba(166,13,242,0.66);
    box-shadow: 0px 0px 29px 7px rgba(166,13,242,0.66);
}


/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #1e3569;
    z-index: 9999;
}

.overlay-menu {
    width: 83.33333333333333%;
    max-width: 1600px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 110px;
	height: 33px;
	position: absolute;
	right: 0px;
	top: 40px;
	font-size: 0.9rem;
	font-weight: 800;
	overflow: hidden;
	border: none;
	color: #005aa9;
	background-color: #fff;
	text-transform: uppercase;
	outline: none;
	z-index: 100;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0 5px 0px rgba(255, 255, 255, 0.1);
}

.overlay .overlay-close:hover{
	color: #fff;
	background-color: #005aa9;
}

/* Menu style */

.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	font-size: 54px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 6);
	min-height: 44px;
}

.overlay ul li a {
	font-family: 'komika_axisregular', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #fff200;
}

/* Effects */
.overlay-fullscreen {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-fullscreen.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-fullscreen nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-fullscreen nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-fullscreen.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-fullscreen.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

/*Footer


footer .footer-wrapper {
    width: 83.33333333333333%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
}

footer .footer-wrapper p {
	margin-right: 10px;
	float: left;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
}

footer .footer-wrapper a {
	color: #fff200;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 0.65rem;
	font-weight: 800;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	text-decoration: none;
}

footer .footer-wrapper a:hover {
	color: #fff;
}

footer .footer-wrapper a.tnc, footer .footer-wrapper a.fb {
	margin: 0px 10px 0px 10px;
}

footer .footer-wrapper .footer-content {
	float: left;
	left: 0;
}

footer .footer-wrapper .footer-share {
	float: right;
	right: 0;
}
*/


/*Music Bar*/
.music-bar {
	position: relative;
	float: right;
	overflow: hidden;
	height: 10px;
	width: 20px;
	cursor:pointer;
	margin-left: 10px;
}
.bar {
	height: 1px;
	width: 3px;
	background-color: #ffffd2;
	bottom: 0;
	position: absolute;
	-webkit-animation-duration: 500ms;
	-webkit-animation-play-state: running;
	-webkit-animation-direction: alternate;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}
  .noAnim {
    -webkit-animation: none;
    -webkit-animation-name: none;
  }
  
  #bar-1 { 
    left: 0; 
    -webkit-animation-name: danceHeight1;
    -webkit-animation-delay: 0ms;
  }
  #bar-2 { 
    left: 6px; 
    -webkit-animation-name: danceHeight2; 
    -webkit-animation-delay: 300ms;
  }
  #bar-3 { 
    left: 12px;
    -webkit-animation-name: danceHeight3;
    -webkit-animation-delay: 600ms;
  }

@-webkit-keyframes danceHeight1 {
  from { height: 1px; }
  to { height: 5px; }
}
@-webkit-keyframes danceHeight2 {
  from { height: 1px; }
  to { height: 15px; }
}
@-webkit-keyframes danceHeight3 {
  from { height: 1px; }
  to { height: 10px; }
}
@-webkit-keyframes danceHeight4 {
  from { height: 1px; }
  to { height: 20px; }
}
@-webkit-keyframes danceHeight5 {
  from { height: 1px; }
  to { height: 15px; }
}
@-webkit-keyframes danceHeight6 {
  from { height: 1px; }
  to { height: 15px; }
}

/*Clear*/
.clear,.clearfix,.clearfix:after,form>div{clear:both}


@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

@media screen and (max-width: 1280px){
	
	/*Header*/
	header .header-wrapper .logo img {
	width: 75%;
	}
	
	/*Navigation*/
	a.navigation {
		width: 96px;
		height: 35px;
	}
	a.navigation.menu-btn, a.navigation.fb-btn, a.navigation.fb-btn-logout {
		width: 96px;
		height: 35px;
	}
	
	/*Menu*/
	.overlay .overlay-close {
		width: 96px;
		height: 29px;
		font-size: 0.8rem;
	}
	
	/* Footer 
	footer {
		height: 85px;
	}
	
	footer .footer-wrapper p {
		margin-right: 0px;
		float: none;
	}
	
	footer .footer-wrapper .footer-content, footer .footer-wrapper .footer-share {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	
	footer .footer-wrapper .footer-content {
		padding: 0px 0px 6px 0px;
	}

	footer .footer-wrapper .footer-share {
		padding: 6px 0px 6px 0px;
	}
	*/
	/*Sound Icon*/
	.music-bar {
		position: relative;
		float: none;
		left: 50%;
		right: 50%;
		margin-left: 0px;
		margin-bottom: 10px;
	}	
}

@media screen and (max-width: 960px) {
	
	/*Footer
	footer {
		height: 110px;
	}
	
	footer .footer-wrapper .footer-content {
		float: none;
		width: 400px;
		line-height: 20px;
	}
    */
}

/* ========== KENT CUSTOM ========== */
.game header .header-wrapper{
    width: auto;
    padding: 0px 20px;
}

.disabled{ pointer-events:none;}

@media screen and (max-width: 480px) {
	
	/*Header*/
	header .header-wrapper .logo img {
	width: 50%;
	}
}

