﻿[data-animate]:not(.animated) {
  opacity: 0;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
body {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}
/* BACKGROUND COLORS */
.bg-clouds {
  background-color: #ECF0F1 !important;
}
.bg-clouds hr {
  border-color: #666;
}
/** TYPOGRAPHY **/
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e5e5e5;
}
.bg-primary .lead,
.bg-primary h2 {
  color: #fff;
}
.lead {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}
small,
.small {
  font-size: 80%;
  line-height: 2;
}
/* LINKS */
a {
  color: #0296ff;
}
a:hover {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* LISTS */
ol {
  position: relative;
  padding-left: 22px;
}
ul {
  position: relative;
  padding-left: 22px;
}
ul li,
ol li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #515157;
}
/* TITLES */
.underlined-title {
  padding-bottom: 30px;
  text-align: center;
}
.underlined-title h1 {
  margin: 0;
}
.underlined-title hr {
  border-color: #009EFF;
  border-width: 2px;
  width: 10%;
}
h1 + hr {
  border-color: #009EFF;
  border-width: 2px;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.btn-trans {
  padding: 12px 20px;
  font-size: 14px;
  border: 2px solid #fff;
  border-radius: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all ease-out 1s;
}
.btn-trans:hover {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all ease-in 1s;
}
.btn-cta {
  background-color: #d6222a;
  color: #fff;
  border-color: #d6222a;
  font-weight: 600;
}
.btn-cta:hover,
.btn-cta:focus {
  background-color: #b51c23;
  border-color: #b51c23;
  color: #fff;
}
.btn-outline {
  color: #FFF;
  padding: 12px 20px;
  margin: 15px 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: none;
  border: none;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.btn-outline.outline-dark {
  color: #2c3e50;
  background: none;
  border: 2px solid #2c3e50;
}
.btn-outline:hover {
  background-color: rgba(52, 152, 219, 0.2);
}
@media only screen and (min-width: 768px) {
  .btn-trans {
    padding: 18px 30px;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .btn {
    white-space: normal;
  }
}
.content-block {
  width: 100%;
  padding: 60px 0 60px 0;
  z-index: 100;
  position: relative;
}
.content-block-nopad {
  width: 100%;
  z-index: 100;
  position: relative;
}
.content-3-10 {
  padding: 0px;
  position: relative;
}
.content-3-10 .image-container {
  position: absolute;
  height: 300px;
  padding: 0px;
  top: 0px;
}
.content-3-10 .image-container .background-image-holder {
  background: url('Images/just-hangin.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
.content-3-10 .content {
  margin-top: 300px;
  padding: 40px;
}
.content-3-10 h3 {
  margin-bottom: 32px;
}
.content-3-10 p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .content-3-10 .image-container {
    height: 100%;
  }
  .content-3-10 .content {
    margin-top: 0px;
    padding: 80px 15px 80px 80px;
  }
}
.fb-feed-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 8px;
}
.fb-feed-scroll {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.fb-feed-scroll::-webkit-scrollbar {
  width: 4px;
}
.fb-feed-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}
.fb-post-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  font-size: 0.82rem;
}
.fb-post-card:last-child {
  border-bottom: none;
}
.fb-post-thumb {
  flex: 0 0 90px;
  width: 90px;
  height: 68px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fb-post-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.fb-post-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 68px;
}
.fb-post-content p {
  margin: 0 0 4px;
  color: #333;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.fb-post-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fb-post-footer small {
  color: #999;
  font-size: 0.75rem;
}
.fb-post-footer a {
  font-size: 0.75rem;
  white-space: nowrap;
}
.fb-post-card.fb-post-placeholder {
  display: block;
  text-align: center;
  padding: 32px 16px;
  color: #666;
}
#header a.nav-link {
  text-transform: uppercase;
  color: #ddd;
  background: none;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000;
}
#header a.nav-link:hover {
  color: #fff;
}
#header a.nav-link:focus {
  outline: none;
}
#header .navbar {
  transition: all 2s ease;
}
#header #logo {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
#header #logo.smalllogo {
  height: 66px;
}
#header #logo.largelogo {
  height: 157px;
}
#carousel-top .slide1 {
  background-image: url('Images/slide1.jpg');
}
#carousel-top .slide2 {
  background-image: url('Images/slide2.jpg');
}
#carousel-top .slide3 {
  background-image: url('Images/slide3.jpg');
}
#carousel-top .slide4 {
  background-image: url('Images/slide4.jpg');
}
#carousel-top .carousel-item {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-shadow: 2px 2px 4px #000000;
}
#carousel-top .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#carousel-top .carousel-item h1 {
  font-size: 2rem;
  color: #fff;
}
#carousel-top .carousel-item h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
#carousel-top .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #carousel-top .carousel-item h1 {
    font-size: 4rem;
  }
  #carousel-top .carousel-item h2 {
    font-size: 3rem;
  }
}
.footer {
  padding-top: 40px;
  padding-bottom: 10px;
}
.footer h4 {
  color: #fff;
  margin-bottom: 20px;
}
.footer .brand-img {
  max-height: 90px;
}
.footer .social {
  margin-top: 20px;
}
.footer .address {
  color: #ffffff;
}
.footer ul.shortcuts {
  list-style-type: none;
  margin: 0 0 26px;
  padding: 0;
}
.footer ul.shortcuts li {
  border-top: 1px solid #bdc3c7;
  line-height: 19px;
  padding: 6px 0;
}
.footer ul.shortcuts li:first-child {
  border-top: none;
  padding-top: 1px;
}
.footer ul.shortcuts li a {
  color: #fff;
}
.footer ul.shortcuts li a:hover {
  color: #0dcaf0;
}
.social {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 100;
}
.social li {
  display: inline-block;
  margin-right: 6px;
}
.social li a {
  display: table;
  position: relative;
}
.social li a i {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  display: table-cell;
  font-size: 18px;
  height: 34px;
  text-align: center;
  transition: all 200ms ease-out;
  vertical-align: middle;
  width: 34px;
}
.social li a i:after {
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -webkit-transition: all 200ms ease-out;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 200ms ease-out;
  width: 100%;
  z-index: -1;
}
.social li a:hover i {
  color: #f0f0f0;
}
.social li a:hover i:after {
  height: 100%;
}
.social a .fa-facebook:after {
  background: #3b5998;
}
.social a .fa-google-plus:after {
  background: #dd4b39;
}
.social-light li a i {
  color: #ffffff;
}
.social-dark li a i {
  color: #666666;
}
.responsive-iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.panel-group .panel {
  box-shadow: none;
  border-top: 3px solid #f3f2f2;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-body p:first-child {
  margin-top: 0;
}
.panel-group .panel-body p:last-child {
  margin-bottom: 0;
}
.panel-group .panel-title > a {
  color: #009EFF;
  font-weight: 700;
  background: url("Images/accordion-ico.png") no-repeat 6px -63px;
  display: block;
  padding: 10px 0 10px 40px;
  text-decoration: none;
  text-shadow: none;
}
.panel-group a:hover {
  /*transition: all 0.3s ease;*/
  transition: none;
}
.panel-group a.collapsed {
  background-position: 6px 10px;
  cursor: pointer;
}

#team-carousel .owl-nav {
  color: #fff;
}
#team-carousel .owl-nav .owl-prev,
#team-carousel .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  font-size: 2em;
  mix-blend-mode: exclusion;
  text-align: center;
}
#team-carousel .owl-nav svg {
  top: 50%;
  position: relative;
}
#team-carousel .owl-nav .owl-prev {
  left: 0;
}
#team-carousel .owl-nav .owl-next {
  right: 0;
}
.team-item h4 {
  margin: 0;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
}
.team-item p {
  letter-spacing: 1px;
  color: #ccc;
}
.team-item .team-item-img {
  position: relative;
  overflow: hidden;
}
.team-item .team-item-img img {
  filter: grayscale(100%);
}
.team-item .team-item-img .team-item-detail {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.team-item .team-item-img .team-item-detail .team-item-detail-inner {
  margin: auto;
  padding: 5px;
}
.team-item .team-item-img .team-item-detail .team-item-detail-inner p {
  font-size: 10px;
  margin: 0;
}
.team-item .team-item-img .team-item-detail .team-item-detail-inner h4 {
  margin: 0;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 23px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.team-item .team-item-img .team-item-detail .team-item-detail-inner .social {
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
.team-item .team-item-img .team-item-detail .team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.team-item .team-item-img .team-item-detail .team-item-detail-inner .social li a {
  color: #fff;
}
.team-item .team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
  color: #e6ae49;
}
.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}
.team-item .team-item-info {
  padding-top: 5px;
  text-align: center;
}
.team-item .team-item-info h4 {
  color: #323232;
}
.team-item .team-item-info p {
  color: #888;
  margin: 0;
}
@media (min-width: 768px) {
  .team-item .team-item-img .team-item-detail .team-item-detail-inner {
    padding: 20px;
  }
  .team-item .team-item-img .team-item-detail .team-item-detail-inner p {
    font-size: 12px;
    margin: 10px 0;
  }
  .team-item .team-item-img .team-item-detail .team-item-detail-inner h4 {
    font-size: 15px;
  }
}
ul#filter {
  margin: 0;
  padding: 0;
}
ul#filter li {
  display: inline-block;
}
ul#filter li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
ul#filter a {
  display: block;
  font-size: 14px;
  margin: 5px 2px;
  padding: 2px 10px;
  text-decoration: none;
}
ul#filter li.current a {
  text-decoration: none;
}
ul#filter li.current a,
ul#filter a:hover {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
ul#portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
ul#portfolio-filter a:hover {
  text-decoration: none;
}
.gallery {
  border: 2px solid #fff;
  cursor: default;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.gallery figure {
  margin: 0;
}
.gallery .overlay {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.gallery img {
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  display: block;
  position: relative;
  transition: all 0.4s linear;
}
.gallery h2 {
  -moz-transition: all 0.4s ease-in-out;
  -ms-transform: translatey(100px);
  -o-transition: all 0.4s ease-in-out;
  -webkit-transform: translatey(100px);
  -webkit-transition: all 0.4s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #fff;
  font-size: 15px;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transform: translatey(100px);
  transition: all 0.4s ease-in-out;
}
.gallery a.info {
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  filter: alpha(opacity=0);
  margin: 12% 0%;
  opacity: 0;
  padding: 7px 14px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.gallery a.info:hover {
  background: rgba(255, 255, 255, 0.3);
}
.gallery:hover .overlay {
  filter: alpha(opacity=100);
  opacity: 1;
}
.gallery:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.gallery:hover a.info {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery:hover h2,
.gallery:hover a.info {
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  filter: alpha(opacity=100);
  opacity: 1;
  transform: translatey(0);
}
.gallery.style2 {
  border: none;
  margin: 0;
}
.gallery.style2 img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
@media only screen and (min-width: 768px) {
  .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
#learntodive .nav-tabs .nav-link {
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  font-family: inherit;
  text-transform: uppercase;
  color: #737c85;
  cursor: pointer;
  border-color: rgba(0, 95, 163, 0.2);
  border-bottom: 4px solid rgba(0, 95, 163, 0.2) !important;
}
#learntodive .nav-tabs .nav-link:hover,
#learntodive .nav-tabs .nav-link:focus {
  border-bottom: 4px solid #005fa3 !important;
}
#learntodive .nav-tabs .nav-link.active,
#learntodive .nav-tabs .nav-link.active:hover,
#learntodive .nav-tabs .nav-link.active:focus {
  background-color: transparent;
  border-bottom: 4px solid #005fa3 !important;
}
#learntodive .tab-content {
  padding: 10px;
  border: 1px solid rgba(0, 95, 163, 0.2);
}
#learntodive .tab-pane {
  padding: 0;
  border-bottom: 1px solid #ecf0f1;
}
#privacpolicy .container,
#codeofconduct .container,
#aboutpage .container {
  max-width: 760px;
}
#tryus {
  padding-top: 30px;
  padding-bottom: 30px;
}
#about .content {
  padding-top: 40px;
  padding-bottom: 40px;
}
#about .image-container {
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
#about .background-image-holder {
  background: #000 url(Images/trydive_bw.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
#trydive {
  padding: 0px;
  position: relative;
}
#trydive .image-container {
  height: 100%;
  padding: 0px;
  position: absolute;
  top: 0px;
}
#trydive .image-container .background-image-holder {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background: #fff url('Images/trydive.png') no-repeat center center;
  height: 100%;
}
#trydive .content {
  padding-bottom: 80px;
  padding-top: 80px;
}
#trydive h1 {
  margin-bottom: 32px;
}
#trydive p.lead {
  margin-bottom: 20px;
}
#sent {
  display: none;
}
#contactus fieldset {
  border: 2px solid #ecf0f1;
  border-radius: 6px;
  padding: 5px 5px;
}
.gold {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}