@import url("fonts/fonts.css");
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
body {
  font-family: "Open Sans";
  font-size: 20px;
}
#preload {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  opacity: 0;
  overflow: hidden;
}
.section {
  opacity: 0;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #FFF;
  position: relative;
  z-index: 990;
  overflow: hidden;
}
.section.paddingTop {
  padding-top: 50px;
}
.section .heading {
  background: #034b60;
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.section .heading p {
  color: #FFF;
  margin: 5px 0 0 0;
  letter-spacing: 2px;
}
.section .heading h2 {
  margin: 0;
  font-size: 22px;
}
.loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  background-image: url('../img/loading.gif');
  background-position: center center;
  background-size: 70px;
  background-repeat: no-repeat;
  z-index: 989;
}
.loaded .section {
  opacity: 1;
}
.loaded .mainNav {
  opacity: 1;
}
.loading .mainNav {
  opacity: 0;
}
h1 {
  font-family: "Bebas Neue";
  letter-spacing: 4px;
  color: #034b60;
  font-weight: bold;
}
h2 {
  font-family: "Bebas Neue";
  letter-spacing: 4px;
  color: #d2b973;
  font-weight: bold;
}
p {
  font-size: 14px;
  font-family: "Open Sans";
  color: #666;
  line-height: 28px;
}
nav {
  text-align: center;
  margin-bottom: 50px;
}
nav a {
  font-family: "Bebas Neue";
  color: #FFF;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 4px;
  font-size: 16px;
}
nav a.logo {
  width: 100%;
  max-width: 140px;
  margin: 0;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media only screen and (min-width : 768px) {
  nav a.logo {
    max-width: 140px;
    margin: 0 8px;
  }
}
@media only screen and (min-width : 992px) {
  nav a.logo {
    max-width: 200px;
    margin: 0 30px;
  }
}
@media only screen and (min-width : 1200px) {
  nav a.logo {
    max-width: 200px;
    margin: 0 40px;
  }
}
nav.mainNav {
  position: relative;
  margin-bottom: -150px;
  padding-top: 20px;
  top: 0;
  left: 0;
  width: 100%;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  height: 150px;
  overflow: hidden;
  z-index: 999;
}
nav.mainNav a {
  color: #FFF;
}
nav.mainNav .left,
nav.mainNav .right {
  display: none;
}
@media only screen and (min-width : 768px) {
  nav.mainNav .left,
  nav.mainNav .right {
    display: inline-block;
    width: 280px;
  }
}
@media only screen and (min-width : 992px) {
  nav.mainNav .left,
  nav.mainNav .right {
    width: 340px;
  }
}
@media only screen and (min-width : 1200px) {
  nav.mainNav .left,
  nav.mainNav .right {
    width: 440px;
  }
}
nav.mainNav .left {
  text-align: right;
}
nav.mainNav .left a {
  margin-right: 30px;
}
@media only screen and (min-width : 992px) {
  nav.mainNav .left a {
    margin-right: 50px;
  }
}
@media only screen and (min-width : 1200px) {
  nav.mainNav .left a {
    margin-right: 80px;
  }
}
nav.mainNav .right {
  text-align: left;
}
nav.mainNav .right a {
  margin-left: 30px;
}
@media only screen and (min-width : 992px) {
  nav.mainNav .right a {
    margin-left: 50px;
  }
}
@media only screen and (min-width : 1200px) {
  nav.mainNav .right a {
    margin-left: 80px;
  }
}
nav.mainNav .logo .img {
  margin-bottom: 10px;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  nav.mainNav .logo .img {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width : 768px) {
  nav.mainNav {
    position: fixed;
  }
}
@media only screen and (min-width : 768px) {
  nav.stickyNav {
    padding-top: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 60px;
  }
  nav.stickyNav a {
    line-height: 60px;
  }
  nav.stickyNav .logo .img {
    margin: 0;
    padding: 0;
    height: 0;
  }
}
.mobileNavIcon {
  width: 40px;
  height: 40px;
  z-index: 999;
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 40px;
  color: #FFF;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-shadow: 2px 2px 2px #000;
  cursor: pointer;
}
.mobileNavIcon:hover {
  color: #000;
  text-shadow: none;
}
.mobileNavIcon.active {
  text-shadow: none;
  color: #000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobileNav {
  z-index: 998;
  width: 0%;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  background-color: #FFF;
  background-image: url('../img/watermark.png');
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center center;
  margin: 0;
  padding: 0;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.mobileNav.active {
  width: 100vw;
  max-width: 400px;
  border-left: 8px solid #034b60;
}
.mobileNav a {
  display: block;
  width: 100%;
  clear: both;
  line-height: 40px;
  margin: 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-size: 20px;
  letter-spacing: 4px;
  color: #034b60;
}
.mobileNav a:first-of-type {
  margin-top: 20vh;
}
#section1 {
  padding-top: 20px;
  background-image: url('../img/texture.png'), url('../img/hero.jpg');
  background-position: center bottom, center center;
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
  height: 100vh;
  min-height: 400px;
}
@media only screen and (min-width : 768px) {
  #section1 {
    min-height: 600px;
  }
}
#section1 .container {
  padding-top: 92px;
}
@media only screen and (min-width : 768px) {
  #section1 .container {
    padding-top: 150px;
  }
}
@media all and (max-width: 767px) and (min-height: 400px) {
  #section1 .container {
    padding-top: 0px;
    margin-top: 50vh;
    position: relative;
  }
  #section1 .container h1 {
    font-size: 22px;
  }
  #section1 .container .important-centering {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    transform: translateY(-93%);
  }
}
@media all and (min-width: 768px) and (min-height: 600px) {
  #section1 .container {
    padding-top: 0px;
    margin-top: 50vh;
    position: relative;
  }
  #section1 .container .important-centering {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    transform: translateY(-93%);
  }
}
#section1 h1,
#section1 h2,
#section1 h3 {
  text-align: center;
}
#section1 h1 {
  font-size: 20px;
  color: #FFF;
  font-family: "Bebas Neue";
  letter-spacing: 8px;
  font-weight: 500;
}
@media only screen and (min-width: 320px) {
  #section1 h1 {
    font-size: 38px;
  }
}
#section1 h2 {
  color: #d2b973;
  font-family: "Bebas Neue";
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 600;
}
#section1 h3 {
  font-family: "Bebas Neue";
  color: #FFF;
  margin-top: 50px;
  letter-spacing: 4px;
  font-size: 16px;
}
#section2 {
  padding: 60px 0;
}
#section2 .quickLinks {
  border-top: 20px solid #034b60;
  background: #f1f5f6;
  margin: 80px auto 0;
  padding: 20px 40px 40px;
  width: 100%;
  max-width: 300px;
}
#section2 .quickLinks ul {
  display: block;
  margin: 0;
  padding: 10px 0 0 0;
}
#section2 .quickLinks ul li {
  font-family: "Bebas Neue";
  font-weight: 600;
  list-style-type: none;
  margin: 0 0 10px;
  padding: 0;
  color: #034b60;
  letter-spacing: 2px;
  font-size: 18px;
}
#section2 .quickLinks ul li:last-of-type {
  margin-bottom: 0;
}
#section2 .quickLinks ul li a {
  color: #034b60;
}
#section3,
#section4 {
  background: #f1f5f6;
  overflow: hidden;
}
@media only screen and (min-width : 992px) {
  #section3 .container-fluid,
  #section4 .container-fluid {
    max-width: 975px;
  }
}
@media only screen and (min-width : 1200px) {
  #section3 .container-fluid,
  #section4 .container-fluid {
    max-width: 1175px;
  }
}
#section3 .column1,
#section4 .column1,
#section3 .column2,
#section4 .column2 {
  padding-bottom: 50px;
  width: 100%;
  float: right;
}
@media only screen and (min-width : 992px) {
  #section3 .column1,
  #section4 .column1,
  #section3 .column2,
  #section4 .column2 {
    padding-bottom: 0;
  }
}
#section3 .column1 .textPanel,
#section4 .column1 .textPanel,
#section3 .column2 .textPanel,
#section4 .column2 .textPanel {
  background-image: url('../img/watermark.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  max-width: 750px;
  margin: 0 auto;
}
#section3 .column1 .textPanel h3,
#section4 .column1 .textPanel h3,
#section3 .column2 .textPanel h3,
#section4 .column2 .textPanel h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Bebas Neue";
  letter-spacing: 2px;
  margin: 0;
}
@media only screen and (min-width : 992px) {
  #section3 .column1 .textPanel,
  #section4 .column1 .textPanel,
  #section3 .column2 .textPanel,
  #section4 .column2 .textPanel {
    max-width: 500px;
    margin: 50px 0 0 0;
    min-height: 400px;
  }
}
@media only screen and (min-width : 1200px) {
  #section3 .column1 .textPanel,
  #section4 .column1 .textPanel,
  #section3 .column2 .textPanel,
  #section4 .column2 .textPanel {
    max-width: 500px;
  }
}
#section3 .column1 a,
#section4 .column1 a,
#section3 .column2 a,
#section4 .column2 a {
  display: inline-block;
  margin-top: 0px;
  color: #666;
  text-decoration: underline;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#section3 .column1 a:hover,
#section4 .column1 a:hover,
#section3 .column2 a:hover,
#section4 .column2 a:hover {
  color: #333;
}
@media only screen and (min-width : 992px) {
  #section3 .column1,
  #section4 .column1,
  #section3 .column2,
  #section4 .column2 {
    width: 50%;
    float: left;
  }
}
#section3 .column1 .img-wrap,
#section4 .column1 .img-wrap,
#section3 .column2 .img-wrap,
#section4 .column2 .img-wrap {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  #section3 .column1 .img-wrap,
  #section4 .column1 .img-wrap,
  #section3 .column2 .img-wrap,
  #section4 .column2 .img-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width : 992px) {
  #section3 .column1 .textPanel,
  #section4 .column1 .textPanel {
    margin: 20px 0 0 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  #section3 .column1 .textPanel,
  #section4 .column1 .textPanel {
    margin: 50px 0 0 0;
    padding-right: 50px;
  }
}
@media only screen and (min-width : 992px) {
  #section3 .column2 .textPanel,
  #section4 .column2 .textPanel {
    margin: 20px 0 0 0;
    padding-left: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  #section3 .column2 .textPanel,
  #section4 .column2 .textPanel {
    margin: 50px 0 0 0;
    padding-left: 50px;
  }
}
#section3 .half-img,
#section4 .half-img {
  width: 100%;
  max-width: 650px;
}
#section4 {
  background: #e2ecef;
  overflow: hidden;
}
#section5 {
  overflow: hidden;
  background: #FFF;
  padding-top: 50px;
  text-align: center;
}
#section5 .customContainer {
  margin: 50px auto;
  padding: 0 30px;
  max-width: 660px;
}
#section5 .customContainer h1 {
  color: #034b60;
  font-size: 48px;
  letter-spacing: 10px;
}
#section5 .customContainer .bigGold {
  color: #d2b973;
  font-weight: bold;
}
#section5 .sliderWrapper .slider {
  position: relative;
  overflow: hidden;
  height: 400px;
}
#section5 .sliderWrapper .slider .slide {
  position: absolute;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  left: 100%;
  width: 80%;
}
@media only screen and (min-width : 992px) {
  #section5 .sliderWrapper .slider .slide {
    width: 50%;
  }
}
#section5 .sliderWrapper .slider .slide img {
  width: 100%;
  opacity: 0;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                                  supported by Chrome and Opera */
}
#section5 .sliderWrapper .slider .slide.prevPrev {
  left: -150%;
}
@media only screen and (min-width : 992px) {
  #section5 .sliderWrapper .slider .slide.prevPrev {
    left: -75%;
  }
}
#section5 .sliderWrapper .slider .slide.prev {
  left: -70%;
  cursor: pointer;
  background: #EEE;
}
@media only screen and (min-width : 992px) {
  #section5 .sliderWrapper .slider .slide.prev {
    left: -25%;
  }
}
#section5 .sliderWrapper .slider .slide.prev img {
  opacity: 0.5;
}
#section5 .sliderWrapper .slider .slide.prev:hover {
  background: #AAA;
}
#section5 .sliderWrapper .slider .slide.prev:after {
  content: '';
  position: absolute;
  top: 30%;
  right: -6%;
  height: 40%;
  width: 25%;
  background-image: url('../img/slider/arrow-left.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 992px) {
  #section5 .sliderWrapper .slider .slide.prev:after {
    right: 10%;
  }
}
#section5 .sliderWrapper .slider .slide.active {
  left: 10%;
}
@media only screen and (min-width : 992px) {
  #section5 .sliderWrapper .slider .slide.active {
    left: 25%;
  }
}
#section5 .sliderWrapper .slider .slide.active img {
  opacity: 1;
}
#section5 .sliderWrapper .slider .slide.next {
  left: 90%;
  cursor: pointer;
  background: #034b60;
}
@media only screen and (min-width : 992px) {
  #section5 .sliderWrapper .slider .slide.next {
    left: 75%;
  }
}
#section5 .sliderWrapper .slider .slide.next img {
  opacity: 0.5;
}
#section5 .sliderWrapper .slider .slide.next:hover {
  background: #022833;
}
#section5 .sliderWrapper .slider .slide.next:after {
  content: '';
  position: absolute;
  top: 30%;
  left: -6%;
  height: 40%;
  width: 25%;
  background-image: url('../img/slider/arrow-right.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 992px) {
  #section5 .sliderWrapper .slider .slide.next:after {
    left: 10%;
  }
}
#section5 .sliderWrapper .slider .slide.nextNext {
  left: 160%;
}
#section5 .sliderWrapper .slider .slide:hover {
  opacity: 1;
}
#section6 {
  background: #034b60;
  text-align: center;
  padding: 50px 0;
}
#section6 h1 {
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 30px;
}
#section6 h2 {
  font-size: 22px;
}
#section6 #contactFormMessages {
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  height: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
  font-family: "Bebas Neue";
}
#section6 #contactFormMessages.success,
#section6 #contactFormMessages.error {
  height: auto;
  opacity: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
  margin: 10px 0;
}
#section6 #contactFormMessages.success {
  color: green;
}
#section6 #contactFormMessages.error {
  color: red;
}
#section6 input[type="text"] {
  background: transparent;
  outline: none;
  border: none;
  border-bottom: 2px solid #FFF;
  border-radius: 0px;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 40px;
  color: #FFF;
  display: block;
  width: 90%;
  margin: 0;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  float: left;
}
@media only screen and (min-width : 768px) {
  #section6 input[type="text"] {
    font-size: 16px;
  }
  #section6 input[type="text"].right {
    float: right;
  }
}
#section6 input[type="text"]:active,
#section6 input[type="text"]:focus {
  width: 100%;
}
#section6 label {
  display: block;
  width: 100%;
  clear: both;
  margin-top: 30px;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 40px;
  text-align: left;
  color: #FFF;
}
@media only screen and (min-width : 768px) {
  #section6 label {
    font-size: 16px;
  }
}
#section6 textarea {
  background: #FFF;
  outline: none;
  border: none;
  display: block;
  width: 100%;
  height: 100px;
  resize: none;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 16px;
  margin-bottom: 30px;
  border-radius: 0px;
}
#section6 textarea.active {
  height: 200px;
}
#section6 .submit {
  background: #FFF;
  border: none;
  border-radius: 0px;
  outline: none;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #000;
  line-height: 30px;
  padding: 10px 40px;
  display: inline-block;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#section6 .submit:hover,
#section6 .submit:active,
#section6 .submit:focus {
  background: #BBB;
}
@media only screen and (min-width : 768px) {
  #section6 .submit {
    font-size: 16px;
  }
}
#section7 {
  background: #051e25;
  padding: 50px 0;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  #section7 {
    text-align: left;
  }
}
#section7 .social .fa {
  margin: 0 10px 0 0;
  color: #FFF;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#section7 .social .fa:hover {
  color: #999;
}
#section7 p {
  margin: 10px 0;
  padding: 0;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #FFF;
}
#section7 p a {
  color: #FFF;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#section7 p a:hover {
  color: #999;
}
#section7 .logos .logo {
  margin-left: 15px;
  width: 100px;
  float: none;
  display: inline-block;
  margin-top: 30px;
}
@media only screen and (min-width : 992px) {
  #section7 .logos .logo {
    margin-top: 10px;
    display: block;
    float: right;
  }
}
.bbfadein {
  opacity: 0;
  -o-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}
.bbfadein.active {
  opacity: 1;
}
.bbfadein.delay1 {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}
.bbfadein.delay2 {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.bbfadein.delay3 {
  -webkit-transition-delay: 1.2s;
  /* Safari */
  transition-delay: 1.2s;
}
.bbfadein.delay4 {
  -webkit-transition-delay: 1.6s;
  /* Safari */
  transition-delay: 1.6s;
}
