body {
	background-color: #131313;
}

header {
	padding: 0px 20px;
}

h2 {
	color: #fff;
}

hr {
	border-color: #555;
}

.header-half {
	margin:30px 0px;
}

.header-logo {
	margin-bottom:5px;
}

.header-share {
	padding-top:12px;
	padding-bottom:13px;
}

.fb_iframe_widget {
	margin-bottom: 5px !important;
}

.twitter-follow-button[style] {
    vertical-align: bottom !important;
	margin-bottom: 5px !important;
}

a.official-site {

}

a.official-site:hover img.dg-banner {
	opacity: .7;
	width: 100%;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-webkit-backface-visibility: hidden;
}

a.official-site img.dg-banner {
	width: 100%;
	transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
	-webkit-backface-visibility: hidden;
}

.btn-preorder {
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
	border-radius: 5px;
}

table thead tr th{
	text-align: center;
	color: #fff;
}
.table-bordered {
	border-color: #555;
	border: 1px solid #555;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
	border-color: #555;
	border: 1px solid #555;
}

.social-icons {
	margin: 30px 0;
}

.social-icons a {
	margin: 5px;
}

.social-icons a:hover .fa {
	background-color:#010101;
	color: #a70000;
	box-shadow: 0 0 5px #010101;
	transition: all .3s ease;
}

.fa {
	background-color:#333;
	color:#fff;
	box-shadow: 0 0 5px #333;
	transition: all .3s ease;
	width:30px;
	height:30px;
	line-height: 30px;
	font-size: 20px;
}

.esrb {
	margin: 30px 0;
}

.esrb img {
	margin: 0 auto;
}

footer .copyright p {
	color: #fff;
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 992px) {
	header{
		text-align: center;
	}
	header .row div{
		text-align: center;
	}
}