@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.016); }
  100% {
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.016); }
  100% {
    transform: scale(1); } }
@-ms-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.016); }
  100% {
    transform: scale(1); } }
@-o-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.016); }
  100% {
    transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.016); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes pulseMed {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
@-moz-keyframes pulseMed {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
@-ms-keyframes pulseMed {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
@-o-keyframes pulseMed {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
@keyframes pulseMed {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.02); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes pulseBig {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-moz-keyframes pulseBig {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-ms-keyframes pulseBig {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-o-keyframes pulseBig {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@keyframes pulseBig {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.03); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes float {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(1px, 2px); }
  100% {
    transform: translate(0, 0); } }
@-moz-keyframes float {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(1px, 2px); }
  100% {
    transform: translate(0, 0); } }
@-ms-keyframes float {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(1px, 2px); }
  100% {
    transform: translate(0, 0); } }
@-o-keyframes float {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(1px, 2px); }
  100% {
    transform: translate(0, 0); } }
@keyframes float {
  0% {
    transform: translate(0, 0); }
  50% {
    transform: translate(1px, 2px); }
  100% {
    transform: translate(0, 0); } }
@-webkit-keyframes fadePulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadePulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-ms-keyframes fadePulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadePulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadePulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes bob-centered {
  0% {
    transform: translate(-50%, 0); }
  50% {
    transform: translate(-50%, 15px); }
  100% {
    transform: translate(-50%, 0); } }
@-moz-keyframes bob-centered {
  0% {
    transform: translate(-50%, 0); }
  50% {
    transform: translate(-50%, 15px); }
  100% {
    transform: translate(-50%, 0); } }
@-ms-keyframes bob-centered {
  0% {
    transform: translate(-50%, 0); }
  50% {
    transform: translate(-50%, 15px); }
  100% {
    transform: translate(-50%, 0); } }
@-o-keyframes bob-centered {
  0% {
    transform: translate(-50%, 0); }
  50% {
    transform: translate(-50%, 15px); }
  100% {
    transform: translate(-50%, 0); } }
@keyframes bob-centered {
  0% {
    transform: translate(-50%, 0); }
  50% {
    transform: translate(-50%, 15px); }
  100% {
    transform: translate(-50%, 0); } }
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swf-loader-ring {
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px; }
  @media (min-width: 768px) {
    .swf-loader-ring {
      width: 48px;
      height: 48px; } }
  @media (min-width: 992px) {
    .swf-loader-ring {
      width: 56px;
      height: 56px; } }

.swf-loader-ring > div {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 80px;
  -webkit-box-shadow: 0 3px 0 0 #2250ce;
  -moz-box-shadow: 0 3px 0 0 #2250ce;
  box-shadow: 0 3px 0 0 #2250ce;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite; }

.swf-loader-dots {
  color: rgba(5, 5, 5, 0.2);
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: swf-load-dots-anim 1.3s infinite linear;
  animation: swf-load-dots-anim 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes swf-load-dots-anim {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
@keyframes swf-load-dots-anim {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0; }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em; }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em; }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em; }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0; }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em; } }
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.4.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    animation: bounceFromLeft .4s ease-out; }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }
@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }
  .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1.0s; }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
html {
  background: #050505; }

body {
  position: relative;
  margin: 0; }
  body.pre-load {
    opacity: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s; }

.bg-content {
  background: url("../img/bg/battleStance-2500.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0; }
  .bg-content:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .8s;
    background: -moz-linear-gradient(top, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 5, 5, 0.3)), color-stop(100%, rgba(5, 5, 5, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* W3C */ }
  .bg-content video.fullscreen {
    position: fixed;
    z-index: -100;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .bg-content video.fullscreen {
        min-height: 130%; } }

header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  z-index: 20;
  background: rgba(5, 5, 5, 0.7); }
  header.main-header .soc-wrap {
    position: absolute;
    left: 20px;
    top: 20px; }
    header.main-header .soc-wrap a {
      margin: 0 5px;
      color: rgba(255, 253, 251, 0.3);
      display: inline-block; }
      header.main-header .soc-wrap a:hover {
        color: #fffdfb; }
      @media (min-width: 992px) {
        header.main-header .soc-wrap a {
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          transition: all 0.2s; }
          header.main-header .soc-wrap a:hover {
            -ms-transform: scale(1.1);
            -webkit-transform: scale(1.1);
            transform: scale(1.1); } }
      header.main-header .soc-wrap a i.fa {
        font-size: 30px; }
        @media (min-width: 768px) {
          header.main-header .soc-wrap a i.fa {
            font-size: 40px; } }
        @media (min-width: 992px) {
          header.main-header .soc-wrap a i.fa {
            font-size: 50px; } }

main {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2; }

.content {
  background: rgba(5, 5, 5, 0.8);
  position: relative;
  z-index: 2;
  color: rgba(255, 253, 251, 0.5); }

section {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 667px;
  position: relative;
  z-index: 10; }

section.hero {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }
  section.hero .page-title {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fffdfb;
    font-size: 2.5em;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      section.hero .page-title {
        font-size: 3.5em; } }

.richtext {
  padding: 5px 10px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .richtext {
      max-width: 600px;
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .richtext {
      max-width: 800px; } }
  @media (min-width: 1500px) {
    .richtext {
      max-width: 1000px; } }

footer.main-footer {
  z-index: 1;
  position: relative;
  display: block;
  height: 100px; }
  footer.main-footer .copyright-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(255, 253, 251, 0.6);
    text-align: center;
    padding-bottom: 5px; }
    footer.main-footer .copyright-wrap .copyright {
      font-size: .8em; }

form .form-btn {
  color: rgba(255, 253, 251, 0.7);
  border: solid 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 1em 2.5em;
  background: none;
  margin: 20px 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    form .form-btn {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      margin-left: 20px; } }
  form .form-btn:hover, form .form-btn:focus, form .form-btn:active {
    background: rgba(255, 253, 251, 0.1);
    color: #fffdfb;
    cursor: pointer; }
  form .form-btn:focus, form .form-btn:active {
    background: rgba(34, 80, 206, 0.6); }

.form-success {
  text-align: center;
  width: 96%;
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #e9cf4e;
  padding: 20px 30px;
  background: rgba(255, 253, 251, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul.gallery {
  position: relative;
  z-index: 2;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0; }
  ul.gallery li {
    display: inline-block;
    margin: 10px;
    background: #fffdfb; }
    ul.gallery li a {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      display: block; }
      ul.gallery li a:hover, ul.gallery li a:focus {
        opacity: .8; }
      ul.gallery li a img {
        width: 80px;
        height: auto;
        display: block; }
        @media (min-width: 768px) {
          ul.gallery li a img {
            width: 130px; } }
        @media (min-width: 992px) {
          ul.gallery li a img {
            width: 200px; } }

body {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 253, 251, 0.5); }

label, .label {
  color: rgba(255, 253, 251, 0.5);
  font-weight: 400; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 253, 251, 0.2); }
input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 253, 251, 0.2); }
input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 253, 251, 0.2); }
input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 253, 251, 0.2); }

a {
  text-decoration: none;
  font-family: "Open Sans", sans-serif; }
  a:hover, a:focus {
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 253, 251, 0.4); }

p {
  color: rgba(255, 253, 251, 0.5); }

h2 {
  font-size: 1.5em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 2em; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 2.5em; } }

hr {
  border-color: rgba(255, 253, 251, 0.1); }

nav.main-nav {
  display: block;
  position: fixed; }
  nav.main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    nav.main-nav ul li {
      margin: 0;
      padding: 0; }
      nav.main-nav ul li a {
        display: block;
        color: inherit;
        text-transform: uppercase; }

nav.mobile-nav {
  width: 250px;
  top: 0;
  right: -250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: solid 1px rgba(255, 253, 251, 0.5);
  z-index: 100;
  background: #fffdfb;
  -webkit-box-shadow: inset 20px 0 50px rgba(5, 5, 5, 0.8);
  -moz-box-shadow: inset 20px 0 50px rgba(5, 5, 5, 0.8);
  box-shadow: inset 20px 0 50px rgba(5, 5, 5, 0.8);
  min-height: 100%;
  -webkit-transition: right 0.3s ease-out;
  -moz-transition: right 0.3s ease-out;
  transition: right 0.3s ease-out; }
  nav.mobile-nav:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .8s;
    background: -moz-linear-gradient(top, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.8) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 5, 5, 0)), color-stop(100%, rgba(5, 5, 5, 0.8)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.8) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.8) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.8) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0) 0%, rgba(5, 5, 5, 0.8) 100%);
    /* W3C */ }
  nav.mobile-nav:before {
    background: rgba(5, 5, 5, 0.8); }
  @media (min-width: 768px) {
    nav.mobile-nav {
      display: none; } }
  nav.mobile-nav i.mobile-ico {
    position: absolute;
    top: 20px;
    left: -50px;
    font-size: 30px;
    display: block; }
    nav.mobile-nav i.mobile-ico:focus {
      color: #fffdfb; }
  nav.mobile-nav ul {
    position: relative;
    z-index: 5;
    padding: 30px 0; }
    nav.mobile-nav ul li {
      border-bottom: solid 1px rgba(255, 253, 251, 0.1); }
      nav.mobile-nav ul li:last-child {
        border: none; }
      nav.mobile-nav ul li a {
        height: 40px;
        line-height: 40px;
        padding-left: 30px; }
        nav.mobile-nav ul li a:focus {
          background: rgba(255, 253, 251, 0.1);
          color: #fffdfb; }
  nav.mobile-nav.open {
    right: 0; }

nav.desk-nav {
  display: none; }
  @media (min-width: 768px) {
    nav.desk-nav {
      right: 20px;
      top: 0;
      z-index: 50;
      color: rgba(255, 253, 251, 0.3);
      display: block; } }
  @media (min-width: 992px) {
    nav.desk-nav {
      right: auto;
      left: 50%;
      -ms-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); } }
  @media (min-width: 768px) {
    nav.desk-nav ul {
      text-align: center; } }
  @media (min-width: 992px) {
    nav.desk-nav ul {
      text-align: center; } }
  nav.desk-nav ul li {
    display: inline-block; }
    nav.desk-nav ul li a {
      padding: 1em 1.5em;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      margin-top: 10px; }
      nav.desk-nav ul li a:hover, nav.desk-nav ul li a:focus {
        background: rgba(255, 253, 251, 0.1);
        color: #fffdfb;
        cursor: pointer; }

.page-landing .bg-content {
  position: absolute;
  background: none; }
  .page-landing .bg-content:before {
    display: none; }
.page-landing header.main-header {
  background: none; }
.page-landing main {
  padding-top: 667px; }
.page-landing section {
  background: #050505; }
  .page-landing section:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .8s;
    background: -moz-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 5, 5, 0.6)), color-stop(100%, rgba(5, 5, 5, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0.6) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* W3C */ }
  .page-landing section .section-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 0; }
.page-landing section.hero {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  .page-landing section.hero:before {
    background: none; }
  .page-landing section.hero .site-title {
    opacity: .7;
    position: absolute;
    z-index: 1;
    top: -15%;
    left: 0;
    width: 100%;
    height: 115%;
    background: url(../img/bg/landing-hero-bg-mobile.png) center 60% no-repeat;
    background-size: 750px;
    white-space: nowrap;
    text-indent: 200%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .page-landing section.hero .site-title {
        background: url(../img/bg/landing-hero-bg-desk-reg.png) center center no-repeat;
        background-size: auto;
        height: 110%;
        top: -10%; } }
    @media (min-width: 992px) {
      .page-landing section.hero .site-title {
        height: 120%;
        top: -20%; } }
  .page-landing section.hero .cta-wrap {
    z-index: 2;
    position: absolute;
    width: 100%;
    display: block;
    top: 53%;
    left: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .page-landing section.hero .cta-wrap {
        top: 51%; } }
    .page-landing section.hero .cta-wrap h2 {
      color: rgba(255, 253, 251, 0.5);
      font-size: 1em;
      font-weight: 100;
      margin-bottom: 60px; }
      @media (min-width: 768px) {
        .page-landing section.hero .cta-wrap h2 {
          font-size: 1.3em; } }
    .page-landing section.hero .cta-wrap .cta {
      padding: 1rem 2rem;
      display: inline-block;
      position: relative;
      text-align: center;
      font-family: "Open Sans", sans-serif;
      font-size: 1.3rem;
      border: rgba(255, 253, 251, 0.6) solid 1px;
      background: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: rgba(255, 253, 251, 0.6);
      font-weight: normal;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      .page-landing section.hero .cta-wrap .cta span {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-family: inherit; }
      .page-landing section.hero .cta-wrap .cta i.fa {
        color: inherit;
        font-size: inherit; }
      .page-landing section.hero .cta-wrap .cta:hover, .page-landing section.hero .cta-wrap .cta:focus {
        color: #fffdfb;
        background: rgba(34, 80, 206, 0.6);
        border-color: #fffdfb;
        cursor: pointer; }
      @media (min-width: 768px) {
        .page-landing section.hero .cta-wrap .cta {
          padding: 1.2rem 2.4rem; } }
      @media (min-width: 992px) {
        .page-landing section.hero .cta-wrap .cta:hover, .page-landing section.hero .cta-wrap .cta:focus {
          background: rgba(34, 80, 206, 0.3);
          -ms-transform: scale(1.05);
          -webkit-transform: scale(1.05);
          transform: scale(1.05); } }
.page-landing section.featured-section {
  background: #fffdfb; }
  .page-landing section.featured-section .section-bg {
    background: url(../img/bg/battleStance-2500.jpg) center center no-repeat;
    background-size: auto 100%; }
    @media (min-width: 992px) {
      .page-landing section.featured-section .section-bg {
        background-size: 100% auto; } }
  .page-landing section.featured-section .featured-wrap {
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .page-landing section.featured-section .featured-wrap {
        max-width: 100%; } }
    .page-landing section.featured-section .featured-wrap .featured-box {
      position: relative;
      color: #fffdfb;
      text-transform: uppercase;
      max-width: 100%;
      text-align: left;
      padding-bottom: 50px; }
      .page-landing section.featured-section .featured-wrap .featured-box .featured-img-wrap {
        position: absolute;
        top: 45px;
        right: 10px;
        -webkit-box-shadow: -3px 5px 10px rgba(5, 5, 5, 0.6);
        -moz-box-shadow: -3px 5px 10px rgba(5, 5, 5, 0.6);
        box-shadow: -3px 5px 10px rgba(5, 5, 5, 0.6);
        z-index: 5; }
        @media (min-width: 768px) {
          .page-landing section.featured-section .featured-wrap .featured-box .featured-img-wrap {
            right: 30px;
            top: 55px;
            -webkit-box-shadow: -5px 8px 15px rgba(5, 5, 5, 0.6);
            -moz-box-shadow: -5px 8px 15px rgba(5, 5, 5, 0.6);
            box-shadow: -5px 8px 15px rgba(5, 5, 5, 0.6); } }
        @media (min-width: 992px) {
          .page-landing section.featured-section .featured-wrap .featured-box .featured-img-wrap {
            right: 12%;
            top: 100px; } }
        .page-landing section.featured-section .featured-wrap .featured-box .featured-img-wrap img {
          padding: 0;
          max-width: 120px;
          height: auto;
          display: block; }
          @media (min-width: 768px) {
            .page-landing section.featured-section .featured-wrap .featured-box .featured-img-wrap img {
              max-width: 220px; } }
          @media (min-width: 992px) {
            .page-landing section.featured-section .featured-wrap .featured-box .featured-img-wrap img {
              max-width: 300px; } }
      .page-landing section.featured-section .featured-wrap .featured-box .featured-title {
        line-height: 1em;
        width: 320px;
        word-wrap: break-word;
        display: inline-block;
        text-align: left;
        font-size: 5em;
        color: rgba(255, 253, 251, 0.2);
        margin: 30px 0;
        margin-bottom: 0;
        font-weight: 900; }
        @media (min-width: 768px) {
          .page-landing section.featured-section .featured-wrap .featured-box .featured-title {
            font-size: 10em;
            width: 600px; } }
      .page-landing section.featured-section .featured-wrap .featured-box .featured-title-redu {
        margin-top: -1em;
        padding-left: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 2.5em;
        display: block;
        margin-bottom: 40px;
        font-weight: 900; }
        @media (min-width: 768px) {
          .page-landing section.featured-section .featured-wrap .featured-box .featured-title-redu {
            font-size: 4em; } }
        @media (min-width: 992px) {
          .page-landing section.featured-section .featured-wrap .featured-box .featured-title-redu {
            font-size: 6em; } }
      .page-landing section.featured-section .featured-wrap .featured-box .featured-subtitle {
        color: rgba(255, 253, 251, 0.6);
        margin-bottom: 50px;
        text-transform: none;
        display: block;
        width: 90%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 40px 20px;
        border: solid rgba(255, 253, 251, 0.2) 1px; }
        @media (min-width: 768px) {
          .page-landing section.featured-section .featured-wrap .featured-box .featured-subtitle {
            font-size: 1.3em;
            padding: 60px 15px;
            max-width: 600px; } }
        @media (min-width: 992px) {
          .page-landing section.featured-section .featured-wrap .featured-box .featured-subtitle {
            padding: 50px; } }
      .page-landing section.featured-section .featured-wrap .featured-box .cta {
        color: #00b7ee;
        font-size: 1.2em;
        display: block;
        width: 150px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s; }
        .page-landing section.featured-section .featured-wrap .featured-box .cta:hover {
          color: #fffdfb;
          cursor: pointer; }
        @media (min-width: 992px) {
          .page-landing section.featured-section .featured-wrap .featured-box .cta:hover {
            cursor: pointer; }
            .page-landing section.featured-section .featured-wrap .featured-box .cta:hover i.fa {
              -ms-transform: translateX(5px);
              -webkit-transform: translateX(5px);
              transform: translateX(5px); } }
        .page-landing section.featured-section .featured-wrap .featured-box .cta i.fa {
          margin-left: 15px; }
          @media (min-width: 992px) {
            .page-landing section.featured-section .featured-wrap .featured-box .cta i.fa {
              -webkit-transition: transform 0.3s;
              -moz-transition: transform 0.3s;
              transition: transform 0.3s; } }
.page-landing section.video-section {
  padding: 50px 0;
  min-height: auto !important; }
  .page-landing section.video-section #vid-wrap {
    position: relative;
    z-index: 2; }
  .page-landing section.video-section .landing-vid {
    max-width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1500px) {
      .page-landing section.video-section .landing-vid {
        max-width: 1000px; } }
.page-landing section.photo-section ul.gallery {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

i.fa.scroll-ico {
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 50px;
  font-size: 2em;
  color: #fffdfb;
  left: 50%;
  right: auto;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-animation: bob-centered 1s ease-in-out infinite;
  -moz-animation: bob-centered 1s ease-in-out infinite;
  -ms-animation: bob-centered 1s ease-in-out infinite;
  -o-animation: bob-centered 1s ease-in-out infinite;
  animation: bob-centered 1s ease-in-out infinite; }

.page-featured .bg-content {
  background: url("../img/bg/battleStance-2500.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed; }
  .page-featured .bg-content:before {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: opacity .8s;
    background: -moz-linear-gradient(top, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(5, 5, 5, 0.3)), color-stop(100%, rgba(5, 5, 5, 0.9)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0.3) 0%, rgba(5, 5, 5, 0.9) 100%);
    /* W3C */ }
.page-featured section.hero {
  padding-top: 80px;
  color: #fffdfb; }
  @media (min-width: 768px) {
    .page-featured section.hero {
      padding-top: 150px; } }
  .page-featured section.hero .featured-titles-wrap {
    padding-left: 20px;
    margin-bottom: -10px;
    position: relative;
    z-index: 2; }
    @media (min-width: 992px) {
      .page-featured section.hero .featured-titles-wrap {
        padding-left: 50px; } }
    .page-featured section.hero .featured-titles-wrap h1 {
      margin-bottom: 0;
      color: inherit;
      font-size: 2em; }
      .page-featured section.hero .featured-titles-wrap h1:before {
        content: "'";
        display: inline-block; }
      .page-featured section.hero .featured-titles-wrap h1:after {
        content: "'";
        display: inline-block; }
      @media (min-width: 768px) {
        .page-featured section.hero .featured-titles-wrap h1 {
          font-size: 2.2em; } }
      @media (min-width: 992px) {
        .page-featured section.hero .featured-titles-wrap h1 {
          font-size: 3.5em; } }
    .page-featured section.hero .featured-titles-wrap .tagline {
      color: inherit;
      margin: 0; }
      @media (min-width: 768px) {
        .page-featured section.hero .featured-titles-wrap .tagline {
          font-size: 1em; } }
  .page-featured section.hero .poster-wrap {
    position: relative;
    z-index: 1;
    width: 70%;
    height: auto;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .page-featured section.hero .poster-wrap {
        max-width: 400px; } }
    @media (min-width: 992px) {
      .page-featured section.hero .poster-wrap {
        max-width: 400px;
        margin-left: 20px;
        -webkit-box-shadow: 10px 10px 15px rgba(5, 5, 5, 0.5);
        -moz-box-shadow: 10px 10px 15px rgba(5, 5, 5, 0.5);
        box-shadow: 10px 10px 15px rgba(5, 5, 5, 0.5); } }
    .page-featured section.hero .poster-wrap:before {
      display: block;
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      transition: opacity .8s;
      content: "";
      height: 20px;
      background: rgba(5, 5, 5, 0.8); }
    .page-featured section.hero .poster-wrap img {
      width: 100%;
      height: auto;
      display: block; }
  .page-featured section.hero .cta {
    padding: 1rem 2rem;
    display: inline-block;
    position: relative;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    border: rgba(255, 253, 251, 0.6) solid 1px;
    background: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: rgba(255, 253, 251, 0.6);
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    border-color: inherit;
    color: #e9cf4e; }
    .page-featured section.hero .cta span {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      font-family: inherit; }
    .page-featured section.hero .cta i.fa {
      color: inherit;
      font-size: inherit; }
    .page-featured section.hero .cta:hover, .page-featured section.hero .cta:focus {
      color: #fffdfb;
      background: rgba(34, 80, 206, 0.6);
      border-color: #fffdfb;
      cursor: pointer; }
    @media (min-width: 768px) {
      .page-featured section.hero .cta {
        padding: 1.2rem 2.4rem; } }
    @media (min-width: 768px) {
      .page-featured section.hero .cta {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 10%; } }
    @media (min-width: 992px) {
      .page-featured section.hero .cta {
        right: 50%;
        -ms-transform: translate(50%, -50%);
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%); } }
.page-featured .content {
  color: rgba(255, 253, 251, 0.7); }
  .page-featured .content h4, .page-featured .content h5, .page-featured .content h6, .page-featured .content p, .page-featured .content span {
    color: inherit; }
.page-featured .photos-wrap {
  max-width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.page-contact-us .content {
  padding: 50px 0; }
.page-contact-us .richtext {
  margin-bottom: 50px; }
.page-contact-us form .container {
  max-width: 600px; }
.page-contact-us form .invalid-feedback {
  display: block; }

.page-booking .container {
  max-width: 600px; }
.page-booking form .row {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .page-booking form .row {
      padding-top: 30px; } }
  @media (min-width: 992px) {
    .page-booking form .row {
      padding-top: 50px; } }
.page-booking form legend {
  padding-left: 5px;
  display: block;
  color: rgba(255, 253, 251, 0.3); }
.page-booking form label {
  font-size: .8em; }
.page-booking form select {
  color: #2250ce; }
.page-booking form #recaptcha {
  margin-top: 30px; }

body.scrolled header.main-header {
  background: rgba(5, 5, 5, 0.6); }
body.scrolled section.hero {
  opacity: 0; }
body.scrolled .scroll-ico {
  opacity: 0; }

/*# sourceMappingURL=style.css.map */
