/*-----------------------------------------------
Theme: 404 - v9-dark-sky-white-text
Version 1.0
Author: EXSYthemes
-----------------------------------------------
1. BODY
  - 1.1. Social Icon
2. CONTENT
  - 2.1. Section Error
  - 2.2. Social Style
4. RESPONSIVE
-----------------------------------------------
-----------------------------------------------*/

@charset "UTF-8";

/***********************************
			/* 1. BODY */
/***********************************/

* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

html, body {
  height: 100%;
  overflow: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  background: #212121;
}

label {
  cursor: pointer;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

input, select, button, textarea {
  margin: 0;
  font-size: 100%;
}

canvas{
  position: absolute;
  top: 0;
  left: 0;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

button {
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background: none;
  cursor: pointer;
}

:focus {
  outline: 0;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

#terCanvas{
  display: none;
}

/* 1.1. Social icon */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?nlzupy");
  src: url("../fonts/icomoon.eot?nlzupy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?nlzupy") format("truetype"), url("../fonts/icomoon.woff?nlzupy") format("woff"), url("../fonts/icomoon.svg?nlzupy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-search:before {
  content: "\e986";
}
/* 1.1. END Social icon */
/***********************************
			/* 1. END BODY */
/***********************************/

/***********************************
			/* 2. CONTENT */
/***********************************/
/* 2.1. Section error */
.error {
  min-height: 100vh;
  padding: 240px 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  max-height: 100vh;
  z-index: 111;
  position: absolute;
  top: 0;
  left: 0;
}

.error__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.error__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error__message {
  text-align: center;
  color: #fff;
}

.message__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 5.6rem;
  padding-bottom: 40px;
  max-width: 960px;
  margin: 0 auto;
}

.message__text {
  font-family: 'Montserrat', sans-serif;
  line-height: 42px;
  font-size: 18px;
  padding: 0 60px;
  max-width: 920px;
  margin: auto;
}

.error__nav {
  max-width: 600px;
  margin: 40px auto 0;
  text-align: center;
}

.e-nav__form {
  position: relative;
  height: 45px;
  overflow: hidden;
  width: 170px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  padding-left: 10px;
  padding-right: 46px;
}

.e-nav__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #cccccc;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.e-nav__search {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 11px;
  line-height: 45px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: .1rem;
}

.e-nav__search::-webkit-input-placeholder {
  color: #cccccc;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.e-nav__search:hover + .e-nav__icon,
.e-nav__search:focus + .e-nav__icon, .e-nav__search:focus::-webkit-input-placeholder, .e-nav__search:hover::-webkit-input-placeholder {
  color: #fff;
}

.e-nav__link {
  height: 45px;
  line-height: 45px;
  width: 170px;
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1rem;
  position: relative;
  overflow: hidden;
}

.e-nav__link:before {
  content: '';
  height: 200px;
  background: #fff;
  position: absolute;
  top: 70px;
  right: 70px;
  width: 260px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.e-nav__link:after {
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 999;
  position: relative;
}

.e-nav__search::-webkit-input-placeholder {
  color: #fff;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
}

.e-nav__link:hover:before {
  top: -60px;
  right: -50px;
}

.e-nav__link:hover:after {
  color: #000000;
}

.e-nav__link:after {
  content: "Home Page";
}

.e-nav__link:nth-child(2):hover:after {
  color: #fff;
}
/* 2.1. END Section Error */

/* 2.2. Social style */
.error__social {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}

.e-social__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.e-social__icon {
  padding-bottom: 30px;
}

.e-social__icon:last-child {
  padding-bottom: 0;
}

.e-social__link {
  color: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
}

.e-social__link:hover {
  opacity: .7;
}
/* 2.2. END Social style */
.puppy .head_eyebrow__left, .puppy .head_eyebrow__right {
  background: #563930;
  width: 16px;
  height: 3px;
  position: absolute;
  z-index: 5;
  bottom: 60px;
}

.puppy .head_eye__left .pupil, .puppy .head_eye__right .pupil {
  width: 8px;
  height: 12px;
  background: black;
  border-radius: 100%;
}
.puppy .head_eye__left .pupil:after, .puppy .head_eye__right .pupil:after {
  content: '';
  background: white;
  width: 4px;
  height: 4px;
  left: 2px;
  top: 1px;
  border-radius: 10px;
  display: block;
  position: absolute;
}

.paw_left, .paw_right {
  position: absolute;
  z-index: 5;
  width: 30px;
  height: 20px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  background: #b8a392;
}

.puppy .head_eye__left, .puppy .head_eye__right {
  background: white;
  position: absolute;
  z-index: 4;
  width: 16px;
  height: 20px;
  border-radius: 100%;
}

.hide, .paw, .puppy, .puppy .tail {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.puppy .head_earfold__left, .puppy .head_earfold__right {
  position: absolute;
  background: #563930;
  width: 24px;
  height: 38px;
  border-radius: 100%;
  z-index: 10;
  bottom: 60px;
}

.puppy .head_ear__left, .puppy .head_ear__right {
  position: absolute;
  background: #563930;
  width: 20px;
  height: 28px;
  border-radius: 100%;
  z-index: 10;
  bottom: 60px;
}

.puppy .head_eye__left .iris, .puppy .head_eye__right .iris {
  position: relative;
  background: #a3ebe8;
  width: 13px;
  height: 16px;
  border-radius: 100%;
}

.puppy .head_mouth__top, .puppy .head_mouth__left, .puppy .head_mouth__right {
  background: #f8f5f4;
  position: absolute;
  z-index: 3;
}

.puppy .head_bottom__left, .puppy .head_bottom__right {
  background: #cdb7a5;
  position: absolute;
  z-index: 3;
  width: 33px;
  height: 40px;
  border-radius: 100%;
}

.paw_left__part, .paw_right__part {
  width: 10px;
  height: 10px;
  background: #b8a392;
  border-radius: 10px;
  position: absolute;
  bottom: -4px;
}
.paw_left__part:nth-of-type(1), .paw_right__part:nth-of-type(1) {
  left: 0px;
}
.paw_left__part:nth-of-type(2), .paw_right__part:nth-of-type(2) {
  left: 10px;
}
.paw_left__part:nth-of-type(3), .paw_right__part:nth-of-type(3) {
  left: 20px;
}

.hide {
  background: #000;
  width: 150px;
  left: -10px;
  height: 230px;
  z-index: 12;
  bottom: -464px;
}

.paw {
  width: 130px;
  z-index: 10;
}
.paw_left {
  left: 0;
  top: -10px;
}
.paw_right {
  right: 0px;
  top: -10px;
}

.puppy {
  width: 130px;
  height: 0px;
}
.puppy .intro {
  top: -179px;
  position: absolute;
  text-align: center;
  font-size: 20px;
  color: #a25a4b;
}
.puppy .wrap {
  position: relative;
  -webkit-animation: body 10s infinite;
          animation: body 10s infinite;
}
.puppy .body {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  left: 13px;
  top: -46px;
  border-radius: 100%;
  background: #cdb7a5;
}
.puppy .tail {
  -webkit-transform-origin: 5px 100px;
          transform-origin: 5px 100px;
  width: 10px;
  height: 60px;
  top: -40px;
  background: #563930;
  border-radius: 50px;
  -webkit-animation: tail 1s infinite;
          animation: tail 1s infinite;
}
.puppy .head {
  position: absolute;
  top: 35px;
  left: 5px;
  -webkit-animation: head 1s infinite;
          animation: head 1s infinite;
}
.puppy .head_eyebrow__left {
  bottom: 124px;
  left: 30px;
  -webkit-transform: rotateZ(-14deg);
          transform: rotateZ(-14deg);
  -webkit-animation: eyebrow 10s infinite;
          animation: eyebrow 10s infinite;
}
.puppy .head_eyebrow__right {
  bottom: 124px;
  left: 74px;
  -webkit-transform: rotateZ(14deg);
          transform: rotateZ(14deg);
  -webkit-animation: eyebrow2 10s infinite;
          animation: eyebrow2 10s infinite;
}
.puppy .head_earfold {
  position: relative;
  top: -6px;
}
.puppy .head_earfold__right {
  bottom: 120px;
  left: 79px;
  -webkit-transform: rotateZ(-30deg);
          transform: rotateZ(-30deg);
}
.puppy .head_earfold__left {
  bottom: 120px;
  left: 18px;
  -webkit-transform: rotateZ(30deg);
          transform: rotateZ(30deg);
}
.puppy .head_ear {
  position: relative;
  top: -6px;
}
.puppy .head_ear__left {
  bottom: 130px;
  -webkit-transform: rotateZ(-50deg);
          transform: rotateZ(-50deg);
  left: 30px;
}
.puppy .head_ear__right {
  bottom: 130px;
  -webkit-transform: rotateZ(50deg);
          transform: rotateZ(50deg);
  left: 70px;
}
.puppy .head_top {
  background: #cdb7a5;
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 3;
  left: 25px;
  bottom: 80px;
  border-radius: 80px;
}
.puppy .head_bottom__right {
  left: 67px;
  bottom: 70px;
}
.puppy .head_bottom__left {
  left: 20px;
  bottom: 70px;
}
.puppy .head_eye__left {
  left: 32px;
  bottom: 100px;
}
.puppy .head_eye__left .iris {
  top: 2px;
  left: 2px;
}
.puppy .head_eye__left .pupil {
  position: relative;
  left: 4px;
  bottom: 12px;
  -webkit-animation: eye 10s infinite;
          animation: eye 10s infinite;
}
.puppy .head_eye__right {
  left: 72px;
  bottom: 100px;
}
.puppy .head_eye__right .iris {
  top: 2px;
  left: 2px;
}
.puppy .head_eye__right .pupil {
  position: relative;
  left: 4px;
  bottom: 12px;
  -webkit-animation: eye 10s infinite;
          animation: eye 10s infinite;
}
.puppy .head_tongue {
  position: absolute;
  background: pink;
  width: 14px;
  height: 30px;
  border-radius: 40px;
  z-index: 3;
  bottom: 50px;
  left: 54px;
  -webkit-animation: tongue 1s infinite;
          animation: tongue 1s infinite;
}
.puppy .head_nose {
  background: #563930;
  width: 16px;
  height: 10px;
  border-radius: 20px;
  position: absolute;
  z-index: 5;
  left: 52px;
  bottom: 83px;
}
.puppy .head_nose:after {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  border-radius: 10px;
  width: 4px;
  left: 3px;
  bottom: 4px;
  height: 4px;
}
.puppy .head_mouth__top {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  left: 45px;
  bottom: 73px;
}
.puppy .head_mouth__left {
  width: 33px;
  height: 25px;
  border-radius: 100%;
  left: 33px;
  bottom: 65px;
}
.puppy .head_mouth__left:after {
  width: 30px;
  height: 20px;
  background: #f8f5f4;
  content: '';
  position: absolute;
  z-index: 5;
  border-radius: 5px;
  left: 3px;
  bottom: 11px;
  display: block;
  -webkit-transform: rotatez(-43deg);
          transform: rotatez(-43deg);
}
.puppy .head_mouth__right {
  width: 33px;
  height: 25px;
  border-radius: 100%;
  left: 56px;
  bottom: 65px;
}
.puppy .head_mouth__right:after {
  width: 30px;
  height: 20px;
  background: #f8f5f4;
  content: '';
  position: absolute;
  z-index: 5;
  border-radius: 5px;
  left: -1px;
  bottom: 11px;
  display: block;
  -webkit-transform: rotatez(42deg);
          transform: rotatez(42deg);
}

@-webkit-keyframes tail {
  0% {
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
            transform: translateY(-50%) rotateZ(-45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotateZ(45deg);
            transform: translateY(-50%) rotateZ(45deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
            transform: translateY(-50%) rotateZ(-45deg);
  }
}

@keyframes tail {
  0% {
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
            transform: translateY(-50%) rotateZ(-45deg);
  }
  50% {
    -webkit-transform: translateY(-50%) rotateZ(45deg);
            transform: translateY(-50%) rotateZ(45deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotateZ(-45deg);
            transform: translateY(-50%) rotateZ(-45deg);
  }
}
@-webkit-keyframes head {
  0% {
    top: 35px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 35px;
  }
}
@keyframes head {
  0% {
    top: 35px;
  }
  50% {
    top: 40px;
  }
  100% {
    top: 35px;
  }
}
@-webkit-keyframes tongue {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 46px;
  }
  100% {
    bottom: 50px;
  }
}
@keyframes tongue {
  0% {
    bottom: 50px;
  }
  50% {
    bottom: 46px;
  }
  100% {
    bottom: 50px;
  }
}
@-webkit-keyframes eyebrow {
  0% {
    -webkit-transform: rotateZ(-3deg) translateY(4px);
            transform: rotateZ(-3deg) translateY(4px);
  }
  30% {
    -webkit-transform: rotateZ(-3deg) translateY(4px);
            transform: rotateZ(-3deg) translateY(4px);
  }
  35% {
    -webkit-transform: rotateZ(-17deg) translateY(-2px);
            transform: rotateZ(-17deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotateZ(-17deg) translateY(-2px);
            transform: rotateZ(-17deg) translateY(-2px);
  }
}
@keyframes eyebrow {
  0% {
    -webkit-transform: rotateZ(-3deg) translateY(4px);
            transform: rotateZ(-3deg) translateY(4px);
  }
  30% {
    -webkit-transform: rotateZ(-3deg) translateY(4px);
            transform: rotateZ(-3deg) translateY(4px);
  }
  35% {
    -webkit-transform: rotateZ(-17deg) translateY(-2px);
            transform: rotateZ(-17deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotateZ(-17deg) translateY(-2px);
            transform: rotateZ(-17deg) translateY(-2px);
  }
}
@-webkit-keyframes eyebrow2 {
  0% {
    -webkit-transform: rotateZ(3deg) translateY(4px);
            transform: rotateZ(3deg) translateY(4px);
  }
  30% {
    -webkit-transform: rotateZ(3deg) translateY(4px);
            transform: rotateZ(3deg) translateY(4px);
  }
  35% {
    -webkit-transform: rotateZ(17deg) translateY(-2px);
            transform: rotateZ(17deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotateZ(17deg) translateY(-2px);
            transform: rotateZ(17deg) translateY(-2px);
  }
}
@keyframes eyebrow2 {
  0% {
    -webkit-transform: rotateZ(3deg) translateY(4px);
            transform: rotateZ(3deg) translateY(4px);
  }
  30% {
    -webkit-transform: rotateZ(3deg) translateY(4px);
            transform: rotateZ(3deg) translateY(4px);
  }
  35% {
    -webkit-transform: rotateZ(17deg) translateY(-2px);
            transform: rotateZ(17deg) translateY(-2px);
  }
  100% {
    -webkit-transform: rotateZ(17deg) translateY(-2px);
            transform: rotateZ(17deg) translateY(-2px);
  }
}
@-webkit-keyframes body {
  0% {
    top: 170px;
  }
  10% {
    top: 60px;
  }
  40% {
    top: 60px;
  }
  41% {
    top: 60px;
  }
  51% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 170px;
  }
}
@keyframes body {
  0% {
    top: 170px;
  }
  10% {
    top: 60px;
  }
  40% {
    top: 60px;
  }
  41% {
    top: 60px;
  }
  51% {
    top: 0px;
  }
  90% {
    top: 0px;
  }
  100% {
    top: 170px;
  }
}
@-webkit-keyframes eye {
  0% {
    left: 4px;
    bottom: 12px;
  }
  10% {
    left: 4px;
    bottom: 12px;
  }
  15% {
    left: 0px;
    bottom: 12px;
  }
  20% {
    left: 8px;
    bottom: 12px;
  }
  25% {
    left: 4px;
    bottom: 12px;
  }
}
@keyframes eye {
  0% {
    left: 4px;
    bottom: 12px;
  }
  10% {
    left: 4px;
    bottom: 12px;
  }
  15% {
    left: 0px;
    bottom: 12px;
  }
  20% {
    left: 8px;
    bottom: 12px;
  }
  25% {
    left: 4px;
    bottom: 12px;
  }
}
/***********************************
			/* 2. END CONTENT */
/***********************************/

/***********************************
			/* 3. RESPONSIVE */
/***********************************/
.error {
  overflow: hidden;
  max-height: 100vh;
}
@media (max-width: 900px) {
  .message__title {
    font-size: 48px;
  }
  .error__content {
    top: 55%;
  }
}
@media (max-width: 950px) {
  .lamp__wrap {
    max-height: 100vh;
    overflow: hidden;
    max-width: 100vw;
  }
  .error__social {
    bottom: 30px;
    top: auto;
    transform: none;
    width: 100%;
    position: fixed;
    left: 0;
  }
  .e-social__icon {
    display: inline-block;
    padding-right: 30px;
  }
  .e-social__icon:last-child {
    padding-right: 0;
  }
  .e-social__icon {
    padding-bottom: 0;
  }
  .bradius1,
  .bradius5,
  .bradius2,
  .bradius8,
  .bradius11,
  .bradius12,
  .bradius3{
  	display: none;
  }
}
@media (max-width: 750px) {
  body, html, {
    max-height: 100vh;
  }
   .error__content {
    position: static;
    margin: 0 auto;
    transform: none;
    padding-top: 300px;
  }
  .error {
    padding-top: 0;
    padding-bottom: 100px;
    height: 100vh;
  }
}
@media (max-width: 650px) {
  .message__title {
    font-size: 36px;
    padding-bottom: 20px;
  }
  .message__text {
    font-size: 16px;
    line-height: 2;
    padding-right: 20px;
    padding-left: 20px;
  }
  .lamp {
    zoom: .45;
  }
  .error__content {
    padding-top: 120px;
  }
}
@media (max-width: 480px) {
  .e-nav__link, .e-nav__form {
    height: 38px;
    line-height: 36px;
  }
  .error__content {
    padding-top: 100px;
  }
  .light {
    top: 200px;
  }
  .cable {
    height: 120px;
  }
  .message__title {
    font-size: 30px;
  }
  .message__text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
  .error__nav {
    margin-top: 20px;
  }
  .e-nav__link {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
/***********************************
			/* 3. END RESPONSIVE */
/***********************************/