body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #1f1f1c;
}
#header {
  position: fixed;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 25;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
#header.shorter #brand {
  height: 52px;
}
#header.shorter #nav {
  padding-top: 6px;
}
#nav {
  padding-top: 45px;
  line-height: 40px;
}
#nav ul {
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#brand {
  height: 130px;
}
#brand img {
  max-width: 100%;
  max-height: 100%;
}
#hero,
#carousel-homepage .item {
  background-position: 50% 0;
  background-size: cover;
}
#hero {
  position: relative;
  height: 800px;
  max-height: 100vh;
  background-color: #e6e6e6;
}
#hero .caption {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 26px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  #hero .caption {
    font-size: 20px;
  }
}
#carousel-homepage {
  background-color: #e6e6e6;
}
#carousel-homepage .item {
  height: 560px;
  max-height: 70vh;
}
#carousel-homepage .item .carousel-caption {
  font-size: 36px;
}
@media (max-width: 767px) {
  #carousel-homepage .item .carousel-caption {
    font-size: 22px;
    padding-bottom: 40px !important;
  }
}
#carousel-homepage .carousel-indicators {
  bottom: 0;
  margin-left: 0;
  width: 50%;
  text-align: right;
  padding-right: 15px;
}
#hero .caption,
#carousel-homepage .item .carousel-caption {
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}
#hero .caption span,
#carousel-homepage .item .carousel-caption span {
  color: #ffcc04;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#down {
  position: relative;
  width: 100%;
  height: 0;
  bottom: 140px;
  color: #fff;
  animation: bounce 2s infinite;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #40b4e5;
  text-align: center;
  font-weight: 500;
}
h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
  font-size: 0.6em;
  text-transform: none;
}
h1 div,
h2 div,
h3 div,
h4 div,
h5 div,
h6 div {
  font-size: 0.8em;
  font-weight: 400;
}
.page-header {
  margin: 80px 0;
  padding-bottom: 0;
  border-bottom: none;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin: 0;
}
.page-header h1 {
  margin-bottom: 40px;
}
.page-content {
  margin-bottom: 80px;
}
a {
  color: #40b4e5;
}
.fill {
  background-color: #fff;
}
.parallax-gap {
  height: 300px;
}
.parallax-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.parallax-image div {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.landing-content {
  margin-bottom: 40px;
}
aside {
  margin-bottom: 40px;
  padding: 15px;
  background-color: #ffcc04;
}
aside h1,
aside h2,
aside h3,
aside h4,
aside h5,
aside h6 {
  margin: 0 0 20px 0;
}
aside li {
  margin-bottom: 10px;
}
.landing-video {
  margin-bottom: 40px;
}
#testimonial {
  background-color: #40b4e5;
}
#testimonial .carousel-control {
  width: 45px;
  background-image: none;
}
#testimonial .carousel-control.right {
  text-align: left;
}
#testimonial .carousel-control.left {
  text-align: right;
}
#testimonial .item {
  padding: 20px 0;
}
@media (max-width: 1199px) {
  #testimonial .row > div {
    padding: 0 45px;
  }
}
#testimonial .fa {
  color: #ffcc04;
}
#testimonial blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
}
#testimonial blockquote .fa-quote-left {
  position: absolute;
  margin: -14px 0 0 1em;
}
@media (max-width: 767px) {
  #testimonial blockquote .fa-quote-left {
    margin-left: 0;
  }
}
#testimonial blockquote .fa-quote-right {
  float: right;
  margin: -28px 1em 0 0;
}
@media (max-width: 767px) {
  #testimonial blockquote .fa-quote-right {
    margin-right: 0;
  }
}
#testimonial blockquote p,
#testimonial blockquote footer {
  text-align: center;
  padding: 0 6em;
  color: #fff;
}
@media (max-width: 767px) {
  #testimonial blockquote p,
  #testimonial blockquote footer {
    padding: 2em 0;
  }
}
#testimonial blockquote p {
  margin-top: 14px;
  font-size: 18px;
  overflow: hidden;
}
#testimonial blockquote p img {
  margin: 0 0 0.5em 0.5em;
}
@media (max-width: 767px) {
  #testimonial blockquote p {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #testimonial blockquote p {
    height: 150px;
  }
}
@media (min-width: 992px) {
  #testimonial blockquote p {
    height: 100px;
  }
}
#testimonial blockquote footer {
  margin-top: 30px;
  font-size: 14px;
}
#testimonial blockquote footer:before {
  content: "";
}
#contact-wrapper {
  background-color: #e6e6e6;
}
#contact-form {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  #contact-form {
    padding-right: 50px;
    padding-left: 50px;
  }
}
#contact-form textarea.form-control {
  height: 204px;
}
#contact-form .btn {
  float: right;
  margin-top: 42px;
}
#footer {
  padding-top: 40px;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  #footer p {
    font-size: 14px;
  }
}
#social {
  font-size: 2em;
}
#social a {
  padding-left: 10px;
}
#legal {
  margin-top: 20px;
  font-size: 85%;
}
.panel-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  padding: 15px 0;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
.panel-group .panel-title {
  text-align: left;
}
.panel-group .panel {
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-group .panel-default {
  border: none;
}
.panel-group .panel-default > .panel-heading {
  padding: 0;
  border-bottom: 1px solid #ddd;
  background-color: transparent;
}
.panel-group .panel-default > .panel-heading a {
  display: block;
  padding: 15px 0;
}
.panel-group .panel-default > .panel-heading a:focus,
.panel-group .panel-default > .panel-heading a:hover {
  text-decoration: none;
}
.panel-group .panel-default > .panel-heading a:after {
  float: right;
  font-family: FontAwesome;
  content: "\f054";
}
.panel-group .panel-default > .panel-heading a[aria-expanded="true"] {
  color: #40b4e5;
}
.panel-group .panel-default > .panel-heading a[aria-expanded="true"]:after {
  content: "\f078";
}
.panel-group .panel-title {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.reveal-row {
  margin-bottom: 80px;
}
.reveal-col {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .reveal-col:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .reveal-col:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .reveal-col.reveal-col-4:nth-child(3n+1) {
    clear: none;
  }
}
@media (min-width: 768px) {
  .reveal-col.reveal-col-4:nth-child(4n+1) {
    clear: both;
  }
}
.reveal-col a > div {
  position: relative;
  height: 220px;
  line-height: 220px;
  background-color: #f6f6f6;
  background-size: cover;
  background-position: 50% 50%;
}
.reveal-col a > div > p {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin: 0;
  padding: 6px;
  line-height: 1.1;
  background-color: #ffcc04;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .reveal-col a > div {
    height: 160px;
    line-height: 160px;
  }
  .reveal-col a > div > p {
    font-size: 0.9em;
  }
}
.reveal-col a:hover,
.reveal-col a:focus {
  color: #40b4e5;
  text-decoration: none;
}
.reveal-col a:hover > div > p,
.reveal-col a:focus > div > p {
  background-color: #f9c600;
}
.reveal-content {
  display: none;
}
.reveal-container {
  padding: 50px;
}
.reveal-cutout {
  border-bottom: 8px solid #e6e6e6;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 0;
  width: 0;
  margin: 4px auto 0 auto;
}
#reveal-wrapper {
  position: absolute;
  width: 100%;
  visibility: hidden;
  background-color: #e6e6e6;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #header .list-inline > li {
    padding-right: 7px;
    padding-left: 7px;
  }
}
@media (min-width: 1200px) {
  #header .list-inline > li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  #header .list-inline > li {
    display: none;
  }
  #header .list-inline > li.contact-link {
    display: initial;
    font-size: 26px;
  }
  #header .list-inline > li#navbar-toggle-wrapper {
    display: inline-block;
  }
}
#hero.shorter {
  height: 460px;
}
.find-out-more {
  margin-top: 40px;
  margin-bottom: 80px;
}
#testimonial .btn {
  margin-left: 2em;
}
@media (max-width: 767px) {
  #testimonial .btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.blog-list h2 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-list .img-missing-blog {
  background-color: #eee;
}
@media (min-width: 1200px) {
  .blog-list .img-missing-blog {
    height: 240px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list .img-missing-blog {
    height: 196px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-list .img-missing-blog {
    height: 230px;
  }
}
@media (max-width: 767px) {
  .blog-list .img-missing-blog {
    height: 240px;
  }
}
.blog-list .btn {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .blog-list .blog-tile-lg .img-missing-blog {
    height: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-list .blog-tile-lg .img-missing-blog {
    height: 303px;
  }
}
.blog-list {
  margin-top: 30px;
}
.blog-summary {
  position: relative;
  height: 500px;
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-summary::before {
  content: "";
  position: absolute;
  top: 420px;
  width: 100%;
  height: 80px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
.blog-summary .topic {
  margin-top: 10px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.blog-summary h3 {
  margin-top: 0;
  text-align: left;
}
.blog-summary .list-inline > li {
  padding-right: 0;
}
.blog-summary .list-inline > li + li::before {
  content: "/\00a0";
  color: #ccc;
  padding: 0 5px 0 0;
}
.blog-tile-lg .blog-summary {
  height: 580px;
}
.blog-tile-lg .blog-summary::before {
  top: 500px;
}
.blog-post {
  margin-bottom: 80px;
}
.container-instagram-header h2 {
  margin-top: 0;
  text-align: left;
}
.container-instagram-header .text-right h2 {
  text-align: right;
}
@media (max-width: 767px) {
  .container-instagram-header h2 {
    font-size: 20px;
  }
  .container-instagram-header .text-right h2 {
    margin-top: 6px;
    font-size: 14px;
  }
}
.container-instagram .row > div {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .container-instagram .row > div {
    height: 50vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-instagram .row > div {
    height: 25vw;
  }
}
@media (min-width: 992px) {
  .container-instagram .row > div {
    height: 16.666vw;
  }
}
.container-instagram .caption {
  position: absolute;
}
.instagram-tiles {
  margin-top: 70px;
}
.instagram-tiles > div {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .instagram-tiles > div {
    padding-left: 0;
    padding-right: 0;
    height: 33vw;
    margin-bottom: 0;
    border-left: 2vw solid #fff;
    border-right: 2vw solid #fff;
    border-bottom: 4vw solid #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .instagram-tiles > div {
    height: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .instagram-tiles > div {
    height: 293px;
  }
}
@media (min-width: 1200px) {
  .instagram-tiles > div {
    height: 295px;
  }
}
@media (max-width: 767px) {
  .instagram-tiles .caption > div span {
    font-size: 14px !important;
  }
}
.container-instagram .row > div a,
.instagram-tiles > div a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.container-instagram .row > div:hover .caption,
.instagram-tiles > div:hover .caption {
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
.container-instagram .caption,
.instagram-tiles .caption {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 50%;
}
.container-instagram .caption > div,
.instagram-tiles .caption > div {
  margin-top: -16px;
  /* half of the line-height */
}
.container-instagram .caption > div span,
.instagram-tiles .caption > div span {
  display: block;
  float: left;
  width: 50%;
  font-size: 24px;
  line-height: 32px;
  color: #FFF;
}
.container-instagram .caption > div span.likes,
.instagram-tiles .caption > div span.likes {
  text-align: right;
  padding-right: 15px;
}
.container-instagram .caption > div span.comments,
.instagram-tiles .caption > div span.comments {
  text-align: left;
  padding-left: 15px;
}
@media (min-width: 992px) {
  #navbar-toggle-wrapper,
  #navbar-toggle {
    display: none;
  }
}
#navbar-toggle-wrapper {
  width: 47px;
  height: 18px;
}
#navbar-toggle {
  position: relative;
  width: 27px;
  height: 18px;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
#navbar-toggle.active .top {
  transform: translateY(8px) translateX(0) rotate(45deg);
}
#navbar-toggle.active .middle {
  opacity: 0;
}
#navbar-toggle.active .bottom {
  transform: translateY(-8px) translateX(0) rotate(-45deg);
}
#navbar-toggle span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #40b4e5;
  transition: all 0.35s ease;
  cursor: pointer;
}
#navbar-toggle span:nth-of-type(2) {
  top: 8px;
}
#navbar-toggle span:nth-of-type(3) {
  top: 16px;
}
#navbar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  background: #40b4e5;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
  z-index: 20;
}
#navbar-overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
#navbar-overlay.open li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
#navbar-overlay.open li:nth-of-type(2) {
  animation-delay: 0.4s;
}
#navbar-overlay.open li:nth-of-type(3) {
  animation-delay: 0.45s;
}
#navbar-overlay.open li:nth-of-type(4) {
  animation-delay: 0.5s;
}
#navbar-overlay.open li:nth-of-type(5) {
  animation-delay: 0.55s;
}
#navbar-overlay.open li:nth-of-type(6) {
  animation-delay: 0.6s;
}
#navbar-overlay.open li:nth-of-type(7) {
  animation-delay: 0.65s;
}
#navbar-overlay.open li:nth-of-type(8) {
  animation-delay: 0.7s;
}
#navbar-overlay nav {
  position: relative;
  top: 92px;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  text-align: center;
}
#navbar-overlay ul {
  position: relative;
  display: inline-block;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  height: 100%;
}
#navbar-overlay ul li {
  position: relative;
  display: block;
  height: 12.5%;
  margin-bottom: 3.5%;
  opacity: 0;
}
#navbar-overlay ul li a {
  position: relative;
  display: block;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}
#navbar-overlay ul li.active a {
  font-weight: 600;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    left: 20%;
  }
  to {
    opacity: 1;
    left: 0;
  }
}
.upcoming-events h2 {
  margin-top: 40px;
  text-align: left;
}
@media (min-width: 992px) {
  .upcoming-events .row > div:nth-child(2n+1) {
    clear: both;
  }
}
.upcoming-events h3 {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #ffcc04;
}
.upcoming-events .upcoming-event {
  padding: 30px 15px;
  background-color: #e6e6e6;
}
.upcoming-events .upcoming-event p {
  margin-bottom: 0;
}
.upcoming-events .upcoming-event .btn-block {
  margin-top: 15px;
  margin-left: 20%;
  width: 60%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .upcoming-events h3 {
    font-size: 20px;
  }
  .upcoming-events p.lead {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .packages > div:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .packages > div:nth-child(4n+1) {
    clear: both;
  }
}
.panel-package {
  margin-bottom: 80px;
}
.panel-package h3,
.panel-package .strapline {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
@media (min-width: 768px) {
  .panel-package h3,
  .panel-package .strapline {
    height: 40px;
  }
}
.panel-package h3 {
  margin-top: 10px;
  font-size: 18px;
}
.panel-package .pricing {
  margin-bottom: 0;
  text-align: center;
  color: #1f1f1c;
}
.panel-package .pricing strong > span {
  margin-left: 0;
  font-size: 140%;
}
.panel-package .pricing span {
  margin-left: 0.25em;
}
.panel-package .pricing sup {
  left: 0.1em;
  font-size: 85%;
}
.panel-package .strapline {
  margin-top: 10px;
  text-align: center;
  font-size: 85%;
}
.panel-package .list-group-item {
  padding-left: 40px;
}
.panel-package .list-group-item .fa {
  position: absolute;
  left: 15px;
  top: 13px;
}
.panel-package .btn {
  background-color: #ffcc04;
  border-color: #eaba00;
}
#ctas {
  background-color: #e6e6e6;
  padding-top: 60px;
  padding-bottom: 60px;
}
#ctas .btn-block {
  margin-top: 10px;
  margin-bottom: 40px;
}
.contact-details {
  margin-bottom: 40px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .contact-details {
    font-size: 16px;
  }
}
