.admin-bar .not-found-main-container { top: 32px; }

.not-found-main-container {
position: fixed;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 100;
background-color: #4e9e53;
}


.error404 .sidebar { display: none; }
.not-found-main-container .not-found-centered-container { height: 237px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 400px; margin-left: -200px; left: 50%; }


.not-found-main-container .not-found-centered-container .not-found-header-container img {
margin: 0px auto;
display: block;
padding: 30px 15px 0;
}
 .not-found-header-container { text-align: center; margin-bottom: 75px;  }

.not-found-main-container .not-found-centered-container .not-found-title-container p { color: white; font-size: 25px; text-align: center; margin-bottom: 30px; }

.not-found-main-container .not-found-centered-container .not-found-subtitle-container p { color: white; font-size: 14px; text-align: center; }

