@font-face {
	font-family: 'Flappy Bird';
	src: url('../fonts/FB.eot');
	src: url('../fonts/FB.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FB.woff') format('woff'), url('../fonts/FB.ttf')
		format('truetype'), url('../fonts/FB.svg#04b_19regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
	overflow: hidden;
	font-family: 'helvetica';
}

a {
	color: #000;
	/* font-family: 'Flappy Bird'; */
	text-decoration: none;
	font-size: 1.2em;
	font-weight: 100; 
	
}

a:hover {
	color:red;
	text-decoration: underline;
}

canvas {
	position: relative;
	margin-bottom: -4px;
	max-height: 100%;
	max-width: 100%;
	z-index: 1;
}

.container {
	display: table;
	overflow: hidden;
}

.row {
	display: table-cell;
	width: 33.33%;
}

.gameLoader {
	background-color: #00EAFF;
	width: 675px;
	height: 1024px;
	font-family: "Flappy Bird", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 3em;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	text-shadow: 3px 3px 0px #000;
}

.info {
	position: fixed;
	bottom: 0px;
	width: 190px;
	left: 0px;
}

.filler {
	width: 100%;
	height: 0px;
}

.top.filler {
	background-color:;
}

.bottom.filler {
	background-color:;
}

.ad-container {
	z-index: 0;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 160px;
}

.ad-container {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 1999999;
}

#googlinks {
	position: absolute;
	bottom: 10px;
	z-index: 1999999;
	left: 50%;
	margin-left: -243px;
}

#partnerGames {
 	position: absolute; 
 	left: 5px; 
/* 	top: 20%; */
	z-index: 1999998; 
	background-color: transparent;
}

.banner-left {
	
 	position: absolute; 
 	left: 5px; 
	bottom: 5px;
	z-index: 1999998; 
	background-color: transparent;
	
}

.youTube {
	width: 300px;
	height: 200px;
 	position: absolute; 
 	left: 5px; 
	bottom: 5px;
	z-index: 1999998; 
	background-color: transparent;
}

#fblikebox {
 	position: absolute; 
 	right: -125px; 
	bottom: 5px;
	z-index: 1999998; 
	background-color: transparent;
}

.twitterFollow {
 	position: absolute; 
 	right: 17px; 
	bottom: 40px;
	z-index: 1999998; 
	background-color: transparent;
}

.mobile-ad, .mobile-text {
	display: none;
}

#partnerGames {
 	background-image: url(../img/banner_Superhero_Jetpack_Robot_Game_a.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 420px;
    width: 420px;
}

@media ( max-width: 1450px) {

	.youTube, .banner-left{
		display: none;
	}

	#partnerGames {	
 		background-image: url(../img/banner_vertical_Superhero_Jetpack_Robot_Game.jpg);
    	background-repeat: no-repeat;
    	background-position: center;
    	height: 600px;
   		width: 160px;
		position: fixed;
		top: 10px;
		left: 0px;
		z-index: 190000;
	}
}

@media ( max-width :925px) {
	
	.ad-container, #fblikebox, #googlinks, .twitterFollow{
		display: none;
	}
	
	.mobile-ad {
		position: fixed;
		bottom: 10px;
		left: 0px;
		text-align: center;
		display: block;
		z-index: 190000;
	}

	#partnerGames {
	 	background-image: url(../img/banner_Superhero_Jetpack_Robot_Game_150x150.jpg);
	    background-repeat: no-repeat;
	    background-position: center;
	    height: 175px;
	    width: 175px;
		position: fixed;
		top: unset;
		left: unset;
		bottom: 13px;
		right: 0px;
		z-index: 190000;		
	}
	
	.mobile-text {
		position: fixed;
		margin-left: -234px;
		top: 5px;
		left: 50%;
		display: block;
		z-index: 190000;
	}	
	
}