/* CSS Document */
@charset "utf-8";
body{
	color:#95919D;
	font-size:15px;
	padding:0;
	margin:0;
	background-color:rgba(32, 23, 44, 1) 
}
.height-100{
/*	position:absolute;
	width:100%;
	height:100%;
	padding:0*/
}
.alert_404{
	padding-top:35px	
}
.alert_404 .title{
	color:#ffffff !important;
	font-size:35px;
	line-height:1.29;
	margin:0	
}

.alert_404 .title .inner{
	color:#ffffff;
}

.alert_404 .title .icon{
	margin-top:-10px	
}

.alert_404 .text{
	margin-top:16px	
}

.alert_404 .footer{
	margin-top:20px	
}
.alert_404 a{
	color:#118e7e	
}

.alert_404 a:hover{
    color: #0e796b;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

@media (max-width: 320px) {
	
	.alert_404{
		padding-top:14px	
	}
	.alert_404 .title{
		font-size:33px
	}	
	.alert_404 .title > .inner{
		display:block;
		width:100%;
		margin-top:10px
	}
	
	.alert_404 .text{
		margin-top:20px	
	}
	.alert_404 .text p{
		padding-bottom:25px	
	}
	.alert_404 .footer{
		margin-top:-5px	
	}
}