* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
html {
    height: 100%;
}
body {
    font: 16px/20px 'PT Sans';
    background: #ffffff;
	color: #333333;
	position: relative;
	min-height: 100%;
}
a {
	color: #bb1524;
	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;
	clear: both;
}
/* Header *********************************************************************/
#header {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 30px 0;
	background: #ed2437 url(../images/bg-header.jpg) no-repeat 50% 0;
}
#header .container {
	overflow: hidden;
}
.logo {
	display: block;
	background: url(../images/logo1.png) no-repeat;
	text-decoration: none;
	padding: 0 0 0 110px;
	height: 90px;
	margin: 10px 0 30px 10px;
	position: relative;
}


.logo span {
	float: left;
	text-transform: uppercase;
    font: bold 58px/90px 'PT Sans';
    color: #fff;
}
.logo span i {
    color: #dedede;
    font-style: normal;
}
.logo strong {
	float: left;
	text-transform: uppercase;
    font: bold 25px/25px 'PT Sans';
    color: #dedede;
    padding: 17px 0 0 20px;
}
.logo strong b {
	display: block;
}
.logo:after {
	content: "Mobile-friendly";
	position: absolute;
	right: 0;
	top: 15px;
    font: italic 18px/20px 'PT Sans';
    color: #fff;
    text-transform: none;
}
.header-block {
	overflow: hidden;
	background: rgba(0,0,0,0.3);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	float: left;
	padding: 13px 22px 12px 22px;
}
.header-block strong {
	display: block;
	color: #fff;
	text-shadow: 1px 1px #000;
    font: bold 39px/41px 'PT Sans';
    text-transform: uppercase;
    padding: 0 0 2px 0;
}
.header-block span {
	display: block;
	color: #fff;
	text-shadow: 1px 1px #000;
    font: bold 30px/32px 'PT Sans';
    padding: 0 0 10px 0;
}
.header-block a {
	display: block;
	background: #2b45b9;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	border-bottom: 5px solid #202d67;
	width: 170px;
	height: 45px;
    font: bold 30px/50px 'PT Sans';
	margin: 0 auto 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.header-block a:hover {
	text-decoration: underline;
}
.red {
	overflow: hidden;
	background: #bb1524;
	margin-top: 40px;
	height: 50px;
	width: 100%;
	clear: both;
}
#top-menu {
	width: 960px;
	height: 30px;
	margin: 10px auto 0 auto;
	display: table;
	overflow: hidden;
}
#top-menu li {
	text-align: center;
	display: table-cell;
	position: relative;
    font: 18px/30px 'PT Sans';
    vertical-align: middle;
    padding: 0 1px;
}
#top-menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
}
#top-menu li a:hover,
#top-menu li.active a {
	background: #ed2437;
}
/* Sidebar ****************************************************/
.sidebar {
	width: 150px;
	/*overflow: hidden;*/
}
#sidebar-left {
	float: left;
	margin: 0 40px 0 0;
}
#sidebar-right {
	float: right;
	margin: 0 0 0 40px;
}
.vbox {
	/*overflow: hidden;*/
	margin: 0 0 25px 0;
	padding: 0 0 10px 0;
}
.vbox-title {
	color: #9b0c19;
	font: bold 16px/18px 'PT Sans';
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
	border-bottom: 3px solid #ed2437;
}
.promo {
	width: 150px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	background: url(../images/promo.png) no-repeat #202d68;
	min-height: 260px;
	position: relative;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.promo strong {
	display: block;
	background: rgba(32,45,103,0.8);
	color: #fff;
	padding: 10px 5px 10px 5px;
	text-align: center;
	font: bold 16px/20px 'PT Sans';
}
.promo a {
	color: #fff;
}
.promo .bottom-link {
	font-style: italic;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 10px 5px 10px 5px;
	text-align: center;
	width: 140px;
}
.news {
	overflow: hidden;
}
.news li {
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	padding: 9px 0 12px 0;
}
.news li:first-child {
	padding: 0 0 12px 0;
}
.news span {
	display: block;
	color: #999999;
	font-size: 14px;
}
.news a {
	display: block;
	color: #bb1524;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 2px 0;
}
.news strong {
	display: block;
	font-size: 14px;
	line-height: 15px;
	font-weight: normal;
}
.games {
	/*overflow: hidden;*/
	float: left;
}
.games li {
	background: #f4f4f4;
	overflow: hidden;
	position: relative;
	width: 150px;
	height: 150px;
	margin: 10px 0 10px 0;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
}
.games li:first-child {
	margin: 5px 0 10px 0;
}
.games li img {
	display: block;
	width: 144px;
	height: 144px;
	margin: 3px;
}
.games li a {
	text-decoration: none;
	color: #fff;
}
.games li span {
	text-align: center;
	display: block;
	color: #fff;
	position: absolute;
	left: 3px;
	bottom: 3px;
	background: rgba(32,45,103,0.8);
	width: 144px;
	height: 30px;
	font: 14px/30px Arial;
}
.games li span a:hover {
	text-decoration: underline;
}
.play-now {
	opacity: 0;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 144px;
	height: 114px;
	background: rgba(32,45,103,0.8);
}
.play-now strong {
	display: block;
	width: 110px;
	height: 36px;
	text-align: center;
	color: #000;
	background: #ed2437;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 36px;
	position: absolute;
	left: 50%;
	top: 50px;
	margin: 0 0 0 -55px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.games li:hover .play-now {
	opacity: 1;
}
/* Content ********************************************************************/
#content {
	overflow: hidden;
}
.post {
	overflow: hidden;
}
/* table **********************************************************************/
#tabs {
	overflow: hidden;
	background: #f4f4f4;
	position: relative;
	margin: 0 auto 20px auto;
	max-width: 580px;
}
.ui-tabs-nav {
	float: left;
	background: #fff;
}
.ui-tabs-panel {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
#tabs ul,
#tabs ol {
	list-style: none !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}
#tabs ul li {
	list-style: none !important;
	margin: 0 0 0 2px !important;
	border-top: 1px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 0 0 0 0 !important;
	position: static !important;
}
.ui-tabs-anchor {
	display: block;
	position: relative;
}
#tabs ul li.ui-tabs-active a:before {
	content: "";
	position: absolute;
	right: -21px;
	top: 50%;
	width: 21px;
	height: 58px;
	margin: -29px 0 0 0;
	background: url(../images/arrow.png) no-repeat;
}
.ui-tabs-active {
	background: #e4e4e4 !important;
}
#tabs ul li:after {
	display: none !important;
}
#tabs ol {
	display: table;
	width: 100%;
	text-align: left;
}
#tabs ol li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 0 !important;
	height: 58px;
	border: none !important;
}
#tabs a {
	text-decoration: none;
}
#tabs ol li strong {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
}
#tabs ol li:first-child {
	width: 96px;
}
#tabs ol li img {
	display: block;
	margin: 0 auto 0 auto;
}
#tabs ol li:nth-child(2) {
	width: 190px;
	padding: 0 0 0 10px !important;
}
#tabs ol li:nth-child(3) {
	width: 60px;
	padding: 0 5px 0 5px !important;
}
.ui-tabs-panel {
	padding: 22px 0 0 0;
	width: 210px;
}
.ui-tabs-panel strong {
	color: #9b0c19;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 12px 30px;
	display: block;
}
.ui-tabs-panel span {
	display: block;
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 0 4px 30px;
	font-size: 14px;
	line-height: 16px;
	color: #030201;
}
.ui-tabs-panel span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #ed2437;
}
.ui-tabs-panel .wrap {
	padding: 0 0 25px 0;
}
.pn, .rm {
	width: 110px;
	height: 36px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	display: block;
	margin: 0 auto 0 auto;
}
.pn {
	background: #ed2437;
	border-bottom: 4px solid #a21f2b;
	margin: 0 auto 15px auto;
}
.rm {
	background: #a5a5a5;
	border-bottom: 4px solid #737373;
}
.pn:hover, .rm:hover {
	color: #000;
}
/*#tabs {
	overflow: hidden;
	background: #f4f4f4;
	position: relative;
	margin: 0 auto 20px auto;
	max-width: 580px;
}
.ui-tabs-nav {
	float: left;
	background: #fff;
}
.ui-tabs-panel {
	overflow: hidden;
}
#tabs ul,
#tabs ol {
	list-style: none !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}
#tabs ul li {
	list-style: none !important;
	margin: 0 0 0 2px !important;
	border-top: 1px solid #f4f4f4;
	border-left: 2px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 0 0 0 0 !important;
}
.ui-tabs-active {
	background: #e4e4e4 !important;
}
#tabs ul li:after {
	display: none !important;
}
#tabs ul li.ui-tabs-active:before {
	content: "";
	position: absolute;
	right: -21px;
	top: 50%;
	width: 21px;
	height: 58px;
	margin: -29px 0 0 0;
	background: url(../images/arrow.png) no-repeat;
}
#tabs ol {
	display: table;
	width: 100%;
	text-align: left;
}
#tabs ol li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 0 !important;
	height: 58px;
	border: none !important;
}
#tabs a {
	text-decoration: none;
}
#tabs ol li strong {
	font-size: 16px;
	line-height: 18px;
	color: #333333;
}
#tabs ol li:first-child {
	width: 96px;
}
#tabs ol li img {
	display: block;
	margin: 0 auto 0 auto;
}
#tabs ol li:nth-child(2) {
	width: 190px;
	padding: 0 0 0 10px !important;
}
#tabs ol li:nth-child(3) {
	width: 60px;
	padding: 0 5px 0 5px !important;
}
.ui-tabs-panel {
	padding: 22px 0 0 30px;
}
.ui-tabs-panel strong {
	color: #9b0c19;
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 12px 0;
	display: block;
}
.ui-tabs-panel span {
	display: block;
	position: relative;
	padding: 0 0 0 10px;
	margin: 0 0 4px 0;
	font-size: 14px;
	line-height: 16px;
	color: #030201;
}
.ui-tabs-panel span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #ed2437;
}
.pn, .rm {
	width: 110px;
	height: 36px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 36px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
	display: block;
	margin: 0 auto 0 auto;
	position: absolute;
	right: 50px;
}
.pn {
	background: #ed2437;
	border-bottom: 4px solid #a21f2b;
	margin: 0 auto 20px auto;
	bottom: 40px;
}
.rm {
	background: #a5a5a5;
	border-bottom: 4px solid #737373;
	bottom: 10px;
}
.pn:hover, .rm:hover {
	color: #000;
}*/
/** CTA *************************************************/
.cta {
	overflow: hidden;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
	box-shadow: 0 0 5px rgba(0,0,0,0.6);
	margin: 5px 5px 22px 5px;
	background: url(../images/cta.jpg) no-repeat;
	max-width: 580px;
	height: 200px;
}
.cta span {
	float: left;
	display: block;
	color: #fff;
	font: bold 46px/50px 'PT Sans';
	text-transform: uppercase;
	text-shadow: 2px 2px #000;
	padding: 0 5px 0 25px;
	clear: both;
}
.cta span:first-child {
	padding-top: 18px;
}
.cta a {
	overflow: hidden;
	display: block;
	float: left;
	color: #a1ddff;
	text-decoration: none;
	text-align: center;
	width: 300px;
	height: 45px;
	border-bottom: 5px solid #202d67;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font: bold 30px/45px 'PT Sans';
	text-transform: uppercase;
	clear: both;
	margin: 10px 5px 0 25px;
	background: #2b45b9;
}
.cta a:hover {
	color: #fff;
}
#content .post h1, #content .post h2, #content .post h3, #content .post h4 {
	color: #9b0c19;
}
#content .post h1 {
	font: 30px/32px 'PT Sans';
    margin: 0 0 12px 0;
}
#content .post h2 {
	font: 24px/26px 'PT Sans';
    padding: 5px 0 15px 0;
}
#content .post h3 {
	font: 20px/22px 'PT Sans';
    padding: 5px 0 15px 0;
}
#content .post h4 {
	font: 18px/20px 'PT Sans';
    padding: 5px 0 15px 0;
}
#content .post p {
	margin: 5px 0 22px 0;
	text-align: justify;
}
#content .post ul {
	margin: 5px 0 20px 0;
}
#content .post ul li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 3px 0;
}
#content .post ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #9b0c19;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#content .post ol {
	margin: 5px 0 20px 15px;
	list-style: decimal;
}
#content .post ol li {
	list-style: decimal;
	margin: 0 0 8px 0;
}
#mobile-menu {
	display: none;
}
.link {
	margin: 5px 0 20px 0;
}
.link li {
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
}
.link li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 6px;
	height: 6px;
	background: #9b0c19;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
/* Footer *********************************************************************/
#footer {
	clear: both;
	overflow: hidden;
	background: #bb1524;
	color: #fff;
	padding: 22px 0 20px 0;
	margin: 10px 0 0 0;
	text-align: center;
}
.f-center {
	margin: 0 auto 0 auto;
	max-width: 580px;
}
#footer p {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0;
	float: left;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #fff;
}
#footer strong {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	float: right;
}
/* 1000px *********************************************************************/
@media screen and (max-width: 1000px) {
	body {
		-webkit-text-size-adjust: none;
	}
	#header {
		height: auto;
		text-align: center;
		margin: 0 0 20px 0;
		padding: 0 0 20px 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
	#header:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
	}
	.logo:after {
		display: none;
	}
	#header .logo {
		background-position: 50% 0;
		padding: 90px 0 0 0;
		height: auto;
		margin: 10px auto 10px auto;
		position: relative;
		z-index: 100;
		display: table;
	}
	.header-block {
		margin: 0 auto 0 auto;
		float: none;
		position: relative;
		z-index: 100;
		text-align: center;
		display: table;
	}
	.red {
		display: none;
	}
	.sidebar {
		float: none !important;
		width: auto !important;
		margin: 0 5px 0 5px !important;
		padding: 0 0 0 0;
		overflow: hidden;
	}
	#sidebar-right {
		padding: 0 0 20px 0;
	}
	.vbox-title {
		text-align: center;
	}
	.games {
		text-align: center;
	}
	.games li {
		display: inline-block;
		vertical-align: top;
		margin: 4px 3px 4px 3px;
	}
	#content {
		margin: 0 5px 0 5px;
		clear: both;
	}
	.cta {
		margin: 5px auto 22px auto;
	}
	#mobile-menu {
		display: block;
		overflow: hidden;
		margin: 10px 0 10px 0;
	}
	#mobile-menu li {
		font-weight: bold;
		padding: 5px 0 5px 0;
		text-transform: uppercase;
	}
	#mobile-menu li a {
		color: #bb1524;
	}
	#mobile-menu li a:hover {
		text-decoration: underline;
		color: #000;
	}
	#footer {
		text-align: center;
	}
	#footer p {
		margin: 0 0 0 0;
		float: none;
		text-align: center;
	}
	#footer strong {
		padding: 0 0 0 0;
		float: none;
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.logo span {
		float: none;
		display: block;
		line-height: 60px;
		padding: 10px 0 0 0;
	}
	.logo strong {
		float: none;
	}
	.logo strong b {
		display: inline;
	}
}
@media screen and (max-width: 600px) {
	.ui-tabs-panel {
		display: block !important;
		position: relative !important;
		right: auto;
		top: auto;
		left: auto;
		width: auto;
		padding: 10px 0 0 0;
	}
	.ui-tabs-nav {
		float: none;
	}
	.ui-tabs-active {
		background: none !important;
	}
	#tabs ol {
		table-layout: fixed;
	}
	#tabs ol li {
		width: auto !important;
	}
	#tabs ol li:first-child {
		width: 100px !important;
	}
	#tabs ul li {
	    border-bottom: 1px solid #f4f4f4;
	    border-left: 2px solid #f4f4f4;
	    border-top: 1px solid #f4f4f4;
	    border-right: 1px solid #f4f4f4;
	}
	.ui-tabs-panel .wrap {
		padding: 0 0 0 0;
	}
	.ui-tabs-panel strong {
	    padding: 0 0 12px 10px;
	}
	.ui-tabs-panel span {
	    margin: 0 0 4px 10px;
	}
	.pn, .rm {
		margin: 10px 10px 10px 10px !important;
	}
}
@media screen and (max-width: 479px) {
	.logo span {
		font-size: 35px;
		line-height: 38px;
	}
	.header-block {
		margin: 0 10px 0 10px;
		display: block;
	}
	.header-block strong {
		font-size: 24px;
		line-height: 26px;
	}
	.header-block span {
		font-size: 19px;
		line-height: 26px;
	}
	.games li {
		margin: 4px 1px 4px 1px !important;
	}
	.cta {
		background-position: -120px 0;
	}
	.cta span {
		font-size: 39px;
		padding: 0 0 5px 0 !important;
		text-align: center;
		display: block;
		float: none;
	}
	.cta span:first-child {
		padding: 20px 0 0 0 !important;
	}
	.cta a {
		width: 270px;
		margin: 0 auto 0 auto;
		display: block;
		float: none;
	}
	#footer span {
		display: block;
	}
}