@import url(//fonts.googleapis.com/css?family=Crimson+Text:400,600,700);
.webfont {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.vertical-align-container {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.vertical-align-container-ie8 {
  display: table-cell;
  vertical-align: middle;
}
body {
  width: 100%;
  height: 100%;
  font-family: 'Crimson Text', serif;
  color: white;
  background-color: black;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #00CC99;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #00664d;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: black;
}
.navbar-custom .navbar-toggle {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  color: white;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: black;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url(../images/A50B9030.jpg) no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid white;
  border-radius: 100% !important;
  font-size: 40px;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.download-section {
  width: 100%;
  padding: 50px 0;
  color: white;
  background: url(../images/A50B8993.jpg) no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#map {
  width: 100%;
  height: 200px;
  margin-top: 100px;
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.btn-default {
  border: 1px solid #00CC99;
  color: #00CC99;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #00CC99;
  outline: none;
  color: black;
  background-color: #00CC99;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #13070a;
  font-size: 20px;
}
ul,
ol {
  padding-left: 22px;
}
a {
  color: #ffffff;
}
a:hover {
  color: #e3bb8a;
}
.parallax-window {
  min-height: 400px;
}
.content-page {
  padding-top: 50px;
}
.img-responsive {
  min-width: 100%;
  max-width: 100%;
}
.btn-default {
  color: #e3bb8a;
  border-color: #e3bb8a;
}
.btn-default:hover,
.btn-default:active {
  background: #e3bb8a;
  border-color: #e3bb8a;
}
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin: 7.5px -15px;
}
.navbar-nav > li {
  float: none;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-collapse.collapse.in {
  display: block!important;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: none;
}
.navbar-custom.top-nav-collapse {
  background: #13070a;
}
.block-jumbotron {
  padding-top: 0;
  position: relative;
}
.block-jumbotron-image {
  margin-bottom: 30px;
}
.navbar-dropdown {
  background: #13070a;
  padding: 0;
  font-size: 16px;
}
h2 {
  color: #ebceab;
}
.lead {
  font-size: 26px;
}
.content h1 {
  color: #edd3b3;
}
.content h2 {
  font-size: 20px;
  color: #ebceab;
  margin-bottom: 10px;
  padding-top: 20px;
}
.content h3 {
  font-family: 'Crimson Text';
  color: #ebceab;
  font-size: 20px;
  text-transform: none;
  margin-bottom: 0;
  margin-top: 30px;
}
.content-main {
  margin-bottom: 40px;
}
.content-main .lead {
  position: relative;
  margin-bottom: 60px;
}
.content-main .lead:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  height: 5px;
  background: #e3bb8a;
  width: 10%;
}
.content-main .lead p {
  font-size: 26px;
  line-height: 1.3 !important;
}
.content-main img {
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 40px;
}
.content-sidebar {
  padding-bottom: 40px;
}
.content-sidebar h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.content-sidebar a {
  text-decoration: underline;
}
.content-sidebar a.btn {
  text-decoration: none;
}
.content-sidebar .downloads a {
  text-decoration: none;
}
.content-section {
  padding: 0;
  padding-top: 150px;
  padding-bottom: 130px;
}
.content-section h2 {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 30px;
}
.content-section p {
  margin-bottom: 40px;
}
.content-section-parallax {
  padding: 0;
}
.content-section-parallax h2 {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 30px;
}
.content-section-parallax p {
  margin-bottom: 40px;
}
.downloads {
  margin-top: 20px;
  margin-bottom: 60px;
}
.download {
  background: #873247;
  color: #ffffff;
  margin-bottom: 20px;
  height: 200px;
  padding: 20px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  transition: all 0.5s ease;
  word-wrap: break-word;
}
.download:hover {
  background: #e3bb8a;
  color: #873247;
}
.download:focus {
  color: #ffffff;
}
.download .download-body {
  padding: 40px 0 5px 0;
}
.shop-product {
  display: block;
  background: #873247;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.shop-product-title {
  color: #e3bb8a;
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.shop-product-text {
  margin-bottom: 10px;
  font-size: 16px;
  min-height: 100px;
}
.shop-product-price {
  text-align: center;
  margin-bottom: 10px;
}
.quote {
  margin-top: 40px;
  margin-bottom: 40px;
}
.quote blockquote {
  display: inline-block;
  width: 100%;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  border-left: 1px solid #e3bb8a;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.quote blockquote {
  position: relative;
  padding-left: 100px;
}
.quote blockquote:before {
  position: absolute;
  left: 10px;
  top: 50px;
  color: #e3bb8a;
  content: open-quote;
  font-size: 180px;
  line-height: 0.1em;
  margin-right: 20px;
  margin-left: 0;
  vertical-align: -80px;
}
.quote blockquote p {
  display: inline;
}
.quote-home {
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 130px;
}
.footer {
  background: #e3bb8a;
  color: #13070a;
  padding-top: 80px;
  padding-bottom: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
.footer a {
  color: #13070a;
}
.footer a:hover {
  color: #ffffff;
}
.logo {
  margin-bottom: 40px;
  max-width: 100%;
}
@keyframes mouse-wheel-animation {
  0% {
    opacity: 1;
    top: 25%;
  }
  40% {
    opacity: 1;
    top: 50%;
  }
  80% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 25%;
  }
}
.mouse-wrapper {
  display: inline-block;
  box-sizing: border-box;
}
.mouse-wrapper .mouse {
  display: block;
  position: relative;
  margin: 0;
  width: 40px;
  height: 66px;
  border: 3px solid #FFF;
  border-radius: 23px;
}
.mouse-wrapper .mouse .mouse-wheel {
  position: absolute;
  display: block;
  top: 25%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  background: #FFF;
  animation: mouse-wheel-animation 2s linear infinite;
}
@media (max-width: 767px) {
  .block-jumbotron-image-wrapper {
    background-image: none !important;
  }
}
@media (min-width: 768px) {
  .block-jumbotron {
    height: 250px;
    padding: 0;
    margin-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  }
  .block-jumbotron .block-jumbotron-image-wrapper {
    background-size: cover;
    background-position: 50% 50%;
    height: 250px;
  }
}
