.page404 #logo_v2 {
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -143px;
}
.page404 footer #footerTop {
  height: 100px;
  background: black;
  position: relative;
  line-height: 100px;
  padding: 0;
  margin: 0;
  border: none;
}
.page404 footer #footerTop .topLinksContainer {
  width: 220px;
}
.page404 footer #footerTop .footerTopLinks {
  right: 0;
}
.page404 #content404 {
  background: black;
}
.page404 footer {
  background: black;
}
.page404 #content404 img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.page404 header .menuTop ul.clearfix {
  display: initial;
}
.page404 #content404 .textContainer {
  position: absolute;
  top: 50%;
  margin-top: -64px;
  right: 50px;
  width: 39%;
  color: white;
}
.page404 #content404 .textContainer h2 {
  font-family: 'HelveticaNeueW01-Thin';
  font-size: 50px;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
}
.page404 #content404 .textContainer .subtitle {
  margin-top: 20px;
  font-size: 24px;
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  color: white;
}
.page404 #content404 .textContainer a {
  color: white;
  font-size: 24px;
  font-family: 'HelveticaNeueW01-45Ligh', sans-serif;
  text-decoration: underline;
  margin-top: 40px;
  display: block;
}
.page404 #content404 .SearchContainer {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 0;
}
.page404 #content404 .SearchContainer .InputSearch {
  margin-right: 10px;
}
.page404 #content404 input[type=text]::-webkit-input-placeholder {
  color: white;
}
.page404 #content404 input[type=text]::-moz-placeholder {
  color: white;
}
/* firefox 19+ */
.page404 #content404 input[type=text]:-ms-input-placeholder {
  color: white;
}
