@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 96px;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}
h1 span {
  color: #ef0089;
}
@media (max-width: 650px) {
  h1 {
    font-size: 62px;
  }
}
h2 {
  font-family: 'Oswald', sans-serif;
  text-transform: inherit;
  font-size: 32px;
  font-weight: 400;
  color: #404040;
}
body {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0;
}
hr {
  padding: 2em 0;
}
.top-bar,
.top-bar ul {
  background-color: white;
}
.top-bar {
  position: relative;
}
.active {
  transition: all 300ms ease-in-out;
}
.active .top-bar-right {
  display: inline-block;
}
.active .fa-bars {
  display: none;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.active .hamburger .fa-times {
  display: block;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.hamburger {
  display: none;
}
.hamburger .fa-bars {
  position: absolute;
  font-size: 80px;
  right: 25px;
  top: 15px;
  color: #ff6700;
  cursor: pointer;
  opacity: 1;
  transition: all 300ms ease-in-out;
}
@media (max-width: 320px) {
  .hamburger .fa-bars {
    top: 6px;
  }
}
.hamburger .fa-times {
  position: absolute;
  display: none;
  font-size: 80px;
  right: 25px;
  top: 15px;
  color: #ff6700;
  cursor: pointer;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
@media (max-width: 320px) {
  .hamburger .fa-times {
    top: 6px;
  }
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
@media (max-width: 1180px) {
  .top-bar-left img {
    width: 290px;
  }
}
@media (max-width: 414px) {
  .top-bar-left img {
    width: 240px;
  }
}
@media (max-width: 320px) {
  .top-bar-left img {
    width: 185px;
  }
}
@media (max-width: 1024px) {
  .top-bar-right {
    display: none;
    width: 100%;
    float: none;
  }
}
@media (max-width: 1024px) {
  .menu li {
    display: block;
  }
}
.menu a {
  font-size: 32px;
  color: #ff6700;
  font-weight: 100;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 4 !important;
}
.menu a:hover {
  color: #404040;
}
@media (max-width: 1180px) {
  .menu a {
    line-height: 3 !important;
  }
}
@media (max-width: 1024px) {
  .menu a {
    line-height: 1 !important;
    text-align: center;
  }
}
.button {
  font-family: 'Oswald', sans-serif;
  background-color: #ff6700;
  font-size: 32px;
  margin: 1em 0;
  padding: .55em 1em;
  font-weight: bold;
}
.button:hover {
  background-color: #404040;
}
.block-one {
  background-image: url('/i/block1.jpg');
  background-size: cover;
  min-height: 750px;
}
.block-one h1 {
  color: white;
  margin: 3rem 0;
}
.block-one p {
  font-size: 32px;
  color: white;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 667px) {
  .block-one {
    background-position-x: -375px;
  }
}
.block-two {
  background-color: #404a55;
  background-size: cover;
  min-height: 750px;
  text-align: right;
}
@media (max-width: 667px) {
  .block-two {
    background-position-x: -375px;
  }
}
.block-two h1 {
  color: #404040;
}
.block-two p {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #404040;
}
@media (max-width: 414px) {
  .block-two p br {
    display: none;
  }
}
.block-two .bgholder {
  background-color: rgba(255, 255, 255, 0.69);
  display: inline-block;
  padding: 1em;
  margin: 3em 0;
  max-width: 100%;
}
.block-two .button {
  margin: 1em 0 0;
}
.block-three h1 {
  font-size: 47px;
  margin: 1em 0;
  text-align: center;
}
.block-three iframe {
  display: block;
  margin: 0 auto 2em;
}
.form-footer {
  background-color: #272d34;
  padding: 2em 0;
}
@media (max-width: 1024px) {
  .form-footer {
    text-align: center;
  }
}
.form-footer p {
  color: white;
  font-size: 19px;
}
.form-footer input {
  padding: 50px 25px;
  background-color: #404a55;
  border: none;
  font-size: 32px;
  color: #787d81;
}
.form-footer input:active,
.form-footer input:focus {
  background-color: #404a55;
}
@media (max-width: 1024px) {
  .form-footer input {
    max-width: 475px;
    margin: 0 auto;
  }
}
.form-footer i {
  color: white;
  font-size: 50px;
  margin: 5px 20px;
}
.form-footer i:hover {
  color: #ff6700;
}
.form-footer .social-holder {
  max-width: 355px;
  margin: 0 auto;
}
@media (max-width: 320px) {
  .form-footer .social-holder a {
    display: block;
    margin: 1em 0;
  }
}
.form-footer .small-centered {
  padding: 0;
  width: 100%;
}
@media (max-width: 1024px) {
  .form-footer .small-centered {
    padding: 0;
    width: 58.33333%;
  }
}
.form-footer .imgholder {
  float: right;
}
.form-footer .imgholder img {
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .form-footer .imgholder {
    float: none;
  }
}
.form-footer .hr {
  border-top: 1px solid #787d81;
  padding-top: 1em;
}
.form-footer .button {
  margin: 0 0 1em;
}
@media (max-width: 1024px) {
  .form-footer .button {
    margin: 1em 0;
  }
}
.footer {
  padding: 2em 0;
}
.footer ul {
  list-style-type: none;
  margin-left: 0;
}
.footer ul li {
  margin: 12px 0;
}
.footer ul a {
  color: #ff6700;
  font-weight: 600;
  font-size: 16px;
}
.footer ul a:hover {
  color: #404040;
}
.footer img {
  float: right;
}
@media (max-width: 1024px) {
  .footer img {
    float: none;
  }
}
.bottombar {
  background-color: #272d34;
  color: #787d81;
  padding: 1em 0;
  text-align: center;
}
.bottombar p {
  margin: 0;
}
@media (max-width: 650px) {
  .bottombar span {
    display: none;
  }
}
.bottombar br {
  display: none;
}
@media (max-width: 650px) {
  .bottombar br {
    display: block;
  }
}
a.nav-active {
  color: #cccccc;
}
#md {
  display: none;
}
#sidebar {
  position: fixed;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 200px;
}
#sidebar ul {
  list-style-type: none;
}
#sidebar .fa {
  color: #ff6700;
  margin: 5px 0;
}
#sidebar .fa:before {
  content: "\f111";
}
#sidebar .current:before {
  content: "\f10c";
}
@media (max-width: 414px) {
  #sidebar {
    display: none;
  }
}
.down {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  width: 50px;
}
.down .fa:before {
  content: "\f078";
  color: #ff6700;
  font-size: 38px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 414px) {
  .down {
    left: inherit;
    right: 15px;
  }
}
.up {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  width: 50px;
}
.up .fa:before {
  content: "\f077";
  color: #ff6700;
  font-size: 38px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 414px) {
  .up {
    left: inherit;
    right: 15px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 25px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tele {
  position: absolute;
  right: 0;
  padding: 0 24px;
  color: #404040;
}
.tele i {
  margin-right: 5px;
  color: #ff6700;
  font-size: 18px;
  position: relative;
  top: 1px;
}
@media (max-width: 1024px) {
  .tele {
    display: none;
  }
}
