* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body {
	font: 14px/20px Arial, sans-serif;
	color: #fff;
	position: relative;
	background: #306016;
}
a {
	color: #ff9b00;
	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: 940px;
	min-width: 320px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	clear: both;
}
/* Header *********************************************************************/
#header {
	overflow: hidden;
	position: relative;
	height: 450px;
	margin: 0 0 20px 0;
	background: url(../images/bg-header.jpg) no-repeat 50% 100px #000;
}
#header .wrap {
	background: #306016;
	height: 100px;
}
.logo {
	display: block;
	position: relative;
	height: 100px;
}
#slots_logo{
	height:60px; 
	width:304px; 
	background: url(../images/logo2.png) no-repeat;
	position: relative;
	float: left;
	margin: 22px 40px 0 20px;
}
#slots_logo:after {
	content: "";
	position: absolute;
	right: -24px;
	top: -15px;
	width: 24px;
	height: 57px;
	background: url(../images/richag.png) no-repeat;
}
#preview{
	height:40px;
	width:304px;
	z-index:200;
	display:block;
	overflow:hidden;
	position: absolute;
	top: 7px;
	left:0;
}
#slot1{height:40px;position:relative;float:left;text-align:center;width:38px;}
#slot2{height:40px;position:relative;float:left;top:-40px;text-align:center;width:38px;}
#slot3{height:40px;position:relative;float:left;top:-80px;text-align:center;width:38px;}
#slot4{height:40px;position:relative;float:left;top:-120px;text-align:center;width:38px;}
#slot5{height:40px;position:relative;float:left;top:-160px;text-align:center;width:38px;}
#slot6{height:40px;position:relative;float:left;top:-200px;text-align:center;width:38px;}
#slot7{height:40px;position:relative;float:left;top:-240px;text-align:center;width:38px;}
#slot8{height:40px;position:relative;float:left;top:-280px;text-align:center;width:38px;}

.logo span {
	float: left;
	color: #ff9b00;
	font: bold 60px/105px 'Cuprum';
	text-transform: uppercase;
	text-shadow: 2px 2px #22430f;
}
.logo:after {
	content: "Mobile-friendly";
	font: italic 22px/24px 'Cuprum';
	position: absolute;
	text-shadow: none;
	right: 0;
	top: 25px;
	color: #fff;
}
.header-block {
	text-align: center;
	overflow: hidden;
	text-align: center;
	height: 310px;
	width: 100%;
	display: table;
}
.hb-inner {
	display: table-cell;
	vertical-align: middle;
}
.header-block strong {
	display: block;
	color: #fff;
	font: bold 48px/60px 'Cuprum';
	text-align: center;
	text-shadow: 2px 2px #000;
}
.header-block strong span {
	color: #ff3333;
}
.header-block a,
.cta a {
	display: block;
	margin: 35px auto 0 auto;
	width: 348px;
	height: 66px;
	text-align: center;
	text-decoration: none;
	font: bold 36px/66px Arial;
	text-shadow: -1px -1px #bf2a2a;
	color: #fff;
	text-decoration: none;
	background: #f73e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #f73e3e 0%, #ef3535 29%, #db1f1f 80%, #d61a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f73e3e), color-stop(29%,#ef3535), color-stop(80%,#db1f1f), color-stop(100%,#d61a1a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f73e3e 0%,#ef3535 29%,#db1f1f 80%,#d61a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f73e3e 0%,#ef3535 29%,#db1f1f 80%,#d61a1a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f73e3e 0%,#ef3535 29%,#db1f1f 80%,#d61a1a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f73e3e 0%,#ef3535 29%,#db1f1f 80%,#d61a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73e3e', endColorstr='#d61a1a',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ff4d4d;
	text-transform: uppercase;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
.header-block a:hover,
.cta a:hover {
	color: #000;
	text-shadow: none;
	background: #f73e3e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #f73e3e 0%, #ef3535 29%, #db1f1f 80%, #d61a1a 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f73e3e), color-stop(29%,#ef3535), color-stop(80%,#db1f1f), color-stop(100%,#d61a1a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #f73e3e 0%,#ef3535 29%,#db1f1f 80%,#d61a1a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #f73e3e 0%,#ef3535 29%,#db1f1f 80%,#d61a1a 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #f73e3e 0%,#ef3535 29%,#db1f1f 80%,#d61a1a 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #f73e3e 0%,#ef3535 29%,#db1f1f 80%,#d61a1a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f73e3e', endColorstr='#d61a1a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.pf,
.rm {
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font: bold 12px/28px Arial;
	width: 88px;
}
.pf {
	text-shadow: -1px -1px #06914e;
	border: 1px solid #11854c;
	background: #06c96b; /* Old browsers */
	background: -moz-linear-gradient(top, #06c96b 0%, #05c266 15%, #06c168 18%, #0e9352 75%, #10864c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#06c96b), color-stop(15%,#05c266), color-stop(18%,#06c168), color-stop(75%,#0e9352), color-stop(100%,#10864c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #06c96b 0%,#05c266 15%,#06c168 18%,#0e9352 75%,#10864c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #06c96b 0%,#05c266 15%,#06c168 18%,#0e9352 75%,#10864c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #06c96b 0%,#05c266 15%,#06c168 18%,#0e9352 75%,#10864c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #06c96b 0%,#05c266 15%,#06c168 18%,#0e9352 75%,#10864c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06c96b', endColorstr='#10864c',GradientType=0 ); /* IE6-9 */
}
.rm {
	text-shadow: none;
	border: 1px solid #df8300;
	background: #febf00; /* Old browsers */
	background: -moz-linear-gradient(top, #febf00 0%, #f8b101 29%, #e99801 63%, #df8400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#febf00), color-stop(29%,#f8b101), color-stop(63%,#e99801), color-stop(100%,#df8400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #febf00 0%,#f8b101 29%,#e99801 63%,#df8400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #febf00 0%,#f8b101 29%,#e99801 63%,#df8400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #febf00 0%,#f8b101 29%,#e99801 63%,#df8400 100%); /* IE10+ */
	background: linear-gradient(to bottom, #febf00 0%,#f8b101 29%,#e99801 63%,#df8400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#df8400',GradientType=0 ); /* IE6-9 */
}
.pf:hover {
	color: #000;
	text-shadow: none;
	background: #06c96b; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #06c96b 0%, #05c266 15%, #06c168 18%, #0e9352 75%, #10864c 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#06c96b), color-stop(15%,#05c266), color-stop(18%,#06c168), color-stop(75%,#0e9352), color-stop(100%,#10864c)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #06c96b 0%,#05c266 15%,#06c168 18%,#0e9352 75%,#10864c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #06c96b 0%,#05c266 15%,#06c168 18%,#0e9352 75%,#10864c 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #06c96b 0%,#05c266 15%,#06c168 18%,#0e9352 75%,#10864c 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #06c96b 0%,#05c266 15%,#06c168 18%,#0e9352 75%,#10864c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06c96b', endColorstr='#10864c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.rm:hover {
	color: #000;
	background: #febf00; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #febf00 0%, #f8b101 29%, #e99801 63%, #df8400 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#febf00), color-stop(29%,#f8b101), color-stop(63%,#e99801), color-stop(100%,#df8400)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #febf00 0%,#f8b101 29%,#e99801 63%,#df8400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #febf00 0%,#f8b101 29%,#e99801 63%,#df8400 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #febf00 0%,#f8b101 29%,#e99801 63%,#df8400 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #febf00 0%,#f8b101 29%,#e99801 63%,#df8400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf00', endColorstr='#df8400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* Top Menu *******************************************************************/
.top-menu-holder {
	overflow: hidden;
	background: #3d4796;
	height: 40px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#top-menu {
	display: table;
	width: 960px;
	margin: 0 auto 0 auto;
}
#top-menu li {
	display: table-cell;
	vertical-align: middle;
	font: 14px/40px Arial;
	text-align: center;
	padding: 0 5px 0 5px;
	color: #fff;
}
#top-menu li:first-child {
	background: none;
}
#top-menu li a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#top-menu li a:hover,
#top-menu li.active a{
	color: #b8b8c4;
}
/* Sidebar ****************************************************/
.holder {
	overflow: visible;
}
.sidebar {
	overflow: hidden;
}
#sidebar-left {
	overflow: visible;
	width: 700px;
	float: left;
}
#sidebar-left ul {
	text-align: center;
	font-size: 0;
	padding: 10px 0 10px 0;
}
#sidebar-left ul li {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 160px;
	position: relative;
	margin: 0 5px 20px 5px;
}
#sidebar-left ul li:hover {
	background: #306016;
}
#sidebar-left ul li img {
	display: block;
	width: 200px;
	height: 120px;
	margin: 10px auto 10px auto;
}
#sidebar-left ul li strong {
	display: block;
	color: #ff9b00;
	font: bold 16px/18px Arial;
	text-shadow: -1px -1px #626262;
}
.li-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 300;
	margin-bottom: 10px;
	padding: 160px 0 0 0;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
	box-shadow: 0 0 10px rgba(0,0,0,1);
	display: none;
}
#sidebar-left ul li:hover .li-inner {
	display: block;
}
.info {
	background: #306016;
	padding: 1px 0 10px 0;
	overflow: hidden;
}
.li-inner span {
	display: block;
	color: #fff;
	font: bold 16px/18px Arial;
	padding: 0 0 6px 0;
}
.tbl {
	width: 200px;
	margin: 0 auto 0 auto;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	background: #c9c9c9;
}
.tbl-head {
	width: 202px;
	height: 33px;
	margin: 0 0 0 -1px;
	background: url(../images/tbl-head.png) no-repeat;
	font-size: 12px;
	line-height: 30px;
	text-shadow: -1px -1px #626262;
}
.tbl-head2 i {
	margin: 0 0 0 10px;
	color: #000 !important;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 0 3px 0;
}
.tbl-head2 em {
	margin: 0 10px 0 0;
	color: #000 !important;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 0 3px 0;
}
.tbl .wrap {
	background: #ffffff;
	border-top: 1px solid #c9c9c9;
	font-size: 12px;
	line-height: 24px;
	color: #306016;
	text-align: left;
	padding: 0 10px 0 10px;
	box-sizing: border-box;
}
.tbl a {
	color: #306016;
	text-decoration: none;
}
.tbl a:hover {
	text-decoration: underline;
}
.tbl i {
	float: left;
	font-style: normal;
	text-shadow: none;
}
.tbl em {
	float: right;
	color: #000;
	font-style: normal;
	text-shadow: none;
}
.li-inner .pf {
	float: left;
	margin: 10px 0 0 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.li-inner .rm {
	float: right;
	margin: 10px 10px 0 0;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.cta {
	overflow: hidden;
	background: url(../images/cta.jpg) no-repeat;
	max-width: 700px;
	min-height: 170px;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 18px 0 0 0;
}
.holder02 {
	float: left;
	overflow: hidden;
	padding: 36px 0 0 30px;
}
.cta strong {
	display: block;
	font: bold 40px/45px 'Cuprum';
	color: #fff;
}
.cta strong span {
	color: #ff3333;
}
.cta a {
	width: 128px;
	height: 106px;
	overflow: hidden;
	font: bold 24px/26px Arial;
	padding: 0 0 0 0;
	margin: 30px 30px 0 0;
	float: right;
}
.cta em {
	display: table;
	width: 100%;
	height: 100%;
}
.cta i {
	display: table-cell;
	vertical-align: middle;
	font-style: normal;
}
.vbox {
	background: #00391b url(../images/bg2.jpg);
}
#sidebar-right .vbox {
	overflow: hidden;
}
.vbox-title {
	display: block;
	text-align: center;
	background: #ff9b00;
	font: bold 30px/32px 'Cuprum';
	color: #000;
	padding: 3px 0 4px 0;
}
#sidebar-right {
	float: right;
	width: 220px;
}
#sidebar-right ul {
	overflow: hidden;
	margin: 0 10px 0 10px;
}
#sidebar-right ul li {
	padding: 10px 0 19px 0;
	overflow: hidden;
	border-top: 1px solid #ff9b00;
	width: 200px;
}
#sidebar-right ul li:first-child {
	border-top: none;
}
#sidebar-right ul li img {
	float: left;
	margin: 0 10px 0 0;
}
#sidebar-right ul li div {
	overflow: hidden;
}
#sidebar-right ul li strong {
	color: #ff9b00;
	display: block;
	font-size: 16px;
	padding: 0 0 0 0;
	text-align: center;
}
#sidebar-right ul li span {
	color: #ffffff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 0 0 10px 0;
}
#sidebar-right ul li .wrap {
	padding: 8px 0 0 0;
}
#sidebar-right ul li .pf {
	float: left;
	margin: 0 0 10px 0;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
#sidebar-right ul li .pf,
#sidebar-right ul li .rm {
	width: 108px !important;
}
#sidebar-right ul li .rm {
	float: left;
	margin: 0 0 0 0;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
/* Content ********************************************************************/
#content {
	overflow: hidden;
	padding: 40px 0 0 0;
	clear: both;
}
/* post *****************************************************************/
#content .post {
	overflow: hidden;
}
#content .post h1 {
	color: #ff9b00;
}
#content .post h2, #content .post h3, #content .post h4 {
	color: #a0cc6d;
}
#content .post h1 {
	font: bold 44px/46px 'Cuprum';
    padding: 5px 0 15px 0;
}
#content .post h2 {
	font: bold 36px/38px 'Cuprum';
    padding: 5px 0 15px 0;
}
#content .post h3 {
	font: bold 30px/32px 'Cuprum';
    padding: 5px 0 15px 0;
}
#content .post h4 {
	font: bold 24px/26px 'Cuprum';
    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: 8px;
	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: 8px;
	width: 6px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
/* Footer *********************************************************************/
#footer {
	overflow: hidden;
	background: #0e0f1b;
	color: #a0cc6d;
	margin: 20px 0 0 0;
	padding: 20px 0 20px 0;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
#footer strong {
	font-weight: normal;
	padding: 0 0 0 20px;
}
#footer a {
	color: #a0cc6d;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* 1000px *********************************************************************/
@media screen and (max-width: 1000px) {
	body {
		-webkit-text-size-adjust: none;
	}
	.top-menu-holder {
		display: none;
	}
	#header {
		height: auto;
		background-position: 50% 0;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 0 0 20px 0;
		margin: 0 0 10px 0;
	}
	#header .wrap {
		height: auto;
		padding: 0 0 10px 0;
		background: none;
	}
	.logo {
		margin: 0 auto 0 auto !important;
		padding: 0 0 0 0 !important;
	}
	.logo span {
		display: block;
		float: none;
	}
	#slots_logo {
		float: none;
		margin: 0 auto 0 auto;
	}
	.logo:after {
		display: none;
	}
	.logo {
		height: auto;
		float: none;
		text-align: center;
		margin: 10px auto 0 auto;
		display: block;
	}
	.header-block {
		display: block;
		height: auto;
		padding: 15px 10px 0 10px;
		box-sizing: border-box;
	}
	.hb-inner {
		display: block;
	}
	.sidebar {
		float: none !important;
		width: auto !important;
	}
	#sidebar-left ul li {
		margin: 0 0 10px 0 !important;
		display: inline-block;
		vertical-align: top;
	}
	#sidebar-right ul {
		font-size: 0;
		padding: 10px 0 0 0;
		margin: 0 0 0 0;
		width: auto;
		text-align: center;
	}
	#sidebar-right ul li {
		text-align: left;
		display: inline-block;
		vertical-align: top;
		width: 200px;
		border: none;
		margin: 0 10px 20px 10px;
	}
	.cta {
		margin: 18px 0 18px 0;
		padding: 10px 0 5px 0;
		width: auto;
		max-width: none;
		text-align: center;
	}
	.holder02 {
		float: none;
		padding: 0 0 0 0;
	}
	.cta strong {
		padding: 0 0 0 0;
	}
	.cta a {
		width: auto;
		height: auto;
		display: inline-block;
		float: none;
		margin: 20px 0 0 0;
		padding: 10px;
	}
	#content {
		margin: 0 10px 0 10px;
		padding: 20px 0 0 0;
	}
	#mobile-menu {
		display: block;
		overflow: hidden;
		margin: 10px 0 10px 0;
	}
	#mobile-menu li {
		font: 18px/20px 'Cuprum';
		padding: 5px 0 5px 0;
		text-transform: uppercase;
	}
	#mobile-menu li a {
		color: #fff;
	}
	#mobile-menu li a:hover {
		color: #ff9b00;
		text-decoration: underline;
	}
	#footer {
		text-align: center;
		padding: 15px 0 15px 0;
	}
	#footer strong {
		display: block;
		padding: 0 0 0 0;
	}
}
@media screen and (max-width: 767px) {
	.logo {
		font-size: 40px;
		line-height: 44px;
		margin: 10px auto 10px auto;
	}
}
@media screen and (max-width: 479px) {
	.logo span {
		font-size: 33px;
		line-height: 37px;
		padding: 10px 0 10px 0;
	}
	.logo span {
		display: block;
	}
	.header-block {
		padding: 0 0 0 0;
	}
	.header-block strong {
		font-size: 25px;
		line-height: 30px;
		margin: 0 3px 10px 3px;
	}
	.header-block span {
		font-size: 25px;
		line-height: 30px;
		margin: 0 10px 15px 10px;
	}
	.header-block a {
		width: 270px;
		height: 50px;
		line-height: 50px;
		font-size: 25px;
	}
	#sidebar-left .vbox-title {
		font-size: 25px;
	}
	#sidebar-left .vbox-title span {
		padding: 0 15px 0 15px;
	}
	.cta strong {
		font-size: 25px;
	}
	#content {
		line-height: 20px;
	}
	#content .post h1 {
		font: 26px/28px 'Cuprum';
	}
	#content .post h2 {
		font: 23px/25px 'Cuprum';
	}
	#content .post h3 {
		font: 21px/23px 'Cuprum';
	}
	#content .post h4 {
		font: 18px/20px 'Cuprum';
	}
	#footer span {
		display: block;
	}
}