@import url("http://fonts.googleapis.com/css?family=Open Sans+Condensed:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");
@import url("http://fonts.googleapis.com/css?family=Volkhov:400italic");
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
  background: #fcfcfc;
  cursor: default;
}
body .header-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 12rem;
  left: 0;
  right: 0;
}

a {
  color: #228dff;
  transition: 0.4s;
  outline: 0;
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
}
a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
  transition: 0.4s;
  color: inherit;
}
a:hover {
  color: #228dff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
  margin-bottom: 17px;
  font-size: 13px;
  line-height: 23px;
  color: #4a4a4a;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.no-padding {
  padding: 0;
}

.space10 {
  margin-bottom: 10px;
}

.space20 {
  margin-bottom: 20px;
}

.space30 {
  margin-bottom: 30px;
}

.space40 {
  margin-bottom: 40px;
}

.space50 {
  margin-bottom: 50px;
}

.space60 {
  margin-bottom: 60px;
}

.space70 {
  margin-bottom: 70px;
}

.space80 {
  margin-bottom: 80px;
}

.space90 {
  margin-bottom: 90px;
}

.no-padding {
  padding: 0;
}

.padding30 {
  padding: 30px 0;
}

.padding40 {
  padding: 40px 0;
}

.padding50 {
  padding: 50px 0;
}

.padding60 {
  padding: 60px 0;
}

.padding70 {
  padding: 70px 0;
}

.padding-top-70 {
  padding: 70px 0 0;
}

.padding80 {
  padding: 80px 0;
}

.button {
  background: #000;
  padding: 15px 20px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  letter-spacing: 2px;
  font-family: Montserrat;
  border-radius: 0px;
  display: table;
  transition: 0.4s;
}
.button:hover {
  background: #228dff;
  color: #fff;
}
.button.color2:hover, .button.color3:hover, .button.color4:hover {
  background: #000;
  color: #fff;
}
.button.color2 {
  background: #228dff;
}
.button.color3 {
  background: #0fa2d5;
}
.button.color4 {
  background: #ff4862;
}
.button.color5 {
  background: #228dff;
}
.button.color5:hover {
  background: #000;
}
.button.one {
  background: #228dff;
}

.white {
  color: #fff;
  opacity: 1;
}

.no-margin {
  margin: 0px;
}

input.form-control {
  padding: 0 20px;
  border-radius: 3px;
  height: 50px;
  font-size: 14px;
  border: 1px solid #eaeaea;
}

textarea.form-control {
  padding: 20px 20px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #eaeaea;
}

h2.title {
  font-size: 30px;
}

.owl-theme .owl-controls .owl-page span {
  background: rgba(0, 0, 0, 0.5);
}

.countdown.styled {
  width: 100%;
  max-width: 850px;
  margin: -25px auto 0;
  padding: 0 15px;
}
.countdown.styled div {
  width: 25%;
  float: left;
  color: #fff;
  font-size: 100px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 5px 10px #000;
}
.countdown.styled div span {
  display: block;
  font-size: 13px;
  letter-spacing: 7px;
  text-transform: uppercase;
  font-weight: 600;
  background: #228dff;
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 5px 12px 5px 19px;
  text-align: center;
  text-shadow: none;
}

.textarea-wrap i + textarea {
  padding-left: 31px;
}

.border-top {
  border-top: 1px solid #e9e9e9;
}/*# sourceMappingURL=common.css.map */