.page_404 {
	width:100%;
	height:100%;
	background:url(images/404_bg.jpg) no-repeat center center;
	background-size:cover;
	font-size:13px;
	text-align:center;
}
.page_404 .Normal {
	font-size:13px;
}
.dnn_logo {
	float:none;
	text-align:center;
	padding:55px 0;
}

.page_404_center {
	position:relative;
	z-index:2;
	vertical-align:middle;
}
.page_404_center:before{
	content:"";
	width:100%;
	height:100%;
	z-index:-1;
	right:0;
	top:0;
	position:absolute;
	background-color:rgba(0,0,0,0.3);
}
.page_404_text {
	text-align:center;
	font-size:160px;
	color:#ffffff;
	line-height:1;
	vertical-align:middle;
	display:inline-block;
	font-weight:bold;
	padding:20px 0;
}
.page_404_text span {
	display:block;
	font-size:40px;
	color:#31aae2;
	padding:20px 0 30px;
	letter-spacing:14px;
}
.BottomPane {
	display:inline-block;
	margin:40px 0;
	text-align:center;
}

.ContentPane .dnntitle [class^="title_"] {
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 20px;
    letter-spacing: 7px;
    text-align: center;
	text-transform:uppercase;
	display:block;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
	.page_404_text {
		font-size:100px;
	}
	.page_404_text span {
		font-size:30px;
	}
}
@media only screen and (max-width: 767px) {
	.dnn_logo {
		padding:35px 0;
	}
	.page_404_text {
		font-size:60px;
	}
	.page_404_text span {
		font-size:20px;
	}
}
