

html {
  height: 100%;
  font-size: 14px;
}

body {
  color: #000;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 2.2;
  min-width: 320px;
  overflow-x: hidden;
  position: relative;
  background-color: #E8E8E8;
}
.flex {max-width: 100%}


@media (max-width: 767px) {
  body {
    overflow: auto;
  }
}

*:focus {
  outline: none;
}



/******************************************************************************
  Preloader
*******************************************************************************/
@-webkit-keyframes expand {
  0% {
    width: 2px;
    height: 2px;
    top: 24px;
    left: 24px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}
@keyframes expand {
  0% {
    width: 2px;
    height: 2px;
    top: 24px;
    left: 24px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0.2;
  }
}
/* line 24, ../sass/_preloader.scss */
.preloader {
  background: #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}
/* line 33, ../sass/_preloader.scss */
.preloader span {
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  position: absolute;
  top: 50%;
  width: 60px;
}
/* line 41, ../sass/_preloader.scss */
.preloader span:before, .preloader span:after {
  -webkit-animation: expand 3s;
  animation: expand 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  border: solid 3px #000;
  border-radius: 50%;
  content: " ";
  height: 2px;
  left: 24px;
  opacity: 0;
  position: absolute;
  top: 24px;
  width: 2px;
}
/* line 61, ../sass/_preloader.scss */
.preloader span:after {
  -webkit-animation-delay: 1.5s;
}

.site-footer {
  bottom: 0;
  color: #666;
  font-size: 12px;
  font-size: 0.85714rem;
  height: 134px;
  left: 0;
  line-height: 1.2;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .site-footer {
    height: 126px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    height: 91px;
    position: relative;
  }
}
