.layer_error .logo { margin-top: 40px; margin-bottom: 130px; position: relative; }
.layer_error .logo:after {  margin-top: 40px; border-bottom: 1px solid #75787b; content: " "; display: block; left: 0; position: absolute; top: 50%; width: 100%; z-index: -1; }
.layer_error .logo img { max-width: 100%; background-color: #FFF; padding-left: 20px; padding-right: 20px; }
.layer_error .content { position: relative; }
.layer_error .content .img img { max-width: 100%; }
.layer_error .content .txt h1 { margin-top: 0; }
.layer_error .content .txt menu a { font-size: 17px; }
.layer_error .content .txt .social { margin-top: 15px; }
.layer_error .content .txt .social a { font-size: 25px; }

/* ----- [MOB] ----- */
@media (max-width: 767px) {
	.layer_error .content .img { position: absolute; top: 20px; left: 0; right: 0; bottom: 20px; }
	.layer_error .content .img img { height: 100%; opacity: 0.2; }
	.layer_error .content .txt { padding: 20px 40px; background-color: rgba(255,255,255,0.7); }
}