/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  color: #1E398D;
  font-family: "Gotham-Book", Tahoma, Arial, sans-serif; }

h1,
h2,
h3,
h4 {
  font-family: "Gotham-Book", Tahoma, Arial, sans-serif;
  font-weight: normal;
  line-height: 125%; }

h1 {
  font-family: "Gotham-Bold", Tahoma, Arial, sans-serif;
  font-size: 26px;
  margin: 0px 0px 26px 0px; }

h2 {
  font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
  font-size: 22px;
  margin: 0px 0px 20px 0px; }

h3 {
  font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
  font-size: 17px;
  margin: 20px 0px 16px 0px; }

h4 {
  font-size: 16px;
  margin: 10px 0px 14px 0px; }

a {
  text-decoration: none;
  transition: all 0.3s ease; }
  a img {
    border: 0px; }

input,
button,
select,
textarea {
  -webkit-appearance: none; }

:focus {
  outline: none; }

ul {
  padding: 0;
  margin: 0 0 0 20px; }
  ul li {
    margin: 0 0 0 20px; }
  ul ul {
    margin: 0; }

p {
  margin: 0px 0px 24px 0px; }

b,
strong {
  font-weight: normal;
  font-family: "Gotham-Medium", Tahoma, Arial, sans-serif; }

.form-search {
  margin-bottom: 30px; }
  .form-search label {
    display: inline-block;
    margin-right: 5px; }
  .form-search input[type=text] {
    display: inline-block;
    padding: 10px 12px 10px 12px;
    margin-right: 5px;
    border: solid 1px #EAEAEA;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    font-size: 15px;
    transition: all 0.3s ease; }
    .form-search input[type=text]:focus {
      border: solid 1px #72C6EF; }
  .form-search input[type=submit] {
    display: inline-block;
    color: #FFFFFF;
    background: #72C6EF;
    border: 0px;
    border-radius: 3px;
    padding: 11px 30px;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease; }
    .form-search input[type=submit]:hover {
      cursor: pointer;
      background: #F39325; }

#main #content .search_results .result {
  border-bottom: solid 2px #EAEAEA;
  padding: 16px 0px 16px 0px; }
  #main #content .search_results .result:first-of-type {
    border-top: solid 2px #EAEAEA; }
  #main #content .search_results .result h3 {
    margin: 0px; }
    #main #content .search_results .result h3:last-child {
      border-bottom: 0px; }
    #main #content .search_results .result h3 a {
      display: block;
      color: #1E398D; }
      #main #content .search_results .result h3 a:hover {
        color: #F39325; }
  #main #content .search_results .result .excerpt {
    margin-top: 10px; }
    #main #content .search_results .result .excerpt p:last-child {
      margin-bottom: 0px; }
    #main #content .search_results .result .excerpt .type {
      float: left;
      color: #72C6EF;
      font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
      padding-right: 8px;
      border-right: solid 2px #EAEAEA;
      margin-right: 8px; }
    #main #content .search_results .result .excerpt .read-more {
      display: none; }

.tours {
  float: left;
  width: 100%; }
  .tours .span50 {
    width: 46% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
    margin-bottom: 4%; }
  .tours .span33 {
    margin-bottom: 3.7442604232%; }
    @media screen and (max-width: 767px) {
      .tours .span33 {
        margin-bottom: 20px; } }
  .tours .tour {
    display: block;
    width: 100%;
    background: #FFFFFF; }
    .tours .tour:hover {
      cursor: pointer; }
      .tours .tour:hover .heading {
        background: #72C6EF; }
      .tours .tour:hover .image img {
        transform: scale(1.08);
        -ms-transform: scale(1.08);
        -webkit-transform: scale(1.08); }
      .tours .tour:hover .info .read_more {
        color: #72C6EF; }
    .tours .tour .heading {
      cursor: pointer;
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 20px 20px;
      font-size: 18px;
      line-height: 22px;
      color: #FFFFFF;
      text-align: center;
      background: #1E398D;
      border-radius: 3px 3px 0px 0px;
      transition: all 0.3s ease; }
    .tours .tour .image {
      cursor: pointer;
      position: relative;
      display: block;
      width: 100%;
      font-size: 0px;
      line-height: 0px;
      min-height: 35px;
      overflow: hidden; }
      .tours .tour .image img {
        position: relative;
        transition: all .2s ease-in-out;
        width: 100%;
        height: auto; }
      .tours .tour .image .highlight {
        position: absolute;
        display: block;
        box-sizing: border-box;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
        padding: 8px 20px 7px 20px;
        background: #F39325;
        color: #FFFFFF;
        font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        text-transform: uppercase;
        z-index: 99; }
    .tours .tour .description {
      cursor: pointer;
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 16px 20px;
      color: #1E398D;
      font-size: 16px;
      line-height: 22px; }
      .tours .tour .description p {
        font-size: 16px;
        line-height: 22px; }
      .tours .tour .description p:last-child {
        margin-bottom: 0px; }
    .tours .tour .info {
      cursor: pointer;
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 0px 20px 20px 20px;
      color: #1E398D; }
      .tours .tour .info .price {
        display: inline-block;
        font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
        color: #F39325;
        font-size: 24px;
        line-height: 24px;
        padding-right: 12px;
        border-right: solid 2px #1E398D;
        margin-right: 10px; }
      .tours .tour .info .read_more {
        display: inline-block;
        color: #1E398D;
        font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
        line-height: 24px;
        transition: all 0.3s ease; }

@media screen and (max-width: 767px) {
  .container div[class*=column] .tours div[class*=span] {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important; } }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

ol.flex-control-nav {
  padding: 0;
  margin: 0;
  list-style: none; }

ol.flex-control-nav li {
  display: inline; }

ol.flex-control-nav li a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #3498db;
  text-indent: -9999999px;
  margin: 3px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

ol.flex-control-nav li a.flex-active {
  background: #083665; }

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

.no-js .slides > li:first-child {
  display: block; }

@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Medium';
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff") format("woff"), url("../fonts/Gotham-Medium.ttf") format("truetype"), url("../fonts/Gotham-Medium#Gotham-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold#Gotham-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

#header {
  padding: 24px 0px 21px 0px; }
  #header .container {
    overflow: hidden; }
  #header .logo {
    padding-top: 4px; }
    #header .logo a {
      display: block; }
      #header .logo a img {
        width: 100%;
        height: auto;
        max-width: 262px; }
  #header .phone {
    float: right;
    background: #F4F4F4;
    border-radius: 200px;
    padding: 17px 20px 14px 20px; }
    #header .phone span {
      display: block;
      font-size: 16px; }
    #header .phone b {
      display: block;
      font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
      font-size: 16px; }
    #header .phone .left {
      float: left;
      width: 196px; }
      #header .phone .left:before {
        float: left;
        display: block;
        content: "\f095";
        font-family: "FontAwesome";
        width: 32px;
        height: 32px;
        margin-right: 16px;
        font-size: 16px;
        line-height: 16px;
        padding-top: 9px;
        font-weight: 100;
        color: #FFFFFF;
        background: #72C6EF;
        border-radius: 100px;
        text-align: center; }
    #header .phone .right {
      float: left;
      padding-left: 20px;
      padding-right: 4px;
      border-left: solid 2px #EAEAEA; }
  #header .contact {
    float: right;
    padding: 15px 0px 14px 0px;
    font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
    line-height: 20px; }
    #header .contact span {
      display: block;
      padding: 0px 16px;
      border-right: solid 2px #EAEAEA; }
      #header .contact span a {
        display: block;
        padding: 10px 20px;
        color: #1E398D; }
        #header .contact span a:hover {
          color: #72C6EF; }
  #header .search {
    float: right;
    padding: 19px 0px 18px 36px; }
    #header .search a {
      display: block;
      width: 32px;
      height: 32px; }
      #header .search a i {
        display: block;
        width: 32px;
        height: 32px;
        font-size: 0px;
        font-style: normal;
        position: relative;
        z-index: 9; }
        #header .search a i:before {
          float: left;
          display: block;
          content: "\f002";
          font-family: "FontAwesome";
          width: 32px;
          height: 32px;
          font-size: 16px;
          line-height: 16px;
          padding-top: 9px;
          font-weight: 100;
          color: #FFFFFF;
          background: #F39325;
          border-radius: 100px;
          text-align: center;
          transition: all 0.3s ease; }
      #header .search a:hover i:before {
        cursor: pointer;
        background: #72C6EF; }
    #header .search form {
      position: relative;
      width: 32px;
      height: 32px;
      margin: 0px; }
      #header .search form i {
        display: block;
        font-size: 0px;
        font-style: normal;
        position: relative;
        z-index: 999999; }
        #header .search form i:before {
          float: left;
          display: block;
          content: "\f002";
          font-family: "FontAwesome";
          width: 32px;
          height: 32px;
          font-size: 16px;
          line-height: 16px;
          padding-top: 9px;
          font-weight: 100;
          color: #FFFFFF;
          background: #F39325;
          border-radius: 100px;
          text-align: center;
          transition: all 0.3s ease; }
      #header .search form input {
        position: absolute;
        top: 0px;
        left: 100.5%;
        opacity: 0;
        margin-left: 0px;
        width: 150px;
        height: 32px;
        font-size: 15px;
        line-height: 20px;
        padding: 4px 16px 4px 16px;
        border-radius: 50px 0px 0px 50px;
        border-top: solid 2px #72C6EF;
        border-left: solid 2px #72C6EF;
        border-right: 0px;
        border-bottom: solid 2px #72C6EF;
        transition: all 0.5s ease;
        z-index: 99999; }
      #header .search form.open input, #header .search form:hover input {
        opacity: 1;
        margin-left: -166px; }
      #header .search form.open i:before, #header .search form:hover i:before {
        cursor: pointer;
        background: #72C6EF; }

#navigation {
  background: #1E398D; }
  #navigation .nav-toggle {
    display: none; }
  #navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    #navigation ul > li {
      position: relative;
      display: inline-block;
      padding: 0px;
      margin: 0px; }
      #navigation ul > li > a {
        display: block;
        padding: 26px 45px;
        color: #FFFFFF;
        font-family: "Gotham-Book", Tahoma, Arial, sans-serif;
        font-size: 16px;
        line-height: 19px;
        font-weight: 100; }
        #navigation ul > li > a .caret {
          display: inline;
          width: 16px;
          height: 16px;
          padding-left: 10px;
          color: #888888;
          transition: all 0.3s ease; }
          #navigation ul > li > a .caret:before {
            content: "\f107";
            font-family: "FontAwesome";
            font-weight: 100; }
      #navigation ul > li:hover > a {
        color: #72C6EF; }
        #navigation ul > li:hover > a .caret {
          color: #72C6EF; }
      #navigation ul > li:first-child > a {
        padding-left: 0px; }
      #navigation ul > li:last-child > a {
        padding-right: 0px; }
      #navigation ul > li:hover > ul {
        display: block; }
      #navigation ul > li > ul {
        display: none;
        position: absolute;
        top: 100%;
        left: -20px;
        width: 125%;
        background: #1E398D;
        padding: 10px 0px;
        z-index: 9999; }
        #navigation ul > li > ul > li > a {
          color: #FFFFFF;
          padding: 8px 20px; }
        #navigation ul > li > ul > li:hover > a {
          color: #72C6EF; }
        #navigation ul > li > ul > li:first-child > a {
          padding-left: 20px; }
        #navigation ul > li > ul > li:last-child > a {
          padding-right: 20px; }

#pre-footer div.insta_item {
  float: left;
  width: 14.2857142857%; }
  @media screen and (max-width: 767px) {
    #pre-footer div.insta_item {
      width: 20%; } }
  @media screen and (max-width: 767px) {
    #pre-footer div.insta_item:nth-last-child(-n+2) {
      display: none; } }
  #pre-footer div.insta_item img {
    height: auto;
    width: 100%;
    vertical-align: top; }

#pre-footer .follow_on_instagram {
  clear: both;
  font-size: 0px; }
  #pre-footer .follow_on_instagram a {
    display: block;
    padding: 7px 0px 8px 0px;
    font-size: 16px;
    line-height: 24px;
    background: #F39325;
    text-align: center;
    color: #FFFFFF; }
    #pre-footer .follow_on_instagram a span {
      position: relative; }
    #pre-footer .follow_on_instagram a span:before {
      position: relative;
      top: 3px;
      content: "\f16d";
      font-family: "FontAwesome";
      font-size: 22px;
      margin-left: 5px; }
    #pre-footer .follow_on_instagram a:hover {
      background: #72C6EF; }

#footer {
  background-color: #1E398D;
  background-image: url("../img/background_footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 62px 0px 70px 0px;
  color: #EEEEEE; }
  #footer a {
    color: #EEEEEE; }
  #footer p {
    margin-bottom: 16px; }
  #footer #footer_top .sitemap h3 {
    color: #F39325;
    font-size: 18px;
    margin-bottom: 30px; }
  #footer #footer_top .sitemap div.span50:first-of-type {
    background-image: url("../img/orange-line.png");
    background-position: 80% 0px;
    background-repeat: repeat-y; }
  #footer #footer_top .sitemap a {
    font-family: "Gotham-Light", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px; }
    #footer #footer_top .sitemap a:hover {
      color: #72C6EF; }
    #footer #footer_top .sitemap a b {
      font-size: 16px;
      font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
      font-weight: normal; }
  #footer #footer_top .contact h3 {
    font-size: 18px;
    margin-bottom: 30px; }
  #footer #footer_top .contact p {
    margin-bottom: 20px;
    font-family: "Gotham-Light", Tahoma, Arial, sans-serif;
    font-size: 15px;
    line-height: 22px; }
    #footer #footer_top .contact p .button {
      display: block;
      font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
      font-size: 16px;
      line-height: 24px;
      padding: 7px 10px 6px 10px;
      margin-bottom: 18px;
      border-radius: 2px;
      text-align: center; }
      #footer #footer_top .contact p .button span {
        font-family: "Gotham-Light", Tahoma, Arial, sans-serif;
        font-weight: normal; }
      #footer #footer_top .contact p .button:before {
        font-family: "FontAwesome";
        margin-right: 8px; }
      #footer #footer_top .contact p .button.call {
        color: #FFFFFF;
        background: #F39325; }
        #footer #footer_top .contact p .button.call:before {
          content: "\f095"; }
      #footer #footer_top .contact p .button.email {
        color: #1E398D;
        background: #FFFFFF; }
        #footer #footer_top .contact p .button.email:before {
          content: "\f0e0"; }
      #footer #footer_top .contact p .button.tripadvisor {
        color: #FFFFFF;
        background-image: url("../img/tripadvisor-bg.png");
        background-position: top left;
        background-size: 100% 100%;
        margin-bottom: 0px; }
        #footer #footer_top .contact p .button.tripadvisor:before {
          position: relative;
          top: 3px;
          content: "";
          display: inline-block;
          width: 29px;
          height: 17px;
          line-height: 17px;
          background-image: url("../img/tripadvisor-icon.png");
          background-position: top left;
          background-size: 100% 100%; }
    #footer #footer_top .contact p.location_address {
      margin-top: 32px;
      margin-bottom: 30px;
      font-size: 16px; }
      #footer #footer_top .contact p.location_address .location {
        display: block;
        margin-bottom: 10px;
        font-family: "Gotham-Book", Tahoma, Arial, sans-serif;
        font-weight: bold; }
        #footer #footer_top .contact p.location_address .location a:hover {
          color: #72C6EF; }
        #footer #footer_top .contact p.location_address .location a:after {
          content: "\f041";
          font-family: "FontAwesome";
          font-weight: normal;
          margin-left: 8px; }
  #footer #footer_bottom {
    padding-top: 40px; }
    #footer #footer_bottom #logo {
      float: left;
      width: 25%; }
      #footer #footer_bottom #logo img {
        max-width: 100%;
        height: auto; }
    #footer #footer_bottom #legal {
      float: left;
      width: 50%;
      padding-top: 30px;
      font-size: 12px;
      color: #AAAAAA;
      text-align: center; }
      #footer #footer_bottom #legal a {
        color: #AAAAAA; }
        #footer #footer_bottom #legal a:hover {
          color: #CCCCCC; }
    #footer #footer_bottom #social_icons {
      float: left;
      width: 25%;
      padding-top: 24px;
      text-align: right; }
      #footer #footer_bottom #social_icons a {
        display: inline-block;
        font-size: 0px;
        margin-left: 18px; }
        #footer #footer_bottom #social_icons a:hover:before {
          color: #72C6EF; }
        #footer #footer_bottom #social_icons a:before {
          font-family: "FontAwesome";
          font-size: 22px;
          font-weight: normal;
          transition: all 0.3s ease; }
        #footer #footer_bottom #social_icons a.facebook:before {
          content: "\f082"; }
        #footer #footer_bottom #social_icons a.instagram:before {
          content: "\f16d"; }
        #footer #footer_bottom #social_icons a.twitter:before {
          content: "\f099"; }
        #footer #footer_bottom #social_icons a.tripadvisor:before {
          content: "\f262"; }
        #footer #footer_bottom #social_icons a.googleplus:before {
          content: "\f0d5"; }

#awards_accreditations {
  padding: 25px 0px 25px 0px; }
  #awards_accreditations .logos {
    width: 100%;
    text-align: center; }
    #awards_accreditations .logos a,
    #awards_accreditations .logos img {
      display: inline-block;
      vertical-align: top;
      padding: 0px 2.35% 10px 2.35%; }
      #awards_accreditations .logos a img,
      #awards_accreditations .logos img img {
        padding: 0px; }
      #awards_accreditations .logos a:first-child,
      #awards_accreditations .logos img:first-child {
        padding-left: 0px; }
      #awards_accreditations .logos a:last-child,
      #awards_accreditations .logos img:last-child {
        padding-right: 0px; }

@media screen and (max-width: 1220px) {
  #awards_accreditations .logos a,
  #awards_accreditations .logos img {
    padding: 0px 1.38% 10px 1.38%; }
    #awards_accreditations .logos a:first-child,
    #awards_accreditations .logos img:first-child {
      padding-left: 0px; }
    #awards_accreditations .logos a:last-child,
    #awards_accreditations .logos img:last-child {
      padding-right: 0px; } }

@media screen and (max-width: 1024px) {
  #footer #footer_bottom #logo {
    width: 100%;
    text-align: center; }
  #footer #footer_bottom #legal {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 6px; }
  #footer #footer_bottom #social_icons {
    width: 100%;
    text-align: center; }
  #awards_accreditations .logos a,
  #awards_accreditations .logos img {
    padding: 0px 2.32% 10px 2.32%; }
    #awards_accreditations .logos a:first-child,
    #awards_accreditations .logos img:first-child {
      padding-left: 2.32%; }
    #awards_accreditations .logos a:last-child,
    #awards_accreditations .logos img:last-child {
      padding-right: 2.32%; } }

@media screen and (max-width: 767px) {
  #awards_accreditations .logos a,
  #awards_accreditations .logos img {
    padding: 0px 2% 10px 2%; }
    #awards_accreditations .logos a:first-child,
    #awards_accreditations .logos img:first-child {
      padding-left: 2%; }
    #awards_accreditations .logos a:last-child,
    #awards_accreditations .logos img:last-child {
      padding-right: 2%; } }

.container {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: "";
    display: block;
    clear: both; }
  .container .column1 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 4.9010946121%; }
    .container .column1:last-child {
      margin-right: 0; }
  .container .column2 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 13.5464496473%; }
    .container .column2:last-child {
      margin-right: 0; }
  .container .column3 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 22.1918046826%; }
    .container .column3:last-child {
      margin-right: 0; }
  .container .column4 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 30.8371597179%; }
    .container .column4:last-child {
      margin-right: 0; }
    .container .column4 .span50 {
      float: left;
      display: block;
      margin-right: 12.1420405039%;
      width: 43.928979748%; }
      .container .column4 .span50:last-child {
        margin-right: 0; }
  .container .column5 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 39.4825147531%; }
    .container .column5:last-child {
      margin-right: 0; }
  .container .column6 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 48.1278697884%; }
    .container .column6:last-child {
      margin-right: 0; }
    .container .column6 .span33 {
      float: left;
      display: block;
      margin-right: 7.779817473%;
      width: 28.1467883513%; }
      .container .column6 .span33:last-child {
        margin-right: 0; }
    .container .column6 .span50 {
      float: left;
      display: block;
      margin-right: 7.779817473%;
      width: 46.1100912635%; }
      .container .column6 .span50:last-child {
        margin-right: 0; }
    .container .column6 .span66 {
      float: left;
      display: block;
      margin-right: 7.779817473%;
      width: 64.0733941757%; }
      .container .column6 .span66:last-child {
        margin-right: 0; }
  .container .column7 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 56.7732248237%; }
    .container .column7:last-child {
      margin-right: 0; }
  .container .column8 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 65.4185798589%; }
    .container .column8:last-child {
      margin-right: 0; }
    .container .column8 .span25 {
      float: left;
      display: block;
      margin-right: 5.7235428089%;
      width: 20.7073428933%; }
      .container .column8 .span25:last-child {
        margin-right: 0; }
    .container .column8 .span50 {
      float: left;
      display: block;
      margin-right: 5.7235428089%;
      width: 47.1382285956%; }
      .container .column8 .span50:last-child {
        margin-right: 0; }
    .container .column8 .span75 {
      float: left;
      display: block;
      margin-right: 5.7235428089%;
      width: 73.5691142978%; }
      .container .column8 .span75:last-child {
        margin-right: 0; }
  .container .column9 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 74.0639348942%; }
    .container .column9:last-child {
      margin-right: 0; }
    .container .column9 .span33 {
      float: left;
      display: block;
      margin-right: 5.055443555%;
      width: 29.96303763%; }
      .container .column9 .span33:last-child {
        margin-right: 0; }
    .container .column9 .span50 {
      float: left;
      display: block;
      margin-right: 7.779817473%;
      width: 46.1100912635%; }
      .container .column9 .span50:last-child {
        margin-right: 0; }
    .container .column9 .span66 {
      float: left;
      display: block;
      margin-right: 5.055443555%;
      width: 64.981518815%; }
      .container .column9 .span66:last-child {
        margin-right: 0; }
  .container .column10 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 82.7092899295%; }
    .container .column10:last-child {
      margin-right: 0; }
  .container .column11 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 91.3546449647%; }
    .container .column11:last-child {
      margin-right: 0; }
  .container .column12 {
    float: left;
    display: block;
    margin-right: 3.7442604232%;
    width: 100%; }
    .container .column12:last-child {
      margin-right: 0; }
    .container .column12 .span25 {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 22.1918046826%; }
      .container .column12 .span25:last-child {
        margin-right: 0; }
    .container .column12 .span33 {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 30.8371597179%; }
      .container .column12 .span33:last-child {
        margin-right: 0; }
    .container .column12 .span50 {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 48.1278697884%; }
      .container .column12 .span50:last-child {
        margin-right: 0; }
    .container .column12 .span66 {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 65.4185798589%; }
      .container .column12 .span66:last-child {
        margin-right: 0; }
    .container .column12 .span75 {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 74.0639348942%; }
      .container .column12 .span75:last-child {
        margin-right: 0; }
  .container div[class*=column] .span25:nth-of-type(4n) {
    margin-right: 0px; }
  .container div[class*=column] .span25:nth-of-type(4n+1) {
    clear: both; }
  .container div[class*=column] .span33:nth-of-type(3n) {
    margin-right: 0px; }
  .container div[class*=column] .span33:nth-of-type(3n+1) {
    clear: both; }
  .container div[class*=column] .span50:nth-of-type(2n) {
    margin-right: 0px; }
  .container div[class*=column] .span50:nth-of-type(2n+1) {
    clear: both; }

@media screen and (max-width: 1220px) {
  .container {
    max-width: 62em;
    padding: 0 1em; } }

@media screen and (max-width: 1024px) {
  .container {
    max-width: 48em;
    padding: 0 1em; }
    .container div[class*=column] {
      width: 100%;
      margin: 0px; } }

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    min-width: 320px;
    padding: 0 1em; }
    .container div[class*=column] [class*=span] {
      width: 100%;
      margin-left: 0px !important;
      margin-right: 0px !important; } }

#sidebar #tour_types {
  margin-bottom: 30px; }
  #sidebar #tour_types a {
    display: block;
    padding: 17px 20px;
    background: #72C6EF;
    color: #1E398D;
    font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 2px; }
    @media screen and (max-width: 1220px) {
      #sidebar #tour_types a {
        font-size: 17px; } }
    #sidebar #tour_types a:first-child {
      border-radius: 3px 3px 0px 0px; }
    #sidebar #tour_types a:last-child {
      border-radius: 0px 0px 3px 3px; }
    #sidebar #tour_types a:before {
      float: left;
      content: " ";
      display: block;
      width: 26px;
      height: 26px;
      background-position: top left;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      margin-right: 18px; }
      @media screen and (max-width: 1220px) {
        #sidebar #tour_types a:before {
          width: 24px;
          height: 24px;
          margin-right: 16px; } }
    #sidebar #tour_types a:hover {
      color: #72C6EF;
      background: #1E398D; }
    #sidebar #tour_types a.half_day_tours:before {
      background-image: url("../img/icon_half-day-tours.svg"); }
    #sidebar #tour_types a.full_day_tours:before {
      background-image: url("../img/icon_full-day-tours.svg"); }
    #sidebar #tour_types a.short_breaks:before {
      background-image: url("../img/icon_short-breaks.svg"); }
    #sidebar #tour_types a.all_tours:before {
      background-image: url("../img/icon_all-tours.svg"); }

#sidebar .side-advert {
  display: block;
  margin-bottom: 30px; }
  #sidebar .side-advert img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    height: auto;
    border-radius: 3px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.filter_location .select {
  width: 170px; }

.filter_price .select {
  width: 130px; }

.filter_destination .select {
  width: 200px; }

.select {
  width: 160px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font: normal 11px/30px "Gotham-Book", Tahoma, Arial, sans-serif;
  color: #83827D; }
  .select .s-hidden {
    visibility: hidden; }
  .select .styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #1E398D;
    background-color: transparent;
    padding: 0px 30px 0px 5px;
    font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    overflow: hidden; }
    .select .styledSelect:after {
      position: absolute;
      top: 0px;
      right: 0px;
      font-family: "FontAwesome";
      content: "\f107";
      font-size: 12px;
      line-height: 14px;
      color: #1E398D;
      padding: 8px 10px;
      background: transparent; }
    .select .styledSelect.selected {
      color: #F39325; }
      .select .styledSelect.selected:after {
        color: #F39325; }
  .select .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .select .options li {
      margin: 0 0;
      padding: 7px 20px 6px 10px;
      font-size: 13px;
      line-height: 16px; }
      .select .options li:hover, .select .options li.selected {
        color: #FFFFFF;
        background-color: #72C6EF; }

#banners .banner {
  height: 520px;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  #banners .banner .content {
    margin-top: 60px; }
    #banners .banner .content .heading_wrap {
      display: inline-block; }
      #banners .banner .content .heading_wrap .heading {
        display: inline-block;
        background: rgba(30, 57, 141, 0.9);
        padding: 12px 24px 12px 24px;
        border-radius: 3px 3px 0px 0px;
        text-align: left; }
        #banners .banner .content .heading_wrap .heading .main_heading {
          display: block;
          font-family: "Gotham-Bold", Tahoma, Arial, sans-serif;
          color: #FFFFFF;
          font-size: 30px;
          line-height: 32px; }
        #banners .banner .content .heading_wrap .heading .sub_heading {
          display: block;
          font-family: "Gotham-Bold", Tahoma, Arial, sans-serif;
          color: #72C6EF;
          font-size: 30px;
          line-height: 32px; }
      #banners .banner .content .heading_wrap .link {
        display: block;
        text-align: right; }
        #banners .banner .content .heading_wrap .link a {
          display: inline-block;
          background: #F39325;
          color: #FFFFFF;
          font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
          font-size: 16px;
          line-height: 16px;
          padding: 12px 36px 12px 36px;
          border-radius: 0px 0px 3px 3px; }
          #banners .banner .content .heading_wrap .link a:hover {
            background: #72C6EF; }
    #banners .banner .content .awards {
      display: block;
      margin-top: 40px; }
      #banners .banner .content .awards p {
        display: inline-block; }
      #banners .banner .content .awards img {
        display: inline-block;
        margin-right: 20px; }

#banners .slick-prev,
#banners .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 39px;
  height: 91px;
  margin-top: -46px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999; }
  #banners .slick-prev:before,
  #banners .slick-next:before {
    content: "";
    display: block;
    width: 39px;
    height: 91px;
    background-position: top left;
    background-size: cover;
    opacity: 0.5;
    transition: all 0.3s ease; }
  #banners .slick-prev:hover:before,
  #banners .slick-next:hover:before {
    opacity: 0.8; }

#banners .slick-prev {
  left: 50px; }

#banners .slick-next {
  right: 50px; }

#banners .slick-prev:before {
  background-image: url("../img/slick-arrow-prev.png"); }

#banners .slick-next:before {
  background-image: url("../img/slick-arrow-next.png"); }

#alert {
  font-size: 0px; }
  #alert .title {
    position: relative;
    display: inline-block;
    width: 16%;
    padding: 5px 0px 5px 0px;
    font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 39px;
    background: #1E398D;
    color: #FFFFFF;
    text-transform: uppercase;
    border-left: solid 10px #D00707;
    border-right: solid 2px #304996;
    text-align: center;
    vertical-align: top; }
    #alert .title:before {
      position: relative;
      content: "";
      display: inline-block;
      top: 7px;
      width: 40px;
      height: 25px;
      margin-right: 6px;
      background-image: url("../img/icon_news.svg");
      background-position: top left;
      background-repeat: no-repeat; }
  #alert .items {
    position: relative;
    display: inline-block;
    width: 84%; }
    #alert .items .item {
      background: #1E398D;
      padding: 12px 170px 10px 30px;
      margin-top: 2px;
      color: #FFFFFF;
      font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
      font-size: 22px;
      line-height: 28px;
      text-transform: uppercase; }
      #alert .items .item .read_more {
        position: absolute;
        right: 22px;
        width: 150px;
        color: #FFFFFF;
        font-family: "Gotham-Book", Tahoma, Arial, sans-serif;
        font-size: 17px;
        text-align: right; }
        #alert .items .item .read_more:hover {
          color: #F39325; }
      #alert .items .item:first-child {
        margin-top: 0px; }

#tour_selector {
  height: 100px;
  font-size: 0px;
  background: #72C6EF;
  position: relative;
  margin: -50px 0px 20px 0px;
  border-radius: 2px; }
  #tour_selector a {
    display: inline-block;
    box-sizing: border-box;
    width: 25%;
    height: 100%;
    line-height: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-right: solid 1px #5bbdec; }
    #tour_selector a span {
      display: inline-block;
      line-height: 24px;
      vertical-align: middle; }
      #tour_selector a span:before {
        content: " ";
        display: block;
        width: 100%;
        height: 24px;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 6px; }
    #tour_selector a:hover {
      background: #1E398D; }
    #tour_selector a:last-child {
      border-right: 0px; }
    #tour_selector a.half_day_tours span:before {
      background-image: url("../img/icon_half-day-tours.svg"); }
    #tour_selector a.full_day_tours span:before {
      background-image: url("../img/icon_full-day-tours.svg"); }
    #tour_selector a.short_breaks span:before {
      background-image: url("../img/icon_short-breaks.svg"); }
    #tour_selector a.all_tours span:before {
      background-image: url("../img/icon_all-tours.svg"); }

#popular_tours {
  padding-top: 54px;
  padding-bottom: 100px; }
  #popular_tours h3 {
    font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
    font-size: 26px;
    color: #1E398D;
    padding: 0px 0px 12px 0px;
    border-bottom: solid 2px #F39325;
    margin: 0px 0px 30px 0px; }
  #popular_tours .all_tours {
    text-align: right; }
    #popular_tours .all_tours a {
      display: inline-block;
      font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
      font-size: 16px;
      line-height: 18px;
      color: #FFFFFF;
      background: #F39325;
      padding: 11px 20px 10px 20px;
      border-radius: 2px;
      transition: all 0.3s ease;
      -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
      font-size: 18px;
      padding: 12px 32px; }
      #popular_tours .all_tours a:hover {
        background: #72C6EF; }

body.home.page #main {
  padding-bottom: 80px; }

.homepage_text {
  margin-bottom: 30px; }
  .homepage_text .content_wrap > *:last-child {
    margin-bottom: 0px; }

@media screen and (min-width: 1500px) {
  #banners .banner {
    height: 520px; }
    #banners .banner .content {
      margin-top: 60px; } }

@media screen and (max-width: 1220px) {
  #banners .banner {
    height: 520px; }
    #banners .banner .content {
      margin-top: 60px; } }

@media screen and (max-width: 1024px) {
  #banners .banner {
    height: 460px; }
    #banners .banner .content {
      margin-top: 40px; }
      #banners .banner .content .awards img {
        width: auto;
        max-height: 125px; }
  #popular_tours.container div[class*=column] .span33 {
    width: 48%;
    margin-right: 4%; }
    #popular_tours.container div[class*=column] .span33:nth-child(3n) {
      margin-right: 4%; }
    #popular_tours.container div[class*=column] .span33:nth-child(3n+1) {
      clear: none; }
    #popular_tours.container div[class*=column] .span33:nth-child(2n) {
      margin-right: 0px !important; }
    #popular_tours.container div[class*=column] .span33:nth-child(2n+1) {
      clear: both !important; } }

@media screen and (max-width: 767px) {
  #banners .banner {
    height: 280px; }
    #banners .banner .content .awards {
      display: none; }
  #banners .slick-prev,
  #banners .slick-next {
    top: auto;
    bottom: 20px;
    width: 26px;
    height: 61px; }
    #banners .slick-prev:before,
    #banners .slick-next:before {
      width: 26px;
      height: 61px; }
  #banners .slick-prev {
    left: 20px; }
  #banners .slick-next {
    right: 20px; } }

.page-header {
  position: relative;
  float: left;
  width: 100%; }
  .page-header .inner_banner_spacer {
    font-size: 0px;
    line-height: 0px;
    width: 100%;
    max-height: 400px;
    margin: 0 auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%; }
    .page-header .inner_banner_spacer img {
      width: 100%;
      height: auto; }

.ui-autocomplete.ui-menu {
  border: 1px solid #EAEAEA;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .ui-autocomplete.ui-menu .ui-autocomplete-category {
    margin: 0 0;
    border: 0px;
    padding: 7px 20px 6px 10px;
    font-size: 12px;
    line-height: 16px;
    font-family: "Gotham-Book", Tahoma, Arial, sans-serif;
    text-transform: uppercase;
    color: #1E398D;
    background: #EAEAEA; }
    .ui-autocomplete.ui-menu .ui-autocomplete-category ~ .ui-menu-item {
      padding: 7px 10px 6px 24px; }
  .ui-autocomplete.ui-menu .ui-menu-item {
    margin: 0 0;
    border: 0px;
    padding: 7px 10px 6px 10px;
    font-size: 13px;
    line-height: 16px;
    font-family: "Gotham-Book", Tahoma, Arial, sans-serif;
    color: #83827D; }
    .ui-autocomplete.ui-menu .ui-menu-item:hover, .ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
      color: #FFFFFF;
      background: #72C6EF;
      background-color: #72C6EF;
      border: 0px; }

#main {
  background-color: #F8F8F8;
  padding: 0px 0px 120px 0px;
  background-image: url("../img/background_map2.jpg");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  /*
  background-image: url('../img/background_map.jpg');
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;*/ }
  #main #breadcrumbs {
    padding: 60px 0px 50px 0px;
    color: #72C6EF;
    font-size: 16px; }
    #main #breadcrumbs a {
      color: #1E398D; }
    #main #breadcrumbs a:hover {
      color: #72C6EF; }
    #main #breadcrumbs span {
      color: #1E398D; }
      #main #breadcrumbs span span span {
        color: #72C6EF; }
  #main .panel {
    float: left;
    width: 100%;
    background: #FFFFFF; }
    #main .panel .panel_title {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 20px 20px;
      font-size: 18px;
      line-height: 125%;
      color: #FFFFFF;
      background: #1E398D;
      border-radius: 3px 3px 0px 0px; }
    #main .panel .panel_media {
      font-size: 0px;
      line-height: 0px;
      text-align: center; }
      #main .panel .panel_media img {
        max-width: 400px;
        width: 100%;
        height: auto; }
    #main .panel .panel_content {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 20px 20px;
      font-size: 15px;
      line-height: 150%; }
      #main .panel .panel_content h3:first-child {
        margin-top: 0px; }
      #main .panel .panel_content > *:last-child {
        margin-bottom: 0px; }
    #main .panel.video_panel iframe {
      width: 100%;
      height: 440px; }
      @media screen and (max-width: 1220px) {
        #main .panel.video_panel iframe {
          height: 350px; } }
      @media screen and (max-width: 1024px) {
        #main .panel.video_panel iframe {
          height: 410px; } }
      @media screen and (max-width: 767px) {
        #main .panel.video_panel iframe {
          height: 330px; } }
    #main .panel.news_panel .panel_content span {
      display: block;
      width: 100%;
      padding-top: 16px; }
      #main .panel.news_panel .panel_content span a {
        color: #F39325; }
        #main .panel.news_panel .panel_content span a:hover {
          color: #72C6EF; }
    #main .panel.news_panel .more_news {
      box-sizing: border-box;
      padding: 7px 20px 5px 20px;
      background: #72C6EF;
      color: #FFFFFF; }
    #main .panel.news_panel .more_news_item {
      box-sizing: border-box;
      padding: 16px 20px;
      border-bottom: solid 1px #EAEAEA;
      line-height: 125%; }
      #main .panel.news_panel .more_news_item a {
        font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
        color: #1E398D; }
        #main .panel.news_panel .more_news_item a:hover {
          color: #72C6EF; }
      #main .panel.news_panel .more_news_item:last-child {
        border-bottom: 0px; }
  #main #content {
    line-height: 150%; }
    @media screen and (max-width: 1024px) {
      #main #content {
        padding-bottom: 30px; } }
    #main #content ul {
      margin-bottom: 24px; }
    #main #content a {
      color: #F39325; }
      #main #content a:hover {
        color: #72C6EF; }
    #main #content img {
      max-width: 100%;
      height: auto; }
    #main #content .content_wrap {
      float: left;
      width: 100%;
      background: #FFFFFF;
      padding: 30px 30px;
      box-sizing: border-box; }
    #main #content .blog_article {
      padding-bottom: 30px;
      border-bottom: solid 2px #EAEAEA;
      margin-bottom: 40px; }
      #main #content .blog_article:first-of-type {
        padding-top: 30px;
        border-top: solid 2px #EAEAEA; }
      #main #content .blog_article:last-child {
        padding-bottom: 16px;
        border-bottom: 0px;
        margin-bottom: 0px; }
      #main #content .blog_article.single {
        padding-bottom: 0px;
        border-bottom: 0px;
        margin-bottom: 0px; }
        #main #content .blog_article.single:first-of-type {
          padding-top: 0px;
          border-top: 0px; }
        #main #content .blog_article.single:last-child {
          padding-bottom: 0px; }
      #main #content .blog_article p:last-child {
        margin-bottom: 0px; }
      #main #content .blog_article .read-more {
        display: block;
        margin-top: 8px;
        text-align: right; }
      #main #content .blog_article .blog_image img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 360px;
        margin: 0 auto 30px auto; }
      #main #content .blog_article h2 {
        margin-bottom: 4px; }
      #main #content .blog_article .blog_date {
        margin-bottom: 24px; }
    #main #content .faq_item {
      margin-bottom: 54px; }
      #main #content .faq_item .faq_question {
        font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
        font-size: 18px;
        margin-bottom: 20px; }
      #main #content .faq_item .faq_answer ul:last-child,
      #main #content .faq_item .faq_answer p:last-child {
        margin-bottom: 0px; }
    #main #content .testimonial_item {
      margin-bottom: 30px;
      border-bottom: solid 2px #EAEAEA;
      padding-bottom: 30px; }
      #main #content .testimonial_item:first-of-type {
        padding-top: 30px;
        border-top: solid 2px #EAEAEA; }
      #main #content .testimonial_item .testimonial_content {
        margin-bottom: 12px; }
        #main #content .testimonial_item .testimonial_content ul:last-child,
        #main #content .testimonial_item .testimonial_content p:last-child {
          margin-bottom: 0px; }
      #main #content .testimonial_item .testimonial_provider {
        font-family: "Gotham-Medium", Tahoma, Arial, sans-serif; }
    #main #content .pagination .prev,
    #main #content .pagination .next {
      float: left;
      display: block;
      margin-right: 3.7442604232%;
      width: 48.1278697884%; }
      #main #content .pagination .prev:last-child,
      #main #content .pagination .next:last-child {
        margin-right: 0; }
    #main #content .pagination .next {
      text-align: right; }
    #main #content .gallery_link {
      margin-bottom: 5%; }
      #main #content .gallery_link img {
        width: 100%;
        height: auto; }
      #main #content .gallery_link span {
        color: #72C6EF;
        transition: all 0.3s ease; }
      #main #content .gallery_link:hover span {
        color: #F39325; }
    #main #content ul.gallery {
      list-style: none;
      margin: 0px; }
      #main #content ul.gallery li {
        margin-left: 0px;
        margin-bottom: 5%;
        float: left;
        display: block;
        margin-right: 5.055443555%;
        width: 29.96303763%; }
        #main #content ul.gallery li:last-child {
          margin-right: 0; }
        #main #content ul.gallery li:nth-child(3n) {
          margin-right: 0; }
        #main #content ul.gallery li:nth-child(3n+1) {
          clear: left; }
        @media screen and (max-width: 767px) {
          #main #content ul.gallery li {
            float: left;
            display: block;
            margin-right: 5.055443555%;
            width: 100%;
            margin-right: 0px; }
            #main #content ul.gallery li:last-child {
              margin-right: 0; } }
        #main #content ul.gallery li a {
          display: block;
          font-size: 0px;
          line-height: 0px; }
        #main #content ul.gallery li img {
          width: 100%;
          height: auto; }
    #main #content .contact_form {
      margin-top: 30px; }
    #main #content .gform_wrapper {
      margin: 0px 0px 20px 0px;
      max-width: 100%; }
      #main #content .gform_wrapper .gform_heading {
        width: 100%; }
      #main #content .gform_wrapper div.validation_error {
        color: #F39325;
        font-size: 15px;
        font-weight: normal;
        margin-bottom: 20px;
        border-top: 0px;
        border-bottom: 0px;
        padding: 0px;
        clear: both;
        width: 100%; }
      #main #content .gform_wrapper .gfield_description,
      #main #content .gform_wrapper .top_label .gfield_description {
        width: 100%;
        max-width: 100%;
        margin: 4px 0px 0px 0px; }
        #main #content .gform_wrapper .gfield_description.validation_message,
        #main #content .gform_wrapper .top_label .gfield_description.validation_message {
          color: #F39325;
          padding: 0px !important; }
      #main #content .gform_wrapper ul li.gfield {
        margin-bottom: 16px; }
        #main #content .gform_wrapper ul li.gfield.gfield_error, #main #content .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required {
          padding: 0px;
          border: 0px;
          background: transparent; }
          #main #content .gform_wrapper ul li.gfield.gfield_error div.ginput_container, #main #content .gform_wrapper ul li.gfield.gfield_error.gfield_contains_required div.ginput_container {
            max-width: 100%;
            margin: 0px;
            line-height: 0px; }
      #main #content .gform_wrapper .top_label .gfield_label {
        margin: 0px 0px 5px 0px; }
      #main #content .gform_wrapper .top_label input.medium,
      #main #content .gform_wrapper .top_label select.medium,
      #main #content .gform_wrapper .top_label textarea.medium {
        width: 100%;
        text-indent: 0px;
        padding: 10px 12px 10px 12px;
        border: solid 1px #EAEAEA;
        border-radius: 3px;
        -webkit-appearance: none;
        appearance: none;
        transition: all 0.3s ease; }
        #main #content .gform_wrapper .top_label input.medium:focus,
        #main #content .gform_wrapper .top_label select.medium:focus,
        #main #content .gform_wrapper .top_label textarea.medium:focus {
          outline: none;
          border: solid 1px #72C6EF; }
      #main #content .gform_wrapper .gfield_required {
        color: #F39325; }
      #main #content .gform_wrapper .gfield_error .gfield_label {
        color: #1E398D; }
      #main #content .gform_wrapper label.gfield_label + div.ginput_container {
        margin-top: 0px; }
      #main #content .gform_wrapper .gform_footer {
        padding: 4px 0px 0px 0px;
        margin: 0px; }
        #main #content .gform_wrapper .gform_footer input.button,
        #main #content .gform_wrapper .gform_footer input[type=image],
        #main #content .gform_wrapper .gform_footer input[type=submit] {
          color: #FFFFFF;
          background: #72C6EF;
          border: 0px;
          padding: 12px 30px;
          border-radius: 3px;
          text-transform: uppercase;
          transition: all 0.3s ease; }
          #main #content .gform_wrapper .gform_footer input.button:hover,
          #main #content .gform_wrapper .gform_footer input[type=image]:hover,
          #main #content .gform_wrapper .gform_footer input[type=submit]:hover {
            background: #1E398D;
            cursor: pointer; }
    #main #content table {
      width: auto;
      margin-bottom: 24px; }
      #main #content table tr td {
        width: auto;
        font-size: 14px;
        padding: 5px 10px 3px 10px; }
      #main #content table tr:nth-child(1) td {
        font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
        background: #72C6EF !important;
        color: #FFFFFF; }
      #main #content table tr:nth-child(2n+1) td {
        background: #F6F6F6; }
      @media screen and (max-width: 767px) {
        #main #content table td {
          display: block;
          width: 100%;
          box-sizing: border-box;
          line-height: 14px; } }
    #main #content #tourfinder {
      font-size: 15px;
      margin-bottom: 36px; }
      #main #content #tourfinder .intro {
        box-sizing: border-box;
        width: 100%;
        padding: 24px 30px;
        background: #FFFFFF;
        color: #1E398D; }
        #main #content #tourfinder .intro h1 {
          margin: 0px; }
          #main #content #tourfinder .intro h1 .icon {
            float: left;
            width: 24px;
            height: 24px;
            margin-right: 10px;
            padding-top: 3px; }
            #main #content #tourfinder .intro h1 .icon svg path,
            #main #content #tourfinder .intro h1 .icon svg circle {
              fill: #1E398D; }
        #main #content #tourfinder .intro p {
          margin: 16px 0px 0px 0px;
          line-height: 24px; }
      #main #content #tourfinder .filter {
        background: #EAEAEA; }
        #main #content #tourfinder .filter .filter_by {
          display: inline-block;
          border-right: solid 1px #d1d1d1;
          font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
          font-size: 11px;
          text-transform: uppercase;
          padding: 8px 18px 7px 18px; }
        #main #content #tourfinder .filter .filter_location {
          display: inline-block;
          margin-left: 18px; }
        #main #content #tourfinder .filter .filter_price {
          display: inline-block;
          margin-left: 18px; }
        #main #content #tourfinder .filter .filter_destination {
          display: inline-block;
          margin-left: 18px; }
          #main #content #tourfinder .filter .filter_destination input {
            border: 0px;
            padding: 5px 8px;
            margin-right: 18px;
            color: #F39325;
            background: #FFFFFF;
            font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
            font-size: 11px;
            line-height: 14px;
            width: 200px;
            text-transform: uppercase; }
            @media screen and (max-width: 767px) {
              #main #content #tourfinder .filter .filter_destination input {
                display: none; } }
    #main #content #no_results {
      display: none;
      width: 100%;
      background: #FFFFFF;
      box-sizing: border-box;
      text-align: center;
      padding: 40px 100px; }
    #main #content #tour_detail {
      font-size: 16px;
      background: #FFFFFF; }
      #main #content #tour_detail .intro {
        box-sizing: border-box;
        width: 100%;
        padding: 24px 30px;
        background: #1E398D;
        color: #FFFFFF;
        border-radius: 3px 3px 0px 0px; }
        #main #content #tour_detail .intro h1 {
          margin: 0px;
          font-family: "Gotham-Medium", Tahoma, Arial, sans-serif; }
        #main #content #tour_detail .intro p {
          margin: 16px 0px 0px 0px;
          font-size: 18px;
          line-height: 26px; }
      #main #content #tour_detail .banner_container .banner img {
        width: 100%;
        height: auto; }
      #main #content #tour_detail .banner_container .slick-prev,
      #main #content #tour_detail .banner_container .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 32px;
        height: 76px;
        margin-top: -38px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        z-index: 999; }
        #main #content #tour_detail .banner_container .slick-prev:before,
        #main #content #tour_detail .banner_container .slick-next:before {
          content: "";
          display: block;
          width: 32px;
          height: 76px;
          background-position: top left;
          background-size: cover;
          opacity: 0.5;
          transition: all 0.3s ease; }
        #main #content #tour_detail .banner_container .slick-prev:hover:before,
        #main #content #tour_detail .banner_container .slick-next:hover:before {
          opacity: 0.8; }
      #main #content #tour_detail .banner_container .slick-prev {
        left: 30px; }
      #main #content #tour_detail .banner_container .slick-next {
        right: 30px; }
      #main #content #tour_detail .banner_container .slick-prev:before {
        background-image: url("../img/slick-arrow-prev.png"); }
      #main #content #tour_detail .banner_container .slick-next:before {
        background-image: url("../img/slick-arrow-next.png"); }
      #main #content #tour_detail .banner_container .slick-dots {
        position: absolute;
        bottom: 24px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0px;
        list-style: none;
        text-align: center; }
        #main #content #tour_detail .banner_container .slick-dots li {
          position: relative;
          display: inline-block;
          width: 20px;
          height: 20px;
          margin: 0 0px;
          padding: 0;
          cursor: pointer; }
          #main #content #tour_detail .banner_container .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent; }
            #main #content #tour_detail .banner_container .slick-dots li button:hover, #main #content #tour_detail .banner_container .slick-dots li button:focus {
              outline: none; }
            #main #content #tour_detail .banner_container .slick-dots li button:hover:before, #main #content #tour_detail .banner_container .slick-dots li button:focus:before {
              opacity: 1; }
            #main #content #tour_detail .banner_container .slick-dots li button:before {
              font-family: 'FontAwesome';
              font-size: 12px;
              line-height: 20px;
              position: absolute;
              top: 0;
              left: 0;
              width: 20px;
              height: 20px;
              content: '\f111';
              text-align: center;
              opacity: .25;
              color: #FFFFFF;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }
          #main #content #tour_detail .banner_container .slick-dots li.slick-active button:before {
            opacity: .75;
            color: #FFFFFF; }
      #main #content #tour_detail .main_info {
        padding: 30px 30px; }
        #main #content #tour_detail .main_info .top_row {
          padding: 0px 0px 20px 0px; }
          #main #content #tour_detail .main_info .top_row:after {
            content: "";
            display: block;
            clear: both; }
          #main #content #tour_detail .main_info .top_row .price {
            float: left;
            font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
            color: #F39325;
            font-size: 48px;
            line-height: 48px;
            padding-right: 30px; }
            #main #content #tour_detail .main_info .top_row .price span {
              font-family: "Gotham-Book", Tahoma, Arial, sans-serif;
              font-size: 16px;
              text-transform: uppercase; }
          #main #content #tour_detail .main_info .top_row .discount {
            float: left;
            font-size: 42px;
            line-height: 47px;
            padding-right: 30px; }
            #main #content #tour_detail .main_info .top_row .discount span {
              font-size: 16px; }
          #main #content #tour_detail .main_info .top_row .icons {
            float: right; }
            #main #content #tour_detail .main_info .top_row .icons ul {
              margin: 0px;
              list-style: none; }
              #main #content #tour_detail .main_info .top_row .icons ul li {
                float: left;
                width: 47px;
                height: 47px;
                padding: 10px;
                background: #72C6EF;
                border-radius: 100px;
                margin-left: 30px;
                text-align: center; }
                #main #content #tour_detail .main_info .top_row .icons ul li img {
                  max-width: 100%;
                  max-height: 100%; }
        #main #content #tour_detail .main_info .tour_code {
          display: block;
          position: relative; }
          #main #content #tour_detail .main_info .tour_code p {
            color: #1E398D;
            font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
            font-size: 13px;
            font-weight: bold;
            margin: 0 0 20px 0;
            padding: 0; }
        #main #content #tour_detail .main_info .instructions {
          padding-bottom: 20px; }
          #main #content #tour_detail .main_info .instructions p {
            margin-bottom: 16px; }
            #main #content #tour_detail .main_info .instructions p:last-child {
              margin-bottom: 0px; }
          #main #content #tour_detail .main_info .instructions a {
            font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
            color: #F39325; }
            #main #content #tour_detail .main_info .instructions a:hover {
              color: #72C6EF; }
        #main #content #tour_detail .main_info .options {
          padding-bottom: 20px; }
          #main #content #tour_detail .main_info .options > p {
            margin-bottom: 10px; }
          #main #content #tour_detail .main_info .options .option {
            display: block;
            font-size: 0px;
            padding: 16px 0px 16px 0px;
            border-top: solid 2px #EAEAEA; }
            #main #content #tour_detail .main_info .options .option:last-child {
              border-bottom: solid 2px #EAEAEA; }
            #main #content #tour_detail .main_info .options .option .left {
              font-size: 0px;
              line-height: 0px;
              display: inline-block;
              width: 70%; }
              #main #content #tour_detail .main_info .options .option .left span {
                font-size: 16px;
                line-height: 140%; }
                #main #content #tour_detail .main_info .options .option .left span.title {
                  font-family: "Gotham-Medium", Tahoma, Arial, sans-serif; }
            #main #content #tour_detail .main_info .options .option .right {
              font-size: 0px;
              display: inline-block;
              width: 30%;
              vertical-align: top;
              text-align: right; }
              #main #content #tour_detail .main_info .options .option .right a.book_button {
                display: inline-block;
                font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
                font-size: 16px;
                line-height: 18px;
                color: #FFFFFF;
                background: #F39325;
                padding: 11px 20px 10px 20px;
                border-radius: 2px;
                transition: all 0.3s ease;
                font-size: 18px;
                text-transform: uppercase; }
                #main #content #tour_detail .main_info .options .option .right a.book_button:hover {
                  background: #72C6EF; }
        @media screen and (max-width: 1024px) {
          #main #content #tour_detail .main_info .stats {
            padding-bottom: 0px; } }
        #main #content #tour_detail .main_info .stats .left {
          width: 40%; }
        #main #content #tour_detail .main_info .stats .centre {
          width: 30%; }
        #main #content #tour_detail .main_info .stats .right {
          width: 30%; }
        #main #content #tour_detail .main_info .stats .left,
        #main #content #tour_detail .main_info .stats .centre,
        #main #content #tour_detail .main_info .stats .right {
          display: inline-block;
          vertical-align: top;
          font-size: 0;
          text-align: left; }
          #main #content #tour_detail .main_info .stats .left div,
          #main #content #tour_detail .main_info .stats .centre div,
          #main #content #tour_detail .main_info .stats .right div {
            position: relative;
            display: inline-block;
            width: 100%;
            font-size: 16px;
            vertical-align: top;
            margin-bottom: 20px; }
            #main #content #tour_detail .main_info .stats .left div .icon,
            #main #content #tour_detail .main_info .stats .centre div .icon,
            #main #content #tour_detail .main_info .stats .right div .icon {
              position: absolute;
              display: inline-block;
              width: 32px;
              height: 32px;
              vertical-align: top; }
              #main #content #tour_detail .main_info .stats .left div .icon:before,
              #main #content #tour_detail .main_info .stats .centre div .icon:before,
              #main #content #tour_detail .main_info .stats .right div .icon:before {
                font-family: "FontAwesome";
                font-size: 32px;
                line-height: 32px;
                display: block;
                width: 32px;
                height: 32px;
                text-align: center; }
            #main #content #tour_detail .main_info .stats .left div.start .icon:before,
            #main #content #tour_detail .main_info .stats .centre div.start .icon:before,
            #main #content #tour_detail .main_info .stats .right div.start .icon:before {
              content: "\f10c"; }
            #main #content #tour_detail .main_info .stats .left div.start .icon:after,
            #main #content #tour_detail .main_info .stats .centre div.start .icon:after,
            #main #content #tour_detail .main_info .stats .right div.start .icon:after {
              position: absolute;
              top: 5px;
              left: 0px;
              width: 32px;
              content: "A";
              font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
              font-size: 13px;
              text-align: center; }
            #main #content #tour_detail .main_info .stats .left div.finish .icon:before,
            #main #content #tour_detail .main_info .stats .centre div.finish .icon:before,
            #main #content #tour_detail .main_info .stats .right div.finish .icon:before {
              content: "\f10c"; }
            #main #content #tour_detail .main_info .stats .left div.finish .icon:after,
            #main #content #tour_detail .main_info .stats .centre div.finish .icon:after,
            #main #content #tour_detail .main_info .stats .right div.finish .icon:after {
              position: absolute;
              top: 5px;
              left: 0px;
              width: 32px;
              content: "B";
              font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
              font-size: 13px;
              text-align: center; }
            #main #content #tour_detail .main_info .stats .left div.distance .icon:before,
            #main #content #tour_detail .main_info .stats .centre div.distance .icon:before,
            #main #content #tour_detail .main_info .stats .right div.distance .icon:before {
              content: "\f14e"; }
            #main #content #tour_detail .main_info .stats .left div.vehicle .icon:before,
            #main #content #tour_detail .main_info .stats .centre div.vehicle .icon:before,
            #main #content #tour_detail .main_info .stats .right div.vehicle .icon:before {
              content: "\f207";
              font-size: 28px; }
            #main #content #tour_detail .main_info .stats .left div.passengers .icon:before,
            #main #content #tour_detail .main_info .stats .centre div.passengers .icon:before,
            #main #content #tour_detail .main_info .stats .right div.passengers .icon:before {
              content: "\f0c0";
              font-size: 28px; }
            #main #content #tour_detail .main_info .stats .left div.meals .icon:before,
            #main #content #tour_detail .main_info .stats .centre div.meals .icon:before,
            #main #content #tour_detail .main_info .stats .right div.meals .icon:before {
              content: "\f0f5";
              font-size: 28px; }
            #main #content #tour_detail .main_info .stats .left div .content,
            #main #content #tour_detail .main_info .stats .centre div .content,
            #main #content #tour_detail .main_info .stats .right div .content {
              display: inline-block;
              margin-left: 42px; }
      #main #content #tour_detail #tabbed_content #tab_headings {
        display: table;
        list-style: none;
        width: 100%;
        padding: 0px;
        margin: 0px;
        border-top: solid 1px #D5D4D3;
        border-bottom: solid 1px #D5D4D3; }
        @media screen and (max-width: 1024px) {
          #main #content #tour_detail #tabbed_content #tab_headings {
            display: none; } }
        #main #content #tour_detail #tabbed_content #tab_headings .heading {
          display: table-cell;
          width: auto;
          padding: 14px 0px;
          margin: 0px;
          background: #FAFAFA;
          border-right: solid 1px #D5D4D3;
          font-size: 18px;
          font-family: "Gotham-Bold", Tahoma, Arial, sans-serif;
          text-align: center;
          -webkit-box-shadow: inset 0px 2px 8px 0px rgba(128, 128, 128, 0.15);
          -moz-box-shadow: inset 0px 2px 8px 0px rgba(128, 128, 128, 0.15);
          box-shadow: inset 0px 2px 8px 0px rgba(128, 128, 128, 0.15);
          transition: all 0.3s ease; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading.tab_highlights {
            width: 25%; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading.tab_itinerary {
            width: 18%; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading.tour_accommodation {
            width: 27%; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading.tab_prices {
            width: 15%; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading.tab_notes {
            width: 15%; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading:last-child {
            border-right: 0px; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading:hover, #main #content #tour_detail #tabbed_content #tab_headings .heading.active {
            background: #FFFFFF;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading:hover {
            cursor: pointer; }
          #main #content #tour_detail #tabbed_content #tab_headings .heading.active:hover {
            cursor: default; }
      #main #content #tour_detail #tabbed_content #tabs .content {
        padding: 30px 30px 24px 30px; }
        @media screen and (max-width: 1024px) {
          #main #content #tour_detail #tabbed_content #tabs .content {
            display: block !important;
            border-top: solid 2px #EAEAEA;
            padding: 20px 30px 20px 30px; } }
        @media screen and (max-width: 1024px) {
          #main #content #tour_detail #tabbed_content #tabs .content[style] {
            display: block !important; } }
        #main #content #tour_detail #tabbed_content #tabs .content h3.mobile_heading {
          display: none; }
          @media screen and (max-width: 1024px) {
            #main #content #tour_detail #tabbed_content #tabs .content h3.mobile_heading {
              display: block; } }
        #main #content #tour_detail #tabbed_content #tabs .content.pricing ul {
          margin: 0px 0px 30px 0px;
          list-style: none; }
          #main #content #tour_detail #tabbed_content #tabs .content.pricing ul li {
            margin: 0px 0px 4px 0px; }
            #main #content #tour_detail #tabbed_content #tabs .content.pricing ul li strong {
              display: inline-block;
              width: 140px; }
  #main #related_tours {
    padding-top: 40px; }
    #main #related_tours h3 {
      display: inline-block;
      font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
      font-size: 16px;
      line-height: 18px;
      color: #FFFFFF;
      background: #72C6EF;
      padding: 10px 30px;
      border-radius: 2px; }
    #main #related_tours .all_tours {
      text-align: right; }
      #main #related_tours .all_tours a {
        display: inline-block;
        font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
        font-size: 16px;
        line-height: 18px;
        color: #FFFFFF;
        background: #F39325;
        padding: 11px 20px 10px 20px;
        border-radius: 2px;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.4);
        padding: 12px 80px; }
        #main #related_tours .all_tours a:hover {
          background: #72C6EF; }

html.translated-ltr #header .phone .left:before,
html.translated-ltr #header .phone .right:before {
  margin-right: 10px; }

html.translated-ltr #header .phone .left span,
html.translated-ltr #header .phone .right span {
  font-size: 14px; }

html.translated-ltr #header .phone .left b,
html.translated-ltr #header .phone .right b {
  font-size: 14px; }

html.translated-ltr #navigation ul > li > a {
  padding: 26px 43px; }
  @media screen and (max-width: 1220px) {
    html.translated-ltr #navigation ul > li > a {
      padding: 26px 23px; } }

html.translated-ltr #navigation ul > li:first-child > a {
  padding-left: 0px; }

html.translated-ltr #navigation ul > li:last-child > a {
  padding-right: 0px; }

@media screen and (max-width: 1024px) {
  html.translated-ltr #navigation ul > li > a {
    padding: 12px 20px; }
  html.translated-ltr #navigation ul > li:first-child > a {
    padding: 12px 20px; }
  html.translated-ltr #navigation ul > li:last-child > a {
    padding: 12px 20px; } }

@media screen and (max-width: 1220px) {
  #header .search {
    padding: 19px 0px 18px 30px; }
  #header .contact span {
    padding: 0px 10px; }
  #navigation ul > li > a {
    padding: 26px 26px; } }

@media screen and (max-width: 1024px) {
  #header .logo {
    margin-bottom: 20px; }
    #header .logo a {
      text-align: center; }
  #header .phone {
    float: left; }
  #navigation {
    padding: 16px 0px; }
    #navigation .nav-toggle {
      display: block;
      width: 100%;
      height: 40px;
      float: left;
      text-align: right; }
      #navigation .nav-toggle:before {
        display: inline-block;
        content: "\f0c9";
        font-family: "FontAwesome";
        width: 40px;
        background: #F39325;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 40px;
        font-weight: normal;
        text-align: center; }
      #navigation .nav-toggle.active:before {
        content: "\f00d"; }
      #navigation .nav-toggle:hover {
        cursor: pointer; }
    #navigation .nav {
      float: left;
      width: 100%;
      display: none; }
      #navigation .nav > li {
        display: block;
        padding: 0px;
        margin-bottom: 1px; }
        #navigation .nav > li:first-child {
          margin-top: 1px; }
        #navigation .nav > li > a {
          display: block;
          box-sizing: border-box;
          padding: 12px 20px;
          background: #2547af; }
          #navigation .nav > li > a:hover {
            background: #72C6EF; }
        #navigation .nav > li:first-child a {
          padding: 12px 20px; }
        #navigation .nav > li:hover a {
          color: #FFFFFF; }
          #navigation .nav > li:hover a b.caret {
            color: #FFFFFF; }
      #navigation .nav ul {
        display: none; }
      #navigation .nav li:hover ul {
        display: none; }
      #navigation .nav li.active ul {
        display: block;
        position: relative;
        top: 100%;
        left: 0px;
        margin-left: 0px;
        width: 100%;
        padding: 0px; }
        #navigation .nav li.active ul li {
          display: block;
          width: 100%;
          border-top: solid 1px #1E398D; }
          #navigation .nav li.active ul li a {
            display: block;
            box-sizing: border-box;
            background: #2c54d0;
            padding: 10px 20px 10px 40px; }
            #navigation .nav li.active ul li a:hover {
              background: #72C6EF; }
  #main #breadcrumbs {
    padding: 30px 0px 30px 0px; }
  #alert .title {
    width: 18%;
    line-height: 40px; }
    #alert .title:before {
      top: 4px;
      width: 29px;
      height: 18px; }
  #alert .items {
    width: 82%; }
    #alert .items .item {
      padding-left: 20px; }
  #footer {
    padding: 40px 0px; }
    #footer #footer_bottom div[class*=span] {
      width: 100%;
      margin: 0px !important;
      text-align: center; }
    #footer #footer_bottom #social_icons {
      text-align: center; } }

@media screen and (max-width: 767px) {
  #tour_selector {
    margin-top: 20px; }
  #alert .title {
    width: 100%;
    border-left: 0px;
    border-right: 0px;
    border-bottom: solid 2px #D00707; }
  #alert .items {
    width: 100%; }
  #main #content #tour_detail .main_info .top_row .icons ul li {
    margin-left: 16px; }
  #main #content #tour_detail .main_info .stats .left,
  #main #content #tour_detail .main_info .stats .centre,
  #main #content #tour_detail .main_info .stats .right {
    width: 100%; }
    #main #content #tour_detail .main_info .stats .left div,
    #main #content #tour_detail .main_info .stats .centre div,
    #main #content #tour_detail .main_info .stats .right div {
      width: 50%; }
  #main #content #tourfinder .filter .filter_by {
    display: block;
    border-right: 0px;
    border-bottom: solid 1px #d1d1d1;
    padding: 8px 18px 7px 30px; }
  #main #content #tourfinder .filter .filter_location,
  #main #content #tourfinder .filter .filter_price,
  #main #content #tourfinder .filter .filter_destination {
    box-sizing: border-box;
    display: block;
    margin-left: 0px;
    padding-left: 25px; }
  #footer #footer_top .sitemap div.span50 {
    width: 46% !important;
    margin: 0px 4% 0px 0px !important; }
    #footer #footer_top .sitemap div.span50:first-of-type {
      background: none; } }

@media (max-width: 660px) {
  #header .contact {
    display: none; }
  #banners .banner .content {
    display: none; }
  #tour_selector {
    height: auto;
    background: transparent; }
    #tour_selector a {
      display: block;
      width: 100%;
      border: 0px;
      padding: 14px 20px;
      background: #72C6EF;
      color: #1E398D;
      font-family: "Gotham-Medium", Tahoma, Arial, sans-serif;
      line-height: 24px;
      margin-bottom: 2px; }
      #tour_selector a:first-child {
        border-radius: 3px 3px 0px 0px; }
      #tour_selector a:last-child {
        border-radius: 0px 0px 3px 3px; }
      #tour_selector a span:before {
        float: left;
        content: " ";
        display: block;
        width: 24px;
        height: 24px;
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-right: 16px;
        margin-bottom: 0px; }
      #tour_selector a:hover {
        color: #72C6EF;
        background: #1E398D; }
  #alert .items .item {
    padding-right: 20px; }
    #alert .items .item .read_more {
      position: relative;
      display: inline-block;
      right: auto;
      width: auto;
      margin-left: 12px; }
      #alert .items .item .read_more:before {
        content: "|";
        padding-right: 12px;
        color: #EAEAEA; } }

@media (max-width: 510px) {
  #header .search {
    display: none; } }

@media screen and (max-width: 480px) {
  #header .search {
    display: none; }
  #header .phone {
    width: 100%; }
    #header .phone span {
      display: inline-block;
      padding-right: 6px; }
    #header .phone b {
      display: inline-block; }
    #header .phone .left {
      width: 100%;
      text-align: center;
      padding-bottom: 5px; }
      #header .phone .left:before {
        display: none; }
    #header .phone .right {
      float: left;
      width: 100%;
      border-left: 0px;
      padding-left: 0px;
      padding-right: 0px;
      text-align: center; }
  #footer #footer_top .sitemap div.span50 {
    width: 100%;
    margin: 0px 0px 10px 0px; } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

/*# sourceMappingURL=styles.min.css.map */

body #header {
    border-top: 0px !important;
}