body.page-error {
  font-family: sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #555;
  background: url("../img/bg.gif") repeat top left;
  
}

a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}


/* Error code */


/* Error message */
.error-message h2 {
  font-size: 25px;
}

.error-message a {

}

.error-message a:hover,
.error-message a:focus, 
.error-message a:active {
  text-decoration: underline;
}


div.error {
  text-align: center;
  margin-top: 8%;
  margin-bottom:200px;
}


div.error .error-code{
  font-size: 130px;
}


div.error .error-code span {
  background: #006699;
  color: #fff;
  padding: 0 15px;
  margin: 0 48px;
  position: relative;
}

@media (max-width: 480px) {
  div.error .error-code span {
    background: transparent;
    font-size: 100px;
    color: #006699;
    margin: 0;
    padding: 0;
  }

  div.error .error-code span:before {
    display: none;
  }
  div.error .error-code span:after {
    display: none;
  }
}

div.error .error-code span:before {
  content: "";
  border-right:38px solid #006699;
  border-bottom: 147px solid transparent;
  position: absolute;
  left: -38px;
  top: 0px;
}

div.error .error-code span:after {
  content: "";
  border-left:38px solid #006699;
  border-top: 146px solid transparent;
  position: absolute;
  right: -38px;
  top:0px;
}

div.error .error-code span.errorcode-first:before {
  display: none;
}

div.error .error-code span.errorcode-first {
  margin: 0;
  padding: 0 20px;
}

div.error .error-code span.errorcode-last:after {
  display: none;
}

div.error .error-code span.errorcode-last {
  margin: 0;
  padding: 0 20px;
}


div.error #errorboxbody ,div.error #errorboxbody2{
  margin-top: 15px;
}

div.error #errorboxbody .button-home {
  position: relative;
  top: 30px;
  font-size: 20px;
  font-weight: normal;
  padding: 13px 17px 13px 40px;
  background: url(../img/home-error.png) no-repeat 10px 10px #006699;
}


div.error #errorboxbody .button-home:hover,
div.error #errorboxbody .button-home:focus, 
div.error #errorboxbody .button-home:active {
  background: url(../img/home-error.png) no-repeat 10px 10px #00659991;
    color: #006599;
}
div.error #errorboxbody .button-cont {
  position: relative;
  top: 30px;
  font-size: 20px;
  font-weight: normal;
  padding: 13px 17px 13px 40px;
  background: url(../img/cont.png) no-repeat 10px 10px #006699;
}


div.error #errorboxbody .button-cont:hover,
div.error #errorboxbody .button-cont:focus, 
div.error #errorboxbody .button-cont:active {
  background: url(../img/home-error.png) no-repeat 10px 10px #00659991;
    color: #006599;
}
