/* EDITABLE THROUGH BACKEND */
*{
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	color: #000;
}

a{
	text-decoration: none;
	color: #000;
}

.center{
	margin: 0 auto;
	width: 1000px;
}

#logo{
	float: left;
	width: 25%;
	margin: 10px 0;
}

.menu{
	float: left;
	margin-top: 15px;
	width: 75%;
}

.menu ul{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu ul li{
	float: left;
	padding: 4px 20px;
	margin: 0;
	list-style: none;
}

.menu ul li:last-of-type{
	padding-right: 0;
}

.menu ul li a{
	float: left;
	font-size: 15px;
	color: #a7a9ac;
}

.menu ul li a:hover, .menu ul li a.active, .menu ul li a:active{
	color: #6dbf67;
}

.body_background{
	float: left;
	width: 100%;
	background: #ececec;
	padding: 35px 0;
}

.banner_over{
	float: left;
	width: 100%;
}

.banner{
	float: left;
	width: 74%;
	height: 347px;
	padding: 90px 0 170px 45px;
	margin: 0 4% 4% 0;
	background: url("../images/banner.png") no-repeat;
	background-size: cover;
}

.banner span{
	float: left;
	width: 100%;
	color: #fff;
}

.banner span:first-of-type{
	font-size: 30px;
}

.banner span:nth-of-type(2){
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
}

.info{
	float: left;
	width: 22%;
	background: #fff;
	padding: 15px;
}

.info span{
	float: left;
	width: 100%;
}

.info span:first-of-type{
	font-size: 24px;
	font-weight: bold;
	color: #f68b20;
	margin-bottom: 15px;
}

.info span:nth-of-type(2){
	color: #7f7f7f;
	font-size: 14px;
	line-height: 22px;
}

.info a{
	float: left;
	width: 100%;
	font-size: 14px;
	background: #f68b20;
	color: #fff;
	padding: 10px;
	margin-top: 15px;
	text-align: center;
}

.blogs{
	float: left;
	width: 100%;
}

.blog{
	float: left;
	width: 22%;
	margin-right: 4%;
	background: #fff;
}

.blogs .blog:last-of-type{
	margin-right: 0;
}

.blog_header{
	float: left;
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	color: #f68b20;
	padding: 15px 0;
	text-align: center;
	border-bottom: 1px #ececec solid;
}

.block{
	float: left;
	width: 100%;
	padding: 20px 15px;
	border-bottom: 1px #ececec solid;
}

.someGameName{
	float: left;
	width: 100%;
	font-size: 20px;
	margin-bottom: 15px;
	color: #f68b20;
}

.someGameInfo{
	float: left;
	width: 100%;
}

.someGameDesc{
	float: left;
	width: 64%;
	font-size: 14px;
	line-height: 22px;
	color: #7f7f7f;
}

.block img{
	float: left;
	width: 30%;
	height: 66px;
	margin-right: 6%;
}

.someGamePlay{
	float: left;
	width: 64%;
	font-size: 14px;
	background: #f68b20;
	color: #fff;
	padding: 3px 0;
	text-align: center;
}

.blog_footer{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #f68b20;
	padding: 10px 0;
	text-align: center;
}

.content{
	float: left;
	width: 100%;
	margin: 40px 0 10px 0;
}

.text{
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px;
}

h1{
	font-size: 30px;
	color: #595959;
	margin-top: 0;
}

h2{
	font-size: 24px;
	color: #595959;
}

h3{
	font-size: 18px;
	color: #595959;
}

p{
	font-size: 14px;
	color: #a7a9ac;
	line-height: 24px;
}

.footer{
	float: left;
	width: 100%;
}

.footer span{
	float: left;
	padding: 20px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	color: #a7a9ac; /* FOOTER TEXT COLOR */
}

.footer span a{
	color: #a7a9ac; /* FOOTER SITEMAP TEXT COLOR */
}

.footer span a:hover{
	text-decoration: underline;
}

