#pagenotfound .pagenotfound_content {
  position: relative;
  background: url("../img/images/404-lost.jpg") no-repeat center;
  background-size: cover;
  min-height: 500px;
  max-width: 100%;
  padding-top: 3%;
  margin: 25px auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#pagenotfound .pagenotfound_content::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2%;
  width: 210px;
  height: 210px;
  background-size: 210px 210px;
  background: url("../img/icon/404-white.svg") no-repeat center;
  transform: translate(0, -50%);
  filter: drop-shadow(2px 2px 10px #333);
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content::before {
    top: 30%;
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    transform: translate(0, -50%);
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  #pagenotfound .pagenotfound_content::before {
    top: 40%;
    width: 95px;
    height: 95px;
    background-size: 95px 95px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content::before {
    top: 40%;
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content::before {
    top: 45%;
    width: 125px;
    height: 125px;
    background-size: 125px 125px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content::before {
    top: 30%;
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  #pagenotfound .pagenotfound_content::before {
    top: 30%;
    width: 180px;
    height: 180px;
    background-size: 180px 180px;
  }
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content {
    margin: 1.25rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  #pagenotfound .pagenotfound_content {
    margin: 35px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  #pagenotfound .pagenotfound_content {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
}
#pagenotfound .pagenotfound_content .img-404 {
  padding: 8px 0 27px 0;
}
#pagenotfound .pagenotfound_content .img-404 img {
  max-width: 100%;
}
#pagenotfound .pagenotfound_content h1.title-404 {
  font: 600 2.2rem/36px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: none;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content h1.title-404 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  #pagenotfound .pagenotfound_content h1.title-404 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content h1.title-404 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content h1.title-404 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  #pagenotfound .pagenotfound_content h1.title-404 {
    font-size: 2rem;
    margin-top: 0;
  }
}
#pagenotfound .pagenotfound_content p {
  font: 600 16px/20px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  border: none !important;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content p {
    padding-bottom: 0;
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  #pagenotfound .pagenotfound_content p {
    padding-bottom: 0;
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content p {
    padding-bottom: 0;
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content p {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  #pagenotfound .pagenotfound_content p {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }
}
#pagenotfound .pagenotfound_content hr {
  width: 50%;
  border-color: #fff;
  margin: 8px auto;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content hr {
    margin: 0.5rem auto 1rem;
  }
}
#pagenotfound .pagenotfound_content h3 {
  display: none;
  padding: 10px 0;
  font-weight: bold;
  color: #fff;
  font-size: 0.929em;
  line-height: normal;
  margin-bottom: 1.25rem;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content h3 {
    margin: 0.5rem 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1170px) {
  #pagenotfound .pagenotfound_content h3 {
    margin-bottom: 0.5rem;
  }
}
#pagenotfound .pagenotfound_content .input-container {
  min-height: 65px;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content .input-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content .input-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content .input-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
  }
}
#pagenotfound .pagenotfound_content .input-container > label {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content .input-container > label {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content .input-container > label {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
#pagenotfound .pagenotfound_content .input-container > input {
  display: inline-block;
  max-width: 293px;
  height: 45px;
  margin: 0 1%;
  font-size: 1.1rem;
  padding: 0 12px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
#pagenotfound .pagenotfound_content .input-container > input::-webkit-input-placeholder {
  color: #e94240;
  opacity: 1;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out;
}
#pagenotfound .pagenotfound_content .input-container > input::-moz-input-placeholder {
  color: #e94240;
  opacity: 1;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out;
}
#pagenotfound .pagenotfound_content .input-container > input:-ms-input-placeholder {
  color: #e94240;
  opacity: 1;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content .input-container > input {
    max-width: 100%;
    min-height: 50px;
    padding-left: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content .input-container > input {
    max-width: 100%;
    min-height: 50px;
    padding-left: 25px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content .input-container > input {
    max-width: 100%;
    min-height: 50px;
    padding-left: 25px;
    margin-bottom: 10px;
  }
}
#pagenotfound .pagenotfound_content .input-container > input:focus {
  font-size: 1.1rem;
  -webkit-box-shadow: 0 0 0 3px #e94240;
  -moz-box-shadow: 0 0 0 3px #e94240;
  box-shadow: 0 0 0 3px #e94240;
}
#pagenotfound .pagenotfound_content .input-container > input:focus::-webkit-input-placeholder {
  color: #333;
  opacity: 0.85;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out;
}
#pagenotfound .pagenotfound_content .input-container > input:focus::-moz-input-placeholder {
  color: #333;
  opacity: 0.85;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out;
}
#pagenotfound .pagenotfound_content .input-container > input:focus:-ms-input-placeholder {
  color: #333;
  opacity: 0.85;
  font-size: 1.1rem;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content .input-container > input:focus {
    -webkit-box-shadow: 0 0 0 2px #e94240;
    -moz-box-shadow: 0 0 0 2px #e94240;
    box-shadow: 0 0 0 2px #e94240;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content .input-container > input:focus {
    -webkit-box-shadow: 0 0 0 2px #e94240;
    -moz-box-shadow: 0 0 0 2px #e94240;
    box-shadow: 0 0 0 2px #e94240;
  }
}
#pagenotfound .pagenotfound_content .input-container > button[type="submit"] {
  width: 100px;
  min-height: 45px;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 5px;
  background-color: #e94240;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
#pagenotfound .pagenotfound_content .input-container > button[type="submit"] > span {
  border: none;
}
#pagenotfound .pagenotfound_content .input-container > button[type="submit"]:hover, #pagenotfound .pagenotfound_content .input-container > button[type="submit"]:focus {
  color: #e94240;
  background-color: #fff;
  border-color: currentColor;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content .input-container > button[type="submit"] {
    width: 25%;
    min-height: 45px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content .input-container > button[type="submit"] {
    width: 25%;
    min-height: 45px;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content .input-container > button[type="submit"] {
    width: 35%;
    min-height: 45px;
    font-size: 1.35rem;
  }
}
#pagenotfound .pagenotfound_content .buttons-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#pagenotfound .pagenotfound_content .buttons-container .buttons__content {
  width: 100%;
  display: inline-block;
  margin: 3% 0;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content .buttons-container .buttons__content {
    width: 100%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content .buttons-container .buttons__content {
    width: 100%;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content .buttons-container .buttons__content {
    width: 100%;
  }
}
#pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium {
  display: block;
  padding: 15px;
  background-image: none;
  font-size: 1.25rem;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
#pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium.buttons--home {
  background-color: #333;
  color: #fff;
}
#pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium.buttons--home:hover, #pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium.buttons--home:focus {
  color: #333;
  background-image: none;
  background-color: #fff;
}
#pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium.buttons--contact {
  background-color: #fff;
  color: #333;
}
#pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium.buttons--contact:hover, #pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium.buttons--contact:focus {
  color: #fff;
  background-image: none;
  background-color: #333;
}
@media only screen and (max-width: 380px) {
  #pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 2px 10px 1px #333;
    -moz-box-shadow: 0 2px 10px 1px #333;
    box-shadow: 0 2px 10px 1px #333;
  }
}
@media only screen and (min-width: 381px) and (max-width: 500px) {
  #pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 2px 10px 1px #333;
    -moz-box-shadow: 0 2px 10px 1px #333;
    box-shadow: 0 2px 10px 1px #333;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 2px 10px 1px #333;
    -moz-box-shadow: 0 2px 10px 1px #333;
    box-shadow: 0 2px 10px 1px #333;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium {
    width: 100%;
    margin: 0;
    -webkit-box-shadow: 0 2px 10px 1px #333;
    -moz-box-shadow: 0 2px 10px 1px #333;
    box-shadow: 0 2px 10px 1px #333;
  }
}
#pagenotfound .pagenotfound_content .buttons-container .buttons__content a.button-medium i.left {
  font-size: 1.214em;
}
