html {
	background-color: #141414;
}
body {
	background: url('/images/error/page-bg.jpg') center top no-repeat transparent;
}
a:hover {
	text-decoration: none;
}
.error-logo {
	margin-bottom: 15px;
	text-align: center;
}
.error-message {
	background: url('/images/error/box-bg.png') center top repeat-y #323232;
	color: white;
	font-size: 16px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	padding: 30px 15px;
	text-align: center;
}
.error-message h1 {
	border-bottom: 1px solid #4f4f4f;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.error-message a {
	color: #f16022;
}
.error-message a:hover {
	color: #D81E05;
}
.error-esrb-logo {
	text-align: center;
}
@media (min-width: 768px) {
	.error-message {
		margin-bottom: 230px;
		padding-left: 50px;
		padding-right: 50px;
	}
	.error-message span {
		display: block;
	}
	.error-esrb-logo {
		margin-bottom: 60px;
	}
}
.dgc-slide-button {
	color: white;
	display: inline-block;
	font: bold 20px 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	overflow: hidden;
	padding: 17px 37px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.1s ease-out;
	z-index: 1;
}
.dgc-slide-button:before,
.dgc-slide-button:after {
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
}
.dgc-slide-button:before {
	border-color: inherit;
	border-style: solid;
	border-width: 2px;
	top: 0;
	z-index: -2;
}
.dgc-slide-button:after {
	background-color: #df2006;
	background-image: linear-gradient(to bottom, #da420b 0%, #e30002 100%);
	top: 100%;
	transition: top 0.1s ease-out;
	z-index: -1;
}
.dgc-slide-button:hover {
	color: white;
}
.dgc-slide-button:hover:after {
	top: 0;
}
.page-footer {
	background: #201f1f;
	color: #707070;
	margin-top: 30px;
}
.page-footer:not(.minimal) {
	-webkit-border-image: -webkit-linear-gradient(right, #d81e05 0%, #ed8b00 100%);
	-moz-border-image: -moz-linear-gradient(right, #d81e05 0%, #ed8b00 100%);
	border-image: linear-gradient(to right, #d81e05 0%, #ed8b00 100%);
	border-image-slice: 1;
	border-style: solid none none;
	border-width: 8px 0 0;
	padding-top: 45px;
}
.page-footer h6 {
	color: #bfbfbf;
	font: 14px 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	margin-top: 30px;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.page-footer h6 {
		margin-top: 0;
	}
}
.page-footer a {
	color: inherit;
}
.page-footer a:hover {
	color: #d81e05;
}
.page-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-footer .newsletter .newsletter-body {
	margin-top: 20px;
}
.page-footer .newsletter .sign-up {
	border-color: #4f4f4f;
	color: inherit;
	font-size: 12px;
	padding: 8px 27px;
}
.page-footer .newsletter .sign-up:hover {
	color: white;
}
@media (min-width: 768px) {
	.page-footer .newsletter h6 {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.page-footer .social {
		float: right;
	}
}
.page-footer .social li {
	display: inline;
}
.page-footer .social li:not(:first-child) {
	margin-left: 10px;
}
.page-footer .social .icon {
	border-radius: 50%;
	display: inline-block;
	font-size: 25px;
	height: 40px;
	line-height: 41px;
	text-align: center;
	transition: color 0.25s ease-out, background-color 0.25s ease-out;
	width: 40px;
}
@media (min-width: 992px) {
	.page-footer .social .icon {
		font-size: 40px;
		height: 65px;
		line-height: 66px;
		width: 65px;
	}
}
.page-footer .social .icon.facebook {
	background-color: #575757;
	color: white;
}
.page-footer .social .icon.facebook:hover {
	background-color: #3B5999;
}
.page-footer .social .icon.twitter {
	background-color: #6e6e6e;
	color: #d2d2d2;
}
.page-footer .social .icon.twitter:hover {
	background-color: #00b1ed;
	color: white;
}
.page-footer .social .icon.youtube {
	background-color: #464545;
	color: #c8c8c8;
}
.page-footer .social .icon.youtube:hover {
	background-color: #c9050c;
	color: white;
}
.page-footer .social .icon.twitch {
	background-color: #d2d2d2;
	color: #3f3f3f ;
}
.page-footer .social .icon.twitch:hover {
	background-color: white;
	color: #6441A5;
}
.page-footer .social .icon.instagram {
	background-color: #595959;
	color: #d2d2d2;
}
.page-footer .social .icon.instagram:hover {
	background-color: #517FA4;
	color: white;
}
@media (min-width: 768px) {
	.page-footer .links {
		margin-bottom: 30px;
		margin-top: 30px;
	}
}
@media (min-width: 992px) {
	.page-footer .links {
		margin-bottom: 70px;
		margin-top: 90px;
	}
}
.page-footer .links h6 {
	font-size: 16px;
}
.page-footer .links a {
	line-height: 1.75;
}
.page-footer .esrb {
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: center;
}
@media (min-width: 768px) {
	.page-footer .esrb {
		margin-bottom: 0;
		margin-top: 0;
		text-align: right;
	}
}
.page-footer .bottom {
	background: #141414;
	color: #6D6D6D;
	padding: 15px 0;
}
.page-footer .bottom a {
	display: block;
	line-height: 1.75;
}
.page-footer .bottom li {
	display: inline;
	margin: 0;
	padding: 0;
}
.page-footer .bottom .copyright {
	margin: 0;
}
.page-footer .bottom .copyright span {
	white-space: nowrap;
}
.page-footer .bottom .legal {
	margin-top: 15px;
}
@media (min-width: 768px) {
	.page-footer .bottom a {
		display: inline;
		line-height: normal;
		white-space: nowrap;
	}
	.page-footer .bottom li:not(:first-child) {
		margin-left: 20px;
	}
	.page-footer .bottom .legal {
		margin-top: 0;
		text-align: right;
	}
}