#threeDSecure{display: none;}

/* // fonts // */
@font-face {
  font-family: 'museo300';
  src: url('../../fonts/template_Bootstrap/Museo300-Regular-webfont.eot');
  src: url('../../fonts/template_Bootstrap/Museo300-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/template_Bootstrap/Museo300-Regular-webfont.woff2') format('woff2'),
  url('../../fonts/template_Bootstrap/Museo300-Regular-webfont.woff') format('woff'),
  url('../../fonts/template_Bootstrap/Museo300-Regular-webfont.ttf') format('truetype'),
  url('../../fonts/template_Bootstrap/Museo300-Regular-webfont.svg#museo300') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
 font-family: 'museo500';
 src: url('../../fonts/template_Bootstrap/Museo500-Regular-webfont.eot');
 src: url('../../fonts/template_Bootstrap/Museo500-Regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('../../fonts/template_Bootstrap/Museo500-Regular-webfont.woff2') format('woff2'),
 url('../../fonts/template_Bootstrap/Museo500-Regular-webfont.woff') format('woff'),
 url('../../fonts/template_Bootstrap/Museo500-Regular-webfont.ttf') format('truetype'),
 url('../../fonts/template_Bootstrap/Museo500-Regular-webfont.svg#museo500') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'museo700';
 src: url('../../fonts/template_Bootstrap/Museo700-Regular-webfont.eot');
 src: url('../../fonts/template_Bootstrap/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('../../fonts/template_Bootstrap/Museo700-Regular-webfont.woff2') format('woff2'),
 url('../../fonts/template_Bootstrap/Museo700-Regular-webfont.woff') format('woff'),
 url('../../fonts/template_Bootstrap/Museo700-Regular-webfont.ttf') format('truetype'),
 url('../../fonts/template_Bootstrap/Museo700-Regular-webfont.svg#museo700') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
  font-family: 'CartoGothicBook';
  font-style: normal;
  font-weight: normal;
  src:  local('../../fonts/template_Bootstrap/CartoGothic Std Book'),
  url('../../fonts/template_Bootstrap/CartoGothicStd-Book.woff') format('woff');
}
/*@font-face {
  font-family: 'CartoGothicBoldItalic';
  font-style: normal;
  font-weight: normal;
  src:  local('../../fonts/template_Bootstrap/CartoGothic Std Bold Italic'),
  url('../../fonts/template_Bootstrap/CartoGothicStd-BoldItalic.woff') format('woff');
  } */
  @font-face {
    font-family: 'CartoGothicBold';
    font-style: normal;
    font-weight: normal;
    src:  local('../../fonts/template_Bootstrap/CartoGothic Std Bold'),
    url('../../fonts/template_Bootstrap/CartoGothicStd-Bold.woff') format('woff');
  }
  @font-face {
    font-family: 'CartoGothicItalic';
    font-style: normal;
    font-weight: normal;
    src:  local('../../fonts/template_Bootstrap/CartoGothic Std Italic'),
    url('../../fonts/template_Bootstrap/CartoGothicStd-Italic.woff') format('woff');
  }
  body {
   font-family: 'CartoGothicBook';
   font-weight: normal;
   text-align: left;
   overflow-x: hidden;
   background-color: #fcfcfc;
   color:#314c4e;
   font-size:16px;
   line-height: 26px;
 }
 body.inner {
   background-color: white;
 }
 .container.small{
   width:100%;
   max-width: 960px;
 }

.container  {
  width:100%;
  max-width: 1280px;
}
 a,
 a:hover,
 a:focus,
 a:active,
 a.active {
   color: #8aa310;
   text-decoration: none;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   -ms-transition: all .2s linear;
   -o-transition: all .2s linear;
   transition: all .2s linear;
 }
 a:focus,
 a:focus-visible,
 a:active,
 a.active {
   outline: revert;
   outline-offset: revert;
 }

 p a {
  text-decoration: underline;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   font-family: 'Viga', sans-serif;
 }
 h2 {
   font-size: 24px;
   line-height: 26px;
 }
 h3 {
   font-size: 20px;
   line-height: 22px;
 }
 img {
   width:100%;
 }
 .our-vacation-reviews .row img{
  width: auto;
  margin-right: 10px;
 }
 img.responsive-auto {
   width: auto;
   max-width: 100%;
 }
 /* // buttons // */
 .btn {
   width:100%;
   font-family: 'Viga', sans-serif;
   max-width:200px;
   text-align: center;
   padding: 10px 30px 10px 10px;
   border: 1px solid transparent;
   position: relative;
 }
 .btn-default {
   background-color: #c4eee4;
   color: white;
 }
 .btn-primary {
   background-color: #6B7C0E;
   color: white;
 }
 .btn-secondary {
   background-color: #5C7A7A;
 }
 .btn-show-more {
   background-color: #5C7A7A;
   color: white;
   border-radius: 0;
   font-size: 24px;
   padding: 25px 10px;
   margin-bottom: 15px;
 }
 .btn.btn-show-more {
  color: white;
 }
 .btn p {
   white-space: pre-wrap;
 }
 .btn span {
   font-size: 40px;
   font-weight: 100;
 }
 .btn.btn-block {
   max-width: 100%;
 }
 .btn:hover,
 .btn:focus,
 .btn:active {
   background-color:white;
   color:#151918;
 }
 .btn-default:hover,
 .btn-default:focus,
 .btn-default:active {
   border: 1px solid #c4eee4;
 }
 .btn-secondary:hover,
 .btn-secondary:focus,
 .btn-secondary:active {
   border: 1px solid #e9cdd0;
 }
 .btn-show-more:hover,
 .btn-show-more:focus,
 .btn-show-more:active {
   border: 1px solid #151918;
   color: #151918;

 }
 /* // helper classes // */
 .img-auto {
   width: auto;
   max-width: 100%;
 }
 .img-centered {
   margin: 0 auto;
 }
 .img-round {
   border-radius: 50%;
 }
 .bg-img {
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
 }
 .crimson {
   font-family: 'Crimson Text', serif;
   font-weight: 600;
 }
 .crimson-reg {
   font-family: 'Crimson Text', serif;
   font-weight: 400;
 }
 .museo300 {
   font-family: 'museo300', Arial, sans-serif;
 }
 .museo500 {
   font-family: 'museo500', Arial, sans-serif;
 }
 .museo700 {
   font-family: 'museo700', Arial, sans-serif;
 }
 .carto-book {
   font-family: 'CartoGothicBook';
 }
 .carto-bold {
   font-family: 'CartoGothicBold';
 }
 .carto-italic {
   font-family: 'CartoGothicItalic';
 }
 .white {
   color: white;
 }
 .white-bg {
   background-color: white;
 }
 .gold {
   color: #837349;
 }
 .gold-bg {
   background-color: #af9e70;
 }
 .black {
   color: #333;
 }
 .input-lg {
   height: 46px;
   padding: 10px 16px;
   font-size: 16px;
   line-height: 1.3333333;
   border-radius: 6px;
 }
 .splitter-right {
   border-right: 1px solid #af9e70;
 }
 .splitter-top {
   border-top: 1px solid #af9e70;
   padding-top: 15px;
   margin-top: 15px;
 }
 .splitter-btm {
   border-bottom: 1px solid #af9e70;
   padding-bottom: 15px;
 }
 /* // navbar: ; // */
 .navbar {
   background-color: #0f1d1e;
 }
 .navbar-nav {
   margin: 0px;
   padding-right: 15px;
   float: right!important;
 }
 .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
 }
 .header .navbar-fixed-top {
  position: relative;
 }
 .header .navbar h1 {
  margin: 0;
}
 .navbar-default {
   border: none;
 }
 .navbar-default .navbar-nav>li>a {
   color: #fff;
   text-transform: capitalize;
 }
 .navbar-default .navbar-nav>.active>a,
 .navbar-default .navbar-nav>.active>a:hover,
 .navbar-default .navbar-nav>.active>a:focus {
   background-color: #8aa310;
   color: #6B7C0E;
   /* border-bottom: 10px solid #c4eee4; */
 }
 .navbar-default .navbar-nav>li>a:hover,
 .navbar-default .navbar-nav>li>a:focus {
   background-color: transparent;
   color: #6B7C0E;
 }
 .navbar-brand {
   padding: 3px 5px;
 }
 .navbar-brand img {
   width: 140px;
 }
 .navbar-extras {
   float:right;
   width: auto;
   height: 50px;
   min-height: 100%;
 }
 .navbar-extras > a {
   height: 50px;
   display: inline-block;
   text-align: center;
   position: absolute;
   left: 0;
  /* top: 50%;*/
  top:25px;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
 }
 .navbar-extras > a img {
   width: auto;
   position: relative;
 }
 .navbar-extras > a p span {
   display: none;
 }
 .navbar-extras button {
   border: 0;
   background-color: transparent;
   color: white;
   height: 50px;
   padding: 0px;
   width: 50px;
   border-left: 2px solid #8aa310;
 }
 .navbar-extras button i {
   font-size: 25px;
 }
 /* // navbar toggle // */
 .navbar-toggle {
   margin: 0;
   width: 50px;
   height: 50px;
 }
 .navbar-default .navbar-toggle:hover,
 .navbar-default .navbar-toggle:focus {
   background-color: transparent;
 }
 .navbar-default .navbar-toggle {
   border: 0;
   border-radius: 0;
   border-left: 2px solid #8aa310;
 }
 .navbar .toggleMainNav {
   position: absolute;
   top: calc(50% - 11px);
   left: 10px;
   height: 22px;
   width: 30px;
   cursor: pointer;
   overflow: hidden;
   -webkit-transition: opacity .25s ease;
   transition: opacity .25s ease;
   z-index: 200;
 }
 .navbar .toggleMainNav.open .top {
   -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
   -ms-transform: translateY(9px) translateX(0) rotate(45deg);
   transform: translateY(9px) translateX(0) rotate(45deg);
 }
 .navbar .toggleMainNav.open .middle-1 {
   -webkit-transform: translateX(-100%);
   -ms-transform: translateX(-100%);
   transform: translateX(-100%);
 }
 .navbar .toggleMainNav.open .middle-2 {
   -webkit-transform: translateX(100%);
   -ms-transform: translateX(100%);
   transform: translateX(100%);
 }
 .navbar .toggleMainNav.open .bottom {
   -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
   -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
   transform: translateY(-9px) translateX(0) rotate(-45deg);
 }
 .navbar .toggleMainNav span {
   background: white;
   position: absolute;
   top: 0;
   left: 0;
   height: 4px;
   width: 100%;
   -webkit-transition: all .35s ease;
   transition: all .35s ease;
 }
 .navbar .toggleMainNav span:nth-of-type(2) {
   top: 9px;
   left: -50%;
 }
 .navbar .toggleMainNav span:nth-of-type(3) {
   top: 9px;
   left: 50%;
 }
 .navbar .toggleMainNav span:nth-of-type(4) {
   top: 18px;
 }

 .navbar .navbar-toggle:focus {
  outline: revert;
 }
 /* // slick // */
 .slick-dotted.slick-slider {
   margin-bottom: 0;
 }
 .slick-prev, .slick-next {
   z-index:1;
   width: 32px;
   height: 32px;
   border: 2px solid white;
   outline: revert;
   background: transparent;
   border-radius: 50%;
   opacity: 0.4;
 }
.general-sl .slick-prev:focus,
.general-sl .slick-next:focus {
    outline: revert;
}
 .slick-prev {
   left:10px;
 }
 .slick-next {
   right:10px;
 }
 .slick-prev:before, .slick-next:before {
   position: relative;
 }
 .slick-prev:before {
   content: url('../../images/template_Bootstrap/icons/btn-prev.png');
 }
 .slick-next:before {
   content: url('../../images/template_Bootstrap/icons/btn-next.png');
 }
 .banner {
  position: relative;
 }
 /* // header // */
 header.stickyHeader {
   display: none;
 }
 header.stickyHeader.fixed {
   display: block;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 999;
   background-color: #151918;
 }
 header .brand {
   text-align: left;
   padding: 1% 1% 3%;
 }
 header .navbar {
   margin-bottom: 0;

   height: 100px;
 }
 header .nav > li > a:hover,
 header .nav > li > a:focus {
   background-color: transparent;
   color: #aa8055;
 }
 header .navbar-nav > li > a {
   line-height: inherit;
   text-transform: uppercase;
 }
 header .head-imagery {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-direction:column;
   -ms-flex-direction:column;
   flex-direction:column;
   -webkit-align-items:center;
   -ms-align-items:center;
   align-items:center;
   -webkit-flex-wrap:wrap;
   -ms-flex-wrap:wrap;
   flex-wrap:wrap;
 }
 header .brand > a >img {
   width: 100px;
 }
 header .brand > img {
   width: 78%;
   height: 100%;
   margin-left: 10%;
   padding: 3% 3% 0;
 }
 header .navbar-toggle {
   position: relative;
   float: right;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: 0;
   background-color: transparent;
   background-image: none;
   border: 0;
 }
 header .navbar-toggle i {
   font-size: 30px;
   color: white;
 }

 #about {
   height: 250px;
 }
 #about .collapse-wrap {
   height: 250px;
   overflow: hidden;
   overflow-y: scroll;
 }

 /* // search // */
 #searchForm {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 50px;
  z-index: 10;
  left: 0px;
  right: 0px;
  max-height: 0px;
  background: rgb(49, 76, 78);
  border-bottom: 4px solid #6B7C0E;
}
#searchForm.collapsing, #searchForm.collapse.in {
  max-height: 120px;
}
#searchForm .collapse-wrap {
 padding: 30px 0;
}
#searchForm .input-group-addon {
 /* background-color: #6B7C0E; */
 color: white;
}
/* // form // */
form label {
 font-size: 14px;
 color: #4b6466;
 font-family: 'CartoGothicBook';
}
.form-control {
 color: #737373;
}
/* // banner // */
.banner {
 position: relative;
 margin-top: 50px;
}
.banner .content-banner-overlay {
 margin-left: 15px;
 margin-right: 15px;
}
.banner .drop-box {
 border: 1px solid whitesmoke;
 margin: 15px 0;
 padding: 10px 15px;
 background-color: white;
 position: relative;
}
.banner .drop-box,
.banner .drop-box button {
 width: 100%;
}
.banner .drop-box button {
 background-color: white;
 border: transparent;
 padding: 10px 0;
 text-align: left;
}
.banner .drop-box figcaption {
 background-color: white;
}
.banner .drop-box figcaption div.collapse-wrap {
 padding: 0px 0 15px;
}
.banner .drop-box figcaption p {
 color: #314c4e;
}
.review-author.carto-bold,
.review-author.carto-bold + a {
  text-align: center;
  display: block;
}
.banner .drop-box.discover {
 overflow-y: hidden;
}
.banner .drop-box.discover button {
 color: #7b9204;
 text-align: left;
 font-size: 28px;
}
.banner .drop-box.discover button {
 margin: 0;
}
.banner .drop-box.discover button span {
 display: block;
}
.banner .drop-box.discover button span strong {
 color: #333;
}
/* .banner .drop-box.discover button::after {
   position: absolute;
   font-family: arial;
   font-weight: 100;
   content: "-";
   transform: rotate(45deg);
   top: 10px;
   right: -3px;
   font-size: 50px;
   font-weight: 100;
   color: #8da80b;
   width: 44px;
   height: 44px;
}
.banner .drop-box.discover button.collapsed::after {
   position: absolute;
   font-family: arial;
   font-weight: 100;
   content: "+";
   transform: rotate(0);
   top: 5px;
   right: -12px;
   font-size: 50px;
   font-weight: 100;
   color: #8da80b;
   width: 44px;
   height: 44px;
   } */
@media (min-width: 701px) and (max-width: 992px) {
  .banner .content-banner-overlay {
    overflow: hidden;
  }
  body .drop-box.discover, body .drop-box.review {
    display: block;
    float: left;
    width: 100%;
   /* max-width: 50%;*/
    max-width: 100%;
    left: 0;
    right: 0;
    position: relative;
    top: 0;
    min-height: 425px;
  }
  #about {
    height: auto;
    display: block;
  }
  #about .collapse-wrap {
    height: 347px;
  }
}
   .plus.icon {
    color: #6B7C0E;
    display:block;
    position: absolute;
    top: 22px;
    right: 33px;
  }

  .plus.icon:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #6B7C0E;
  }

  .plus.icon:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #6B7C0E;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .rotate {
   -webkit-transform-origin: 50% 50%;
   -moz-transform-origin: 50% 50%;
   -o-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   transform: rotate(45deg);
 }

 .close.icon {
  color: #6B7C0E;
  position: absolute;
  top: 10px;
  right: 11px;
  width: 21px;
  height: 21px;
  opacity: 1;
}

.close.icon:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 2px;
  background-color: #6B7C0E;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close.icon:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 21px;
  height: 2px;
  background-color: #6B7C0E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

 .drop-box.review button {
 font-size: 24px;
 padding-top: 0px;
 color: #314c4e;
 text-align: center;
 font-weight: 500;
 margin-bottom: 5px;
}
 .drop-box.review button > span {
 display: block;
 margin-top: 5px;
}
 .drop-box.review button span {
 color: #837349;
}
 .drop-box.review button img {
 width: 75px;
 margin: 5px auto 8px;
 display: block;
 -webkit-box-shadow: 0px 0px 7px 3px rgba(204,204,204,1);
 -moz-box-shadow: 0px 0px 7px 3px rgba(204,204,204,1);
 box-shadow: 0px 0px 7px 3px rgba(204,204,204,1);
}
 .drop-box.review a {
  color: #314c4e;
}
 .drop-box.review a:hover {
  color: #8aa310;
}
 .drop-box.review .review-date {
 color: #6b7a7b;
 text-align: center;
 margin-bottom: 0px;
}
 .drop-box.review .review-date em {
  font-style: normal;
}
.bannerSlider .slick-prev:before,
.bannerSlider .slick-next:before {
 font-family: FontAwesome;
 font-style: normal;
 font-weight: normal;
 text-decoration: inherit;
 color: white;
 font-size: 30px;
 position: relative;
 top: 0;
 left: 0;
 z-index: 1;
}
.bannerSlider .slick-next:before {
 content:"\f105";
}
.bannerSlider .slick-prev:before {
 content:"\f104";
}
.banner .slick-dots,
.bannerSlider .slick-dots {
 bottom:10px;
}
.bannerSlider .slick-prev {
 left:0;
}
.bannerSlider .slick-next {
 right:0;
}

.bannerSlider a.slick-slide {
  color: #FFF;
}

.bannerSlider .slick-slide.slick-active:focus-visible .testimonial-f-btn {
  outline: auto;
}

.banner.inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
} 

.banner.inner div.banner-bg {
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
 height: 450px;
}
div#contentHome {
 position: absolute;
 z-index: 50;
 top: 160px;
 left: 50px;
 width: 330px;
 padding: 0;
 -moz-transition: height 0.25s ease-out;
 -webkit-transition: height 0.25s ease-out;
 transition: height 0.25s ease-out;
}

div#contentHome h2 {
 width: 270px;
 background-color: #eaeed6;
 background: rgba(234,238,214,0.9);
 background-image: url('../../images/layout/btnShowHide.png');
 background-position: 94% 21px;
 background-repeat: no-repeat;
 padding: 17px 30px 12px 30px;
 font-size: 26px;
 color: #223c3e;
 position: relative;
 cursor: pointer;
 font-weight: normal;
}

div#contentHome h2 a#hideContent {
 width: 24px;
 height: 24px;
 text-indent: -5000px;
 position: absolute;
 z-index: 30;
 top: 17px;
 right: 15px;
 margin-left: -15px;
 opacity: 0.7;
}
/*
div#contentHome h2 a#hideContent:hover  {
   opacity: 1;
}
*/
div#contentHome.sel h2 a#hideContent {

}

div#contentHome div.copy {
 padding: 17px 30px 12px 30px;
 font-size: 13px;
 line-height: 21px;
 color: #0b0a1a;
 -webkit-transition: opacity .3s ease-in-out;
 -moz-transition: opacity .3s ease-in-out;
 transition: opacity .3s ease-in-out;
 opacity: 0;
 max-height: 150px;
 overflow-y: auto;
 background-color: #eaeed6;
 background: rgba(234,238,214,0.9);
 -webkit-border-radius: 2px;
 -moz-border-radius: 2px;
 border-radius: 2px;
}

div#contentHome a.readMore {
 display: none;
}


div#contentHome div.copy a {
 color: #0b0a1a;
}
/* // sections // */
section {
 padding: 40px 0;
}
section.packages {
 padding-top: 0;
 max-width: 960px;
 margin: 0 auto;
}
section.packages .container {
  padding: 0px;
}

section.packages > div > .row {
/*  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;*/
  margin: 0 -3px;
}
section.packages.guided > div > .row {
  margin: 0px;
}
section.packages.guided > div > .row [class*="col"] {
  padding: 0px;
  border: solid 1px #efefef;
  border-collapse: collapse;
}
section.packages.guided .btn-show-more {
  margin-top: 50px;
  font-size: 36px;
  font-weight: 400;
  padding: 10px;
  line-height: 70px;
}
section.packages .container .row > div {
  /*  margin-bottom: 15px; */
  margin: 0;
  padding: 4px 3px;
}
section.packages a {
 display: block;
}

section.packages a figure {
 position: relative;
}

section.packages a figure::before {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.3);
}
section.packages:not(.guided) figure {
  -webkit-box-shadow: 0px 0px 3px 3px rgba(17,17,17,0.25);
  -moz-box-shadow: 0px 0px 3px 3px rgba(17,17,17,0.25);
  box-shadow: 0px 0px 3px 3px rgba(17,17,17,0.25);
}
section.packages figure h2 {
  font-family: "museo300", Arial, sans-serif;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  left: 15px;
  right: 15px;
  color: white;

  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
}




section.expert a {
 display: block;
 overflow: hidden;
 padding: 15px;
 /* height: 60px; */
 margin-bottom: 45px;
 white-space: normal;
}
section.expert .col-sm-4:hover span {
  color: #00818c;
}
section.expert .col-sm-4 img {
  transition: all ease 0.3s;
}
section.expert .col-sm-4:hover img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
section.expert .img-profile.expert {
 width: 100px;
}
/*section.expert .img-icon.expert {
 float: left;
}*/
section.expert h2 {
 color: #93855e;
}
/*section.expert span {
 font-size: 14px;
 display: block;
 position: absolute;
 top: 44%;
 transform: translateY(-50%);
 left: 90px;
 right: 0;
 text-align: left;
 color: #314c4e;
}*/
section.expert span {
  position: relative;
  top: auto;
  text-align: center;
  left: auto;
  right: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  padding-top: 15px;
  color: #314c4e;
  font-size: 14px;
   display: block;
}
section.expert .container, section.vacation .container {
  max-width: 990px;
}
section.vacation .well {
  padding-top: 0px;
}
section.vacation h2 {
 background: #5C7A7A;
 margin: 0 -19px;
 padding: 20px;
 line-height: 35px;
 font-size: 36px;
 font-weight: 400;
 color: white;
}
section.vacation h3 {
 font-size: 30px;
 width: 70%;
 text-align: center;
 display: block;
 line-height: 1;
 font-weight: 600;
 margin: 35px auto 25px;
 color: #223c3e;
}
section.testimonials,
section.special.slider {
 padding: 40px 0;
}
section.testimonials .stars i {
 font-size: 30px;
 padding: 0 2px;
}
section.testimonials .bannerSlider {
 margin-top: 15px;
}
section.testimonials p.quote {
 font-size: 26px;
 line-height: 28px;
 position: relative;
 padding: 0 28px;
}
section.testimonials p.quote:before {
 content: '';
 background-image: url('../../images/template_Bootstrap/icons/quote-open.png');
 width: 48px;
 height: 40px;
 position: absolute;
 background-size: 65%;
 background-repeat: no-repeat;
 left: 0;
}
section.testimonials p.quote:after {
 content: '';
 background-image: url('../../images/template_Bootstrap/icons/quote-close.png');
 width: 48px;
 height: 40px;
 position: absolute;
 background-size: 65%;
 background-repeat: no-repeat;
 right: -15px;
 bottom: -20px;
}
section.testimonials p.author {
 font-size: 16px;
 line-height: 18px;
 margin: 30px
}
section.testimonials .bannerSlider a i.fa-facebook {
 font-size: 30px;
 color: white;
 border: 2px solid white;
 height: 50px;
 width: 50px;
 line-height: 50px;
 border-radius: 50%;
}
section.testimonials .bannerSlider a:hover i.fa-facebook {
 background-color: white;
 color: #4f6a6b;
}
section.testimonials .slick-prev {
 left: -35px;
 top: 20%;
}
section.testimonials .slick-next {
 right: -35px;
 top: 20%;
}



section.newsletter .container {
  max-width: 990px;
}
section.newsletter .well {
  padding-bottom: 15px;
  width: 100%;
  max-width: 415px;
  float: right;
}
.newsletter .well .fa-envelope {
    margin-top: 2px;
  }
section.newsletter .well h2 {
  margin: -23px -20px 20px !important;
  font-family: 'CartoGothicBook';
  padding: 16px 0 14px;
  background: #6B7C0E;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  display: block;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
section.newsletter .text-capitalize.crimson {
  font-size: 30px;
}
section.newsletter p {
  font-size: 16px;
}
.expert.text-center {
  padding: 40px 0 0;
}
.well label, .well input {
  font-family: 'CartoGothicBook';
  font-size: 18px;
  font-weight: 400;
  border-radius: 0px;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.well .form-group {
  margin-bottom: 40px;
}
.well textarea, .well button, .well select {
  border-radius: 0px;
}
.well textarea {
  font-size: 18px;
  line-height: 1.6;
}
.well .form-control {
  border-color: #e5e4e4;
}
.vacation .well button {
  font-size: 24px;
  font-family: 'CartoGothicBook';
  font-weight: 400;
  line-height: 2;
  margin-top: -10px;
}
form .input-group .form-control:focus,
form .form-control:focus {
  border: 1px solid #4b6466;
}
form .form-control:focus-visible {
  outline: revert;
}

form .form-control::placeholder,
form .form-control {
  color: #737373;
}

.form-control::-webkit-input-placeholder { color: #b1bcbc; font-family: 'CartoGothicBook';
font-weight: 400;}
.form-control:-moz-placeholder { color: #b1bcbc; font-family: 'CartoGothicBook';
font-weight: 400;}
.form-control::-moz-placeholder { color: #b1bcbc; font-family: 'CartoGothicBook';
font-weight: 400;}
.form-control:-ms-input-placeholder { color: #b1bcbc; font-family: 'CartoGothicBook';
font-weight: 400;}
.vacation {
  padding: 20px 0 40px;
}
.well .input-group-addon {
  background: #fff;
  border-right: none;
  box-shadow: none;
  border-color: #e5e4e4;
  color: #b1bcbc;
  padding-right: 5px;
  height: 50px;
}
.well .input-group .form-control {
  border-left: none;
  box-shadow: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 0px;
  height: 50px;
}
.newsletter button {
  line-height: 30px;
  font-size: 18px;
  border-radius: 4px;
}
.newsletter .form-group {
  margin-bottom: 10px;
}
body.inner .content-wrap {
 margin-top: -100px;
}
body.inner .content-wrap.no-top {
 margin-top: 0;
}
/*body.inner .content-wrap.no-top .container > .row {
  text-align: center;
}*/
body.inner .content-wrap.no-top .container .drive-vac-packages{
  text-align: left;
}
body.inner.no-banner .content-wrap.no-top {
 margin-top: 100px;
}
body.inner.no-banner  .page-title-wrap{
  display: none;
}
.inner .page-title-wrap {
 position: absolute;
 top: 50px;
 height: 350px;
 left: 0;
 right: 0;
}
.inner .page-title {
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 left: 0;
 right: 0;
 text-align: center;
 color: white;
 font-size: 48px;
 line-height: 40px;
}
.inner section.special {
 padding: 0;
}
.inner section.special.slider {
 padding: 80px 0;
}
.inner section.special div.special-bg {
 height: 200px;
 background-size: cover;
 background-position: center center;
 background-repeat: no-repeat;
}
.inner section.special .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction:column;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-align-items:center;
  -ms-align-items:center;
  align-items:center;
  -webkit-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
  text-align: center;
}
.inner section.special h2 {
 font-size: 36px;
 margin-top: 30px;
 font-weight: 400;
}
.def-wrap h3 {
  font-size: 24px;
}
.def-wrap h3, .def-wrap p {
  color: #314c4e;
  margin-bottom: 5px;
}
.inner section.special .text-lg {
 font-size: 50px;
 margin: 30px 0;
}
.inner section.special.slider .text-lg {
 font-size: 40px;
}
.inner section.special .text-md {
 font-size: 24px;
}
.inner section.special .splitter-right {
 border-right: 0;
}
.inner section.packages.guided figure {
 position: relative;
}
.inner section.packages.guided .col-xs-12:nth-child(even) figure {
  background: #00818c;
}
.inner section.packages.guided .col-xs-12:nth-child(odd) figure {
  background: #8ba310;
}
.inner section.packages.guided figure img{
  width: 100%!important;
}
.inner section.packages.guided figure:not(:hover) img{
  opacity: 0;

}
.packages.guided figure {
  margin: 15px;
}
section.packages.guided figure h2 {
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  font-size: 24px;
}
.inner section.packages.guided figure h2:before {
 display: block;
 margin-bottom: 15px;
}
.inner section.packages.guided figure h2:after {
 display: block;
 margin-top: 12px;
}
.inner section.packages.guided figure.bus h2:before {
 content: url('../../images/template_Bootstrap/icons/bus-guided-tour.png');
}
.inner section.packages.guided figure.car h2:before {
 content: url('../../images/template_Bootstrap/icons/car-icon.png');
}
.inner section.packages.guided figure.ireland h2:after {
 content: url('../../images/template_Bootstrap/icons/irish-flag.jpg');
}

.inner section.packages.guided figure.ireland-and-scotland h2:after {
 content: url('../../images/template_Bootstrap/icons/irish-flag.jpg') '  ' url('../../images/template_Bootstrap/icons/scottish-flag.jpg');
}

.inner section.packages.guided figure.scotland h2:after {
 content: url('../../images/template_Bootstrap/icons/scottish-flag.jpg');
}
.inner section.packages.guided figure.england h2:after {
 content: url('../../images/template_Bootstrap/icons/english-flag.jpg');
}
.inner section.packages.guided figure.wales h2:after {
 content: url('../../images/template_Bootstrap/icons/welsh-flag.jpg');
}
.inner section.special.slider .bannerSlider .slick-next {
 right: -43px;
}
.inner section.special.slider .bannerSlider .slick-prev {
 left: -43px;
}
/* // footer // */
footer {
 padding-top: 60px;
 text-align: center;
}
footer .row-wrap {
 margin-bottom: 20px;
}
footer h2 {
 color: #6B7C0E;
}
footer a {
 color: #9e9e9e;
}
footer .nav-footer > li > a:focus,
footer .nav-footer > li > a:active {
  color: #6B7C0E;
}
footer .nav>li>a:focus, 
footer .nav>li>a:hover {
  background-color: #FFF;
}
footer .nav-footer > li > a {
 padding: 5px 15px;
 /*background: whitesmoke;*/
 color: #9e9e9e;
 margin-bottom: 1px;
}
footer .newsletterWrap h3 {
 font-size: 14px;
}
footer .newsletter button[type="submit"] {
 border: 0;
 background: #c1ede3;
}
footer .newsletter button > img {
 width: auto;
 position: absolute;
 top: 8px;
 right: 12px;
}
footer .newsletter .input-group-addon {
 background-color: #c1ede3;
}
footer .social-links a i {
 color: #314c4e;
 border: 2px solid #314c4e;
 border-radius: 50%;
 height: 40px;
 width: 40px;
 text-align: center;
 line-height: 35px;
}
footer .social-links a:hover i {
 background-color: #314c4e;
 color: white;
}
footer a.flex-foot {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction:row;
  -ms-flex-direction:row;
  flex-direction:row;
  -webkit-align-items:baseline;
  -ms-align-items:baseline;
  align-items:baseline;
  -webkit-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
}
footer a.flex-foot img {
 padding-right: 5px;
 height: 10px;
}
footer .logo-foot {
 margin-bottom: 15px;
}
footer .flex-images {
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-direction:row;
 -ms-flex-direction:row;
 flex-direction:row;
 -webkit-align-items:flex-start;
 -ms-align-items:flex-start;
 align-items:flex-start;
 -webkit-justify-content:space-around;
 -ms-justify-content:space-around;
 justify-content:space-around;
 margin-top: 20px;
}
footer .bottom .text-right,
footer .bottom .text-left {
 text-align: center;
}
/* // modal // */

#testimonialModal .modal-dialog {
  /*width: 55%!important;*/
  position: relative;
  width: 1200px !important;
}
#testimonialModal .modal-header .close {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 99;
}

#testimonialModal .modal-header {
  border-bottom: medium none;
  padding: 0;
}
#testimonialModal .close {
  color: #7e9409;
  font-size: 44px;
  font-weight: 400;
  opacity: 1;
}
#testimonialModal .modal-body {
  padding: 0;
}

.remodal,
.remodal .container, #testimonialModal .modal-dialog, #testimonialModal .container {
 max-width: 1200px !important;
 color: white;
 position: relative;
 padding: 2px;
}
#messageBg.remodal {
  color: #2b2e38;
  padding-bottom: 15px;
}
#messageBg .close-ok {
  display: inline-block;
  padding: 5px 30px;
  text-transform: capitalize;
  color: #fff;
  background-color: #75890d;
  margin-top: 20px;
}
 #testimonialModal .modal-content-wrap h2 {
  color: #7e9409;
  font-size: 30px;
  font-weight: 37px;
 }
  #testimonialModal .modal-content-wrap a {
    color: #2b2e38;
  }
.remodal .container:after, #testimonialModal .container:after {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,0.5);
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 display: block;
}
.remodal-enquiry .enquiryForm {
  position: relative;
  z-index: 100;
  padding: 0;
}
.remodal-enquiry form.enquiryForm div {
  width: 100%;
}
.remodal-enquiry .enquiryForm sup {
  color: red;
}
.remodal .container .row > div, #testimonialModal .container .row > div {
 z-index: 10;
}
.remodal .container .row .modal-content-wrap , #testimonialModal .container .row .modal-content-wrap {
 padding: 30px 20px 20px;
 text-align: center;
}
.remodal .container .row .modal-content-wrap i.fa-facebook, #testimonialModal i.fa-facebook {
 width: 40px;
 height: 40px;
 border: 2px solid #0a91d4;
 border-radius: 50%;
 line-height: 35px;
 color: #0a91d4;
}
.remodal .modal-facebook-bg-img , #testimonialModal .modal-facebook-bg-img {
 position: absolute;
 left: 0;
 top: 0;
 background-size: cover;
 width: 100%;
 height: 100%;
 background-position: center center;
 background-repeat: no-repeat;
 box-shadow: 3px 0px 7px rgba(0,0,0,0.2);
}
.remodal-close {
  background-color: #000;
  border-radius: 20px;
  left: auto;
  right: -15px;
  top: -20px;
  color: #fff;
}
.search .input-group-addon {
 padding: 0;
 border: 0;
 background: transparent
}
.search input[type=submit] {
  border: 1px solid #6B7C0E;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  background: #6B7C0E;
  padding: 14px 30px;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.section.footer {
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 30px;
  border-top: solid 1px #cad1a3;
}
.section.footer h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}
.col-xs-12.col-md-6.w-a {
  width: auto;
}
footer .nav-footer > li > a {
  font-size: 17px;
  padding: 0px;
  color: #314c4e;
  line-height: 1.5;
}





/**Inner drive page
*******/
section.path {
  padding: 0;
}
section.path {
  background-color: #f7f5f5;
  padding: 20px 0;
}
section.path .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
}
section.path .breadcrumb li a {
  color: #6E6E6E;
  text-transform: uppercase;
}
section.path .breadcrumb li.sel a{
  color: #314c4e;
}


.sidebar {
  padding-right: 40px;
}
.hdLHS {
  background-color: #6B7C0E;
  text-transform: uppercase;
  padding: 15px 10px;
  color: #fff;
  font-family: 'CartoGothicBook';
  font-size: 16px;
}
.pageNavList {
  padding: 0;
}
.pageNavList li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}
.pageNavList li a {
   text-transform: uppercase;
   padding: 15px;
   display: block;
   color: #333333;
   transition : 0.3s ease all;
   position: relative;
}
.pageNavList li.onPath a , .pageNavList li a:hover {
  font-weight: 700;
  color: #6B7C0E;
}
.pageNavList li.onPath a:before {
  content: url(../../images/template_Bootstrap/icons/arrow-right.png);
  position: absolute;
  right: 8px;
  font-size: 10px;
}

.heading-package {
  position: relative;
}
.pageTitle {
  color: #837349;
  font-family: "Crimson Text",serif;
  font-size: 36px;
  font-weight: 600;
  opacity: 0.8;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
  padding-right: 15%;
  position: relative;
}

.heading-package .accordion-button {
  border: none;
  background: transparent;
  width: 100%;
}

.accordion-plus-icon,
.plus-icon {
 display: inline-block;
 width: 30px;
 height: 30px;
  position: absolute;
  right: 15px;
  bottom: 20px;
}

.plus-icon.open:hover,
.plus-icon:hover {
  cursor: pointer;
}

.accordion-plus-icon {
  bottom: 40px;
}

.accordion-plus-icon:before,
.plus-icon:before {
  content: url(../../images/template_Bootstrap/icons/icon-plus.svg);
}

button[aria-expanded="true"] .accordion-plus-icon::before,
.plus-icon.open:before {
  content: url(../../images/template_Bootstrap/icons/icon-close.svg);
}
.accordion-plus-icon:before,
.plus-icon:before {
  content: url(../../images/template_Bootstrap/icons/icon-plus.svg);
}

.intro-drivePackage {
  padding: 25px 35px;

  display: none;
}

.intro-drivePackage p , li.item-drive-package div.text p{
  color: #314c4e;
}
.intro-drivePackage.open {
  display: block;
}

li.item-drive-package {
 border: 1px solid #e6e6e6;
 list-style: none;
 margin-bottom: 5px;
 clear: both;
 overflow: hidden;
/* padding: 10px;*/
 position: relative;
 background: transparent!important;
}

li.item-drive-package div.text {
  float: left;
  width: 60%;
  padding: 0 10px 0 20px;
}

li.item-drive-package h2 {
  color:#837349;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Crimson Text', serif;
  font-weight: 600;
  margin-bottom: 15px;
  /*width: 260px;*/
  text-transform: none;
  display: inline-block;
  margin-top: 25px;
  overflow:hidden !important;

  text-overflow: ellipsis;
  white-space: nowrap;
  width: 65%;


}
li.item-drive-package div.special-bg {
 /* background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;*/
  border-right: 1px solid #e6e6e6;
  width: 40%;
  float: left;
  position: relative;
}
li.item-drive-package div.image-bg {
  /*height: 250px;*/
}
li.item-drive-package div.image-bg > a{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: 230px;
}

.head-def .from {
  float: right;
  font-size: 24px;
  text-transform: uppercase;
  color: #00818c;
  font-weight: bold;
  margin-top: 27px;
  width: 35%;
  text-align: right;
}
li.item-drive-package p {
  margin-bottom: 20px;
}
li.item-drive-package .btn {
  display: block;
  padding: 8px;
  border-radius: 0;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border: 2px solid #5C7A7A;
  color: #5C7A7A;
  font-weight: bold;

  width: 46%;
  max-width: 100%;
  float: left;
  margin-right: 15px;
}
li.item-drive-package .btn:hover {
  background: transparent;
}

li.item-drive-package button.btn {
  margin-left: 15px;
  background-color: #5C7A7A;
  border: 2px solid #5C7A7A;
  color: #f5f5f5;
  margin-right: 0;
}
li.item-drive-package button.btn:hover{
   background-color: transparent;
   color: #5C7A7A;
}

li.item-drive-package img {
  min-height: 230px;
  object-fit: cover;
}

.image-bg {
  padding: 10px;
}

.image-bg.special-bg img {
  height: 100%;
  width: 100%;
}
.drive-vac-packages ul {
  padding: 0;
  margin-top: 30px;
}
.drive-vac-packages .btn-show-more {
  font-size: 36px;
  line-height: 34px;
  margin-top: 45px;
}

.package-content {
  padding-left: 0;
}
.package-content p , .package-tabs p ,.package-tabs li{
  color: #5a7071;
}
.package-description .head-def h1 {
  font-size: 24px;
}
.package-description .head-def {
  overflow: auto;
  border-bottom: 1px solid #e5e4e4;
  margin-bottom: 20px;
}
.package-description .head-def .from {
  margin-top: 15px;
  font-size: 30px;
}
.package-description .head-def h1 {
  float: left;
}

.package-description .form h3 {
  color: #FFF;
}

.package-slider {
  margin-top: 20px;
}
.package-slider .text {
  margin-top: 18px;
  background-color: #f5f5f5;
  position: relative;
}
.package-slider .text:after {
  background-color: #e4e4e4;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 115px;
}
.package-slider .text p {
  text-transform: uppercase;
  font-size: 17px;
  width: 80%;
  padding: 20px;
  text-align: left;
  min-height: 60px;
}
.general-sl .slick-prev, .general-sl .slick-next {
  top: auto;
  bottom: 12px;
  right: 0;
  border: 0;
  left: auto;
  opacity: 1;
}

.general-sl .slick-next {
  right: -5px;
}
/*.package-slider ul.custom_paging {
  bottom: 10px;
}
.package-slider.general-sl .slick-prev, .package-slider.general-sl .slick-next {
  bottom: -4px;
}*/
.general-sl .slick-prev {
  right: 80px;
}
.general-sl .slick-next:before {
  content: url("../../images/template_Bootstrap/icons/arrow-right.svg");
}
.general-sl .slick-prev:before {
  content: url("../../images/template_Bootstrap/icons/arrow-left.svg");
}
.websiteOffers-slider.general-sl .slick-next:before,
.reviews-slider.general-sl .slick-next:before {
  content: url("../../images/template_Bootstrap/icons/white-arrow-right.png");
  opacity: 1;
}
.websiteOffers-slider.general-sl .slick-prev:before,
.reviews-slider.general-sl .slick-prev:before {
  content: url("../../images/template_Bootstrap/icons/white-arrow-left.png");
  opacity: 1;
}
.websiteOffers-slider.general-sl .slick-prev,
.websiteOffers-slider.general-sl .slick-next,
.reviews-slider.general-sl .slick-prev,
.reviews-slider.general-sl .slick-next {
  transform: translate(0, -55%);
}

ul.custom_paging {
  bottom: 18px;
  position: absolute;
  right: 32px;
  list-style: none;
}
ul.custom_paging li {
  display: none;
}
ul.custom_paging  p {
  margin-bottom: 0;
}
ul.custom_paging li.slick-active {
  display: block;
}
.package-tabs {
  margin: 30px 0;
}
.package-tabs .nav-pills li a{
  background-color: #f5f5f5;
  border-radius: 0;
  margin-right: 10px;
  min-width: 130px;
  text-align: center;
  font-family: 'Crimson Text', serif;
   font-weight: 400;
   font-size: 24px;
   color: #5C7A7A;
   border: 1px solid #e5e4e4;
}
 .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #00818c;
  color: #fff;
}

.package-tabs .tab-content {
  margin-top: 30px;
  border: 1px solid #e5e4e4;
  padding: 35px;
  text-align: left;
}
.package-tabs .tab-content ul {
  padding: 0;

}
.package-tabs .tab-content li {
  position: relative;
  list-style: none;
  padding-left: 35px
}
.package-tabs .tab-content li:before {
  content: url("../../images/template_Bootstrap/icons/arrow-right.png");
  position: relative;
  left: -15px;
  top:0;
}
.package-tabs .tab-content  h2 {
  color: #00818c;
  font-family: 'Crimson Text', serif;
   font-weight: 400;
}

.sidebar-right {
  padding-right: 0;

}
.content-form {
  background-color: #5C7A7A;
  border: 1px solid #e5e4e4;
  padding: 10px 12px 15px 12px;
}
form.enquiryForm div {
  width: 100%;
}
form.enquiryForm {
  padding: 0;
}
.enquiry-wrapper h3 , .remodal-enquiry h3{
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 0;
  padding: 18px 18px 0;
  border: 1px solid #e5e4e4;
  border-bottom: none;
  background-color: #5C7A7A;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.enquiry-wrapper h3 span i {
  padding-right: 10px;
}
div.form.enquiry-wrapper h3 span {
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 400;
  padding: 5px 0 10px;
  opacity: 1;

  background: transparent;
}

form.enquiryForm .content-form div {
  overflow: hidden;
  position: relative;
  width: 97%;
  z-index: 5;
}
div.enquiry-wrapper.form {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
div.enquiry-wrapper.form h3 {
  background-color: #5C7A7A;
}

form.enquiryForm div.small {
  float: left;
  margin: 0;
  width: 50%;
  color: #FFF;
}
form.enquiryForm div.verySmall {
  float: left;
  width: 83px;
  margin-right: 10px;

   margin: 0 10px 0 0;
    width: 22%;
}
form.enquiryForm label {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 15px 0 5px;
  line-height: 16px;
  font-weight: normal;
}
form.enquiryForm input.text, form.enquiryForm select{
  height: 35px;
  width: 100%;
}
form.enquiryForm input.text, form.enquiryForm select, form.enquiryForm textarea {
  background-color: #fcfcfc;
  border: 0 none;
  color: #737373;
  margin: 0;
  padding:5px 10px;
 width: 100%;
  font-size: 16px;
}
form.enquiryForm .arrivalDate input {
    color: #737373;
}
 form.enquiryForm input.text.small {
    width: 95%;
  }
form.enquiryForm .btn , form.enquiryForm input.btn{
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  background-color: #5C7A7A;
  margin-top: 20px;
  font-size: 24px;
  color: #fff;
  padding: 15px 10px;
  border: 2px solid #5C7A7A;
  transition: all ease 0.3s;
}
form.enquiryForm input.btn:hover {
   background-color: transparent;
   color: #5C7A7A;
}

.remodal-enquiry {
  text-align: left;
  padding: 30px;
}
/*.remodal-enquiry .remodal-close {
  top: 0;
}*/
.remodal-enquiry form.enquiryForm div.verySmall {
  width: 24%;
}
.remodal-close:hover, .remodal-close:focus {
  color: #fff;
}



/*EnquiryForm page*/
div.copy div#generalEnquiry {
  margin-top: 10px;
  padding: 20px;
 /* width: 560px;*/
 /* background-color: #5C7A7A;*/
  /*box-shadow: 0 0 55px rgba(0, 0, 0, 0.3) inset;*/
}
body.enquiryform div.copy h3 {
   color: #5C7A7A;
  font-size: 18px;
  padding: 10px 0;
}


.reviews {
  margin: 25px 0;
  border: 1px solid #e5e4e4;

  background: url('../../images/template_Bootstrap/icons/testimonial-icon.jpg');
  background-repeat: no-repeat;
  background-position: left -30px bottom 20px;
}
.reviews .head-def {
  background-color: #6B7C0E;
  padding: 20px;
}
.reviews .head-def h2, .websiteOffers .head-def h2{
  display: inline-block;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
 .websiteOffers .head-def h2 {
  padding-right: 57px;
 }
.reviews .head-def span {
  float: right;
  color: #5a7071;
  font-size: 17px;
  text-transform: uppercase;
}
.content-reviews {
  text-align: center;
  padding: 0 30px 40px;

}
.content-reviews p:not(.name) {
  font-family: "Crimson Text",serif;
  font-size: 24px;
  color: #837349;
  font-weight: 600;
}
.star {
  margin: 25px;
}
.star img {
  width: auto;
  display: inline-block;
}
.content-reviews p.name {
  color: #6B7C0E;
  text-transform: uppercase;
  text-align: right;
  margin: 20px 0;
  font-size: 17px;
}
/*
.reviews .general-sl .slick-next:before {
  content: url("../../images/template_Bootstrap/icons/arrow-right-white.png")
}
.reviews .general-sl .slick-prev:before {
  content: url("../../images/template_Bootstrap/icons/arrow-left-white.png")
}*/

.reviews ul.custom_paging , .websiteOffers  ul.custom_paging{
  bottom: auto;
  list-style: outside none none;
  position: absolute;
  right: 32px;
  top: 20px;
}
.reviews .general-sl .slick-prev, .reviews .general-sl .slick-next,
.websiteOffers .general-sl .slick-prev, .websiteOffers .general-sl .slick-next {
  bottom: auto;
  top: 30px;
}

.websiteOffers {
  margin: 25px 0;
  border: 1px solid #e5e4e4;
  background:  url('../../images/template_Bootstrap/layout/websiteOffer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.websiteOffers:after {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.85;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.websiteOffers .head-def {
  background-color: #837349;
  padding: 20px;
  border-bottom: none;
}
.content-websiteOffers {
  padding: 15px;
}
.content-websiteOffers .text {
  background-color: #fff;
  padding: 25px 20px;
  color: #314c4e;
  font-size: 24px;
}
.content-websiteOffers .text  h3 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0;
  font-weight: 700;
  line-height: 30px;
}

.reviews .custom_paging .string,
.websiteOffers .string {
  color: #fff;
}


.breadcrumb > li + li {
  padding-left: 4px;
}
.breadcrumb > li + li:before {
  padding: 0;
}

#ui-datepicker-div {z-index:999999 !important}



/********end inner drive page******/




table {
  font-size: 14px;
}
table th, table td {
  padding: 8px 5px;
  font-weight: 400;
}
.introduction  table th {
  font-size: 16px;
}
.introduction  table {
  margin: 15px 0;
}
.tab-content #prices {
  overflow-x: auto;
  width: 100%;
  /*display: block;*/

  -webkit-box-shadow: 0px 0 0px 35px #DADFC1;
  -moz-box-shadow: 0px 0 0px 35px #DADFC1;
  box-shadow: 0px 0 0px 35px #DADFC1;
}

.tab-content #prices table {
  background: #f3f5e7;
  border: medium none !important;
  border-collapse: collapse;
  width: 100%;
}

#prices th, #prices td {
  border: 1px solid #d3d8b8;
}
#prices table th {
  color: #00818c;
}
.tab-content #prices  div, .tab-content #prices  p {
  padding: 0 5px;
}


.content-wrap.no-top > #___gcse_0 {
  margin: 18px auto;
  max-width: 1280px;
  width: 100%;
}
.gsc-input-box {
  height: auto!important;

}
input.gsc-search-button {
  position: relative;
  width: auto!important;
  height: 100%!important;
  background: #314c4e!important;
}
input.gsc-search-button:after {
  position: absolute;
  content: "\f002";
  top: 0;
  left: 0;
  text-align: center;
  font: normal normal normal 20px/1 FontAwesome;
}





/*******top  currencies*****/
ul#topToolbar {
}
ul#topToolbar li {
    float: left;
    margin: 0 0 0 20px;
    list-style: none;
}
ul#topToolbar li a {
    color: #b7bfc0;
    font-size: 12px;
    padding: 0 12px 0 5px;
    text-decoration: none;
    text-transform: uppercase;
}
ul#topToolbar li a:hover {
    color: #fff;
    text-decoration: underline;
}
ul#topToolbar li.haschildren a {
    background: transparent url("../../images/layout/arrowDownGreen.png") no-repeat scroll right 12px center;
}
ul#topToolbar li.onPath a {
    color: #b7bfc0;
    text-decoration: underline;
}
ul#topToolbar li.currency {
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    padding-bottom: 15px;
    position: relative;
}
html.background-size ul#topToolbar li {
    background-size: 16px auto;
}
ul#topToolbar li.USD {
    background-image: url("../../images/currency/usd.png");
}
ul#topToolbar li.GBP {
    background-image: url("../../images/currency/gbp.png");
}
ul#topToolbar li.EUR {
    background-image: url("../../images/currency/euro.png");
}
ul#topToolbar li.AUD {
    background-image: url("../../images/currency/aud.png");
}
ul#topToolbar li.CAD {
    background-image: url("../../images/currency/cad.png");
}
html.background-size ul#topToolbar li.USD {
    background-image: url("../../images/currency/usd_2x.png");
}
html.background-size ul#topToolbar li.GBP {
    background-image: url("../../images/currency/gbp_2x.png");
}
html.background-size ul#topToolbar li.EUR {
    background-image: url("../../images/currency/euro_2x.png");
}
html.background-size ul#topToolbar li.AUD {
    background-image: url("../../images/currency/aud_2x.png");
}
html.background-size ul#topToolbar li.CAD {
    background-image: url("../../images/currency/cad_2x.png");
}
ul#topToolbar li.loading {
    background-image: url("../../images/icons/filterLoading.gif");
    background-position: 0 2px;
}
ul#topToolbar li.currency a {
   display: block;
  line-height: 15px;
  padding-left: 22px;
  width: 80px;
}
ul#currencies {
    background-color: #314c4e;
    display: none;
    left: 0;
    margin-left: -10px;
    margin-top: 45px;
    position: absolute;
    top: 0;
    width: 140px;
    padding-left: 0;
}
ul#currencies::before {
    content: url("../../images/layout/miniCartNip.png");
    left: 0;
    margin-left: 10px;
    margin-top: -18px;
    position: absolute;
}
ul#topToolbar li.currency:hover ul#currencies {
    display: block;
}
ul#currencies li {
    background-position: 10px 5px;
    background-repeat: no-repeat;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}
ul#topToolbar li.haschildren ul#currencies li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #415e60;
    display: block;
    padding: 8px 15px 6px 35px;
    text-transform: none;
    width: auto;
}
ul#topToolbar li.haschildren ul#currencies li.last a {
    border-bottom: medium none;
}



.no_product {
  background-color: rgba(139, 163, 16, 0.4);
  padding: 10px;
  text-align: center;
}




/* // inner page // */
/* // media queries // */
@media (min-width: 470px) {
  .navbar-brand img {
    width: 150px;
  }
  .navbar-extras {
  }
  .navbar-extras > a {
    width: 100%;
  }
  .navbar-extras > a p span {
    display: block;
    color: #88b4b7;
    font-size: 16px;
  }
  .navbar-extras > a img {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    margin-right: 10px;
  }
  .navbar-extras > a p span:last-of-type {
    color: white;
    font-size: 26px;
    position: relative;
  }
}
@media (min-width: 480px) {
  /*section.expert a {
    border: 0;
  }
  section.expert a.btn {
   border: 1px solid #5C7A7A;
  }
  section.expert .img-icon.expert {
    float: none;
  }
  section.expert span {
    position: relative;
    top: auto;
    text-align: center;
    left: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding-top: 15px;
  }*/
}
@media (min-width: 500px) {
 .inner section.special div.special-bg {
  height: 250px;
}
.inner section.special.slider .bannerSlider .slick-next {
  right: -50px;
}
.inner section.special.slider .bannerSlider .slick-prev {
  left: -50px;
}
}

@media (min-width: 650px) {
   .banner {
    margin-top: 50px;
  }
  .inner section.special.slider .bannerSlider .slick-next {
    right: -60px;
  }
  .inner section.special.slider .bannerSlider .slick-prev {
    left: -60px;
  }
}
@media (min-width: 700px) {

 .remodal .modal-facebook-bg-img, #testimonialModal .modal-facebook-bg-img {
    width: 50%;
  }
  .remodal .container:after,  #testimonialModal .container:after{
    content: none;
  }
  .remodal, .remodal .container, #testimonialModal .container {
    color: #2b2e38;
  }
  .remodal .container .row .modal-content-wrap i.fa-facebook {
    border-color: #2b2e38;
  }
  section.testimonials .slick-next {
    right: -60px;
  }
  section.testimonials .slick-prev {
    left: -60px;
  }
  .inner section.special div.special-bg {
    height: 300px;
  }
}
/* // nav to burger // */
@media (max-width: 1023px) {
  .navbar-header {
    float: none;
  }
  header .navbar {
    height: 50px!important;
    display: flex;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar .navbar-collapse {
    padding: 0;
    position: absolute;
    top: 50px;
    width: 100%;
  }

  .navbar-collapse.navbar-collapse--desktop {
    display: none !important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: left !important;
    margin: 0;
    width: 100%;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  .navbar-brand {
    height: 50px!important;
  }
  #searchForm {
    top: 50px;
  }
  .navbar-nav {
    background: rgb(49, 76, 78);
  }
  .banner {
    margin-top: 52px;
  }
  .navbar-extras {
    margin-left: auto;
  }
  .navbar-extras > a {
    line-height: 1;
    height: auto;
  }
  .navbar-extras > a p {
    margin: 0px;
  }
  .navbar-extras button {
    height: 50px!important;
  }
  .navbar-extras button {
    width: 44px;
  }
  .sidebar {
    padding-right: 10px;
  }
  .navbar-extras > a p span:last-of-type {
    font-size: 18px;
  }

  @media (max-height: 575px) {
    .navbar-nav {
      max-height: 68vh;
      overflow-y: auto;
    }
  }
}
@media (min-width: 1024px) {

  header .navbar {
    /*overflow: hidden;*/
  }
  header .navbar-collapse {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .navbar-extras {
    right: 0;
  }
  .navbar-nav {
    position: relative;
    margin: 0;
  }
  .navbar-extras {
    width: 235px;
    border-left: 0;
  }
  .navbar-extras button {
    background-color: #314c4e;
    width: 100px;
    border-left: 0;
  }
  .navbar-brand {
    /*padding: 10px 15px;*/
    padding: 5px;
    height: auto;
  }
  .nav>li>a {
    padding: 5px 8px;
  }

  .inner .page-title-wrap {
    top: 100px;
  }

  .navbar-collapse.navbar-collapse--mobile {
    display: none !important;
  }
}

/* // nav to burger // to fix for 1024px size */
@media (max-width: 1023px) {
   header .navbar {
    overflow: visible;
  }
  header .navbar-collapse {
    position: static;
  }
 /* .navbar-extras {
    right: 104px !important;
  }*/
  .navbar-brand {
    padding: 3px 5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding: 10px 15px;
  }
  .navbar-extras button {
    width: 44px;
    background-color: transparent;
    border-left: 2px solid #8aa310;
  }
  .navbar-extras {
  }
}

@media (min-width: 990px) {
 .banner .content-banner-overlay {
    margin-left: auto;
    margin-right: auto;
   /* max-width: 960px;*/
  }
}

@media (min-width: 993px) {
     .banner .content-banner-overlay {
     /* position: absolute;
      top: 0;
      bottom: 0;
      left: 15px;
      right: 15px;*/
    }
    .drop-box.discover,
    .drop-box.review {
      position: absolute;
      /*       bottom: 0; */
      width: 49%;
      min-height: 80px;

    }

    .drop-box.review {
      right: 10px;
      bottom: 5px;
    }
    .banner .drop-box figcaption.collapse.in {
      max-height: 280px;
      overflow-y: auto;
    }
    .banner .drop-box figcaption .collapse-wrap p {
    line-height: 22px;
  }
  .review.mobile-el {
    display: none;
  }
}

@media (min-width: 992px) {
   section.packages a {
    display: block;
  }
  section.packages a figure {
    position: relative;
    overflow: hidden;
  }
  section.packages a figure h2 {
    z-index: 1;
  }
  section.packages a figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear;
    -ms-transition: opacity .25s linear;
    -o-transition: opacity .25s linear;
    transition: opacity .25s linear;
  }
  section.packages a:hover figcaption  {
    opacity: 0;
  }


  /*section.packages figure.green figcaption {
    background-color: #8da80b;
  }
  section.packages figure.dark-green figcaption {
    background-color: #576807;
  }
  section.packages figure.deep-blue figcaption {
    background-color: #304b4d;
  }
  section.packages figure.sky-blue figcaption {
    background-color: #02828d;
    } */


    /*setting up the color background for the little boxes on the homepage*/
    /*number of the box - - -*/

    /*1-6-7*/
    section.packages .homeBox:first-child figure figcaption,
    section.packages .homeBox:nth-child(6) figure figcaption,
    section.packages .homeBox:nth-child(7) figure figcaption {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#95b10d+0,738a02+100 */
      background: #95b10d; /* Old browsers */
      background: -moz-linear-gradient(top,  #95b10d 0%, #738a02 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  #95b10d 0%,#738a02 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  #95b10d 0%,#738a02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95b10d', endColorstr='#738a02',GradientType=0 ); /* IE6-9 */
    }
    /*2-4-8*/
    section.packages .homeBox:nth-child(2) figure figcaption,
    section.packages .homeBox:nth-child(4) figure figcaption,
    section.packages .homeBox:nth-child(8) figure figcaption {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#038994+0,00626a+100 */
      background: #038994; /* Old browsers */
      background: -moz-linear-gradient(top,  #038994 0%, #00626a 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  #038994 0%,#00626a 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  #038994 0%,#00626a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038994', endColorstr='#00626a',GradientType=0 ); /* IE6-9 */
    }
    /*3-5-9*/
    section.packages .homeBox:nth-child(3) figure figcaption,
    section.packages .homeBox:nth-child(5) figure figcaption,
    section.packages .homeBox:nth-child(9) figure figcaption {
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#314c4e+0,0f1d1e+100 */
      background: #314c4e; /* Old browsers */
      background: -moz-linear-gradient(top,  #314c4e 0%, #0f1d1e 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  #314c4e 0%,#0f1d1e 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  #314c4e 0%,#0f1d1e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#314c4e', endColorstr='#0f1d1e',GradientType=0 ); /* IE6-9 */
    }
    section.testimonials,
    section.newsletter {
      padding: 80px 0;
    }



    section.packages {
      padding-top: 15px;
    }

    .remodal .modal-facebook-bg-img, #testimonialModal .modal-facebook-bg-img {
      width: 68%;
    }
    footer {
      text-align: left;
    }
    footer .nav-footer > li > a  {
      background-color: transparent;
    }
    footer a.flex-foot {
     -webkit-justify-content: flex-start;
     -ms-justify-content: flex-start;
     justify-content: flex-start;
   }
   footer .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
  .inner section.special .flex {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .inner section.special .def-wrap {
    padding: 0 20px;
  }
  .inner section.special .splitter-top,
  .inner section.special .splitter-btm {
    border: 0;
  }
  .inner section.special .splitter-right {
    border-right: 1px solid #af9e70;
  }
  .inner section.special .text-lg {
    font-size: 40px;
  }
  .inner section.special h2 {
    margin-top: 0;
  }
  .inner section.special div.special-bg {
    height: 250px;
  }
}

.introduction h2 {
  color:#837349;
  font-size: 32px;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  margin-bottom: 20px;
}


@media (min-width: 1030px) {
 .navbar-extras button {
  height: 99px;
}
.navbar-extras > a {
  /*top: 7px;*/
}
section.newsletter p {
  max-width: 415px;
}
}
@media (min-width: 1200px) {
  section.testimonials .slick-next {
    right: -190px;
  }
  section.testimonials .slick-prev {
    left: -190px;
  }
  .inner section.special .text-lg {
    font-size: 50px;
  }

   section.testimonials h2 {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 40px;
   }

}
@media (min-width: 1315px) {
   #searchForm {
    top: 100px;
  }
  header .navbar-collapse {
    top: 0;
    /*left: 170px;*/
    left: 280px;
  }
  /*header .navbar {
    height: 65px;
  }*/

  .navbar-extras button {
    height: 64px;
  }
  header .nav>li>a {
    padding: 0 10px;
  }
  .banner {
    margin-top: 65px;
  }
  div.content-wrap {
    margin-top: -125px;
  }
  .drop-box.discover {
    max-width: 300px;
    top: 300px;
   /* right: 100%;*/
    left: 20px;
    margin-right: 27px;
  }
  .drop-box.review {
    max-width: 300px;
   /* bottom: 110px;*/
   /* left: 100%;*/
   right: 7px;
    margin-left: 27px;
  }
  .banner .drop-box.review figcaption.collapse.in {
    max-height: 300px;
  }
  .inner .page-title-wrap {
    top: 65px;
  }
  .inner section.special .text-lg {
    font-size: 60px;
  }
  section.newsletter {
    padding: 145px 0;
  }
  .inner section.special div.special-bg {
    width: 445px;
  }
  .inner section.special .splitter-right {
    width: 540px;
  }
  .inner section.special .splitter-top {
    width: 295px;
  }
  .special .container-fluid {
    max-width: 1280px;
    padding: 0px;
  }
  .special .row {
    margin: 0px;
  }
  .special [class*="col"] {
    padding: 0px;
  }
  .special .col-xs-10.col-xs-offset-1.white-bg {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .special .def-wrap p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
 .navbar-default .navbar-nav>li>a {
    font-size: 20px;
    padding: 0 15px;
  }
}
@media (min-width: 1840px) {
  .drop-box.review {
    margin-left: 60px;
  }
}
@media (min-width: 1470px) {
   #searchForm {
    top: 100px;
  }
  header .navbar {
    height: 100px;
  }
  header .navbar-collapse {
    left: 320px;
    right: 335px;
  }
  .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 0px;
  }
  .navbar-brand img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
  }
  header .nav>li>a {
    padding: 0 10px;
    height: 100px;
    /*line-height: 100px !important;*/
  }
  .navbar-extras > a {
    /*top: 23px;*/
  }
  /* Part modified right now */
  .navbar-extras button {
    height: 100px;
    width:44px;
  }
  .banner {
    margin-top: 100px;
  }
  .inner .page-title-wrap {
    top: 100px;
  }
  .inner section.special .text-lg {
    font-size: 60px;
  }
  .well .col-sm-8 {
    width: 50%;
  }

  .testimonials .row {
    margin: 0 auto;
    width: 60%;
  }
}
@media (min-width: 1560px) {
  div.content-wrap {
    margin-top: -285px;
  }
  .drop-box.review {
    max-width: 355px;
    bottom: 10px;
    /*right: -295px;*/

  }
  .banner .drop-box.review figcaption.collapse.in {
    height: 100%;
    max-height: 600px;
  }
  .drop-box.discover {
    max-width: 350px;
    /* bottom: 280px; */
   /* left: auto;*/
  }
}
@media (min-width: 1600px) {
  .drop-box.discover {
    /*max-width: 330px;
     right: 102%;*/
   /* left: -345px;*/


  }
  .drop-box.review {
   /* max-width: 370px;
    right: -345px;*/
  }
}
@media (max-width: 1700px) {
  .drop-box.review, .drop-box.discover {
    max-width: 300px;
  }
  .drop-box.discover {
    min-height: 80px;
  }
  .banner .drop-box.discover button {
    font-size: 28px;
    padding: 0px;
  }
}
@media (max-width: 1700px) {
  .drop-box.review, .drop-box.discover {
    max-width: 370px;
    margin: 0px;
  }
}
@media (max-width: 1530px)  {
  .drop-box.review{
    left: auto;
    bottom: 110px;
  }
  .drop-box.discover {
    right: auto;
    left: 10px;
    top:120px;
  }
}

@media (min-width: 1341px) {
  body .navbar-collapse.navbar-collapse--desktop {
    display: -webkit-flex!important;
    display: -moz-flex!important;
    display: -ms-flex!important;
    display: -o-flex!important;
    display: flex!important;
    justify-content: flex-end;
  }
  header .navbar-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    -o-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-align-items: center;
    align-items: center;

    padding-left: 50px;
  }
  header .navbar-nav li {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -o-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  header .nav > li > a {
    height: auto;
    line-height: 1.2;
    text-align: center;

    /*to break menu item on 2 lines*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 1%

  }
}
@media (min-width: 1531px) and (max-width: 1720px) {
  .drop-box.review, .drop-box.discover {
    max-width: 275px;
  }
  .banner .drop-box.discover button {
    font-size: 26px;
  }

}
@media (min-width: 1531px) and (max-width:1570px) {
  .drop-box.review {
    right: 8px;
    width: 260px;
  }
}
@media (min-width: 1341px) and (max-width: 1700px) {
  header .navbar-collapse {
    /*right: 224px;*/
    right: 170px;
  }
  .navbar-extras {
    margin-right: 44px;
    width: 180px;
  }
  .navbar-extras button {
    width: 44px;
    height: 100%;
  }
  .navbar-brand img {
    max-height: 90px;
  }
}
@media (max-width: 1340px) and (min-width: 1024px) {
  .banner .drop-box.discover button {
    font-size: 22px;
  }
  .drop-box.review, .drop-box.discover {
   /* max-width: 45%;*/
   max-width: 25%;
  }

  header .navbar {
    height: 90px;
  }
  .navbar-extras {
    margin-right: 44px;
    width: 160px;
  }
  .navbar-brand img {
    max-height: 75px;
  }
  .navbar-extras a p span:last-of-type {
    font-size: 22px;
  }
  .navbar-extras button {
    width: 44px;
    height: 100%;
  }
  header .navbar-collapse {
    position: absolute;
    top: 0px;
    left: 260px;
    right: 180px;
    /*left: 180px;
    right: 205px;*/
  }
  header .nav > li > a {
    height: 65px;
  }
  #searchForm {
    top: 90px;
  }
  /*header .navbar {
    height: 65px;
  }*/
  .banner {
    margin-top: 65px;
  }
  .navbar-nav {
    display: table;
    float: none!important;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .navbar-nav li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    float: none!important;
  }
  header .nav > li > a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .btn {
    max-width: 180px;
  }
}
@media (max-width: 1469px) {
  .navbar-brand img {
   /* margin-top: 10px;*/
  }

  body.inner.no-banner .content-wrap.no-top {
   /* margin-top: 65px;*/
    margin-top: 100px;
  }
  header .navbar-nav {
    padding-left: 70px;
  }
}


/*****/
@media (max-width: 1314px) and (min-width: 993px) {
  .drop-box.review {
    bottom: 10px;
  }
}
@media (max-width: 1469px) and (min-width: 1025px) {
 .navbar-brand img {
    max-width: 100%;
   /* max-height: 70px;*/
    width: auto;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  header .navbar-nav {
  padding-left: 20px;
}

  .navbar-brand img {
    margin-top: 10px;
    max-height: 65px;
    width: 165px;
    height: 65px;
  }
  header .navbar-collapse {
    left: 180px;
  }
  .navbar-extras a p span:last-of-type {
    font-size: 19px;
  }
  .drop-box.review {
    max-width: 35%;
  }
}
/*******/


@media (max-width: 1200px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  li.item-drive-package button.btn {
    margin-left: 10px;
  }
   li.item-drive-package h2,
   li.item-drive-package .btn {
    margin-bottom: 10px;
  }
  li.item-drive-package .btn {
    max-width: 175px;
  }

  #testimonialModal .modal-dialog {
    width: 95%!important;
    top: 30px;
  }
  .package-tabs .nav-pills li a {
    font-size: 20px;
    margin-right: 5px;
  }

}

@media (max-width: 1024px) {
  .navbar-brand img {
    margin-top: 0;
  }
  #about {
      height: 280px;
      margin-top: 5px;
  }
  body.inner.no-banner .content-wrap.no-top {
    margin-top: 50px;
    overflow: hidden;
  }
  .package-tabs .nav-pills li a {
    padding: 5px;
    margin-bottom: 5px;
  }




}



@media (max-width: 1160px) and (min-width: 992px){
  .content-form {
    padding-right: 0;
  }
  /*form.enquiryForm .content-form div {
    width: 320px;
  }
  form.enquiryForm div.small {
    width: 155px;
  }
  .small.last {
    margin-right: 0!important;
  }
  form.enquiryForm div.verySmall {
    width: 72px;
  }*/
  form.enquiryForm div.verySmall {
    margin-right: 7px;
  }
   footer .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
  }
}


@media (max-width: 992px) {
  .drop-box.review  {
    padding: 15px;
  }
  .drop-box.review button{
    background: transparent;
    border: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: inherit;
  }
  section.newsletter .well h2 {
    font-size: 18px;
  }
  .sidebar {
    height: 40px;
    overflow: hidden;
  }
  .sidebar.open {
    height: auto;
  }
   .sidebar .showPageNav {
    background: #cbd2b0 none repeat scroll 0 0;
    color: #314c4e;
    display: block;
    height: 40px;
    text-decoration: none;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    font-size: 20px;
  }
  .sidebar .showPageNav i{
    float: right;
    margin: 0 1% 0 0;
  }
  h3.hdLHS {
    margin-top: 0;
  }

  .inner section.special h2, .introduction h2 {
    font-size: 28px;
    margin-top: 15px;
  }
  .def-wrap h3 {
    font-size: 20px;
  }
  li.item-drive-package h2 {
    /*max-width: 235px;*/
    font-size: 22px;
  }
  .head-def .from {
    font-size: 21px;
  }
  .pageTitle {
    font-size: 30px;
  }
  li.item-drive-package h2 {
    margin-top: 10px;
  }
  .head-def .from {
    margin-top: 12px;
  }

   form.enquiryForm div, form.enquiryForm .content-form div {
    width: 100%;
  }

  form.enquiryForm div.small {
    margin: 0;
    width: 48%;
  }
   form.enquiryForm input.text.small {
    width: 93%;
  }
  form.enquiryForm div.verySmall {
   margin: 0 8px 0 0;
    width: 30%;
  }
  form.enquiryForm .last input.text.small {
    width: 100%;
  }
  form.enquiryForm div.verySmall {
    margin: 0 3% 0 0;
  }
  .sidebar-right {
    padding-left: 0;
  }
  .remodal-enquiry form.enquiryForm div.verySmall {
    width: 22%;
  }
  .footer .col-half {
    width: 33.3333%;
    float: left;
    text-align: left;
  }
  .well .form-group {
    margin-bottom: 20px;
  }
  .well label, .well input {
    padding-bottom: 0 !important;
    padding-top: 0px !important;
  }
  .vacation .well button {
    line-height: 30px;
  }
  section.path {
    padding: 10px 0;
  }
}


@media (max-width: 990px) {
  .col-xs-12.col-sm-6.col-md-5.col-md-offset-1, .col-xs-12.col-md-6.w-a {
    width: 100%;
    text-align: center;
  }
  #prices table th {
    line-height: 20px;
  }
  section.path .breadcrumb li a {
    font-size: 14px;
  }

}

@media (max-width: 767px) and (min-width: 700px){

  #testimonialModal .container .row > div {
    width: 50%;
    margin-left: 50%;
  }
}


@media (max-width: 700px) {
  section {
    padding: 25px 0;
  }
  .inner section.special.slider {
    padding: 40px 0;
  }
  .inner .page-title {
    font-size: 32px;
    top: 40%;
  }
  .banner.inner div.banner-bg {
    height: 300px;
  }
  .expert .col-sm-4 {
    width: 50%;
  }
  .expert .col-sm-4 + .col-sm-4 + .col-sm-4 {
    width: 100%;
  }
   .expert .col-sm-4 a {
    margin-bottom: 20px;
   }
   section.testimonials p.quote {
    font-size: 22px;
    line-height: 26px;
  }
   .inner section.special.slider .text-lg {
    font-size: 31px;
    margin: 15px 0;
  }
  section.newsletter .well {
    float: none;
    max-width: 100%;
  }

  li.item-drive-package .btn {
    line-height: 18px;
  }
  li.item-drive-package div.image-bg, li.item-drive-package div.text {
    float: none;
    height: auto;
    width: 100%;
    border-right: none;
  }
  .image-bg.special-bg img {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .head-def .from {
    float: none;
    display: block;
    margin: 10px 0;
    text-align: left;
    width: 100%;
  }
  li.item-drive-package h2 {
    width: 100%;
    max-width: 100%;
  }
  .drive-vac-packages .btn-show-more {
    font-size: 30px;
    margin-top: 30px;
    padding: 10px;
  }
  .pageTitle {
    font-size: 26px;
  }
  .nav-pills > li {
    margin-bottom: 10px;
  }
  .package-tabs .nav-pills li a {
    margin-right: 5px;
    min-width: 105px;
  }
  .package-tabs .tab-content {
    margin-top: 20px;
    padding: 15px;
  }
  .tab-content #prices {
    box-shadow: 0 0 0 20px #dadfc1;
  }
  .package-content {
    padding: 0;
  }
  .package-slider ul.custom_paging {
    bottom: 0;
    background-color: #e4e4e4;
    padding: 5px 20px;
    right: 0;
    margin-bottom: 0;
  }
  .package-slider.general-sl  .slick-prev, .package-slider.general-sl .slick-next{
    bottom: -20px;
  }
  .package-slider .text:after {
    background: transparent;
  }
  .package-slider .text {
    margin-top: 0;
  }
  .package-slider .text p {
    width: 100%;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 0;
    min-height: 38px;
  }
 .package-slider.general-sl .slick-prev {
    right: 52px;
  }
  .package-slider.general-sl .slick-next {
    right: -8px;
  }
  .content-websiteOffers .text, .content-websiteOffers .text h3 {
    font-size: 21px;
  }

  .package-description .head-def .from, .package-description .head-def h1 {
    float: none;
  }
  .drop-box.discover {
    right: auto;
    top: 5px;
    max-width: 100%;
  }
  .drop-box.review {
    max-width: 100%;
  }
  .image-bg.special-bg img {
    width: 100%;
  }
  #testimonialModal .modal-content-wrap a {
    color: #fff;
  }

  .footer .col-half {
    width: 50%;
  }
  .section.footer h2 {
    margin-bottom: 10px;
  }
  section.vacation h3 {
    font-size: 24px;
    width: 95%;
  }
  section.vacation h2 {
    font-size: 28px;
    line-height: 30px;
    padding: 10px;
  }
  .pageNavList li a {
    padding: 5px 15px;
  }
  body.enquiryform .copy .enq {
    width: 100%;
    float: none;
  }
}
@media (max-width: 560px) {
 /* .bannerSlider {
    max-height: 330px;
    overflow: hidden;
  }*/

  .navbar-brand img {
    width: 120px;
  }

  .navbar-extras button {
    width: 38px;
  }

  li.item-drive-package .btn {
     max-width: 100%;
    width: 100%;
  }
  li.item-drive-package button.btn {
    margin-left: 0;
  }
  .remodal-enquiry .small.last.arrivalDate {
    width: 100%;
  }
  .remodal-enquiry form.enquiryForm div.verySmall {
    width: 46%;
  }
  .remodal-enquiry {
    padding: 30px 10px;
  }

  .drop-box.review {
    position: static;
  }
  .drop-box.discover {
    position: relative;
    left: 0;
    right: 0;
  }
}

@media (max-width: 480px) {
  .package-tabs .tab-content {
    padding: 10px;
  }
  .tab-content #prices {
    box-shadow: 0 0 0 10px #dadfc1;
  }
  .package-tabs .nav-pills li a {
    min-width: auto;
  }
}
@media (max-width: 469px) {
  .navbar-extras {
    border-left: medium none;
  }
}
@media (max-width: 400px) {
  form.enquiryForm div.small.arrivalDate {
    margin-right: 10px;
  }
}
@media (max-width: 365px) {
  .navbar-extras {
    border-left: none;
    width: auto;
  }
  form.enquiryForm div.small.arrivalDate {
    width: 100%
  }
  form.enquiryForm div.verySmall {
    margin: 0 8px 0 0;
    width: 45%;
  }
}




#requiredFunctionality {
   position:fixed;
   top:0;
   left:0;
   width:100%;
   background-color: #000000;
   background: rgba(0,0,0,0.7);
   z-index: 2000;
   color: #ccc;
   text-align: center;
   font-size: 20px;
   padding: 20px 10px;
   transition: .3s all ease;
}

#requiredFunctionality:hover {
   background: #000;
   color: #fff;
}

#requiredFunctionality a {
   color: #ccc;
   display: inline-block;
   margin: 0 0 0 5px;
}



/*PHONE TOGGLE ADDED NOVEMBER 2019*/

header .navbar-extras {
  float: right;
}
.phone-toggle--list {
  position: absolute;
  top: 50px;
  left: 15px;
  right: 15px;
  background: rgb(49, 76, 78);
  border-radius: 0;
}
.phone-toggle--list li {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.phone-toggle--list li:last-child {
  border-bottom: 0;
}
.phone-toggle--list li span {
  color: white;
  display: block;
  text-transform: none;
}
.phone-toggle--list li a {
  color: white;
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
}
#topToolbar {
  display:inline;
  }
ul#topToolbar > li.currency {
    padding-top: 18px;
    background-position: 0 15px;
 }


@media (min-width: 1024px) {
  .navbar-extras .serch-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .navbar-extras .phone-toggle {
    position: absolute;
    top: 25px;
    right: 60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #6B7C0E;
  }
  .navbar-extras .phone-toggle .fa {
    position: relative;
    top: 3px;
  }
  .phone-toggle--list {
    top: 85px;
    left: auto;
    right: 60px;
    width: 240px;
  }
  .phone-toggle--list:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 10px solid rgb(49, 76, 78);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    right: 15px;
    top: -10px;
  }
  #topToolbar {
    position: absolute;
    top: 23px;
    right: 110px;
  }
}

@media (min-width: 1341px) {
  .navbar-extras .phone-toggle {
    top: 25px;
    width: 50px;
    height: 50px;
  }
  .navbar-extras .phone-toggle .fa {
    position: relative;
    top: 3px;
  }
  .phone-toggle--list {
    top: 85px;
    left: auto;
    right: 60px;
    width: 240px;
  }
  #topToolbar {
    top: 28px;
    right: 110px;
  }
}

div.remodal-wrapper {
  padding: 25px 25px 0;
}

.remodal-wrapper .small {
  color: #FFF;
}

a.skip-link {
    position: absolute;
    left: -999px;
    top: -100%;
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-decoration: none;
    z-index: 10000;
}

a.skip-link:focus,
a.skip-link:focus-visible {
  background: #000;
  color: #fff;
  left: 50%;
  top: 0;
  width: 50%;
  max-width: 400px;
  height: auto;
  overflow: auto;
  margin: 10px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  transform: translateX(-50%);
}

a.skip-link:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  a.skip-link:focus,
  a.skip-link:focus-visible {
    width: 25%;
  }
}

.comp-floating-notification {
  position: fixed;
  left: 50%;
  bottom: 80px;
  max-width: 312px;
  width: 100%;
  z-index: 1010;

  transform: translateY(100%) translateX(-50%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.comp-floating-notification.slide-in {
  transform: translateY(0) translateX(-50%);
  opacity: 1;
}

.comp-floating-notification.slide-out {
  transform: translateY(100%) translateX(-50%);
  opacity: 0;
}

.floating-notification {
  width: 100%;
  border-radius: 78px;
  background: #2D564C;
  padding: 7px 36px 7px 90px;
  position: relative;
}

.floating-notification p,
.floating-notification span {
  color: #FFF;
  font-family: "Alegreya Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 113%; /* 15.82px */
  letter-spacing: -0.28px;
  margin-bottom: 0;
}

.floating-notification__headline {
  color: #FFF;
  font-family: "Alegreya Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -0.36px;
}

.floating-notification__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D5E993;
  border: none;
  padding: 0;
}

.floating-notification__close span {
  color: #FFF;
  font-size: 18px;
}

.floating-notification__close:hover {
  cursor: pointer;
}

.floating-notification__img {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 72px;
  height: 72px;
}

@media (min-width: 768px) {
  .comp-floating-notification {
    left: auto;
    right: 20px; 
    bottom: 25px;
    transform: translateY(100%);
  }

  .comp-floating-notification.slide-in {
    transform: translateY(0);
  }

  .comp-floating-notification.slide-out {
    transform: translateY(100%);
  }

  .floating-notification {
    background: #DDD;  
  }

  .floating-notification p,
  .floating-notification span {
    color: #2D564C; 
  }

  .floating-notification__headline {
    color: #2D564C;
  }

  .floating-notification__close {
    background-color: #2D564C;
  }  
}

@media (max-width: 767px) {
  .floating-notification__close svg path:nth-of-type(1) {
    stroke: #D5E993;
    fill: #D5E993;
  }
  .floating-notification__close svg path:nth-of-type(2), 
  .floating-notification__close svg path:nth-of-type(3) {
    stroke: #2D564C;
  }
}