/**
 * Theme Name: Executive Tours Ireland
 * Version: 1.0.1849
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: Executive Tours Ireland.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: eti
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/*======= Fonts =======*/
@font-face {
  font-family: 'PhotographSignature';
  src: url("assets/fonts/PhotographSignature.eot");
  src: url("assets/fonts/PhotographSignature.eot?#iefix") format("embedded-opentype"), url("assets/fonts/PhotographSignature.woff2") format("woff2"), url("assets/fonts/PhotographSignature.woff") format("woff"), url("assets/fonts/PhotographSignature.ttf") format("truetype"), url("assets/fonts/PhotographSignature.svg#PhotographSignature") format("svg");
  font-weight: normal;
  font-style: normal; }

/*===== Variables =====*/
/*===== General resets =====*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 37px;
  color: #252525;
  font-weight: 400;
  background-image: url("assets/img/body-bg-medium.png");
  background-repeat: no-repeat;
  background-size: 2300px auto;
  background-position: center 720px; }

.home {
  background-position: center 905px; }

.error404 .banner {
  padding-top: 100px; }

.archive .section-content {
  padding-top: 40px;
  padding-bottom: 0px; }

.single .section-button {
  padding-top: 0; }

main {
  margin-top: 152px; }

h1,
h2 {
  margin-bottom: 65px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700; }

h3 {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 33px;
  font-weight: 600; }

h4 {
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 33px;
  font-weight: 500; }

h5 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500; }

h6 {
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500; }

.col-3-reset {
  flex: 0 0 27%;
  max-width: 27%; }

.col-5-reset {
  flex: 0 0 38%;
  max-width: 38%; }

.title-white-corner {
  position: relative;
  font-weight: 700;
  font-size: 47px;
  line-height: 58px;
  color: #fff;
  max-width: 440px; }
  .title-white-corner:before {
    content: '';
    width: 140px;
    height: 150px;
    border-left: 15px solid #fff;
    border-bottom: 15px solid #fff;
    position: absolute;
    top: 0;
    left: 0; }

.wrapper-title-with-bg {
  width: 230px;
  height: 70px;
  background: #d3e9ce;
  position: relative; }
  .wrapper-title-with-bg .title-with-bg {
    position: absolute;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #005120;
    left: 35px;
    bottom: 35px;
    min-width: 385px;
    width: 100%; }

.wrapper-title-with-corner {
  padding-top: 80px;
  position: relative; }
  .wrapper-title-with-corner h1, .wrapper-title-with-corner h2 {
    color: #005120; }
  .wrapper-title-with-corner:after {
    content: '';
    width: 440px;
    height: 180px;
    border-right: 15px solid #005120;
    border-top: 15px solid #005120;
    position: absolute;
    top: 0;
    right: 40px; }

.title-dark-corner {
  position: relative;
  margin-top: 95px;
  margin-left: 108px;
  font-size: 47px;
  line-height: 58px;
  font-weight: 700;
  color: #191919;
  max-width: 440px; }
  .title-dark-corner:before {
    content: '';
    width: 440px;
    height: 410px;
    border-left: 15px solid #005120;
    border-top: 15px solid #005120;
    position: absolute;
    top: -95px;
    left: -108px; }

.bg-info {
  background-color: #d3e9ce !important; }

.bg-dark {
  background-color: #013214 !important; }

.bg-success {
  background-color: #005120 !important; }

.mask,
.gradient-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn-success {
  padding: 40px;
  background-color: #005120 !important;
  border: 1px solid #005120;
  border-radius: 0;
  color: #fff !important;
  text-decoration: none;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-success:hover {
    text-decoration: none;
    color: #005120 !important;
    background-color: #d3e9ce !important;
    border: 1px solid #d3e9ce; }
  .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:focus {
    box-shadow: none; }

.btn-link {
  position: relative;
  padding: 0;
  text-decoration: none;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  color: #191919;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-link:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #005120;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .btn-link:hover {
    text-decoration: none;
    color: #005120; }
  .btn-link:active, .btn-link:focus {
    text-decoration: none; }

.btn-light {
  padding: 7px 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #005120;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-light:hover {
    background-color: #d3e9ce; }
  .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:focus {
    box-shadow: none; }

.btn-small {
  display: none; }

.flags {
  display: inline-block;
  margin: 0 7px; }

.flag {
  margin: 0 4px;
  margin-bottom: -7px;
  display: inline-block;
  width: 40px;
  height: 23px;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .flag.america {
    background-image: url("assets/content/america-flag.svg"); }
  .flag.canada {
    background-image: url("assets/content/canada-flag.svg"); }

/*==== Start header ====*/
header {
  background-color: #fff; }
  header .navbar-light .navbar-nav .nav-link:hover {
    color: #005120; }
  header .navbar {
    padding: 0 90px;
    position: relative; }
    header .navbar .navbar-brand {
      max-width: 175px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 90px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  header .nav-top {
    position: absolute;
    right: 90px;
    top: 25px;
    color: #005120; }
    header .nav-top ul {
      padding-left: 0px;
      margin-bottom: 0; }
      header .nav-top ul li {
        position: relative;
        margin-right: 24px !important;
        font-size: 18px;
        line-height: 23px;
        font-weight: 400;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        header .nav-top ul li a {
          color: #005120;
          font-weight: 600;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
        header .nav-top ul li:after {
          content: '';
          width: 2px;
          height: 18px;
          background: #005120;
          position: absolute;
          top: 50%;
          right: -12px;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
        header .nav-top ul li:last-child, header .nav-top ul li:nth-last-child(2) {
          margin-right: 0 !important; }
          header .nav-top ul li:last-child:after, header .nav-top ul li:nth-last-child(2):after {
            display: none; }
  header .btn-success {
    margin-left: 25px;
    padding: 7px 10px;
    font-size: 17px;
    line-height: 23px;
    font-weight: 500; }
  header .nav-bottom {
    margin-top: 90px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    header .nav-bottom .navbar-nav {
      margin-right: -25px;
      width: calc(100% - 25px); }
      header .nav-bottom .navbar-nav li {
        position: relative; }
        header .nav-bottom .navbar-nav li .nav-link {
          padding: 0 25px;
          font-size: 21px;
          line-height: 23px;
          font-weight: 500;
          color: #005120;
          display: inline-block;
          margin-bottom: 32px;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
          white-space: nowrap; }
        header .nav-bottom .navbar-nav li:after {
          content: '';
          width: calc(100% - 10px);
          height: 5px;
          background: #005120;
          position: absolute;
          bottom: -1px;
          left: 5px;
          opacity: 0;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s; }
        header .nav-bottom .navbar-nav li:hover {
          color: #005120; }
          header .nav-bottom .navbar-nav li:hover:after {
            opacity: 1; }
          header .nav-bottom .navbar-nav li:hover .sub-menu {
            display: block; }
        header .nav-bottom .navbar-nav li.current-menu-ancestor:after, header .nav-bottom .navbar-nav li.current-menu-parent:after, header .nav-bottom .navbar-nav li.current-menu-item:after {
          opacity: 1; }
        header .nav-bottom .navbar-nav li.current-menu-ancestor .sub-menu li:hover:after, header .nav-bottom .navbar-nav li.current-menu-parent .sub-menu li:hover:after, header .nav-bottom .navbar-nav li.current-menu-item .sub-menu li:hover:after {
          opacity: 0; }
        header .nav-bottom .navbar-nav li.current-menu-ancestor .sub-menu li.current-menu-item:after, header .nav-bottom .navbar-nav li.current-menu-parent .sub-menu li.current-menu-item:after, header .nav-bottom .navbar-nav li.current-menu-item .sub-menu li.current-menu-item:after {
          opacity: 0; }
        header .nav-bottom .navbar-nav li.menu-item-has-children .sub-menu .current-menu-parent::after {
          opacity: 0; }
        header .nav-bottom .navbar-nav li .sub-menu {
          padding: 20px 0 0;
          list-style-type: none;
          padding-left: 0;
          text-align: center;
          width: 100%;
          min-width: 200px;
          background: #fff;
          position: absolute;
          top: 58px;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          display: none; }
          header .nav-bottom .navbar-nav li .sub-menu li:hover:after {
            opacity: 0; }
          header .nav-bottom .navbar-nav li .sub-menu li:hover a {
            text-decoration: underline; }
          header .nav-bottom .navbar-nav li .sub-menu li a {
            margin-bottom: 20px;
            white-space: normal; }
          header .nav-bottom .navbar-nav li .sub-menu li.current-menu-item a, header .nav-bottom .navbar-nav li .sub-menu li.current-menu-parent a {
            text-decoration: underline; }
  header.affix {
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4); }
    header.affix .nav-top {
      display: none !important; }
    header.affix .nav-bottom {
      margin-top: 25px; }
    header.affix .navbar .navbar-brand {
      max-width: 92px; }

.wrapper-share.fixed {
  position: fixed;
  top: 200px !important;
  right: 12px; }

.wrapper-share .social-media {
  padding-left: 0;
  list-style-type: none; }
  .wrapper-share .social-media .bubble {
    width: 30px;
    height: 30px; }
    .wrapper-share .social-media .bubble i {
      font-size: 20px; }
    .wrapper-share .social-media .bubble:hover {
      background-color: #013214; }
      .wrapper-share .social-media .bubble:hover i {
        color: #fff; }
  .wrapper-share .social-media li {
    margin-bottom: 10px;
    line-height: 20px; }

/*== End header ==*/
/*==== Start banner ====*/
.banner {
  position: relative;
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .banner .container {
    position: relative; }
  .banner .mask {
    background: rgba(0, 0, 0, 0.36); }
  .banner .gradient-mask {
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 60%);
    background: -webkit-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 60%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 60%);
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 60%);
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 60%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 60%); }
  .banner .inner-banner {
    width: 100%;
    position: relative;
    padding-top: 250px;
    padding-bottom: 90px;
    text-align: center;
    z-index: 9; }
    .banner .inner-banner h2, .banner .inner-banner h1 {
      margin-bottom: 0;
      font-size: 50px;
      line-height: 65px;
      font-weight: 700; }
    .banner .inner-banner h3 {
      margin-bottom: 0;
      font-size: 44px;
      line-height: 65px;
      font-weight: 700; }
    .banner .inner-banner time {
      display: inline-block;
      margin-top: 15px;
      font-weight: 400;
      font-size: 25px;
      line-height: 65px; }

/*== End banner ==*/
/*==== Start wrapper-main-slider ====*/
.wrapper-main-slider {
  position: relative; }
  .wrapper-main-slider .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left center;
    z-index: 3; }
    .wrapper-main-slider .scroll .line {
      margin: 0 15px 4px 0;
      height: 2px;
      width: 40px;
      background: #fff;
      display: inline-block; }
    .wrapper-main-slider .scroll a img {
      -webkit-transform: rotate(-270deg);
      -moz-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
      -o-transform: rotate(-270deg);
      transform: rotate(-270deg);
      width: 20px;
      height: auto; }
    .wrapper-main-slider .scroll a .scroll-text {
      display: inline-block;
      -webkit-transform: rotate(-270deg);
      -moz-transform: rotate(-270deg);
      -ms-transform: rotate(-270deg);
      -o-transform: rotate(-270deg);
      transform: rotate(-270deg);
      position: absolute;
      bottom: -75px;
      right: -20px;
      font-size: 12px;
      line-height: 72px;
      letter-spacing: 3.2px; }
    .wrapper-main-slider .scroll a:hover {
      text-decoration: none; }

.main-slider {
  position: relative; }
  .main-slider .kenburn-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s ease-in-out 0s;
    -moz-transition: all 5s ease-in-out 0s;
    -ms-transition: all 5s ease-in-out 0s;
    -o-transition: all 5s ease-in-out 0s;
    transition: all 5s ease-in-out 0s; }
  .main-slider .slick-current.animate .kenburn-animation {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  .main-slider .slide {
    position: relative;
    height: 82vh;
    min-height: 715px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #005120; }
  .main-slider .inner-slide {
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
    z-index: 9; }
    .main-slider .inner-slide h3 {
      margin-bottom: 45px;
      font-size: 36px;
      line-height: 50px;
      font-weight: 700;
      max-width: 600px; }
      .main-slider .inner-slide h3 b {
        font-weight: 700;
        margin-right: 65px; }
    .main-slider .inner-slide .title-white-corner {
      margin-left: 185px;
      margin-bottom: 0;
      font-size: 46px;
      line-height: 68px;
      font-weight: 900;
      max-width: 700px;
      letter-spacing: 1.5px; }
      .main-slider .inner-slide .title-white-corner b {
        font-weight: 900;
        margin-right: 35px; }
      .main-slider .inner-slide .title-white-corner:before {
        top: 88px;
        left: -107px; }
      .main-slider .inner-slide .title-white-corner:after {
        content: '';
        display: inline-block;
        width: 265px;
        height: 200px;
        background-image: url("assets/img/green-lines-bg-big.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        top: -25px;
        left: -30px;
        z-index: -1; }
    .main-slider .inner-slide b {
      text-align: right;
      display: block; }
    .main-slider .inner-slide .btn-success {
      position: absolute;
      bottom: 0;
      left: 430px;
      padding: 9px 30px;
      font-size: 20px;
      line-height: 30px; }
  .main-slider .slide-without-bg {
    position: relative; }
    .main-slider .slide-without-bg .inner-slide {
      padding-top: 260px;
      padding-bottom: 90px; }
      .main-slider .slide-without-bg .inner-slide .title-white-corner {
        z-index: 99; }
        .main-slider .slide-without-bg .inner-slide .title-white-corner:after {
          display: none; }
        .main-slider .slide-without-bg .inner-slide .title-white-corner:before {
          top: 0; }
    .main-slider .slide-without-bg .container {
      position: relative; }
    .main-slider .slide-without-bg .img-with-bg {
      position: absolute;
      right: 65px;
      bottom: 0;
      z-index: 9; }
      .main-slider .slide-without-bg .img-with-bg span.img-bg {
        width: 565px;
        height: 433px; }
      .main-slider .slide-without-bg .img-with-bg img {
        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%);
        width: 830px; }
  .main-slider .mask {
    background: rgba(0, 0, 0, 0.30); }
  .main-slider .mask-slide {
    background-image: url("assets/img/mask-slide.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px; }
  .main-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    outline: none;
    cursor: pointer;
    cursor: hand;
    border: none;
    background: transparent; }
    .main-slider .slick-arrow.slick-prev {
      left: 45px; }
    .main-slider .slick-arrow.slick-next {
      right: 45px; }

/*== End wrapper-main-slider ==*/
/*==== Start second-slider ====*/
.wrapper-second-slider {
  position: relative;
  padding-top: 45px;
  padding-bottom: 60px; }
  .wrapper-second-slider:after {
    content: '';
    width: 100%;
    height: 335px;
    background: #f2f2f2;
    position: absolute;
    bottom: 95px;
    z-index: -1; }
  .wrapper-second-slider .arrows-container {
    max-width: 1132px;
    margin: auto;
    text-align: right; }
    .wrapper-second-slider .arrows-container .slick-arrow {
      padding: 20px 25px;
      background: #005120;
      border: none;
      cursor: pointer;
      cursor: hand;
      outline: none; }
      .wrapper-second-slider .arrows-container .slick-arrow.slick-prev {
        padding-right: 13px; }
      .wrapper-second-slider .arrows-container .slick-arrow.slick-next {
        padding-left: 13px; }
  .wrapper-second-slider h2 {
    margin-bottom: 30px; }

.second-slider .inner-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .second-slider .inner-slide .bottom-details {
    padding: 20px;
    background: rgba(0, 0, 0, 0.43);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0; }
    .second-slider .inner-slide .bottom-details address {
      margin-bottom: 0;
      float: right; }
    .second-slider .inner-slide .bottom-details span,
    .second-slider .inner-slide .bottom-details address {
      font-size: 28px;
      line-height: 45px;
      font-weight: 700; }

.second-slider .mask-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  z-index: 9; }

.second-slider img.play-button {
  width: 205px;
  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%); }

.second-slider .slide {
  padding: 40px 0; }

.second-slider .mask-image-inset,
.second-slider .mask-image-outset,
.second-slider .mask-image-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.second-slider .mask-image-inset {
  box-shadow: inset 0 0 70px rgba(0, 0, 0, 0.4); }

.second-slider .mask-image-outset {
  box-shadow: 0px 0px 15.48px 2.52px rgba(0, 0, 0, 0.47); }

.second-slider .mask-image-active {
  background: rgba(0, 0, 0, 0.57); }

.second-slider .slick-active .mask-image-outset {
  box-shadow: none; }

.second-slider .slick-active .inner-slide .bottom-details {
  opacity: 1; }

/*== End second-slider ==*/
/*==== Strat intro ====*/
.intro {
  padding-top: 100px;
  padding-bottom: 65px; }
  .intro h2 {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 70px;
    color: #005120; }
  .intro h6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #191919; }
  .intro p {
    margin-bottom: 30px;
    line-height: 30px;
    font-weight: 300; }
  .intro .btn-link {
    margin-top: 10px;
    margin-right: 78px; }
  .intro .inner-intro {
    padding-bottom: 55px;
    background-image: url("assets/img/logo-transparent.png");
    background-repeat: no-repeat;
    background-size: 476px auto;
    background-position: top 0px right 0px; }
    .intro .inner-intro strong {
      font-weight: 500; }
  .intro .intro-titles {
    padding-top: 65px; }

/*== End intro ==*/
/*==== Start wrapper-tours-slider ====*/
.wrapper-tours-slider {
  padding-top: 65px;
  padding-bottom: 90px;
  overflow-x: hidden; }

.title-box h2 {
  margin-bottom: 20px; }

.title-box .underline {
  display: inline-block;
  height: 25px;
  width: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.tours-slider {
  position: relative;
  width: calc(100% + 50px);
  margin-left: -25px; }
  .tours-slider .card {
    margin: 25px; }
  .tours-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 25px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    background: transparent;
    border: none;
    cursor: pointer;
    cursor: hand;
    outline: none; }
    .tours-slider .slick-arrow.slick-prev {
      left: -100px; }
    .tours-slider .slick-arrow.slick-next {
      right: -100px; }
    .tours-slider .slick-arrow img {
      width: 55px;
      height: auto; }
  .tours-slider .slick-dots {
    margin: 60px 0 0; }

.slick-dots {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  text-align: center; }
  .slick-dots li {
    margin: 0 12px;
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden; }
    .slick-dots li button {
      text-indent: 1000px;
      background-color: #9d9d9d;
      border: none;
      cursor: pointer;
      cursor: hand; }
  .slick-dots .slick-active button {
    background-color: #005120; }

.card {
  border: none;
  border-radius: 0;
  -moz-box-shadow: 0 0 23px 2px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0 0 23px 2px rgba(0, 0, 0, 0.29);
  box-shadow: 0 0 23px 2px rgba(0, 0, 0, 0.29); }
  .card .card-header {
    padding: 0;
    position: relative;
    overflow: hidden;
    border-radius: 0; }
    .card .card-header .img-animation {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .card .card-header span {
      display: inline-block;
      padding: 10px;
      font-size: 24px;
      line-height: 29px;
      font-weight: 500;
      position: absolute;
      top: 10px;
      left: 10px;
      background: #005120;
      color: #fff;
      z-index: 9; }
      .card .card-header span a {
        color: #fff; }
  .card .title-box {
    position: relative; }
    .card .title-box h5 {
      font-size: 23px;
      margin-bottom: 60px;
      letter-spacing: -1px;
      min-height: 125px; }
    .card .title-box .underline {
      width: 225px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s;
      position: absolute;
      bottom: -45px; }
      .card .title-box .underline.dark-img {
        opacity: 1; }
      .card .title-box .underline.white-img {
        opacity: 0; }
  .card .card-body {
    position: relative;
    padding: 20px 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .card .card-body h5 {
      color: #005120;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .card .card-body p {
      font-size: 18px;
      line-height: 24px;
      font-weight: 300;
      min-height: 120px; }
    .card .card-body .btn-success {
      padding: 15px 42px;
      position: relative;
      font-size: 20px;
      line-height: 25px;
      font-weight: 700;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .card .mask {
    z-index: 99; }
  .card:hover .card-header .img-animation {
    transform: scale(1.1);
    -webkit-transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 10s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  .card:hover .card-body {
    background: #005120;
    color: #fff; }
    .card:hover .card-body h5 {
      color: #fff; }
    .card:hover .card-body .btn-success {
      background: #fff !important;
      color: #005120 !important; }
  .card:hover .title-box .underline.dark-img {
    opacity: 0; }
  .card:hover .title-box .underline.white-img {
    opacity: 1; }

article.card .card-header h5 {
  margin-left: 30px;
  margin-right: 30px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  z-index: 9;
  max-width: 380px; }

article.card .card-body {
  padding: 10px 30px 20px 30px; }

article.card .title-box .underline {
  bottom: auto;
  top: 7px;
  right: 15px; }

article.card .title-box time {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  color: #212121;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

article:hover .title-box time {
  color: #cbcbcb; }

/*== End wrapper-tours-slider ==*/
/*==== Start personally-contact ====*/
.personally-contact {
  padding-top: 90px;
  padding-bottom: 170px; }

.img-with-bg {
  position: relative; }
  .img-with-bg span.img-bg {
    display: inline-block;
    width: 420px;
    height: 630px;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center center; }
  .img-with-bg .wrapper-img {
    position: absolute;
    left: 135px;
    top: -70px; }
    .img-with-bg .wrapper-img img {
      width: auto;
      height: 635px; }
    .img-with-bg .wrapper-img .signature {
      display: inline-block;
      font-family: "PhotographSignature";
      font-size: 50px;
      line-height: 50px;
      color: #fff;
      position: absolute;
      right: 25px;
      bottom: 25px; }

.contact-details {
  position: relative;
  padding-top: 60px;
  width: calc(100% - 60px);
  background-image: url("assets/img/logo-transparent.png");
  background-repeat: no-repeat;
  background-size: 325px auto;
  background-position: top 160px right 15px; }
  .contact-details:before {
    content: '';
    width: 450px;
    height: 415px;
    border-top: 15px solid #005120;
    border-right: 15px solid #005120;
    position: absolute;
    top: -40px;
    right: -60px;
    z-index: -1; }
  .contact-details h3 {
    margin-bottom: 30px;
    font-size: 47px;
    line-height: 53px;
    font-weight: 700; }
  .contact-details ul {
    padding-left: 0;
    margin-bottom: 65px;
    list-style: none;
    max-width: 550px;
    margin-left: auto; }
    .contact-details ul li {
      margin-bottom: 30px;
      font-size: 27px;
      line-height: 30px;
      font-weight: 700;
      color: #191919;
      display: flex; }
    .contact-details ul .span-text {
      display: block;
      width: 50%;
      text-align: left; }
    .contact-details ul a {
      color: #005120;
      font-size: 30px;
      line-height: 34px;
      display: block;
      width: 50%;
      text-align: right; }
    .contact-details ul .flags {
      display: flex;
      margin-top: 5px; }
  .contact-details h6 {
    margin-bottom: 10px;
    max-width: 550px;
    margin-left: auto;
    padding-left: 55px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300; }
  .contact-details p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300; }
  .contact-details .btn-link {
    margin-top: 30px;
    margin-right: 15px; }

/*== End personally-contact ==*/
/*==== Start person-description =====*/
.person-description .contact-details {
  background-image: none; }
  .person-description .contact-details h3.text-right {
    text-align: left !important; }

/*== End person-description ==*/
/*==== Start parallax ====*/
.parallax {
  position: relative;
  padding-top: 180px;
  padding-bottom: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff; }
  .parallax.is-mobile {
    background-attachment: unset; }
  .parallax .mask {
    background-color: rgba(0, 0, 0, 0.23); }
  .parallax .inner-parallax {
    position: relative;
    z-index: 9;
    max-width: 640px; }
  .parallax .title-white-corner {
    margin-left: 30px; }
    .parallax .title-white-corner:before {
      left: -30px; }
  .parallax p {
    font-size: 20px;
    line-height: 30px;
    font-size: 300; }
  .parallax .btn-link {
    color: #fff; }
    .parallax .btn-link:after {
      background: #fff; }
    .parallax .btn-link:hover {
      color: #d3e9ce; }
      .parallax .btn-link:hover:after {
        background: #d3e9ce; }

/*== End parallax ==*/
/*==== Start cta-box ====*/
.cta-box {
  padding-top: 175px;
  padding-bottom: 135px; }

.img-with-bg-top {
  position: relative;
  min-height: 560px; }
  .img-with-bg-top span.img-bg {
    display: inline-block;
    width: 420px;
    height: 315px;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center center;
    position: absolute;
    top: -70px; }
  .img-with-bg-top img {
    margin-left: 60px;
    position: relative;
    width: 575px; }

.box-with-border {
  color: #191919;
  position: relative;
  z-index: 2;
  width: calc(100% - 71px);
  height: 100%; }
  .box-with-border:before {
    content: '';
    width: 483px;
    min-height: 645px;
    height: calc(100% + 115px);
    border-top: 15px solid #005120;
    border-right: 15px solid #005120;
    border-bottom: 15px solid #005120;
    position: absolute;
    top: -92px;
    right: -71px;
    z-index: 1; }
  .box-with-border h2 {
    margin-top: 22px;
    line-height: 58px;
    max-width: 528px; }
  .box-with-border p {
    font-weight: 300;
    line-height: 30px; }
  .box-with-border .btn-link {
    margin-top: 23px; }

/*== End cta-box ==*/
/*==== Start wrapper-blockquote-slider =====*/
.wrapper-blockquote-slider {
  padding-top: 130px;
  padding-bottom: 145px; }

.blockquote-slider {
  margin-top: 200px;
  position: relative;
  max-width: 732px; }
  .blockquote-slider .slick-arrow {
    position: absolute;
    right: -120px;
    z-index: 9;
    background: transparent;
    border: none;
    cursor: pointer;
    cursor: hand;
    outline: none; }
    .blockquote-slider .slick-arrow.slick-prev {
      top: 28px; }
    .blockquote-slider .slick-arrow.slick-next {
      top: 120px; }
    .blockquote-slider .slick-arrow img {
      width: 55px;
      height: auto; }

.blockquote-box {
  color: #191919; }
  .blockquote-box h6 {
    font-size: 22px;
    font-weight: 600;
    color: #005120; }
  .blockquote-box blockquote {
    font-size: 20px;
    line-height: 30px; }
    .blockquote-box blockquote p {
      margin-bottom: 25px; }

.wrapper-blockquote-box .btn-link {
  margin-top: 15px;
  font-size: 20px;
  line-height: 37px;
  color: #005120;
  font-weight: 600; }
  .wrapper-blockquote-box .btn-link:after {
    display: none; }
  .wrapper-blockquote-box .btn-link i {
    font-size: 30px;
    line-height: 30px;
    vertical-align: sub; }

.wrapper-blockquote-box .readmore + [data-readmore-toggle],
.wrapper-blockquote-box .readmore[data-readmore] {
  width: auto;
  float: right;
  display: inline-block; }

.wrapper-blockquote-box h5 {
  margin-bottom: 60px;
  margin-top: 40px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  color: #191919; }

/*== End wrapper-blockquote-slider ==*/
/*==== Start wrapper-testimonials-list ====*/
.wrapper-testimonials-list {
  padding-top: 50px;
  padding-bottom: 50px; }
  .wrapper-testimonials-list .margin-bottom-reset {
    margin-bottom: 80px; }
    .wrapper-testimonials-list .margin-bottom-reset:last-child {
      margin-bottom: 0; }
  .wrapper-testimonials-list .wrapper-blockquote-box {
    position: relative;
    padding: 55px 60px 0 105px; }
    .wrapper-testimonials-list .wrapper-blockquote-box:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("assets/img/quote.png");
      background-size: cover;
      background-repeat: no-repeat;
      width: 60px;
      height: 60px; }
    .wrapper-testimonials-list .wrapper-blockquote-box:before {
      content: '';
      width: 450px;
      height: 175px;
      border-top: 13px solid #005120;
      border-right: 13px solid #005120;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
    .wrapper-testimonials-list .wrapper-blockquote-box h5 {
      margin-top: 20px;
      margin-bottom: 10px; }
    .wrapper-testimonials-list .wrapper-blockquote-box .margin-top-reset {
      margin-top: 80px; }

/*== End wrapper-testimonials-list ==*/
/*==== Start cards ====*/
.cards {
  margin-top: 85px;
  padding-top: 55px;
  padding-bottom: 40px; }
  .cards h4 {
    margin-bottom: 0;
    font-weight: 700; }

.card-img {
  position: relative;
  border-radius: 0;
  text-align: right; }
  .card-img span.img-bg {
    margin-top: -55px;
    margin-right: 35px;
    display: inline-block;
    width: 280px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
  .card-img img {
    position: absolute;
    top: -175px;
    left: -5px;
    max-width: 515px;
    height: auto; }

.wrapper-cards-list {
  text-align: center; }
  .wrapper-cards-list ul {
    margin-bottom: 0; }
    .wrapper-cards-list ul li {
      position: relative;
      width: 88px;
      height: 54px;
      background: #fff;
      border-radius: 4px; }
      .wrapper-cards-list ul li img {
        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%); }
      .wrapper-cards-list ul li.list-inline-item:not(:last-child) {
        margin-right: 14px; }
  .wrapper-cards-list h6 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px; }

/*== End cards ==*/
/*==== Start wrapper-tour-nav ====*/
.wrapper-tour-nav .bg-light {
  background-color: #fff !important;
  border-bottom: 1px solid #c2c2c2; }

.wrapper-tour-nav .navbar {
  padding: 0; }

.wrapper-tour-nav .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 40px;
  padding-right: 40px; }

.wrapper-tour-nav .navbar-light .navbar-nav .nav-link.active,
.wrapper-tour-nav .navbar-light .navbar-nav .nav-link.show {
  color: #005120;
  opacity: 1; }
  .wrapper-tour-nav .navbar-light .navbar-nav .nav-link.active::after,
  .wrapper-tour-nav .navbar-light .navbar-nav .nav-link.show::after {
    opacity: 1; }

.wrapper-tour-nav .nav-tabs {
  border-bottom: none; }
  .wrapper-tour-nav .nav-tabs .nav-link {
    border: none; }

.wrapper-tour-nav .nav-link {
  position: relative;
  padding: 8px;
  font-weight: 500;
  font-size: 27px;
  line-height: 65px;
  color: #c5c5c5;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .wrapper-tour-nav .nav-link:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #005120;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    opacity: 0; }

.wrapper-tour-nav .nav-item {
  margin: 0 65px; }
  .wrapper-tour-nav .nav-item:hover .nav-link, .wrapper-tour-nav .nav-item.active .nav-link {
    color: #005120; }
    .wrapper-tour-nav .nav-item:hover .nav-link::after, .wrapper-tour-nav .nav-item.active .nav-link::after {
      opacity: 1; }

.wrapper-tour-nav.affix .navbar {
  position: fixed;
  top: 87px;
  z-index: 999;
  width: 100%; }

/*== End wrapper-tour-nav ==*/
/*==== Start section-content ====*/
.section-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.section-content {
  padding-top: 115px;
  padding-bottom: 40px; }
  .section-content .section-content {
    padding-top: 30px; }

.wrapper-image + .section-content {
  padding-top: 0; }

.content hr {
  width: 295px;
  height: 20px;
  margin-top: 55px;
  margin-bottom: 50px;
  border-top: none;
  background-image: url("assets/img/green-line-bg-small.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.content h4 {
  font-size: 26px;
  line-height: 37px;
  font-weight: 500; }

.content strong {
  font-weight: 500; }

.content a {
  color: #005120; }

.content p {
  margin-bottom: 30px;
  line-height: 30px; }

.content img {
  height: auto; }
  .content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.content .img-float-right {
  margin-left: 50px; }

.content .img-float-left {
  margin-right: 50px; }

.content .wp-caption.alignleft {
  float: left;
  margin-right: 50px; }

.content .wp-caption.alignright {
  float: right;
  margin-left: 50px; }

.content .wp-caption.aligncenter {
  margin: auto;
  text-align: center;
  max-width: 970px;
  width: 100% !important; }
  .content .wp-caption.aligncenter .wp-caption-text {
    margin-left: 5px; }
  .content .wp-caption.aligncenter img {
    height: auto;
    width: 100%; }

.content .wp-caption-text {
  margin-bottom: 50px;
  padding: 8px 0;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #005120;
  text-align: center;
  background: #d3e9ce;
  width: calc(100% - 10px); }

.content ul {
  margin-top: 25px;
  padding-left: 33px;
  list-style: none; }
  .content ul li {
    position: relative;
    font-size: 20px;
    line-height: 33px;
    color: #212121; }
    .content ul li:after {
      content: '';
      width: 7px;
      height: 7px;
      background-color: #005120;
      position: absolute;
      top: 19px;
      left: -33px; }

/*== End section-content ==*/
/*==== Start accommodation-detailed ====*/
.accommodation-detailed {
  padding-top: 20px;
  padding-bottom: 60px; }
  .accommodation-detailed .wrapper-title-with-bg {
    margin-bottom: 40px; }
    .accommodation-detailed .wrapper-title-with-bg .title-with-bg {
      min-width: 545px;
      position: static; }
  .accommodation-detailed .img-with-bg-top {
    min-height: auto; }
    .accommodation-detailed .img-with-bg-top span.img-bg {
      width: 390px;
      top: -30px;
      right: -30px; }

/*== End accommodation-detailed ==*/
/*==== Start accommodation-colored ====*/
.accommodation-colored {
  padding-top: 65px;
  background-color: #ebf4ef;
  background-image: url("assets/img/logo-transparent.png");
  background-repeat: no-repeat;
  background-size: 455px;
  background-position: bottom -65px right -65px; }
  .accommodation-colored .content-top {
    margin-bottom: 80px; }
    .accommodation-colored .content-top p {
      margin-bottom: 45px; }
  .accommodation-colored.text-and-slider .text-box p {
    margin-bottom: 18px; }

/*== End accommodation-colored ==*/
/*==== Start text-and-img ====*/
.text-and-img {
  padding-top: 35px;
  padding-bottom: 83px; }
  .text-and-img .row {
    margin-right: 0px;
    margin-left: 0px; }
    .text-and-img .row [class*='col-'] {
      padding-right: 0px;
      padding-left: 0px; }
      .text-and-img .row [class*='col-']:first-child {
        position: relative;
        z-index: 9; }
  .text-and-img .img-slider {
    position: relative; }
    .text-and-img .img-slider .slick-arrow {
      padding: 10px 20px;
      background: #005120;
      position: absolute;
      bottom: 0;
      z-index: 9;
      border: none;
      cursor: hand;
      cursor: pointer;
      outline: none; }
      .text-and-img .img-slider .slick-arrow img {
        width: 20px;
        float: right; }
      .text-and-img .img-slider .slick-arrow.slick-prev {
        right: 50px;
        padding-right: 10px; }
      .text-and-img .img-slider .slick-arrow.slick-next {
        right: 0px;
        padding-left: 10px; }
    .text-and-img .img-slider .slide img {
      width: 100%; }

.text-box .img-with-bg-bottom {
  float: right;
  margin-left: 20px; }

.text-box h2 {
  color: #005120; }

.text-box h5 {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  max-width: 490px; }

.text-box .wrapper-inner-text-box {
  padding-left: 45px;
  padding-bottom: 50px;
  background-image: url("assets/img/green-lines-bg-big.png");
  background-repeat: repeat;
  background-size: auto;
  background-position: center center; }

.text-box .inner-text-box {
  padding: 35px 110px 30px 65px;
  margin-right: -140px;
  position: relative;
  z-index: 9;
  background-color: #fff;
  background-image: url("assets/img/logo-transparent.png");
  background-repeat: no-repeat;
  background-size: 390px auto;
  background-position: top 10px right 65px;
  min-height: 520px; }
  .text-box .inner-text-box:before {
    content: '';
    width: 45px;
    height: 35px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -45px;
    z-index: 99; }
  .text-box .inner-text-box h6 {
    margin-bottom: 7px;
    font-size: 25px;
    line-height: 30px; }
  .text-box .inner-text-box .hotels {
    max-width: 440px;
    margin-bottom: 80px; }
    .text-box .inner-text-box .hotels p {
      font-size: 25px;
      line-height: 38px; }
    .text-box .inner-text-box .hotels:last-child {
      margin-bottom: 0; }
  .text-box .inner-text-box ul {
    margin-top: 25px;
    padding-left: 33px;
    list-style: none; }
    .text-box .inner-text-box ul li {
      position: relative;
      font-size: 20px;
      line-height: 33px;
      color: #212121; }
      .text-box .inner-text-box ul li:after {
        content: '';
        width: 7px;
        height: 7px;
        background-color: #005120;
        position: absolute;
        top: 14px;
        left: -33px; }

.text-box .btn-link:hover {
  text-decoration: none; }
  .text-box .btn-link:hover:after {
    opacity: 0; }

.img-box .img-with-bg {
  text-align: right; }
  .img-box .img-with-bg span.img-bg {
    width: 650px;
    background-size: auto;
    background-repeat: repeat; }
  .img-box .img-with-bg .wrapper-img {
    margin-top: 0;
    position: absolute;
    top: 130px;
    left: auto;
    right: 100px; }

/*== End text-and-img ==*/
/*==== Start box-with-corner ====*/
.box-with-corner {
  padding-top: 145px;
  padding-bottom: 35px; }
  .box-with-corner .text-box {
    position: relative;
    padding-right: 35px; }
    .box-with-corner .text-box ul {
      padding-left: 33px;
      list-style: none;
      width: calc(100% - 40px); }
      .box-with-corner .text-box ul li {
        position: relative;
        font-size: 25px;
        line-height: 45px;
        color: #212121; }
        .box-with-corner .text-box ul li:after {
          content: '';
          width: 7px;
          height: 7px;
          background-color: #005120;
          position: absolute;
          top: 19px;
          left: -33px; }
    .box-with-corner .text-box:before {
      content: '';
      width: 450px;
      height: 175px;
      border-top: 13px solid #005120;
      border-right: 13px solid #005120;
      position: absolute;
      top: -115px;
      right: 0;
      z-index: -1; }

/*== End box-with-corner ==*/
/*==== Start text-and-slider ====*/
.text-and-slider {
  padding-top: 130px;
  padding-bottom: 50px; }
  .text-and-slider .wrapper-title-with-bg {
    margin-bottom: 55px; }
    .text-and-slider .wrapper-title-with-bg .title-with-bg {
      min-width: 800px; }
  .text-and-slider .wrapper-title-with-corner {
    padding-right: 100px; }
  .text-and-slider .extra-text {
    padding-right: 50px; }
  .text-and-slider .img-with-bg-top {
    min-height: 425px; }
    .text-and-slider .img-with-bg-top span.img-bg {
      width: 525px;
      height: 400px;
      position: absolute;
      top: -30px;
      right: 0; }
    .text-and-slider .img-with-bg-top img {
      margin-left: 0;
      margin-right: 30px;
      float: right;
      width: 565px;
      height: auto; }
  .text-and-slider .order-1 .img-with-bg-top span.img-bg {
    right: auto;
    left: -30px; }
  .text-and-slider .order-1 .img-slider .slick-arrow.slick-next {
    left: auto;
    right: 30px; }
  .text-and-slider .order-1 .img-slider .slick-arrow.slick-prev {
    left: auto;
    right: 95px; }
  .text-and-slider .img-with-bg-bottom {
    margin-bottom: 100px;
    position: relative;
    max-height: 450px;
    height: 100%; }
    .text-and-slider .img-with-bg-bottom span.img-bg {
      display: inline-block;
      width: 525px;
      height: 400px;
      background-repeat: repeat-y;
      background-size: contain;
      background-position: center center;
      position: absolute;
      bottom: -10px;
      left: -30px;
      z-index: -1; }
    .text-and-slider .img-with-bg-bottom img {
      width: 565px;
      height: auto; }
  .text-and-slider .text-box p {
    margin-bottom: 35px; }
  .text-and-slider .text-box ul {
    margin-top: 25px;
    padding-left: 86px;
    list-style: none; }
    .text-and-slider .text-box ul li {
      position: relative;
      font-size: 20px;
      line-height: 40px;
      color: #212121; }
      .text-and-slider .text-box ul li:after {
        content: '';
        width: 7px;
        height: 7px;
        background-color: #005120;
        position: absolute;
        top: 17px;
        left: -33px; }
  .text-and-slider .text-box .wrapper-width {
    max-width: 565px;
    width: 100%;
    float: right;
    margin-top: 35px;
    margin-left: 40px;
    margin-bottom: 20px; }
    .text-and-slider .text-box .wrapper-width .img-with-bg-top img,
    .text-and-slider .text-box .wrapper-width .img-with-bg-bottom img {
      width: 100%; }
    .text-and-slider .text-box .wrapper-width .img-with-bg-bottom {
      float: none;
      margin-bottom: 20px; }
      .text-and-slider .text-box .wrapper-width .img-with-bg-bottom span.img-bg {
        bottom: -20px; }
    .text-and-slider .text-box .wrapper-width .img-slider .slick-arrow img {
      width: 30px; }
  .text-and-slider .order-2 .text-box .wrapper-width {
    float: left;
    margin-top: 35px;
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 20px; }
  .text-and-slider .extra-text p {
    margin-bottom: 35px; }
  .text-and-slider .img-slider {
    position: relative; }
    .text-and-slider .img-slider .slick-arrow {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 20px 25px;
      z-index: 9;
      background: #005120;
      border: none;
      cursor: pointer;
      cursor: hand;
      outline: none; }
      .text-and-slider .img-slider .slick-arrow.slick-prev {
        padding-right: 10px;
        left: 0; }
      .text-and-slider .img-slider .slick-arrow.slick-next {
        padding-left: 10px;
        left: 65px; }
      .text-and-slider .img-slider .slick-arrow img {
        width: 30px;
        height: auto;
        margin-right: 0; }
  .text-and-slider.highlights-details .text-box .wrapper-width {
    float: left;
    margin-right: 40px;
    margin-left: 0; }
  .text-and-slider.car-details .text-box {
    max-width: 795px; }
  .text-and-slider.car-details .wrapper-title-with-bg .title-with-bg {
    min-width: 665px; }
  .text-and-slider.car-details .order-1 .extra-padding {
    padding-left: 85px; }
  .text-and-slider.car-details .order-2 .text-box ul {
    padding-left: 150px; }
  .text-and-slider.car-details .order-2 .extra-padding {
    padding-left: 150px; }

/*== End text-and-slider ==*/
/*==== Start enquire-now ====*/
.enquire-now {
  padding-top: 100px;
  padding-bottom: 70px; }
  .enquire-now b, .enquire-now strong {
    font-weight: 500; }

/*== End enquire-now ==*/
/*==== Start info-box ====*/
.info-box {
  padding-top: 115px;
  padding-bottom: 20px; }
  .info-box .content h6 {
    font-size: 26px;
    line-height: 38px; }
  .info-box .content p {
    font-size: 26px;
    line-height: 38px; }

/*== End info-box ==*/
/*==== Start tours-list ====*/
.tours-list {
  padding-top: 40px;
  padding-bottom: 90px; }
  .tours-list .row {
    margin-right: -25px;
    margin-left: -25px; }
    .tours-list .row [class*='col-'] {
      padding-right: 25px;
      padding-left: 25px; }
  .tours-list .card {
    margin-bottom: 85px; }
  .tours-list .btn-success {
    padding: 20px 40px; }

/*== End tours-list ==*/
.btn-news {
  margin-top: 50px; }
  .btn-news a {
    display: inline-block;
    padding: 20px 40px;
    background-color: #005120 !important;
    border: 1px solid #005120;
    border-radius: 0;
    color: #fff !important;
    text-decoration: none;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .btn-news a:hover {
      text-decoration: none;
      color: #005120 !important;
      background-color: #d3e9ce !important;
      border: 1px solid #d3e9ce; }
  .btn-news.more-link {
    position: relative; }
    .btn-news.more-link i {
      position: absolute;
      bottom: -40px;
      left: calc(50% - 10px);
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      color: #005120;
      opacity: 0; }
    .btn-news.more-link.loading i {
      opacity: 1; }

/*==== Start news-list ====*/
.news-list {
  padding-top: 130px;
  padding-bottom: 130px; }
  .news-list .row {
    margin-right: -22px;
    margin-left: -22px; }
    .news-list .row [class*='col-'] {
      padding-right: 22px;
      padding-left: 22px; }
  .news-list .card {
    margin-bottom: 85px; }

/*== End news-list ==*/
/*==== Start form =====*/
body .gform_wrapper {
  margin: 65px auto 325px auto;
  max-width: 1145px;
  padding: 50px 90px 70px 90px;
  width: 100%;
  background-color: #005120;
  background-image: url("assets/img/logo-transparent.png");
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-position: right 0px bottom -200px; }
  body .gform_wrapper .gform_heading {
    margin: 0 auto 60px auto;
    font-weight: 500;
    font-size: 30px;
    line-height: 42px;
    color: #fff;
    max-width: 600px;
    text-align: center; }
  body .gform_wrapper span.gform_description {
    margin-bottom: 0; }
  body .gform_wrapper ul li.gfield {
    margin-top: 0 !important; }
  body .gform_wrapper .gsection {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff; }
  body .gform_wrapper h2.gsection_title {
    color: #fff;
    font-size: 24px;
    line-height: 39px;
    font-weight: 500; }
  body .gform_wrapper .inner-title {
    margin-bottom: 20px; }
  body .gform_wrapper .half {
    width: 50%;
    display: inline-block; }
    body .gform_wrapper .half .ginput_container_email {
      margin-right: 22px; }
    body .gform_wrapper .half .ginput_container_phone {
      margin-left: 8px; }
    body .gform_wrapper .half .ginput_container_date input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      width: 100% !important; }
  body .gform_wrapper .field-left .ginput_container_date,
  body .gform_wrapper .field-left .ginput_container_select {
    margin-right: 22px; }
  body .gform_wrapper .field-right .ginput_container_date,
  body .gform_wrapper .field-right .ginput_container_select {
    margin-left: 9px; }
  body .gform_wrapper .ginput_container_date {
    position: relative; }
    body .gform_wrapper .ginput_container_date:after {
      content: '';
      width: 30px;
      height: 30px;
      background-image: url("assets/img/calendar.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 50%;
      right: 8px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  body .gform_wrapper .form-info {
    margin-bottom: 15px;
    color: #fff; }
    body .gform_wrapper .form-info p {
      margin-bottom: 0;
      font-size: 18px;
      line-height: 31px; }
  body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
    display: none; }
  body .gform_wrapper .top_label .gfield_label {
    display: none; }
  body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
    margin-bottom: 27px; }
  body .gform_wrapper .top_label input.large {
    width: 100%; }
  body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0; }
  body .gform_wrapper div.ginput_container_name span.name_first {
    padding-right: 30px; }
  body .gform_wrapper div.ginput_container_name span.name_last {
    padding-right: 16px; }
  body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 6px 20px;
    font-size: 24px;
    line-height: 42px;
    color: #1c1c1c;
    font-weight: 500;
    border: 1px solid #005120; }
    body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).placeholder {
      opacity: 1;
      font-weight: 400;
      font-size: 24px;
      line-height: 42px;
      color: #7e7e7e; }
    body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
      opacity: 1;
      font-weight: 400;
      font-size: 24px;
      line-height: 42px;
      color: #7e7e7e; }
    body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
      opacity: 1;
      font-weight: 400;
      font-size: 24px;
      line-height: 42px;
      color: #7e7e7e; }
    body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
      opacity: 1;
      font-weight: 400;
      font-size: 24px;
      line-height: 42px;
      color: #7e7e7e; }
  body .gform_wrapper .bootstrap-select {
    width: 100% !important; }
    body .gform_wrapper .bootstrap-select button {
      color: #919090;
      border-radius: 0;
      border: 1px solid #005120; }
      body .gform_wrapper .bootstrap-select button:hover {
        background: #fff; }
      body .gform_wrapper .bootstrap-select button:focus {
        outline: none; }
    body .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder,
    body .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      background: #fff; }
    body .gform_wrapper .bootstrap-select .dropdown-toggle::after {
      border-top: 10px solid;
      border-right: 10px solid transparent;
      border-bottom: 0;
      border-left: 10px solid transparent;
      color: #005120; }
    body .gform_wrapper .bootstrap-select .dropdown-toggle::before {
      content: '';
      height: 100%;
      width: 1px;
      background-color: #005120;
      position: absolute;
      right: 55px;
      bottom: 0; }
    body .gform_wrapper .bootstrap-select .dropdown-toggle:focus {
      outline-offset: 0; }
    body .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder {
      font-weight: 400;
      font-size: 24px;
      line-height: 42px;
      color: #7e7e7e; }
    body .gform_wrapper .bootstrap-select .btn-light {
      padding: 6px 20px;
      font-weight: 400;
      font-size: 24px;
      line-height: 42px;
      color: #7e7e7e; }
    body .gform_wrapper .bootstrap-select .dropdown-item.active {
      background-color: #d3e9ce;
      color: #1c1c1c; }
  body .gform_wrapper form {
    position: relative; }
    body .gform_wrapper form .gform_footer {
      padding: 0;
      margin: 0;
      position: absolute;
      bottom: -300px;
      left: 0;
      text-align: center; }
      body .gform_wrapper form .gform_footer .gform_button {
        margin: 0;
        padding: 28px 90px;
        background-color: #005120;
        border: 1px solid #005120;
        border-radius: 0;
        color: #fff;
        text-decoration: none;
        font-size: 35px;
        line-height: 45px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        cursor: hand;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        body .gform_wrapper form .gform_footer .gform_button:hover {
          text-decoration: none;
          color: #005120;
          background-color: #d3e9ce;
          border: 1px solid #d3e9ce; }

/*== End form ==*/
/*==== Start social-media-section ====*/
.social-media-section {
  padding-top: 25px;
  padding-bottom: 25px; }

.social-media {
  margin-bottom: 0;
  text-align: center; }
  .social-media .bubble {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #005120;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .social-media .bubble i, .social-media .bubble svg {
      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%);
      font-size: 37px;
      color: #fff;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .social-media .bubble:hover {
      background-color: #d3e9ce; }
      .social-media .bubble:hover i, .social-media .bubble:hover svg {
        color: #005120; }
  .social-media .list-inline-item:not(:last-child) {
    margin-right: 28px; }

/*== End social-media-section ==*/
/*==== Start tripadvisor ====*/
.tripadvisor {
  padding-top: 100px;
  padding-bottom: 115px; }
  .tripadvisor a {
    outline: none; }
  .tripadvisor img {
    margin-bottom: 44px;
    width: 255px;
    height: auto; }
  .tripadvisor .content {
    max-width: 1075px;
    margin: auto;
    position: relative; }
    .tripadvisor .content h6 {
      font-weight: 600;
      font-size: 25px;
      line-height: 38px; }
    .tripadvisor .content hr {
      margin-top: 30px;
      margin-bottom: 30px; }
    .tripadvisor .content p {
      font-size: 25px;
      line-height: 38px; }
    .tripadvisor .content a {
      font-size: 25px;
      line-height: 38px;
      font-weight: 400;
      color: #252525; }

.small-tripadvisor {
  padding-top: 70px;
  padding-bottom: 50px; }
  .small-tripadvisor img {
    width: 140px;
    margin-bottom: 20px; }
  .small-tripadvisor .content {
    max-width: 870px; }
    .small-tripadvisor .content h6 {
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 25px; }
    .small-tripadvisor .content p {
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 25px; }
    .small-tripadvisor .content a {
      font-size: 20px;
      line-height: 25px; }

/*== End tripadvisor ==*/
/*==== Start team ====*/
.team {
  padding-top: 20px;
  padding-bottom: 20px; }
  .team .row {
    margin-right: -9px;
    margin-left: -9px; }
    .team .row [class*='col-'] {
      padding-right: 9px;
      padding-left: 9px; }
  .team .person {
    margin-bottom: 18px;
    position: relative;
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.29); }
    .team .person .zoom-img {
      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%);
      width: auto;
      height: 135px;
      z-index: 9;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .team .person .img-thumbnail {
      padding: 10px;
      border: none;
      border-radius: 0; }
    .team .person .person-img {
      position: absolute;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .team .person span.mask {
      background-color: rgba(0, 0, 0, 0.59);
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      top: 10px;
      left: 10px;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .team .person span.name {
      font-size: 30px;
      line-height: 45px;
      font-weight: 500;
      color: #fff;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 50px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: 9;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    .team .person a.mask {
      z-index: 99; }
    .team .person:hover .zoom-img,
    .team .person:hover span.mask,
    .team .person:hover span.name {
      opacity: 1; }

/*== End team ==*/
/*==== Start fancy-box ====*/
.fancybox-content {
  padding: 0;
  overflow: visible; }

.fancybox-close-small {
  color: #fff !important;
  right: -15px !important;
  top: -50px !important; }
  .fancybox-close-small svg {
    font-size: 50px; }

/*== End fancybox ==*/
/*==== Start wrapper-image ====*/
.wrapper-image {
  padding-top: 120px;
  padding-bottom: 120px; }
  .wrapper-image span {
    margin: auto;
    padding: 15px;
    background: #d3e9ce;
    display: block;
    max-width: 1430px;
    color: #005120;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px; }

/*== End wrraper-image ==*/
/*==== Start section-button ====*/
.section-button {
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-button .btn-success {
    padding: 30px 40px; }

/*== End section-button ==*/
/*==== Start wrapper-single-map ====*/
.wrapper-single-map {
  padding-top: 200px;
  padding-bottom: 70px; }
  .wrapper-single-map .container {
    position: relative; }
    .wrapper-single-map .container .legend {
      position: absolute;
      top: 25px;
      left: 40px;
      padding: 30px;
      background: #FFF;
      z-index: 10; }
      .wrapper-single-map .container .legend ul {
        margin-bottom: 0;
        padding: 0;
        list-style: none; }
        .wrapper-single-map .container .legend ul li {
          margin-bottom: 18px;
          max-width: 355px;
          padding-left: 40px;
          position: relative;
          font-size: 17px; }
      .wrapper-single-map .container .legend .pin {
        position: absolute;
        left: 0;
        top: 0;
        display: inline-block;
        width: 35px;
        height: 40px;
        background-image: url(assets/img/marker-map.png);
        background-size: 35px auto;
        text-align: center;
        background-repeat: no-repeat;
        font-size: 10px;
        line-height: 10px;
        padding: 8px;
        font-weight: bold; }
      .wrapper-single-map .container .legend .text {
        line-height: 25px;
        display: inline-block; }

.single-map {
  height: 970px;
  width: 100%;
  border: 20px solid #d3e9ce; }

.simplified-view .wrapper-single-map {
  padding-top: 50px; }

.map-module {
  padding-top: 40px;
  padding-bottom: 80px; }
  .map-module .single-map {
    margin-top: 85px;
    height: 770px; }

/*== End wrapper-single-map ==*/
/*==== Star hotels-rating ====*/
.hotels-rating h3 {
  margin-bottom: 0;
  padding: 15px;
  background-color: #d3e9ce;
  display: inline-block;
  line-height: 40px; }

.hotels-rating hr {
  background: none;
  width: 100%;
  height: 2px;
  background-color: #005120;
  height: 2px !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important; }

.hotels-rating .rating-stars {
  padding: 0 15px;
  display: inline-block; }
  .hotels-rating .rating-stars span {
    font-size: 20px;
    color: #005120;
    display: inline-block; }

/*== End hotels-rating ==*/
/*==== Start section-enquiry ====*/
.section-enquiry {
  padding-top: 50px;
  padding-bottom: 50px; }
  .section-enquiry .gform_wrapper {
    margin-top: 0 !important; }

/*== End section-enquiry ==*/
/*==== Start pagination-article ====*/
.pagination-article {
  position: relative;
  padding-top: 5px;
  padding-bottom: 45px;
  border-top: 2px solid #005120; }
  .pagination-article .btn-link {
    color: #005120; }
    .pagination-article .btn-link:after {
      display: none; }
    .pagination-article .btn-link:hover {
      text-decoration: underline; }
  .pagination-article img {
    width: 25px;
    height: auto;
    margin: 0 10px; }
  .pagination-article .btn-prev,
  .pagination-article .btn-next {
    position: absolute;
    top: 10px; }
  .pagination-article .btn-prev {
    left: 0; }
  .pagination-article .btn-next {
    right: 0; }

/*== End pagination-article ==*/
/*==== Start footer ====*/
footer {
  color: #fff; }
  footer hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #fff; }
  footer .order-2 {
    order: 1; }

.footer-top {
  padding-top: 120px;
  padding-bottom: 70px; }
  .footer-top .navbar-brand {
    margin-bottom: 50px;
    padding: 0;
    max-width: 195px;
    width: 100%; }
  .footer-top address {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 33px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 280px; }
  .footer-top .TA_certificateOfExcellence #CDSWIDCOE {
    margin: 0 auto;
    max-width: 115px; }
  .footer-top .custom-logo-link {
    text-align: center;
    margin: 0 auto 40px auto;
    display: block; }
  .footer-top .covid-logo {
    margin-top: 20px;
    text-align: center; }
    .footer-top .covid-logo img {
      width: 100px;
      height: auto; }

.footer-box {
  max-width: 335px; }
  .footer-box h5 {
    margin-bottom: 32px;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px; }
  .footer-box ul {
    padding-left: 0;
    list-style: none;
    max-width: 260px;
    width: 100%; }
    .footer-box ul li {
      font-size: 18px;
      line-height: 30px; }
      .footer-box ul li a {
        color: #fff;
        display: block; }
      .footer-box ul li .nav-link {
        padding: 0; }
        .footer-box ul li .nav-link:hover {
          text-decoration: underline; }
      .footer-box ul li.menu-item {
        margin-bottom: 0;
        display: block; }
    .footer-box ul hr {
      margin-top: 27px;
      margin-bottom: 24px; }
    .footer-box ul .menu-item {
      margin-bottom: 15px;
      display: inline-block; }
  .footer-box p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400; }
  .footer-box form .wrapper-input {
    position: relative;
    margin-bottom: 20px; }
    .footer-box form .wrapper-input img {
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .footer-box form .wrapper-input i,
    .footer-box form .wrapper-input svg {
      position: absolute;
      top: 50%;
      left: 15px;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #2c2c2c;
      font-size: 25px; }
    .footer-box form .wrapper-input input {
      padding: 15px 15px 15px 55px;
      max-width: 320px;
      height: auto;
      border: none;
      border-radius: 3px;
      color: #2c2c2c;
      font-size: 18px;
      line-height: 29px;
      font-weight: 400;
      width: 100%; }
      .footer-box form .wrapper-input input.placeholder {
        color: #2c2c2c;
        font-size: 18px;
        line-height: 29px;
        font-weight: 400;
        opacity: 1; }
      .footer-box form .wrapper-input input:-moz-placeholder {
        color: #2c2c2c;
        font-size: 18px;
        line-height: 29px;
        font-weight: 400;
        opacity: 1; }
      .footer-box form .wrapper-input input::-moz-placeholder {
        color: #2c2c2c;
        font-size: 18px;
        line-height: 29px;
        font-weight: 400;
        opacity: 1; }
      .footer-box form .wrapper-input input::-webkit-input-placeholder {
        color: #2c2c2c;
        font-size: 18px;
        line-height: 29px;
        font-weight: 400;
        opacity: 1; }
  .footer-box form button {
    padding: 5px 20px 5px 20px;
    background: #fff;
    border: 1px solid #fff;
    color: #005120;
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    cursor: hand; }

.footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-bottom .footer-bottom-list {
    margin-top: 13px;
    margin-bottom: 0; }
    .footer-bottom .footer-bottom-list li {
      position: relative;
      display: inline-block;
      margin-right: 10px;
      font-weight: 500;
      font-size: 19px;
      line-height: 29px;
      color: #fff; }
      .footer-bottom .footer-bottom-list li a.nav-link {
        padding: 0;
        font-weight: 500;
        font-size: 19px;
        line-height: 29px;
        color: #fff; }
        .footer-bottom .footer-bottom-list li a.nav-link:hover {
          text-decoration: underline; }
      .footer-bottom .footer-bottom-list li:after {
        content: '';
        height: calc(100% - 10px);
        width: 1px;
        background-color: #fff;
        position: absolute;
        right: -10px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .footer-bottom .footer-bottom-list li:last-child:after {
        display: none; }
    .footer-bottom .footer-bottom-list .list-inline-item:not(:last-child) {
      margin-right: 10px; }
    .footer-bottom .footer-bottom-list .list-inline-item:first-child {
      margin-right: 18px; }
  .footer-bottom .credit {
    margin-top: 13px;
    text-align: right;
    font-weight: 500;
    font-size: 19px;
    line-height: 29px; }
    .footer-bottom .credit a {
      color: #fff; }
  .footer-bottom .social-media .bubble {
    background-color: #fff; }
    .footer-bottom .social-media .bubble i, .footer-bottom .social-media .bubble svg {
      color: #005120; }
    .footer-bottom .social-media .bubble:hover {
      background-color: #d3e9ce; }

/*== End footer ==*/
/*==== Start admin-bar ====*/
.admin-bar .fixed-top {
  top: 32px; }

.admin-bar .wrapper-tour-nav.affix .navbar {
  top: 118px; }

/*== End admin-bar ==*/
/*==== Breakpoints ======*/
@media (min-width: 1600px) {
  .container {
    max-width: 1400px; }
  .container-reset {
    max-width: 1730px; } }

@media (max-width: 2100px) {
  .wrapper-tour-nav .nav-item {
    margin: 0 15px; }
  .wrapper-tour-nav .nav-link {
    padding: 20px;
    font-size: 25px;
    line-height: 25px; }
  .wrapper-tour-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 25px;
    padding-right: 25px; }
  .wrapper-tour-nav.affix .navbar {
    top: 83px; } }

@media (max-width: 1800px) {
  .main-slider .slide {
    min-height: 650px;
    height: 72vh; }
  .main-slider .inner-slide {
    padding-top: 100px;
    padding-bottom: 100px; }
    .main-slider .inner-slide h3 {
      font-size: 36px; 
	line-height:40px;
	}
    .main-slider .inner-slide .title-white-corner {
      font-size: 46px; 
	   line-height: 50px
	}
  .main-slider .slide-without-bg .inner-slide {
    padding-top: 130px;
    padding-bottom: 58px; }
    .main-slider .slide-without-bg .inner-slide .btn-success {
      bottom: -25px; }
  .main-slider .slide-without-bg .img-with-bg span.img-bg {
    width: 362px;
    height: 248px; } }

@media (max-width: 1599px) {
  body {
    font-size: 18px;
    line-height: 30px;
    background-size: 1500px auto;
    background-position: center 600px; }
  .home {
    background-position: center 905px; }
  .container-reset {
    max-width: 1440px; }
  main {
    margin-top: 148px; }
  h1,
  h2 {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 40px; }
  h5 {
    font-size: 22px;
    line-height: 25px; }
  .wrapper-title-with-corner:after {
    height: 150px; }
  .content p {
    margin-bottom: 20px; }
  .content hr {
    height: 13px;
    margin-top: 40px;
    margin-bottom: 40px; }
  .btn-success {
    padding: 20px 30px;
    font-size: 25px;
    line-height: 30px; }
  .btn-link {
    font-size: 20px;
    line-height: 25px; }
  .card {
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.29); }
    .card .card-header span {
      font-size: 18px;
      line-height: 18px; }
    .card .title-box h5 {
      min-height: 125px; }
  article.card .title-box .underline {
    top: 5px;
    width: 145px; }
  header .nav-top ul li {
    margin-right: 15px !important;
    font-size: 16px; }
  header .nav-bottom .navbar-nav li .nav-link {
    padding: 0 20px;
    font-size: 19px; }
  header.affix .navbar .navbar-brand {
    width: 88px; }
  .main-slider .slide {
    min-height: 520px;
    height: 72vh; }
  .main-slider .inner-slide {
    padding-top: 40px;
    padding-bottom: 58px; }
    .main-slider .inner-slide h3 {
      font-size: 30px;
	  line-height: 34px
	}
    .main-slider .inner-slide .title-white-corner {
      font-size: 36px;
	  line-height: 40px;
	}
    .main-slider .inner-slide .btn-success {
      left: 300px;
      bottom: -45px; }
  .wrapper-second-slider .arrows-container .slick-arrow {
    padding: 15px 20px; }
    .wrapper-second-slider .arrows-container .slick-arrow img {
      width: 30px;
      height: auto; }
  .second-slider img.play-button {
    width: 145px; }
  .second-slider .inner-slide .bottom-details span,
  .second-slider .inner-slide .bottom-details address {
    font-size: 20px;
    line-height: 25px; }
  .intro h2 {
    font-size: 45px;
    line-height: 55px; }
  .intro p {
    margin-bottom: 20px; }
  .intro .btn-link {
    margin-right: 0; }
  .intro .inner-intro {
    background-size: 300px auto; }
  .tours-slider .card {
    margin: 15px; }
  .tours-slider .slick-arrow img {
    width: 40px; }
  .tours-slider .slick-arrow.slick-prev {
    left: -60px; }
  .tours-slider .slick-arrow.slick-next {
    right: -60px; }
  .contact-details {
    background-position: top 60px right 15px; }
    .contact-details h3 {
      font-size: 35px;
      line-height: 45px; }
    .contact-details ul {
      margin-bottom: 30px; }
      .contact-details ul li {
        margin-bottom: 20px;
        font-size: 25px; }
      .contact-details ul a {
        font-size: 25px; }
    .contact-details h6 {
      padding-left: 45px;
      font-size: 18px;
      line-height: 25px; }
    .contact-details .btn-link {
      margin-top: 20px; }
  .img-with-bg .wrapper-img {
    left: 85px; }
    .img-with-bg .wrapper-img img {
      height: 490px; }
  .img-with-bg span.img-bg {
    height: 475px; }
  .img-with-bg-top span.img-bg {
    top: -45px; }
  .img-with-bg-top img {
    margin-left: 45px;
    width: 440px; }
  .inner-parallax h2 {
    margin-bottom: 55px; }
  .inner-parallax p {
    font-size: 18px; }
  .box-with-border h2 {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 45px; }
  .box-with-border:before {
    min-height: 545px; }
  .title-dark-corner {
    margin-top: 70px;
    margin-left: 70px;
    font-size: 45px;
    line-height: 55px; }
    .title-dark-corner:before {
      top: -70px;
      left: -70px; }
  .wrapper-blockquote-slider .blockquote-box blockquote {
    font-size: 18px; }
  .blockquote-slider .slick-arrow {
    right: -70px; }
    .blockquote-slider .slick-arrow img {
      width: 45px; }
    .blockquote-slider .slick-arrow.slick-next {
      top: 85px; }
  .text-and-slider {
    padding-top: 90px; }
    .text-and-slider .img-with-bg-top span.img-bg {
      width: 390px;
      height: 300px; }
    .text-and-slider .img-with-bg-bottom {
      max-height: 365px; }
      .text-and-slider .img-with-bg-bottom span.img-bg {
        width: 390px;
        height: 300px; }
    .text-and-slider .text-box .wrapper-width {
      max-width: 425px; }
      .text-and-slider .text-box .wrapper-width .img-with-bg-top {
        min-height: auto; }
  .wrapper-title-with-bg .title-with-bg {
    font-size: 40px;
    line-height: 55px; }
  .img-box .img-with-bg span.img-bg {
    width: 440px; }
  .img-box .img-with-bg .wrapper-img {
    top: 60px;
    right: 60px; }
  .text-box .inner-text-box .hotels p {
    font-size: 20px;
    line-height: 30px; }
  .text-box .inner-text-box ul li {
    font-size: 18px; }
  .box-with-corner .text-box ul li {
    font-size: 20px;
    line-height: 35px; }
  .cards h4 {
    font-size: 20px; }
  .card-img img {
    top: -165px;
    left: -64px;
    max-width: 480px; }
  .wrapper-cards-list ul li {
    width: 75px;
    height: 45px; }
    .wrapper-cards-list ul li.list-inline-item:not(:last-child) {
      margin-right: 5px; }
  .wrapper-tour-nav .nav-link {
    font-size: 19px;
    line-height: 23px; }
  .tours-list .row {
    margin-right: -15px;
    margin-left: -15px; }
    .tours-list .row [class*='col-'] {
      padding-right: 15px;
      padding-left: 15px; }
  .tours-list .card {
    margin-bottom: 50px; }
  .banner {
    min-height: 380px; }
    .banner .inner-banner {
      padding-top: 200px; }
      .banner .inner-banner h2, .banner .inner-banner h1 {
        font-size: 40px; }
      .banner .inner-banner h3 {
        font-size: 35px; }
  .text-box h5 {
    font-size: 18px;
    line-height: 30px; }
  .text-box .inner-text-box {
    min-height: 385px; }
    .text-box .inner-text-box h6 {
      font-size: 20px;
      line-height: 25px; }
    .text-box .inner-text-box .hotels {
      margin-bottom: 50px; }
      .text-box .inner-text-box .hotels p {
        font-size: 18px; }
  .wrapper-title-with-bg .title-with-bg {
    min-width: 300px; }
  .box-with-corner .text-box ul li {
    font-size: 18px; }
    .box-with-corner .text-box ul li:after {
      top: 14px; }
  .info-box .content h6, .info-box .content p {
    font-size: 18px;
    line-height: 30px; }
  .single-map {
    height: 850px; }
  body .gform_wrapper {
    margin-bottom: 225px; }
    body .gform_wrapper form .gform_footer {
      bottom: -250px; }
      body .gform_wrapper form .gform_footer .gform_button {
        padding: 30px 60px;
        font-size: 25px;
        line-height: 30px; }
    body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      font-size: 18px;
      line-height: 30px; }
      body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).placeholder {
        font-size: 18px;
        line-height: 30px; }
      body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
        font-size: 18px;
        line-height: 30px; }
      body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
        font-size: 18px;
        line-height: 30px; }
      body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 30px; }
    body .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder {
      font-size: 18px;
      line-height: 30px; }
  .team .person .zoom-img {
    height: 80px; }
  .team .person span.name {
    font-size: 20px; }
  .tripadvisor img {
    width: 195px; }
  .tripadvisor .content h6 {
    font-size: 20px;
    line-height: 30px; }
  .small-tripadvisor img {
    width: 140px; }
  .news-list .row {
    margin-right: -15px;
    margin-left: -15px; }
    .news-list .row [class*='col-'] {
      padding-right: 15px;
      padding-left: 15px; }
  .news-list .card {
    margin-bottom: 50px; }
  .btn-news a {
    padding: 30px 60px;
    font-size: 25px;
    line-height: 30px; }
  .wrapper-single-map {
    padding-top: 100px; }
  .map-module {
    padding-top: 40px; }
  .footer-top {
    padding-top: 85px;
    padding-bottom: 50px; }
    .footer-top .navbar-brand {
      padding: 0;
      margin-bottom: 20px;
      max-width: 140px; }
    .footer-top address {
      font-size: 14px;
      line-height: 25px; }
    .footer-top .asta-logo img,
    .footer-top .custom-logo-link img {
      width: 115px;
      height: auto; }
  .footer-box h5 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px; }
  .footer-box ul .menu-item {
    margin-bottom: 6px; }
  .footer-box ul hr {
    margin-top: 12px;
    margin-bottom: 12px; }
  .footer-box p {
    font-size: 16px;
    line-height: 25px; }
  .footer-box form .wrapper-input input {
    padding: 10px 15px 10px 55px; }
  .footer-box form button {
    font-size: 16px; }
  .footer-bottom .footer-bottom-list li {
    font-size: 18px;
    line-height: 28px; }
  .footer-bottom .credit {
    font-size: 18px;
    line-height: 28px; }
  .social-media .list-inline-item:not(:last-child) {
    margin-right: 15px; }
  .social-media .bubble {
    width: 50px;
    height: 50px; }
    .social-media .bubble i, .social-media .bubble svg {
      font-size: 25px; }
  .admin-bar .wrapper-tour-nav.affix .navbar {
    top: 115px; } }

@media (max-width: 1499px) {
  main {
    margin-top: 138px; }
  header .navbar {
    padding: 0 30px; }
    header .navbar .navbar-brand {
      left: 30px;
      max-width: 150px; }
      header .navbar .navbar-brand img {
        width: 150px;
        height: auto; }
  header .nav-top {
    right: 30px; }
    header .nav-top ul span.email {
      display: none; }
  header .nav-bottom {
    margin-top: 80px; }
    header .nav-bottom .navbar-nav li .nav-link {
      font-size: 17px; } }

@media (max-width: 1199px) {
  body {
    font-size: 16px;
    background-position: center 535px; }
  .home {
    background-position: center 655px; }
  h1 {
    font-size: 35px; }
  h2 {
    font-size: 30px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px;
    line-height: 20px; }
  .title-box h2 {
    margin-bottom: 5px; }
  .title-box .underline {
    height: 11px; }
  .title-white-corner {
    font-size: 40px;
    line-height: 55px; }
    .title-white-corner::before {
      border-left: 10px solid #fff;
      border-bottom: 10px solid #fff;
      top: -15px; }
  .title-dark-corner {
    margin-top: 50px;
    margin-left: 50px;
    font-size: 30px;
    line-height: 40px; }
    .title-dark-corner::before {
      width: 350px;
      height: 250px;
      border-left: 10px solid #005120;
      border-top: 10px solid #005120;
      top: -50px;
      left: -50px; }
  .wrapper-title-with-corner:after {
    border-right: 10px solid #005120;
    border-top: 10px solid #005120; }
  .flag {
    margin-bottom: -5px;
    width: 35px;
    height: 20px; }
  .btn-link {
    font-size: 16px;
    line-height: 20px; }
  .btn-light {
    font-size: 16px;
    line-height: 25px; }
  .btn-success {
    font-size: 20px; }
  .img-with-bg .wrapper-img img {
    height: 435px; }
  .img-with-bg .wrapper-img .signature {
    font-size: 30px;
    line-height: 30px; }
  .img-with-bg span.img-bg {
    width: 350px;
    height: 425px; }
  .img-with-bg-top {
    min-height: auto; }
    .img-with-bg-top span.img-bg {
      width: 310px;
      height: 245px; }
    .img-with-bg-top img {
      width: 350px;
      height: auto; }
  .card .card-header span {
    font-size: 14px;
    line-height: 14px; }
  .card .card-body {
    padding: 15px 20px; }
    .card .card-body h5 {
      min-height: 150px; }
    .card .card-body p {
      font-size: 16px;
      min-height: 144px; }
    .card .card-body .btn-success {
      padding: 10px 30px;
      font-size: 16px; }
  .card .title-box h5 {
    margin-bottom: 30px; }
  .card .title-box .underline {
    bottom: -15px; }
  article.card .title-box .underline {
    top: 10px;
    width: 110px; }
  header .navbar .navbar-brand {
    margin-top: 20px;
    max-width: 128px; }
  header .nav-top ul li {
    font-size: 14px; }
  header .nav-top ul li.btn-large {
    display: none; }
  header .nav-top ul li.btn-small {
    display: inline-block; }
  header .nav-bottom .navbar-nav li .nav-link {
    padding: 0 15px;
    font-size: 16px; }
  header.affix .navbar .navbar-brand {
    margin-top: 0; }
  .main-slider .slide {
    min-height: 490px; }
  .main-slider .inner-slide h3 {
    font-size: 25px;
    line-height: 30px;
    min-height: 60px; }
  .main-slider .inner-slide .title-white-corner {
    margin-left: 70px; }
    .main-slider .inner-slide .title-white-corner:before {
      top: 85px;
      left: -70px; }
  .main-slider .inner-slide .btn-success {
    padding: 5px 30px;
    font-size: 16px;
    left: 210px;
    bottom: -45px; }
  .intro {
    padding-top: 50px;
    padding-bottom: 35px; }
    .intro h2 {
      font-size: 30px;
      line-height: 35px;
      max-width: 440px; }
    .intro h6 {
      font-size: 14px; }
  .wrapper-tours-slider {
    padding-top: 35px;
    padding-bottom: 50px; }
    .wrapper-tours-slider .title-box {
      margin-bottom: 20px; }
  .tours-slider .slick-dots {
    margin: 0; }
  .contact-details {
    padding-top: 20px; }
    .contact-details:before {
      border-top: 10px solid #005120;
      border-right: 10px solid #005120; }
    .contact-details h3 {
      font-size: 30px;
      line-height: 40px; }
    .contact-details h6 {
      font-size: 16px; }
    .contact-details p {
      font-size: 16px; }
    .contact-details ul li {
      margin-bottom: 10px;
      font-size: 20px; }
    .contact-details ul a {
      font-size: 20px; }
  .parallax {
    padding-top: 125px;
    padding-bottom: 100px; }
  .inner-parallax p {
    font-size: 16px; }
  .cta-box {
    padding-top: 140px; }
  .box-with-border::before {
    border-top: 10px solid #005120;
    border-right: 10px solid #005120;
    border-bottom: 10px solid #005120; }
  .box-with-border h2 {
    font-size: 30px;
    line-height: 40px; }
  .wrapper-blockquote-slider {
    padding-top: 80px;
    padding-bottom: 100px; }
    .wrapper-blockquote-slider .blockquote-box blockquote {
      font-size: 16px; }
  .blockquote-slider {
    margin-top: 55px; }
  .section-content {
    padding-top: 70px;
    padding-bottom: 40px; }
  .tours-list {
    padding-top: 40px; }
  .wrapper-tour-nav .nav-link {
    font-size: 16px;
    line-height: 20px; }
  .banner {
    min-height: 330px; }
    .banner .inner-banner {
      padding-top: 150px; }
      .banner .inner-banner h2, .banner .inner-banner h1 {
        font-size: 35px;
        line-height: 45px; }
      .banner .inner-banner h3 {
        font-size: 30px;
        line-height: 45px; }
      .banner .inner-banner time {
        font-size: 20px;
        line-height: 40px; }
  .text-box h5 {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 20px; }
  .text-box .inner-text-box {
    background-size: 260px auto;
    min-height: 350px; }
    .text-box .inner-text-box h6 {
      font-size: 18px;
      line-height: 20px; }
    .text-box .inner-text-box .hotels {
      margin-bottom: 35px; }
      .text-box .inner-text-box .hotels p {
        font-size: 16px;
        line-height: 20px; }
    .text-box .inner-text-box ul li {
      font-size: 16px; }
  .text-box .wrapper-inner-text-box {
    padding-left: 30px;
    padding-bottom: 30px; }
  .img-box .img-with-bg .wrapper-img {
    top: 40px;
    right: 40px; }
  .box-with-corner {
    padding-top: 95px; }
    .box-with-corner .text-box:before {
      border-top: 10px solid #005120;
      border-right: 10px solid #005120;
      top: -60px; }
    .box-with-corner .text-box ul li {
      font-size: 16px; }
  .wrapper-title-with-bg {
    width: 160px; }
    .wrapper-title-with-bg .title-with-bg {
      font-size: 30px;
      bottom: 20px; }
  .text-and-slider .wrapper-title-with-bg {
    margin-bottom: 25px; }
    .text-and-slider .wrapper-title-with-bg .title-with-bg {
      min-width: 445px; }
  .text-and-slider .img-with-bg-top span.img-bg {
    width: 340px;
    height: 270px; }
  .text-and-slider .img-with-bg-bottom {
    margin-bottom: 70px;
    max-height: 305px; }
    .text-and-slider .img-with-bg-bottom span.img-bg {
      width: 330px;
      height: 255px; }
  .text-and-slider .img-slider .slick-arrow {
    padding: 10px 20px; }
    .text-and-slider .img-slider .slick-arrow img {
      width: 20px; }
    .text-and-slider .img-slider .slick-arrow.slick-next {
      left: 50px; }
  .text-and-slider .order-1 .img-slider .slick-arrow.slick-prev {
    right: 80px; }
  .text-and-slider .text-box ul li {
    font-size: 16px;
    line-height: 35px; }
    .text-and-slider .text-box ul li:after {
      top: 13px; }
  .section-button .btn-success {
    padding: 20px 40px; }
  .content hr {
    height: 11px; }
  .content .wp-caption.aligncenter .wp-caption-text {
    margin-left: 0;
    width: 100%; }
  body .gform_wrapper {
    margin-top: 85px;
    margin-bottom: 175px;
    padding-bottom: 55px; }
    body .gform_wrapper .gform_heading {
      font-size: 25px; }
    body .gform_wrapper h2.gsection_title {
      font-size: 20px; }
    body .gform_wrapper .form-info p {
      font-size: 14px;
      line-height: 20px; }
    body .gform_wrapper form .gform_footer {
      bottom: -220px; }
      body .gform_wrapper form .gform_footer .gform_button {
        padding: 25px 60px;
        font-size: 20px;
        line-height: 25px; }
  .wrapper-image {
    padding-top: 80px;
    padding-bottom: 80px; }
    .wrapper-image span {
      font-size: 16px;
      line-height: 25px; }
  .tripadvisor {
    padding-top: 70px;
    padding-bottom: 70px; }
    .tripadvisor .content h6 {
      font-size: 18px; }
    .tripadvisor .content p {
      font-size: 16px;
      line-height: 20px; }
    .tripadvisor .content a {
      font-size: 16px;
      line-height: 20px; }
  .small-tripadvisor {
    padding-bottom: 40px; }
    .small-tripadvisor .content {
      max-width: 690px; }
  .enquire-now {
    padding-top: 70px; }
  .news-list {
    padding-top: 80px;
    padding-bottom: 80px; }
  .btn-news a {
    padding: 20px 40px;
    font-size: 20px;
    line-height: 30px; }
  .accommodation-detailed .img-with-bg-top span.img-bg {
    width: 325px; }
  .cards {
    padding-top: 35px;
    padding-bottom: 30px; }
    .cards h4 {
      font-size: 16px; }
  .card-img span.img-bg {
    margin-top: -35px;
    width: 185px;
    height: 97px; }
  .card-img img {
    top: -106px;
    left: -43px;
    max-width: 350px; }
  .single-map {
    height: 675px; }
  .wrapper-single-map .container .legend {
    padding: 15px;
    padding-bottom: 0; }
    .wrapper-single-map .container .legend ul li {
      margin-bottom: 15px;
      font-size: 14px; }
    .wrapper-single-map .container .legend .text {
      line-height: 22px; }
  .map-module .single-map {
    margin-top: 35px; }
  footer .order-2 {
    order: 2; }
  .footer-top {
    padding-top: 85px;
    padding-bottom: 30px; }
    .footer-top .navbar-brand {
      max-width: 100px; }
    .footer-top .address {
      font-size: 16px;
      line-height: 25px; }
    .footer-top .custom-logo-link {
      margin-bottom: 35px; }
      .footer-top .custom-logo-link img {
        width: 90px; }
    .footer-top .TA_certificateOfExcellence #CDSWIDCOE {
      max-width: 100px; }
  .footer-box h5 {
    font-size: 18px;
    line-height: 20px; }
  .footer-box ul li {
    font-size: 16px;
    line-height: 25px; }
  .footer-box form .wrapper-input input {
    padding: 10px 10px 10px 50px;
    font-size: 16px;
    line-height: 25px; }
    .footer-box form .wrapper-input input.placeholder {
      font-size: 16px;
      line-height: 25px; }
    .footer-box form .wrapper-input input:-moz-placeholder {
      font-size: 16px;
      line-height: 25px; }
    .footer-box form .wrapper-input input::-moz-placeholder {
      font-size: 16px;
      line-height: 25px; }
    .footer-box form .wrapper-input input::-webkit-input-placeholder {
      font-size: 16px;
      line-height: 25px; }
    .footer-box form .wrapper-input input i {
      font-size: 20px; }
  .footer-bottom .footer-bottom-list {
    text-align: center; }
    .footer-bottom .footer-bottom-list li {
      font-size: 16px;
      line-height: 25px; }
      .footer-bottom .footer-bottom-list li a.nav-link {
        font-size: 16px;
        line-height: 25px; }
  .footer-bottom .credit {
    text-align: center;
    font-size: 16px;
    line-height: 25px; } }

@media (max-width: 991px) {
  body {
    background-position: center 454px; }
  .home {
    background-position: center 600px; }
  main {
    margin-top: 80px; }
  .col-3-reset,
  .col-5-reset {
    flex: 0 0 100%;
    max-width: 100%; }
  .container-reset {
    max-width: 920px; }
  .title-white-corner {
    font-size: 35px;
    line-height: 50px; }
  .card .title-box h5 {
    min-height: 123px; }
  .card .card-body p {
    min-height: 120px; }
  .img-with-bg .wrapper-img {
    text-align: center; }
    .img-with-bg .wrapper-img img {
      width: 100%;
      height: auto;
      max-width: 350px; }
  .wrapper-share.fixed {
    top: 100px !important; }
  header {
    position: relative;
    height: 80px; }
    header .hamburger {
      position: absolute;
      right: 15px;
      top: 10px; }
    header .call-menu {
      position: absolute;
      right: 100px;
      top: 0; }
    header .navbar {
      padding: 0; }
      header .navbar .navbar-brand {
        margin-top: 0;
        max-width: 100px;
        z-index: 9; }
        header .navbar .navbar-brand img {
          width: 85px; }
    header .nav-bottom {
      margin-top: 80px;
      width: 100%;
      background: #fff; }
      header .nav-bottom .navbar-collapse {
        max-height: calc(100vh - 80px); }
      header .nav-bottom .navbar-collapse.show {
        overflow-y: auto; }
      header .nav-bottom .navbar-collapse.show {
        padding-top: 20px;
        -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4); }
      header .nav-bottom .navbar-nav {
        margin-right: 0;
        width: 100%; }
        header .nav-bottom .navbar-nav li .nav-link {
          padding: 10px 30px;
          margin-bottom: 0; }
        header .nav-bottom .navbar-nav li:after {
          display: none; }
        header .nav-bottom .navbar-nav li:hover .nav-link {
          opacity: .8; }
        header .nav-bottom .navbar-nav li:hover .sub-menu {
          display: none; }
        header .nav-bottom .navbar-nav li .sub-menu {
          position: relative;
          text-align: left;
          padding-top: 0;
          padding-left: 20px;
          top: 0; }
          header .nav-bottom .navbar-nav li .sub-menu li a {
            margin-bottom: 0; }
    header .menu-item {
      position: relative; }
      header .menu-item span.arrow {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        cursor: hand; }
      header .menu-item.open span.arrow .fa-caret-down {
        display: none !important; }
      header .menu-item.open span.arrow .fa-caret-up {
        display: inline-block !important; }
    header.affix .nav-bottom {
      margin-top: 80px; }
  .call-menu .collapse-call-menu {
    display: inline-block;
    padding: 25px;
    width: 90px;
    height: 80px;
    background: #d3e9ce;
    text-align: center; }
  .call-menu i {
    color: #005120; }
  .call-menu .phone-icon {
    display: block; }
    .call-menu .phone-icon i {
      font-size: 20px; }
  .call-menu .close-icon {
    display: none; }
    .call-menu .close-icon i {
      font-size: 25px; }
  .call-menu-list {
    margin-top: 80px;
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4); }
    .call-menu-list .list-group-item {
      border: none;
      padding: 10px 30px; }
      .call-menu-list .list-group-item:first-child {
        padding-top: 20px; }
      .call-menu-list .list-group-item:last-child {
        padding-bottom: 20px; }
      .call-menu-list .list-group-item:first-child, .call-menu-list .list-group-item:last-child {
        border-radius: 0 !important; }
      .call-menu-list .list-group-item a {
        color: #005120; }
      .call-menu-list .list-group-item .btn-success {
        margin-left: 0; }
  .navbar-call-menu .call-menu .phone-icon {
    display: none; }
  .navbar-call-menu .call-menu .close-icon {
    display: block; }
  .hamburger {
    outline: none; }
    .hamburger .hamburger-inner {
      background: #005120; }
      .hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
        background: #005120; }
    .hamburger.is-active .hamburger-inner {
      background: #005120; }
      .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background: #005120; }
    .hamburger.is-active:hover {
      opacity: 1; }
    .hamburger:hover {
      opacity: 1; }
    .hamburger:focus {
      outline: none; }
  .team .person span.name {
    line-height: 30px; }
  .main-slider .slide {
    min-height: 430px; }
  .main-slider .inner-slide .title-white-corner {
    font-size: 35px;
    line-height: 40px; }
    .main-slider .inner-slide .title-white-corner:after {
      width: 180px;
      height: 135px; }
    .main-slider .inner-slide .title-white-corner:before {
      top: 0; }
  .main-slider .inner-slide .btn-success {
    bottom: 0; }
  .main-slider .mask-slide {
    height: 40px; }
  .intro .intro-titles {
    padding-top: 0; }
  .intro h2 {
    max-width: 100%; }
  .intro .inner-intro {
    background-size: 300px auto; }
  .personally-contact {
    padding-top: 35px;
    padding-bottom: 100px;
    position: static; }
    .personally-contact .img-with-bg {
      text-align: center; }
      .personally-contact .img-with-bg .wrapper-img {
        position: static; }
        .personally-contact .img-with-bg .wrapper-img img {
          margin-bottom: 30px;
          width: 100%;
          height: auto;
          max-width: 350px; }
  .contact-details {
    margin-top: 55px;
    background-size: 240px auto; }
    .contact-details:before {
      width: 420px;
      height: 345px; }
    .contact-details h6 {
      padding-left: 0; }
  .cta-box {
    padding-top: 95px;
    padding-bottom: 85px; }
    .cta-box .img-with-bg-top {
      margin-bottom: 40px;
      text-align: center; }
      .cta-box .img-with-bg-top img {
        width: 100%;
        max-width: 350px;
        margin-left: 0; }
  .box-with-border {
    padding-top: 40px;
    padding-bottom: 40px; }
    .box-with-border::before {
      min-height: 100%;
      height: 100%;
      top: 0; }
  .wrapper-blockquote-slider {
    padding-bottom: 50px; }
  .title-dark-corner::before {
    height: 175px; }
  .banner .inner-banner {
    padding-bottom: 50px; }
    .banner .inner-banner h2, .banner .inner-banner h1 {
      font-size: 30px;
      line-height: 40px; }
    .banner .inner-banner h3 {
      font-size: 25px;
      line-height: 40px; }
    .banner .inner-banner time {
      font-size: 16px;
      line-height: 30px; }
  .tours-list {
    padding-bottom: 40px; }
  .enquire-now .btn-success.float-right {
    float: none !important;
    display: inline-block;
    margin-top: 20px; }
  .text-center-md {
    text-align: center; }
  .text-and-img {
    padding-bottom: 60px; }
    .text-and-img .img-slider img {
      width: 100%;
      height: auto; }
  .text-box .wrapper-inner-text-box {
    margin-bottom: 40px;
    padding-left: 0;
    padding-bottom: 0; }
  .text-box .inner-text-box {
    padding: 30px 0 0 0;
    min-height: auto;
    background-size: 190px auto;
    margin-right: 0; }
    .text-box .inner-text-box ul li {
      font-size: 16px;
      line-height: 30px; }
      .text-box .inner-text-box ul li::after {
        top: 12px; }
  .img-box .img-with-bg .wrapper-img {
    position: static; }
  .box-with-corner {
    padding-top: 0; }
  .box-with-corner .text-box {
    padding-top: 60px; }
    .box-with-corner .text-box::before {
      top: 0; }
  .wrapper-title-with-bg {
    margin-bottom: 25px; }
  .text-and-slider {
    padding-top: 50px; }
    .text-and-slider .img-with-bg-top {
      margin-top: 20px;
      margin-bottom: 20px; }
      .text-and-slider .img-with-bg-top img {
        margin-right: 0;
        width: 100%; }
    .text-and-slider .img-with-bg-bottom {
      margin-bottom: 30px;
      margin-left: 30px;
      padding-bottom: 30px;
      max-height: 100%; }
      .text-and-slider .img-with-bg-bottom span.img-bg {
        bottom: 30px; }
    .text-and-slider.vehicle-box .text-box {
      background-size: 250px 250px; }
    .text-and-slider .text-box ul {
      padding-left: 33px; }
    .text-and-slider.car-details .text-box {
      margin-bottom: 40px; }
    .text-and-slider.car-details .order-2 .text-box ul,
    .text-and-slider.car-details .order-1 .text-box ul {
      padding-left: 33px; }
    .text-and-slider.car-details .order-2 .extra-padding,
    .text-and-slider.car-details .order-1 .extra-padding {
      padding-left: 0; }
    .text-and-slider.car-details .order-1,
    .text-and-slider.car-details .order-2 {
      order: 1; }
    .text-and-slider .img-with-bg-top span.img-bg {
      right: auto;
      left: -35px; }
  .wrapper-title-with-corner::after {
    top: 0;
    right: 0; }
  .section-content {
    padding-top: 40px; }
  .content hr {
    margin-top: 25px;
    margin-bottom: 25px; }
  .content p {
    margin-bottom: 10px; }
  .content ul li {
    font-size: 16px;
    line-height: 30px; }
    .content ul li::after {
      top: 12px; }
  body .gform_wrapper {
    margin-top: 50px;
    margin-bottom: 115px;
    padding: 20px 35px; }
    body .gform_wrapper .gform_heading {
      margin-bottom: 35px;
      font-size: 20px;
      line-height: 30px; }
    body .gform_wrapper h2.gsection_title {
      font-size: 18px;
      line-height: 30px; }
    body .gform_wrapper .top_label div.ginput_container {
      margin-bottom: 20px; }
    body .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
      width: 100%; }
    body .gform_wrapper div.ginput_container_name span.name_first {
      margin-bottom: 20px;
      padding-right: 16px; }
    body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      font-size: 16px; }
      body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]).placeholder {
        font-size: 16px; }
      body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):-moz-placeholder {
        font-size: 16px; }
      body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder {
        font-size: 16px; }
      body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder {
        font-size: 16px; }
    body .gform_wrapper .half {
      width: 100%; }
      body .gform_wrapper .half .ginput_container_email {
        margin-right: 0; }
      body .gform_wrapper .half .ginput_container_phone {
        margin-left: 0; }
    body .gform_wrapper .field-left .ginput_container_select,
    body .gform_wrapper .field-left .ginput_container_date {
      margin-right: 0; }
    body .gform_wrapper .field-right .ginput_container_select,
    body .gform_wrapper .field-right .ginput_container_date {
      margin-left: 0; }
    body .gform_wrapper .bootstrap-select > .dropdown-toggle.bs-placeholder {
      font-size: 16px; }
    body .gform_wrapper form .gform_footer {
      bottom: -150px; }
      body .gform_wrapper form .gform_footer .gform_button {
        font-size: 18px;
        line-height: 20px; }
  .tripadvisor {
    padding-top: 40px;
    padding-bottom: 40px; }
    .tripadvisor img {
      width: 160px; }
  .small-tripadvisor img {
    width: 120px; }
  .btn-news {
    margin-top: 20px; }
  .wrapper-tour-nav-mobile .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%; }
  .wrapper-tour-nav-mobile .bootstrap-select > .dropdown-toggle {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    outline: none;
    background-color: #fff; }
  .wrapper-tour-nav-mobile .bootstrap-select .btn-light {
    font-size: 20px;
    line-height: 40px; }
  .wrapper-tour-nav-mobile .bootstrap-select .dropdown-toggle:focus {
    outline: none !important; }
  .wrapper-tour-nav-mobile .bootstrap-select .dropdown-toggle:after {
    border-top: 10px solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent; }
  .wrapper-tour-nav-mobile .bootstrap-select.dropup .dropdown-toggle::after {
    border-top: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid; }
  .wrapper-tour-nav-mobile .bootstrap-select .dropdown-item.active {
    background-color: #005120; }
  .wrapper-tour-nav-mobile .bootstrap-select .dropdown-item:hover {
    background-color: #d3e9ce; }
  .wrapper-tour-nav-mobile .bootstrap-select .dropdown-menu {
    border-radius: 0;
    margin-top: 0; }
  .wrapper-tour-nav-mobile .btn-light:not(:disabled):not(.disabled):active {
    background-color: #fff;
    border-color: #fff;
    color: #005120; }
  .accommodation-detailed .order-1 {
    order: 2; }
  .accommodation-detailed .order-2 {
    order: 1; }
  .accommodation-detailed .img-with-bg-top {
    margin-bottom: 20px; }
    .accommodation-detailed .img-with-bg-top img {
      margin-left: 0; }
  .cards h4 {
    margin-bottom: 20px;
    text-align: center; }
  .card-img {
    margin-bottom: 20px;
    text-align: center; }
    .card-img span.img-bg {
      margin-right: 0; }
    .card-img img {
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
  .wrapper-single-map {
    padding-top: 70px;
    padding-bottom: 50px; }
    .wrapper-single-map .container .legend {
      padding: 30px 0;
      position: static; }
  .single-map {
    height: 400px; }
  .simplified-view .wrapper-single-map {
    padding-top: 0; }
  .footer-top {
    padding-top: 60px; }
    .footer-top .navbar-brand {
      margin-top: 0; }
    .footer-top address {
      margin-bottom: 40px; }
    .footer-top .TA_certificateOfExcellence #CDSWIDCOE {
      margin: 0; }
    .footer-top .custom-logo-link {
      text-align: left; }
    .footer-top .covid-logo {
      margin-bottom: 30px;
      text-align: left; }
  .footer-box {
    margin-bottom: 40px; }
  .admin-bar header .nav-bottom .navbar-collapse {
    max-height: calc(100vh - 112px); }
  .admin-bar .wrapper-share.fixed {
    top: 132px !important; } }

@media (max-width: 781px) {
  .admin-bar .fixed-top {
    top: 46px; }
  .admin-bar header .nav-bottom .navbar-collapse {
    max-height: calc(100vh - 126px); } }

@media (max-width: 767px) {
  .card .title-box h5 {
    min-height: auto; }
  .card .title-box .underline {
    bottom: -19px; }
  .card .card-body p {
    min-height: auto; }
  .card .card-body .btn-success {
    margin-top: 10px; }
  .img-with-bg span.img-bg {
    width: 200px;
    height: 250px; }
  .img-box .img-with-bg span.img-bg {
    width: 330px; }
  .section-button {
    padding-top: 0;
    padding-bottom: 20px; }
  article.card .title-box .underline {
    width: 145px; }
  .wrapper-title-with-bg .title-with-bg {
    line-height: 40px; }
  .main-slider .inner-slide {
    text-align: center; }
    .main-slider .inner-slide h3 {
      margin-bottom: 30px;
      min-height: auto; }
    .main-slider .inner-slide .title-white-corner {
      margin-left: 0;
      margin-bottom: 30px; }
      .main-slider .inner-slide .title-white-corner:before {
        display: none; }
    .main-slider .inner-slide .btn-success {
      position: static;
      padding: 10px 30px; }
  .main-slider .slide {
    position: relative; }
    .main-slider .slide .container {
      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%);
      z-index: 9; }
  .content .wp-caption.alignright {
    float: none;
    margin-left: 0;
    margin: auto;
    text-align: center; }
  .content .wp-caption.alignleft {
    float: none;
    margin-right: 0;
    margin: auto;
    text-align: center; }
  .content .wp-caption-text {
    margin: 0 auto 50px auto;
    padding: 8px; }
  .text-and-slider {
    padding-top: 30px !important;
    padding-bottom: 30px; }
    .text-and-slider .wrapper-title-with-corner {
      padding-right: 50px; }
    .text-and-slider .wrapper-title-with-bg {
      margin-bottom: 25px; }
    .text-and-slider .extra-text {
      padding-right: 0px; }
    .text-and-slider .img-with-bg-top {
      min-height: auto; }
    .text-and-slider.car-details .wrapper-title-with-bg .title-with-bg {
      min-width: 505px; }
    .text-and-slider .text-box .wrapper-width {
      float: none;
      margin: 0 auto 20px auto; }
  .wrapper-testimonials-list {
    padding-top: 20px; }
    .wrapper-testimonials-list .wrapper-blockquote-box {
      padding-left: 0; }
      .wrapper-testimonials-list .wrapper-blockquote-box::after {
        width: 40px;
        height: 40px; }
      .wrapper-testimonials-list .wrapper-blockquote-box:before {
        width: 350px;
        border-top: 10px solid #005120;
        border-right: 10px solid #005120; }
  .wrapper-single-map {
    padding-top: 40px; }
  .single-map {
    border-width: 10px; }
  .map-module .single-map {
    height: 325px; }
  .wrapper-second-slider {
    padding-top: 30px;
    padding-bottom: 30px; }
    .wrapper-second-slider:after {
      content: '';
      bottom: 55px;
      height: 200px; }
    .wrapper-second-slider .arrows-container .slick-arrow {
      padding: 10px 20px; }
  .second-slider .slide {
    padding: 20px 0; }
  footer .custom-logo-link {
    display: inline-block; } }

@media (max-width: 575px) {
  body {
    background-position: center 395px; }
  h2, h1 {
    font-size: 25px;
    line-height: 30px; }
  .card-img img {
    max-width: 320px; }
  header .navbar .navbar-brand {
    left: 15px; }
  .wrapper-share.fixed {
    top: auto !important;
    bottom: 20px; }
  .main-slider .inner-slide {
    padding-left: 15px;
    padding-right: 15px;
    min-height: auto; }
    .main-slider .inner-slide h3 {
      font-size: 20px;
      line-height: 25px; }
    .main-slider .inner-slide .title-white-corner {
      font-size: 25px;
      line-height: 30px; }
    .main-slider .inner-slide .btn-success {
      left: auto;
      right: 20px;
      padding: 10px 25px;
      font-size: 14px; }
  .intro .inner-intro {
    background-size: 160px auto; }
  .wrapper-tours-slider {
    padding-top: 15px;
    padding-bottom: 20px; }
  .tours-slider {
    width: calc(100% + 30px);
    margin-left: -15px; }
  .personally-contact {
    padding-bottom: 50px; }
    .personally-contact .img-with-bg .wrapper-img img {
      margin-bottom: 0; }
  .img-with-bg span.img-bg {
    width: 170px;
    height: 200px; }
  .img-with-bg .wrapper-img .signature {
    font-size: 25px;
    right: 15px;
    bottom: 15px; }
  .contact-details {
    background-size: 180px auto; }
    .contact-details h3 {
      font-size: 25px;
      line-height: 25px; }
    .contact-details h6 {
      padding-left: 0; }
    .contact-details:before {
      top: -30px;
      width: 300px;
      height: 270px; }
    .contact-details ul li, .contact-details ul a {
      font-size: 16px; }
  .parallax {
    padding-top: 50px;
    padding-bottom: 50px; }
  .title-white-corner {
    font-size: 25px;
    line-height: 30px; }
    .title-white-corner:before {
      height: 105px; }
  .cta-box {
    padding-top: 60px;
    padding-bottom: 60px; }
  .box-with-border::before {
    width: 285px; }
  .title-dark-corner {
    margin-top: 22px;
    font-size: 25px;
    line-height: 30px; }
    .title-dark-corner:before {
      width: 285px;
      height: 140px; }
  .tours-list .card {
    margin-bottom: 15px; }
  .news-list {
    padding-top: 40px;
    padding-bottom: 40px; }
    .news-list .card {
      margin-bottom: 15px; }
  .wrapper-image {
    padding-top: 40px;
    padding-bottom: 40px; }
    .wrapper-image span {
      padding: 10px; }
  body .gform_wrapper div.ginput_container_name span.name_first,
  body .gform_wrapper div.ginput_container_name span.name_last {
    padding-right: 0; }
  body .gform_wrapper form .gform_footer .gform_button {
    padding: 15px 30px; }
  .box-with-corner {
    padding-bottom: 30px; }
    .box-with-corner .text-box {
      padding-top: 40px; }
      .box-with-corner .text-box:before {
        width: 285px; }
      .box-with-corner .text-box ul li {
        margin-bottom: 10px;
        line-height: 25px; }
  .wrapper-title-with-bg {
    width: 100%; }
    .wrapper-title-with-bg .title-with-bg {
      font-size: 25px;
      line-height: 30px;
      bottom: 10px; }
  .enquire-now {
    padding-top: 40px;
    padding-bottom: 40px; }
    .enquire-now .btn-success {
      font-size: 18px;
      padding: 15px 30px; }
  .text-and-img {
    padding-bottom: 30px; }
  .text-and-slider {
    padding-top: 20px;
    padding-bottom: 20px; }
    .text-and-slider .img-with-bg-top {
      margin-top: 40px;
      min-height: auto; }
      .text-and-slider .img-with-bg-top span.img-bg {
        left: 0; }
    .text-and-slider .extra-text p {
      margin-bottom: 15px; }
    .text-and-slider .order-1 .img-with-bg-top {
      margin-bottom: 20px; }
      .text-and-slider .order-1 .img-with-bg-top span.img-bg {
        right: 0;
        left: auto; }
    .text-and-slider .wrapper-title-with-bg .title-with-bg {
      min-width: 300px; }
    .text-and-slider .text-box p:last-child {
      margin-bottom: 0; }
    .text-and-slider.vehicle-box .text-box {
      min-height: auto; }
    .text-and-slider.car-details .wrapper-title-with-bg .title-with-bg {
      min-width: 300px; }
    .text-and-slider.hotel-options .wrapper-title-with-bg {
      margin-bottom: 15px; }
  .wrapper-title-with-corner::after {
    width: 285px; }
  .banner {
    min-height: 270px; }
    .banner .inner-banner {
      padding-top: 135px; }
  .accommodation-detailed .img-with-bg-top span.img-bg {
    top: -15px;
    right: -15px; }
  .accommodation-detailed .wrapper-title-with-bg .title-with-bg {
    min-width: 340px; }
  .hotels-rating h3 {
    font-size: 25px; }
  .hotels-rating .rating-stars {
    padding: 0 10px; }
    .hotels-rating .rating-stars span {
      font-size: 16px; }
  .wrapper-testimonials-list .wrapper-blockquote-box {
    padding-left: 0;
    padding-right: 30px; }
    .wrapper-testimonials-list .wrapper-blockquote-box:before {
      width: 250px; }
    .wrapper-testimonials-list .wrapper-blockquote-box .margin-top-reset {
      margin-top: 65px; }
    .wrapper-testimonials-list .wrapper-blockquote-box .btn-link {
      float: none;
      display: block;
      text-align: left; }
    .wrapper-testimonials-list .wrapper-blockquote-box .readmore[data-readmore] {
      float: none; }
  .wrapper-blockquote-slider .wrapper-blockquote-box h5 {
    margin-bottom: 15px; }
    .wrapper-blockquote-slider .wrapper-blockquote-box h5:last-child {
      margin-top: 0; }
  .wrapper-single-map {
    padding-top: 25px; }
  .wrapper-second-slider .arrows-container .slick-arrow {
    padding: 6px 15px; }
    .wrapper-second-slider .arrows-container .slick-arrow img {
      width: 25px; }
  .second-slider .inner-slide .bottom-details {
    padding: 10px; }
    .second-slider .inner-slide .bottom-details span,
    .second-slider .inner-slide .bottom-details address {
      font-size: 15px; }
  .second-slider img.play-button {
    width: 70px; }
  .footer-top address {
    font-size: 16px;
    line-height: 35px; }
  .footer-box {
    max-width: 100%; }
    .footer-box form .wrapper-input input {
      max-width: 100%; }
  .admin-bar .wrapper-share.fixed {
    top: auto !important;
    bottom: 20px; } }

@media (max-width: 440px) {
  .personally-contact .img-with-bg span.img-bg {
    width: 150px;
    height: 165px; }
  .pagination-article {
    padding-bottom: 80px; }
    .pagination-article img {
      margin: 0 5px;
      width: 15px; }
    .pagination-article .btn-back {
      display: none; } }


	/*  Reduce Slider font size  
	
	@media (max-width: 1599px) {
    .main-slider .inner-slide .title-white-corner {
        font-size: 42px;
    }
    .main-slider .inner-slide h3 {
        font-size: 34px;
    }
}

*/

	/*  Replace twitter icon   */
	
	.fa.fa-twitter{
	font-family:sans-serif!important;
}
.fa.fa-twitter:before{
	content:"𝕏"!important;
	font-size:1.2em;
}
	
	/* Footer logos */
	
.footer-logo-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Allows the items to wrap to the next line */
    gap: 40px; /* Adds 40px space between the logos */
    padding: 20px 0;
}

.footer-logo-row a {
    flex-basis: calc(50% - 40px); /* Each logo takes 50% width, minus the gap */
    max-width: 150px; /* Ensures logos don’t exceed 100px width */
    display: flex;
    justify-content: center;
}

.footer-logo-row img {
    max-width: 100%; /* Ensures the logos fit within their parent container */
    height: auto; /* Maintains the aspect ratio */
}

/* Media query for screens smaller than 600px (mobile) */
@media (max-width: 600px) {
    .footer-logo-row {
        gap: 20px; /* Reduce the gap between logos for smaller screens */
    }

    .footer-logo-row a {
        flex-basis: calc(50% - 20px); /* Logos are still 50% width but with smaller gaps */
    }
}
