html { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;};
body{ background: #000; font-family: 'Raleway', Arial, sans-serif;}
.h1, h1 {
  font-size: 34px;font-family: 'Raleway', Arial, sans-serif; font-weight: 500;
}
.h1, h1 span {
  font-weight: 100;
}
.ui-loader { display: none; }

.ui-loader h1{ font-size: 0 }
.carousel-home { height: 100%;}
.carousel-home .item {
  background: no-repeat center center;
  background-size: cover;
  min-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.carousel-control{ display: none;}
.carousel-inner {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: #000;
}
.carousel-indicators {
  position: fixed;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 1.4s;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right { opacity: 1;}

.block-home { color:#FFF; text-align:left; max-width: 465px; width:100%; text-align:center; margin:0 auto 0; position:relative;}
.content-home { padding:100px 0 0 0;}
.content-home .title { padding:0 15px; font-weight: 300; font-size: 16px;}
.content-home h1 { margin-bottom: 20px; font-size: 38px;}

@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}
