@charset "UTF-8";
@font-face {
  font-family: Georgia;
  src: url("../fonts/Georgia Regular font.ttf"); }

@font-face {
  font-family: Georgia;
  src: url("../fonts/georgia italic.ttf");
  font-style: italic; }

/* -----------------------------------------
   Home page slider
----------------------------------------- */
.slick-slider:not(.slick-initialized) .slick-slide:not(:first-child) {
  display: none; }

#home-slider {
  overflow: hidden;
  min-height: 720px;
  height: 100vh; }
  #home-slider::after {
    content: '';
    display: table;
    clear: both; }
  #home-slider .slick-active .slider-caption-inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    opacity: 1; }
  #home-slider .slider-overlay {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2; }
  #home-slider .slick-next, #home-slider .slick-prev {
    width: 50px;
    height: 50px;
    top: 60%; }
    #home-slider .slick-next:before, #home-slider .slick-prev:before {
      font-size: 43px;
      color: rgba(255, 255, 255, 0.65);
      -webkit-transition: color 300ms ease;
      -o-transition: color 300ms ease;
      transition: color 300ms ease; }
    #home-slider .slick-next:hover:before, #home-slider .slick-prev:hover:before {
      color: white; }
  #home-slider .slick-next {
    right: 50px; }
  #home-slider .slick-prev {
    left: 50px; }
  #home-slider .slick-list, #home-slider .slick-track {
    height: 100%; }
  #home-slider .slick-slide {
    position: relative;
    width: 100%;
    height: 100%;
    /*define the height of slide*/
    -webkit-transition: height 0.3s ease;
    -o-transition: height 0.3s ease;
    transition: height 0.3s ease; }
  #home-slider .slider-caption-inner {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform 1.5s;
    transition: -webkit-transform 1.5s;
    -o-transition: transform 1.5s;
    transition: transform 1.5s;
    transition: transform 1.5s, -webkit-transform 1.5s;
    opacity: 0; }
  #home-slider .slider-caption {
    z-index: 3;
    position: absolute;
    top: 55%;
    right: 50%;
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    text-align: center;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%); }
    #home-slider .slider-caption h3, #home-slider .slider-caption h2 {
      line-height: 1;
      text-transform: none;
      color: #fff; }
    #home-slider .slider-caption h2 {
      font-size: 72px;
      margin-bottom: 0.167em; }
    #home-slider .slider-caption h3 {
      margin-bottom: 0.500em;
      font-size: 100px; }
    #home-slider .slider-caption .button {
      margin-bottom: 0;
      padding: 0.625em 2.500em;
      font-size: 1.875em;
      text-decoration: none;
      text-shadow: none;
      font-weight: 700;
      color: #fff;
      background-color: transparent;
      border: 1px solid #fff; }
      #home-slider .slider-caption .button:hover {
        color: #373737;
        background-color: #fff;
        -webkit-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease; }
  #home-slider .videoHolder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
  #home-slider .video,
  #home-slider .responsive-embed {
    position: absolute;
    pointer-events: none;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    position: absolute;
    top: 50%;
    right: 50%; }
  #home-slider .responsive-embed {
    margin-bottom: 0; }

@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 515px;
    /*define the height of slide*/ } }

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 515px;
    /*define the height of slide*/ } }

/* Foundation tweaks */
.row {
  max-width: 1200px; }

.columns, .column {
  min-height: 1px; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }

.accordion-item {
  position: relative;
  margin-bottom: 1.125em; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1em 3.000em 1em 5.250em;
  border: 1px solid #e2e2e2;
  line-height: 1;
  color: #5c5e62;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }
  .accordion-title::before {
    position: absolute;
    top: 20px;
    right: 1.190em;
    line-height: 16px;
    font-size: 1.333em;
    color: #5c5e62;
    font-weight: 700;
    content: '+'; }
  .accordion-title:hover:before {
    color: #e76d41; }
  .accordion-title:hover .itinerary-route {
    color: #e76d41; }

.accordion-content {
  display: none;
  padding: 24px 30px;
  border: 1px solid #e6e6e6;
  border-top: 0;
  font-size: 16px;
  background-color: #fefefe;
  color: #5c5e62; }
  .accordion-content p {
    margin-bottom: 16px; }
    .accordion-content p:last-child {
      margin-bottom: 16px; }

.accordion-title.active::before {
  content: '–'; }

.tabs {
  margin: 0;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 0 0!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  background: #000;
}

  .tabs-title > a {
    display: block;
    padding: 1em 2.500em;
    line-height: 1;
    color: rgb(255, 255, 255);
    background: #5a8c9287;
    border-bottom: 3px solid transparent;
    border: 2px solid #5a8c9200;
    margin-right: 1em;
    border-radius: 10px 10px 0px 0px;}
    .tabs-title > a:hover {
      color: #FFFFFF;
      background-color: #5a8c92; }
  
  .tabs-title.is-active > a {
    color: #000000;
    border: 2px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 10px 10px 0px 0px; }
  
  @media screen and (max-width: 475px) {
 
    .tabs-inner {
      padding: 0!important;
    }
  
    .tabs-title > a {
    border-radius: 0;
    width: 100%;
  }
  
    .tabs-title.is-active > a {
      border-radius: 0;
    }
  
    .tabs-title.is-active > a::before {
      content: "\f0da";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin-right: 0.5em;
    }
  
  }

.tabs-content {
  margin-top: 3.750rem;
  margin-bottom: 3.750rem;
  border-top: 0;
  background: #fefefe;
  color: #5c5e62;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 15px; }
  .tabs-panel[aria-hidden="false"] {
    display: block; }

.tabs-panel.gallery {
  padding: 0; }
  .tabs-panel.gallery a {
    display: block;
    position: relative;
    margin-bottom: 27px; }
    .tabs-panel.gallery a:hover .gallery-overlay {
      visibility: visible;
      opacity: 1; }
      .tabs-panel.gallery a:hover .gallery-overlay span {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px); }
  .tabs-panel.gallery .icon-hover {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    border: 1px solid #fff;
    -webkit-transform: translate3d(0px, 25%, 0px);
    transform: translate3d(0px, 25%, 0px);
    -webkit-transition: -webkit-transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .tabs-panel.gallery .icon-hover:before {
      content: "\f002";
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      font-size: 22px;
      display: inline-block;
      line-height: 48px;
      vertical-align: bottom; }
  .tabs-panel.gallery .gallery-overlay {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0; }

.alignright {
  float: right;
  margin: 0 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center; }
  .wp-caption img {
    width: auto;
    margin-bottom: 10px; }
  .wp-caption p {
    margin-bottom: 0;
    font-size: 14px; }

.gallery-caption {
  font-size: 16px; }

#wpadminbar {
  opacity: 0.3;
  -webkit-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0); }
  #wpadminbar:hover, #wpadminbar:focus {
    opacity: 1; }

/* -----------------------------------------
    Contact Form
----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none; }

.gform_fields {
  margin: 0; }
  .gform_fields::after {
    content: '';
    display: table;
    clear: both; }

.gfield {
  list-style: none;
  margin-bottom: 20px; }

.gf_left_half,
.gf_right_half {
  float: left;
  width: 50%; }

.gf_left_third,
.gf_middle_third,
.gf_right_third {
  float: left;
  width: 33.3333%; }

.gf_left_half {
  padding-right: 15px; }

.gf_right_half {
  padding-left: 15px; }
  .gf_right_half + .gfield {
    clear: both; }

.gf_left_third {
  padding-right: 20px; }

.gf_right_third {
  padding-left: 20px; }
  .gf_right_third + .gfield {
    clear: both; }

.gf_middle_third {
  padding-left: 10px;
  padding-right: 10px; }

.hidden_label .gfield_label {
  display: none; }

.ginput_container ul {
  margin-left: 0; }

.gfield_error input, .gfield_error textarea {
  border-color: red; }

.gfield_description {
  margin-top: 10px; }

.gform_confirmation_message {
  margin-bottom: 15px; }

.gform_footer {
  text-align: right;
  /*aligning of submit button*/ }

.validation_error {
  margin-bottom: 15px;
  padding: 5px;
  color: #990000;
  border: 1px solid red; }

.validation_message {
  margin-bottom: 10px;
  color: #990000; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .ui-datepicker a {
    text-decoration: none; }
  .ui-datepicker table {
    width: 100%;
    border-collapse: collapse; }
  .ui-datepicker thead {
    background: #f7f7f7;
    border-bottom: 1px solid #bbb; }
    .ui-datepicker thead th {
      padding: 3px;
      text-align: center;
      border: 1px solid #ddd; }
  .ui-datepicker tbody {
    border: none; }
    .ui-datepicker tbody td {
      padding: 0;
      border: 1px solid #bbb; }
    .ui-datepicker tbody th {
      text-transform: uppercase;
      text-align: center;
      font-size: 6pt;
      padding: 5px 0;
      color: #666; }
    .ui-datepicker tbody td span, .ui-datepicker tbody td a {
      display: inline-block;
      font-weight: bold;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      color: #666; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none; }
  .ui-datepicker-header:after {
    content: '';
    clear: both;
    display: table; }

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px; }

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left; }

.ui-datepicker-next {
  text-align: right; }

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important; }
  .ui-datepicker-calendar .ui-state-default {
    background: #ededed; }
  .ui-datepicker-calendar .ui-state-hover {
    background: #fff; }
  .ui-datepicker-calendar .ui-state-active {
    background: #fff2aa;
    /* set the active date background color */
    border: 1px solid #c19163;
    /* set the active date border color */
    position: relative;
    margin: -1px;
    height: 32px;
    width: 32px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

/* -----------------------------------------
   General fixes
----------------------------------------- */
html,
body {
  height: auto; }

html {
  min-height: 100%;
  position: relative; }

body {
  position: static;
  font-size: 1.125rem;
  background: #fff; }

/* Inputs styling */
label {
  display: block;
  font-size: inherit; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #555;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #555;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #555;
  opacity: 1; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #555;
  opacity: 1; }

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  /* STYLES GO THERE */
  margin-bottom: 0; }

textarea[rows] {
  /*Styles for TextArea*/
  height: 150px;
  max-width: 100%; }

[type=number] {
  -moz-appearance: textfield; }

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0; }

button, .button, input[type='submit'], input[type='reset'] {
  border: none;
  padding: 10px 20px;
  margin-bottom: 0;
  color: #fff;
  background-color: transparent;
  font-family: "Lato", sans-serif;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
    background-color: rgba(0, 0, 0, 0.75); }
  
/* Button additional styles */
.outline-button {
  margin-bottom: 0;
  padding: 13px 50px;
  font-size: 24px;
  font-weight: 700;
  font-style: normal!important;
  text-transform: uppercase;
  background: none;
  border: 1px solid #5a8c92;
  color: #5a8c92!important;
text-decoration:none; }
  .outline-button:hover {
    background-color: #5a8c92;
    color: #fff!important; }
  
  
  .job-button a:after {
    content: "\f105";
    font-family: 'Font Awesome\ 5 Free'; 
    font-weight: 900; /* Fix version 5.0.9 */
    margin-left: 1em;
  }
  .job-button a:hover {
    background-color: #5a8c92!important;
    transition: ease-in-out 0.3s;
    color: #FFFFFF!important;
  }

  .job-button a {
    font-style: normal!important;
  }
.button:hover, .button:focus {
  /*basic hover and focus effects*/ }
  body #gform_wrapper_8 .gform_footer input[type=submit] {
    background: #5a8c92!important;
    transition: ease-in-out 0.3s;
    }
  
  body #gform_wrapper_8 .gform_footer input[type=submit]:hover {
    background: #252525!important;
  }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  color: #5c5e62;
  font-family: "Lato", sans-serif; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 0.833rem 0;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  font-family: inherit;
  text-transform: uppercase;
  color: #5a8c92; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
  .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
    margin-bottom: 0; }

h1, .h1 {
  margin-bottom: 1.750rem;
  font-size: 2.250rem;
  text-align: center; }

h3, .h3 {
  font-size: 1.500rem; }

h4, .h4 {
  /*basic heading styles*/ }

h5, .h5 {
  /*basic heading styles*/ }

h6, .h6 {
  /*basic heading styles*/ }

p {
  /*basic paragraph styles*/ }
  p:last-child {
    margin-bottom: 0; }
  p:empty {
    display: none; }
  p a {
    text-decoration: underline; }

ul {
  /*basic list styles*/
  font-size: inherit; }
  ul li {
    /*basic list-item styles*/ }

a {
  color: rgba(0, 0, 0, 0.75);
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    /*basic hover and focus effects*/
    color: rgba(0, 0, 0, 0.75); }

/* ------------------------------------
    Basic Styles
------------------------------------- */
.gform_body .captcha {
  margin-bottom: 10px; }

#contact-form .gform_footer {
  margin-top: 0;
  padding-top: 0; }

.lg-sub-html p {
  font-size: 16px; }

.main-content h3 {
  font-size: 1.500rem; }

.main-content a {
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
  color: #a53b36;
  -webkit-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out; }
  .main-content a:hover {
    color: #d34b45; }

hr.divider {
  position: relative;
  margin: 4.000rem 0 5.000rem;
  border: none;
  height: 1px;
  background: #e2e2e2;
  clear: both; }

.headings {
  position: relative;
  padding: 0 0 2.750rem 0;
  margin: 0 0 4.500rem 0;
  font-weight: 300;
  text-transform: none;
  font-style: italic;
  text-align: center;
  font-size: 1.750rem;
  color: #5c5e62;
  border-bottom: 1px solid #e2e2e2; }
  .headings:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -5.3125rem;
    width: 10.625rem;
    height: 0.500rem;
    background: #e2e2e2; }

.cat-title {
  margin-top: 60px; }
  .cat-title .headings {
    font-weight: 300;
    color: #5c5e62; }

.subheader {
  text-transform: none;
  font-weight: 700;
  color: #5c5e62;
  line-height: 1.2; }

img.mb9 {
  margin-bottom: 60px;
  border: 1px solid #e2e2e2; }

h2.mb8 {
  margin-bottom: 50px; }

.border {
  border: 1px solid #e2e2e2;
  padding: 0.278rem;
  background: #fff; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

@-moz-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease; }
  .preloader__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .preloader__icon:before {
      display: block;
      content: '\f1ce';
      font-size: 40px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      -webkit-animation: spin 1s ease-in-out infinite;
      -moz-animation: spin 1s ease-in-out infinite;
      animation: spin 1s ease-in-out infinite; }
  .preloader--hidden {
    opacity: 0;
    visibility: hidden; }

/* Clearfix */
.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table;
    height: 0;
    overflow: hidden; }
  .clearfix:after {
    clear: both; }

/* Align Middle */
.align-middle {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  position: absolute;
  top: 50%;
  right: 50%; }

/* Pagination */
ul.pagination {
  margin: 1rem 0; }
  ul.pagination .pagination {
    margin: 0; }
    ul.pagination .pagination.current {
      color: #fff;
      background: rgba(0, 0, 0, 0.75);
      display: block; }

/* Search form */
#searchform {
  position: relative; }

#s {
  padding-right: 75px; }

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer; }
  #searchsubmit:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px; }

#home-slider .slick-slide, .bg-cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.bg-contain {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 109px;
  background: rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #fff; }

#menu-main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  #menu-main-menu .current-menu-ancestor > a {
    color: #e76d41; }

.phone-number {
  position: relative;
  padding: 0 20px;
  height: 109px;
  font-size: 21px;
  line-height: 109px;
  color: #fff; }
  .phone-number:hover, .phone-number:focus {
    color: #e76d41; }
  .phone-number:before {
    content: "";
    display: block;
    width: 1px;
    height: 1.524em;
    background: rgba(255, 255, 255, 0.35);
    position: absolute;
    top: 50%;
    left: -15px;
    margin-top: -0.762em; }

.logo img {
  max-height: 150px; }

.custom-logo-link {
  display: block;
  height: 109px;
  line-height: 109px; }
  .custom-logo-link:hover img {
    opacity: 0.7;
    -webkit-transition: opacity 350ms ease;
    -o-transition: opacity 350ms ease;
    transition: opacity 350ms ease; }

/* ------------------------------------
    Content Styles
------------------------------------- */
/* Blog page */
.sidebar .resent-post .rpwe-li {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .sidebar .resent-post .rpwe-li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #5a8c92; }
  .sidebar .resent-post .rpwe-li h3 {
    margin-bottom: 0; }
  .sidebar .resent-post .rpwe-li:not(:last-child):after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: #e2e2e2;
    position: absolute;
    bottom: 0;
    left: 0; }

.sidebar .rpwe-summary {
  font-size: 14px;
  font-weight: 400;
  color: #5c5e62; }
  .sidebar .rpwe-summary:hover {
    color: #5c5e62; }

.blog-page-title {
  margin-top: 140px; }

.posts-list article {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px; }

.posts-list .entry-meta {
  margin-bottom: 0; }

.posts-list #searchform {
  margin-bottom: 40px; }

.entry-meta {
  color: #666;
  font-size: 14px; }

.thumbnail {
  margin-bottom: 20px; }

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0; }

.comment-meta {
  font-size: 14px; }

.comment-metadata {
  color: #666; }

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd; }

.reply {
  text-align: right; }

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe; }

/* 404 page */
.not-found {
  padding-top: 100px;
  padding-bottom: 100px; }
  .not-found .label {
    text-decoration: none;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.75); }
    .not-found .label:hover {
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff; }

/* Sidebar */
.widget {
  margin-bottom: 20px; }

/*---------------------------------------
  Old Specials Pages
---------------------------------------*/

.special-old {
  text-align: center;
  border: 1px solid #e8e6e6;
  -webkit-box-shadow: 3px 5px 9px -5px #666666; 
  box-shadow: 3px 5px 9px -5px #666666;
  padding: 0.75em;
  height: 350px;
}

.coupon-code {
  border: 1px dashed #5a8c92;
  padding: 1em;
}

.special-old .coupon-code span {
  color: #5a8c92;
  font-weight: bold;
}

/*---------------------------------------
	TMPL: Home page
---------------------------------------*/
.headers-section .h1 {
  margin-top: 60px;
  margin-bottom: 1.750rem;
  font-size: 2.250rem;
  text-align: center; }

.headers-section .h2 {
  position: relative;
  padding: 0 0 2.750rem 0;
  margin: 0 0 3.125rem 0;
  font-weight: 300;
  text-transform: none;
  font-style: italic;
  text-align: center;
  font-size: 1.750rem;
  color: #5c5e62;
  border-bottom: 1px solid #e2e2e2; }
  .headers-section .h2:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -5.3125rem;
    width: 10.625rem;
    height: 0.500rem;
    background: #e2e2e2; }

.scroll-icon {
  content: "";
  width: 36px;
  height: 36px;
  border: 2px solid #fff;
  left: 50%;
  bottom: 60px;
  position: absolute;
  -webkit-transform: translate(-50%, 0) perspective(1px) translateZ(0);
  transform: translate(-50%, 0) perspective(1px) translateZ(0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 33;
  border-radius: 50%;
  cursor: pointer; }
  .scroll-icon:hover {
    color: #fff;
    opacity: .7;
    -webkit-transform: translate(-50%, 5px);
    -ms-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px); }
  .scroll-icon:before {
    content: "\f107";
    position: absolute;
    left: 10px;
    font-weight: 700;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    line-height: 36px;
    color: #fff; }

.content-inner {
  margin-top: 3.750rem; }

.gallery-grid {
  margin-bottom: 5.000rem;
  margin-top: 3.125rem; }
  .gallery-grid .gallery-col {
    float: left;
    padding: 0 0.938em;
    margin-bottom: 30px; }
  .gallery-grid .small.gallery-col {
    width: 25%; }
  .gallery-grid .large.gallery-col {
    width: 50%; }
  .gallery-grid .gallery-item {
    display: block;
    position: relative;
    height: 21.875em;
    background: #373737;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .gallery-grid .gallery-item:hover > .gallery-inner {
      opacity: 1; }
    .gallery-grid .gallery-item:hover .gallery-caption {
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px); }
    .gallery-grid .gallery-item:hover .icon-play {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .gallery-grid .gallery-inner {
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 21.875em;
    line-height: 21.875em;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    -webkit-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .gallery-grid .gallery-caption {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 1.875em;
    -webkit-transform: translate3d(0px, 25%, 0px);
    transform: translate3d(0px, 25%, 0px);
    transition: transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 450ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .gallery-grid .gallery-title {
    margin-bottom: 0.500em;
    font-size: 1.125em; }
  .gallery-grid .gallery-subtitle {
    display: block;
    font-size: 1.750em; }
  .gallery-grid .gallery-col.small .gallery-title {
    font-size: 0.875em; }
  .gallery-grid .gallery-col.small .gallery-subtitle {
    font-size: 1.125em; }
  .gallery-grid .gallery-col.small .icon-play {
    font-size: 1.750em; }
  .gallery-grid .icon-play {
    font-size: 2.250em; }
  .gallery-grid .icon-play {
    display: block;
    width: 2.143em;
    height: 2.143em;
    border-radius: 2.143em;
    line-height: 2.143em;
    text-align: center;
    border: 0.089em solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .6;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease; }
    .gallery-grid .icon-play:before {
      position: absolute;
      content: "\f04b";
      top: 50%;
      left: 55%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      line-height: 1;
      font-family: 'Font Awesome 5 Free';
      font-weight: 700;
      color: #fff; }

.section-cruises {
  background-color: #000; }
  .section-cruises .h1 {
    margin-top: 3.750rem; }
  .section-cruises .h2 {
    color: #fff; }
  .section-cruises .cruise-grid-item {
    width: 33.333%;
    float: left; }
  .section-cruises .cruise-grid-link {
    height: 523px;
    border: 1px solid #000;
    display: block;
    position: relative;
    overflow: hidden; }
    .section-cruises .cruise-grid-link:hover .cruise-grid-bg {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
      .section-cruises .cruise-grid-link:hover .cruise-grid-bg:before {
        background-color: rgba(0, 0, 0, 0.15); }
  .section-cruises .cruise-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .section-cruises .cruise-grid-bg:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.35);
      -webkit-transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .section-cruises .cruise-grid-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 525px;
    line-height: 525px;
    text-align: center; }
  .section-cruises .cruise-caption-inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 45px; }
  .section-cruises .cruise-grid-title {
    display: block;
    margin-bottom: 8px;
    font-size: 40px;
    color: #fff; }
  .section-cruises .cruise-grid-days {
    display: block;
    font-weight: 700;
    font-size: 30px;
    text-transform: lowercase;
    color: #fff; }
  .section-cruises .cruise-grid-text {
    display: block;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    color: #fff; }
  .section-cruises .cruise-grid-button {
    display: inline-block;
    margin: 39px 0 0 0;
    padding: 16px 65px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    .section-cruises .cruise-grid-button:hover {
      background: #fff;
      color: #373737; }

.clearfix:after {
  content: "";
  clear: both;
  display: table; }

.block-row-img {
  height: 625px;
  background-size: cover;
  background-position: center; }

.block-row-text {
  height: 625px;
  line-height: 625px;
  background: #373737;
  color: #fff;
  text-align: center; }

.block-content {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  padding: 3.75em 3.75em; }

.section-blog h2 {
  color: #fff;
  font-size: 28px; }

.section-blog .button {
  color: #fff;
  border-color: #fff;
  font-size: 26px;
  padding: 0.625em 2.500em;
  margin-top: 1.154em;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700; }
  .section-blog .button:hover {
    background-color: #fff;
    color: #373737; }

.section-testimonial {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .section-testimonial:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); }

.testimonial-container {
  margin-bottom: 8.750rem;
  margin-top: 8.750rem; }

.testimonial-item {
  text-align: center; }
  .testimonial-item h5 {
    color: #fff;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 2.750rem 0;
    margin: 0 0 4.500rem 0;
    position: relative;
    text-align: center; }
    .testimonial-item h5:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0px;
      left: 50%;
      margin-left: -5.3125rem;
      width: 10.625rem;
      height: 0.500rem;
      background: #e2e2e2; }
  .testimonial-item p {
    position: relative;
    margin: 0 0 1.000rem 0;
    color: #fff;
    font-style: italic;
    line-height: 1.8;
    font-size: 1.250rem; }

/* ------------------------------------
    TMPL: Fleet
------------------------------------- */
.ship-posts {
  padding-bottom: 72px; }
  .ship-posts .ship-item {
    padding: 0;
    margin: 0; }
  .ship-posts .full-width-link {
    height: 590px;
    border: 3px solid #000;
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-style: italic; }
    .ship-posts .full-width-link:hover .ship-bg {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
      .ship-posts .full-width-link:hover .ship-bg:before {
        background-color: rgba(0, 0, 0, 0.15); }
  .ship-posts .ship-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .ship-posts .ship-bg:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.35);
      -webkit-transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .ship-posts .ship-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 590px;
    line-height: 590px;
    text-align: center; }
  .ship-posts .ship-item-inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 50px; }
  .ship-posts .ship-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 55px;
    font-size: 45px;
    text-transform: capitalize;
    color: #fff;
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .ship-posts .price, .ship-posts .price-label {
    display: block;
    font-weight: 700;
    font-size: 33px;
    color: #fff; }
  .ship-posts .ship-button {
    display: block;
    margin: 43px 0 0 0;
    padding: 18px 73px;
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 3px solid #fff;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    .ship-posts .ship-button:hover {
      background: #fff;
      color: #373737; }

/* ------------------------------------
    Single Fleet
------------------------------------- */
.ship-thumbnail {
  text-align: right; }

.slider-wrap {
  width: 48%;
  font-size: 16px;
  padding: 2.188em;
  background: #f8f8f8; }
  .slider-wrap .stateroom-image {
    margin-bottom: 24px;
    background-size: cover;
    background-position: center; }
  .slider-wrap .slick-next {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #a53b36;
    -webkit-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
    top: 1px;
    right: 0;
    -webkit-transform: rotate(0.5turn);
    -ms-transform: rotate(0.5turn);
    transform: rotate(0.5turn); }
    .slider-wrap .slick-next:before {
      content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADmwAAA5sBPN8HMQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADASURBVGiB7dk9CgIxFEXhINiP+AeOCxRcqjbqNI4LEatjYQQZbBKF9+Zxvz5wD2kCSUlERGRkgDWws97xkxzR8bK33lMFaIE+RxyAxnpTsYgRR2BmvalYxIgTsLDeVGwQcQaW1puKKcILRXgxiLhEiVhZbyoWMaIba8Q83wDADdhab5pUnpt+nL2nlB7/mWMAaPJzHOAKbKw3VVOMV4rxSjFeKcYrxXj1Jaa13lRtENMrxgsifCu8EeGjR0REQnkCFv8u1Gj+XvkAAAAASUVORK5CYII=");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      position: absolute;
      top: -3px; }
    .slider-wrap .slick-next:hover {
      background: #bc423c; }
  .slider-wrap .slick-prev {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #a53b36;
    -webkit-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
    top: 22px;
    right: 44px;
    left: auto; }
    .slider-wrap .slick-prev:before {
      content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAADmwAAA5sBPN8HMQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADASURBVGiB7dk9CgIxFEXhINiP+AeOCxRcqjbqNI4LEatjYQQZbBKF9+Zxvz5wD2kCSUlERGRkgDWws97xkxzR8bK33lMFaIE+RxyAxnpTsYgRR2BmvalYxIgTsLDeVGwQcQaW1puKKcILRXgxiLhEiVhZbyoWMaIba8Q83wDADdhab5pUnpt+nL2nlB7/mWMAaPJzHOAKbKw3VVOMV4rxSjFeKcYrxXj1Jaa13lRtENMrxgsifCu8EeGjR0REQnkCFv8u1Gj+XvkAAAAASUVORK5CYII=");
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      position: absolute;
      top: -5px; }
    .slider-wrap .slick-prev:hover {
      background: #bc423c; }
  .slider-wrap .slick-disabled {
    background: #e2e2e2;
    cursor: default;
    opacity: 0.80; }
    .slider-wrap .slick-disabled:before {
      color: #373737;
      opacity: 1; }
    .slider-wrap .slick-disabled:hover {
      background: #e2e2e2; }
  .slider-wrap h5 {
    position: relative;
    margin-left: 27px;
    text-transform: capitalize;
    color: #5c5e62; }
    .slider-wrap h5 span {
      position: absolute;
      bottom: 4px;
      left: -27px;
      font-size: 13px; }
      .slider-wrap h5 span:before {
        content: '';
        display: inline-block;
        height: 7px;
        width: 10px;
        margin: 0 5px 0 0; }

.diagram-wrap {
  width: 48%;
  float: right;
  padding: 0; }

.diagram-img-inner {
  position: relative;
  padding: 39px;
  height: 100%;
  background: #f8f8f8; }

.stateroom-image img {
  border: 1px solid #e2e2e2; }

.expand-arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background: #a53b36;
  color: #fff;
  -webkit-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease; }
  .expand-arrow:before {
    content: "\f338";
    position: absolute;
    left: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    line-height: 46px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .expand-arrow:hover {
    background: #bc423c; }

#fleet-single-gallery .caption, .accomod-gallery .caption {
  display: none; }

/* ------------------------------------
    Single Cruises
------------------------------------- */
.cruises-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%; }
  .cruises-header .cruises-thumbnail {
    width: 75%;
    background-size: cover;
    background-position: center; }
  .cruises-header .cruises-detail {
    width: 50%; }

.single-cruises .cruises-header {
  min-height: 50vh; }

.single-fleet .cruises-detail-inner {
  padding: 190px 42px 193px; }

.cruises-detail-inner {
  padding: 190px 42px 88px;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px; }
  .cruises-detail-inner h1 {
    margin-bottom: 10px;
    font-size: 28px; }
  .cruises-detail-inner .divider {
    margin: 48px 0 40px; }
  .cruises-detail-inner .fleet-list-detail {
    margin-bottom: 8px;
    line-height: 1.2;
    font-size: 18px;
    color: #5c5e62; }
  .cruises-detail-inner .price-label {
    font-size: 28px;
    font-style: italic; }
  .cruises-detail-inner .price {
    margin-bottom: 24px;
    font-size: 28px;
    font-style: normal;
    line-height: 1.2;
    color: #000; }
  .cruises-detail-inner hr {
    margin: 64px 0 80px; }
  .cruises-detail-inner .cruises-length {
    margin-bottom: 28px;
    font-size: 28px;
    font-style: normal;
    line-height: 1.2;
    font-style: italic;
    color: #5c5e62; }
  .cruises-detail-inner .button {
    margin-bottom: 0;
    padding: 13px 50px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border: 1px solid #5a8c92;
    color: #5a8c92; }
    .cruises-detail-inner .button:hover {
      background-color: #5a8c92;
      color: #fff; }
  .cruises-detail-inner p {
    margin: 0 0 1.000rem 0;
    line-height: 1.5;
    font-size: 16px; }
  .cruises-detail-inner .subtitle {
    font-size: 1.375rem;
    text-transform: none;
    color: #5c5e62; }
  .cruises-detail-inner ul.fleet-list {
    list-style: none;
    margin: 0 0 0.500em 0;
    padding: 0;
    display: inline-block; }
    .cruises-detail-inner ul.fleet-list li {
      color: #5c5e62; }
      .cruises-detail-inner ul.fleet-list li span {
        font-weight: 400; }
  .cruises-detail-inner .fleet-note {
    display: block;
    font-size: 15px;
    font-style: italic; }

.cruises-detail-inner.fleet-detail h1 {
  font-size: 36px; }

.cruises-detail-inner.fleet-detail p {
  font-size: 18px; }

.cruises-detail-inner.fleet-detail .divider {
  margin: 64px 0 80px; }

.cruises-detail-inner.fleet-detail .fleet-note {
  font-size: 15px; }

.tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 5px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  background: #000; }

.day-index {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3; }

.itinerary-route {
  display: block;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3; }

.itinerary-count {
  position: absolute;
  top: 36px;
  left: 1.471em;
  margin-top: -1.176em;
  width: 2.353em;
  height: 2.353em;
  line-height: 2.353em;
  text-align: center;
  font-weight: 700;
  font-size: 17px; }
  .itinerary-count:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 2.353em;
    height: 2.353em;
    border: 2px solid #e2e2e2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.itinerary-img img {
  border: 1px solid #e2e2e2;
  width:100%;
 }

.itinerary-img, .cruise-accordion {
  margin-bottom: 3.125rem; }

.itinerary-bottom {
  float: left;
  border: 1px solid #e2e2e2;
  padding: 1.563em;
  font-size: 16px; }

.itinenary-column {
  padding: 0; }
  .itinenary-column:first-child {
    padding-right: 15px; }
  .itinenary-column:nth-child(2) {
    padding-left: 15px; }

.itinerary-overview {
  margin-bottom: 16px; }
  .itinerary-overview h2 {
    font-size: 28px; }
  .itinerary-overview p {
    font-size: 18px; }

.ship-gal-item {
  display: inline-block; }

.ship-wrap.tabs-panel {
  padding-bottom: 0;
  padding-top: 0; }

.ship-item {
  font-size: 16px;
  padding: 25px 30px;
  background: #f8f8f8;
  margin: 0 0 2.000em 0; }

.ship-item-top {
  margin-bottom: 3.125rem; }
  .ship-item-top h2 {
    font-size: 1.750rem;
    font-weight: 700;
    text-transform: capitalize;
    color: #5c5e62; }
  .ship-item-top .fleet-note {
    font-size: 14px;
    font-style: italic; }
  .ship-item-top .ship-button {
    position: relative;
    margin-top: 24px;
    padding: 10px 24px;
    padding-right: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    background-color: #5a8c92; }
    .ship-item-top .ship-button:hover {
      background-color: #20a9ab; }
    .ship-item-top .ship-button:after {
      content: "\f338";
      position: absolute;
      top: 9px;
      width: 16px;
      height: 16px;
      margin-left: 10px;
      font-family: "Font Awesome 5 Free";
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      font-size: 18px; }

.accomod-gallery a:hover {
  -webkit-box-shadow: 0px 0px 5px 3px #e76d41;
  box-shadow: 0px 0px 5px 3px #e76d41; }

.ship-thumb-wrap {
  float: right; }

.fleet-list {
  margin-left: 0;
  list-style-type: none; }
  .fleet-list li span {
    font-weight: bold; }

.ship-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .ship-gallery a {
    margin-right: 30px; }
    .ship-gallery a:last-child {
      margin-right: 0; }
    .ship-gallery a img {
      max-height: 131px; }

.date-table-header {
  margin: 0 0 1.500em 0;
  padding: 0.938em 139px 0 0.938em;
  font-size: 16px;
  line-height: 1.5;
  list-style-type: none; }
  .date-table-header li {
    display: block;
    float: left;
    width: 10.00033%;
    padding-right: 0.750em;
    font-weight: 700; }

.date-table-list {
  position: relative;
  margin: 0;
  padding: 0.938em 139px 0.938em 0.938em;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.5; }
  .date-table-list li {
    display: block;
    float: left;
    width: 10.00033%;
    padding-right: 0.750em;
    min-height: 2.250em; }
    .date-table-list li:nth-child(2) {
      text-align: center; }
      .date-table-list li:nth-child(2) a {
        color: #a53b36; }
        .date-table-list li:nth-child(2) a:hover {
          color: #e76d41; }

.date-prices-table:nth-child(odd) {
  background: #f8f8f8; }

.section-cruises .cruise-grid-item.bottom-cruises {
  width: 25%; }
  .section-cruises .cruise-grid-item.bottom-cruises .cruise-grid-caption {
    height: 393px;
    line-height: 393px; }
  .section-cruises .cruise-grid-item.bottom-cruises .cruise-grid-link {
    height: 393px; }
  .section-cruises .cruise-grid-item.bottom-cruises .cruise-grid-title {
    font-size: 30px; }
  .section-cruises .cruise-grid-item.bottom-cruises .cruise-grid-days {
    font-size: 22px; }
  .section-cruises .cruise-grid-item.bottom-cruises .cruise-grid-button {
    margin-top: 30px;
    padding: 12px 49px;
    font-size: 19px; }

.section-cruises .bottom-title .h1 {
  margin-top: 60px;
  margin-bottom: 50px; }

.date-price-ship {
  padding-bottom: 72px;
  margin-bottom: 63px;
  border-bottom: 1px solid #e2e2e2; }

.load-more-container {
  margin: 80px 0;
  text-align: center; }
  .load-more-container .load-more.button {
    display: inline-block;
    padding: 14px 56px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #5a8c92;
    color: #5a8c92;
    background: none;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    .load-more-container .load-more.button:hover {
      color: #fff;
      background: #5a8c92; }
      .load-more-container .load-more.button:hover:before {
        color: #fff; }
    .load-more-container .load-more.button:before {
      content: "+";
      position: absolute;
      right: 30px;
      top: 9px;
      font-size: 32px; }

.gallery .light-image-gallery a {
  display: none; }

.lg-img-wrap img {
  border: 1px solid #e2e2e2; }

.cruise_gallery img {
  margin: 0px auto
}

.cruise_gallery .slick-prev:before,
.cruise_gallery .slick-next:before {
  color: #000;
}

/* ------------------------------------
    Page Styles
------------------------------------- */
.hero-img {
  background-repeat: no-repeat !important;
  height: 550px;
  line-height: 550px;
  background: #797878;
  background-position: center; 
  background-size: cover; }

.hero-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  width: 100%;
  position: relative; }


.hero-button {
  margin-bottom: 0;
  padding: 0.625em 2.500em;
  font-size: 1.875em;
  text-decoration: none;
  text-shadow: none;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.hero-button:hover {
  color: #373737;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; 
}

.hero-cta {
  display: flex;
  height: 100%;
  align-items: center;
  text-shadow: 1px 1px 2px black;
  line-height: 100px;
}

.hero-cta h2, .hero-cta p {
  color: #FFFFFF;
}

@media screen and (max-width:475px) {
  .hero-button{
    font-size: 16px;
  }

  .hero-cta {
    line-height: 75px;
    margin-top: -5%;
  }

  .hero-cta p {
    margin-bottom: 0!important;

  }
}

.inner-header {
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  padding: 1.875em 3.125em 2.500em;
  margin-top: 3.125em; }

.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.125em;
  text-transform: capitalize;
  color: #fff; }

.main-content {
  padding: 4.000em 0; }

/* ------------------------------------
    TMPL FAQ Styles
------------------------------------- */
.faq-accordion {
  list-style-type: none; }
  .faq-accordion .faq-item {
    position: relative; }
  .faq-accordion .faq-content {
    display: none;
    padding: 10px 25px 30px; }
    .faq-accordion .faq-content a {
      color: #a53b36;
      text-decoration: none; }
      .faq-accordion .faq-content a:hover {
        color: #d34b45; }
  .faq-accordion .faq-title {
    width: 100%;
    display: block;
    border: 1px solid #e2e2e2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 1.111rem 2.500rem 1.111rem 1.111rem;
    margin: 0 0 1.500rem 0;
    position: relative;
    font-weight: 700;
    font-size: 1.063rem;
    font-style: normal;
    color: #5c5e62; }
    .faq-accordion .faq-title:after {
      position: absolute;
      top: 1.000rem;
      right: 1.111rem;
      content: "\f107";
      font-weight: 700;
      font-size: 1.333rem;
      font-family: 'Font Awesome 5 Free'; }
  .faq-accordion .faq-content {
    background: #f8f8f8;
    padding: 1.500rem 1.875rem;
    margin: 0 0 1.500rem 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.03); }
  .faq-accordion .faq-title.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* ------------------------------------
    TMPL: Gift Styles
------------------------------------- */
.gift-content {
  margin-top: 40px;
  margin-bottom: 60px; }
  .gift-content p {
    font-size: 20px;
    font-family: "Georgia", sans-serif; }

.gift-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px; }
  .gift-item p {
    font-size: 16px;
    font-family: "Georgia", sans-serif; }
  .gift-item em {
    font-size: 20px; }
  .gift-item .gift-item-left {
    width: 50%;
    text-align: right; }
    .gift-item .gift-item-left img {
      padding: 20px 30px;
      border: 1px solid #e2e2e2; }
  .gift-item .gift-item-right {
    width: 50%;
    margin: 12px; }

.gift-bottom {
  text-align: center;
  font-style: italic; }
  .gift-bottom p {
    font-family: "Georgia", sans-serif;
    font-size: 16px; }

/* ------------------------------------
    TMPL: Big Sidebar Styles
------------------------------------- */
ul ul, ol ul {
  list-style-type: circle; }

.big-sidebar .sidebar {
  float: right; }

.big-sidebar h1 {
  text-align: left;
  font-size: 28px; }

.big-sidebar .sidebar p {
  font-size: 16px; }

.big-sidebar .sidebar a {
  font-size: 16px; }

.hero-sub-title {
  color: #fff;
  font-size: 24px;
  font-style: italic;
  text-transform: none;
  font-weight: 400; }

#contact-form ul li.gfield {
  clear: none;
  padding: 0; }

#contact-form ul li.clearfix {
  clear: both; }

#contact-form ul li.pad-right {
  padding-right: 15px; }

#contact-form ul li.pad-left {
  padding-left: 15px; }

#contact-form .gform_heading {
  margin-top: 40px; }

#contact-form .gfield_required {
  color: red; }

#contact-form .gfield_label {
  font-size: 0.938rem;
  color: #5c5e62; }

#contact-form .ginput_container {
  margin-top: 0; }

#contact-form input, #contact-form select, #contact-form textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #5c5e62;
  font-size: 16px; }
  #contact-form input:focus, #contact-form select:focus, #contact-form textarea:focus {
    border-color: #5a8c92; }

#contact-form textarea {
  height: 113px;
  resize: none; }

#contact-form .ginput_container_select {
  position: relative; }
  #contact-form .ginput_container_select:after {
    content: '\f0d7';
    position: absolute;
    right: 11px;
    top: 10px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free'; }
  #contact-form .ginput_container_select select {
    color: #5c5e62;
    background-position: right -2rem center; }

#contact-form .country select {
  text-transform: uppercase; }

#contact-form .country option {
  text-transform: uppercase; }

#contact-form .gfield_error {
  width: 50%; }

#contact-form .button {
  padding: 0.875rem 3.500rem;
  font-size: 1.625rem;
  font-weight: 700;
  background: none;
  border: 1px solid #5a8c92;
  color: #5a8c92; }
  #contact-form .button:hover {
    background-color: #5a8c92;
    color: #fff; }

#contact-form .gform_footer {
  text-align: left; }

#contact-form .gform_confirmation_message {
  color: #5a8c92; }

/* ------------------------------------
    Single Jobs Styles
------------------------------------- */
.single-jobs h1 {
  text-align: left; }

.single-jobs p:last-child {
  margin-bottom: 1rem; }

/* ------------------------------------
    Single Post Styles
------------------------------------- */
.single-post-item h1, .single-post-item .h1 {
  text-align: left; }

.single-post-item .sidebar {
  padding: 72px 0; }

.single-post-item .blog-post-left {
  float: left;
  width: 74%; }

.single-post-item .blog-post-right {
  float: right;
  width: 23%; }

.single-post-item .widget {
  margin-bottom: 30px; }

.single-post-item .back-link {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #5a8c92;
  margin-top: 30px;
  display: block;
  font-size: 17px;
  font-style: normal;
  padding-left: 20px; }
  .single-post-item .back-link:before {
    content: "\f060";
    position: absolute;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 2px;
    font-size: 14px; }

.single-post-item .widget h5 {
  display: block;
  margin-bottom: 0;
  padding: 12px 25px;
  font-size: 17px;
  font-weight: 700;
  background: #f8f8f8;
  text-transform: uppercase;
  border: 1px solid #e2e2e2; }

.single-post-item .widget ul {
  margin: 0;
  padding: 20px 25px;
  border: 1px solid #e2e2e2;
  border-top: none;
  list-style-type: none; }

.single-post-item .widget li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5c5e62; }
  .single-post-item .widget li:hover {
    color: #5a8c92; }

.single-post-item .widget a {
  position: relative;
  width: 100%;
  display: block;
  margin-right: -22px;
  font-weight: 700;
  font-size: 16px;
  color: #5c5e62; }
  .single-post-item .widget a:hover {
    color: #5a8c92; }

/* ------------------------------------
    Archive Series Tax
------------------------------------- */
.tax-list {
  padding-bottom: 72px; }
  .tax-list .cruise-item {
    padding: 0;
    margin: 0; }
  .tax-list .full-width-link {
    height: 590px;
    outline: 7px solid #000 !important;
    display: block;
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-style: italic; }
    .tax-list .full-width-link:hover .cruise-bg {
      -webkit-transform: scale3d(1.1, 1.1, 1);
      transform: scale3d(1.1, 1.1, 1); }
      .tax-list .full-width-link:hover .cruise-bg:before {
        background-color: rgba(0, 0, 0, 0.15); }
  .tax-list .cruise-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .tax-list .cruise-bg:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.35);
      -webkit-transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

  .tax-list .cruise-item-caption {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
    text-align: center; }

  .tax-list .cruise-item-inner {
    /* display: inline-block;
    vertical-align: middle;
    line-height: 1.2; */
    padding: 10% 45px;
    display: inline-block;
    max-width: 100%;
  }

  .tax-list .cruise-title {
    line-height: 1em;
  }
  .tax-list .short_description p,
  .tax-list .short_description {
    line-height: 1.2em;
  }
  .tax-list .short_description {
    vertical-align: middle;
  }
  .tax-list .short_description.cruise-length {
    height: 4em;
  }
  .tax-list .short_description.tagline {
    height: 5em;
  }


  .tax-list .cruise-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-bottom: 35px;
    font-size: 45px;
    text-transform: capitalize;
    color: #fff;
    max-width: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .tax-list .price, .tax-list .price-label {
    display: block;
    font-weight: 700;
    font-size: 33px;
    color: #fff;
    max-width: 300px; }
  .tax-list .price {
    text-transform: lowercase; }
  .tax-list .ship-button {
    display: block;
    margin: 43px 0 0 0;
    padding: 18px 73px;
    font-size: 29px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    max-width: 300px; }
    .tax-list .ship-button:hover {
      background: #fff;
      color: #373737; }

.reserv-button {
  background-color: #5a8c92;
  position: absolute;
  right: 15px;
  text-transform: uppercase;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  max-width: 110px; }
  .reserv-button:hover {
    background-color: #20a9ab; }

.hidden-price {
  font-weight: 700;
  display: none; }

/* ------------------------------------
    Cruise Loop + Overrides
------------------------------------- */

.cruise_loop.tax-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0px auto;
  margin-top: 80px;
}

.cruise_loop.tax-list .cruise-title {
  margin-bottom: 10px;
  font-size: 40px;
  min-height: 3em;
}

.cruise_loop .short_description {
  display: block;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 1em;
  text-align: center;
}

.cruise_loop ul {
  color: #fff;
  font-size: 16px;
  text-align: center;
  list-style: none;
  margin-left: 0;
}

.cruise_loop ul li:before {
  content: "+";
  margin-right: 4px;
}

.cruise_loop.tax-list .ship-button {
  padding: 18px 0px;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 10%;
}

.cruise_loop.tax-list .cruise-item {
  flex: 0 0 33.33%;
}

.cruise_loop.tax-list .cruise-item-caption {
  padding-top: 20px;
  right: 0;
  /* line-height: 0; */
}

.cruise_loop.tax-list .cruise-title {
  max-width: 100%;
}

.cruise_loop.tax-list.tall .cruise-item-caption {
  height: 100%;
  /* line-height: 490px; */
  padding-top: 20px;
}

.cruise_loop.tax-list.tall .full-width-link {
  height: 590px;
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  background-color: #252525; }
  .footer .ctct-form-description {
    position: absolute;
    bottom: -20px; }
    .footer .ctct-form-description p {
      color: #bbbbbb;
      font-size: 18px;
      font-style: italic; }

.footer-top {
  padding: 5.000em 2.000em;
  padding-top: 30px;
  background: url("../images/footer-bg.png"); }

#footer-form {
  padding-top: 60px; }
  #footer-form .active-input label {
    display: none; }
  #footer-form .ctct-form-field-email [type='email'] {
    height: 1.250em;
    margin: 0;
    padding: 0 2.083em 0.250em 0;
    font-size: 48px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #7d7d7d; }
    #footer-form .ctct-form-field-email [type='email']:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
      #footer-form .ctct-form-field-email [type='email']:focus + span label {
        color: #fff; }
  #footer-form .ctct-form-field-submit {
    position: absolute;
    width: 50px;
    right: 0;
    bottom: 0; }
    #footer-form .ctct-form-field-submit .ctct-submit {
      border: none;
      background: none;
      margin: 0;
      padding: 0 0 0.139em 0;
      color: #bbbbbb;
      font-size: 36px;
      font-weight: 700;
      line-height: 1;
      outline: none;
      -webkit-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      border-bottom: 0.278em solid #bbbbbb;
      text-transform: uppercase; }
      #footer-form .ctct-form-field-submit .ctct-submit:hover {
        color: #fff;
        border-bottom-color: #fff; }
  #footer-form .ctct-form-field-email label {
    position: absolute;
    bottom: 12px;
    font-size: 48px;
    color: #7d7d7d;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
  #footer-form abbr {
    display: none; }
  #footer-form form {
    position: relative; }

.footer-menu {
  margin-top: 70px;
  padding: 0; }

.footer-menu-inner {
  padding: 0; }

.footer-menu-wrap {
  width: 16.66667%;
  float: left;
  padding: 0 15px; }
  .footer-menu-wrap:first-child {
    padding-left: 0; }
  .footer-menu-wrap:last-child {
    padding-right: 0; }
  .footer-menu-wrap h3 {
    margin-bottom: 21px;
    text-transform: none;
    font-size: 18px;
    color: #bbbbbb; }
  .footer-menu-wrap ul {
    margin: 0; }
  .footer-menu-wrap li {
    list-style-type: none; }
  .footer-menu-wrap a {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #bbbbbb; }
    .footer-menu-wrap a:hover {
      color: #fff; }
  .footer-menu-wrap p {
    font-size: 16px;
    line-height: 24px;
    color: #bbbbbb; }

.socials {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .socials li {
    display: inline-block;
    margin: 0 20px; }
    .socials li i {
      font-size: 36px;
      color: #bbbbbb; }
  .socials a:hover i {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #a2312b; }

iframe, object, embed {
  max-width: 100%;
  width: 100%; }

.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .contact-wrap a, .contact-wrap p {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-left: 26px; }
  .contact-wrap .phone-1:before {
    content: "\f095";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    margin-left: -20px; }
  .contact-wrap .phone-2:before {
    content: "\f1ac";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    margin-left: -20px; }
  .contact-wrap .email:before {
    content: "\f0e0";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 14px;
    margin-left: -20px; }
  .contact-wrap .address:before {
    content: "\f015";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 12px;
    margin-left: -20px; }

.socials {
  margin-top: 50px; }

.footer-bottom {
  font-size: 16px;
  padding: 1.500em 15px; }
  .footer-bottom p {
    display: inline-block;
    margin: 0;
    font-size: 0.875em;
    color: #7d7d7d; }
  .footer-bottom ul {
    display: inline-block;
    margin: 0 0 0 0.750em;
    padding: 0;
    list-style: none; }
  .footer-bottom li {
    position: relative;
    display: inline-block;
    padding: 0 1.125em;
    line-height: 1.5; }
    .footer-bottom li:before {
      content: "|";
      position: absolute;
      top: 0;
      left: -0.125em; }
  .footer-bottom a {
    font-size: 0.875em;
    color: #fff; }
    .footer-bottom a:hover {
      color: #a53b36; }

.active-content {
  display: block; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.mfp-content button:hover {
  background-color: transparent; }

#lg-download {
  display: none; }

.error404 main-content {
  margin-top: 70px; }

/*Badges*/

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 80%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}