@charset "UTF-8";

/* =================
Theme Name:Cayman 1.0.custom
Author:WowThemes.net
Copyright:WowDevelopment
=================*/

/* ==============

HOME STYLES

=================*/

/*Jumbotron*/

.jumbotron {
  color: #fff;
  background-image: url("../images/backgrounds/hero.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-bottom: 0;
}


.jumbotron .container-fluid .row {
  height: 100%;
}

/*Home Socials*/

a.home-social {
  font-size: 2rem;
  padding: .5rem;
  margin: .5rem;
}

a.home-social:hover {
  font-size: 3rem;
}


/*Footer Socials*/

.social li a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 2em;
    border: 1px solid var(--primary-color);
    height: 3rem;
    width: 3rem;
}

h1.home-title {
  font-size: 4rem;
  text-decoration: underline;
}

@media(max-width: 400px) {
  h1.home-title {
    font-size: 1.5rem;
  }
}

.home-title a {
  background-color: transparent;
  border: none;
  -moz-transition: background-color 300ms ease-in, border 300ms ease-in;
  -webkit-transition: background-color 300ms ease-in, border 300ms ease-in;
  transition: background-color 300ms ease-in, border 300ms ease-in;
}



/*=========================
Colors
=========================*/

.gallery figure .captions::after,
.portfolio-filter-list a.active,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-primary {
  border-color: #20b2aa;
}

.menu-ribbon,
input[type=submit],
.portfolio-filter-list a.active,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a,
.panel-title > a.collapsed:hover,
.panel-title > a,
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-primary,
.page-wrapper .tagline::before,
.feature-icon {
  background-color: #20b2aa;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.sub-menu li a:hover,
.sub-menu li a:focus,
.navbar-default .navbar-brand,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.unstyled li::before,
.btn-primary,
a,
.feature.business i {
  color: #20b2aa;
}

a:hover,
a:focus {
  color: #105c57;
}

/*=========================
Blocks
=========================*/

.block1 h1 {
  margin-top: 0;
  margin-bottom: 70px;
  text-transform: uppercase;
  line-height: 0;
  color: inherit;
  font-size: 5.625rem;
}

.block1 h2 {
  color: inherit;
}

.block1 h3 {
  color: inherit;
}

.block1 h4 {
  color: inherit;
}

.block1 h5 {
  color: inherit;
}

.block1 h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 300;
}

.block1 .caption a {
  color: inherit;
}

.block2 {
  color: inherit;
}

.block2 h1 {
  color: inherit;
}

.block2 h2 {
  color: inherit;
}

.block2 h3 {
  color: inherit;
}

.block2 h4 {
  color: inherit;
}

.block2 h5 {
  color: inherit;
}

.block2 h6 {
  color: inherit;
}

.block2 .text1 {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  font-size: 1.125rem;
  font-weight: 300;
}

.block2 .text1.big {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 3.75rem;
  font-weight: 300;
}

.block2 .text1.big.borders {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  .block2 .text1.big {
    font-size: 2.5rem;
  }
}

.block2 .text1.nomargbot {
  margin-bottom: 0;
}

.block2 .text2 {
  display: inline-block;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1.3;
  color: inherit;
  font-size: 1.875rem;
}

.block2 .text2.big {
  display: block;
  letter-spacing: 3px;
  font-size: 1.125rem;
  font-weight: 300;
}

.block2 .text3 {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: inherit;
  font-size: 0.8125rem;
  font-weight: 300;
}



/*=========================
Nav Tabs and Content
=========================*/

.tab-content {
  padding: 2rem;
}


/*=========================
Down Arrow
=========================*/

.downarrowpoint {
  border-radius: 50rem;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  background-color: rgba(0, 0, 0, 0.2);
  width: 55px;
  height: 55px;
  text-align: center;
}

.downarrowpoint i {
  line-height: 55px;
  color: #fff;
  font-size: 1.5625rem;
}



/*=========================
Footer
=========================*/

#footer.footer {
  position: relative;
  float: none;
  clear: both;
  padding: 50px 0;
}

#footer small {
  display: block;
  font-size: 90%;
}

#footer .copyright {
  margin-top: 10px;
}

footer.fixed-bottom a:hover {
  text-decoration: underline;
}

footer.fixed-bottom{
  font-size: 1.5rem;
}

.list-style-type-none {
  list-style-type: none;
}

.fixed-bottom ul {
  padding: 0;
}

@media(max-width: 400px) {
  .fixed-bottom li {
    font-size: 1rem;
  }
}

/*=========================
General
=========================*/

body {
  position: relative;
  line-height: 1.6;
  color: #666;
  font-family: "Lato";
  overflow-x: hidden;
}

@media (max-width: 1199.98px) {
  h1 {
    text-align: center;
  }
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #20b2aa;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #105c57;
}

a:focus {
  outline: 1pt solid #20b2aa;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.w960 {
  margin: 0 auto;
  width: 960px;
  min-width: 100%;
}

.w480 {
  margin: 0 auto;
  min-width: 480px;
}

.w680 {
  margin: 0 auto;
  min-width: 680px;
}

.w360 {
  margin: 0 auto;
  min-width: 360px;
}

.font300 {
  font-weight: 300;
}

.font500 {
  font-weight: 500;
}

/*=========================
Page Loader
=========================*/

.page-loader {
  position: fixed;
  z-index: 9;
  margin-top: -5px;
  background-color: #fff;
  width: 100%;
  height: 102%;
  content: "";
}

.page-loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

/*=========================
Page Wrapper
=========================*/

.page-wrapper {
  position: relative;
  float: none;
  clear: both;
  padding: 20px 0;
}

.page-wrapper .container {
  padding: 1rem;
}

.page-wrapper.bot0 {
  padding: 80px 0 0;
}

.page-wrapper.gray {
  background-color: #f8f9fa;
}

.page-wrapper.gray h1 {
  color: inherit;
}

.page-wrapper.gray h2 {
  color: inherit;
}

.page-wrapper.gray h3 {
  color: inherit;
}

.page-wrapper.gray h4 {
  color: inherit;
}

.page-wrapper.gray h5 {
  color: inherit;
}

.page-wrapper.gray h6 {
  color: inherit;
}

.page-wrapper .row {
  margin-bottom: 50px;
}

.page-wrapper .row:last-child {
  margin-bottom: 0;
}

.page-wrapper .tagline {
  margin-top: -10px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
}

.page-wrapper .tagline::before {
  display: block;
  -webkit-animation: title-border 0.5s ease-in;
          animation: title-border 0.5s ease-in;
  margin: 15px auto 10px;
  background-color: #20b2aa;
  width: 40px;
  height: 1px;
  content: "";
}

.page-wrapper h2.title {
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}

.col-12.no-gutters, .col-md-6.no-gutters {
  padding-right: 0;
  padding-left: 0;
}

/*=========================
Parallax
=========================*/

.parallax-image {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}



.wrapsection {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
}

@media(max-width: 830px) {

.wrapsection {
  height: 65vh;
}
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  z-index: 2;
}

.secondary-bg {
  background-color: #0009;
  height: 100vh;
}


.parallax-content {
  position: relative;
  z-index: 4;
  padding: 180px 0 80px;
}

#page-content {
  scroll-margin-top: 8em;
}

button#header-arrows {
  font-size: 2rem;
}

.bounce {
  -moz-animation: bounce 2s ;
  -webkit-animation: bounce 2s ;
  animation: bounce 2s ;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

/*=========================
Sections
=========================*/

section {
  position: relative;
  float: none;
  clear: both;
}

/*=========================
Buttons
=========================*/

.btn {
  transition: "padding .3s ease-in-out", "margin .3s ease-in-out";
  margin-top: 15px;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 16px 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.6875rem;
  font-weight: 600;
  outline: 1px solid #c3bb51;
}


/*=========================
Cards
=========================*/

.card {
  border: 0;
  border-radius: 0;
}

.card .lead {
  line-height: 1.6;
  font-size: 1.0675rem;
}

.card .blast {
  font-size: 2.5rem;
}

.card.no-padding {
  padding: 0;
}

.card.heavy-padding {
  padding: 75px 60px;
}

/*=========================
Wells
=========================*/

.well {
  margin-bottom: 15px;
  border-left: 7px solid;
  border-color: #17a2b8;
  background-color: #f8f9fa;
  padding: 20px;
}


/*=========================
Tables
=========================*/

.table {
  margin-bottom: 30px;
  color: #fff;
}

.table:last-child {
  border-bottom: 0;
}

.table > tbody > tr > td {
  border: 0 none;
  padding: 13px;
}

.table > tbody > tr > th {
  border: 0 none;
  padding: 13px;
}

.table > tfoot > tr > td {
  border: 0 none;
  padding: 13px;
}

.table > tfoot > tr > th {
  border: 0 none;
  padding: 13px;
}

.table > thead > tr > td {
  border: 0 none;
  padding: 13px;
}

.table > thead > tr > th {
  border: 0 none;
  padding: 13px;
}


/*=========================
Isotope
=========================*/

.isotope {
  z-index: 2;
  transition-property: height, width;
  transition-duration: 0.8s;
}

.isotope .isotope-item {
  z-index: 2;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.8s;
}



/*=========================
Slider
=========================*/

.slider_overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.42);
  width: 100%;
  height: 100%;
}

.carousel {
  position: relative;
  min-height: 600px;
  max-height: 600px;
  overflow: hidden;
  color: #fff;
}

.business_carousel.carousel {
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  color: #fff;
}

.business_carousel .carousel-content h1 {
  letter-spacing: 2px;
  font-size: 3.75rem;
  font-weight: 200;
}

.business_carousel .carousel-content h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  font-weight: 300;
}

.business_carousel .carousel-inner > .item {
  position: relative;
  min-height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  color: #fff;
}

.business_carousel .carousel-inner > .item p {
  font-size: 1.375rem;
  font-weight: 300;
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes kenburnsreverse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes kenburnsreverse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.carousel-control.left {
  display: none;
}

.carousel-control.right {
  display: none;
}

@media (max-width: 500px) {
  .carousel {
    position: relative;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    color: #fff;
  }
}

@media (max-width: 500px) {
  .carousel .business_carousel.carousel {
    position: relative;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    color: #fff;
  }
}

@media (max-width: 500px) {
  .carousel .business_carousel .carousel-inner > .item {
    position: relative;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    color: #fff;
  }
}

.carousel-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
}

.carousel-content h1 {
  display: inline-block;
  margin-bottom: 0;
  padding: 18px 20px;
  text-transform: capitalize;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 500px) {
  .carousel-content {
    padding: 85px 0 100px;
  }
}

@media (max-width: 500px) {
  .carousel-inner > .item {
    position: relative;
    min-height: 300px;
    max-height: 300px;
    overflow: hidden;
    color: #fff;
  }
}

/*=========================
Forms
=========================*/

input,
select,
textarea,
input[type=submit] {
  border: 1px solid #bbbbbb;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%;
  letter-spacing: 1px;
}

input:focus,
select:focus,
textarea:focus,
input[type=submit]:focus {
  outline: 0;
  box-shadow: 0 0 0 2pt #20b2aa;
}

@media (max-width: 575.98px) {
  .form-right {
    border: 0 none;
  }
}

@media (max-width: 575.98px) {
  #new_account {
    width: 100%;
  }
}

table.reg_form {
  border-left: 2px solid #eee;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  table.reg_form {
    display: block;
    float: right;
    margin: 0 auto;
    border-left: 0 none;
    padding-left: 0;
    width: 100%;
    border-collapse: collapse;
  }
}

@media (max-width: 575.98px) {
  .reg_form tbody {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  thead.reg_form {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  .reg_form tr {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}

td.reg_form {
  padding: 5px 0 0 15px;
}

@media (max-width: 575.98px) {
  td.reg_form {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
  }
}

@media (max-width: 575.98px) {
  th.reg_form {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 575.98px) {
  form {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
  }
}

@media (max-width: 575.98px) {
  form.reg_form {
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
    border-collapse: collapse;
  }
}

@media (min-width: 576px) {
  form .reformed {
    border-left: 3pt solid #eee;
    padding: 20px;
  }
}

.form-group label {
  min-width: 200px;
}

.form-group .btn {
  height: auto;
}

input {
  border-radius: 0.25rem;
  border: 1px solid #d5d5d5;
  padding: 5px 10px;
  width: 100%;
  letter-spacing: 1px;
}

input:focus {
  box-shadow: 0 0 0 1pt #20b2aa;
}

input.error {
  transition: border linear 0.2s, box-shadow linear 0.2s;
  border: 1px solid #dc3545;
  background-color: #fff;
}

input.contact {
  margin-right: 3%;
}

input.contact.noMarr {
  margin-right: 0;
}

input[type=button] {
  height: 50px;
  font-size: 0.9375rem;
}

input[type=submit] {
  border-radius: 0.25rem;
  float: right;
  transition: background-color 0.2s, color 0.2s;
  border: 1px solid #bbbbbb;
  background-color: #20b2aa;
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 0.9375rem;
}

input[type=submit]:hover,
input[type=submit]:focus {
  background-color: #303543;
  color: #fff;
}

@media (max-width: 575.98px) {
  input[type=submit] {
    margin: 5px 0 0;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  input {
    padding: 15px 10px;
    width: 100%;
    height: 50px;
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  textarea {
    padding: 15px 10px;
    width: 100%;
    height: 150px;
    font-size: 1.2rem;
  }
}

select {
  border-radius: 0.25rem;
  border: 1px solid #bbbbbb;
  padding: 5px 10px;
  width: 100%;
  letter-spacing: 1px;
}

@media (max-width: 575.98px) {
  select {
    padding: 15px 10px;
    width: 100%;
    height: 50px;
    font-size: 0.95rem;
  }
}


/*=========================
Other
=========================*/


.sr-only-focusable {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
}

.sr-only-focusable:focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 800;
}

/*=========================
Menu
=========================*/

#header {
  position: relative;
}

.nav-link {
  font-size: 1.5rem;
}


.top-bar {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 600;
  background: transparent;
  width: 100%;
  color: #fff;
}

.top-bar .top-contact {
  padding: 0 15px;
  color: #fff;
}

.top-bar .top-contact span {
  padding: 0 15px;
  color: #fff;
}

@media (min-width: 992px) {
  .top-bar {
    display: block;
  }
}

.header {
  border-width: 0;
  border-style: solid;
}

.header .navbar-header {
  width: 100%;
}

@media (min-width: 992px) {
  .header .navbar-header {
    width: auto;
  }
}

.header .navbar-default .navbar-nav > li {
  display: block;
}

.header .navbar-default .navbar-nav > li > a {
  display: block;
  padding: 15px;
  transition-property: padding, color;
  transition-duration: 0.8s, 0.2s;
}

@media (min-width: 992px) {
  .header .navbar-default .navbar-nav > li > a {
    padding: 45px 15px;
    font-size: 0.875rem;
  }
}

.header .navbar-default .dropdown .dropdown-toggle::after {
  display: none;
}

.header .navbar-default .dropdown:not(.show) .sub-menu:not(.show) {
  display: block;
}

@media (min-width: 992px) {
  .header .navbar-default .dropdown:not(.show) .sub-menu:not(.show) {
    display: none;
  }
}

.header.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  border-width: 0;
  border-style: solid;
  width: 100%;
}

.header-sticky.scrolled {
  background-color: #000000ad;
  transition: background-color 200ms linear;
}

.header.header-sticky.on {
  border-width: 1px;
}

@media (min-width: 992px) {
  .header.header-sticky.on .navbar-default .navbar-nav > li > a {
    padding: 20px 15px;
  }
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 60px;
  font-size: 30px;
  font-weight: 300;
}

.navbar-collapse {
  height: 100%;
  max-height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  transition: height 0.3s;
  z-index: 9;
  border-width: 0;
  border-style: solid;
  width: 100%;
}

.header .navbar {
  transition: height 0.3s;
  margin-bottom: 0;
}

.header .navbar .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='lightseagreen' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
  .header .navbar {
    line-height: 1.6;
    font-size: 12px;
  }

  .header .navbar > .container .navbar-brand {
    display: block;
    margin-top: 18px;
    margin-left: -15px;
  }
}

.header.icons-top .nav > li > a {
  text-align: center;
}

.header.icons-top .nav > li > a > i {
  display: block;
}

.header.icons-no .nav > li > a > i {
  display: none;
}

.header.icons-left .nav > li > a > i {
  margin-right: 5px;
}

.header.icons-right .nav > li > a > i {
  display: block;
  float: right;
  margin-left: 5px;
}

@media (min-width: 991px) {
  .header.shrink .navbar > .container .navbar-brand {
    margin-top: 5px;
  }

  .header.icons-left .nav > li > a > i {
    display: block;
    float: left;
  }

  .header.icons-left .nav > li > a .link-item {
    float: right;
  }

  .header.icons-right .nav > li > a .link-item {
    float: left;
  }
}

.navbar-default {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.navbar-default .navbar-toggle {
  -webkit-align-self: center;
          align-self: center;
  border-color: #d5d5d5;
  background: #f8f9fa;
}

.navbar-default .redq-menu-title {
  display: block;
  padding-left: 15px;
  line-height: 1.4em;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
}

.navbar-default .redq-link-title {
  display: block;
  line-height: 1.4em;
  color: inherit;
  font-weight: bold;
}

.navbar-default .navbar-nav > li > a {
  border-bottom: 0 solid transparent;
  color: #fff;
  font-size: 16px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #20b2aa;
}

.navbar-default .navbar-nav > li > a:focus {
  color: #20b2aa;
}

.navbar-default .navbar-nav > .open > a {
  background-color: #bbbbbb;
  color: #333333;
}

.navbar-default .navbar-nav > .open > a:hover {
  background-color: #bbbbbb;
  color: #333333;
}

.navbar-default .navbar-nav > .open > a:focus {
  background-color: #bbbbbb;
  color: #333333;
}

.navbar-default .navbar-nav > .active a {
  background: transparent;
}

.navbar-default .navbar-nav > .active a:hover {
  background: transparent;
}

.navbar-default .navbar-nav > .active a:focus {
  background: transparent;
}

@media (min-width: 992px) {
  .navbar-default .navbar-nav {
    float: none;
    text-align: right;
  }

  .navbar-default .navbar-nav > li {
    display: inline-block;
    float: none;
    text-align: left;
  }
}

.navbar-default .navbar-brand {
  display: -webkit-flex;
  display: flex;
  padding: 5px 0;
  color: #20b2aa;
}

.navbar-default .navbar-collapse {
  border-color: transparent;
  box-shadow: none;
}

@media (max-width: 991px) {
  .navbar-default .navbar-collapse {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translate3d(320px, 0, 0);
            transform: translate3d(320px, 0, 0);
    visibility: hidden;
    z-index: 100;
    width: 320px;
    height: 100%;
  }
}

@media(max-width: 764px) {
  .navbar-collapse {
    padding-left: 7px;
  }

  #hero {
   height: 26vh;
   background-size: contain;
  }

  .secondary-bg {
    background-color: #0009;
    height: 26vh;
}

  .parallax-content {
    position: relative;
    z-index: 4;
    padding: 75px 0 50px;
}

.hidden-xs{
  display: none !important;
}

.navbar-brand img {
  max-height: 30px;
}

footer.fixed-bottom{
  font-size: 1rem;
}

.block2 .text1.big {
      font-size: 1.15rem;
  }  

.block2 .text2.big {
      font-size: .75rem;
  }  
}





.dropdown-menu,
.sub-menu {
  margin-top: -5px;
  padding: 0;
  min-width: 13.3em;
}

.dropdown-menu ul.sub-menu,
.dropdown-menu ul.dropdown-menu,
.sub-menu ul.sub-menu,
.sub-menu ul.dropdown-menu {
  top: 0;
  left: 100%;
}

.dropdown-menu li,
.sub-menu li {
  display: block;
}

.dropdown-menu li a,
.sub-menu li a {
  display: block;
  border-top: 1px solid rgba(52, 58, 64, 0.1);
  background-color: transparent;
  padding: 10px 15px;
  color: #666;
  transition-property: background, color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
}

@media (min-width: 992px) {
  .dropdown-menu li a,
  .sub-menu li a {
    border-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
  }
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.sub-menu li a:hover,
.sub-menu li a:focus {
  background-color: #fff;
  color: #20b2aa;
}

@media (min-width: 992px) {
  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus,
  .sub-menu li a:hover,
  .sub-menu li a:focus {
    background-color: #1b1d25;
  }
}

.dropdown-menu li:last-child a,
.sub-menu li:last-child a {
  border-bottom: 1px solid rgba(52, 58, 64, 0.1);
}

@media (min-width: 992px) {
  .dropdown-menu li:last-child a,
  .sub-menu li:last-child a {
    border-bottom: 0;
  }
}


@media(min-width: 764px) {
  .dropdown-menu {
  opacity: 0;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
  -moz-transition: opacity 200ms ease-in, visibility 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in;
  display: block;
  visibility: hidden;
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}
}


@media (min-width: 992px) {
  .navbar {
    line-height: 0;
  }

  .navbar > .container .navbar-brand {
    transition: all 0.8s;
  }

  .header {
    height: auto;
  }

  .header .navbar {
    height: auto;
  }

  .show-grid [class^=col-] {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
  }

  .navbar-nav > li > .dropdown-menu {
    border-radius: 0;
  }
}

.carousel-inner > .item {
  position: relative;
  opacity: 0;
  min-height: 600px;
  max-height: 600px;
  overflow: hidden;
  color: #fff;
  transition-property: opacity;
}

.carousel-inner > .item.active {
  opacity: 1;
}

.carousel-inner > .item .slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.carousel-inner > .item .slider-bg img {
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  object-fit: cover;
}

.carousel-inner > .item .slider-bg img.kenburns {
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
}

.carousel-inner > .item .slider-bg img.kenburnsreverse {
  -webkit-animation-name: kenburnsreverse;
          animation-name: kenburnsreverse;
}

.cayman-slider .slider-content-style1 {
  z-index: 1000;
  padding: 235px 0 100px;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 5px;
  color: #fff;
}
html,body {
    overflow-x: hidden;
}
