body{background: #FF9900;color: #fff;font-family: 'Open Sans', sans-serif;}
a{color: #fff;transition:all ease 1s;}
a:hover{color:#fff;text-decoration:none;}
a:focus{color:#fff;text-decoration:none;}

header{margin-top: 10px;margin-bottom: 10px;}
header .logo img{display:inline-block;}

.categories{padding: 10px 0;text-transform: uppercase;background: #CC3333;}
.categories ul{margin-bottom:0;}
.categories ul li{margin: 0 40px;}
.categories ul li a{font-weight:700;color: #fff;}

article{    border-top: 1px dashed #fff;}
.content{padding:50px 0;}
.content-sub{padding-top:0;padding-left: 45px;   border-right: 1px solid #FFCC00;}
.content .col-md-3{}
.content .col-md-3 .gameitemwrap{
	border: 3px solid #fef6eb;
	margin-bottom: 20px;
	padding:10px;
	margin-right: 5px;
	border-radius:5px;
	height: 300px;
	}
.content .col-md-3 .gameitemwrap .gametitle{padding: 10px 15px;background: #CC3333;border-radius:5px 5px 0 0;}
.content .col-md-3 .gameitemwrap .gametitle a{color: #FFCC00;}
.content .col-md-3 .gameitemwrap .gameitemicon{padding: 40px;background: #fff;text-align: center;}
.content .col-md-3 .gameitemwrap .gameitemicon img{display:inline-block;}
.content .col-md-3 .gameitemwrap .gamerating{padding: 10px 15px;background: #CC3333;border-radius:0 0 5px 5px;color: #FFCC00;}

.sidebar{ }
.sidebar h2{font-size: 16px;text-transform: uppercase;font-weight: 700;}
	
.bottom-info{    background: rgba(255,255,255, .2);padding:20px 0;text-align:center;}
.bottom-info h3{padding-bottom:10px;margin-top: 0;text-align:left;color: #fef6eb;}
.bottom-info img{display:inline-block;}

footer{padding:20px 0;}