/* @body-background: rgb(246, 247, 240); */
/* @heading-color: rgb(32, 74, 101); */
/* @light-background: rgb(61, 162, 217); */
body {
  font-size: 15px;
  line-height: 20px;
  color: #4e4e4d;
  background-color: #f5f5f5;
}
body.waiting,
body.waiting * {
  cursor: wait;
}
/* Navbar ----------------------------------------------------------------- */
.navbar img {
  margin-top: 3px;
}
.navbar {
  filter: none;
  background-color: #333333;
  border: none !important;
}
.navbar .nav > li {
  padding: 27px 0px;
}
.navbar .nav > li.active {
  background-color: #cc0000;
}
.navbar .nav > li > a {
  letter-spacing: 0.5px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 110%;
  text-shadow: none;
  padding: 0px 15px;
  display: block;
}
.navbar .nav > li > a:hover {
  color: #cc0000;
  background: none;
}
.navbar .nav > li.active > a {
  color: #ffffff;
  background-color: #cc0000;
}
.navbar .nav > li.active > a:hover {
  color: white;
  background-color: #cc0000;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: transparent;
}
.navbar-brand {
  background-image: url("/images/logo-small-inverted.png");
  background-repeat: no-repeat;
  background-position: center left;
  height: 70px;
  margin-left: 10px !important;
  padding-left: 0px!important;
  min-width: 125px;
}
@media (min-width: 768px) {
  margin-left: 0px !important;
  padding-left: 0px!important;
}
@media (min-width: 992px) {
  .navbar-brand {
    background-image: url("/images/logo-inverted.png");
    min-width: 225px;
  }
}
.navbar-toggle {
  margin-top: 20px;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: none;
}
/* Main ------------------------------------------------------------------- */
.main {
  font-family: museo-slab, Georgia, serif;
  margin-top: 100px;
}
.main h1,
.main h2,
.main h3 {
  color: #7f2626;
  margin-top: 10px;
  margin-bottom: 20px;
}
.main h1 {
  font-size: 32px;
}
.main h2 {
  font-size: 28px;
}
.main h3 {
  text-transform: uppercase;
  font-size: 16px;
}
/* Front ------------------------------------------------------------------ */
#front-video {
  width: 320px !important;
  height: 240px !important;
  margin: auto !important;
  margin-bottom: 20px !important;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #front-video {
    width: 480px !important;
    height: 360px !important;
    margin: auto !important;
    margin-bottom: 20px !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #front-video {
    width: 480px !important;
    height: 360px !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #front-video {
    width: 640px !important;
    height: 480px !important;
  }
}
.front .gototheapp,
.front .or {
  text-align: center;
  font-size: 140%;
  margin-top: 40px;
}
.front .gototheapp {
  margin-top: 20px;
}
.front .gototheapp a {
  font-size: 120%;
  color: #7f2626;
  padding: 10px 15px;
}
/* Help ------------------------------------------------------------------ */
#help-video {
  width: 320px !important;
  height: 240px !important;
  margin: auto !important;
  margin-bottom: 20px !important;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #help-video {
    width: 480px !important;
    height: 360px !important;
    margin: auto !important;
    margin-bottom: 20px !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #help-video {
    width: 320px !important;
    height: 240px !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  #help-video {
    width: 480px !important;
    height: 360px !important;
  }
}
/* Forms ------------------------------------------------------------------ */
.frame {
  border: 10px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  background-color: #ffffff;
  box-shadow: 2px 2px 5px #888888;
  margin-bottom: 20px;
}
form label {
  text-transform: uppercase;
  font-family: brandon-grotesque, Helvetica, Arial, sans-serif;
}
form .row {
  margin-top: 15px;
}
form .error {
  color: red;
}
/* Contact ---------------------------------------------------------------- */
.contact .col-md-8 p {
  padding-bottom: 15px;
}
.contact .col-md-4 {
  padding-left: 20px;
  padding-top: 50px;
}
.contact .col-md-4 > div {
  margin-bottom: 30px;
}
/* Footer ----------------------------------------------------------------- */
footer {
  filter: none;
  margin-top: 0px;
  padding: 0px;
  font-size: 90%;
  letter-spacing: 1px;
}
footer h3 {
  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: none;
  background: #cc0000;
  color: #ffffff;
  padding: 10px;
  margin-top: 5px;
}
footer ul a:hover {
  color: #000000;
  text-decoration: none;
}
footer .middle {
  padding: 0px;
  font-family: arial;
}
footer .bottom {
  font-family: arial;
  background-color: #333333;
  color: #ffffff;
}
footer .block {
  padding: 10px 0px;
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer ul li {
  padding: 0px;
  padding-bottom: 10px;
}
footer ul li a {
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0px;
}
footer .copyright {
  padding: 10px 0px;
}
