body {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center; 
	}
body, input, textarea, select, option, th, td {
	color: #000;
	font: 300 14px/20px 'Open Sans', Arial, Helvetica, sans-serif;
	}
<!--hide menu on mobile -->
@media screen and (min-width: 0px) and (max-width: 720px) {
  .mobileHide{ display: none; }
}

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
	}
	::-webkit-scrollbar-track {
		background: #ddd;
		}
	::-webkit-scrollbar-thumb {
		background: #bbb;
		}

.notext {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	text-indent: -999px;
	}
.width {
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	text-align: left;
	max-width: 2110px;
	*max-width: 1170px;
	}
.menu-ul ul, .menu-ul ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
.clear {
	clear: both;
	height: 0;
	}

a {
	color: #FF0000;
	text-decoration: none;
	}
a:hover, a:focus {
		color: #2D5B89;
		text-decoration: none;
		}
	.sidebar a {
		color: #FF0000;
		text-decoration: none;
		}
	.sidebar a:hover, .sidebar a:focus {
		color: #2D5B89;
		text-decoration: none;
		}

b, strong {
	font-weight: 600;
	}
p, ul, ol, blockquote {
	margin: 10px 0;
	}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	}
form {
	margin: 0;
	}
	form p {
		margin: 10px 0 0;
		}
	form p:first-child {
		margin: 0;
		}
	form p {
		padding-right: 32px;
		}
	form p.button {
		float: right;
		margin-left: 20px;
		}

input, button, select, textarea {
	margin: 0;
	outline: 0;
	}
	input.text, select, textarea {
		background: #fff;
		border: 1px solid #999;
		box-shadow: inset 1px 1px 3px rgba(0,0,0,.15);
		color: #000;
		padding: 5px 15px;
		max-width: 100%;
		}
	input.button, a.button {
		background: #1b1b1b url('../img/menu-bg.png') left center;
		border: 1px solid #333;
		color: #fff;
		cursor: pointer;
		display: block;
		font: 700 16px/16px 'Open Sans Condensed', Arial, Helvetica, sans-serif;
		padding: 11px 15px 10px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		}
		input.button:hover, input.button:focus, a.button:hover, a.button:focus {
			background: #565656;
			}

#page {
	overflow: hidden;
	width: 100%;
	}

#header-body {
	background: #C10E94 url('../img/header-bg.png') repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	}
#header {
	padding: 5px 0 4px;
	}
	#header #leaderboard {
		background: rgba(0,0,0,.1);
		height: 40px;
		position: absolute;
			top: 4px;
			right: 20px;
		width: 728px;
		}
#menu-placeholder {
	min-height: 30px;
	position: fixed;
	top: 20px;
	left: 450px;
	z-index: 12;
	}
	
#menu-body {
	z-index: 9;
	}
	#menu ul li {
		//border-right: 1px solid #AE1086;
		background: #AE1086;
		border-radius: 30px;
		position: relative;
		margin-right: 5px;
		}
	#menu ul li a {
		color: #fff;
		display: block;
		font: 14px/14px Oswald, 'Open Sans', Arial, Helvetica, sans-serif;
		padding: 11px 10px 10px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		}
		#menu ul li a:hover, #menu ul li a:focus, #menu ul li:hover a:hover, #menu ul li:hover a:focus {
			background: #BA1290;
			border-radius: 30px;
			}
			#menu ul li:hover a {
				}
	#menu > ul  > li:first-child  > a {
		padding-left: 30px;
		}
		#menu ul li:first-child span {
			background: url('../img/home.png');
			content: ' ';
			display: block;
			height: 16px;
			position: absolute;
				left: 10px;
				top: 9px;
				*top: 13px;
			width: 17px;
			}
	#menu ul li ul {
		background: #414455;
		position: absolute;
			left: 0;
			top: 36px;
		visibility: hidden;
		width: 200px;
		z-index: 9999999999;
		}
		#menu ul li:hover ul {
			visibility: visible;
			}
	#menu ul li ul li {
		border-top: 1px solid #2d3041;
		border-right: 0;
		float: none;
		}
	#menu ul li ul li a:hover {
		background: #505364;
		}
#submenu-body {
	margin: -2px 0 0;
	position: relative;
	z-index: 4;
	}
	#submenu ul li {
		margin-right: 0px;
		border-left: 1px solid #666;
		}
	#submenu ul li a {
		background: #C7B8DB; /* Old browsers */

		color: #000;
		display: block;
		padding: 4px 4px;
		text-decoration: none;
		font-size:14px;
		}
	#submenu ul li a:hover, #submenu ul li a:focus {
		background: #FFB8FE; /* Old browsers */
		}
#search {
	//padding-right: 70px;
	position: absolute;
		right: 62px;
		top: 0px;
		font: 14px/14px Oswald, 'Open Sans', Arial, Helvetica, sans-serif;
		width: 200px;
		height: 35px;
		display: none;
	}
	#search input.search-text {
		font: 14px/14px Oswald, 'Open Sans', Arial, Helvetica, sans-serif;
		width: 100%;
		height: 33px;
		padding: 0 10px;
		}
	#search input.search-button {
		background: #3b3e4f url('../img/search.png') no-repeat center center;
		border: 0;
		cursor: pointer;
		height: 30px;
		position: absolute;
			right: 0;
			top: 0;
		width: 40px;
		}
		#search input.search-button:hover, #search input.search-button:focus {
			background-color: #141728;
			}

#subheader-body {
	margin: 20px 0;
	}
	#subheader {
		height: 90px;
		margin: 0 auto;
		padding-right: 738px;
		position: relative;
		width: 146px;
		}
	#subheader #leaderboard {
		background: rgba(0,0,0,.1);
		height: 90px;
		position: absolute;
			top: 0;
			right: 0;
		width: 728px;
		}
		#subheader-social > div {
			margin-bottom: 5px;
			}


#path {
	background: #23282c;
	box-shadow: 0 0 4px rgba(0,0,0,.25);
	color: #000;
	font-weight: bold;
	padding: 10px 15px;
	margin-bottom: 10px;
	}

#flash {
	background: #000;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	min-height: 160px;
	position: relative;
	text-align: center;
	z-index: 999999;
	}
	#flash-lights-out, #flash-lights-on {
		background: rgba(150,150,150,.25);
		color: #fff;
		cursor: pointer;
		font-size: 14px;
		line-height: 14px;
		padding: 5px 10px;
		position: absolute;
			right: 0;
			top: 0;
		}
		#flash-lights-on {
			display: none;
			}
		body.lights-out #flash-lights-out {
			display: none;
			}
		body.lights-out #flash-lights-on {
			display: block;
			}
	#zoom {
		position: absolute;
			left: 0;
			top: 0;
			}
		#zoom-amount {
			background: rgba(150,150,150,.25);
			color: #fff;
			font-size: 12px;
			line-height: 12px;
			padding: 7px 10px 5px;
			}
		#zoom-slider {
			background: rgba(150,150,150,.15);
			border-top: 10px solid transparent;
			height: 100px;
			margin: 5px 20px;
			width: 10px;
			}
	#zoom .ui-slider-handle {
		background: #3c3f4a;
		display: block;
		height: 10px;
		outline: none;
		width: 10px;
		}
	.ui-slider { position: relative; text-align: left; }
	.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
	.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

	.ui-slider-horizontal { height: .8em; }
	.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
	.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
	.ui-slider-horizontal .ui-slider-range-min { left: 0; }
	.ui-slider-horizontal .ui-slider-range-max { right: 0; }

	.ui-slider-vertical { width: .8em; height: 100px; }
	.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
	.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
	.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
	.ui-slider-vertical .ui-slider-range-max { top: 0; }

	#prerollad {
		color: #fff;
		font-size: 16px;
		line-height: 16px;
		padding: 30px 0;
		}
		#prerollad-text {
			margin-top: 10px;
			}
			#prerollad-text a {
				color: #999;
				}
		#progressindicator {
			font-size: 24px;
			line-height: 24px;
			margin-bottom: 4px;
			}
	#embed {
		display: none;
		visibility: hidden;
		}
		#embed .zoom {
			margin: 0 auto;
			position: relative;
			}
	#embed iframe, #embed embed, #embed object {
		height: 100%;
		position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			top: 0;
		width: 100%;
		}



#content-box {
	background: #fff;
	padding: 10px 10px 20px;
	}
	h1, h2, h3, h4 {
		background: #CCC;
		box-shadow: inset 0 -1px 3px rgba(0,0,0,.25);
		color: #000;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		margin: -10px -10px 15px;
		padding: 12px 10px 11px;
		}
		#content h3 {
			border-top: 6px solid #fff;
			margin-top: 10px;
			position: relative;
			}

#main-body {
	margin-top: 90px;
}	
		
/*
#main-body-width {
	padding-right: 160px;
	position: relative;
}	

#left-sidebar {
	width: 155px;
	position: absolute;
	right: 0;
	top: 0;
	background: #D413A3;
	height: 600px;
}*/

#left-sidebar li {
	width: 55px;	
	//height: 55px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 33px;
	padding: 11px 0;
}

#left-sidebar li.active {
	width: 55px;	
	height: 33px;
	display: block;
	color: #fff;
	background: #ffb8fe;
	text-align: center;
	font-size: 33px;
	padding: 11px 0;
}

#left-sidebar li a {
	color: #ffb8fe;
}

#left-sidebar li.active a {
	color: #414445;
}

#left-sidebar li a:hover {
	color: #fff;
}

#left-sidebar li.active a:hover {
	color: #414445;
}

.left-sidebar-top {
	position: fixed !important;
	top: 79px !important;
	z-index: 12;	
}
<!--file display -->
#mainfile {
	padding: 0 300px 0 0;
	}
	#content-plus-sidebarfile {
		float: left;
		width: 100%;
		}
	#contentfile {
		float: right;
		width: 100%;
		}
	#sidebar-leftfile {
		display: none;
		}
	#sidebar-rightfile {
		color: #000;
		float: left;
		margin: 0 -470px 0 5px;
		width: 300px;
		}
#main.file {
	padding: 0 0 0 470px;
	}
	#main.file #content-plus-sidebar {
		float: right;
		padding-left: 165px;
		}
	#main.file #content {
		float: left;
		margin: 0 5px 0 -165px;
		}
	#main.file #sidebar-left {
		display: block;
		float: left;
		margin: 0 5px 0 -165px;
		width: 160px;
		margin: 0;
		}
	#main.file #sidebar-right {
		margin: 0 5px 0 -470px;
		}
<!--end file display -->
#main.single {
	padding: 0 0 0 470px;
	}
	#main.single #content-plus-sidebar {
		float: right;
		padding-left: 165px;
		width: 100%;
		}
	#main.single #content {
		float: left;
		margin: 0 5px 0 -165px;
		width: 100%;
		}
	#main.single #sidebar-left {
		float: left;
		margin: 0 5px 0 -165px;
		width: 160px;
		margin: 0;
		}
	#main.single #sidebar-right {
		float: left;
		margin: 0 5px 0 -470px;
		width: 300px;
		}
#main.single .sidebar .widget {
	background: #fff;
	margin-top: 5px;
	padding: 10px 10px 20px;
	}
	#main.single .sidebar .widget:first-child {
		margin-top: 0;
		}

#main.file {
	padding: 0 0 0 330px;
	}
	#main.file #content-plus-sidebar {
		float: right;
		padding-left: 165px;
		width: 100%;
		}
	#main.file #content {
		float: left;
		margin: 0 5px 0 -165px;
		width: 100%;
		}
	#main.file #sidebar-left {
		float: left;
		margin: 0 5px 0 -165px;
		width: 160px;
		margin: 0;
		}
	#main.file #sidebar-right {
		float: left;
		margin: 0 5px 0 -330px;
		width: 160px;
		}
#main.file .sidebar .widget {
	background: #fff;
	margin-top: 5px;
	padding: 10px 10px 20px;
	}
	#main.file .sidebar .widget:first-child {
		margin-top: 0;
		}
					
.description p {
	border-top: 1px solid #ddd;
	margin: 10px 0 0;
	padding-top: 10px;
	}
	.description p:first-child {
		border-top: 0;
		margin: 0;
		padding-top: 0;
		}

#facebook-box {
	margin: -10px -10px -20px;
	}

.tab-content {
	display: none;
	}
	.tab-content.active {
		display: block;
		}

/*	
.games {
	margin: -8px -8px 0 0;
	}
	.game {
		float: left;
		margin-top: 8px; 
		width: 9.0909%;
		*width: 16.66%;
		overflow: hidden;
		}
	.game .unfav, .game .download {
		display: block;
		font-size: 12px;
		line-height: 12px;
		margin-top: 4px;
		text-align: center;
		}
		.game .unfav a, .game .download a {
			color: #aab4be;
			}

	.game a {
		color: #000;
		display: block;
		margin-right: 1px;
		position: relative;
		text-decoration: none;
		}
	.game a .title {
		background: #000;
		background: rgba(0,0,0,.65);
		color: #fff;
		display: block;
		height: 20px;
		padding: 4px;
		position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
		overflow: hidden;
		text-align: center;
		}

	.game a .title {
		background: rgba(0,0,0,0.8);		
		display: block;		
		font-family: 'Oswald',sans-serif;
		color: #fff;
		font-size: 14px;
		text-align: center;
		width: calc(100% - 8px);
		padding: 5px 0;
		position: absolute;
		bottom: 0;
		left: 4px;
		bottom: -150px;		
		 -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;
		}
		.game a:hover .title, .game a:focus .title {
			display: block;
			bottom: 4px;
			
			
			z-index: 999;
			}
		.game a .title b {
			background: #f7f7f7;
			border-bottom: 1px solid #ebebeb;
				-webkit-border-radius: 5px 5px 0 0;
				-moz-border-radius: 5px 5px 0 0;
				border-radius: 5px 5px 0 0;
			display: block;
			margin: -8px -8px 6px;
			padding: 12px 8px 8px;
			}
	.game a .image {
		display: block;
		position: relative;
		border: 4px solid #23282c;
		transition: all 0.5s ease;
		}
	.game a:hover .image {
		border: 4px solid #ffb8fe;		
		}
	.game a .image img {
		height: auto;
		width: 100%;
		}
	.game a .image img:first-child {
		height: 100%;
		position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			top: 0;
		width: 100%;
		}
*/
/*BEGINMOST PLAYED MAIN */
.game# {
	float:left; 
	width:67%;
}
	.game {
		float: left;
		margin-top: 8px; 
		width: 12.49%;
		/*width: 14.25%;*/
		*width: 20%;
		overflow: hidden;
		}
	.game .unfav, .game .download {
		display: block;
		font-size: 12px;
		line-height: 12px;
		margin-top: 4px;
		text-align: center;
		}
		.game .unfav a, .game .download a {
			color: #aab4be;
			}

	.game a {
		color: #000;
		display: block;
		margin-right: 1px;
		position: relative;
		text-decoration: none;
		}
	.game a .title {
		background: #000;
		background: rgba(0,0,0,.65);
		color: #fff;
		display: block;
		height: 20px;
		padding: 4px;
		position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
		overflow: hidden;
		text-align: center;
		}
	/*.game a .title {
		background: #f5f5f5;
		color: #D900A1;
		display: block;
		height: 20px;
		padding: 4px;
		overflow: hidden;
		text-align: center;
		}*/
	.game a .title {
		background: rgba(0,0,0,0.8);		
		display: block;		
		font-family: 'Oswald',sans-serif;
		color: #fff;
		font-size: 12px;
		text-align: center;
		width: calc(100% - 8px);
		padding: 5px 0;
		position: absolute;
		bottom: 0;
		left: 4px;
		bottom: -150px;		
		 -webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;
		}
		.game a:hover .title, .game a:focus .title {
			display: block;
			bottom: 4px;
			
			
			z-index: 999;
			}
		.game a .title b {
			background: #f7f7f7;
			border-bottom: 1px solid #ebebeb;
				-webkit-border-radius: 5px 5px 0 0;
				-moz-border-radius: 5px 5px 0 0;
				border-radius: 5px 5px 0 0;
			display: block;
			margin: -8px -8px 6px;
			padding: 12px 8px 8px;
			}
	.game a .image {
		display: block;
		position: relative;
		border: 6px solid #fff;
		transition: all 0.5s ease;
		
		opacity: 1;
	   transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
		}
	.game a:hover .image {
		border: 6px solid #f5f5f5;	
		border-radius:10px;
		
		opacity: 1;
	   transition: opacity .25s ease-in-out;
	   -moz-transition: opacity .25s ease-in-out;
	   -webkit-transition: opacity .25s ease-in-out;
		}
	.game a .image img {
		height: auto;
		width: 100%;
		}
	.game a .image img:first-child {
		height: 100%;
		position: absolute;
			bottom: 0;
			left: 0;
			right: 0;
			top: 0;
		width: 100%;
		border-radius:10px;
		}
/* END MOST PLAYED MAIN */	

.nav-top {
	margin: -5px 0 15px;
	}
.nav-bottom {
	margin-top: 15px;
	}
.tabs {
	float: left;
	margin: 5px 20px 0 0;
	}
	.tabs ul li {
		margin-left: 3px;
		}
		.tabs ul li:first-child {
			margin-left: 0;
			}
	.tabs ul li a {
		border: 1px solid #ccc;
			-webkit-border-radius: 5px 5px 0 0;
			-moz-border-radius: 5px 5px 0 0;
			border-radius: 5px 5px 0 0;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
		}
		.tabs ul li.active a {
			background: #fff!important;
			border-color: #ccc!important;
			border-bottom-color: #fff!important;
			color: #000;
			cursor: default;
			font-weight: 600;
			}
	.tabs ul li a:hover, .tabs ul li a:focus {
		background: #f6f6f6;
		border-color: #3c3f4a;
		}

.pagination {
	float: right;
	margin-top: 5px;
	}
	.pagination ul li {
		margin-left: 3px;
		}
		.pagination ul li:first-child {
			margin-left: 0;
			}
	.pagination ul li a, .pagination ul li b {
		border: 1px solid #ccc;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
		}
		.pagination ul li b {
			cursor: default;
			}
	.pagination ul li a:hover, .pagination ul li a:focus {
		background: #f6f6f6;
		border-color: #3c3f4a;
		}

table.form td {
	padding: 4px 15px 2px;
	}
	table.form tr td:first-child {
		font-weight: 600;
		padding-right: 20px;
		}
	table.form tr td:last-child {
		padding-right: 32px;
		}
	table.form input, table.form textarea, table.form select {
		max-width: 100%;
		}

#comments {
	min-height: 550px;
	padding-right: 536px;
	position: relative;
	background: #fff;
	}
	#comments iframe {
		width: 100%!important;
		}
	#comments #rectangle {
		background: #fff;
		height: 550px;
		position: absolute;
			right: 0;
			top: 0;
		width: 536px;
		}
#comments #rectangle img {
    width: 120px;
    height: 90px;
    margin: 0.4em 0.3em;
    border: 1px solid #000
		}
#footer-body {
	background: #fff;
	margin-top: 20px;
	}
	#footer {
		color: #000;
		padding: 40px 0 30px;
		font-size: 11px;
		}
	#footer-menu {
		color: rgba(255,255,255,.5);
		margin-top: 4px;
		}
	#footer-menu ul, #footer-menu ul li {
		display: inline;
		margin: 0;
		padding: 0;
		}
		#footer-menu ul li:before {
			content: ' / ';
			}
			#footer-menu ul li:first-child:before {
				content: '';
				}
		#footer-menu ul li a {
			color: #fff;
			}

#lights-out {
	background: rgba(0,0,0,.75);
	display: none;
	position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
	z-index: 99999;
	}
	body.lights-out #lights-out {
		display: block;
		}

.dd-options li {
	width:70px;
	float:left;
	}
@media screen and (max-width: 1100px) {
	#header #leaderboard {
		display: none;
		}
}
/* Begin Responsive */
@media screen and (max-width: 1000px) {
	#file {
		min-height: 0;
		padding-right: 0;
		}
	#rectangle-1, #rectangle-2 {
		float: left;
		margin: 6px 6px 0 0;
		position: relative;
			right: auto;
		}
}

/* NO MOBILE */
/* 20px extras + 30px padding */

/* 180x11 + 8*10 + 50 = 2060 + 50 = 2110px */

@media screen and (max-width: 2110px) {
	.game {
		width: 9.0909%;
	}
}

/* 180x10 + 8*9 + 50 = 1872 + 50 = 1922px */

@media screen and (max-width: 1922px) {
	.game {
		width: 10%;
	}
}

/* 180x9 + 8*8 + 50 = 1684 + 50 = 1734px */

@media screen and (max-width: 1734px) {
	.game {
		width: 11.11%;
	}
}

/* 180x8 + 8*7 + 50 = 1496 + 50 = 1546px */

@media screen and (max-width: 1546px) {
	.game {
		width: 12.5%;
	}
}

/* 180x7 + 8*6 + 50 = 1308px + 50 = 1358px */

@media screen and (max-width: 1358px) {
	.game {
		width: 14.28%;
	}
}

/* 180x6 + 8*5 + 50 = 1120 + 50 = 1170px */

@media screen and (max-width: 1170px) {
	.game {
		width: 16.66%;
	}
}


/* 180x5 + 8*4 + 50 = 932 + 50 = 982px */

@media screen and (max-width: 982px) {
	.game {
		width: 20%;
	}
}

/* 180x4 + 8*3 + 50 = 752 + 50 = 802px */

@media screen and (max-width: 802px) {
	.game {
		width: 25%;
	}
}

/* SINGLE WITH SIDEBAR */
/* 480px extras + 30px padding  */ 

/* 180x9 + 8*8 + 510 = 1620 + 64 + 365 = 2204px */

@media screen and (max-width: 2204px) {
	#main.single .game {
		width: 11.11%;
	}
}

/* 180x8 + 8*7 + 510 = 1440 + 56 + 365 = 2016px */

@media screen and (max-width: 2016px) {
	#main.single .game {
		width: 12.5%;
	}
}

/* 180x7 + 8*6 + 510 = 1260 + 48 + 365 = 1828px */

@media screen and (max-width: 1828px) {
	#main.single .game {
		width: 14.28%;
	}
}

/* 180x6 + 8*5 + 520 = 1120 + 365 = 1640px */

@media screen and (max-width: 1640px) {
	#main.single .game {
		width: 16.66%;
	}
}


/* 180x5 + 8*4 + 520 = 932 + 365 = 1452px */

@media screen and (max-width: 1452px) {
	#main.single .game {
		width: 20%;
	}
}

/* 180x4 + 8*3 + 520 = 752 + 365 = 1272px */

@media screen and (max-width: 1272px) {
	#main.single .game {
		width: 25%;
	}
}

/* 180x3 + 8*2 + 520 = 556 + 365 = 1076px */

@media screen and (max-width: 1076px) {
	#main.single .game {
		width: 33.33%;
	}
}

/* 180x2 + 8*1 + 520 = 368 + 365 = 888px */

@media screen and (max-width: 888px) {
	#main.single .game {
		width: 50%;
	}
}

@media screen and (max-width: 920px) {
	#subheader {
		padding-right: 0;
		}
	#subheader #leaderboard {
		display: none;
		}
}

/* MOBILE */
/* 20px extras + 10px padding */

/* 180x4 + 8*3 + 30 = 752 + 30 = 782px */

@media screen and (max-width: 802px) {
	#menu-body {
		background: #414455;
		}
	#submenu {
		margin: 2px -13px 15px;
		}
	#submenu ul, #submenu ul li {
		float: none;
		}
		#submenu ul li {
			margin: 0 0 2px;
			}
	#submenu ul li a {
		padding: 4px 15px;
		}
	#menu {
		margin: 0 -15px;
		padding: 0;
		padding-top: 38px;
		}
	#menu ul, #menu ul li {
		float: none;
		}
		#menu ul {
			border-top: 1px solid #2d3041;
			}
		#menu ul li {
			border: 0;
			border-bottom: 1px solid #2d3041;
			}
		#menu ul li a {
			background: #931669 url('../img/menu-bg.png');
			}
	#menu > ul  > li:first-child > a {
		padding-left: 40px;
		}
		#menu ul li:first-child span {
			left: 15px;
			}
	#menu ul li ul {
		border-bottom: 0;
		position: relative;
			top: 0;
		visibility: visible;
		width: auto;
		}
		#menu ul li ul li {
			border-top: 0;
			}
		#menu ul li ul li:last-child {
			border-bottom: 0;
			}
		#menu ul li ul li a {
			padding-left: 30px;
			}

	#path, #flash {
		margin: 0 -10px 10px;
		}
	#main {
		padding: 0!important;
		margin: 0 -10px;
		}
	#file {
		margin: 0 -10px;
		}
	#content {
		float: none!important;
		margin: 0 0 5px!important;
		padding: 0!important;
		width: auto;
		}
	.game, #main.single .game {
		width: 25%;
		}
	table.form, table.form tbody, table.form tr, table.form tr td {
		display: block;
		padding: 0;
		}
	table.form tr td:first-child {
		padding: 10px 0 5px;
		}
	table.form tr:last-child td:first-child {
		display: none;
		}
	table.form tr:last-child td:last-child {
		padding: 10px 0;
		}

}

/* 180x3 + 8*2 + 30 = 556 + 30 = 586px */

@media screen and (max-width: 586px) {
	.game, #main.single .game {
		width: 33.33%
	}
}

/* 180x2 + 8 + 30 = 368 + 30 = 398px */

@media screen and (max-width: 398px) {
	.game, #main.single .game {
		width: 50%;
	}
}

/* 180 + 30 = 220px  */

@media screen and (max-width: 220px) {
	.game, #main.single .game {
		width: 100%;
	}
}
/* End Responsive */
/*BEGIN BTN play game pop file*/
a.btnplaygame {
	display: inline-block;
	color: #FF0000;
	font-weight:bold;
	background-color: #fff;
	letter-spacing: 0px;
	font-size: 16px;
	overflow: hidden;
	padding: 4px 6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-style: solid;
	border: 1px solid rgba(0,0,0,0.3);
    border-color: #D5D5D5;
	text-align: center;
	
	 text-overflow: ellipsis;
    width: 98%;
    text-decoration: none;
    padding-right: 4px;
	padding-left: 4px;
    line-height: 1.1em;
	margin: 0.1em;

}

	a.btnplaygame:hover {
		background-color: #F55567;
		color: #fff;
		font-weight:bold;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-style: solid;
		border: 1px solid rgba(0,0,0,0.3);
		border-color: #CCC;
	}
	
	a.btnplaygame:active {
		background-color: #CCC;
		border-color: rgba(0,0,0,0.9);
	}
/*END BTN PLAY GAME POP FILEN*/
