.landing {
  font-family: "Lato";
}
.landing.page .navbar-header {
  top: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.landing .noo-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.landing .noo-header .overlay,
.landing .weirdo-featured-page {
  min-height: 580px;
}
.landing .weirdo-featured-page figure {
  max-width: none;
  min-height: none;
}
.landing .weirdo-featured-page figure figcaption {
  top: 382px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-family: "Lato";
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
}
.landing .noo-header .navbar-scroll {
  background: #ffffff;
  padding: 12px 30px;
}
.landing .noo-header .navbar-scroll .navbar-scroll-wrap .navbar-scroll-button {
  right: 30px;
}
.landing .noo-header .navbar-scroll .navbar-scroll-wrap .navbar-scroll-button a {
  font-family: "Lato";
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #fff;
  border: 1px solid #a5a5a5;
  padding: 9px 40px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  line-height: 30px;
}
.landing .noo-header .navbar-scroll .navbar-scroll-wrap .navbar-scroll-button a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.landing .demo-desc {
  font-family: "Lato";
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  padding: 50px 0 100px;
  width: 60%;
  margin: 0 auto;
  line-height: 30px;
}
.landing .demo-content .col-item {
  text-align: center;
}
.landing .demo-content .item-content {
  padding-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.landing .demo-content .item-content:hover {
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
.landing .demo-content .content-thumb a {
  display: block;
}
.landing .demo-content .content-title h3 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  padding: 30px 0;
  margin: 0;
}
