* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	font: 16px/20px 'PT Sans', sans-serif;
	color: #fff;
	position: relative;
	background: #0a3065;
}
a {
	color: #48a6f4;
	outline: 0;
	text-decoration: underline;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
a:hover {
	text-decoration: none;
}
ul, li {
	list-style: none;
}
img {
	border: none;
}
.wrap {
	width: 100%;
	overflow: hidden;
}
/* Page Holder ****************************************************************/
.container {
	max-width: 960px;
	min-width: 320px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}
/* Header *********************************************************************/
#header {
	overflow: hidden;
	position: relative;
	height: 420px;
	margin: 0 0 30px 0;
	background: url(../images/bg-header.jpg) no-repeat 50% 130px #000;
}
#header .wrap {
	background: #104287; /* Old browsers */
	background: -moz-linear-gradient(top, #104287 0%, #0f4186 20%, #0a3772 40%, #032352 67%, #002049 78%, #011e48 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#104287), color-stop(20%,#0f4186), color-stop(40%,#0a3772), color-stop(67%,#032352), color-stop(78%,#002049), color-stop(100%,#011e48)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #104287 0%,#0f4186 20%,#0a3772 40%,#032352 67%,#002049 78%,#011e48 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #104287 0%,#0f4186 20%,#0a3772 40%,#032352 67%,#002049 78%,#011e48 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #104287 0%,#0f4186 20%,#0a3772 40%,#032352 67%,#002049 78%,#011e48 100%); /* IE10+ */
	background: linear-gradient(to bottom, #104287 0%,#0f4186 20%,#0a3772 40%,#032352 67%,#002049 78%,#011e48 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#104287', endColorstr='#011e48',GradientType=0 ); /* IE6-9 */
}
.logo {
	display: block;
	float: left;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat 0 50%;
	position: relative;
	margin: 7px 0 0 0;
	padding: 0 0 0 124px;
	z-index: 100;
	min-height: 82px;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 26px/70px 'Play';
}
.logo span {
	text-transform: none;
	color: #97beff;
}
.logo:after {
	content: "Mobile-friendly";
	font: italic 12px/14px 'PT Sans', sans-serif;
	position: absolute;
	text-shadow: none;
	right: 0;
	top: 8px;
	text-transform: none;
	color: #97beff;
}
.fb-btn {
	margin: 16px 0 0 0;
	float: right;
	background: url(../images/fb-btn.png) no-repeat;
	width: 151px;
	height: 47px;
	padding: 5px 5px 0 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-shadow: -1px -1px #215a8d;
	font: bold 12px/18px 'PT Sans', sans-serif;
	overflow: hidden;
}
.fb-btn:hover {
	color: #ffce00;
	text-shadow: none;
}
.header-block {
	overflow: hidden;
	max-width: 450px;
	margin: 25px 0 0 0;
	position: relative;
	padding: 18px 0 30px 0;
	z-index: 100;
	background: rgba(0,0,0,0.6);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.header-block strong {
	display: block;
	font: bold 60px/62px 'Play', sans-serif;
	color: #ffce00;
	padding: 0 0 0 30px;
	text-transform: uppercase;
}
.header-block span {
	display: block;
	font: 48px/50px 'Play', sans-serif;
	color: #fff;
	padding: 0 0 20px 30px;
}
.header-block a {
	width: 228px;
	height: 58px;
	display: block;
	margin: 0 0 0 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: bold 36px/58px 'PT Sans', sans-serif;
	text-decoration: none;
	text-shadow: -1px -1px #bc3300;
	border: 1px solid #e83e00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fe4900; /* Old browsers */
	background: -moz-linear-gradient(top, #fe4900 0%, #f04200 21%, #b72800 77%, #a72000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe4900), color-stop(21%,#f04200), color-stop(77%,#b72800), color-stop(100%,#a72000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fe4900 0%,#f04200 21%,#b72800 77%,#a72000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fe4900 0%,#f04200 21%,#b72800 77%,#a72000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fe4900 0%,#f04200 21%,#b72800 77%,#a72000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fe4900 0%,#f04200 21%,#b72800 77%,#a72000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4900', endColorstr='#a72000',GradientType=0 ); /* IE6-9 */
}
.header-block a:hover {
	color: #ffce00;
	text-shadow: none;
}
/* Top Menu *******************************************************************/
#top-menu {
	display: table;
	width: 960px;
	margin: 0 auto 0 auto;
	border-top: 1px solid #01070f;
	position: relative;
}
#top-menu:after {
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
	width: 100%;
	height: 1px;
	background: #184c85;
}
#top-menu li {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
	font: bold 14px/16px 'PT Sans', sans-serif;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
}
#top-menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#top-menu li a:hover,
#top-menu li.active a{
	color: #b2b6c0;
}
/* Sidebar ****************************************************/
#sidebar-right {
	width: 220px;
	float: right;
	margin: 0 0 0 30px;
}
.vbox {
	overflow: hidden;
    margin: 0 0 20px 0;
    background: #031631;
}
.vbox-title {
	padding: 10px 10px 10px 10px;
	font: 18px/20px 'Play', sans-serif;
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background: #1a62db; /* Old browsers */
	background: -moz-linear-gradient(top, #1a62db 0%, #165ccf 24%, #0746a6 78%, #03409b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a62db), color-stop(24%,#165ccf), color-stop(78%,#0746a6), color-stop(100%,#03409b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a62db 0%,#165ccf 24%,#0746a6 78%,#03409b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a62db 0%,#165ccf 24%,#0746a6 78%,#03409b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a62db 0%,#165ccf 24%,#0746a6 78%,#03409b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a62db 0%,#165ccf 24%,#0746a6 78%,#03409b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a62db', endColorstr='#03409b',GradientType=0 ); /* IE6-9 */
}
.vbox-title span {
	display: block;
}
.promo {
	margin: 0 auto 0 auto;
    width: 220px;
    height: 210px;
    overflow: hidden;
    background: url(../images/promo-bg.jpg) no-repeat;
    text-align: center;
}
.promo img {
	display: block;
	margin: 10px auto 15px auto;
}
.promo a {
	font-size: 18px;
	display: block;
	color: #fff;
	padding: 0 5px 12px 5px;
}
.promo span {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 0 5px 0 5px;
}
.games {
	overflow: hidden;
	text-align: center;
}
.games li {
	padding: 12px 15px 15px 15px;
	overflow: hidden;
}
.games li:nth-child(even) {
	background: #001e48;
}
.games li .game-name {
	display: block;
	font-size: 16px;
	text-decoration: none;
	margin: 0 0 4px 0;
}
.games li .game-name:hover {
	text-decoration: underline;
}
.games li img {
	display: block;
	margin: 0 auto 10px auto;
}
.pn {
	width: 88px;
	height: 38px;
	display: block;
	margin: 0 auto 0 auto;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: bold 14px/38px 'PT Sans', sans-serif;
	text-decoration: none;
	text-shadow: -1px -1px #bc3300;
	border: 1px solid #e83e00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fe4900; /* Old browsers */
	background: -moz-linear-gradient(top, #fe4900 0%, #f04200 21%, #b72800 77%, #a72000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe4900), color-stop(21%,#f04200), color-stop(77%,#b72800), color-stop(100%,#a72000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fe4900 0%,#f04200 21%,#b72800 77%,#a72000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fe4900 0%,#f04200 21%,#b72800 77%,#a72000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fe4900 0%,#f04200 21%,#b72800 77%,#a72000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fe4900 0%,#f04200 21%,#b72800 77%,#a72000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4900', endColorstr='#a72000',GradientType=0 ); /* IE6-9 */
}
.pn:hover {
	color: #ffce00;
	text-shadow: none;
}
/* Content ********************************************************************/
#content {
	overflow: hidden;
	padding: 0 10px;
}
/* review *****************************************************************/
.review-box {
	overflow: hidden;
	padding: 20px 0 0 0;
}
.review-box h2,
.review-box h4 {
	color: #fff !important;
}
.review-box h4 {
	padding: 5px 0 7px 0 !important;
}
.review-img {
	float: left;
	max-width: 330px;
	height: auto;
}
.details {
	float: right;
	background: #001e48;
	min-width: 190px;
	padding: 10px 10px 5px 10px;
}
.details ul {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	overflow: hidden;
}
.details ul li {
	margin: 0 0 0 0 !important;
	padding: 0 10px 0 10px !important;
	min-height: 40px;
	line-height: 40px;
	overflow: hidden;
	color: #b2b6c0;
}
.details ul li span {
	color: #fff;
}
.details ul li:nth-child(odd) {
	background: #031631;
}
.details ul li:after {
	display: none;
}
.details ul li img {
	display: block;
	margin: 4px 0 0 0;
}
.txt {
	clear: both;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin: -90px 0 0 0;
}
.rating {
	background: #001e48;
	font-size: 16px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	width: 220px;
	margin: 0 0 7px 0;
}
.txt .pn {
	float: left;
	margin: 0 30px 0 0;
	width: 148px;
	height: 38px;
	font-size: 20px;
	line-height: 38px;
}
.download {
	float: left;
	width: 148px;
	height: 38px;
	color: #fff;
	text-shadow: -1px -1px #1047a2;
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #1a62da; /* Old browsers */
	background: -moz-linear-gradient(top, #1a62da 0%, #165cd0 22%, #0a4aad 70%, #04429d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a62da), color-stop(22%,#165cd0), color-stop(70%,#0a4aad), color-stop(100%,#04429d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a62da 0%,#165cd0 22%,#0a4aad 70%,#04429d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a62da 0%,#165cd0 22%,#0a4aad 70%,#04429d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a62da 0%,#165cd0 22%,#0a4aad 70%,#04429d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a62da 0%,#165cd0 22%,#0a4aad 70%,#04429d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a62da', endColorstr='#04429d',GradientType=0 ); /* IE6-9 */
	border: 1px solid #1a62da;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
}
.download:hover {
	color: #ffce00;
}
.table {
	display: table;
	width: 100%;
	margin: 20px 0 30px 0;
}
.table ul {
	display: table-row;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	list-style: none !important;
}
.table .th li {
	background: #1155c3 !important;
	color: #fefefe !important;
	font: bold 18px/20px 'Play', sans-serif;
}
.table ul li {
	display: table-cell;
	padding: 10px 20px 10px 20px !important;
	margin: 0 0 0 0 !important;
	background: #001e48;
	list-style: none !important;
}
.table ul:nth-child(odd) li {
	background: #031631;
}
.table ul li:first-child {
	color: #b2b6c0;
}
/*	display: table-cell;
	padding: 0 0 0 0 !important;
	margin: 0 0 0 0 !important;
	background: #001e48;
}*/
.table ul li:after {
	display: none !important;
}
/* post *****************************************************************/
#content .post {

}
#content .post h1 {
	font: bold 34px/36px 'Play', sans-serif;
	color: #fff;
	padding: 12px 20px 12px 20px;
	background: #1a62db; /* Old browsers */
	background: -moz-linear-gradient(top, #1a62db 0%, #165ccf 24%, #0746a6 78%, #03409b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a62db), color-stop(24%,#165ccf), color-stop(78%,#0746a6), color-stop(100%,#03409b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1a62db 0%,#165ccf 24%,#0746a6 78%,#03409b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1a62db 0%,#165ccf 24%,#0746a6 78%,#03409b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #1a62db 0%,#165ccf 24%,#0746a6 78%,#03409b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1a62db 0%,#165ccf 24%,#0746a6 78%,#03409b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a62db', endColorstr='#03409b',GradientType=0 ); /* IE6-9 */
}
#content .post h2, #content .post h3, #content .post h4 {
	color: #82a6e2;
}
#content .post h2 {
	font: 26px/28px 'Play';
    padding: 5px 0 15px 0;
}
#content .post h3 {
	font: 22px/24px 'Play';
    padding: 5px 0 15px 0;
}
#content .post h4 {
	font: 18px/20px 'Play';
    padding: 5px 0 15px 0;
}
#content .post p {
	margin: 5px 0 18px 0;
	text-align: justify;
}
#content .post ul {
	margin: 5px 0 15px 0;
}
#content .post ul li {
	position: relative;
	padding: 0 0 0 17px;
	margin: 0 0 5px 0;
}
#content .post ul li:after {
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	top: 7px;
	width: 6px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#mobile-menu {
	display: none;
}
.link {
	margin: 5px 0 15px 0;
}
.link li {
	position: relative;
	padding: 0 0 0 17px;
	margin: 0 0 5px 0;
}
.link li:after {
	content: "";
	position: absolute;
	background: #fff;
	left: 0;
	top: 7px;
	width: 6px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
/* Footer *********************************************************************/
#footer {
	overflow: hidden;
	background: #031631;
	color: #b2b6c0;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height: 20px;
}
#footer p {
	float: left;
}
#footer strong {
	float: right;
	font-weight: normal;
}
#footer a {
	color: #b2b6c0;
}
/* 1000px *********************************************************************/
@media screen and (max-width: 1000px) {
	body {
		-webkit-text-size-adjust: none;
	}
	#top-menu {
		display: none;
	}
	#header {
		height: auto;
		background-position: 50% 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.logo:after {
		display: none;
	}
	.logo {
		background-position: 0 0;
		line-height: 33px;
		margin: 7px 0 0 10px;
	}
	.logo span {
		display: block;
	}
	.fb-btn {
		margin: 16px 10px 0 0;
	}
	.header-block {
		margin: 25px 0 25px 20px;
	}
	.sidebar {
		float: none !important;
		width: auto !important;
		margin: 0 5px 0 5px !important;
	}
	.promo {
		margin: 0 auto 10px auto;
	}
	.vbox-title {
		margin: 0 0 10px 0;
	}
	.vbox-title span {
		display: inline;
	}
	#content {
		margin: 3px 8px 3px 8px;
		padding: 0 0 0 0;
	}
	.games li {
		display: inline-block;
		vertical-align: top;
		background: #001e48 !important;
		margin: 0 2px 6px 2px;
	}
	#mobile-menu {
		display: block;
		overflow: hidden;
		margin: 10px 0 10px 0;
	}
	#mobile-menu li {
		font: 20px/24px 'Play';
		padding: 5px 0 5px 0;
		text-transform: uppercase;
	}
	#mobile-menu li a {
		color: #fff;
	}
	#mobile-menu li a:hover {
		color: #000;
		text-decoration: underline;
	}
	#footer {
		text-align: center;
		padding: 15px 0 15px 0;
	}
	#footer p,
	#footer strong {
		float: none;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		background-position: 50% 0;
		padding: 80px 0 0 0;
		float: none;
		text-align: center;
	}
	.fb-btn {
		float: none;
		margin: 0 auto 20px auto;
		display: block;
	}
	.header-block {
		margin: 20px 10px 20px 10px;
	}
}
@media screen and (max-width: 567px) {
	.review-img {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
		width: 100%;
		height: auto;
	}
	.details {
		width: auto;
		float: none;
	}
	.txt {
		margin: 10px 0 0 0;
	}
	.txt .pn,
	.txt .download {
		width: 120px;
	}
	.txt .pn {
		margin: 0 10px 0 0;
	}
}
@media screen and (max-width: 479px) {
	.header-block {
		text-align: center;
	}
	.header-block strong {
		font-size: 50px;
		padding: 10px 0 0 0 !important;
	}
	.header-block span {
		font-size: 32px;
		line-height: 40px;
		padding: 0 0 15px 0 !important;
	}
	.header-block a {
		margin: 0 auto 0 auto;
	}
	#content .post h1 {
		font-size: 25px;
		padding: 8px 10px 8px 10px;
	}
	#footer span {
		display: block;
	}
}