body {
  background: #000;
  color: #444;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
 a {
  color: #444;
  text-decoration: none;
  -webkit-transition: all 0.33s;
  -moz-transition: all 0.33s;
  -ms-transition: all 0.33s;
  -o-transition: all 0.33s;
  transition: all 0.33s;
  line-height: 1.4;
}
 a:hover {
  color: #da521e;
  text-decoration: none;
}
 h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-top: 0;
}
 html {
  height: 100%;
  width: 100%;
}
 p {
  font-size: 15px;
  line-height: 25px;
  padding-top: 0;
  margin-top: 0;
}
 ul {
  list-style: none;
}
 input, textarea, button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
 img {
  max-width: 100%;
}
 #logo {
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
 #logo p {
  color: #fff;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.5px;
}
 .comingsoon {
  height: 100%;
  width: 100%;
  min-height: 100%;
  color: #fff;
}
 .comingsoon .comingsoon-wrap {
  height: 100%;
  width: 100%;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
 .comingsoon .comingsoon-logo {
  display: inline-block;
  text-align: center;
  margin: 50px 0;
  overflow: hidden;
}
 .comingsoon .form {
  margin: 50px 0 40px 120px;
  overflow: hidden;
}
 .comingsoon .social-share li a {
  display: inline-block;
  border: 1px solid #e2e2e2;
  color: #aaaaaa;
  font-size: 13px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  line-height: 33px;
  margin-right: 6px;
}
 .comingsoon .social-share li a:hover {
  background: #da521e;
  color: #fff;
  border-color: #da521e;
}
