@charset "UTF-8";

/* ---------------------------------------------------- Pages */
#video-wrap {
  width: 100%;
  border-bottom: solid 3px #fff;
}

#video-wrap video {
  display: block;
  width: 100%;
  position: relative;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}


#banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  color: #fff;
  min-height: 425px;
  border-bottom: solid 4px #1c263c;
  position: relative;
  transition: all 1s;
}

#banner h1 {
  font-size: 45px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;
}

#banner::before {
  content: "";
  display: block;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pos-center {
  position: absolute;
  top: 48%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

#banner-overlay {
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: -moz-linear-gradient(top, rgba(13, 30, 58, 0.07) 0%, rgba(13, 30, 58, 0.1) 5%, rgba(13, 30, 58, 0.17) 12%, rgba(13, 30, 58, 0.5) 33%, rgba(13, 30, 58, 0.58) 41%, rgba(13, 30, 58, 0.68) 66%, rgba(13, 30, 58, 0.68) 100%);
  background: -webkit-linear-gradient(top, rgba(13, 30, 58, 0.07) 0%, rgba(13, 30, 58, 0.1) 5%, rgba(13, 30, 58, 0.17) 12%, rgba(13, 30, 58, 0.5) 33%, rgba(13, 30, 58, 0.58) 41%, rgba(13, 30, 58, 0.68) 66%, rgba(13, 30, 58, 0.68) 100%);
  background: linear-gradient(to bottom, rgba(13, 30, 58, 0.07) 0%, rgba(13, 30, 58, 0.1) 5%, rgba(13, 30, 58, 0.17) 12%, rgba(13, 30, 58, 0.5) 33%, rgba(13, 30, 58, 0.58) 41%, rgba(13, 30, 58, 0.68) 66%, rgba(13, 30, 58, 0.68) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#120d1e3a', endColorstr='#ad0d1e3a', GradientType=0);
}

#banner-overlay h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  line-height: 39px;
  margin: 0;
}

#banner-overlay span {
  display: inline-block;
  color: #37a2dc;
  margin: 0 10px;
}

.old-banners {
    background-image: url('../images/banners/banner-home-2022.jpg');
}
.banner-home {
  background-image: url('../images/banners/banner-services-v2.jpg');
  background-position: center center;
}

.banner-services {
  background-image: url('../images/banners/banner-services.jpg');
  background-position: left center;
}

.banner-gallery {
  background-image: url('../images/banners/banner-1.jpg');
  background-position: 35% top;
}

.banner-contact {
  background-image: url('../images/banners/banner-contact-2022.jpg');
  background-position: center center;
}






#intro {
  background: url('../images/universal/floating-dock-walkway.jpg') no-repeat center top / cover;
  padding-top: 75px;
  width: 100%;
  height: 100%;
  min-height: 1500px;
}

#intro h1 span {
  display: inline-block;
  font-weight: 300;
}

#intro p {
  font-size: 18px;
}

p.tagline {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin-top: 20px;
}


.bg-home-intro {
  background: url('../images/universal/bg-floating-dock-v4.jpg') no-repeat center center / cover;
  min-height: 415px;
}

@media screen and (max-width:767px) {
  .bg-home-intro {
    background: none;
    min-height: auto;
  }
}

.page-header {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

#testimonials-wrap {
  background: url('../images/universal/bg-testimonials-v2.jpg') no-repeat center center / cover;
  color: #fff;
  text-align: center;
  padding: 80px 0 70px;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
}

#testimonials-wrap img {
  display: inline-block;
  max-width: 190px;
}

#testimonials-wrap h2 {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

#testimonials-wrap p {
  font-size: 21px;
  line-height: 28px;
  text-shadow: 0 0 10px #000;
}




#testimonial-slideshow {
  background: url('../images/universal/bg-testimonials-v2.jpg') no-repeat center center / cover;
  color: #fff;
  text-align: center;
  padding: 50px 0 400px;
  border-top: solid 3px #fff;
  border-bottom: solid 3px #fff;
}

#testimonial-slideshow img {
  display: inline-block;
  max-width: 190px;
}

#testimonial-slideshow article {
  width: 100%;
  padding: 15px;
}

#testimonial-slideshow article p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  margin: 0;
  padding: 15px 5px;
}

@media screen and (max-width:767px) {
  #testimonial-slideshow article p {
    font-size: 16px;
    line-height: 22px;
  }
}

/* pager */

#testimonial-slideshow .testi-pager {
  text-align: center;
  width: 100%;
  z-index: 9999;
  position: relative;
  overflow: hidden;
}

#testimonial-slideshow .testi-pager span {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#testimonial-slideshow .testi-pager span.cycle-pager-active {
  color: #37a2dc;
}

#testimonial-slideshow .testi-pager>* {
  cursor: pointer;
}




#bg-contact {
  background: url('../images/universal/bg-contact.png') no-repeat center top / cover;
}
