#not-found {
  width: 700px;
  margin: 0 auto;
}
#not-found .not-found-image {
  width: 25%;
  float: left;
}
#not-found .not-found-title {
  width: 70%;
  float: right;
  background: url(/img/bg-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 400px;
}
#not-found .not-found-title h1 {
  font-size: 30px;
  color: #1f2128;
  margin-bottom: 20px;
  margin-top: 155px;
}
#not-found .not-found-title a.gotohomepage {
  background-color: #de4f4f;
  color: #fff;
  width: 180px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  height: 40px;
}
.glyphicon-none:before {
  content: "\2122";
  color: transparent !important;
}
.switch-label {
  display: inline-block;
  vertical-align: middle;
}
ul.notifications {
  z-index: 10001 !important;
  position: fixed !important;
  top: unset !important;
  left: 0;
  bottom: 0 !important;
  list-style-type: none;
  padding: 0;
  width: 500px;
  display: block;
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  ul.notifications {
    width: 80%;
  }
}
li.notification {
  border-radius: 5px;
  padding: 14px;
  margin: 5px auto 0;
  color: #fff;
  bottom: 0;
  box-shadow: 0 4px 18px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  width: 95%;
  left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
li.notification a,
li.notification a:hover,
li.notification a:visited {
  color: white;
}
li.notification.error {
  background-color: #f0342b;
  border: solid 1px #f9463c;
}
li.notification.warning {
  background-color: #f5a93a;
}
li.notification.info {
  background-color: #a6c5d0;
}
li.notification.success {
  background-color: #91c659;
  border: solid 1px #86c83f;
}
li.notification div.title {
  top: 0;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}
li.notification div.message {
  bottom: 0;
  vertical-align: middle;
}
li.notification div.message a {
  text-decoration: underline !important;
}
li.notification div.closeButton {
  top: 0px;
  right: 10px;
  position: absolute;
  font-weight: bold;
  font-size: 20px;
}
li.notification.closeable {
  cursor: pointer;
}
.notifications li.notification.notificationHidden {
  display: none;
  visibility: visible;
}
