@charset "UTF-8";

@font-face {
   font-family: 'OSB';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
			url('../fonts/opensans-semibold-webfont.woff') format('woff'),
			url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
			local('Open Sans');
	 font-weight: 600;
    font-style: normal;
}
@font-face {
   font-family: 'OS';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
			url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
			url('../fonts/opensans-regular-webfont.woff') format('woff'),
			url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
			local('Open Sans');
	 font-weight: normal;
    font-style: normal;
}

body{
	font-family:"OS","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:#fbfbfb;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	border:1px solid #ddd;
	background-color:#fff;
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 15px;
}

.notfound .notfound-404 {
  position: relative;
  height: 220px;
}

.notfound .notfound-404 h1{
  font-family:"OS","Helvetica Neue",Helvetica,Arial,sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 186px;
  font-weight: 200;
  margin: 0px;
  text-transform: uppercase;
}

.notfound h2 {
 font-family:"OS","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 33px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}


.notfound p {
  font-family:"OS","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 25px;
}


.notfound a {
  font-family:"OS","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 200;
  text-decoration: none;
  border-bottom: 1px dashed;
  border-radius: 2px;
}

.notfound-social>a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 40px;
  font-size: 14px;
  color: #ff6f68;
  border: 1px solid #efefef;
  border-radius: 50%;
  margin: 3px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.notfound-social>a:hover {
  color: #fff;
  background-color: #ff6f68;
  border-color: #ff6f68;
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    position: relative;
    height: 168px;
  }

  .notfound .notfound-404 h1 {
    font-size: 142px;
  }

  .notfound h2 {
    font-size: 22px;
  }
}
