@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/MyriadPro-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad pro';
  src: url('../fonts/MyriadPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/* -----------------------------------------
 Home page slider
 ----------------------------------------- */
#home-slider .slick-arrow {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1200px) {
  #home-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #home-slider .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-arrow {
    display: none !important;
  }
}
#home-slider .slick-prev {
  left: 30px;
}
#home-slider .slick-next {
  right: 30px;
}
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  -webkit-transition: height, 0.3s, ease;
  -moz-transition: height, 0.3s, ease;
  -o-transition: height, 0.3s, ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  transition: opacity 0.3s ease-in;
  position: absolute;
  right: 150px;
  bottom: 40px;
  border: 1px solid #ffefd5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3b683b;
  line-height: 24px;
  color: #ffefd5;
  margin: 9px 0 0;
  padding: 5px 17px 4px;
  display: block;
  z-index: 12;
  opacity: 0;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  #home-slider .slider-caption {
    right: 60px;
    bottom: 15px;
    width: 230px;
  }
}
#home-slider .slider-caption.active {
  opacity: 1;
}
#home-slider .slider-caption h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  #home-slider .slider-caption h3 {
    font-size: 12px;
  }
}
#home-slider .slider-caption-image {
  position: absolute;
  bottom: 38px;
  right: 64px;
  background: url('../images/bg-photo.png') no-repeat;
  width: 46px;
  height: 46px;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #home-slider .slider-caption-image {
    right: 10px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
}
#home-slider .slider-caption-image:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
    /*define the height of slide*/
  }
}
/* Foundation tweaks */
.row {
  max-width: 1296px;
}
.columns, .column {
  min-height: 1px;
}
/* -----------------------------------------
 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: 100%;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}
.gallery-caption {
  font-size: 12px;
}
#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}
.main-area .type-page h4 {
  font-size: 1rem;
  margin: 22px 0;
}
.main-area .type-page p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 640px) {
  .main-area .type-page p {
    margin-bottom: 10px;
  }
}
.main-area .type-page .alignleft:not(div.img-holder-new) {
  margin-top: 35px;
}
/* -----------------------------------------
 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;
}
.gfield {
  list-style: none;
  margin-bottom: 20px;
}
.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: #900;
  border: 1px solid red;
}
.validation_message {
  margin-bottom: 10px;
  color: #900;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  box-shadow: 0px 0px 10px 0px rgba(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;
}
.gform_wrapper:not(#gform_wrapper_1) {
  margin: 0 0 0 60px;
  background: #275127;
  padding: 13px 13px;
  overflow: hidden;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper:not(#gform_wrapper_1) {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.gform_wrapper:not(#gform_wrapper_1) figcaption {
  display: block;
  padding: 5px 5px 3px;
  color: #a3a09c;
  font-size: 0.95rem;
  line-height: 26px;
  padding: 9px 5px 4px;
  background: #333;
  text-align: center;
}
.gform_wrapper:not(#gform_wrapper_1) .gfieldset-legend {
  font-weight: bold;
}
.gform_wrapper:not(#gform_wrapper_1) .hidden_label label {
  display: none;
}
.gform_wrapper:not(#gform_wrapper_1) .gfield_checkbox label[for] {
  float: right;
  width: 90%;
  display: inline-block;
}
.gform_wrapper:not(#gform_wrapper_1) .required-star-hidden .gfield_label {
  display: none;
}
.gform_wrapper:not(#gform_wrapper_1) .electronic-signature {
  margin-top: 2em;
  margin-bottom: 2em;
}
.gform_wrapper:not(#gform_wrapper_1) .electronic-signature .gfield_label {
  margin-top: 1em;
  font-size: 1em;
}
.gform_wrapper:not(#gform_wrapper_1) .internal-hidden {
  display: none;
}
/* -----------------------------------------
 General fixes
 ----------------------------------------- */
html, body {
  height: auto;
  font: 400 24px/1.25 "Myriad Pro", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 1200px) {
  html, body {
    font-size: 20px;
  }
}
@media only screen and (max-width: 960px) {
  html, body {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  html, body {
    font-size: 15px;
  }
}
.body-wrapper {
  -webkit-box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
  max-width: 1296px;
  margin: 0 auto;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
  background-color: #275127;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  position: static;
  background: #0e2e4b;
}
/* Placeholder styling */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}
/* 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;
  background-color: #285128;
  color: #fff;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  -webkit-transition: all, 0.3s, ease;
  -moz-transition: all, 0.3s, ease;
  -o-transition: all, 0.3s, ease;
  transition: all 0.3s ease;
}
button:hover, .button:hover, input[type='submit']:hover, input[type='reset']:hover, button:focus, .button:focus, input[type='submit']:focus, input[type='reset']:focus {
  background-color: #172f17;
}
/* Button additional styles */
.button {
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}
/* -----------------------------------------
 Typography
 ----------------------------------------- */
body {
  color: #030303;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
  line-height: 1.25;
}
h1 {
  font-size: 1.75rem;
  /*basic heading styles*/
}
h2 {
  font-size: 1.5rem;
  font-weight: 400;
  /*basic heading styles*/
}
h3 {
  font-size: 1.15rem;
  /*basic heading styles*/
}
h4 {
  /*basic heading styles*/
}
h5 {
  /*basic heading styles*/
}
h6 {
  /*basic heading styles*/
}
p {
  /*basic paragraph styles*/
  line-height: 1.25;
}
p:empty {
  display: none;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
ul {
  /*basic list styles*/
  font-size: inherit;
}
ul li {
  /*basic list-item styles*/
}
a {
  color: #285128;
  -webkit-transition: all, 0.3s, ease-in-out;
  -moz-transition: all, 0.3s, ease-in-out;
  -o-transition: all, 0.3s, ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #060d06;
}
.main-area h2 {
  margin-bottom: 2rem;
}
.main-area li {
  margin-bottom: 1rem;
}
.main-area .accordion-item {
  margin-bottom: 0;
}
.main-area--page li {
  margin-bottom: 0;
}
.main-area--single p {
  font-size: 18px;
}
.main-area--single figure {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  background-color: #285128;
  margin-bottom: 10px;
  padding: 5px;
}
.main-area--single figure img {
  display: block;
  width: 100%;
  border: 2px solid #faeed5;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-area--single figure figcaption {
  border-radius: 0 0 10px 10px;
  background: #333;
  color: #a3a09c;
  text-align: center;
  padding: 10px 5px 6px;
  font-size: 22px;
  line-height: 26px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  right: 5px;
  border: 2px solid #faeed5;
  border-top: none;
}
.main-area--single .wp-caption {
  border: none;
  margin: 0 auto;
}
/* ------------------------------------
 Basic Styles
 ------------------------------------- */
/* Preloader */
@-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;
  -moz-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%;
  left: 50%;
}
/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #285128;
  display: block;
}
/* Search form */
#searchform {
  position: relative;
}
#s {
  padding-right: 75px;
}
#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: 0.5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
}
#home-slider .slick-slide {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
/* ------------------------------------
 Header Styles
 ------------------------------------- */
.header {
  position: relative;
}
.header-top {
  overflow: hidden;
  padding: 15px 52px 4px 53px;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  background-color: #285128;
  box-shadow: 0 0 4px 3px rgba(0, 0, 0, 1);
}
.header-slogan {
  max-width: 525px;
  display: block;
  color: #ffefd5;
  text-align: right;
  padding-bottom: 5px;
  text-shadow: 2px 3px 5px #000;
  font: 400 30px/1 'EB Garamond', serif;
  min-height: 55px;
  margin: 77px 0 0;
}
@media only screen and (max-width: 640px) {
  .header-slogan {
    display: none;
  }
}
.logo {
  height: 100%;
}
.logo img {
  display: block;
  height: 100%;
}
/*--------------------------------------
 INTRO
 --------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container--single {
  padding-bottom: 518px;
  background-color: #000;
}
@media only screen and (max-width: 1024px) {
  .embed-container--single {
    padding-bottom: 56.25%;
  }
}
.embed-container .vp-title {
  display: none;
}
.embed-container--our-fleet {
  margin: -106px 0;
}
@media only screen and (max-width: 768px) {
  .embed-container--our-fleet {
    margin: -56px 0;
  }
}
@media only screen and (max-width: 640px) {
  .embed-container--our-fleet {
    margin: 0;
  }
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro figure {
  position: relative;
}
.intro figure .intro-author {
  transition: opacity 0.3s ease-in;
  position: absolute;
  right: 150px;
  bottom: 40px;
  border: 1px solid #ffefd5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3b683b;
  line-height: 24px;
  color: #ffefd5;
  margin: 9px 0 0;
  padding: 5px 17px 4px;
  display: block;
  z-index: 12;
  opacity: 0;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .intro figure .intro-author {
    right: 60px;
    bottom: 15px;
    width: 230px;
    line-height: 18px;
  }
}
.intro figure .intro-author.active {
  opacity: 1;
}
.intro figure .figure-photo {
  content: '';
  position: absolute;
  bottom: 38px;
  right: 64px;
  background: url('../images/bg-photo.png') no-repeat;
  width: 46px;
  height: 46px;
  -webkit-background-size: contain;
  background-size: contain;
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 768px) {
  .intro figure .figure-photo {
    right: 10px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
}
.intro figure .figure-photo:hover {
  background-color: transparent;
}
/* ------------------------------------
 Content Styles
 ------------------------------------- */
/* Blog page */
.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: 0.33333rem 0.5rem;
  font-size: 0.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: #285128;
}
.not-found .label:hover {
  background-color: #1b361b;
  color: #fff;
}
/* Sidebar */
.widget {
  margin-bottom: 20px;
}
/*---------------------------------------
 TMPL: Home page
 ---------------------------------------*/
.excursion-home-list {
  overflow: hidden;
  background: #3b683b;
  padding: 112px 63px 60px;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 1);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 1);
}
@media only screen and (max-width: 1200px) {
  .excursion-home-list {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .excursion-home-list {
    padding: 42px 10px;
  }
}
.excursion-home-list__title {
  background: #3b683b;
  border: 2px solid #ffefd5;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  margin: -42px 0 31px;
  padding: 26px 3px 20px;
  text-align: center;
  -webkit-box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.5);
  margin-right: auto;
  margin-left: auto;
  display: block;
  color: #ffefd5;
  font-size: 44px;
  font-weight: 400;
}
@media only screen and (max-width: 1230px) {
  .excursion-home-list__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .excursion-home-list__title {
    font-size: 18px;
    padding: 10px;
  }
}
.excursion-wrapper {
  float: left;
  background: #fff;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 0 25px 21px;
  -webkit-box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 7px 10px 2px rgba(0, 0, 0, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.excursion-post-wrap {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .excursion-post-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.excursion-post-item {
  display: block;
  border: 2px solid #e7c48d;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 4px 4px 13px;
  color: #275127;
  text-decoration: none;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 9px;
  width: calc(20% - 18px);
}
@media only screen and (max-width: 1200px) {
  .excursion-post-item {
    width: calc(33% - 18px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .excursion-post-item {
    width: calc(50% - 18px);
  }
}
@media only screen and (max-width: 640px) {
  .excursion-post-item {
    width: 100%;
  }
}
.excursion-post-item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  max-height: 200px;
}
@media only screen and (max-width: 1200px) {
  .excursion-post-item img {
    max-height: initial;
  }
}
.excursion-post-item h3 {
  width: 100%;
  font-size: 18px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 13px 9px 13px;
  text-transform: uppercase;
}
.button--learn-more {
  margin-left: 9px;
  display: inline-block;
  vertical-align: top;
  color: #3b683b;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 18px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border: 1px solid #3f6b3f;
  background: -moz-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5c287));
  background: -webkit-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -o-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5c287 100%);
  text-decoration: none;
  cursor: pointer;
}
.button--learn-more:hover {
  background: -moz-linear-gradient(bottom, #fff 0%, #e5c287 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #fff), color-stop(100%, #e5c287));
  background: -webkit-linear-gradient(bottom, #fff 0%, #e5c287 100%);
  background: -o-linear-gradient(bottom, #fff 0%, #e5c287 100%);
  background: -ms-linear-gradient(bottom, #fff 0%, #e5c287 100%);
  background: linear-gradient(to top, #fff 0%, #e5c287 100%);
}
.main-area--home .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .main-area--home .row .columns {
    margin-bottom: 15px;
  }
}
.main-area--home .row:after {
  display: none;
}
.main-area--home .row:before {
  display: none;
}
.main-area--home .alignleft {
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
}
.main-area--home .alignleft img {
  margin-bottom: 0;
  border-radius: 9px;
}
.main-area--home .alignleft figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  color: #fff;
  max-width: 190px;
  text-align: left;
  padding: 0 8px 4px;
}
.main-area--home a {
  text-decoration: none;
}
.main-area--home a:hover {
  text-decoration: underline;
}
.main-area--home .article-row {
  display: flex;
}
.main-area--home .text-col {
  padding: 0 40px 0 0;
}
.main-area--home .wiget-col {
  float: right;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 6px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -5px 0 0;
}
@media only screen and (max-width: 880px) {
  .main-area--home .wiget-col {
    display: none;
  }
}
.bottom-link {
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 9px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}
.bottom-link img {
  width: 100%;
  height: 100%;
}
.bottom-link h3 {
  position: absolute;
  top: 18px;
  left: 18px;
  right: 18px;
  border: 2px solid #275127;
  color: #275127;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 5px 8px;
  font-size: 21px;
  line-height: 25px;
}
@media only screen and (max-width: 1200px) {
  .bottom-link h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 960px) {
  .bottom-link h3 {
    font-size: 15px;
  }
}
.bottom-link .button--learn-more {
  position: absolute;
  bottom: 22px;
  left: 25px;
  font-weight: 700;
  padding: 9px 15px 4px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
}
/* ----------------------------------------
 Single Excursion
 --------------------------------------*/
.excursion-post {
  overflow: hidden;
  padding: 52px 64px 61px;
  background: #fff url(../images/bg-main-area.png) repeat-x;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .excursion-post {
    padding: 52px 30px;
  }
}
.excursion-post__content h3 {
  font-size: 1.17rem;
  line-height: 30px;
  margin: 28px 0;
}
.excursion-post__content p {
  font-size: 1rem;
  line-height: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  .excursion-post__content p {
    margin-bottom: 15px;
  }
}
.excursion-post__title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 29px;
}
.excursion-post a.brown-button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #3f6b3f;
  font-size: 16px;
  color: #3b683b;
  line-height: 1.1;
  background: -moz-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5c287));
  background: -webkit-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -o-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5c287 100%);
  text-decoration: none;
}
.excursion-post a.brown-button:hover {
  text-decoration: none;
  background: -moz-linear-gradient(top, #e5c287 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5c287), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #e5c287 0%, #fff 100%);
  background: -o-linear-gradient(top, #e5c287 0%, #fff 100%);
  background: -ms-linear-gradient(top, #e5c287 0%, #fff 100%);
  background: linear-gradient(to bottom, #e5c287 0%, #fff 100%);
}
.green-col {
  margin: 0 0 0 60px;
  background: #275127;
  padding: 13px 13px 0;
  overflow: hidden;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  .green-col {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.green-col figcaption {
  display: block;
  padding: 5px 5px 3px;
  color: #a3a09c;
  font-size: 0.95rem;
  line-height: 26px;
  padding: 9px 5px 4px;
  background: #333;
  text-align: center;
}
.openDetailGallery {
  text-transform: uppercase;
  color: #ffefd5;
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 6px 13px;
}
.gallery-holder {
  overflow: hidden;
  border: 2px solid #ffefd5;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  margin: 0 0 16px;
}
.bigImgGallery {
  width: 100%;
}
.promo-info {
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 2px solid #ffefd5;
  padding: 16px 8px 10px 15px;
  font-size: 20px;
  line-height: 22px;
  color: #434343;
  margin: 0 0 18px;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
}
.promo-info__title {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  padding: 16px 25px 11px;
  margin: 0 0 18px;
  border: 1px solid #e1b672;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  max-width: 260px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #275127;
}
.promo-info__image {
  float: right;
}
@media only screen and (max-width: 960px) {
  .promo-info__image {
    float: none;
    text-align: left;
    margin-bottom: 10px;
  }
}
.promo-info__image--guide {
  margin: 3px 15px 1px 10px;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
@media only screen and (max-width: 960px) {
  .promo-info__image--guide {
    box-shadow: none;
    margin-bottom: 10px;
  }
}
.promo-info__image--guide img {
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
}
.tour-details {
  overflow: hidden;
}
.tour-details__info {
  display: none;
  color: #434343;
}
.tour-details__info ul {
  line-height: 30px;
  margin: 0 0 30px 0;
}
.tour-details__info ul li {
  list-style: none;
  padding: 0;
}
.tour-details__info strong {
  color: #275127;
  font-weight: 400;
}
.tour-details__info h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.tour-details__title {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #3b683b;
  cursor: pointer;
  font-weight: 400;
  margin: 30px 0;
}
@media only screen and (max-width: 960px) {
  .tour-details__title {
    margin: 10px 0;
  }
}
.info-box {
  position: relative;
  max-width: 550px;
}
.info-box .why-button {
  display: inline-block;
  font-size: 26px;
  vertical-align: baseline;
  margin: 0 0 0 20px;
  color: #3b683b;
  text-transform: uppercase;
}
.info-box__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #434343;
}
.info-box .info-box__hidden {
  overflow: hidden;
  border: 1px solid #ffefd5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3b683b;
  font-size: 20px;
  line-height: 24px;
  color: #ffefd5;
  margin: 9px 0 0;
  padding: 5px 17px 7px;
  display: block;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 195px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.info-box .info-box__hidden.open {
  z-index: 2;
  opacity: 1;
}
.select-form {
  margin: 0 0 39px;
  position: relative;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 1px;
}
.select-form fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
.select-form select {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #275127;
  height: 46px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .select-form select option {
    font-size: 16px;
  }
}
.select-form .btn-holder {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 30%;
  margin: 0 0 0 -6px;
}
@media only screen and (max-width: 400px) {
  .select-form .btn-holder {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.select-form .btn-holder a {
  display: inline-block;
  vertical-align: middle;
  color: #3b683b;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #3f6b3f;
  background: -moz-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e5c287));
  background: -webkit-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -o-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e5c287 100%);
  background: linear-gradient(to bottom, #fff 0%, #e5c287 100%);
  text-decoration: none;
}
.select-form .btn-holder a:hover {
  background: linear-gradient(to top, #fff 0%, #e5c287 100%);
}
.excursion-bottom-info {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.excursion-bottom-info__item {
  padding: 0 20px 5px 37px;
}
@media only screen and (max-width: 640px) {
  .excursion-bottom-info__item {
    padding: 0;
  }
}
.excursion-list-item {
  overflow: hidden;
  margin: 0 0 40px;
  color: #275127;
  font-size: 0.84rem;
  line-height: 25px;
}
@media only screen and (max-width: 640px) {
  .excursion-list-item {
    font-size: 1rem;
  }
}
.excursion-list-item .visual {
  float: left;
  margin: 0 32px 0 0;
  max-width: 210px;
  min-width: 160px;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  padding: 4px 4px 15px;
  border: 1px solid #e7c48d;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
@media only screen and (max-width: 640px) {
  .excursion-list-item .visual {
    width: 100%;
    max-width: 100%;
  }
}
.excursion-list-item .visual img {
  border-radius: 8px;
  margin: 0 0 16px;
}
.excursion-list-item .text-holder {
  overflow: hidden;
  padding: 20px 0 0;
}
@media only screen and (max-width: 640px) {
  .excursion-list-item .text-holder {
    display: none;
  }
}
.excursion-list-item h3 {
  margin: 0 0 26px;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  .excursion-list-item h3 {
    font-size: 1.2rem;
  }
}
/* ------------------------------------
 Inquiries form
 ------------------------------------- */
.gform_wrapper form {
  overflow: hidden;
  background: #fff;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border: 2px solid #ffefd5;
  padding: 22px 16px 42px 14px;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.4);
}
.gform_wrapper form input[type="text"], .gform_wrapper form input[type="email"], .gform_wrapper form input[type="tel"] {
  width: 100%;
  color: #416e42;
  outline: none;
  padding: 13px 19px 10px;
  margin: 0 0 17px;
  border: 1px solid #e1b672;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  background: #fff !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 24px/27px "Myriad Pro", Arial, Helvetica, sans-serif;
  height: auto;
}
.gform_wrapper form input[type="text"]::placeholder, .gform_wrapper form input[type="email"]::placeholder, .gform_wrapper form input[type="tel"]::placeholder {
  color: #416e42;
}
.gform_wrapper form select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 5px 0 9px;
  min-width: 100%;
  max-width: 100%;
  height: 56px;
  margin: 0 0 16px;
  border: 1px solid #e1b672;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #416e42;
}
.gform_wrapper form select option {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  color: #416e42;
  margin: 0 35px 0 20px;
  font: 400 24px/54px "Myriad Pro", Arial, Helvetica, sans-serif;
}
.gform_wrapper form textarea {
  width: 100%;
  height: 175px;
  max-height: 175px;
  resize: none;
  color: #416e42;
  outline: none;
  padding: 13px 19px 10px;
  margin: 0 0 25px;
  border: 1px solid #e1b672;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 24px/27px "Myriad Pro", Arial, Helvetica, sans-serif;
}
.gform_wrapper form textarea::placeholder {
  color: #416e42;
}
.gform_wrapper form .gform_button {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #3b683b;
  outline: none;
  text-transform: uppercase;
  padding: 6px 24px 4px;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  border: 1px solid #3f6b3f;
  background: linear-gradient(to bottom, #fff 0%, #e5c287 100%);
  text-decoration: none;
}
.gform_wrapper form .gform_button:hover {
  background: linear-gradient(to top, #fff 0%, #e5c287 100%);
}
.gform_wrapper form .gform_footer {
  text-align: left;
}
/* ------------------------------------
 Our guide
 ------------------------------------- */
.main-area {
  overflow: hidden;
  padding: 52px 64px 61px;
  background: #fff url('../images/bg-main-area.png') repeat-x;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .main-area {
    padding: 52px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .main-area {
    padding: 30px 15px;
  }
}
.main-area h1 {
  margin: 0 0 29px;
  font-size: 1.75rem;
  line-height: 46px;
  font-weight: 400;
}
@media only screen and (max-width: 1200px) {
  .main-area h1 {
    margin-bottom: 15px;
  }
}
.main-area p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 1200px) {
  .main-area p {
    margin-bottom: 20px;
  }
}
.main-area--page figure_UNDO:not(.photo-contest) {
  padding: 10px;
  background: #275127;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  max-width: 490px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 10px 47px 40px;
  width: 100% !important;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-area--page figure_UNDO:not(.photo-contest) {
    max-width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .main-area--page figure_UNDO:not(.photo-contest) {
    margin: 10px;
    max-width: 100%;
  }
}
.main-area--page figure_UNDO:not(.photo-contest) img {
  border-radius: 10px;
  border: 2px solid #ffefd5;
  padding-bottom: 36px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 640px) {
  .main-area--page figure_UNDO:not(.photo-contest) img {
    width: 100%;
  }
}
.main-area--page figure_UNDO:not(.photo-contest) figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 13px;
  display: block;
  padding: 5px 5px 3px;
  color: #a3a09c;
  font-size: 0.92rem;
  line-height: 26px;
  padding: 9px 5px 4px;
  border-radius: 0 0 10px 10px;
  background: #333;
  text-align: center;
  z-index: 2;
}
.main-area a {
  color: #285128;
}
.main-area .guides-box {
  float: left;
  width: 100%;
  clear: both;
  padding: 0 0 38px;
  font-size: 1rem;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  .main-area .guides-box {
    float: none;
    padding-bottom: 20px;
  }
}
.main-area .guides-box figure {
  float: left;
  width: 278px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 640px) {
  .main-area .guides-box figure {
    float: none;
    width: 100%;
  }
}
.main-area .guides-box figure img {
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 22px 4px rgba(160, 160, 163, 0.9);
  -moz-box-shadow: 0px 0px 22px 4px rgba(160, 160, 163, 0.9);
  box-shadow: 0px 0px 22px 4px rgba(160, 160, 163, 0.9);
}
.main-area .guides-box .text-holder {
  overflow: hidden;
  padding: 10px 0 0;
}
@media only screen and (max-width: 640px) {
  .main-area .guides-box img {
    width: 100%;
  }
}
.guides-box h3 {
  margin: 0 0 1px;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: bold;
}
.guides-box p {
  margin: 0;
}
.alignright {
  position: relative;
  display: block;
}
.alignleft {
  border-radius: 9px;
  position: relative;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  margin: 0 29px 15px 0;
}
@media only screen and (max-width: 640px) {
  .alignleft {
    width: 100%;
  }
}
.img-holder-shadow img, .img-holder-shadow figure img {
  border-radius: 9px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
}
/* ------------------------------------
 review page
 ------------------------------------- */
.main-area-review blockquote {
  margin: 0 0 40px;
  padding: 0;
  color: #030303;
  border: none;
}
.main-area-review blockquote q {
  quotes: none;
}
.main-area-review blockquote q p {
  color: #030303;
  margin-bottom: 0;
}
.main-area-review blockquote cite {
  font-style: italic;
  font-size: 24px;
  color: #030303;
}
.widget-col {
  float: right;
  background: #fff;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  padding: 6px 5px;
  width: 21.36%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -5px 0 20px 20px;
}
.widget-col img {
  margin: 40px auto;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .main-area-review .widget-col {
    display: none;
  }
}
/* ------------------------------------
 Gallery page
 ------------------------------------- */
.slide-title {
  opacity: 0;
  transition: opacity 0.3s ease-in;
  position: absolute;
  right: 176px;
  bottom: 45px;
  border: 1px solid #ffefd5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #3b683b;
  font-size: 0.83rem;
  line-height: 24px;
  color: #ffefd5;
  margin: 9px 0 0;
  padding: 5px 17px 4px;
  display: block;
  opacity: 0;
  z-index: 10;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .slide-title {
    right: 60px;
    bottom: 15px;
    width: 150px;
    line-height: 18px;
  }
}
.slide-title.active {
  opacity: 1;
}
.contest-photo-image {
  position: absolute;
  bottom: 38px;
  right: 64px;
  background: url('../images/bg-photo.png') no-repeat;
  width: 46px;
  height: 46px;
  -webkit-background-size: contain;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .contest-photo-image {
    right: 10px;
    bottom: 15px;
    width: 30px;
    height: 30px;
  }
}
.contest-photo-image:hover {
  background-color: transparent;
}
.contest-gallery {
  position: relative;
}
.contest-gallery-slider {
  background: #fff;
  padding: 11px 13px 20px;
  margin-bottom: 30px;
}
.contest-gallery-slider figure {
  position: relative;
}
.contest-gallery-slider img {
  width: 100%;
}
.contest-gallery-slider .slick-arrow {
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1200px) {
  .contest-gallery-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contest-gallery-slider .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 640px) {
  .contest-gallery-slider .slick-arrow {
    display: none !important;
  }
}
.contest-gallery-slider .slick-prev {
  left: 30px;
}
.contest-gallery-slider .slick-next {
  right: 30px;
}
.gallery-dots {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style-type: none;
}
.gallery-dots li {
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 13px;
}
@media only screen and (max-width: 960px) {
  .gallery-dots li {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-dots li {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .gallery-dots li {
    width: 33.3%;
  }
}
@media only screen and (max-width: 490px) {
  .gallery-dots li {
    width: 50%;
  }
}
@media only screen and (max-width: 350px) {
  .gallery-dots li {
    width: 100%;
  }
}
.gallery-dots li button {
  display: block;
  padding: 15px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .gallery-dots li button {
    padding: 10px;
    margin: 0 auto;
  }
}
.gallery-dots li button:hover {
  background-color: #295129;
}
.gallery-dots li button img {
  width: 144px;
  height: 144px;
  border-radius: 9px;
  object-fit: cover;
}
.gallery-dots li.slick-active button {
  background-color: #295129;
}
/* ------------------------------------
 Contest winner page
 ------------------------------------- */
.detail-contest {
  margin: 0;
  padding: 0;
  list-style: none;
}
.detail-contest li {
  margin: 0 0 30px;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .detail-contest li {
    flex-wrap: wrap;
  }
}
.detail-contest .image {
  float: left;
  width: 64%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 30px 0 9px;
}
@media only screen and (max-width: 640px) {
  .detail-contest .image {
    width: 100%;
  }
}
.detail-contest .image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.5);
}
.detail-contest .text {
  padding: 19px 0 0;
}
.detail-contest .text h3 {
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 36px;
  line-height: 40px;
}
/* ------------------------------------
 Blog
 ------------------------------------- */
.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
}
/*
 .wp-block-image figure {
 all: initial;
 * {
 all: unset;
 }
 }
 */
figure.img-holder-new {
  background: #345226;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 15px solid #345226;
  position: relative;
}
figure.img-holder-new img {
  display: block;
  width: 100%;
  border: 2px solid #faeed5;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.img-holder-new figcaption {
  font-weight: 400;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  border-radius: 0 0 10px 10px;
  background: rgba(51, 51, 51, 0.9);
  color: #a3a09c;
  text-align: center;
  padding: 10px 5px 6px;
  font-size: 22px;
  line-height: 26px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.img-holder-new figure {
  background: #345226;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 15px solid #345226;
  position: relative;
}
.img-holder-new figure img {
  display: block;
  /* width: 100%;*/
  border: 2px solid #faeed5;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-holder-new figure figcaption {
  font-weight: 400;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  border-radius: 0 0 10px 10px;
  background: rgba(51, 51, 51, 0.9);
  color: #a3a09c;
  text-align: center;
  padding: 10px 5px 6px;
  font-size: 22px;
  line-height: 26px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.img-holder2 figure {
  background: #345226;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 15px solid #345226;
  position: relative;
}
.img-holder2 figure img {
  display: block;
  width: 100%;
  border: 2px solid #faeed5;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-holder2 figure figcaption {
  border-radius: 0 0 10px 10px;
  background: rgba(51, 51, 51, 0.9);
  color: #a3a09c;
  text-align: center;
  padding: 10px 5px 6px;
  font-size: 22px;
  line-height: 26px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.img-holder3 {
  background: #345226;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 15px solid #345226;
  position: relative;
}
.img-holder3 img {
  display: block;
  width: 100%;
  border: 2px solid #faeed5;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.img-holder3 figcaption {
  border-radius: 0 0 10px 10px;
  background: rgba(51, 51, 51, 0.9);
  color: #a3a09c;
  text-align: center;
  padding: 10px 5px 6px;
  font-size: 22px;
  line-height: 26px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
.main-area .blog-article {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.main-area .blog-article p {
  font-size: 18px;
}
.main-area .blog-article .blog-title {
  width: 100%;
  flex-grow: 1;
}
.main-area .blog-article .blog-title a {
  font-size: 30px;
  line-height: 34px;
  margin: 0 0 16px;
  color: #000;
  font-weight: 400;
}
.main-area .blog-article .img-holder {
  background: #345226;
  margin: 0 0 25px;
  border-radius: 10px;
  padding: 14px 16px 13px 13px;
}
.main-area .blog-article .img-holder figure {
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #ffefd5;
  position: relative;
}
.main-area .blog-article .img-holder figure img {
  display: block;
  width: 100%;
  border: 2px solid #faeed5;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-area .blog-article .img-holder figure figcaption {
  border-radius: 0 0 10px 10px;
  background: #333;
  color: #a3a09c;
  text-align: center;
  padding: 10px 5px 6px;
  font-size: 22px;
  line-height: 26px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.main-area--blog p {
  margin-bottom: 10px;
}
.more-button {
  margin-top: 5px;
  display: block;
}
.activity-post figure {
  max-width: 500px;
  float: right;
  clear: both;
}
@media only screen and (max-width: 640px) {
  .activity-post figure {
    float: none;
  }
}
.textwidget {
  font-size: 18px;
  line-height: 24px;
}
.social-widget {
  background: #345226;
  margin: 0 0 19px;
  border-radius: 10px;
  padding: 15px 10px 15px;
  text-align: center;
}
.social-widget .stay-tuned-link {
  color: #fff;
}
.social-widget .stay-tuned-link:hover {
  color: #ffefd6;
}
.widget_categories {
  background: #345226;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 26px 29px 22px 31px;
  position: relative;
}
.widget_categories:after {
  position: absolute;
  content: '';
  border-radius: 7px;
  border: 2px solid #faeed5;
  top: 15px;
  right: 17px;
  bottom: 10px;
  left: 19px;
  pointer-events: none;
}
.widget_categories h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  margin: 0 0 34px;
  text-align: center;
  text-transform: uppercase;
}
.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories ul li {
  margin: 0 0 11px;
}
.widget_categories ul li a {
  color: #fff;
  text-decoration: none;
}
/* ------------------------------------
 Footer Styles
 ------------------------------------- */
.footer {
  margin-top: 0;
  overflow: hidden;
}
.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.socials-title {
  margin: 0 0 27px;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
.stay-tuned {
  margin: 0;
}
.stay-tuned-item {
  list-style: none;
  display: inline-block;
  margin: 0 16px 0 0;
}
.stay-tuned-link {
  color: #fff;
  font-size: 26px;
}
.stay-tuned-link:hover {
  color: #eacfa4;
}
.stay-tuned .stay-tuned-item {
  margin-bottom: 0;
}
.footer-top {
  background: #275127;
  color: #fff;
  padding: 33px 84px 30px;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1200px) {
  .footer-top {
    padding: 33px 54px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-top {
    padding: 33px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-top {
    padding: 20px 15px;
  }
}
.footer-bottom {
  padding: 45px 64px 30px;
  background: #fff url("../images/bg-footer.png") no-repeat 50% 100%;
  font-size: 20px;
  color: #275127;
  line-height: 24px;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1125px) {
  .footer-bottom {
    background-position: 100% 100%;
    padding: 40px 30px 125px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-bottom {
    background-size: 100% 64px;
    padding: 40px 30px 125px;
  }
}
.footer-bottom a {
  font-size: 20px;
  color: #275127;
  line-height: 24px;
  text-decoration: underline;
}
.footer-bottom a:hover {
  text-decoration: none;
}
.footer-bottom .button--learn-more {
  font-size: 18px;
  text-decoration: none;
}
.footer-bottom p {
  margin-bottom: 0;
  line-height: 24px;
}
@media only screen and (max-width: 640px) {
  .address {
    margin: 23px 0;
  }
}
.blockquote__title {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
}
.blockquote__title a {
  float: right;
  text-decoration: underline;
  color: #ffefd5;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0 0;
}
.blockquote__title a:hover {
  text-decoration: none;
}
.blockquote {
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .blockquote {
    display: none;
  }
}
.blockquote blockquote {
  margin: 0;
  padding: 0;
  display: block;
  font-size: 19px;
  border-left: none;
  line-height: 23px;
}
.blockquote blockquote p {
  font-style: italic;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
}
.blockquote blockquote h4, .blockquote blockquote h3 {
  font-weight: 400;
  font-size: 19px;
  line-height: 23px;
  color: #fff;
}
.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: block;
}
.footer-menu li a {
  display: block;
  padding: 0;
  font-size: 19px;
  line-height: 23px;
}
.footer-menu .divider {
  margin-bottom: 23px;
}
.contest-winner {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 20px 32px;
  background: #fff;
  overflow: hidden;
  max-width: 225px;
  margin-right: auto;
  margin-left: auto;
}
.contest-winner figure {
  margin: 0 auto 10px;
  max-width: 180px;
}
.contest-winner strong {
  display: block;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 28px;
  padding: 0 0 26px;
}
.contest-winner img {
  border-radius: 50%;
}
.accordion {
  margin: 0;
}
.accordion-item {
  list-style-type: none;
}
.accordion-item a {
  text-decoration: underline;
}
.accordion-item a:hover {
  text-decoration: none;
}
.accordion-title.active {
  display: block;
  margin-bottom: 30px;
}
.accordion-content.active {
  margin-bottom: 50px;
}
.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.main-area--blog h1 {
  font-size: 50px;
  font-weight: 600;
}
.main-area--blog .blog-article a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.main-area--blog .blog-article a:hover {
  text-decoration: underline;
}
.honorable-link, .inquire-link {
  font-size: 30px;
  font-weight: 700;
  text-decoration: underline;
  color: #3b683b;
}
.honorable-link:hover, .inquire-link:hover {
  text-decoration: none;
}
.ui-datepicker {
  width: 236px;
  margin: 5px auto 0;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e1b672;
  border-radius: 5px;
}
.ginput_container.ginput_container_date {
  position: relative;
}
.ginput_container.ginput_container_date:after {
  width: 21px;
  height: 27px;
  content: "";
  top: 11px;
  right: 15px;
  position: absolute;
  background: url(../images/ico-calendar.gif) no-repeat;
}
.ui-datepicker-div {
  width: 234px;
  padding: 4px;
  background: #fff;
  border: 1px solid #e1b672;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 2px 0 0;
}
.ui-datepicker-header {
  background: #416e42;
  color: #fff;
  font-weight: bold;
}
.ui-datepicker-month, .ui-datepicker-year {
  padding: 5px 30px 5px 5px;
}
#gform_1 select option {
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 640px) {
  .main-area .alignright, .main-area .alignleft {
    float: none;
    margin: 0;
  }
}
