@charset "utf-8";
/* CSS Document */
#olderbrowser {
  display: none;
  width: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  font-size: 20px;
  z-index: 1100;
  color: red;
  height: 100%;
  background: #000000;
  bottom: 0;
}
.ie-quote {
  margin-top: 15%;
}
.ie-quote p {
  padding-top: 35px;
}
/*== IE Block Code Ends ==*/
* {
  margin: 0px;
  padding: 0px;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'AppliedSansRegular';
  font-style: Normal;
  font-stretch: Normal;
  font-size: 16px;
  position: relative;
  background: #FFFFFF;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0);
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
.mobile-hide {
  display: block;
}
.desktop-hide {
  display: none;
}
.outer {
  display: table;
  position: fixed;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-container {
  max-width: 100vw;
  margin: 0 auto;
  /* height: 100vh;*/
  display: flex;
  justify-content: flex-start;
  position: relative;
  background: #000;
}
.site__logo {
  margin: 0 auto;
  padding: 10px 0;
}
.site__logo img {
  max-height: 65px;
  /*    position: absolute;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right:0;*/
}
.siteBg {
  position: absolute;
  z-index: -1;
  height: 100vh;
  width: 100%;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.siteBg video {
  position: relative;
  min-width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.iframe-wrapper {
  position: relative;
  width: 100%;
/*  height: calc(100vh - 85px);*/
  height: 65vh;
}
.iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.section-container {
  padding: 2vw 0 0;
}
.main__heading {
  color: #FFFFFF;
  margin-bottom: 3em;
}
.section_heading {
  font-size: 2.4em;
  color: #c80808;
  text-align: center;
  text-transform: uppercase;
  font-family: 'EagleBold'
}
.main__heading h2 {
  font-size: 3em;
  padding-bottom: 0.3em;
}
.section-para {
  color: #000000;
}
.section-para a{
    text-decoration: underline;
}
.cta-btn-img{
    max-width: 60%;
}
.about-container .container {
  padding-top: 2em;
  padding-bottom: 2em;
}
.slider .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  transition: .25s;
}
.slider-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 40vw;
}
.slider-item {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-size: auto 100%;
  background-position: left center;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  flex-grow: 1;
}
.img1 {
  background: url("../images/gallery/img1.jpg") no-repeat;
}
.img2 {
  background: url("../images/gallery/img2.jpg") no-repeat;
}
.img3 {
  background: url("../images/gallery/img3.jpg") no-repeat;
}
.img4 {
  background: url("../images/gallery/img4.jpg") no-repeat;
}
.img5 {
  background: url("../images/gallery/img5.jpg") no-repeat;
}
.slider-item:hover {
  flex-grow: 4;
  transform: scale(1);
  background-size: cover;
}
#textSectionTwo .container {
  display: flex;
  flex-direction: row;
}
#textSectionTwo .text-para {
  padding: 0 2em;
}
#textSectionTwo {
  padding-bottom: 5vw;
}
.hr-red {
  width: 75%;
  border-top: 1px solid red;
  margin: 0 auto;
}
.bold-text{
    font-family: 'AppliedSansBold';
    /*font-family: 'AppliedSansBold'*/
}
/*=== FOOTER ===*/
.footer {
  position: relative;
  width: 100%;
  background: #000000;
  text-align: center;
  font-size: 10px;
  padding: 5px;
  color: #FFFFFF;
}
.bugs img {
  max-width: 100%;
  margin: 0 5px 15px;
}
.footer-links a {
  display: inline-block;
  color: #FFFFFF;
  margin: 0 5px 5px;
  font-size: 10px;
  text-transform: uppercase;
}
.footer-links a:hover, #btnCredits:hover {
  color: #DBDADA;
}
#containerCredits {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 0 5px;
  background: #000;
  text-align: center;
  display: none;
  z-index: 5;
}
#btnCredits {
  cursor: pointer !important;
}
#closeCredits {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  opacity: 0.7;
}
#closeCredits, #modalClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#closeCredits span, #modalClose span {
  display: block;
  position: absolute;
  height: 2px;
  width: 70%;
  background: #FFFFFF;
  opacity: 1;
  left: 5px;
  top: 14px;
}
#closeCredits span:nth-child(1), #modalClose span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#closeCredits span:nth-child(2), #modalClose span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.copyright {
  font-size: 10px;
}
.footer img {
  max-height: 100px;
}
@media screen and (max-width:980px) {
  .section_heading {
    font-size: 1.8em;
  }
  .slider-container {
    height: 50vw;
  }
  #textSectionTwo .container {
    flex-direction: column;
  }
  #textSectionTwo .text-para {
    padding: 0;
  }
  .hr-red {
    width: 90%;
  }
  .iframe-wrapper {
    height: 70vh;
  }
    .cta-btn-img{
    max-width: 80%;
}
}
@media screen and (max-width:450px) and (orientation:portrait) {
  /*  .siteBg, .home-container {
    height: 70vh;
  }*/
  .site__logo img, .footer img {
    max-height: 60px;
  }
  .section_heading br {
    display: none;
  }
  .about-container .container {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .slider-container {
    height: 70vw;
  }
    .cta-btn-img{
    max-width: 100%;
}
}