﻿/***
Error Pages
***/
/* 404 page option #1 */
.page-404 {
  text-align: center; 
  position: relative;
}

.page-404 .number {
  position: relative;
  top: 35px;
  display: inline-block;
  letter-spacing: -10px;
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #7bbbd6;
  text-align: right; }

.page-404 .img{
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.page-404 .img2{
  max-width: 100%;
  display: none;
  margin:  20px auto 0;
}
.page-404 .details {
  width: 100%;
  height: 509px;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.page-404 .row{
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.page-404 h3{
  font-weight: normal;
  overflow: hidden;
  font-size: 1.125em;
  margin:  0;
  padding: 0;
  margin-top: 7.5%;
  float: right;
}

.page-404 .doc{
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  margin-top: 20%;
  float: right;
  position: relative;
  z-index: 20;
}
.page-404 .doc .row{
  overflow: hidden;
}
.page-404 .doc h5{
  white-space: nowrap;
  float: left;
  font-size: 1em;
  margin: 0 5px 0 0;
  padding: 0;
}
.page-404 .doc ul{
  float: left;
  padding: 0;
  margin:  0;
  list-style: none;
}
.page-404 .doc li{
  padding-left: 1em;
  position: relative;
  list-style: none;
}
.page-404 .doc .dot{
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.page-404 .tool{
  line-height: 24px;
  margin-top: 8px;
  padding-left: 9em;
}
.page-404 .link{
  color: #b70100;
  text-decoration: none;
}
.page-404 .link img{
  width: 24px;
  margin:  -5px 3px 0 0;
  vertical-align: middle;
}
/* 500 page option #1 */
.page-500 {
  text-align: center; }

.page-500 .number {
  display: inline-block;
  letter-spacing: -10px;
  line-height: 128px;
  font-size: 128px;
  font-weight: 300;
  color: #ec8c8c;
  text-align: right; }

.page-500 .details {
  margin-left: 40px;
  display: inline-block;
  text-align: left; }

/* 404 page option #2*/
.page-404-full-page {
  overflow-x: hidden;
  padding: 8px;
  background-color: #f4f4f4 !important; 
  position: relative;
}

.page-404-full-page .details input {
  background-color: #ffffff; }

.page-404-full-page .page-404 {
  width: 867px;
  max-width: 100%;
  display: block;
  margin:  0 auto;
}

/* 500 page option #2*/
.page-500-full-page {
  overflow-x: hidden;
  padding: 20px;
  background-color: #f4f4f4 !important; }

.page-500-full-page .details input {
  background-color: #ffffff; }

.page-500-full-page .page-500 {
  margin-top: 100px; }

/* 404 page option #3*/
.page-404-3 {
  background: #000 !important; }

.page-404-3 .page-inner img {
  right: 0;
  bottom: 0;
  z-index: -1;
  position: absolute; }

.page-404-3 .error-404 {
  color: #fff;
  text-align: left;
  padding: 70px 20px 0; }

.page-404-3 h1 {
  color: #fff;
  font-size: 130px;
  line-height: 160px; }

.page-404-3 h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px; }
.font-red{
    color:red !important;
}
.page-404-3 p {
  color: #fff;
  font-size: 16px; }

@media screen and (max-width: 800px){
  .page-404 .detail{
    margin-top: -10%;
  }
  .page-404 .img{
    display: none;
  }
  .page-404 .img2{
    display: block;
  }
  .page-404 h3, .page-404 .doc{
    float: none;
    margin: 0;
    text-align: left;
  }
  .page-404 .doc{
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .page-500 .number,
  .page-500 .details {
    text-align: center;
    margin-left: 0px; }
  .page-404-3 .error-404 {
    text-align: left;
    padding-top: 10px; }
  .page-404-3 .page-inner img {
    right: 0;
    bottom: 0;
    z-index: -1;
    position: fixed; } 
  .page-404 .doc ul, .page-404 .doc h5{
    float: none;
  }
  .page-404 .tool{
    padding-left: 0;
  }
}
