html {
	font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	background: #06759A;
	font-family: 'Trebuchet MS', Arial;
	color: #1B1B1B;
	font-size: 13px;
	line-height: 17px;
	text-shadow: 0 0 1px transparent;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
a {
	text-decoration: none;
	color: inherit;
	outline: 0;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
h1 {
	margin: 5px 0 22px;
}
fieldset {
	border: 2px solid #dbeada;
}
button,
input,
select,
textarea {
	vertical-align: baseline;
	*vertical-align: middle;
	line-height: normal;
	*overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input,
textarea {
	margin-top: 0;
	padding: 6px 7px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	outline: 0;
	font-family: 'Trebuchet MS', Arial;
	font-size: 13px;
}
input.search,
textarea.give-comment {
	border: 4px solid #E7F0E6;
	box-shadow: inset 0 0 0 1px #1594BF;
	-moz-box-shadow: inset 0 0 0 1px #1594BF;
	-webkit-box-shadow: inset 0 0 0 1px #1594BF;
}
input.text {
	padding: 5px 7px;
	border: 2px solid #DDD;
	box-shadow: inset 3px 3px 2px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: inset 3px 3px 2px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: inset 3px 3px 2px 0px rgba(0,0,0,0.07);
}
input.text:focus {
	border-color: #CCC;
}
textarea {
	width: 395px;
	height: 80px;
	padding: 8px 10px;
	border: 2px solid #DDD;
	line-height: 18px;
	overflow: hidden;
    vertical-align: top;
}
input::-moz-focus-inner {
	border: 0;
}
label {
	cursor: pointer;
}
ul {
	margin: 5px 0;
	padding-left: 7px;
	list-style: none;
	line-height: 21px;
}
ul.decimal {
	padding-left: 25px;
	list-style: decimal;
	color: #ADADA9;
}
ul#link-list {
	padding-left: 0;
}
.clear {
	clear: both;
}
#wrapper {
	max-width: 1240px;
	margin: 0 auto;
	background: url(../images/background.gif) repeat #F6F6E8;
	border-top: 1px solid #FFF;
	box-shadow: 1px 1px 2px #05607F;
}

/* Header */
#header {
	width: 100%;
	padding: 10px 15px 0;
}
#forms {
	float: right;
	margin-left: 20px;
}
#forms form {
	position: relative;
}
#search-select,
#login-button {
	width: 121px;
	margin-left: 10px;
	padding: 3px 6px 2px;
	background: #E7F0E6;
	font-weight: bold;
	color: #7DCCDF;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}
#login-button {
	width: 62px;
	margin-top: 15px;
	padding-bottom: 4px;
	cursor: pointer;
}
#login-button:hover,
#login-button.active {
	color: #35809F;
}
#register {
	position: absolute;
	top: 4px;
	right: 12px;
	color: #DD0000;
	font-weight: bold;
	cursor: pointer;
}
#search-select span {
	padding: 0 2px;
	cursor: pointer;
}
#search-select .active,
#login {
	color: #35809F;
	cursor: default;
}
#logo {
	float: left;
	display: block;
	width: 361px;
	height: 94px;
	margin-top: 4px;
	background: url(../images/gamessports-logo.png) no-repeat;
}
#header .box {
	margin-top: 12px;
	margin-bottom: 0;
}
.share-box {
	float: right;
	width: 82px;
	height: 100px;
	padding-top: 2px;
	border-left: 1px dotted #CECEB4;
	border-right: 1px dotted #CECEB4;
	text-align: center;
	font-weight: bold;
}
.share-box.wide {
	width: auto;
	padding-left: 12px;
	padding-right: 12px;
}
.share-box.wide div {
	margin-bottom: 8px;
}
.share-box a {
	color: #959593;
}
.share-box a:hover {
	color: #6F6F6F;
}
.share-box.right {
	border-left: none;
}
.share-box img.second {
	margin-top: 12px;
}
.share-box img.secondless {
	margin-top: 8px;
}

#social-buttons {
	float: right;
	width: 150px;
	margin: 30px 0 0 14px;
}
#social-buttons a {
	margin: 0 3px;
	opacity: .92;
	filter: alpha(opacity=92);
}
#social-buttons a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.input {
	position: relative;
	width: 100%;
	height: 32px;
}
.input.hidden {
	display: none;
	position: absolute;
	top: 20px;
	z-index: 99;
	width: 199px;
	height: 148px;
	padding: 10px 12px 20px;
	background: #E7F0E6;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	font-size: 12px;
}
#remember {
	margin-left: 1px;
}
.input .search {
	width: 200px;
	padding-left: 8px;
	color: #374347;
}
.input .search.untouched {
	color: #C6C6C6;
	font-style: italic;
}
input.submit {
	margin: 8px 0 0 1px;
	padding: 6px 8px;
	background: #EFF7FB;
	border: 1px solid #BDDBE6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #EF941E;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
input.submit:hover {
	border-color: #A4CBDB;
}
.input .search-submit {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 36px;
	height: 25px;
	padding: 0;
	background: #F5F5F5;
	filter: progid:DXImageTransform.Microsoft.gradiensdasdast(startColorstr='#F9F9F9', endColorstr='#EAEAEA');
	background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#EAEAEA));
	background: -moz-linear-gradient(top, #F9F9F9, #EAEAEA);
	border: 0;
	border-left: 1px solid #DBDBDB;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border--radius: 5px;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	cursor: pointer;
}
.search-submit:active {
	background: #EEE;
}



#categories-menu {
	position: relative;
	width: 100%;
	margin-top: 10px;
	color: #FFF;
	text-shadow: 0 1px #DF7A27;
	font-weight: bold;
	border--radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#categories-menu a {
	float: left;
	padding: 6px 13px;
	background: #F5F5F5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FE9A38', endColorstr='#FE7821');
	background: -webkit-gradient(linear, left top, left bottom, from(#FE9A38), to(#FE7821));
	background: -moz-linear-gradient(top, #FE9A38, #FE7821);
	border: 1px solid #F6883E;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	box-shadow: inset 0 1px 0 #FDAB5D;
	-moz-box-shadow: inset 0 1px 0 #FDAB5D;
	-webkit-box-shadow: inset 0 1px 0 #FDAB5D;
	color: #FFF;
}
#categories-menu a:hover {
	background: #FE8329;
	filter: none;
}
#categories-menu span {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 4px;
	background: #F46C11;
	border-top: 1px solid #EB670F;
	border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	box-shadow: inset 0 1px 0 #F58234;
	-moz-box-shadow: inset 0 1px 0 #F58234;
	-webkit-box-shadow: inset 0 1px 0 #F58234;
	z-index: 98;
}
#select-game {
	float: right;
	margin-left: 10px;
	padding: 10px 10px 9px;
	background: #F46C11;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	box-shadow: 0 1px 0 #FFF;
	-moz-box-shadow: 0 1px 0 #FFF;
	-webkit-box-shadow: 0 1px 0 #FFF;
}
#select-game select {
	width: 150px;
}
#statistics,
.blue-button {
	float: left;
	height: 29px;
	margin-top: 10px;
	padding: 4px 9px 6px;
	background: #79D35D;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80D964', endColorstr='#6DC850');
	background: -webkit-gradient(linear, left top, left bottom, from(#80D964), to(#6DC850));
	background: -moz-linear-gradient(top, #80D964, #6DC850);
	border: 1px solid #51AC34;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: inset 0 1px 0 #95DF77, inset 0 -2px 0 #60B943;
	-moz-box-shadow: inset 0 1px 0 #95DF77, inset 0 -2px 0 #60B943;
	-webkit-box-shadow: inset 0 1px 0 #95DF77, inset 0 -2px 0 #60B943;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 1px #5CA346;
	*padding-top: 5px;
}
.blue-button img.icon {
	margin-top: -1px;
}
#statistics div {
	float: left;
}
#statistics .seperator {
	position: relative;
	top: -4px;
	width: 1px;
	height: 25px;
	margin-right: 7px;
	background: #80DB64;
	*top: -5px;
	*height: 28px;
}
#statistics .seperator.green {
	background: #6FCA52;
	margin: 0  0 0 7px;
}
.blue-button {
	float: right;
	margin-left: 13px;
	background: #76BBDA;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78BEDD', endColorstr='#72B5D4');
	background: -webkit-gradient(linear, left top, left bottom, from(#78BEDD), to(#72B5D4));
	background: -moz-linear-gradient(top, #78BEDD, #72B5D4);
	border-color: #4FA1C4;
	box-shadow: inset 0 1px 0 #8EC9E1, inset 0 -2px 0 #4FA1C4;
	-moz-box-shadow: inset 0 1px 0 #8EC9E1, inset 0 -2px 0 #4FA1C4;
	-webkit-box-shadow: inset 0 1px 0 #8EC9E1, inset 0 -2px 0 #4FA1C4;
	text-shadow: 0 1px 1px #6098B1;
}
.blue-button:hover {
	background: #77BDDD;
}
#login-form {
	background: #E7F0E6;
	z-index: 99;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height: 18px;
}
#login-form input {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border: 2px solid #D7E0D6;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#login-form input:focus {
	border-color: #C9D1C8;
}
#login-form input.text {
	width: 179px;
}
#login-form input.submit {
	position: absolute;
	bottom: 12px;
	right: 13px;
	cursor: pointer;
	border: 1px solid #1594BF;
}
#password {
	margin-bottom: 14px;
}
/* END Header */

/* Content */
#content {
	padding: 4px 14px 10px;
}
#content #left-content {
	overflow: hidden;
}
#content .left {
	float: left;
}
#content .right {
	float: none;
	overflow: hidden;
	padding-top: 4px;
}
.box {
	position: relative;
	float: left;
	margin: 10px 0 4px;
	padding: 15px 20px;
	background: #FFF;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 1px 1px #E7E7D9;
	-moz-box-shadow: 0 1px 1px #E7E7D9;
	-webkit-box-shadow: 0 1px 1px #E7E7D9;
}
.box.smallpadding {
	margin-bottom: 3px;
	padding: 14px;
}
.box.nopadding {
	padding: 0;
}
.box.smallpadding h2 {
	margin-left: 6px;
	margin-top: 11px;
}
.box.square {
	height: 355px;
}
.box.featured {
	margin-right: 15px;
	margin-bottom: 3px;
	padding-left: 48px;
	padding-right: 48px;
}
.box.featured.featured-ad {
	padding-left: 12px;
	padding-right: 12px;
}
.box.featured h2 {
	margin: 2px 0 18px -18px;
}
.box.wide {
	width: 700px;
}
.box.super.wide {
	width: 856px;
}
.box.fullwidth {
	max-width: 897px;
	width: 100%;
	float: right;
}
.box.fullwidth.real-full {
	max-width: none;
}
.box.wide .game img,
.box.wide .member img {
	float: left;
}
.box.half {
	float: left;
	width: 50%;
	padding-bottom: 8px;}
.box.marginleft {
	margin-left: 15px;
}
.box a {
	color: #2A80A5;
	font-weight: bold;
}
.box.most-popular a img {
	margin-bottom: 4px;
}
.box h2,
#all-games h2 {
	margin: 1px 0 16px 0;
	font-size: 18px;
	color: #2D6F8D;
}
.box h2 img {
	bottom: 2px;
	position: relative;
	margin-right: 2px;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.box h2.green {
	color: #2E8812;
}
.box h2.orange {
	color: #EA701E;
}
.box#redirection_box {
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -200px;
	padding-top: 17px;
	padding-bottom: 17px;
}
.searchbox {
	float: left;
}
.searchbox.left {
	margin-right: 25px;
}
.searchbox.right {
	margin-top: 22px;
}
.searchbox a {
	margin-right: 8px;
	padding: 0 1px;
}
.searchbox a.active {
	color: #EA701E;
}
.searchbox a.active:after {
	content: ' ↑';
}
.searchbox a.active.asc:after {
	content: ' ↓';
}
#marginbottom {
	margin-bottom: 9px;
}
#addlink,
.view-all {
	padding: 2px 8px;
	background: #E8E8C7;
	color: #2E8812 !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#addlink:hover,
.view-all:hover {
	background: #EFEFD1;
}
.view-all {
	position: absolute;
	top: 15px;
	right: 21px;
}

.paging {
	float: left;
	width: 100%;
	margin: 5px 0 10px;
	font-size: 12px;
	text-align: center;
	word-wrap: break-word;
}
.paging a {
	padding: 2px 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #373737;
}
.paging a:hover {
	background: #EFEFEF;
	color: #000;
}
.paging .active,
.paging .nav {
	background: #373737;
	color: #FFF;
}
.paging .active:hover,
.paging .nav:hover {
	color: #FFF;
	background: #171717;
}
.paging .nav {
	margin: 0 10px;
	padding: 2px 7px 3px;
}
.paging .inactive {
	display: none;
}

.game,
.member {
	display: block;
	float: left;
	width: 310px;
	margin: 3px 18px 15px 0;
	text-align: center;
}
.member {
	width: 200px;
}
.game.small {
	width: 170px;
	margin: 0 8px 15px;
}
.game img,
.member img {
	width: 80px;
	height: 60px;
	border: 1px solid #333;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}
.game img {
	width: 168px;
	height: 120px;
}
.game span.right {
	max-width: 194px;
	float: left !important;
	margin-left: 10px;
	padding-top: 2px;
	text-align: left;
	line-height: 20px;
	color: #2A2A2A;
}
.game.one-half img {
	float: left;
}
.game span.under {
	display: block;
	clear: both;
}
a.game.long {
	color: #1B1B1B;
}
.game span.right span {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #2A80A5;
}
.game:hover span.right {
	color: #2A2A2A;
}
.game:hover span.right span,
.game:hover span {
	color: #1F627F;
}
a.orange-button,
a.orange-button:hover {
	display: block;
	width: 189px;
	margin-top: 8px;
	margin-bottom: 18px;
	padding: 7px 9px;
	background: #EA701E;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFF;
}
a.orange-button:hover {
	text-decoration: underline;
}
a.orange-button.big {
	margin: 0 auto;
	margin-top: 8px;
	padding: 10px;
	font-size: 15px;
}
#preloader {
	width: 680px;
	height: 14px;
	border: 2px solid #EA701E;
	margin: 18px auto 7px auto;
}
#preloader_bar {
	float: left;
	width: 0;
	height: 100%;
	background-color: #84c547;
}
.member:hover span {
	color: #3A6C87;
}
#featured .right span {
	color: #2A80A5;
	display: block;
	max-width: 115px;
	float: left;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#slider-container {
	position: absolute;
	top: 6px;
	left: 8px;
	height: 150px;
}
#slider-container .game {
	width: 240px;
	margin-top: 13px;
	margin-bottom: 27px;
	text-align: left;
}
#slider-container img {
	float: left;
	width: 110px;
	max-height: 78px;
	height: auto;
}
.featured-button {
	position: absolute;
	top: 155px;
	width: 21px;
	height: 43px;
	background: #000;
	cursor: pointer;
}
.featured-button.prev {
	background: url(../images/prev-featured-game.gif);
	left: 14px;
}
.featured-button.next {
	background: url(../images/next-featured-game.gif);
	right: 14px;
}
.featured-button.next.inactive {
	background: url(../images/next-featured-game-inactive.gif);
	cursor: default;
}
.featured-button.prev.inactive {
	background: url(../images/prev-featured-game-inactive.gif);
	cursor: default;
}
#seperator {
	position: relative;
	top: 104px;
	width: 90%;
	height: 1px;
	margin: 0 auto;
	border-bottom: 1px dotted #61B2D6;
	box-shadow: 0 0 1px #CAE9F7;
	-moz-box-shadow: 0 0 1px #CAE9F7;
	-webkit-box-shadow: 0 0 1px #CAE9F7;
}
#featured,
#all-games {
	width: 279px;
	height: 245px;
	padding: 12px 10px;
	background: #B2DFF3;
	border: 5px solid #88CBE9;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	box-shadow: inset 0 0 1px #FFF;
	-moz-box-shadow: inset 0 0 1px #FFF;
	-webkit-box-shadow: inset 0 0 1px #FFF;
}
#featured {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
#all-games {
	float: left;
	width: 100%;
	height: auto;
	margin: 10px 0 4px;
	padding: 14px 16px 20px;
}
#all-games span {
	display: block;
	width: 145px;
	height: 24px;
	float: left;
	padding-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3685A9;
}
#all-games a {
	color: #3685A9;
}
#all-games a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #3685A9;
	color: #316E9F;
}
/* END Content */

/* Contact */
form#contact .text {
	width: 170px;
}
form#contact label {
	position: relative;
	left: 3px;
	bottom: 1px;
}
form#contact p.last {
	margin-bottom: 1px;
}

/* adv videos */

#ad_before {
	padding-bottom: 500px;
	width: 640px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* File */
#file {
	position: relative;
	z-index: 998;
	text-align: center;
}
#file .object {
	position: absolute;
	bottom: 0;
	visibility: hidden;
}
#file .object.visible {
	position: relative;
	visibility: visible;
}
#file.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 55px;
	right: 0;
	background: #F6F6E8;
	z-index: 10000;
}
#file embed {
	margin: 0 auto;
	text-align: center;
}
#file.fullscreen object,
#file.fullscreen embed {
	width: 100% !important;
	height: 100% !important;
}
#bottom {
	width: 742px;
	margin: 12px auto 15px auto;
}
#share-box {
	position: relative;
	float: left;
	width: 163px;
	margin-right: 25px;
	padding-top: 5px;
	line-height: 26px;
}
#share-box img {
	margin: 12px 8px 0 0;
}
#fav-file {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 23px;
	height: 23px;
	background: url(../images/fav.gif) left;
	cursor: pointer;
}
#fav-file.favourited {
	opacity: .6;
}
#bookmark-file {
	position: absolute;
	top: 5px;
	right: 47px;
	width: 24px;
	height: 23px;
	background: url(../images/fav.gif) right;
	cursor: pointer;
}
#file-info {
	position: relative;
	float: left;
	width: 550px;
	padding: 5px 0 28px 25px;
	border-left: 1px dotted #E5E5D7;
	font-size: 12px;
	color: #717171;
}
#file-info img {
	position: relative;
	top: -2px;
	margin-right: 3px;
}
#file-info .description {
	display: block;
	min-height: 45px;
}
#info {
	position: absolute;
	bottom: 5px;
	color: #628FA3;
	font-weight: bold;
}
#info span {
	margin-right: 24px;
	font-size: 12px;
}
#info a {
	padding-bottom: 1px;
	border-bottom: 1px dotted #628FA3;
}
#rating {

}
.r_1 {
	color: #E05A4C;
}
.r_2 {
	color: #E38E3B;
}
.r_3 {
	color: #D1D019;
}
.r_4 {
	color: #80D040;
}
.r_5 {
	color: #29B96F;
}
.comment-item {
	position: relative;
	margin: 9px 0;
	padding: 0 0 10px 2px;
	border-bottom: 1px dotted #E5E5D7;
	font-size: 12px;
	color: #717171;
	word-wrap: break-word;
}
.comment-item span {
	position: absolute;
	top: 12px;
	right: 5px;
	font-size: 28px;
	color: #E9E9E0;
}
.comment-item a {
	display: block;
	margin: 0 0 4px -1px;
	font-size: 13px;
}
#rating {
	margin: 20px 0 12px;
	font-size: 14px;
}
#rating input {
	float: left;
	margin: 3px 0 0 13px;
}
#slider {
	float: left;
	width: 425px;
	height: 10px;
	margin: 13px 10px 0 0;
	padding: 0 15px;
	background: url(../images/slider.gif) no-repeat;
}
.ui-slider-handle {
	display: block;
	position: relative;
	top: -6px;
	margin-left: -13px;
	width: 26px;
	height: 24px;
	background: url(../images/slider-dot.png) no-repeat;
	cursor: pointer;
}
#percentage {
	float: left;
	width: 64px;
	height: 24px;
	margin-top: 5px;
	padding: 4px 0 0 4px;
	background: url(../images/percentage.gif);
	text-align: center;
	color: #FFF;
	text-shadow: 0 1px 1px #3787A2;
	font-size: 12px;
}
#smileys {
	float: right;
	width: 200px;
	margin: 8px 220px 0 5px;
}
#smileys img {
	margin: 0 0 11px 8px;
	cursor: pointer;
}
#logged-in {
	position: absolute;
	bottom: 55px;
	left: 25px;
	width: 386px;
	height: 71px;
	padding: 9px;
	color: #B7D8E4;
}
.horz-seperator {
	margin: 20px 0 21px;
	border-bottom: 1px dotted #E5E5D7;
}
#lightbulb {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 20px;
	height: 32px;
	background: url(../images/lightbulbs.png) right;
	cursor: pointer;
	z-index: 999;
}
#icons {
	display: table;
	margin: 15px auto;
	padding: 12px 10px;
	border-top: 1px dotted #E5E5D7;
	border-bottom: 1px dotted #E5E5D7;
}
#icons.fullscreen {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	margin: 0;
	background: #FFF;
	z-index: 10000;
}
#icons.fullscreen * {
	display: none;
}
#icons.fullscreen #fullscreen {
	margin: 0 auto;
	display: block;
	float: none;
}
#icons div,
#icons a {
	float: left;
	width: 29px;
	height: 29px;
	margin: 0 11px;
	background: url(../images/file-icons.gif);
	opacity: .8;
	filter: alpha(opacity=80);
	cursor: pointer;
}
#icons div:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#icons #zoom-out {
	background-position: -30px 0;
}
#icons #fullscreen {
	width: 33px;
	background-position: -59px;
}
#icons #new-window {
	width: 26px;
	background-position: -92px;
}
#icons #download {
	width: 27px;
	background-position: -118px;
}
#lightbulb.active {
	color: #FFF;
}
#darkness {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 997;
}
/* END File */

/* Left Menu */
#left-menu {
	float: left;
	height: 100%;
	width: 300px;
	margin-right: 15px;
}

#left-menu .box {
	width: 100%;
}
#left-menu .box a:hover {
	color: #3A6C87;
}

#left-menu .images-only {
	text-align: center;
}

#left-menu .images-only img {
	width: 85px;
	margin: 4px;
}
/* END Left Menu */

/* Footer */
#footer {
	position: relative;
	bottom: 18px;
	left: -21px;
	width: 100%;
	width: calc(100% + 44px);
	width: -webkit-calc(100% + 44px);
	width: -moz-calc(100% + 44px);
	margin-top: 30px;
	padding: 20px 45px 15px;
	background: #E8E8C7;
	color: #6F6F45;
	text-align: center;
}
#footer form {
	width: 448px;
	margin: 0 auto 15px;
}
#footer .input .search {
	width: 426px;
}
#footer .input .search-submit {
	right: 17px;
}
#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #EA701E;
}
#footer input.search {
	border-color: #C6D9A6;
	box-shadow: inset 0 0 0 1px #32791A;
	-moz-box-shadow: inset 0 0 0 1px #32791A;
	-webkit-box-shadow: inset 0 0 0 1px #32791A;
}
#fblike {
	position: absolute;
	top: 28px;
	left: 150px;
}
#itlab {
	width: 790px;
	height: 47px;
	margin: 10px auto;
	background: url(../images/itlab.gif);
}
#bottom-footer {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url(../images/footer-left.gif) bottom left no-repeat;
}
#bottom-footer div {
	width: 100%;
	height: 100%;
	background: url(../images/footer-right.gif) bottom right no-repeat;
}
/* END Footer */

.connect_widget_button_count_count {
	display: none !important;
}
iframe.fb_ltr {
	width: 85px !important;
}

#cp-menu {
	position: absolute;
	top: 10px;
	right: 30px;
}

/**
 * Ads
 */

.header-ad {
	min-width: 800px;
	min-height: 100px;
}


/**
 * Old table simulation
 */

.table_header {
	float: left;
	text-align: center;
	font-weight: bold;
}
.table {
	float: left;
	text-align: center;
	min-height: 1px;
}

.separator {
	margin-bottom: 1px;
	padding-top: 1px;
	border-bottom: 1px dotted #CECEB4;
	width: 98%;
	clear: both;
}


/**
 * Grid
 */

.game.one-half {
	width: 45%;
}

.game.one-fourth {
	width: 22.6%;
}


/* Animations */
.animate {
	animation: fadein 500ms;
	-webkit-animation: fadein 500ms;
	-moz-animation: fadein 500ms;
	-ms-animation: fadein 500ms;
	-o-animation: fadein 500ms;
}

/* AGGIUNTE */


.mobile {display: none;}

.descrizione {
    float: left;
    width: 354px;
}

.banner {float: right;
         margin-right: 13px;
		  width: 341px;
}

.descrizione img {
    width: 100%;
    height: auto;
}

.orange-button.big,
.orange-button.big:hover {
    width: 100%;
}

.box.fullwidth h1 {
    margin: inherit;
    line-height: 1em;
}

.related-games { float:left;
                 width: 350px;
				 margin-bottom: 4px;
}


.related-games:nth-child(2n) {
    clear: both;
}

.related-games-img {float: left;
                    width: 82px;
					text-align: center;
					margin-right: 5px;
}

.related-games-excerpt { float: right;
                         width: 255px;
						 margin-right: 5px;
}

label#nav-toggle { display: none;}

input#nav {display: none;}


#icons a#fullscreen {padding: 0;}

.box.fullwidth > div#bottom {
    width: auto;
}


#bottom > div#file-info {
    border: medium none;
    float: left;
    padding: 0;
    width: calc(100% - 188px);
}

#file-info > div#info {
    position: static;
}


#to_comments > div#logged-in {
    height: auto;
    margin: 0;
    position: static;
}


#to_comments #logged-in > a {
    display: inline;
    padding: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) { 


.game.one-fourth {
    width: calc(33.33% - 20px);
}

.game.one-fourth:nth-child(3n+2) {
    clear: both;
}

.game img {
    height: auto;
    width: 100%;
}


#categories-menu a{ width: 20%;}


#header .box {
    clear: both;
    float: none;
    margin: 0;
    padding: 5px;
    width: auto;
}


.box.featured.featured-ad.square.half > center {
    overflow: hidden;
}

.box.square {height: auto;
             margin-bottom: 10px;
			 }


div.box.fullwidth {
    float: left;
    width: calc(100% - 315px);
}


#statistics {
    width: 25%;
	height: auto;
}

#statistics div:nth-child(7n) {
    float: none;
    width: auto;
}


#statistics .seperator:nth-child(5n) {
    display: none;
}

#statistics div {
    line-height: 25px;
	border-bottom: 1px outset rgba(0, 0, 0, 0.2);
}


.header-ad {
    min-width: auto;
    overflow: hidden;
    width: auto;
}

#itlab {
    width: auto;
}


#footer {
    left: auto;
    margin: 10px;
    width: auto;
}
    
}


@media only screen and (max-width: 769px) {
	
.desktop {display: none;}

.mobile {display: block;}

.box.mobile {
    float: none;
    width: auto;
}


.banner {
    float: none;
    margin: 0 0 0 auto;
    overflow: hidden;
    width: auto;
}


body.animated {
    background: #fff none repeat scroll 0 0;
}


#file > iframe {
    width: 100%;
}

.descrizione {
    float: none;
    width: auto;
}

.related-games { float:none;
                 width: auto;
}

.related-games-img {float: left;
                    width: 30%;
					text-align: center;
					margin-right: 5px;
}

.related-games-excerpt { float: right;
                         width: 60%;
						 margin-right: 5px;
}


.browse_file_box {
    border-bottom: 1px inset;
    margin: 10px 0;
    padding: 0 0 10px;
}

	
#logo {float: none;
width: auto;}


label#nav-toggle {
    display: block;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
}

#nav-toggle::before {
    background-color: #84C547;
    content: "";
    display: block;
	position: absolute;
	top: 7px;
	right: 5px;
    height: 5px;
    width: 30px;
	-webkit-box-shadow: 0px 10px 0px 0px #84C547, 0px 20px 0px 0px #84C547;
    -moz-box-shadow: 0px 10px 0px 0px #84C547, 0px 20px 0px 0px #84C547;
    box-shadow: 0px 10px 0px 0px #84C547, 0px 20px 0px 0px #84C547;
	z-index:999;
}

#categories-menu { display: none;}

input:checked ~ #categories-menu { display: block;}

header {position: relative;}



#header-right > div#forms {
    float: none;
    margin: 0;
    width: auto;
}

.share-box {
    border-left: medium none;
    font-size: 0.9em;
    padding: 0 5px;
    width: 20%;
}


.share-box.right {
    border-left: medium none;
    border-right: medium none;
    float: none;
}


.share-box {
    float: none;
    font-size: 0.8em;
    height: auto;
    width: auto;
}



div.share-box a {
    border-bottom: 1px dotted;
    color: #959593;
    float: left;
    line-height: 40px;
    margin: 0 2px;
    text-align: left;
    vertical-align: middle;
    width: calc(50% - 4px);
}


.share-box br {
    display: none;
}


div#forms form {
    line-height: 30px;
    position: relative;
}

div#header-right div.input.hidden {
    height: auto;
    top: -30px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    z-index: -1;
}


form#login-form input.submit {
    bottom: 65px;
}

div#forms form[name="search"] {
    line-height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}


div#forms form div#search-select {
    float: left;
    margin: 0;
	width: 100px;
}

div#forms form .input {
    float: left;
    width: calc(100% - 100px);
}

#header-right input[type="text"] {
    width: 100%;
}


#select-game select.redirect-game {
    width: 100%;
	height: 30px;
}

select.redirect-game option {
    display: block;
    height: 30px;
    line-height: inherit;
}
	
div#categories-menu {
    background-color: #fe7821;
    border-radius: 8px;
    position: absolute;
    top: 100px;
    width: calc(100% - 30px);
    z-index: 999;
}


#categories-menu a {
    display: block;
    float: none;
    width: auto;
	padding: 10px 13px;
}

#statistics {
    float: none;
    font-size: 0.9em;
    height: auto;
    overflow: hidden;
    padding: 10px 10px 0;
    width: auto;
}

.blue-button {
    display: block;
    float: none;
    margin: 2px 0;
    width: auto;
}

#select-game {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: none;
    margin: 0 2px;
    width: auto;
}


#header .box {
    clear: both;
    float: none;
    margin: 0;
    padding: 5px;
    width: auto;
}

#left-menu {
    float: none;
    margin: 0;
    width: auto;
}

#left-menu .box {
    width: auto;
    float: none;
	overflow: hidden;
}

.box.featured-ad.square.half.mobile center {overflow: hidden;}

.nuovi-giochi,
.giochi-migliori {display: none;}

#left-content {
    float: none;
    width: auto;
}

.box.most-popular {
    overflow: hidden;
}

.box.most-popular a {
    float: left;
    height: 60px;
    margin: 10px 1.5%;
    width: 30%;
}


.box.most-popular a img {
    height: 100%;
    width: 100%;
}

.decimal a {
    line-height: 35px;
}

#all-games span {
    line-height: 35px;
    height: 35px;
}

@media only screen and (min-width: 651px) {
	
.box.most-popular a {
    margin: 10px 1.5%;
    width: 20%;
	height: 100px;
}
	
}

@media only screen and (max-width: 769px) {

.box.fullwidth {
    float: none;
	width: auto;
	overflow: hidden;
}

.box.half,
.box.featured.featured-ad {
    float: none;
    margin: 10px 0;
    padding: 10px 0;
    width: auto;
	height: auto;
}


.game.one-half,
.game.one-fourth {
    float: left;
    margin: 10px 2%;
    width: 45%;
}

.game.one-fourth:nth-child(2n) {
    clear: both;
}

.game img {
    height: auto;
    width: 100%;
}

.header-ad {
    min-width: auto;
    overflow: hidden;
}


#itlab {
    width: auto;
}


#footer {
    left: auto;
    margin: 10px;
    width: auto;
}
		 

#footer form {
    margin: 0 auto 15px;
    width: auto;
}


#footer .input .search {
    float: left;
    width: 100%;
}


#footer .input .search-submit {
    position: absolute;
    right: 5px;
    width: 20%;
}


#bottom-footer {
    display: none;
}


#slider {
    background-size: 100% 100%;
    width: 100%;
	margin-bottom: 10px;
}


textarea.give-comment {
    width: 100%;
}


#logged-in {
    float: none;
    height: auto;
    left: 5px;
    margin-bottom: -35px;
    position: relative;
    top: 0;
    width: auto;
}

}

@media only screen and (max-width: 340px) {
	
#logged-in {
    margin-bottom: -55px;
}
	
}

@media only screen and (max-width: 769px) {


#smileys {
    clear: both;
    margin: auto;
    width: 100%;
}


.box.smallpadding.nopadding img {
    height: auto;
    width: 100%;
}


.bigbox {
    overflow: hidden;
}

#icons #fullscreen {padding: 0;}

div#icons a {
    margin: 0 4px;
}




#to_comments > div#logged-in {
    margin: 0;
    position: static;
    width: auto;
}

#to_comments > div#logged-in > a {
    display: inline;
    padding: 0;
}


}

@media only screen and (max-width: 340px) {
	


#header-right div.input {width: auto;}


	
}

@media only screen and (max-width: 1000px) {


#bottom div#file-info {
    border: medium none;
    clear: both;
    float: none;
    padding: 0;
    width: auto;
}
#bottom {
    float: none;
    width: auto;
}
#file-info #info {
    clear: both;
    float: none;
    margin: 10px 0;
    position: static;
    width: auto;
}

#bottom #share-box > a {
    float: left;
    line-height: inherit;
    padding: 10px 0;
    vertical-align: middle;
    width: 33.33%;
}


#to_comments > div#logged-in {
    height: auto;
    margin: 0;
    position: static;
}


#to_comments div#logged-in > a {
    display: inline;
}
}