* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	font: 16px/20px 'PT Sans', sans-serif;
	color: #333333;
	position: relative;
	background: #3d2b23;
}
a {
	color: #c52727;
	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: 360px;
	padding: 0 0 50px 0;
	margin: 0 0 20px 0;
	background: url(../images/headerline.jpg) repeat-x #6a000f;
}
#header:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 360px;
	background: url(../images/bg-header.jpg) no-repeat 50% 0;
}
.logo {
	display: block;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat 0 50%;
	position: relative;
	padding: 0 0 0 110px;
	margin: 10px 0 0 0;
	z-index: 100;
	min-height: 50px;
	color: #fffaa7;
	text-decoration: none;
	font: bold 32px/50px 'PT Serif';
	text-shadow: 2px 2px #000;
}
.logo span {
	font: italic 26px/50px 'PT Serif';
}
.logo strong {
	display: block;
	color: #fff;
	font: 31px/33px 'PT Sans', sans-serif;
}
.logo:after {
	content: "Mobile-friendly";
	font: 15px/18px 'PT Sans', sans-serif;
	position: absolute;
	right: 0;
	top: 18px;
	text-transform: none;
	color: #ffab3c;
}
.header-block {
	text-align: center;
	overflow: hidden;
	margin: 50px 0 0 0;
	position: relative;
	z-index: 100;
}
.header-block strong {
	display: block;
	font: bold 32px/34px 'PT Serif', sans-serif;
	color: #ffab3c;
	padding: 0 0 3px 0;
	text-shadow: 1px 1px #000;
	text-transform: uppercase;
}
.header-block span {
	display: block;
	font: 32px/34px 'PT Sans', sans-serif;
	color: #ffab3c;
	padding: 0 0 26px 0;
	text-shadow: 1px 1px #000;
}
.header-block a {
	display: block;
	color: #fff;
	font: bold 24px/39px 'PT Sans', sans-serif;
	width: 160px;
	height: 37px;
	border-bottom: 3px solid #7f2020;
	background: #c52727;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto 0 auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: -1px -1px #8c1c1c;
}
.header-block a:hover {
	color: #ffdf70;
}
/* Top Menu *******************************************************************/
.darkred {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	width: 100%;
	z-index: 100;
	background: #350305;
}
#top-menu {
	display: table;
	width: 960px;
	margin: 0 auto 0 auto;
	height: 50px;
}
#top-menu li {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font: 16px/20px 'PT Sans', sans-serif;
	text-align: center;
}
#top-menu li:first-child {
	border: none;
}
#top-menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
}
#top-menu li a:hover,
#top-menu li.active a{
	color: #fffaa6;
}
/* Sidebar ****************************************************/
.sidebar {
	overflow: hidden;
	width: 170px;
}
#sidebar-left {
	float: left;
	margin: 0 20px 0 0;
}
#sidebar-right {
	float: right;
	margin: 0 0 0 20px;
}
.vbox {
	overflow: hidden;
    margin: 0 0 20px 0;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background: #473832;
	background: #350305;
}
.vbox-title {
	padding: 5px 10px 5px 10px;
	font: bold 16px/20px 'PT Serif', sans-serif;
	display: block;
	text-align: center;
	color: #ffab3c;
	overflow: hidden;
	position: relative;
	z-index: 100;
	background: #6b000f;
	text-shadow: 1px 1px #510711;
}
.vbox-title span {
	display: block;
}
.bonus {
	overflow: hidden;
	background: #350305 url(../images/bonus.jpg) no-repeat 50% 100%;
	position: relative;
	text-align: center;
	padding: 0 0 25px 0;
}
.bonus:after {
	content: "";
	background: url(../images/logo.png) no-repeat 50% 0;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 20px;
}
.bonus a {
	color: #fff;
}
.bonus a:hover {
	color: #fffaa6;
}
.bonus b {
	padding: 85px 15px 10px 15px;
	display: block;
	font: bold 16px/20px 'PT Sans';
	text-transform: uppercase;
}
.bonus strong {
	color: #ffab3c;
	padding: 0 15px 10px 15px;
	display: block;
	font: bold 16px/20px 'PT Sans';
}
.bonus em {
	padding: 0 15px 0 15px;
	display: block;
	font: bold 16px/20px 'PT Sans';
}
.vbox ol {
	margin: 15px 10px 0 10px;
	padding: 0 0 4px 0;
}
.vbox ol li {
	background: url(../images/arrow.png) no-repeat 0 5px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	color: #fff;
}
.payments {
	text-align: center;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.payments li {
	overflow: hidden;
	margin: 0 0 12px 0;
}
.payments li img {
	display: block;
	margin: 0 auto 5px auto;
	width: 101px;
	height: auto;
}
.payments li a {
	display: block;
	font-size: 16px;
	color: #fff;
}
.games {
	overflow: hidden;
	margin: 10px 10px 0 10px;
	text-align: center;
}
.games li {
	border-top: 1px solid #532729;
	padding: 10px 0 10px 0;
	overflow: hidden;
}
.games li:first-child {
	border-top: none;
	padding: 0 0 10px 0;
}
.games li img {
	display: block;
	margin: 0 auto 6px auto;
}
.games li strong {
	display: block;
	color: #fff;
	font-size: 16px;
}
.games li span {
	display: block;
	color: #ffab3c;
	font-size: 14px;
	padding: 0 0 5px 0;
}
.re, .pn {
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 29px;
	font-weight: bold;
	width: 70px;
	height: 26px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.re {
	float: left;
	background: #df850f;
	border-bottom: 3px solid #8f5912;
	text-shadow: -1px -1px #9e5e0b;
}
.pn {
	float: right;
	background: #c52727;
	border-bottom: 3px solid #7f2020;
	text-shadow: -1px -1px #8c1c1c;
}
.re:hover, .pn:hover {
	color: #000;
	text-shadow: none;
}
/* Content ********************************************************************/
#content {
	overflow: hidden;
	background: #f1eadc;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
/* cta *****************************************************************/
.cta {
	max-width: 536px;
	height: 196px;
	overflow: hidden;
	background: url(../images/cta.jpg) no-repeat;
	margin: 0 auto 30px auto;
	border: 2px solid #ffd61c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
}
.holder02 {
	float: left;
	text-align: center;
	color: #350305;
	margin: 6px 0 0 20px;
}
.cta strong {
	display: block;
	text-transform: uppercase;
	font: bold 60px/62px 'PT Serif';
}
.cta b {
	display: block;
	text-transform: uppercase;
	font: bold 24px/26px 'PT Serif';
}
.cta span {
	display: block;
	font-size: 24px;
	line-height: 26px;
	padding: 0 0 10px 0;
}
.cta a {
	display: block;
	width: 240px;
	height: 47px;
	text-align: center;
	font: bold 36px/48px 'PT Sans';
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	text-shadow: -1px -1px #8c1c1c;
	background: #c52727;
	border-bottom: 3px solid #7f2020;
	margin: 0 auto 0 auto;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.cta a:hover {
	color: #ffd121;
	margin: 2px auto 0 auto;
	border-bottom-width: 1px;
}
/* post *****************************************************************/
#content .post {
	overflow: hidden;
	margin: 0 0 5px 0;
}
#content .post h1 {
	padding: 8px 20px 9px 20px;
	font: bold 32px/34px 'PT Serif', sans-serif;
	margin: 0 0 22px 0;
	color: #ffab3c;
	background: #6b000f;
	text-shadow: 1px 1px #510711;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
}
#content .post h2, #content .post h3, #content .post h4 {
	color: #6b000f;
}
#content .post h2 {
	font: bold 30px/32px 'PT Serif', sans-serif;
    padding: 5px 20px 15px 20px;
}
#content .post h3 {
	font: bold 24px/26px 'PT Serif', sans-serif;
    padding: 5px 20px 15px 20px;
}
#content .post h4 {
	font: bold 20px/22px 'PT Serif', sans-serif;
    padding: 5px 20px 15px 20px;
}
#content .post p {
	margin: 5px 20px 18px 20px;
	text-align: justify;
}
#content .post ul {
	margin: 5px 10px 15px 20px;
}
#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: #333333;
	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 10px 15px 20px;
}
.link li {
	position: relative;
	padding: 0 0 0 17px;
	margin: 0 0 5px 0;
}
.link li:after {
	content: "";
	position: absolute;
	background: #333333;
	left: 0;
	top: 7px;
	width: 6px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
/* Footer *********************************************************************/
#footer {
	overflow: hidden;
	background: #350305;
	color: #836567;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	font-size: 14px;
	line-height: 20px;
}
.f-center {
	max-width: 480px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}
#footer p {
	float: left;
}
#footer strong {
	float: right;
	font-weight: normal;
}
#footer a {
	color: #836567;
}
/* 1000px *********************************************************************/
@media screen and (max-width: 1000px) {
	body {
		-webkit-text-size-adjust: none;
	}
	#header {
		height: auto;
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}
	#header:after {
		background: none;
	}
	#header .logo {
		font: bold 26px/28px 'PT Serif';
		z-index: 100;
		float: none;
		display: block;
		text-align: center;
		margin: 15px auto 20px auto;
		padding: 60px 0 0 0;
		background-position: 50% 0;
		height: auto;
	}
	#header .logo span {
		display: block;
	}
	.darkred,
	#header .logo:after {
		display: none;
	}
	.header-block {
		float: none;
		margin: 0 auto 0 auto;
		background: none;
		position: relative;
		z-index: 100;
	}
	.header-block strong {
		font-size: 30px;
		line-height: 32px;
		padding: 0 0 10px 0;
	}
	.header-block span {
		font-size: 28px;
		line-height: 30px;
	}
	.header-block a {
		margin: 0 auto 0 auto !important;
	}
	.sidebar {
		float: none !important;
		width: auto !important;
		margin: 0 5px 0 5px !important;
	}
	.vbox-title span {
		display: inline;
	}
	#content {
		margin: 3px 5px 3px 5px;
	}
	.payments {
		overflow: hidden;
		padding: 10px 0 0 0;
	}
	.payments li {
		display: inline-block;
		vertical-align: bottom;
		margin: 0 1px 15px 1px;
	}
	.games li {
		display: inline-block;
		vertical-align: top;
		width: 150px;
		border: none;
		margin: 0 1px 5px 1px;
		padding: 0 0 0 0;
	}
	.games li strong {
		overflow: hidden;
		height: 20px;
	}
	.games li span {
		overflow: hidden;
		height: 78px;
		margin: 0 0 3px 0;
	}
	#mobile-menu {
		display: block;
		overflow: hidden;
		margin: 10px 0 10px 20px;
	}
	#mobile-menu li {
		font: 14px/16px Verdana;
		padding: 5px 0 5px 0;
		text-transform: uppercase;
	}
	#mobile-menu li a {
		color: #6b000f;
	}
	#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: 567px) {
	.cta {
		margin: 0 7px 30px 7px;
	}
}
@media screen and (max-width: 479px) {
	.logo span {
		font: italic 26px/28px "PT Serif";
	}
	.header-block strong {
		font-size: 22px;
		line-height: 24px;
	}
	.games {
		margin: 10px 0 10px 0;
	}
	.games li {
		margin: 0 0 5px 0;
	}
	#content .post h1 {
		padding: 4px 10px 6px 10px;
		font-size: 25px;
		line-height: 28px;
	}
	#content .post h2 {
		font: bold 22px/24px 'PT Sans', sans-serif;
	    padding: 5px 10px 10px 10px;
	}
	#content .post h3 {
		font: bold 18px/20px 'PT Sans', sans-serif;
	    padding: 5px 10px 10px 10px;
	}
	#content .post h4 {
		font: bold 16px/18px 'PT Sans', sans-serif;
	    padding: 5px 10px 10px 10px;
	}
	#content .post ul {
		margin: 5px 10px 15px 10px;
	}
	#content .post p {
		margin: 5px 10px 18px 10px;
	}
	#mobile-menu {
		margin: 10px 10px 10px 10px;
	}
	#footer span {
		display: block;
	}
}