/* 404 page*/
body.error404 .main-header {
  background-color: #333333;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  position: fixed;
}
body.error404 .main-header .personx-logo img {
  top: 12px;
  height: 36px;
}
body.error404 .main-header .main-nav ul li a {
  color: rgba(255, 255, 255, 0.65);
  padding: 23px 15px;
}
body.error404 .main-header .main-nav ul > li {
  margin: 0;
  padding: 0;
}
body.error404.admin-bar .personx-sidenav-trigger {
  top: 54px !important;
}
body.error404 .personx-sidenav-trigger {
  top: 22px !important;
}
body.admin-bar.error404 .main-header {
  top: 32px;
}
.conetnt-404 {
  display: table;
  width: 100%;
  height: 800px;
}
.vam {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.conetnt-404 h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 140px;
  line-height: 1.2;
  margin: 0 0 0 0;
  padding: 0;
  text-align: center;
  color: rgba(51, 51, 51, 0.2);
}
.conetnt-404 p {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 52px;
  color: rgba(51, 51, 51, 0.56);
}
.404-conetnt {
  padding: 200px;
}
.404-conetnt h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 140px;
  line-height: 1.2;
  color: #333333;
}
