div {
	box-sizing:border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	margin:0 auto;
	padding:0;
	text-align:center;
	background-position:center;
	background-color:#1791f9;
}
/* top nav */
.topnav-container {
	position:relative;
	width:100%;
	height:auto;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.topnav {
	position:relative;
  overflow: hidden;
  background-color: #1791f9;
  width:100%;
  max-width:1024px;
  margin:0 auto;
}
.topnav a {
  float: left;
  display: block;
  height:36px;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight:700;
  margin-right:74px;
  background-color: #1791f9;
  transition: background-color 0.25s ease-out; 
}
.topnav a.last {
	margin-right:0;
}
.topnav a:hover {
  background-color: #0975c6;
  color: white;
}
.topnav a.active {
  background-color: #0975c6;
  color: white;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 1023px) {
  .topnav a:not(:first-child) {
  	display: none;
  }
  .topnav a.icon {
  	font-size:18px;
    float: right;
    display: block;
  }
  .topnav {
    background-color: #1791f9;
   }
  .topnav a {
  	height:20px;
  	font-size:14px;
  	margin-right:0;
  }
  .topnav a.active {
  	background-color: #1791f9;
	}
  .topnav a:hover,
  .topnav a:focus {
  	background-color:#0975c6;
  }
  .topnav br {
  	display:none;
  }
  .topnav.responsive {
  	position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* end top nav */
#container {
	margin: 0 auto;
	width:100%;
	max-width:1920px;
	background-image:url(images/background.png);
	background-position:bottom center;
	background-size:1920px 1024px;
	background-repeat:no-repeat;
}
#inner {
	width:100%;
	max-width:1024px;
	margin:0 auto;
}
#content {
	text-align:left;
	width:100%;
	max-width:858px;
	height:679px;
	}
#content-game {
	width:100%;
	max-width:1920px;
	height:523px;
	}
#content-long {
	text-align:left;
	width:100%;
	max-width:858px;
	height:1036px;
	}
#content-short {
	text-align:left;
	width:100%;
	max-width:858px;
	height:523px;
	}
#logo {
	position:relative;
	margin: 0px 0px -75px 0;
	width:224px;
	height:128px;
	display:block;
	z-index: 1;
}
#menu {
	padding: 15px 10px 0px 0px;
	text-align: right;
	float:right;
}
#centercontent {
	margin: 30px 0px 0px 130px;
	padding: 0px 0px 0px 0px;
	width:100%;
	max-width:600px;
	font-size: 10px;
}
#centercontent-game {
	width:100%;
	max-width:518px;
	height:362px;
	margin: 0 auto;
	background-image:url(images/gameBG.png);
	background-repeat:no-repeat;
}
#game {
	width:100%;
	max-width: 480px;
	height: 320px;
	margin: 20px 0px 0px 20px;
	background:transparent;
	float:left;
}
#centercontent-short {
	margin: 30px 0px 0px 140px;
	padding: 0px 0px 0px 0px;
	width:100%;
	max-width:600px;
	font-size: 10px;
}
#return {
	text-align: right;
	margin: 20px 20px 0px 0px;
	padding-top:5px;
}
#return-share {
	float:right;
	margin: 60px 15px 0px 0px;
}
#return-share-ty {
	float:right;
	margin: 167px 15px 0px 0px;
}
#title {
	font-weight:bold;
	color:#000000;
	font-size: 16px;
}
@media screen and (max-width: 980px) {
	#logo {
	    position: relative;
	    margin: 0;
	    display: block;
	    z-index: 0;
	    width: 100%;
	}
}
@media screen and (max-width: 539px) {
	#logo {
		padding:10px 0;
	}
	#centercontent-game {
		background:transparent;
		height:auto;
		margin:16px auto;
	}
	#game {
		float:none;
		margin:0 auto;
	}
}
/* buttons */
.embed-button {
	width:auto;
	margin:20px auto;
	display:inline-block;
}
.embed-button a {
	font-size:11px;
	color:#195c8e;
	text-decoration:none;
	padding:8px 10px;
	background:rgba(255,255,255,.4);
	transition: background-color 0.25s ease-out;  
}
.embed-button a:hover {
	color:#134870;
	background:rgba(255,255,255,.7);
}
/* footer */	
#footer-container {
	position:relative;
	width:100%;
	height:auto;
	box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
}
#footer {
	font-size: 12px;
	margin: 0 auto;
	padding: 20px 0; 
	width:100%;
	max-width: 1024px;
	color: #fff;
}
#nav {
	display:block;
	margin: 0 0 7px 0;
	padding:0;
	text-align:left;
}	
#nav li {
	font-size:13px;
	margin: 0 29px 8px 0;
	display: inline-block;
	vertical-align:middle;
}
#nav li a {
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}	
#nav ul.viral {
	padding:0;
}
#nav ul.viral li {
	display:inline-block;
	margin:0;
}	
#nav ul.viral img {
	margin:0 4px -3px;
	border:none;
}		
#footer p img {
	float: left;
}
#footer p span {
	float: left;
}	
#copyright {
	display: inline-block;
	margin:0;
	padding:0;
	width: 100%;
}	
#copyright li {
	text-align: left;
	list-style-type: none;
	margin:0 0 16px;
}
#copyright li a {
	color: #fff;
	text-decoration: none;
}
#copyright li a:hover {
	text-decoration: underline;
}
.branding {
	display:block; 
	text-align:left;
	margin:0 0 7px;
}	
.branding span {
	 font-size: 12px; 
	 vertical-align:top;
}		
.branding-address {
	display:block;
	text-align:left; 
	font-size: 12px; 
}
@media screen and (max-width: 1023px) {
	#footer {
		padding:20px 16px;
	} 
}
@media screen and (max-width: 639px) { 
	#nav li {
		margin: 0 29px 8px 0;
		display: block;
	}
}
/* responsive game */
@media screen and (max-width: 539px) {
	.video-container { 
	  position: relative;
	  width: 100%;
	  margin:0 auto;
	  border:none;
	  z-index: 2;
	}
	.video-fullwidth { 
		padding-bottom: 78.25%; 
	  height: 0; 
	  overflow: hidden;
	  border:none;
	} 
	.video-fullwidth iframe, 
	.video-fullwidth canvas,
	.video-fullwidth object, 
	.video-fullwidth embed { 
	  position: absolute; 
	  top: 0; 
	  left: 0; 
	  width: 100%; 
	  height: 100%;
	  border:none;
	}
}
