@import url(http://fonts.googleapis.com/css?family=Pacifico);
/* Import our theme variables. */
/* Import our theme mixins */
/* Import our theme fonts */
/* PAGE */
body {
  background-color: #ffffff;
  /* background-image: url(@page-background-image); */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}
.lss-slide.single-page {
  background: #ffffff;
}
.lss-slides-container a {
  color: #428bca;
}
.lss-slides-container a:hover,
.lss-slides-container a:focus {
  color: #2a6496;
  text-decoration: none;
}
/* SLIDES */
.lss-slide {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* HEADER */
.site-header {
  color: #777777;
  border: none;
}
.site-header a {
  color: #777777;
}
.site-header a:hover,
.site-header a:focus {
  color: #333333;
  text-decoration: none;
}
/* HEADINGS */
h1 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  text-transform: none;
}
h2 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  text-transform: none;
}
h3 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  text-transform: none;
}
h4 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  text-transform: none;
}
h5 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-transform: none;
}
h6 {
  font-family: Trebuchet MS, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  text-transform: none;
}
/* FOOTER */
.site-footer {
  background-color: #f8f8f8;
  color: #777777;
}
.site-footer a {
  color: #777777;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #333333;
  text-decoration: none;
}
/* BOOTSTRAP NAVBAR */
.site-header {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.site-header .navbar-brand {
  color: #777777;
}
.site-header .navbar-brand:hover,
.site-header .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.site-header .navbar-text {
  color: #777777;
}
.site-header .navbar-nav > li > a {
  color: #777777;
}
.site-header .navbar-nav > li > a:hover,
.site-header .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.site-header .navbar-nav > .active > a,
.site-header .navbar-nav > .active > a:hover,
.site-header .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.site-header .navbar-nav > .disabled > a,
.site-header .navbar-nav > .disabled > a:hover,
.site-header .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.site-header .navbar-toggle {
  border-color: #777777;
}
.site-header .navbar-toggle:hover,
.site-header .navbar-toggle:focus {
  background-color: #777777;
}
.site-header .navbar-toggle .icon-bar {
  background-color: #333333;
}
.site-header .navbar-collapse,
.site-header .navbar-form {
  border-color: #e7e7e7;
}
.site-header .navbar-nav > .open > a,
.site-header .navbar-nav > .open > a:hover,
.site-header .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .site-header .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .site-header .navbar-nav .open .dropdown-menu > li > a:hover,
  .site-header .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .site-header .navbar-nav .open .dropdown-menu > .active > a,
  .site-header .navbar-nav .open .dropdown-menu > .active > a:hover,
  .site-header .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .site-header .navbar-nav .open .dropdown-menu > .disabled > a,
  .site-header .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .site-header .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.site-header .navbar-link {
  color: #777777;
}
.site-header .navbar-link:hover {
  color: #333333;
}
.site-header .btn-link {
  color: #777777;
}
.site-header .btn-link:hover,
.site-header .btn-link:focus {
  color: #333333;
}
.site-header .btn-link[disabled]:hover,
fieldset[disabled] .site-header .btn-link:hover,
.site-header .btn-link[disabled]:focus,
fieldset[disabled] .site-header .btn-link:focus {
  color: #ccc;
}
/* BOTTOM ARROW */
.bottom-arrow {
  bottom: 60px;
}
.bottom-arrow .icon-wrap {
  background-color: #b39ce2;
  border-color: rgba(51, 51, 51, 0.8);
}
.bottom-arrow:hover .icon-wrap {
  background-color: #333333;
  border-color: transparent;
}
.bottom-arrow svg.icon {
  fill: rgba(51, 51, 51, 0.8);
}
.bottom-arrow:hover svg.icon {
  fill: #b39ce2;
}
