html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;border:none;}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

@font-face {
	font-family:'Bebas';
	src:url("BebasBold.eot");
	src:url("BebasBold.eot") format("embedded-opentype"),url("BebasBold.woff") format("woff"),url("BebasBold.ttf") format("truetype");
	font-style:normal;
}

.c {
	clear:both;
}
#webwidth {
	min-width:996px;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	background:url("../img/background_v2.jpg") center top no-repeat;
	background-attachment:fixed;
}
body:before {
	content:'';
	display:block;
	width:334px;
	height:384px;
	background:url("../img/male_v2.png")no-repeat;
	position:fixed;
	right:0;
	bottom:0;
}
#main_logo, img {
	display:block;	
}
#main_logo_img {
	max-width:428px;
}
#android_logo {
	max-width:171px;
	position:absolute;
	left:0;
	bottom:10px;
}
#main_logo {
	position:relative;
}
#main_logo, .wrapper, #main_menu {
	max-width:996px;
	margin:0 auto;
}
.wrapper {
	background:#f8f3f6;
	position:relative;
}
#main_menu {
	border:1px solid #e5a846;
	border-top-color:#ffe7c1;
	overflow: hidden;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: #ffd699; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd699 0%, #e08800 19%, #e08800 19%, #bc7200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd699), color-stop(19%,#e08800), color-stop(19%,#e08800), color-stop(100%,#bc7200));
	background: -webkit-linear-gradient(top,  #ffd699 0%,#e08800 19%,#e08800 19%,#bc7200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffd699 0%,#e08800 19%,#e08800 19%,#bc7200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffd699 0%,#e08800 19%,#e08800 19%,#bc7200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffd699 0%,#e08800 19%,#e08800 19%,#bc7200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd699', endColorstr='#bc7200',GradientType=0 ); /* IE6-9 */
	font-size:1em;
	text-align: center;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(188, 91, 66, 1);
	-moz-box-shadow:    0px 0px 15px 1px rgba(188, 91, 66, 1);
	box-shadow:         0px 0px 15px 1px rgba(188, 91, 66, 1);
}
#main_menu:after {
	content:'';
	display:block;
	width:0;
	height:0;
	clear:both;
}
#main_menu a {
	text-transform: uppercase;
	color:white;
	text-decoration: none;
	padding:20px 0;
	display:block;
	position:relative;
	width:20%;
	text-align: center;
	float:left;
}
#main_menu a:first-child, #main_menu a:last-child {
	width:15%;
}
#main_menu a:nth-child(4) {
	width:30%;
}
#content {
	max-width:701px;
	overflow:hidden;
}
#content p {
	margin: 0 0 10px;
	line-height: 1.5;
}
.orange {
	color:#943902;
}
h1, .h1, h2, .h2, h3, .h3, .likes_buttons {
	margin:0 0 15px;
}
h1, .h1 {
	font-size:1.4em;
	color:#943902;
}
h2, .h2, h3, .h3 {
	color:#373737;
}
h2, .h2 {
	font-size:1.3em;
}
h3, .h3 {
	font-size:1.2em;
}
#content {
	color:#363636;
	padding:10px 2%;
	text-align: justify;
}
#main_menu a:after {
	content:'';
	display:block;
	border-left:1px solid #e7a235;
	background: #ffd699; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffd699 0%, #e08800 19%, #e08800 19%, #aa6700 68%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd699), color-stop(19%,#e08800), color-stop(19%,#e08800), color-stop(68%,#aa6700));
	background: -webkit-linear-gradient(top,  #ffd699 0%,#e08800 19%,#e08800 19%,#aa6700 68%);
	background: -o-linear-gradient(top,  #ffd699 0%,#e08800 19%,#e08800 19%,#aa6700 68%);
	background: -ms-linear-gradient(top,  #ffd699 0%,#e08800 19%,#e08800 19%,#aa6700 68%);
	background: linear-gradient(to bottom,  #ffd699 0%,#e08800 19%,#e08800 19%,#aa6700 68%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd699', endColorstr='#aa6700',GradientType=0 );
	width:1px;
	position:absolute;
	right:0;
	top:0;
	height:100%;
} 
#main_menu a:last-child:after {
	display:none;
}
#main_menu a:hover {
	color:#421601;
	text-shadow: 0px 1px 1px rgba(243, 212, 39, 1);
}
#iframe_container {
	border:2px solid #f1980b;
	padding:1px;
	background:#fcaa2a;
	width:701px;
	height:500px;
	overflow: hidden;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	margin:0 auto 50px;
}
#left_banner {
	display:block;
	padding:10px 0 10px;
	text-decoration: none;
	font-size:1.3em;
	position:relative;
}
#left_block {
	float:left;
	overflow: hidden;
	max-width: 730px;
	width:100%;
}
#right_block{
overflow:hidden;
float:right;
width:235px;
text-align: center;
padding:10px 15px;
}
#more_articles a {
	display:block;
	margin:0 0 10px;
	font-size:0.8em;
}
#more_articles {
	padding:10px 0 10px 20px;
	text-align: left;
}
#frame_block h1, #left_banner .orange {
	line-height: 40px;
	display:block;
	margin:0 0 15px 20px;
}
#frame_block {
	padding:10px 0;
}
.beauty_btn {
	display:block;
	text-decoration: none;
	color:white;
	margin:0 auto;
	background:url("../img/play_btn.jpg") center top no-repeat;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
	text-align: center;
	max-width:707px;
	height:51px;
	line-height: 51px;
	font-size:1.6em;
	font-weight: bold;
	letter-spacing: 5px;
}
.beauty_btn:hover {
	background-position:center center;
}
.beauty_btn:active {
	background-position:center bottom;
}
#footer {
	position:relative;
	border-top:1px solid #f1bc69;
	padding:10px;
	min-height:57px;
	text-align: center;
	background: #fce6a7;
	background: -moz-linear-gradient(top,  #fce6a7 0%, #fdce82 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce6a7), color-stop(60%,#fdce82));
	background: -webkit-linear-gradient(top,  #fce6a7 0%,#fdce82 60%);
	background: -o-linear-gradient(top,  #fce6a7 0%,#fdce82 60%);
	background: -ms-linear-gradient(top,  #fce6a7 0%,#fdce82 60%);
	background: linear-gradient(to bottom,  #fce6a7 0%,#fdce82 60%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce6a7', endColorstr='#fdce82',GradientType=0 );
}
#footer:after {
	content:'';
	display:block;
	width:0;
	height:0;
	clear:both;
}
#minilogo {
	display:block;
	position:absolute;
	right:10px;
	top:0;
	width:212px;
	height:73px;
}
/* GAMELIST */
.gamelist {
	text-align: center;
}
.gamelist_element {
	position:relative;
	overflow:hidden;
	padding:11px;
}
.gamelist_element a {
	background:#fbaa2a;
	border:3px solid #f1970c;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	position:relative;
}
.gamelist_element:hover a:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
}
.gamelist_element:hover a:after {
	font-family: 'Bebas';
	font-size: 29px;
	content:'PLAY NOW';
	display:block;
	height:36px;
	width:150px;
	position:absolute;
	left:50%;
	color:white;
	top:50%;
	margin:-18px 0 0 -75px;
	line-height:38px;
	text-align: center;
	border:1px solid #ffdb36;
	border-bottom-color:#ffa102;
	background: #ffcb1e;
	background: -moz-linear-gradient(top,  #ffcb1e 51%, #ffae00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#ffcb1e), color-stop(100%,#ffae00));
	background: -webkit-linear-gradient(top,  #ffcb1e 51%,#ffae00 100%);
	background: -o-linear-gradient(top,  #ffcb1e 51%,#ffae00 100%);
	background: -ms-linear-gradient(top,  #ffcb1e 51%,#ffae00 100%);
	background: linear-gradient(to bottom,  #ffcb1e 51%,#ffae00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb1e', endColorstr='#ffae00',GradientType=0 );
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.gamelist_element a:hover:after {
	background: #fe7f00;
	background: -moz-linear-gradient(top,  #fe7f00 0%, #eb6a00 1%, #d24c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe7f00), color-stop(1%,#eb6a00), color-stop(100%,#d24c00));
	background: -webkit-linear-gradient(top,  #fe7f00 0%,#eb6a00 1%,#d24c00 100%);
	background: -o-linear-gradient(top,  #fe7f00 0%,#eb6a00 1%,#d24c00 100%);
	background: -ms-linear-gradient(top,  #fe7f00 0%,#eb6a00 1%,#d24c00 100%);
	background: linear-gradient(to bottom,  #fe7f00 0%,#eb6a00 1%,#d24c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7f00', endColorstr='#d24c00',GradientType=0 );
	border-color:#d44200;
}
#left_banner:after {
	font-family: 'Bebas';
	font-size: 29px;
	content:'PLAY NOW';
	display:block;
	height:36px;
	width:150px;
	position:absolute;
	left:50%;
	color:white;
	bottom:26px;
	margin:0 0 0 -75px;
	line-height:38px;
	text-align: center;
	border:1px solid #d44200;
	background: #fe7f00;
	background: -moz-linear-gradient(top,  #fe7f00 0%, #eb6a00 1%, #d24c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe7f00), color-stop(1%,#eb6a00), color-stop(100%,#d24c00));
	background: -webkit-linear-gradient(top,  #fe7f00 0%,#eb6a00 1%,#d24c00 100%);
	background: -o-linear-gradient(top,  #fe7f00 0%,#eb6a00 1%,#d24c00 100%);
	background: -ms-linear-gradient(top,  #fe7f00 0%,#eb6a00 1%,#d24c00 100%);
	background: linear-gradient(to bottom,  #fe7f00 0%,#eb6a00 1%,#d24c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe7f00', endColorstr='#d24c00',GradientType=0 );
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.gamelist_container {
	position:relative;
	margin:0 auto 15px;
	overflow:hidden;
}
.left_slide, .right_slide {
	position:absolute;
	top:50%;
	width:20px;
	height:42px;
	margin-top:-21px;
	background:url("../img/arrows.png")no-repeat;
	z-index: 3;
}
.left_slide {
	left:37px;
}
.right_slide {
	right:37px;
	background-position:right top;
}
.gamelist .gamelist_element {
	display:inline-block;
}
.gamelist_element a, .gamelist_element img {
	display:block;
}
.slider {
	margin:0 auto;
}
.likes_buttons div {
	display:inline-block;
}
#sitemap ul {
	padding:0 0 0 15px;
	margin:0 0 15px;
}
#sitemap a {
	display:block;
	margin:0 0 15px;
}
#copyrights {
	font-size:0.8em;
	line-height: 57px;
	padding-right:212px;
}
/* //////// */
.hide_counters {
	overflow:hidden;
	width:0;
	height:0;
}
/* COMMON STYLES */
#main_logo, .wrapper, #main_logo_img, img {
	margin:0 auto;
}
/* ///////////// */
@media only screen and (max-width:904px) {
	.left_slide {
		left:0;
	}
	.right_slide {
		right:0;
	}
	#left_block {
		float:none!important;
	}
	#content{
		width:100%!important;
		padding:0!important;
	}
}
@media only screen and (max-width:800px) {
	body:before {
		display:none!important;
	}
	#minilogo {
		position:relative!important;
		margin:0 auto!important;
	}
	#copyrights {
		padding-right:5px;
		line-height:1;
	}
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
