@charset "UTF-8";
@keyframes MoveUpDown {
  0% {
    transform: translate3d(0, -20px, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -20px, 0); } }
@-webkit-keyframes MoveUpDown {
  0% {
    transform: translate3d(0, -20px, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -20px, 0); } }
@font-face {
  font-family: 'pn-reg';
  src: url("../woff/poppins-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pn-light';
  src: url("../woff/poppins-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pn-smbold';
  src: url("../woff/poppins-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pn-bold';
  src: url("../woff/poppins-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'p-xbold';
  src: url("../woff/poppins-extrabold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
.wrapper, .about-us .paragraph--view-mode--left,
.about-us .paragraph--view-mode--right, .about-us .paragraph--type--two-column-content, .about-us .paragraph--type--description-block > div, .trustblock > div, .three > div, .horizontal-quick-book-form form {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px; }
  @media only screen and (max-width: 767px) {
    .wrapper, .about-us .paragraph--view-mode--left,
    .about-us .paragraph--view-mode--right, .about-us .paragraph--type--two-column-content, .about-us .paragraph--type--description-block > div, .trustblock > div, .three > div, .horizontal-quick-book-form form {
      padding-left: 10px;
      padding-right: 10px; } }

.link {
  font: 1.0625rem "pn-smbold", sans-serif;
  position: relative;
  padding-right: 1px; }
  .link::after {
    content: '';
    width: 0.3em;
    height: 0.3em;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
    display: inline-block;
    vertical-align: 1px;
    margin-left: 5px; }
  .link:hover {
    text-decoration: underline; }

.button, .footer-cta .cta a {
  cursor: pointer;
  border: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 1rem;
  line-height: 2.4375rem;
  position: relative;
  color: #fff;
  background: #f26c22;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .button:hover, .footer-cta .cta a:hover {
    background: #d6601f; }
  .large.button, .footer-cta .cta a.large {
    min-width: 145px; }
  .arrow.button:after, .footer-cta .cta a.arrow:after {
    width: 0.35em;
    height: 0.35em;
    top: 51%;
    right: 15px;
    content: '';
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
    display: inline-block;
    vertical-align: 1px;
    margin-left: 5px; }

article ul:not(.nostyle), .list:not(.nostyle), .page-node-type-gift-voucher .page-content ul, .highlights ul:not(.nostyle), .content-tabs .contents ul:not(.nostyle) {
  margin: 0 0 20px 0;
  list-style: none; }
  article ul:not(.nostyle) li, .list:not(.nostyle) li, .page-node-type-gift-voucher .page-content ul li, .highlights ul:not(.nostyle) li, .content-tabs .contents ul:not(.nostyle) li {
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px;
    line-height: 1.5; }
    article ul:not(.nostyle) li::before, .list:not(.nostyle) li::before, .page-node-type-gift-voucher .page-content ul li::before, .highlights ul:not(.nostyle) li::before, .content-tabs .contents ul:not(.nostyle) li::before {
      content: '';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      left: 0;
      top: 0.65em;
      background: #f26c22;
      position: absolute; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  outline: none; }

body {
  font-family: "pn-reg", sans-serif;
  color: #242424;
  line-height: 1.3;
  background: #fff;
  -webkit-font-smoothing: antialiased; }

.location-landing, .node-1018 {
  background: #e5f3f4; }

a[href="/node/981"],
a[href="/node/1031"],
a[data-drupal-link-system-path="<front>"] {
  pointer-events: none; }

a[href="/"] {
  pointer-events: auto !important; }

strong,
b {
  font-family: "pn-reg", sans-serif; }

em,
i {
  font-style: italic; }

img {
  max-width: 100%;
  height: auto;
  display: block;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none;
  outline: none;
  color: #2b74eb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

p {
  margin-bottom: 15px; }

article {
  color: #252864; }
  article ol {
    list-style: decimal;
    margin: 0 0 20px 20px; }
  article li {
    margin-bottom: 6px;
    line-height: 1.5; }
  article table {
    margin-bottom: 20px;
    max-width: 100%; }
    article table tbody {
      padding: 5px 10px; }
    article table td, article table th {
      vertical-align: top;
      padding: 3px; }
    article table td img {
      height: auto;
      max-width: none; }
    article table th {
      font-size: 14px;
      line-height: 1.2;
      padding-bottom: 10px;
      padding-right: 10px; }
    article table.border tr {
      border: 1px solid #ccc; }
    article table.border td,
    article table.border th {
      padding: 5px 10px; }
    article table.zebra tr {
      border: 1px solid #ccc; }
      article table.zebra tr:nth-child(even) {
        background: #F8F6F7; }
    article table.zebra td,
    article table.zebra th {
      padding: 5px 10px; }
    article table.text-center th, article table.text-center td {
      text-align: center; }
    article table.data th {
      text-align: center;
      font-size: 13px;
      line-height: 1.2;
      padding-bottom: 10px;
      padding-right: 10px; }
    article table.data td {
      padding: 5px 10px; }
    article table.data tbody tr {
      border: 1px solid #ccc; }
      article table.data tbody tr:nth-child(even) {
        background: #F8F6F7; }
    article table.data th, article table.data td {
      text-align: center; }
      article table.data th:first-child, article table.data td:first-child {
        text-align: left; }
  article iframe {
    width: 100%;
    max-width: 100%; }

.button {
  -webkit-appearance: none; }
  .button.disable, .button .disable:hover {
    background: #A7A7A7 !important;
    color: #fff;
    cursor: default;
    outline: none !important;
    border-color: #A7A7A7 !important; }
  .button.notactive {
    opacity: 0.4;
    cursor: default;
    z-index: -1; }
  .button.link {
    font-family: "pn-reg", sans-serif;
    font-size: 0.9375rem; }
    .button.link:hover {
      text-decoration: none; }
  .button.blue {
    background: #2b74eb; }
    .button.blue:hover {
      background: #1f5cbf; }

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

.blue-bg {
  background: #e5f3f4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "pn-reg", sans-serif;
  font-weight: normal; }

h2 {
  font-size: 22px;
  margin-bottom: 10px; }

h1 {
  font-size: 23px;
  margin-bottom: 20px; }

h3 {
  font-size: 17px;
  margin-bottom: 10px; }

h4 {
  font-size: 15px;
  margin-bottom: 10px; }

.align {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.halign {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%); }

.valign {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.button.link:after {
  width: 0.35em;
  height: 0.35em;
  top: 51%;
  right: 15px; }

.field-error {
  border: 1px solid red !important;
  -webkit-box-shadow: inset 0 0 10px #f26c22;
  -moz-box-shadow: inset 0 0 10px #f26c22;
  box-shadow: inset 0 0 10px #f26c22;
  background: #f6d4c1 !important; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

sub {
  font-size: 0.8em; }

.center {
  text-align: center;
  margin: 0 auto; }
  .center img {
    display: inline-block; }

.row {
  margin: 0 -10px; }

.col-2,
.col-3,
.col-4 {
  font-size: 0 !important;
  list-style: none;
  padding: 0;
  margin: 0 -10px; }
  .col-2 .col,
  .col-3 .col,
  .col-4 .col {
    padding: 0 10px;
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }

.col-2 .col {
  width: 50%; }

.col-3 .col {
  width: 33.3333%; }

.col-4 .col {
  width: 25%; }

.video {
  padding-bottom: 55.5%;
  overflow: hidden;
  position: relative; }
  .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.page-content {
  position: relative; }

.sidebar-right .page-content {
  padding: 2.5% 3% 3%; }

.grid {
  list-style: none;
  margin: 0 -2px !important;
  padding: 0;
  font-size: 0; }
  .grid li {
    padding: 0 2px !important;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block; }
    .grid li:before {
      display: none; }
  .grid.col-2 li {
    max-width: 50%; }
  .grid.col-3 li {
    max-width: 33.333%; }
  .grid.col-4 li {
    max-width: 25%; }

.img-gal {
  list-style: none;
  margin: 0 -2px 20px !important;
  padding: 0;
  font-size: 0;
  text-align: center !important; }
  .img-gal img {
    padding: 0 2px !important;
    margin-bottom: 10px;
    font-size: 14px;
    display: inline-block;
    max-width: 25%;
    vertical-align: middle; }
  .img-gal br {
    display: none; }
  .img-gal p {
    margin-bottom: 0;
    padding: 0; }

.text-align-center img {
  margin-left: auto;
  margin-right: auto; }

.contextual-region .contextual .contextual-links {
  opacity: 1 !important;
  background: #fff !important;
  list-style: none !important;
  pointer-events: auto; }
  .contextual-region .contextual .contextual-links li {
    float: none !important;
    height: auto;
    font-size: 15px; }
    .contextual-region .contextual .contextual-links li:before {
      display: none !important; }
  .contextual-region .contextual .contextual-links a {
    color: #666 !important; }

.open-pencil .contextual-links {
  display: block; }

.visually-hidden + .contextual-links {
  display: none !important; }

#gaProxy {
  display: none !important; }

.color-orange {
  color: #f26c22 !important; }

.color-blue {
  color: #2b74eb !important; }

.captcha {
  margin-bottom: 20px; }

@media only screen and (min-width: 1023px) {
  .hide-on-desktop {
    display: none; }

  h2 {
    font-size: 30px; }

  h1 {
    font-size: 31px; }

  h3 {
    font-size: 19px; }

  h4 {
    font-size: 17px; }

  .sidebar-right .page-content {
    width: 68%;
    float: left; }
  .sidebar-right .right-sidebar {
    width: 32%;
    float: right;
    padding-left: 20px; }

  .sidebar-left .page-content {
    width: 74%;
    padding-left: 2.8%;
    float: right; }
  .sidebar-left .left-sidebar {
    width: 26%;
    float: left;
    padding-right: 20px; }

  .button {
    line-height: 40px; } }
@media only screen and (max-width: 1022px) {
  .hide-on-mobile {
    display: none; }

  .sidebar-right .page-content {
    padding: 0 10px; }

  html, body {
    cursor: pointer; }

  article table {
    width: 100% !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 13px; } }
@media only screen and (min-width: 1370px) {
  html {
    background: #f26c22; }

  body {
    ;
    margin: 0 auto; } }
@media only screen and (max-width: 1024px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px; }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); } }
@media only screen and (max-width: 350px) {
  .captcha {
    padding: 0 !important;
    border: 0 !important;
    margin-left: -28px; }
    .captcha iframe {
      transform: scale(0.8); } }
.about-menu {
  position: absolute;
  bottom: 0;
  z-index: 9; }
  .about-menu a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.5); }
    .about-menu a:hover, .about-menu a.is-active {
      background: #fff;
      color: #f26c22; }

.field--name-field-promo-listing h2 {
  font: 1.8125rem/1.2 "pn-smbold", sans-serif;
  margin-bottom: 7px; }
.field--name-field-promo-listing .field--name-field-image,
.field--name-field-promo-listing .field--name-field-description {
  width: 47%;
  float: left; }

.paragraph {
  font-size: 15px; }
  .paragraph .field--name-field-title {
    font: 1.8125rem/1.1 "pn-smbold", sans-serif;
    color: #363636;
    margin-bottom: 13px; }
    .paragraph .field--name-field-title span {
      font-size: 14px;
      display: block;
      margin-bottom: 3px; }

.about-us main {
  max-width: none;
  padding: 0;
  overflow: hidden;
  padding-bottom: 0 !important; }
.about-us .paragraph--view-mode--left,
.about-us .paragraph--view-mode--right {
  margin-bottom: 35px; }
.about-us .paragraph p:last-child {
  margin-bottom: 0; }
.about-us .paragraph .image-section img {
  width: 100%; }
.about-us .paragraph--view-mode--full-width {
  background: url(../jpg/about-bg.jpg) no-repeat 0 0/cover;
  padding: 45px 0 90px;
  text-align: center; }
  .about-us .paragraph--view-mode--full-width .field--name-field-description {
    max-width: 640px;
    margin: 0 auto 18px; }
  .about-us .paragraph--view-mode--full-width img {
    width: 100%; }
.about-us .paragraph--type--two-column-content .field--type-image:not(.field--name-field-gallery) img {
  margin-bottom: 20px; }
.about-us .paragraph--type--two-column-content .field--name-field-left-column {
  background: #f26c22;
  color: #fff;
  padding: 3% 0;
  -webkit-box-shadow: 0 0 30px rgba(236, 86, 27, 0.5);
  -moz-box-shadow: 0 0 30px rgba(236, 86, 27, 0.5);
  box-shadow: 0 0 30px rgba(236, 86, 27, 0.5);
  margin-top: 30px; }
  .about-us .paragraph--type--two-column-content .field--name-field-left-column > .field__item {
    padding: 0 7% 7%;
    background: url(../png/border.png) repeat-x 0 bottom;
    margin-bottom: 30px; }
    .about-us .paragraph--type--two-column-content .field--name-field-left-column > .field__item:last-child {
      background: none;
      margin-bottom: 0;
      padding-bottom: 10px; }
  .about-us .paragraph--type--two-column-content .field--name-field-left-column .field--name-field-title {
    color: #fff; }
  .about-us .paragraph--type--two-column-content .field--name-field-left-column p a {
    color: #fcff0e;
    position: relative; }
    .about-us .paragraph--type--two-column-content .field--name-field-left-column p a:after {
      content: '';
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid #F6A619;
      width: 100%;
      left: 0; }
.about-us .paragraph--type--two-column-content .field--name-field-right-column {
  padding: 4% 0 0; }
  .about-us .paragraph--type--two-column-content .field--name-field-right-column .field--name-field-description .showmore_trigger {
    margin-top: 8px; }
  .about-us .paragraph--type--two-column-content .field--name-field-right-column > .field__item {
    margin-bottom: 60px; }
  .about-us .paragraph--type--two-column-content .field--name-field-right-column .showmore_trigger span {
    color: #f26c22;
    position: relative; }
    .about-us .paragraph--type--two-column-content .field--name-field-right-column .showmore_trigger span:hover:after {
      opacity: 0; }
    .about-us .paragraph--type--two-column-content .field--name-field-right-column .showmore_trigger span:after {
      content: '';
      border-bottom: 1px solid #FACBB7;
      width: 100%;
      position: absolute;
      bottom: -3px;
      left: 0; }
.about-us .paragraph--type--two-column-content div[data-quickedit-entity-id="paragraph/783"] .field--type-image {
  float: left;
  margin-right: 25px; }
.about-us .paragraph--type--two-column-content div[data-quickedit-entity-id="paragraph/783"] .field--name-field-title {
  line-height: 1.0; }
  .about-us .paragraph--type--two-column-content div[data-quickedit-entity-id="paragraph/783"] .field--name-field-title span {
    display: block; }
  .about-us .paragraph--type--two-column-content div[data-quickedit-entity-id="paragraph/783"] .field--name-field-title + p {
    clear: both; }
.about-us .paragraph--type--description-block {
  clear: both;
  background: url(../jpg/about-description-bg.jpg) no-repeat 0 0/cover;
  color: #fff;
  min-height: 290px;
  padding: 65px 0; }
  .about-us .paragraph--type--description-block .field--name-field-title {
    color: #fff;
    padding-right: 32%;
    margin-bottom: 10px; }
  .about-us .paragraph--type--description-block > div {
    padding-right: 25%; }

.para-gallery .field--name-field-title {
  padding: 0;
  color: #fff; }
.para-gallery .field--name-field-gallery {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 30px rgba(104, 104, 104, 0.6);
  -moz-box-shadow: 0 0 30px rgba(104, 104, 104, 0.6);
  box-shadow: 0 0 30px rgba(104, 104, 104, 0.6); }
  .para-gallery .field--name-field-gallery:after {
    content: '';
    clear: both;
    display: table;
    width: 100%; }
  .para-gallery .field--name-field-gallery .field__item:nth-child(1), .para-gallery .field--name-field-gallery .field__item:nth-child(3) {
    float: left;
    width: 58.2%;
    padding-right: 3px !important; }
  .para-gallery .field--name-field-gallery .field__item:nth-child(1) {
    margin-bottom: 4px; }
  .para-gallery .field--name-field-gallery .field__item:nth-child(2) {
    float: right;
    width: 41.8%; }
  .para-gallery .field--name-field-gallery img {
    width: 100%; }
.para-gallery .field--name-field-cta-link {
  margin-top: 20px; }
  .para-gallery .field--name-field-cta-link a {
    display: block;
    line-height: 44px;
    text-align: center;
    color: #f26c22;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "pn-bold", sans-serif;
    position: relative; }
    .para-gallery .field--name-field-cta-link a::after {
      content: '';
      width: 16px;
      height: 16px;
      display: inline-block;
      margin-top: 11px;
      margin-left: 8px;
      background: url(../png/sprite.png) no-repeat -102px -1px; }
    .para-gallery .field--name-field-cta-link a:hover {
      background: #eaeaea; }
.para-gallery p a {
  color: #fcff0e;
  position: relative; }
  .para-gallery p a:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #F6A619;
    width: 100%;
    left: 0; }

.conditions article h2 {
  margin-bottom: 5px; }
.conditions article p {
  margin-bottom: 30px;
  line-height: 1.7; }
.conditions article h3 {
  margin-bottom: 0; }
.conditions article .line-break {
  display: block;
  clear: both;
  margin: 25px 0;
  overflow: hidden; }
.conditions article h4 {
  margin-bottom: 0;
  line-height: 1; }
.conditions article p {
  line-height: 1.8; }

.page-agent h1 {
  margin-bottom: 0; }
.page-agent .field--name-field-left-column .field--name-field-title {
  color: #f26c22; }
.page-agent .paragraph p {
  line-height: 1.7; }
.page-agent .field--name-field-right-column {
  background: #f26c22;
  color: #fff;
  padding: 3% 0;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 30px rgba(236, 86, 27, 0.5);
  -moz-box-shadow: 0 0 30px rgba(236, 86, 27, 0.5);
  box-shadow: 0 0 30px rgba(236, 86, 27, 0.5); }
  .page-agent .field--name-field-right-column > .field__item {
    padding: 0 7% 7%;
    background: url(../png/border.png) repeat-x 0 bottom;
    margin-bottom: 30px; }
    .page-agent .field--name-field-right-column > .field__item:last-child {
      background: none;
      margin-bottom: 0;
      padding-bottom: 10px; }
.page-agent .page-content {
  padding-top: 30px; }
  .page-agent .page-content article {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

.page-video.page-node-type-landing-page .page-content article {
  padding-bottom: 0; }

.about-video .video-thumb {
  border-bottom: 0;
  margin-bottom: 0; }
.about-video .video-caption {
  display: table;
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 13px;
  color: #666;
  border-top: 0; }
.about-video .video-caption-inner {
  display: table-cell;
  vertical-align: middle; }

@media only screen and (min-width: 1023px) {
  .about-us .paragraph.paragraph--view-mode--left,
  .about-us .paragraph.paragraph--view-mode--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
  .about-us .paragraph.paragraph--view-mode--left .content-section {
    order: 2;
    padding-left: 3%; }
  .about-us .paragraph.paragraph--view-mode--left .image-section {
    padding-right: 3%;
    order: 1; }
  .about-us .paragraph.paragraph--view-mode--right .content-section {
    order: 1;
    padding-right: 3%; }
  .about-us .paragraph.paragraph--view-mode--right .image-section {
    padding-left: 3%;
    order: 2; }
  .about-us .paragraph .image-section,
  .about-us .paragraph .content-section {
    width: 50%; }
  .about-us .paragraph .image-section .field--type-image {
    -webkit-box-shadow: 0 0 40px #bfbfbf;
    -moz-box-shadow: 0 0 40px #bfbfbf;
    box-shadow: 0 0 40px #bfbfbf; }
  .about-us .paragraph .image-section .field--name-field-title {
    display: none; }
  .about-us .field--name-field-left-column {
    float: left;
    width: 48%;
    margin-right: 3%;
    margin-top: -35px; }
  .about-us .field--name-field-right-column {
    float: right;
    width: 42%;
    margin-right: 3%; }

  .page-agent h1 {
    margin-bottom: 35px; }
  .page-agent .field--name-field-left-column {
    width: 46%;
    float: left; }
  .page-agent .field--name-field-right-column {
    float: right;
    width: 48%;
    margin-left: 3%; }

  .about-menu {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    width: 1000px;
    left: 0;
    right: 0;
    margin: auto; }
    .about-menu li {
      float: left;
      margin-right: 1px; }

  .open-abt-menu {
    display: none; } }
@media only screen and (max-width: 1022px) {
  .paragraph .field--name-field-title {
    font-size: 19px; }

  .about-us .paragraph--view-mode--full-width {
    padding: 30px 0 0; }
    .about-us .paragraph--view-mode--full-width .field--name-field-image {
      margin-left: -15px;
      width: calc(100% + 30px); }
  .about-us .content-section .field--name-field-title {
    display: none; }
  .about-us .image-section {
    margin-bottom: 20px; }
  .about-us .paragraph--type--two-column-content .field--name-field-left-column {
    padding: 20px 0; }
    .about-us .paragraph--type--two-column-content .field--name-field-left-column > .field__item {
      padding: 0 4% 4%;
      margin-bottom: 20px; }
  .about-us .paragraph--type--two-column-content .field--name-field-right-column > .field__item {
    margin-bottom: 30px; }
  .about-us .paragraph--type--two-column-content .field--type-image:not(.field--name-field-gallery) img {
    max-width: 48px; }
  .about-us .paragraph--type--description-block {
    background-position: 60% 0;
    min-height: 0;
    padding: 30px 0; }

  .conditions article p {
    margin-bottom: 15px; }

  .open-abt-menu {
    background: #fff;
    padding: 12px 40px 9px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    margin: 0 10px 12px;
    width: 200px;
    position: relative;
    z-index: 991;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .open-abt-menu:after {
      content: '';
      position: absolute;
      right: 20px;
      top: 17px;
      border-top: 4px solid #000;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent; }
    .open-abt-menu.noactive:before {
      content: "Menu"; }

  .about-menu .abtMenuWrap {
    background: #fff;
    position: absolute;
    padding: 10px 5px 10px 0;
    top: 12px;
    left: 10px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #d1e1e3;
    width: 100%;
    max-width: 200px;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
    .about-menu .abtMenuWrap .menu {
      display: block; }
  .about-menu .menu {
    overflow: auto;
    max-height: 165px;
    display: none; }
  .about-menu a {
    color: #000;
    background: none; }

  .about-menu-active .open-abt-menu:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .about-menu-active .about-menu .abtMenuWrap {
    top: 44px;
    visibility: visible;
    opacity: 1; }

  .blog-menu {
    left: 0 !important; } }
@media only screen and (max-width: 767px) {
  .paragraph {
    font-size: 13px; }
    .paragraph .field--name-field-title {
      font-size: 17px; }

  .para-gallery .field--name-field-cta-link a {
    font-size: 11px; }
    .para-gallery .field--name-field-cta-link a::after {
      vertical-align: sub; }

  .about-us .paragraph--type--description-block {
    background-position: 80% 0; }
    .about-us .paragraph--type--description-block .field--name-field-title {
      padding-right: 10px; }
    .about-us .paragraph--type--description-block > div {
      padding-right: 10px; } }
.blog-landing .sidebar-left .left-sidebar {
  padding-right: 0; }
.blog-landing .page {
  padding-top: 40px; }
.blog-landing #block-hab-content {
  padding-top: 37px; }

.block-block-hotairarchiveblock {
  background: #FCFBFB;
  border: 1px solid #E7E7E7;
  padding: 15px 18px; }
  .block-block-hotairarchiveblock span {
    font: 11px "pn-smbold", sans-serif;
    color: #8F8F8F;
    text-transform: uppercase;
    display: block;
    margin-bottom: 16px; }
  .block-block-hotairarchiveblock ul {
    position: relative;
    overflow: hidden; }
    .block-block-hotairarchiveblock ul li:not(.parent) {
      padding-bottom: 0;
      height: 0;
      overflow: hidden;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .block-block-hotairarchiveblock ul li {
      padding-left: 30px;
      position: relative;
      color: #252864; }
      .block-block-hotairarchiveblock ul li a {
        color: #252864;
        display: inline-block;
        font-size: 13px;
        text-transform: uppercase;
        position: relative; }
        .block-block-hotairarchiveblock ul li a:after {
          content: '';
          width: 100%;
          height: 1px;
          background: none;
          position: absolute;
          bottom: 2px;
          left: 0; }
        .block-block-hotairarchiveblock ul li a.active {
          color: #f26c22; }
          .block-block-hotairarchiveblock ul li a.active:after {
            background: #f26c22; }
    .block-block-hotairarchiveblock ul .parent {
      font: 0.9375rem "pn-smbold", sans-serif;
      color: #000;
      margin-bottom: 28px;
      z-index: 2;
      background: #FCFBFB;
      cursor: pointer; }
      .block-block-hotairarchiveblock ul .parent:before, .block-block-hotairarchiveblock ul .parent:after {
        content: '';
        background: #f26c22;
        position: absolute;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .block-block-hotairarchiveblock ul .parent:before {
        width: 10px;
        height: 2px;
        top: 9px;
        left: 4px; }
      .block-block-hotairarchiveblock ul .parent:after {
        width: 2px;
        height: 10px;
        left: 8px;
        top: 5px; }
      .block-block-hotairarchiveblock ul .parent.active {
        margin-bottom: 15px; }
        .block-block-hotairarchiveblock ul .parent.active:after {
          opacity: 0; }
        .block-block-hotairarchiveblock ul .parent.active ~ li {
          height: auto;
          padding-bottom: 10px; }
          .block-block-hotairarchiveblock ul .parent.active ~ li:last-of-type {
            padding-bottom: 15px; }

.blog-menu {
  margin-bottom: 15px !important; }

.blog-lists {
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%; }
  .blog-lists header {
    font: 1.4375rem "pn-bold", sans-serif;
    color: #000;
    position: absolute;
    top: -4px;
    left: 0; }
  .blog-lists li {
    overflow: hidden; }
  .blog-lists .text {
    color: #252864;
    font-size: 15px;
    float: left;
    width: 100%; }
  .blog-lists .image {
    float: left;
    width: 36%; }
    .blog-lists .image ~ .text {
      padding-left: 4%;
      width: 64%; }
  .blog-lists h2 {
    font: 1.1875rem "pn-bold", sans-serif;
    margin-bottom: 5px;
    margin-top: -4px; }
    .blog-lists h2 a {
      color: #f26c22; }
      .blog-lists h2 a:hover {
        color: #ce4813; }
  .blog-lists p {
    line-height: 1.4; }
  .blog-lists .inner {
    overflow: hidden; }
  .blog-lists .item-list:last-of-type li:last-of-type .inner {
    border-bottom: none; }
  .blog-lists li .inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5; }
  .blog-lists .pager .button {
    width: 100%; }

.author-info {
  position: relative;
  padding-left: 62px;
  min-height: 48px; }
  .author-info img {
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%; }
  .author-info .username {
    margin-bottom: 2px;
    padding-top: 2px;
    color: #252864;
    text-transform: capitalize; }
    .author-info .username a {
      color: #252864;
      pointer-events: none; }
  .author-info time {
    color: #787878; }

.blog-page {
  padding-left: 55px; }
  .blog-page h1 {
    font: 1.9375rem/1.1 "pn-bold", sans-serif;
    color: #f26c22;
    margin-bottom: 12px; }
  .blog-page .author-info {
    padding-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 22px; }
    .blog-page .author-info img {
      filter: grayscale(100); }
    .blog-page .author-info .username {
      padding-top: 4px; }
  .blog-page .social-share {
    position: absolute;
    left: 0; }
    .blog-page .social-share .addtoany_list > a {
      display: block; }
    .blog-page .social-share span.a2a_svg {
      margin-bottom: 18px; }
  .blog-page .blog-inner {
    padding-left: 5.5%;
    padding-top: 50px; }

.blog-body {
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #252864;
  text-align: justify;
  min-height: 350px; }
  .blog-body img {
    margin-top: 4px; }
  .blog-body h2,
  .blog-body h3 {
    clear: both;
    font-family: "pn-smbold", sans-serif;
    margin-bottom: 3px; }
    .blog-body h2 span,
    .blog-body h3 span {
      font-weight: 100; }
  .blog-body h2 {
    font-size: 1.0625rem; }
  .blog-body h3 {
    font-size: 0.9375rem; }
  .blog-body p {
    margin-bottom: 27px; }

.blog-tags {
  margin-top: 15px;
  margin-bottom: 50px;
  text-align: left;
  clear: both; }
  .blog-tags span {
    font: 1.0625rem "pn-bold", sans-serif;
    color: #333c4e;
    display: block;
    margin-bottom: 15px; }
  .blog-tags .field__item {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 11px; }
    .blog-tags .field__item a {
      display: block;
      background: #e5f3f4;
      padding: 7px 15px;
      color: #252864; }
      .blog-tags .field__item a:hover {
        background: #bedbde; }

@media only screen and (min-width: 1023px) {
  .blog-landing .sidebar-left .left-sidebar {
    width: 16%; }
  .blog-landing .sidebar-left .page-content {
    width: 84%; } }
@media only screen and (max-width: 1022px) {
  .block-block-hotairarchiveblock {
    position: fixed !important;
    width: 140px;
    z-index: 991;
    left: -140px;
    top: 45vh;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .block-block-hotairarchiveblock span {
      position: absolute;
      top: 24px;
      right: 0;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      padding: 12px 16px 7px;
      border-radius: 5px 5px 0 0;
      background: #f26c22;
      color: #fff;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    .block-block-hotairarchiveblock ul:last-child .parent {
      margin-bottom: 0; }

  .open-archive .block-block-hotairarchiveblock {
    left: 0; }
  .open-archive .archive-menu {
    max-height: 210px;
    overflow: auto; }

  .archive-sticky .block-block-hotairarchiveblock span {
    right: -59px; }

  .remove-archive-sticky .block-block-hotairarchiveblock {
    left: -140px; }
    .remove-archive-sticky .block-block-hotairarchiveblock span {
      right: 0; }

  .blog-lists ul {
    margin: 0 -5px;
    font-size: 0; }
    .blog-lists ul li {
      width: 50%;
      display: inline-block;
      vertical-align: top;
      padding: 0 5px;
      font-size: 14px; }
      .blog-lists ul li .inner {
        border: 1px solid #E5E5E5 !important;
        padding-bottom: 0;
        margin-bottom: 10px; }
  .blog-lists .image {
    width: 100%;
    padding: 0; }
    .blog-lists .image img {
      width: 100%; }
  .blog-lists .text {
    width: 100% !important;
    padding: 20px 15px 65px !important;
    position: relative; }
    .blog-lists .text .author-info {
      position: absolute;
      bottom: 10px; }
  .blog-lists header {
    position: static;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 10px; }
  .blog-lists .pager .button {
    margin: 20px 0; }

  .blog-landing .page {
    padding-top: 20px; }
  .blog-landing #block-hab-content {
    padding-top: 0; }

  .blog-page {
    padding-left: 0; }
    .blog-page .blog-inner {
      padding-left: 0;
      padding-top: 25px; }
    .blog-page h1 {
      font-size: 1.3125rem; }
    .blog-page .social-share {
      border-top: 1px solid #999;
      text-align: center;
      position: fixed;
      bottom: 0;
      z-index: 991;
      left: 0;
      width: 100%;
      background: #fff;
      opacity: 0;
      visibility: hidden; }
      .blog-page .social-share h3 {
        display: none; }
      .blog-page .social-share .addtoany_list > a {
        display: inline-block; }
      .blog-page .social-share span.a2a_svg {
        margin-bottom: 0;
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important; }

  .social-share-active .blog-page .social-share {
    visibility: visible;
    opacity: 1; } }
@media only screen and (max-width: 767px) {
  .blog-lists .text {
    padding: 15px 10px 65px !important;
    font-size: 13px; }

  .block-block-hotairarchiveblock ul .parent:before {
    top: 8px; }
  .block-block-hotairarchiveblock ul .parent:after {
    top: 4px; } }
@media only screen and (max-width: 520px) {
  .blog-lists ul li {
    width: 100%; }
    .blog-lists ul li .text {
      padding-bottom: 15px !important; }
      .blog-lists ul li .text .author-info {
        position: relative;
        bottom: 0; } }
.blog.pagination-link {
  z-index: 999;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  .blog.pagination-link .pagination-icon {
    position: relative;
    box-sizing: border-box;
    opacity: 1;
    text-align: center;
    z-index: 1090; }
    .blog.pagination-link .pagination-icon i {
      opacity: 0.5;
      line-height: 70px;
      font-size: 2em;
      color: #2C3E50; }
      @media (max-width: 768px) {
        .blog.pagination-link .pagination-icon i img {
          width: 30px; } }
  .blog.pagination-link .pagination-title {
    width: max-content !important;
    max-width: 175px;
    -webkit-transition: -webkit-transform 100ms ease-in-out, opacity 150ms ease-in-out, visibility 0 linear 150ms;
    -moz-transition: -moz-transform 100ms ease-in-out, opacity 150ms ease-in-out, visibility 0 linear 150ms;
    transition: transform 100ms ease-in-out, opacity 150ms ease-in-out, visibility 0 linear 150ms;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    top: 50%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    pointer-events: none;
    display: table;
    position: absolute;
    width: 280px;
    min-height: 70px;
    box-sizing: border-box;
    z-index: 1089;
    padding: 10px; }
    .blog.pagination-link .pagination-title h2 {
      color: red;
      display: table-cell;
      font-size: 1rem;
      font-weight: bold;
      margin: 0;
      padding: rem-calc(0 16 0 0);
      text-transform: none;
      text-decoration: none;
      text-align: right;
      vertical-align: middle; }
      .blog.pagination-link .pagination-title h2 time {
        color: #E74C3C; }
  .blog.pagination-link:hover .pagination-title {
    pointer-events: auto;
    visibility: visible;
    opacity: 0.5; }

.blog.pagination-link--prev {
  right: auto;
  left: 0;
  text-align: left; }
  .blog.pagination-link--prev .pagination-title {
    padding: 15px;
    left: 0;
    -webkit-transform: translate3d(-30px, -50%, 0);
    -moz-transform: translate3d(-30px, -50%, 0);
    -ms-transform: translate3d(-30px, -50%, 0);
    -o-transform: translate3d(-30px, -50%, 0);
    transform: translate3d(-30px, -50%, 0);
    background: lightgrey;
    opacity: 0.5;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px; }
    .blog.pagination-link--prev .pagination-title h2 {
      text-align: center;
      padding-left: 1rem;
      padding-right: 0; }
  .blog.pagination-link--prev:hover .pagination-title {
    -webkit-transition: opacity 150ms ease-out, -webkit-transform ease-out 150ms;
    -moz-transition: opacity 150ms ease-out, -moz-transform ease-out 150ms;
    transition: opacity 150ms ease-out, transform ease-out 150ms;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .blog.pagination-link--prev:hover .pagination-icon i {
    -webkit-transition: opacity 150ms ease-out, -webkit-transform ease-out 150ms;
    -moz-transition: opacity 150ms ease-out, -moz-transform ease-out 150ms;
    transition: opacity 150ms ease-out, transform ease-out 150ms;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0; }

.blog.pagination-link--next {
  left: auto;
  right: 0;
  text-align: right; }
  .blog.pagination-link--next .pagination-title {
    padding: 15px;
    background: lightgrey;
    opacity: 0.5;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    right: 0;
    -webkit-transform: translate3d(30px, -50%, -50px);
    -moz-transform: translate3d(30px, -50%, -50px);
    -ms-transform: translate3d(30px, -50%, -50px);
    -o-transform: translate3d(30px, -50%, -50px);
    transform: translate3d(30px, -50%, -50px); }
    .blog.pagination-link--next .pagination-title h2 {
      text-align: center;
      padding-right: 1rem;
      padding-left: 0; }
  .blog.pagination-link--next:hover .pagination-title {
    -webkit-transition: opacity 150ms ease-out, -webkit-transform ease-out 150ms;
    -moz-transition: opacity 150ms ease-out, -moz-transform ease-out 150ms;
    transition: opacity 150ms ease-out, transform ease-out 150ms;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .blog.pagination-link--next:hover .pagination-icon i {
    -webkit-transition: opacity 150ms ease-out, -webkit-transform ease-out 150ms;
    -moz-transition: opacity 150ms ease-out, -moz-transform ease-out 150ms;
    transition: opacity 150ms ease-out, transform ease-out 150ms;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0; }

.address {
  color: #2F3974;
  font-size: 0.9375rem;
  margin-bottom: 35px; }
  .address h2 {
    color: #f26c22;
    font-size: 1.3125rem;
    margin-bottom: 8px; }
  .address p {
    padding-bottom: 0;
    margin-bottom: 8px;
    padding-left: 24px;
    position: relative; }
    .address p:before {
      font-family: fontAwesome;
      position: absolute;
      left: 0;
      top: 0;
      color: #8F8F8F;
      font-size: 17px; }
    .address p.add:before {
      content: ""; }
    .address p.phone:before {
      content: ""; }
    .address p.email:before {
      content: '\f0e0';
      font-size: 13px; }

.page-contact .block-block-body .field__label {
  display: none; }
.page-contact article {
  padding: 0 !important; }
.page-contact .page {
  padding-top: 50px; }
.page-contact .right-sidebar .messages {
  padding: 0;
  background: none;
  padding: 0;
  border: 0;
  margin-bottom: 15px;
  color: #f26c22;
  position: relative;
  padding-left: 28px;
  font-size: 17px; }
  .page-contact .right-sidebar .messages:before {
    content: '\f05d';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: -3px;
    font-size: 24px;
    color: #f26c22; }
  .page-contact .right-sidebar .messages .wrapper {
    padding: 0; }
.page-contact .captcha {
  padding: 10px;
  width: 100%;
  border: 1px solid #eaeaea; }
  .page-contact .captcha .g-recaptcha > div {
    margin: 0 auto; }

.contact-form label {
  display: none; }
.contact-form h2 {
  font: 1.6875rem "pn-reg", sans-serif;
  margin-bottom: 26px;
  position: relative;
  padding-left: 40px; }
  .contact-form h2::before {
    content: '\f0e0';
    font-family: fontAwesome;
    position: absolute;
    left: 0;
    top: 4px;
    color: #8F8F8F;
    font-size: 24px;
    -webkit-transform: scaleY(0.9);
    transform: scaleY(0.9); }
.contact-form .form-email,
.contact-form .form-text {
  line-height: 25px;
  padding: 5px 8px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  width: 100%;
  outline: none; }
.contact-form textarea {
  width: 100%;
  height: 150px;
  padding: 17px 8px;
  border: 1px solid #eaeaea;
  font: 12px "pn-reg", sans-serif;
  resize: none;
  outline: none;
  font-family: "pn-reg", sans-serif; }
.contact-form .form-item {
  margin-bottom: 20px;
  position: relative; }
  .contact-form .form-item .form-item {
    margin-bottom: 0; }
.contact-form label.error {
  position: relative;
  top: 3px;
  color: #f26c22;
  font-size: 13px; }
.contact-form .form-submit {
  width: 100%;
  text-transform: uppercase;
  font: 1.0625rem/2.6 "pn-smbold", sans-serif; }

@media only screen and (min-width: 1023px) {
  .page-contact .sidebar-right .page-content {
    width: 62%;
    padding: 0 0 30px; }
  .page-contact .sidebar-right .right-sidebar {
    width: 37%; } }
@media only screen and (max-width: 1022px) {
  .page-contact .page {
    padding-top: 20px; }

  .address {
    margin-bottom: 25px; }

  .contact-form {
    margin-bottom: 30px; }

  .page-contact .sidebar-right .page-content {
    padding: 0; } }
@media only screen and (max-width: 350px) {
  .page-contact .captcha {
    padding: 0 !important;
    border: 0 !important;
    margin-left: 0; }
    .page-contact .captcha iframe {
      transform: scale(0.8); } }
.page-node-type-destination-guide article iframe {
  width: 100%; }
  .page-node-type-destination-guide article iframe ~ small {
    font-size: 11px;
    margin-top: -2px;
    display: block; }

article iframe ~ small {
  font-size: 11px;
  margin-top: -2px;
  display: block; }

.guides-pages h1 {
  font: 1.5rem/1.1 "pn-bold", sans-serif;
  color: #f26c22; }
.guides-pages .page-content {
  padding-top: 35px;
  padding-bottom: 35px; }

.guide-pages-view {
  padding: 0px 15px; }
  .guide-pages-view .item-list {
    max-width: 890px;
    margin: 0 auto;
    overflow: hidden; }
    .guide-pages-view .item-list ul {
      margin: 20px -10px; }
  .guide-pages-view .inner {
    position: relative;
    background: #000; }
    .guide-pages-view .inner img {
      opacity: 0.5;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .guide-pages-view .inner:hover img {
      opacity: 0.7; }
  .guide-pages-view .guide-link {
    font: 1.1875rem "pn-smbold", sans-serif;
    padding: 10px;
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    width: 100%;
    text-transform: uppercase; }
  .guide-pages-view .cta {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#70000000',GradientType=0 ); }

.most-popular-rides, .terms-lists {
  background: #E5F3F4; }
  .most-popular-rides h1, .terms-lists h1 {
    font: 1.5rem/1.1 "pn-bold", sans-serif;
    color: #f26c22; }
  .most-popular-rides .page-content, .terms-lists .page-content {
    padding-top: 35px;
    padding-bottom: 35px; }
  .most-popular-rides .views-element-container > h2, .terms-lists .views-element-container > h2 {
    font-size: 21px;
    margin-bottom: 18px; }
  .most-popular-rides .views-element-container header h2, .terms-lists .views-element-container header h2 {
    display: inline-block;
    font-size: 21px;
    margin-bottom: 18px; }
  .most-popular-rides .views-element-container header .link, .terms-lists .views-element-container header .link {
    font-size: 13px;
    margin-top: 8px; }
  .most-popular-rides .cards-listing, .terms-lists .cards-listing {
    clear: both;
    margin-bottom: 0 !important; }
    .most-popular-rides .cards-listing h2, .terms-lists .cards-listing h2 {
      margin-top: -5px;
      margin-bottom: 5px; }
    .most-popular-rides .cards-listing .inner .info, .terms-lists .cards-listing .inner .info {
      opacity: 1 !important; }

.terms-list-view {
  overflow: hidden;
  margin-bottom: 20px; }
  .terms-list-view .guide-description {
    background: #fff;
    padding: 25px 20px;
    line-height: 1.5;
    margin-bottom: 25px; }
    .terms-list-view .guide-description .btn span:after {
      display: none; }
  .terms-list-view .item-list .img {
    float: left;
    width: 28%; }
    .terms-list-view .item-list .img img {
      width: 100%; }
  .terms-list-view .item-list .text-content {
    float: left;
    width: 72%;
    padding: 2.7% 3%;
    color: #6F6F6F;
    line-height: 1.5; }
    .terms-list-view .item-list .text-content p {
      margin-bottom: 0; }
  .terms-list-view .item-list .left-text {
    width: calc(100% - 160px);
    padding-right: 25px;
    float: left; }
  .terms-list-view .item-list .right-text {
    width: 160px;
    float: right;
    text-align: right; }
    .terms-list-view .item-list .right-text .button {
      float: right;
      line-height: 35px;
      text-transform: uppercase; }
  .terms-list-view .item-list li {
    overflow: hidden;
    margin-bottom: 20px; }
  .terms-list-view .item-list .inner {
    overflow: hidden;
    background: #fff;
    position: relative; }
  .terms-list-view .item-list .name {
    font: 1.0625rem "pn-smbold", sans-serif;
    margin-bottom: 10px; }
    .terms-list-view .item-list .name a {
      color: #2b74eb; }
  .terms-list-view .item-list .stars,
  .terms-list-view .item-list .review-counts {
    display: inline-block;
    vertical-align: middle; }
  .terms-list-view .item-list .stars {
    width: 75px;
    background-size: 75px; }
    .terms-list-view .item-list .stars span {
      background-size: 75px;
      background-position: 0 -17px; }
  .terms-list-view .item-list .price {
    font: 1.75rem "p-xbold";
    color: #262626;
    display: block;
    margin: 10px 0; }
    .terms-list-view .item-list .price sup {
      font: 1.0625rem "pn-reg", sans-serif;
      vertical-align: 0.5em; }
  .terms-list-view .item-list .review-counts {
    font-size: 13px;
    color: #2b74eb;
    line-height: 1.0;
    padding-left: 10px; }
  .terms-list-view .pager {
    margin-top: 20px; }

.hidden-text {
  line-height: 1.5; }
  .hidden-text p {
    margin-bottom: 0;
    line-height: 1.5; }
  .hidden-text br {
    display: none; }
  .hidden-text .showmore_trigger {
    margin-top: 5px; }

.page-node-type-getaway .highlights ul li {
  width: 100% !important; }
.page-node-type-getaway .field--name-body {
  font-family: "pn-reg", sans-serif; }

@media only screen and (min-width: 1023px) {
  .terms-list-view .item-list .right-text .button {
    min-width: 140px; }

  .terms-lists .cards-listing.pr-lists li {
    padding: 0 11px; } }
@media only screen and (max-width: 1022px) {
  .guide-pages-view {
    padding: 0; }
    .guide-pages-view .item-list ul {
      margin: 0 -5px 10px; }
      .guide-pages-view .item-list ul li {
        padding: 0 5px;
        margin-bottom: 10px; }
    .guide-pages-view .guide-link {
      font-size: 14px; }

  .page-node-type-destination-guide-landing-page .page-content {
    padding-top: 20px;
    padding-bottom: 20px; }

  .most-popular-rides h1,
  .terms-lists h1 {
    margin-bottom: 10px; }
  .most-popular-rides .page-content,
  .terms-lists .page-content {
    padding-top: 20px;
    padding-bottom: 20px; }

  .terms-list-view .guide-description {
    padding: 15px;
    margin-bottom: 20px; }
  .terms-list-view .item-list ul {
    margin: 0 -5px;
    font-size: 0; }
  .terms-list-view .item-list li {
    padding: 0 5px;
    width: 33.333%;
    font-size: 0.875rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px; }
  .terms-list-view .item-list .img,
  .terms-list-view .item-list .text-content,
  .terms-list-view .item-list .left-text,
  .terms-list-view .item-list .right-text {
    width: 100%; }
  .terms-list-view .item-list .left-text {
    padding-right: 0; }
  .terms-list-view .item-list .text-content {
    padding: 10px;
    padding-bottom: 20px; }
  .terms-list-view .item-list .right-text {
    text-align: left; }
    .terms-list-view .item-list .right-text .button {
      line-height: 48px;
      border-radius: 0;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0; }
  .terms-list-view .item-list .price {
    font-size: 1.9375rem; }
  .terms-list-view .item-list .left-text {
    margin-bottom: 10px; }
  .terms-list-view .pager {
    margin-top: 10px;
    margin-bottom: 10px; }
  .terms-list-view.with-price .item-list .text-content {
    padding-bottom: 48px; }

  .guides-pages article table {
    margin-bottom: 0; }
  .guides-pages .page-content {
    padding: 20px 0 !important; } }
@media only screen and (max-width: 767px) {
  .terms-list-view .item-list li {
    width: 50%; }

  .most-popular-rides .cards-listing ul[class^="col-"] li:nth-child(3),
  .terms-lists .cards-listing ul[class^="col-"] li:nth-child(3) {
    display: none; } }
@media only screen and (max-width: 520px) {
  .guide-pages-view .item-list ul li {
    width: 100%; }

  .terms-list-view .item-list .right-text .button {
    line-height: 35px; }
  .terms-list-view .item-list .name {
    font-size: 13px; }
  .terms-list-view .item-list .stars {
    width: 60px;
    background-size: 60px;
    height: 11px; }
    .terms-list-view .item-list .stars span {
      background-size: 60px;
      background-position: 0 -15px; }
  .terms-list-view .item-list .review-counts {
    font-size: 10px;
    padding-left: 0; }
  .terms-list-view .item-list .price {
    font-size: 17px; }
    .terms-list-view .item-list .price sup {
      font-size: 10px;
      vertical-align: 0.4em; }
  .terms-list-view.with-price .item-list .text-content {
    padding-bottom: 35px; }

  .most-popular-rides .views-element-container header .link,
  .terms-lists .views-element-container header .link {
    font-size: 12px;
    margin-top: 2px; }
  .most-popular-rides .views-element-container header h2,
  .terms-lists .views-element-container header h2 {
    font-size: 15px; } }
.most-popular-rides {
  background: white; }
  .most-popular-rides header {
    padding: 0 11px; }
  .most-popular-rides .pr-lists ul[class^="col-"] li::before {
    content: none !important; }

.faq-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.1875rem;
  margin-top: 35px; }
  .faq-listing .views-exposed-form {
    width: 100%; }
    .faq-listing .views-exposed-form .form-actions {
      display: none; }
  .faq-listing .item {
    overflow: hidden;
    margin-bottom: 25px; }
  .faq-listing h3 {
    font: 1.75rem "pn-reg", sans-serif;
    color: #000;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
    margin-bottom: 18px; }
    .faq-listing h3 a {
      color: #000; }
  .faq-listing .views-field-title {
    margin-bottom: 15px; }
    .faq-listing .views-field-title a {
      color: #225be6; }
      .faq-listing .views-field-title a:hover {
        color: #1a3e97; }
  .faq-listing .views-field-field-node-count {
    margin: 30px 0; }
  .faq-listing .button {
    line-height: 2.1875rem;
    font-size: 0.9375rem; }

.faq-menu {
  width: 320px;
  margin: 25px auto;
  position: relative; }
  .faq-menu header {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    height: 40px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 2px 10px #eaeaea;
    -moz-box-shadow: 0 2px 10px #eaeaea;
    box-shadow: 0 2px 10px #eaeaea; }
    .faq-menu header span {
      width: 110px;
      background: #eaeaea;
      padding: 0 20px;
      line-height: 40px;
      color: #292d36;
      float: left;
      cursor: default; }
    .faq-menu header .menu-faq {
      width: calc(100% - 110px);
      float: left;
      padding: 0 30px 0 10px;
      line-height: 40px;
      position: relative;
      z-index: 10;
      text-transform: uppercase;
      cursor: pointer;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      .faq-menu header .menu-faq::after {
        content: '\f0d7';
        font-family: fontAwesome;
        position: absolute;
        right: 9px;
        color: #5C6065; }
  .faq-menu .item-list ul {
    width: calc(100% - 100px);
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 -1px 20px #e5e5e5;
    -moz-box-shadow: 0 -1px 20px #e5e5e5;
    box-shadow: 0 -1px 20px #e5e5e5;
    border-bottom: 2px solid transparent;
    opacity: 0;
    padding: 40px 0 10px;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .faq-menu .item-list ul a {
      display: block;
      padding: 8px 20px;
      color: #000; }
      .faq-menu .item-list ul a:hover {
        color: #f26c22; }
  .faq-menu.hovered .menu-faq {
    color: #f26c22; }
    .faq-menu.hovered .menu-faq::after {
      opacity: 0; }
  .faq-menu.hovered .item-list ul {
    border-color: #f26c22;
    visibility: visible;
    opacity: 1; }

.feature-faq {
  background: #e5f3f4;
  padding: 35px 0; }
  .feature-faq .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .feature-faq .awesome,
  .feature-faq .views-element-container {
    overflow: hidden;
    margin-bottom: 60px;
    margin-right: 3%;
    max-width: 410px;
    width: 100%; }
  .feature-faq .awesome {
    margin-top: 25px; }
    .feature-faq .awesome h3 {
      margin-bottom: 2px;
      padding-bottom: 0;
      border: none; }
    .feature-faq .awesome a {
      display: block;
      color: #fff;
      background: #2B74EB;
      font-style: italic;
      padding: 1.1875rem;
      border-radius: 8px;
      margin-top: 15px; }
      .feature-faq .awesome a:hover {
        background: #1a3e97; }
    .feature-faq .awesome em {
      opacity: 0.75; }

.page-faq article {
  padding: 0 !important; }

.faq-cat-menu {
  margin: 0 15px 60px;
  padding-top: 40px; }
  .faq-cat-menu li {
    font-size: 1.1875rem;
    color: #000;
    margin-bottom: 18px; }
    .faq-cat-menu li a {
      display: block;
      padding-right: 20px;
      color: #000;
      position: relative; }
      .faq-cat-menu li a:before, .faq-cat-menu li a:after {
        position: absolute;
        margin-right: 25px;
        top: 50%;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .faq-cat-menu li a:after {
        content: '';
        width: 13px;
        height: 2px;
        background: #f26c22;
        margin-top: -1px; }
      .faq-cat-menu li a:before {
        content: '';
        width: 6px;
        height: 6px;
        border-top: 2px solid #f26c22;
        border-right: 2px solid #f26c22;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px; }
      .faq-cat-menu li a:hover {
        color: #f26c22; }
    .faq-cat-menu li a.is-active {
      color: #f26c22; }
      .faq-cat-menu li a.is-active:before, .faq-cat-menu li a.is-active:after {
        opacity: 1;
        margin-right: 0; }
    .faq-cat-menu li + li {
      padding-top: 15px;
      border-top: 1px dotted #999; }

.faq-ans {
  padding-top: 40px; }
  .faq-ans h3 {
    font: 1.1875rem "pn-reg", sans-serif;
    color: #225be6;
    margin-bottom: 20px;
    cursor: pointer; }
  .faq-ans .ans {
    font-size: 1rem;
    color: #333333;
    padding-left: 18px;
    border-left: 1px solid #f26c22;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .faq-ans .ans p {
      margin-bottom: 0; }
      .faq-ans .ans p + p {
        margin-top: 15px; }
    .faq-ans .ans footer {
      display: none; }
  .faq-ans h3.active {
    color: #f26c22;
    cursor: default; }
    .faq-ans h3.active + .ans {
      height: auto;
      margin-bottom: 30px; }
  .faq-ans h3.notactive:not(.active) {
    color: #225be6;
    cursor: pointer; }
    .faq-ans h3.notactive:not(.active) + .ans {
      height: 0;
      margin-bottom: 0; }

.page-node-type-faq .layout-container {
  overflow: hidden; }
.page-node-type-faq.toolbar-horizontal .faq-details .img {
  margin-top: 0; }

.faq-details {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
  padding: 35px 0 44px;
  border-bottom: 1px solid #e4e4e4; }
  .faq-details:before, .faq-details:after {
    content: '';
    background: #f8f8f8;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }
  .faq-details:before {
    left: -100%; }
  .faq-details:after {
    right: -100%; }
  .faq-details .img {
    float: left;
    width: 31.8%;
    margin-top: -80px;
    max-width: 318px;
    -webkit-box-shadow: 0 0 30px #e0e0e0;
    -moz-box-shadow: 0 0 30px #e0e0e0;
    box-shadow: 0 0 30px #e0e0e0; }
    .faq-details .img img {
      width: 100%; }
    .faq-details .img .inner-text {
      font-size: 1.0625rem;
      padding: 25px 20px;
      background: #fff; }
    .faq-details .img span {
      display: block;
      margin: 10px 0 0; }
    .faq-details .img ~ .text-content {
      float: right;
      width: 68.2%;
      padding-left: 3.5%; }
  .faq-details .inner-wrap:after {
    content: '';
    display: table;
    clear: both; }

.other-faq {
  padding: 35px 0 70px; }
  .other-faq header {
    font: 1.25rem "pn-bold", sans-serif;
    margin-bottom: 25px;
    color: #3f3f3f; }
  .other-faq .item-list ul {
    margin: 0   -2%;
    font-size: 0; }
  .other-faq .item-list li {
    padding: 0 2% 10px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px; }
  .other-faq .views-field-title {
    font-size: 1.0625rem;
    margin-bottom: 7px; }
    .other-faq .views-field-title a:hover {
      text-decoration: underline; }

@media only screen and (min-width: 1023px) {
  .faq-listing .item {
    margin-bottom: 60px;
    margin-right: 3%;
    max-width: 410px;
    width: 100%;
    float: left; }

  .path-taxonomy .faq-menu {
    display: none;
    margin-top: 0; }

  .faq-details .text-content h2 {
    font-size: 1.5625rem;
    line-height: 1.1; } }
@media only screen and (max-width: 1022px) {
  .faq-listing {
    font-size: 0.875rem;
    margin-top: 0; }
    .faq-listing h3 {
      font-size: 1.1875rem;
      padding-bottom: 5px;
      margin-bottom: 10px; }
    .faq-listing .views-field-title {
      margin-bottom: 10px; }
    .faq-listing .item {
      width: 100%;
      margin-bottom: 15px; }
    .faq-listing .button {
      margin: 10px 0; }

  .feature-faq .awesome,
  .feature-faq .views-element-container {
    max-width: 50%;
    margin-bottom: 0; }
  .feature-faq .views-element-container {
    margin-right: 0; }

  .feature-faq {
    margin-bottom: 20px; }

  .faq-cat-menu {
    display: none; }

  .faq-ans {
    padding-top: 0;
    padding-bottom: 30px; }
    .faq-ans .ans {
      padding-left: 0;
      border-left: 0; }
    .faq-ans h3.active + .ans {
      margin-bottom: 20px; }
    .faq-ans h3 {
      margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  .faq-details .img {
    float: none;
    width: 100%;
    margin: -70px auto 25px; }
  .faq-details .text-content {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important; }

  .other-faq .item-list li {
    width: 100%;
    margin-bottom: 20px; } }
@media only screen and (max-width: 520px) {
  .faq-listing {
    font-size: 0.875rem;
    margin-bottom: 0; }
    .faq-listing h3 {
      font-size: 1.1875rem;
      padding-bottom: 5px;
      margin-bottom: 10px; }
    .faq-listing .views-field-title {
      margin-bottom: 10px; }
    .faq-listing .item {
      width: 100%; }

  .feature-faq {
    padding: 20px 0; }
    .feature-faq .awesome,
    .feature-faq .views-element-container {
      max-width: none;
      width: 100%;
      margin-top: 0; }
    .feature-faq .awesome {
      margin-bottom: 20px; }

  .faq-menu {
    width: 300px; }

  .faq-ans h3 {
    font-size: 14px; }

  .faq-details .img {
    max-width: none; } }
.page-gift-vouchers .page {
  background: #e5f3f4; }
  .page-gift-vouchers .page .wrapper {
    max-width: 1150px; }

.section-menu {
  padding: 35px 15px;
  position: relative; }
  .section-menu header,
  .section-menu ul {
    display: inline-block;
    vertical-align: middle; }
  .section-menu ul {
    padding-left: 240px; }

.actions {
  float: right;
  margin-top: 6px; }
  .actions .action {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px; }
  .actions .sort {
    padding-right: 23px;
    position: relative;
    margin-left: 18px; }
    .actions .sort:after {
      width: 23px;
      height: 23px;
      background-image: url(../png/sprite.png);
      background-repeat: no-repeat;
      background-position: -46px -44px;
      content: '';
      position: absolute;
      right: 0;
      top: -3px; }
    .actions .sort.active:after {
      background-position: -46px -45px;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.progress li {
  opacity: 0.2; }

.occasion-text {
  background: #fff;
  padding: 22px 20px 20px;
  margin-bottom: 20px;
  line-height: 1.5; }
  .occasion-text .views-field-field-occasion-sub-title {
    font: 1.1875rem "pn-bold", sans-serif;
    color: #f26c22;
    margin-bottom: 10px; }
  .occasion-text .field-content {
    display: block; }
  .occasion-text p {
    margin-bottom: 0; }
  .occasion-text br {
    display: none; }
  .occasion-text .showmore_trigger {
    margin-top: 10px; }

.counts {
  position: absolute;
  left: 15px;
  margin-top: 5px;
  font: 1.1875rem "pn-bold", sans-serif;
  color: #000; }

.cat-menu {
  background: #fff;
  padding-bottom: 40px; }
  .cat-menu .item {
    padding-bottom: 2px;
    position: relative; }
    .cat-menu .item a {
      font-size: 0.875rem;
      color: #2b74eb;
      padding: 0.6875rem 30px;
      display: block; }
      .cat-menu .item a:before, .cat-menu .item a:after {
        position: absolute;
        margin-right: 25px;
        top: 50%;
        right: 20px;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .cat-menu .item a:after {
        content: '';
        width: 16px;
        height: 1px;
        background: #f26c22;
        margin-top: -1px; }
      .cat-menu .item a:before {
        content: '';
        width: 6px;
        height: 6px;
        border-top: 1px solid #f26c22;
        border-right: 1px solid #f26c22;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px; }
      .cat-menu .item a:hover {
        color: #f26c22; }
      .cat-menu .item a.active {
        background: #FAFAFA;
        color: #f26c22; }
        .cat-menu .item a.active:before, .cat-menu .item a.active:after {
          opacity: 1;
          margin-right: 0; }

.cards-listing {
  margin-bottom: 50px;
  overflow: hidden; }
  .cards-listing .views-exposed-form {
    display: none; }
  .cards-listing .actions {
    display: none; }
  .cards-listing li {
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
  .cards-listing .counts {
    display: none; }
  .cards-listing .text {
    padding: 1.0625rem 0.875rem 100px;
    position: relative; }
  .cards-listing .info {
    padding-bottom: 0.5625rem; }
    .cards-listing .info h3 {
      margin-bottom: 25px; }
  .cards-listing .price {
    padding-bottom: 1.1875rem;
    font-size: 1.75rem; }
    .cards-listing .price sup {
      vertical-align: 0.5em; }
  .cards-listing .text .avg-wrp,
  .cards-listing .text .price {
    position: absolute;
    left: 15px; }
  .cards-listing .text .avg-wrp {
    bottom: 114px; }
  .cards-listing .text .price {
    bottom: 45px; }
  .cards-listing .stars {
    margin-right: 8px; }
  .cards-listing .gift-type {
    position: absolute;
    bottom: 12px;
    left: 15px;
    padding-left: 16px;
    color: #fff;
    font-size: 0.8125rem; }
    .cards-listing .gift-type:before {
      content: '';
      width: 7px;
      height: 7px;
      border-radius: 50%;
      left: 0;
      top: 5px;
      background: #f26c22;
      position: absolute; }
  .cards-listing .img:before {
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#70000000',GradientType=0 ); }
  .cards-listing .lists .inner {
    border: none;
    margin-bottom: 6px; }
  .cards-listing .lists .button {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    text-transform: uppercase;
    width: 100%;
    font: 0.8125rem/3.375rem "pn-smbold", sans-serif;
    z-index: 10; }
  .cards-listing .pager {
    margin-bottom: 0; }

.page-node-type-gift-voucher {
  background: #e5f3f4; }
  .page-node-type-gift-voucher .slide-image {
    max-height: 190px; }
  .page-node-type-gift-voucher .block-local-tasks-block li a {
    background: #fff; }
  .page-node-type-gift-voucher .page {
    margin-top: -150px;
    position: relative;
    z-index: 2; }
  .page-node-type-gift-voucher h1 {
    font: 1.5625rem/1.2 "pn-bold", sans-serif;
    margin-bottom: 12px; }
  .page-node-type-gift-voucher article, .page-node-type-gift-voucher .block-system-main-block {
    position: static; }
  .page-node-type-gift-voucher .page-content {
    background: #fff;
    padding-top: 3%;
    position: relative;
    margin-bottom: 30px; }
    .page-node-type-gift-voucher .page-content h2 {
      font: 1.1875rem "pn-bold", sans-serif;
      color: #000;
      margin-bottom: 12px; }
    .page-node-type-gift-voucher .page-content ul {
      font: 0.875rem "pn-light", sans-serif;
      margin-bottom: 30px; }
      .page-node-type-gift-voucher .page-content ul p {
        margin-bottom: 0; }
  .page-node-type-gift-voucher article .field--name-body {
    font-size: 1.0625rem;
    color: #535252;
    line-height: 1.3; }
  .page-node-type-gift-voucher article .field__label {
    font: 1.1875rem "pn-bold", sans-serif;
    color: #000;
    margin-bottom: 12px; }
  .page-node-type-gift-voucher .field--name-field-hotair-tags {
    margin-bottom: 30px; }
  .page-node-type-gift-voucher .field--name-field-featured-image {
    margin-bottom: 30px; }
    .page-node-type-gift-voucher .field--name-field-featured-image img {
      width: 100%; }

.location-filter .views-exposed-form {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-right: 30px;
  width: 170px; }
  .location-filter .views-exposed-form label,
  .location-filter .views-exposed-form .form-actions {
    display: none; }
.location-filter .cat-tabs {
  vertical-align: middle; }
.location-filter .selectBox {
  text-transform: uppercase;
  white-space: nowrap;
  width: 100% !important;
  color: #2b74eb; }
  .location-filter .selectBox .selectBox-arrow {
    top: 3px; }
.location-filter .tab-contents .views-exposed-form {
  display: none !important; }

@media only screen and (min-width: 1023px) {
  .open-cat-menu {
    display: none; }

  .page-gift-vouchers .sidebar-left .left-sidebar {
    width: 228px; }
  .page-gift-vouchers .sidebar-left .page-content {
    width: calc(100% - 228px);
    padding: 0; }

  .block-hotair-gift-voucher-listing-block.block-hotair-gift-voucher-gift-type-block .section-menu .counts {
    position: static; } }
@media only screen and (max-width: 1022px) {
  .page-node-type-landing-page:not(.frontpage) .location-filter .views-exposed-form {
    display: table;
    margin-bottom: 10px; }
    .page-node-type-landing-page:not(.frontpage) .location-filter .views-exposed-form ~ .menuWrap {
      top: 70px; }
  .page-node-type-landing-page:not(.frontpage) .location-filter .open-cat {
    padding-left: 8px; }
  .page-node-type-landing-page:not(.frontpage) .location-filter .selectBox {
    position: relative;
    z-index: 991;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    padding: 12px 20px 9px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    color: #000; }
    .page-node-type-landing-page:not(.frontpage) .location-filter .selectBox .selectBox-arrow {
      top: 12px;
      right: 20px; }
  .page-node-type-landing-page:not(.frontpage) .selectBox-options[class*="box-views-exposed-form-home-page-promotional"] {
    margin-top: 5px;
    max-height: 170px; }
    .page-node-type-landing-page:not(.frontpage) .selectBox-options[class*="box-views-exposed-form-home-page-promotional"] li {
      border-bottom: 0;
      font-family: "pn-reg", sans-serif; }
      .page-node-type-landing-page:not(.frontpage) .selectBox-options[class*="box-views-exposed-form-home-page-promotional"] li a {
        font-size: 14px;
        padding: 7px 15px; }
  .page-node-type-landing-page:not(.frontpage).select-cat .menuWrap {
    top: 82px !important; }

  .cat-menu {
    background: none;
    padding-bottom: 40px;
    margin-top: -53px; }
    .cat-menu:after {
      content: '';
      display: table;
      clear: both; }

  .section-menu .counts {
    margin-top: 15px;
    padding: 0 10px;
    font-size: 14px; }
  .section-menu ul {
    padding-left: 0; }
  .section-menu .actions {
    margin-top: 16px;
    position: relative;
    z-index: 91; }
  .section-menu.rides .counts {
    left: 0;
    margin-top: -3px; }
  .section-menu.rides .actions {
    margin-top: -4px; }

  .sidemenu-active .section-menu .open-cat {
    position: absolute;
    right: 11px;
    top: 16px;
    z-index: 99; }
  .sidemenu-active .section-menu .menuWrap {
    right: 15px;
    left: auto;
    margin-top: 15px; }

  .page-gift-vouchers:not(.path-gift-vouchers) .section-menu {
    padding: 15px 15px 35px; }
    .page-gift-vouchers:not(.path-gift-vouchers) .section-menu .open-cat {
      padding-left: 10px; }
    .page-gift-vouchers:not(.path-gift-vouchers) .section-menu .counts {
      margin-top: 32px; }
    .page-gift-vouchers:not(.path-gift-vouchers) .section-menu .actions {
      margin-top: 35px; }

  .cards-listing {
    margin-bottom: 30px;
    width: 100%; }
    .cards-listing ul[class^="col-"] {
      margin: 0 -5px; }
      .cards-listing ul[class^="col-"] li {
        padding: 0 5px;
        width: 33.333%;
        margin-bottom: 10px; }
    .cards-listing .lists .inner {
      margin-bottom: 0; }
    .cards-listing .info {
      padding-bottom: 0; }
      .cards-listing .info h3 {
        margin-bottom: 15px; }
    .cards-listing .text {
      padding: 10px 10px 90px; }
      .cards-listing .text .price,
      .cards-listing .text .avg-wrp {
        left: 10px; }
    .cards-listing .pager {
      margin-top: 10px; }
    .cards-listing .gift-type {
      left: 8px;
      bottom: 8px; }

  .occasion-text {
    margin-bottom: 15px;
    padding: 10px; }

  .page-node-type-gift-voucher h1 {
    font-size: 19px; }
  .page-node-type-gift-voucher .page-content {
    margin-top: -40px;
    padding: 30px 4% 10px;
    margin-bottom: 12px; }
    .page-node-type-gift-voucher .page-content ul {
      margin-bottom: 20px;
      font-size: 13px; }
    .page-node-type-gift-voucher .page-content .field--name-field-ribbon {
      display: none; }
  .page-node-type-gift-voucher .field--name-field-featured-image {
    margin-left: -15px;
    width: calc(100% + 30px);
    margin-bottom: 0; }
  .page-node-type-gift-voucher .page {
    margin-top: 0; }
  .page-node-type-gift-voucher .banner {
    display: none; }
  .page-node-type-gift-voucher #footer {
    padding-bottom: 68px; }
  .page-node-type-gift-voucher .field--name-field-hotair-tags {
    margin-bottom: 20px; }

  .page-content .booking-form {
    margin-left: -4.4%;
    width: calc(100% + 8.8%);
    padding-bottom: 0px;
    margin-top: 34px;
    margin-bottom: 25px;
    outline: 12px solid #E6F3F4; }
    .page-content .booking-form h2 {
      font: 14px "pn-smbold", sans-serif;
      color: #fff; }
    .page-content .booking-form #dest-wrapper {
      padding-bottom: 20px; }
    .page-content .booking-form .form-submit {
      position: fixed;
      right: 0;
      left: auto;
      width: 100%;
      z-index: 99;
      bottom: 0;
      top: auto;
      line-height: 48px;
      padding-top: 2px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-box-shadow: 0 1px 5px #000;
      -moz-box-shadow: 0 1px 5px #000;
      box-shadow: 0 1px 5px #000; }
    .page-content .booking-form .grand-total {
      position: fixed;
      left: -100%;
      bottom: 0;
      z-index: 99;
      width: 40vw;
      background: #2B74EB;
      margin-bottom: 0;
      height: 50px;
      padding: 0;
      border-top: 0;
      text-align: center;
      padding: 5px 0;
      line-height: 1.0;
      -webkit-box-shadow: 0 1px 5px #000;
      -moz-box-shadow: 0 1px 5px #000;
      box-shadow: 0 1px 5px #000; }
      .page-content .booking-form .grand-total .total-label {
        display: block;
        font-size: 13px; }
      .page-content .booking-form .grand-total .total-amout {
        float: none; }
    .page-content .booking-form .child {
      margin-bottom: 0; }

  .price-active .page-content .booking-form .grand-total {
    left: 0; }
  .price-active .page-content .booking-form .form-submit {
    width: 60vw;
    -webkit-box-shadow: 3px 1px 5px #000;
    -moz-box-shadow: 3px 1px 5px #000;
    box-shadow: 3px 1px 5px #000; }

  .section-menu {
    min-height: 70px; } }
@media only screen and (max-width: 767px) {
  .cards-listing ul[class^="col-"] li {
    width: 50%; }
  .cards-listing .review-counts {
    padding-top: 2px; }
  .cards-listing .gift-type:before {
    width: 6px;
    height: 6px;
    top: 5px; }
  .cards-listing .lists .button {
    padding-top: 3px; }

  .section-menu .counts {
    padding: 0 5px; }
  .section-menu.rides .counts {
    padding: 0 10px; }

  .actions .sort:after {
    top: -5px; }

  .sidemenu-active .section-menu .menuWrap {
    right: 10px; }

  .page-node-type-gift-voucher .page-content {
    padding-top: 15px;
    margin-top: -20px; }
  .page-node-type-gift-voucher .field--name-field-featured-image {
    margin-left: -10px;
    width: calc(100% + 20px); }

  .occasion-text .field-content {
    line-height: 1.58; } }
@media only screen and (max-width: 520px) {
  .cards-listing .lists .button {
    font-size: 9px;
    line-height: 35px; }
  .cards-listing .text {
    padding-bottom: 70px; }
    .cards-listing .text .price {
      bottom: 25px; }
  .cards-listing .review-counts {
    padding-top: 0; } }
.frontpage {
  background: #e5f3f4; }

.trustblock {
  background: #f6f6f6;
  border-bottom: 1px solid #d2d2d2;
  padding: 14px 0; }
  .trustblock h3, .trustblock .check, .trustblock .check li {
    display: table-cell;
    vertical-align: middle;
    margin: 3px 0; }
  .trustblock h3 {
    font: 1.03125rem "pn-smbold", sans-serif;
    color: #262626;
    padding-right: 20px; }
  .trustblock span {
    display: inline-table; }
  .trustblock .check {
    font-size: 0.9375rem; }
    .trustblock .check li {
      color: #3e3e3e;
      padding: 5px 10px 5px 31px;
      line-height: 1.0;
      position: relative; }
      .trustblock .check li::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -9px;
        width: 17px;
        height: 17px;
        background: url(../png/check.png) no-repeat 0 0/100%; }
      .trustblock .check li:last-child {
        padding-right: 0; }
  .trustblock > div {
    display: table;
    width: 1030px; }

.social-links p {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle; }
.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0; }
  .social-links ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px; }
    .social-links ul li a {
      text-indent: -9999px;
      display: block;
      height: 24px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: contain; }
    .social-links ul li a[href="#"] {
      pointer-events: none; }
    .social-links ul li.ta a {
      width: 34px;
      background-image: url(../png/ta.png); }
    .social-links ul li.gplus a {
      width: 24px;
      background-image: url(../png/gplus.png); }
    .social-links ul li.fb a {
      width: 14px;
      background-image: url(../png/fb.png); }
    .social-links ul li.insta a {
      width: 25px;
      background-image: url(../png/insta.png); }
    .social-links ul li.wo a {
      width: 30px;
      background-image: url(../png/weibo.png); }
    .social-links ul li.yk a {
      width: 34px;
      background-image: url(../png/yk.png); }
    .social-links ul li.mo a {
      width: 28px;
      background-image: url(../png/mafengwo.png); }
    .social-links ul li.qr a {
      width: 24px;
      background-image: url(../png/qyer.png); }
    .social-links ul li.gmap a {
      width: 24px;
      background-image: url(../png/gmap.png); }
    .social-links ul li.gmb a {
      width: 28px;
      background-image: url(../png/gbusiness.png); }
    .social-links ul li.twt a {
      width: 18px;
      background-image: url(../png/twt.png); }
    .social-links ul li.pin a {
      width: 19px;
      background-image: url(../png/pin.png); }
    .social-links ul li.email a {
      width: 34px;
      background-image: url(../png/email.png); }
    .social-links ul li.rss a {
      width: 24px;
      background-image: url(../png/rss.png); }
    .social-links ul li.yt a {
      width: 25px;
      background-image: url(../png/ytube.png); }
    .social-links ul li.vimeo a {
      width: 28px;
      background-image: url(../png/vimeo.png); }
    .social-links ul li.wa a {
      width: 24px;
      background-image: url(../png/whatsapp.png); }
    .social-links ul li.fbm a {
      width: 24px;
      background-image: url(../png/fbm.png); }
    .social-links ul li.fr a {
      width: 30px;
      background-image: url(../png/flickr.png); }
    .social-links ul li.wc a {
      width: 28px;
      background-image: url(../png/wc.png); }
    .social-links ul li.mixi a {
      width: 34px;
      background-image: url(../png/mixi.png); }
    .social-links ul li.bd a {
      width: 22px;
      background-image: url(../png/bd.png); }
    .social-links ul li.qq a {
      width: 22px;
      background-image: url(../png/qq.png); }
    .social-links ul li.in a {
      width: 26px;
      background-image: url(../png/in.png); }
    .social-links ul li.skype a {
      width: 23px;
      background-image: url(../png/skype.png); }
    .social-links ul li.sc a {
      width: 26px;
      background-image: url(../png/sc.png); }
    .social-links ul li.viber a {
      width: 24px;
      background-image: url(../png/viber.png); }
    .social-links ul li.line a {
      width: 26px;
      background-image: url(../png/line.png); }
    .social-links ul li.tbr a {
      width: 15px;
      background-image: url(../png/tbr.png); }
    .social-links ul li.kt a {
      width: 26px;
      background-image: url(../png/kt.png); }
    .social-links ul li.ks a {
      width: 13px;
      background-image: url(../png/ks.png); }
    .social-links ul li + li {
      padding-left: 9px; }

.home-packages {
  background: #e5f3f4;
  padding: 15px 0 5px;
  overflow: hidden;
  clear: both; }
  .home-packages .tabs-top .link {
    color: #2b74eb;
    font-size: 0.8125rem;
    margin-top: 9px; }
  .home-packages .tab-contents {
    margin-top: 5px; }
  .home-packages .tab-content:not(.show) {
    display: none; }
  .home-packages .inner,
  .home-packages .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .home-packages .inner {
    width: 100%; }
  .home-packages .text {
    min-height: 100px;
    padding-right: 120px;
    width: calc(100% - 160px);
    padding-top: 16px; }
  .home-packages .nd-tiles {
    padding-right: 0;
    display: block !important;
    padding: 11px 0.875rem 10px; }
    .home-packages .nd-tiles .bottom-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .home-packages .nd-tiles var {
      margin-bottom: 0;
      margin-top: 2px; }
    .home-packages .nd-tiles .info {
      padding: 0; }
    .home-packages .nd-tiles .price {
      position: static;
      margin-left: auto;
      margin-right: 10px;
      width: 90px; }
    .home-packages .nd-tiles h3 {
      font-size: 1rem;
      text-overflow: inherit;
      white-space: normal; }
    .home-packages .nd-tiles h4 {
      font-size: 0.8125rem; }
    .home-packages .nd-tiles .review-counts {
      position: relative;
      margin-left: -7px; }
      .home-packages .nd-tiles .review-counts::before, .home-packages .nd-tiles .review-counts::after {
        position: absolute;
        top: -1px; }
      .home-packages .nd-tiles .review-counts::before {
        content: '(';
        left: -5px; }
      .home-packages .nd-tiles .review-counts::after {
        content: ')';
        right: -5px; }
      .home-packages .nd-tiles .review-counts span {
        display: none; }
  .home-packages .lists h3 {
    margin-bottom: 2px; }
  .home-packages .img {
    width: 125px;
    position: relative; }
  .home-packages .info {
    padding: 0 0.875rem;
    width: 100%; }
  .home-packages h3,
  .home-packages h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
  .home-packages var {
    display: block;
    margin-bottom: 10px; }
  .home-packages .price {
    position: absolute;
    right: 0.875rem;
    text-align: right;
    width: 120px;
    bottom: 12px; }
  .home-packages .button {
    font: 0.6875rem/2.1875rem "pn-bold", sans-serif;
    text-transform: uppercase;
    padding-top: 1px;
    min-width: 100px; }
  .home-packages .item-list ul {
    margin: 0 -8px; }
  .home-packages .col {
    padding: 0 8px;
    margin-bottom: 16px; }
  .home-packages .stars {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    transform-origin: left; }

.hab-rides {
  padding: 25px 0 30px; }
  .hab-rides header {
    margin-bottom: 13px; }
    .hab-rides header h2 {
      color: #363636;
      display: inline-block;
      margin-bottom: 0; }
  .hab-rides .text {
    padding: 0.875rem 1.0625rem 1.0625rem;
    padding-bottom: 4.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .hab-rides .info {
    padding-right: 8px;
    width: calc(100% - 95px); }
    .hab-rides .info h3,
    .hab-rides .info h4 {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100%; }
  .hab-rides .link {
    margin-top: 11px;
    font-size: 13px; }
  .hab-rides .button {
    font: 0.8125rem/3.625rem "pn-smbold", sans-serif;
    text-align: center;
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0; }
  .hab-rides .stars {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    transform-origin: left; }

.nd-cards .text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
.nd-cards .text {
  display: block !important; }
.nd-cards .info-top {
  margin-bottom: 10px; }
.nd-cards .info h3 {
  position: relative;
  white-space: normal;
  text-overflow: inherit;
  margin-bottom: 10px; }
.nd-cards .review-counts {
  position: relative; }
  .nd-cards .review-counts::before, .nd-cards .review-counts::after {
    position: absolute;
    top: -1px; }
  .nd-cards .review-counts::before {
    content: '(';
    left: -5px; }
  .nd-cards .review-counts::after {
    content: ')';
    right: -5px; }
  .nd-cards .review-counts span {
    display: none; }
.nd-cards .lists h4 {
  margin-bottom: 0; }
.nd-cards .lists .avg-wrp {
  margin-top: 3px; }
.nd-cards .lists var {
  line-height: 1; }

.three {
  background: #d3e7F5 url(../jpg/bg.jpg) no-repeat 0 bottom/cover;
  background-attachment: fixed; }

.location-content {
  float: left;
  width: 44%;
  margin-bottom: 30px;
  font: 1.0625rem/1.35 "pn-smbold", sans-serif;
  color: #333; }
  .location-content p {
    line-height: 1.35;
    text-align: justify;
    margin-bottom: 20px; }
  .location-content a {
    color: #f26c22; }
    .location-content a strong {
      font-family: "pn-smbold", sans-serif; }

.image-map {
  float: right;
  width: 43%; }
  .image-map blockquote {
    font: italic 1.3125rem georgia;
    color: #262626;
    position: relative;
    border-left: 2px solid #2b74eb;
    padding-left: 13px;
    line-height: 1.3; }
    .image-map blockquote span {
      color: #2b74eb;
      font: 0.875rem "pn-bold", sans-serif;
      display: block;
      margin-bottom: 5px; }

.hab-specialists {
  padding: 15px 0 5px;
  overflow: hidden;
  clear: both; }

.media-lists {
  background: #e5f3f4;
  text-align: center;
  clear: both; }
  .media-lists p {
    font: 1.0625rem "pn-smbold", sans-serif;
    color: #363636;
    margin-bottom: 15px; }
  .media-lists h2 {
    color: #363636;
    font: 1.8125rem "pn-smbold", sans-serif;
    margin-bottom: 29px;
    text-transform: capitalize; }
  .media-lists .items {
    margin-bottom: 10px;
    background: #fff;
    padding: 16px 18px;
    -webkit-box-shadow: 0 0 40px #9c9b9b;
    -moz-box-shadow: 0 0 40px #9c9b9b;
    box-shadow: 0 0 40px #9c9b9b; }
    .media-lists .items > div > div {
      display: inline-block;
      vertical-align: middle;
      margin: 5px 2px; }
  .media-lists .bg {
    min-height: 227px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding: 1.9375rem 0; }
  .media-lists .img-bg img {
    display: none; }
  .media-lists .field--name-image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

.featured-destination {
  background: #e5f3f4;
  text-align: center;
  padding: 25px 0; }
  .featured-destination p {
    font: 1.0625rem "pn-smbold", sans-serif;
    color: #363636;
    margin-bottom: 15px; }
  .featured-destination .items {
    margin-bottom: 10px; }
    .featured-destination .items > div > div {
      display: inline-block;
      vertical-align: middle;
      margin: 5px 2%;
      max-width: 130px;
      opacity: 0.8;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .featured-destination .items > div > div:hover {
        opacity: 1; }
  .featured-destination .item {
    position: relative; }
    .featured-destination .item a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0; }
    .featured-destination .item .field--name-image {
      display: block; }
      .featured-destination .item .field--name-image img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
  .featured-destination .field--name-image {
    display: none; }

.footer-cta {
  background: #fe8548;
  padding: 18px 0;
  color: #fff;
  min-height: 87px; }
  .footer-cta h2 {
    font: 1.4375rem "pn-smbold", sans-serif;
    color: #fff;
    margin-bottom: 3px; }
  .footer-cta p {
    font-size: 15px;
    margin-bottom: 0; }
  .footer-cta .wrapper {
    position: relative; }
    .footer-cta .wrapper:after {
      content: '';
      display: table;
      clear: both; }
  .footer-cta .img {
    width: 18%;
    padding-right: 2%; }
    .footer-cta .img article {
      padding: 0 !important; }
    .footer-cta .img img {
      position: absolute;
      max-height: calc(100% + 60px);
      margin-top: -20px;
      left: 9.5%;
      width: auto;
      z-index: 9;
      top: 50%;
      margin-top: -45px;
      filter: drop-shadow(10px 15px 15px #E86B2D);
      -webkit-animation: MoveUpDown 5s  infinite;
      animation: MoveUpDown 5s  infinite; }
  .footer-cta .cta a {
    padding: 0 2.875rem;
    background: #fff;
    font-family: "pn-bold", sans-serif;
    text-transform: uppercase;
    line-height: 2.875rem;
    color: #f26c22; }
    .footer-cta .cta a:hover {
      color: #fff; }

.feature {
  background-size: cover;
  overflow: hidden;
  height: 260px;
  position: relative; }
  .feature .feature-video {
    width: calc(31% + 40px);
    float: right;
    height: 260px;
    position: absolute !important;
    right: 0;
    top: 0;
    background-size: cover; }
    .feature .feature-video .contextual-region {
      position: static; }
    .feature .feature-video .views-field-field-image {
      display: none; }
    .feature .feature-video .video-embed-field-launch-modal {
      width: 68px;
      height: 68px;
      background: url(../png/play.png) no-repeat 0 0;
      position: absolute;
      top: 50%;
      left: 31%;
      margin-top: -34px;
      opacity: 0.6;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .feature .feature-video .video-embed-field-launch-modal img {
        opacity: 0; }
      .feature .feature-video .video-embed-field-launch-modal:hover {
        opacity: 1; }
  .feature .feature-share {
    clear: both;
    float: right;
    border-top: 1px solid #5D8FEE;
    padding: 8px 0;
    padding-left: 5px;
    position: absolute !important;
    bottom: 0;
    right: 53px; }
    .feature .feature-share .social-links p,
    .feature .feature-share .social-links ul {
      display: inline-block; }
    .feature .feature-share .social-links ul {
      margin-right: 22px; }
    .feature .feature-share .social-links p {
      padding-right: 10px;
      text-transform: uppercase;
      font-family: "pn-light", sans-serif;
      font-size: 12px;
      vertical-align: top;
      margin-top: 5px; }
  .feature .feature-share .contextual {
    top: auto;
    bottom: 0; }

.feature-inner {
  margin-left: calc((100vw - 1018px)/2); }

.feature-review {
  position: relative;
  z-index: 9;
  color: #fff;
  padding: 30px 0 50px;
  background: url(../png/feature-bg.png) no-repeat right 0/cover; }
  .feature-review a {
    color: #fff; }
  .feature-review header {
    position: relative;
    padding-right: 250px; }
    .feature-review header h3 {
      font: 1.4375rem "pn-smbold", sans-serif;
      margin-bottom: 22px;
      margin-top: 3px; }
    .feature-review header .button {
      position: absolute;
      top: -4px;
      right: 40px;
      background: #4884EE;
      font: 13px "pn-reg", sans-serif;
      line-height: 37px;
      padding-left: 13px;
      padding-right: 18px; }
      .feature-review header .button:hover {
        background: #f26c22;
        text-decoration: none; }
  .feature-review .views-row {
    float: left;
    width: 41%;
    position: relative;
    padding-left: 58px;
    min-height: 50px;
    padding-bottom: 25px; }
    .feature-review .views-row + .views-row {
      margin-left: 5%; }
    .feature-review .views-row .fivestar-summary {
      display: none; }
  .feature-review .views-field-field-user-picture {
    position: absolute;
    left: 0;
    top: 1px;
    width: 42px;
    height: 42px; }
    .feature-review .views-field-field-user-picture img {
      border-radius: 50%; }
  .feature-review:after {
    content: '';
    display: table;
    clear: both; }
  .feature-review .fivestar-basic {
    margin-bottom: 8px; }
  .feature-review .views-field-field-message {
    font-family: "pn-light", sans-serif;
    position: relative;
    /* &:after{
         content: attr(data-title);
         position: absolute;
         left: 100%;
         top: -40px;
         background: #ffc6a6;
         color: #000;
         padding: 10px;
         width: 120%;
         z-index: 9;
         border-radius: 5px;
         border: 1px solid #F26C22;
         @include transition(all 0.3s);
         visibility: hidden;
         opacity: 0;
     }
     &:before{
       content: '';
       position: absolute;
       right: 0;
       width: 20px;
       height: 20px;
       background: red;
     }
     &:hover{
       &:after{
         opacity: 1;
         visibility: visible;
       }
     }*/ }
  .feature-review .uname {
    font-family: "pn-smbold", sans-serif;
    margin-top: 8px;
    text-transform: capitalize;
    position: absolute;
    bottom: 0;
    left: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: HIDDEN; }
  .feature-review .fivestar-basic div.fivestar-widget .star,
  .feature-review .fivestar-basic div.fivestar-widget .star a {
    pointer-events: none; }

a.cta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-indent: -9999px;
  text-align: left; }

@media only screen and (min-width: 1023px) and (max-width: 1030px) {
  .trustblock h3 {
    padding-right: 10px; }
  .trustblock > div {
    width: 1024px; } }
@media only screen and (min-width: 1023px) {
  .feature-review {
    width: 69%;
    float: left;
    height: 260px; }
    .feature-review::before {
      content: '';
      position: absolute;
      z-index: -1;
      background: rgba(43, 117, 235, 0.9);
      border-right: 30px solid #F26C22;
      -webkit-transform: rotate(13.5deg);
      transform: rotate(13.5deg);
      right: 0;
      top: -10px;
      width: 0;
      height: 280px;
      transform-origin: right; }

  .hab-rides header h2 {
    font-size: 1.8125rem;
    margin-left: -2px; }

  .location-content h2 {
    font-size: 1.8125rem; }

  .footer-cta .text {
    max-width: 500px;
    margin-left: 21%;
    text-align: left;
    float: left; }
  .footer-cta .cta {
    position: absolute;
    right: 7%;
    top: 50%;
    margin: 0;
    margin-top: -23px; }

  .nd-cards .text-inner {
    min-height: 41px; }
  .nd-cards var {
    position: relative;
    top: 3px; } }
@media only screen and (min-width: 1370px) {
  .feature-inner {
    margin-left: calc((1370px - 1000px)/2); } }
@media only screen and (max-width: 1022px) {
  .zopim {
    display: none !important; }

  .frontpage .block-hotair-carousel {
    display: none; }
  .frontpage .quick-book-form {
    margin-top: 10px; }

  .trustblock {
    margin: 0 15px 20px;
    border: 1px solid #dadada;
    background: #fff; }
    .trustblock h3,
    .trustblock .check {
      display: block; }
      .trustblock h3 li,
      .trustblock .check li {
        padding-left: 25px;
        padding-right: 15px;
        display: inline-block;
        vertical-align: top;
        width: 49%; }
        .trustblock h3 li:before,
        .trustblock .check li:before {
          left: 0;
          top: 5px;
          margin-top: 0; }
    .trustblock h3 {
      margin-bottom: 10px; }
    .trustblock > div {
      width: 100%;
      padding: 0 3%; }

  .home-packages .col {
    width: 100%; }
  .home-packages .price {
    bottom: auto;
    top: 16px; }
  .home-packages li.lists:nth-child(n+5) {
    display: none; }

  .feature {
    height: auto; }
    .feature .feature-share {
      border: none;
      display: table;
      position: static !important;
      float: none;
      padding-left: 15px;
      display: none;
      margin: 10px auto; }
    .feature .feature-video {
      display: none; }

  .feature-inner {
    overflow: hidden;
    border-bottom: 1px solid #5D8FEE;
    padding-bottom: 20px;
    text-align: center; }

  .feature-review {
    background-image: url(../jpg/feature-bg_mob.jpg);
    padding: 15px 0 0px; }
    .feature-review .views-row {
      position: static;
      width: 100%;
      padding-left: 0;
      padding-bottom: 5px; }
      .feature-review .views-row ~ .views-row {
        display: none; }
    .feature-review .views-field-subject {
      padding-left: 12px; }
    .feature-review .uname {
      position: static;
      padding-left: 3px; }
    .feature-review .usermeta {
      position: relative;
      min-height: 50px;
      display: table;
      margin: 0 auto 5px;
      text-align: left; }
    .feature-review .views-field-field-user-picture,
    .feature-review .views-field-subject {
      display: table-cell;
      vertical-align: middle; }
    .feature-review .views-field-field-user-picture {
      position: static; }
    .feature-review .views-field-field-rate-us {
      margin-top: 3px; }
    .feature-review .views-field-field-message {
      line-height: 1.5; }
    .feature-review header {
      padding-right: 0; }
      .feature-review header h3 {
        font-size: 14px; }
      .feature-review header .button {
        line-height: 33px;
        top: 0;
        right: 0;
        position: relative;
        margin-bottom: 10px;
        font-size: 12px;
        padding-top: 1px; }

  .location-content,
  .image-map,
  .media-lists,
  .featured-destination {
    display: none; }

  .footer-cta .wrapper {
    display: block !important;
    padding-left: 135px; }
  .footer-cta .text,
  .footer-cta .cta,
  .footer-cta .img {
    display: block; }
  .footer-cta .cta {
    margin: 8px 0 0; }
    .footer-cta .cta a {
      line-height: 35px;
      padding: 0 20px;
      font-size: 11px; }
  .footer-cta .img img {
    left: 20px;
    margin-top: -45px;
    top: 50%; }
  .footer-cta h2 {
    font-size: 16px; }

  .hab-rides {
    padding-top: 20px;
    padding-bottom: 0; }
    .hab-rides .text {
      display: block !important;
      padding: 10px;
      padding-bottom: 50px; }
    .hab-rides .text-inner {
      display: block !important; }
    .hab-rides .info {
      width: 100%;
      padding-right: 0; }
    .hab-rides .price {
      position: absolute;
      bottom: 5px;
      width: calc(100% - 20px);
      left: 10px;
      min-height: 39px; }
      .hab-rides .price .button {
        position: static;
        font: 0.6875rem/25px "pn-bold", sans-serif;
        width: auto;
        padding: 0 10px;
        border-radius: 3px;
        margin-top: 5px;
        display: inline-block;
        float: right;
        min-width: 78px; }
      .hab-rides .price var {
        display: inline-block; }
    .hab-rides .col-3 {
      margin: 0 -5px; }
      .hab-rides .col-3 .col {
        width: 50%;
        padding: 0 5px; }
        .hab-rides .col-3 .col:nth-child(3) {
          display: none; }
    .hab-rides header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .hab-rides header h2 {
        font-size: 1.0625rem;
        display: inline-block;
        max-width: 50%; }
      .hab-rides header .button {
        margin-top: 0; } }
@media only screen and (max-width: 1024px) {
  .feature-inner {
    padding: 0 15px 20px;
    margin-left: 0; } }
@media only screen and (min-width: 521px) {
  .home-packages .nd-tiles {
    padding-bottom: 49px;
    position: relative; }
    .home-packages .nd-tiles .bottom-info {
      position: absolute;
      width: 100%;
      bottom: 12px;
      left: 0;
      padding: 0 15px; } }
@media only screen and (max-width: 767px) {
  .trustblock {
    margin: 0 10px 15px;
    padding: 5px 0; }
    .trustblock h3 {
      margin-bottom: 0;
      padding-right: 0; }
    .trustblock .check li {
      padding-bottom: 0; }

  .feature-review {
    padding-top: 10px; }
    .feature-review header h3 {
      margin-bottom: 10px; }

  .feature-inner {
    padding-bottom: 5px; }

  .three {
    background: none; }

  .footer-cta .img img {
    max-height: 100px;
    margin-top: -40px; }
  .footer-cta p {
    font-size: 11px; }

  .home-packages .button {
    padding-top: 3px; }

  .hab-rides .price .button {
    padding-top: 3px; } }
@media only screen and (max-width: 520px) {
  .home-packages .item-list ul {
    margin: 0 -5px; }
  .home-packages .inner, .home-packages .text, .home-packages .img {
    display: block !important;
    width: 100%; }
  .home-packages .inner {
    padding-bottom: 45px; }
  .home-packages .text {
    padding: 8px 10px 0;
    min-height: 0; }
  .home-packages .info {
    padding: 0; }
  .home-packages .price {
    text-align: left;
    overflow: hidden;
    margin: 10px 0 0;
    width: calc(100% - 20px);
    left: 10px;
    bottom: 12px;
    top: auto; }
    .home-packages .price var {
      margin-bottom: 0;
      float: left;
      margin-top: 1px; }
  .home-packages .button {
    padding: 3px  6px 0;
    line-height: 25px;
    border-radius: 3px;
    float: right;
    min-width: 70px; }
  .home-packages .col {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; }
  .home-packages .nd-tiles .bottom-info {
    display: block !important; }
  .home-packages .nd-tiles .price {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    position: absolute;
    bottom: 13px;
    top: auto;
    left: 12px;
    right: auto; }
  .home-packages .nd-tiles .button {
    float: right;
    position: absolute;
    bottom: 10px;
    top: auto;
    right: 12px; }

  .lists .stars {
    width: 60px;
    height: 14px;
    background-size: 60px; }
    .lists .stars span {
      background-size: 60px;
      background-position: 0 -15px; }

  .hab-rides .price var {
    margin-top: 9px; }

  .footer-cta .wrapper {
    padding-left: 120px; }
  .footer-cta .img img {
    left: 17px; }

  .social-links ul li {
    transform: scale(0.8);
    transform-origin: left; }
    .social-links ul li + li {
      padding-left: 5px; } }
@media only screen and (max-width: 320px) {
  .home-packages .col {
    padding: 0 3px; }

  .footer-cta .wrapper {
    padding-left: 90px; }
  .footer-cta .img img {
    left: 10px;
    max-height: 80px;
    margin-top: -30px; } }
#ui-datepicker-div {
  border: 1px solid #eaeaea;
  background-color: #fbfbfe;
  padding: 9px 9px 25px 9px; }
  #ui-datepicker-div::before {
    position: relative;
    content: "Select Date";
    color: #333;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    z-index: 999;
    margin-bottom: 15px; }
  #ui-datepicker-div::after {
    position: absolute;
    content: "Prices are shown below as price per adult";
    color: #999;
    font-size: 9px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    z-index: 999;
    top: 28px;
    left: 0; }
  #ui-datepicker-div .ui-widget-header {
    background-color: transparent !important;
    background: transparent !important;
    border: 0px; }
    #ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
      top: 4px !important;
      left: 0px !important;
      cursor: pointer; }
      #ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
        left: 25% !important;
        margin: 0px !important;
        border: 0px !important;
        background-image: url("../png/left-arrow.png") !important;
        background-position: 0 !important; }
    #ui-datepicker-div .ui-widget-header .ui-datepicker-next {
      right: 0px !important;
      top: 4px !important;
      cursor: pointer; }
      #ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
        left: 25% !important;
        margin: 0px !important;
        border: 0px !important;
        background-image: url("../png/right-arrow.png") !important;
        background-position: 0 !important; }
    #ui-datepicker-div .ui-widget-header .ui-datepicker-title {
      color: #1D2129;
      font-size: 13px;
      font-weight: 400; }
  #ui-datepicker-div table.ui-datepicker-calendar {
    margin: 7px 0 0 0 !important;
    width: 100% !important; }
    #ui-datepicker-div table.ui-datepicker-calendar thead {
      background-color: rgba(47, 118, 235, 0.1);
      border: 1px solid rgba(47, 118, 235, 0.1); }
      #ui-datepicker-div table.ui-datepicker-calendar thead th {
        color: #333333;
        font-size: 11px; }
    #ui-datepicker-div table.ui-datepicker-calendar td {
      border: 1px solid rgba(151, 151, 151, 0.1);
      height: 48px;
      font-size: 12px;
      color: #4d4d4d; }
      #ui-datepicker-div table.ui-datepicker-calendar td span {
        font-weight: 400;
        font-size: 12px;
        color: #4d4d4d;
        border: 0; }
        #ui-datepicker-div table.ui-datepicker-calendar td span:after {
          content: attr(data-adult-price) attr(data-adult-price-highest) attr(data-adult-price-cheapest);
          display: block;
          margin-top: -20px;
          color: red;
          font-size: 8px; }
      #ui-datepicker-div table.ui-datepicker-calendar td a {
        font-weight: 400;
        border: 0px; }
        #ui-datepicker-div table.ui-datepicker-calendar td a:after {
          content: attr(data-adult-price) attr(data-adult-price-highest) attr(data-adult-price-cheapest);
          display: block;
          margin-top: -20px;
          color: #333;
          font-size: 8px; }
        #ui-datepicker-div table.ui-datepicker-calendar td a:hover {
          border: 0px; }
      #ui-datepicker-div table.ui-datepicker-calendar td span[data-adult-price-highest]:after, #ui-datepicker-div table.ui-datepicker-calendar td a[data-adult-price-highest]:after {
        color: red; }
      #ui-datepicker-div table.ui-datepicker-calendar td span[data-adult-price-cheapest]:after, #ui-datepicker-div table.ui-datepicker-calendar td a[data-adult-price-cheapest]:after {
        color: green; }
      #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-available a {
        border: 0px; }
      #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-available .ui-state-default {
        background-color: transparent !important;
        color: #333 !important; }
      #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-not-available {
        background-color: #eaeaea !important; }
        #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-not-available span.ui-state-default {
          background-color: transparent !important;
          color: #333 !important; }
          #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-not-available span.ui-state-default:after {
            content: attr(data-adult-price) attr(data-adult-price-highest) attr(data-adult-price-cheapest);
            display: block;
            margin-top: -20px;
            color: #333;
            font-size: 8px; }
      #ui-datepicker-div table.ui-datepicker-calendar td.ui-state-disabled:not(.ui-datepicker-not-available) span:after {
        content: ""; }
  #ui-datepicker-div .loading {
    display: flex;
    align-items: center;
    height: 23px;
    background-color: transparent;
    float: left;
    margin: 0; }
  #ui-datepicker-div .color-code {
    position: absolute;
    bottom: 0px;
    right: 8px;
    height: 23px;
    display: flex;
    align-items: center;
    width: 140px;
    justify-content: space-between; }
    #ui-datepicker-div .color-code span {
      font-size: 8.1px;
      color: #999; }
      #ui-datepicker-div .color-code span:nth-child(1)::before {
        content: "";
        background: #0CA10E;
        height: 3px;
        width: 6px;
        position: absolute;
        border-radius: 0.9px;
        top: 9px;
        left: -8px; }
      #ui-datepicker-div .color-code span:nth-child(2)::before {
        content: "";
        background: #D71717;
        height: 3px;
        width: 6px;
        position: absolute;
        border-radius: 0.9px;
        top: 9px;
        left: 42px; }
      #ui-datepicker-div .color-code span:nth-child(3)::before {
        content: "";
        background: #999999;
        height: 3px;
        width: 6px;
        position: absolute;
        border-radius: 0.9px;
        top: 9px;
        left: 85px; }

/* to target all date cells */
.lang-cn .banner h2 {
  line-height: 1.05; }
.lang-cn h1, .lang-cn h2, .lang-cn h3, .lang-cn h4 {
  font-weight: bold !important; }

.lang-jp .trustblock .check {
  font-size: 13px; }
.lang-jp .rides-description .showmore_content {
  line-height: 1.65; }
.lang-jp .lists h2 {
  font-size: 0.9375rem; }
.lang-jp .lists h3 {
  font-size: 0.8125rem; }
.lang-jp .feature-review header h3 {
  font-size: 0.9375rem; }
.lang-jp .image-map blockquote {
  font-size: 0.9375rem; }
.lang-jp .contact-no a span {
  font-size: 9px; }
.lang-jp .footer-cta h2 {
  font-size: 1.1875rem; }
.lang-jp .footer-cta p {
  font-size: 0.8125rem; }
.lang-jp .footer-left .menu > li > a {
  font-size: 0.9375rem; }
.lang-jp .footer-left .menu a {
  font-size: 11px; }
.lang-jp .footer-bottom {
  font-size: 12px; }
.lang-jp h2, .lang-jp h3, .lang-jp h4 {
  font-weight: bold !important; }
.lang-jp .horizontal-quick-book-form h2 {
  font-weight: normal !important; }
.lang-jp .horizontal-quick-book-form .button {
  width: 150px; }
.lang-jp .trustblock h3 {
  font-weight: normal !important; }

.lang-de .quick-book-form .form-item label {
  width: 125px; }
.lang-de .quick-book-form .form-item .form-text,
.lang-de .quick-book-form .form-item .form-select {
  width: calc(100% - 125px) !important; }
.lang-de .quick-book-form .form-item-adults label,
.lang-de .quick-book-form .form-item-children label {
  width: 100px; }
.lang-de .quick-book-form .form-item-adults .form-text,
.lang-de .quick-book-form .form-item-adults .form-select,
.lang-de .quick-book-form .form-item-children .form-text,
.lang-de .quick-book-form .form-item-children .form-select {
  width: calc(100% - 100px) !important; }
.lang-de .trustblock {
  font-size: 12px; }
  .lang-de .trustblock h3 {
    padding-right: 15px;
    font: bold 0.9375rem "pn-reg", sans-serif; }
  .lang-de .trustblock .check {
    font-size: 12px; }
    .lang-de .trustblock .check li {
      padding: 5px 5px 5px 30px; }
      .lang-de .trustblock .check li:before {
        left: 5px; }
.lang-de .tab-navigator li {
  margin-right: 10px; }
  .lang-de .tab-navigator li a {
    font-size: 11px; }
  .lang-de .tab-navigator li:last-child {
    margin-right: 0; }
.lang-de .home-packages .button {
  min-width: 112px; }

html body .lists h3, html body .lists h4 {
  font-weight: normal !important; }

.banner h1, .banner h2 {
  font-weight: normal !important; }

@media only screen and (min-width: 1023px) {
  .lang-cn .desk-menu .menu .location-menu > a {
    min-width: 125px; }

  .lang-kr .desk-menu .menu .location-menu > a {
    min-width: 155px; }

  .lang-jp .ui-datepicker {
    width: 20.64em; }
  .lang-jp .faq-cat-menu li {
    font-size: 15px; }
  .lang-jp .desk-menu .menu > li {
    font-size: 0.75rem; }

  .lang-de .feature-review header h3 {
    font-size: 1.3125rem; }
  .lang-de .horizontal-quick-book-form .form-item-traveldate,
  .lang-de .horizontal-quick-book-form .form-item-location {
    width: 162px; }
  .lang-de .horizontal-quick-book-form .form-item-adults,
  .lang-de .horizontal-quick-book-form .form-item-children {
    width: 135px; }
  .lang-de .horizontal-quick-book-form .button {
    width: 240px; } }
@media only screen and (max-width: 1022px) {
  .quick-book-form .form-item-location .form-text,
  .quick-book-form .form-item-location .form-select,
  .quick-book-form .form-item-traveldate .form-text,
  .quick-book-form .form-item-traveldate .form-select {
    width: calc(100% - 125px) !important; }
  .quick-book-form .form-item-adults .form-select,
  .quick-book-form .form-item-children .form-select {
    width: calc(100% - 100px) !important; } }
@media only screen and (max-width: 767px) {
  .lang-jp .hab-rides .link {
    margin-top: 0; }
  .lang-jp .lists h2 {
    font-size: 0.9375rem; }
  .lang-jp .lists h3 {
    font-size: 13px; }
  .lang-jp .rides-description .showmore_content {
    line-height: 1.5; } }
@media only screen and (max-width: 520px) {
  .lang-de .footer-bottom .menu li:nth-child(4):before {
    display: none; }
  .lang-de .footer-bottom .menu li:nth-child(3):before {
    content: '\a';
    white-space: pre;
    display: block;
    font-size: 0; }
  .lang-de .footer-bottom .menu li:nth-child(3):after {
    opacity: 1; }
  .lang-de .footer-bottom .menu li:nth-child(2):after {
    opacity: 0; } }
@media only screen and (max-width: 390px) {
  .lang-de .footer-bottom .menu li:nth-child(4):after {
    opacity: 0; } }
.lists h2 {
  font: 1.4375rem "pn-smbold", sans-serif;
  margin-bottom: 0; }
.lists h3 {
  font: 1.0625rem/1.2 "pn-reg", sans-serif;
  color: #393939;
  margin-bottom: 0; }
.lists h4 {
  font-size: 0.875rem;
  font-family: "pn-reg", sans-serif;
  color: #787878;
  margin-bottom: 3px; }
  .lists h4 p {
    margin-bottom: 0; }
.lists var {
  font: 1.9375rem "p-xbold";
  color: #262626; }
  .lists var sup {
    font: 1.125rem "pn-reg", sans-serif;
    vertical-align: 0.6em; }
.lists .inner {
  border: 1px solid #d1d1d1;
  background: #fff;
  position: relative;
  overflow: hidden;
  min-height: 125px; }
  .lists .inner:hover .hover-text {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .lists .inner:hover .button {
    background: #d6601f; }
.lists .views-field-hotair-review {
  display: none; }
.lists .img {
  position: relative; }
  .lists .img img {
    width: 100%; }
  .lists .img span {
    position: absolute;
    font: 0.75rem "pn-reg", sans-serif;
    color: #fff;
    background: #f26c22;
    display: block;
    top: 10px;
    left: 0;
    line-height: 26px;
    padding: 2px 10px 0;
    white-space: nowrap; }
    .lists .img span::after {
      position: absolute;
      top: 0;
      right: -10px;
      content: '';
      height: 100%;
      width: 11px;
      background: url(../png/ribbon-arrow.png) no-repeat right 0/100% 100%; }
.lists .text .review-counts {
  height: 15px;
  line-height: 1.1; }
.lists .hover-text {
  padding: 18px 12px;
  background: rgba(43, 116, 235, 0.94);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }
  .lists .hover-text .info {
    padding-bottom: 1.5rem; }
  .lists .hover-text h3 {
    color: #fff;
    margin-bottom: 8px; }
  .lists .hover-text p {
    color: #d5e1ff; }
  .lists .hover-text var {
    color: #fff; }
  .lists .hover-text .review-counts {
    color: #fff; }
  .lists .hover-text .avg-wrp {
    margin: 10px 0 15px; }
    .lists .hover-text .avg-wrp span {
      background-color: rgba(43, 116, 235, 0.94); }
.lists .avg-wrp .stars,
.lists .avg-wrp .review-counts {
  display: inline-block;
  vertical-align: middle; }
.lists .button {
  z-index: 10; }

.page-node-type-product .lists .img span::after, .home-packages .lists .img span::after {
  background: url(../png/yellow-ribbon-arrow.png) no-repeat right 0/100% 100%; }

@media only screen and (max-width: 520px) {
  .lists h2 {
    font-size: 15px; }
  .lists h3 {
    font-size: 13px; }
  .lists h4 {
    font-size: 11px; }
  .lists .review-counts {
    font-size: 11px;
    line-height: 1; }
  .lists var {
    font-size: 23px; }
    .lists var sup {
      vertical-align: 0.4em;
      font-size: 11px; }
  .lists .button {
    font-family: "pn-smbold", sans-serif; }
  .lists .img span {
    line-height: 20px; } }
@media only screen and (max-width: 320px) {
  .lists var {
    font-size: 13px; }
    .lists var sup {
      font-size: 10px; } }
#block-hotairpromotionalblock .lists .inner.eqheight {
  min-height: 184px !important; }
#block-hotairpromotionalblock .lists .img {
  width: 160px !important; }
  #block-hotairpromotionalblock .lists .img img {
    height: 100%; }
  #block-hotairpromotionalblock .lists .img span {
    background: #f5bc3a;
    line-height: 15px;
    white-space: unset;
    width: 100%;
    word-break: break-word;
    color: #444343;
    padding: 5px 10px;
    font-size: 11px;
    text-align: center; }
#block-hotairpromotionalblock .lists .text {
  position: relative;
  flex-direction: column;
  padding-right: 0px;
  padding-left: 5px; }
  #block-hotairpromotionalblock .lists .text .location-col {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 5px;
    height: 19px; }
    #block-hotairpromotionalblock .lists .text .location-col h2 {
      font-size: 14px;
      font-family: "pn-reg", sans-serif;
      color: #f26e3c;
      float: left;
      margin: 2px 0 0 0; }
    #block-hotairpromotionalblock .lists .text .location-col .avg-wrp {
      float: right; }
  #block-hotairpromotionalblock .lists .text .mob-review {
    display: none; }
  #block-hotairpromotionalblock .lists .text h3,
  #block-hotairpromotionalblock .lists .text h4 {
    white-space: unset;
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    height: 39px; }
  #block-hotairpromotionalblock .lists .text h3 {
    font-weight: 600 !important; }
  #block-hotairpromotionalblock .lists .text .price {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 10px 15px;
    top: 67%; }
  #block-hotairpromotionalblock .lists .text .price-col {
    display: flex;
    align-items: center; }
    #block-hotairpromotionalblock .lists .text .price-col .strikethrough {
      margin-right: 15px; }
      #block-hotairpromotionalblock .lists .text .price-col .strikethrough .was-price {
        font-size: 19px;
        font-family: "pn-reg", sans-serif;
        color: #999;
        text-decoration: line-through;
        padding-left: 11px;
        position: relative;
        margin: 0; }
        #block-hotairpromotionalblock .lists .text .price-col .strikethrough .was-price sup {
          position: absolute;
          left: 0;
          font-size: 19px;
          text-decoration: line-through; }
    #block-hotairpromotionalblock .lists .text .price-col .price-val var {
      margin-bottom: 0; }
      #block-hotairpromotionalblock .lists .text .price-col .price-val var span {
        font-size: 15px;
        display: inline-block;
        vertical-align: top;
        line-height: 21px; }
    #block-hotairpromotionalblock .lists .text .price-col .text-red var {
      color: #de3b38; }
@media (max-width: 991px) {
  #block-hotairpromotionalblock .lists div.strikethrough {
    margin-right: 10px !important; }
  #block-hotairpromotionalblock .lists .was-price {
    padding: 0 0 0 4px !important; }
  #block-hotairpromotionalblock .lists .price-val {
    padding: 0 0 0 4px !important; } }
@media (max-width: 767px) {
  #block-hotairpromotionalblock .lists .text h3,
  #block-hotairpromotionalblock .lists .text h4 {
    height: 35px; } }
@media (max-width: 520px) {
  #block-hotairpromotionalblock .lists .img {
    width: 100% !important; }
    #block-hotairpromotionalblock .lists .img span {
      width: 60%; }
  #block-hotairpromotionalblock .lists .text {
    padding: 10px 10px 0 10px;
    height: auto; }
    #block-hotairpromotionalblock .lists .text h3,
    #block-hotairpromotionalblock .lists .text h4 {
      height: 30px; }
    #block-hotairpromotionalblock .lists .text .price {
      padding: 10px 20px 10px 0;
      top: 100%; }
      #block-hotairpromotionalblock .lists .text .price .was-price {
        padding: 0 !important;
        font-size: 13px !important; }
        #block-hotairpromotionalblock .lists .text .price .was-price span {
          font-size: 11px; }
      #block-hotairpromotionalblock .lists .text .price .price-val var span {
        line-height: 22px;
        font-size: 12px; }
    #block-hotairpromotionalblock .lists .text .location-col {
      height: auto; }
      #block-hotairpromotionalblock .lists .text .location-col .avg-wrp {
        display: none; }
    #block-hotairpromotionalblock .lists .text .mob-review {
      display: block; } }
@media (max-width: 420px) {
  #block-hotairpromotionalblock .lists .text .price .strikethrough {
    margin-right: 5px !important; }
    #block-hotairpromotionalblock .lists .text .price .strikethrough .was-price {
      padding-left: 9px;
      font-size: 13px; }
      #block-hotairpromotionalblock .lists .text .price .strikethrough .was-price sup {
        font-size: 13px; }
  #block-hotairpromotionalblock .lists .text .price .price-val {
    padding: 0px !important; }
    #block-hotairpromotionalblock .lists .text .price .price-val var {
      font-size: 20px; }
      #block-hotairpromotionalblock .lists .text .price .price-val var span {
        line-height: 18px;
        font-size: 11px; } }
@media (max-width: 384px) {
  #block-hotairpromotionalblock .lists.col {
    width: 100%; } }

.bottom .trustblock {
  border-top: 1px solid #dadada; }

.page-node-type-page .page-content {
  padding: 30px 0; }

.page-node-type-landing-page .page-content article {
  padding-top: 40px;
  padding-bottom: 40px; }

.code {
  font: 1.0625rem "pn-smbold", sans-serif;
  color: #f26c22; }

article p {
  margin-bottom: 20px;
  line-height: 1.5; }
article .alignleft,
article .align-left,
article .text-align-left img,
article .alignnone,
article img[align="left"] {
  float: left;
  margin-right: 4%;
  margin-bottom: 15px; }
article .aligncenter,
article .text-align-center img {
  display: table !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both; }
article .alignright,
article .align-right,
article .text-align-right img,
article img[align="right"] {
  float: right;
  margin-left: 4%;
  margin-bottom: 15px; }

.block-block-hab-content article p img {
  display: inline-block;
  vertical-align: top; }

.linebreak {
  display: block !important;
  clear: both;
  margin: 25px 0;
  overflow: hidden;
  padding: 0 !important;
  font-size: inherit  !important; }

.page-node-type-page article .field--name-body {
  color: #252864;
  font-size: 0.9375rem;
  line-height: 1.6; }
  .page-node-type-page article .field--name-body h2 {
    color: #f26c22;
    font-size: 1.5625rem; }
  .page-node-type-page article .field--name-body h3 {
    font-size: 1.25rem; }
  .page-node-type-page article .field--name-body h4 {
    font-size: 1.0625rem; }
  .page-node-type-page article .field--name-body .indent {
    padding-left: 30px;
    margin-top: 5px; }

.booking-sites .page-content {
  overflow: hidden; }
  .booking-sites .page-content .site {
    border: 1px solid #d2ddff;
    -webkit-box-shadow: 0 0 20px #ddd;
    -moz-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    padding: 4% 4.5%;
    margin-bottom: 20px; }
    .booking-sites .page-content .site a:hover {
      text-decoration: underline; }
  .booking-sites .page-content img {
    margin-bottom: 13px; }
  .booking-sites .page-content h2 {
    font-size: 1.5625rem;
    margin-bottom: 0;
    line-height: 1.2; }
  .booking-sites .page-content p {
    margin-bottom: 0;
    padding-bottom: 0; }

.node-1031 .banner,
.node-1032 .banner {
  display: none; }
.node-1031 #block-hab-page-title,
.node-1032 #block-hab-page-title {
  position: absolute;
  left: -9999px;
  top: -999px; }

.error-page {
  font-size: 14px;
  overflow: hidden;
  padding: 30px 0 0;
  display: table;
  width: 100%; }
  .error-page h1 {
    font: 53px "pn-bold", sans-serif;
    margin-bottom: 0; }
  .error-page .type {
    margin-bottom: 30px; }
  .error-page h4 {
    font-size: 19px;
    color: #4c84b0; }
  .error-page li {
    font-size: 14px;
    margin-bottom: 12px !important; }
    .error-page li a {
      position: relative;
      display: inline-block; }
      .error-page li a:after {
        content: '';
        border-bottom: 1px dashed #ee6934;
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%; }
  .error-page a {
    color: #ee6934; }
  .error-page p {
    color: #666767;
    font-size: 1.0625rem; }
    .error-page p a {
      color: #f26c22;
      position: relative; }
      .error-page p a:after {
        content: '';
        width: 100%;
        height: 0;
        border-bottom: 1px dashed #f26c22;
        position: absolute;
        bottom: -3px;
        left: 0; }

.no-result {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0 20px;
  color: #898a8a;
  background: url(../png/no_image.png) no-repeat center top;
  padding-top: 122px;
  padding-left: 10px;
  text-transform: uppercase; }

.video-gallery .video-thumb {
  position: relative; }
  .video-gallery .video-thumb img {
    width: 100%; }
  .video-gallery .video-thumb .video-embed-field-launch-modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .video-gallery .video-thumb .video-embed-field-launch-modal:after {
      content: '';
      width: 68px;
      height: 68px;
      background: url(../png/play.png) no-repeat 0 0/cover;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -34px;
      margin-left: -34px;
      opacity: 0.6;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .video-gallery .video-thumb .video-embed-field-launch-modal:hover:after {
      opacity: 1; }
    .video-gallery .video-thumb .video-embed-field-launch-modal img {
      opacity: 0; }
.video-gallery .video-caption {
  margin-bottom: 0;
  font-family: "pn-smbold", sans-serif; }
.video-gallery ul[class^='col-'] {
  margin: 0 -5px; }
  .video-gallery ul[class^='col-'] li {
    padding: 0 5px; }

.page-content figure {
  text-align: center;
  display: table;
  margin-bottom: 15px; }
.page-content figcaption {
  line-height: 1.3;
  font-size: 12px;
  display: table-caption;
  caption-side: bottom;
  margin-top: 5px; }

@media only screen and (min-width: 1023px) {
  .booking-sites .left-content,
  .booking-sites .right-content {
    width: 48%;
    float: left;
    margin-right: 2%; }

  .error-page {
    font-size: 17px; }
    .error-page .left,
    .error-page .right {
      display: table-cell;
      vertical-align: middle; }
    .error-page li {
      font-size: 17px; }
    .error-page .left {
      width: 45%;
      padding-right: 7%; }
    .error-page .right {
      width: 55%; }
    .error-page h4 {
      font-size: 23px; } }
@media only screen and (max-width: 1022px) {
  .page-node-type-landing-page .page-content article {
    padding-top: 20px;
    padding-bottom: 20px; }

  .no-result {
    margin-top: 0px; }

  .linebreak {
    margin: 15px 0; }

  .page-node-type-page article .field--name-body h2 {
    font-size: 1.3125rem; }
  .page-node-type-page article .field--name-body .indent {
    padding-left: 15px; }
  .page-node-type-page article .field--name-body h3 {
    font-size: 1.0625rem; }
  .page-node-type-page article .field--name-body h4 {
    font-size: 0.9375rem; }

  .video-gallery ul[class^='col-'] li {
    width: 50%; }

  .error-page {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px; }
    .error-page img {
      margin: 0 auto;
      max-width: 150px; }
    .error-page li {
      padding-left: 0 !important; }
      .error-page li:before {
        display: none; } }
@media only screen and (max-width: 767px) {
  .video-gallery {
    margin-bottom: 20px; }
    .video-gallery ul[class^='col-'] {
      margin: 0 -3px; }
      .video-gallery ul[class^='col-'] li {
        padding: 0 3px;
        margin-bottom: 6px; }
    .video-gallery .video-thumb .video-embed-field-launch-modal:after {
      width: 34px;
      height: 34px;
      margin-left: -17px;
      margin-top: -17px; }

  .about-video .video-caption-inner {
    vertical-align: top; }
  .about-video .video-caption {
    padding: 5px;
    font: 11px "pn-reg", sans-serif; } }
@media only screen and (max-width: 620px) {
  article .alignleft,
  article .align-left,
  article .text-align-left img,
  article .alignnone,
  article img[align="left"] {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block !important; }
  article .alignright,
  article .align-right,
  article .text-align-right img,
  article img[align="right"] {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block !important; }

  .page-content figure {
    display: table !important; } }
.page-node-type-product {
  background: #e5f3f4; }
  .page-node-type-product .slide-image {
    max-height: 190px; }
  .page-node-type-product .block-local-tasks-block li a {
    background: #fff; }
  .page-node-type-product .page {
    margin-top: -150px;
    position: relative;
    z-index: 2; }
  .page-node-type-product h1 {
    font: 1.5625rem "pn-bold", sans-serif;
    margin-bottom: 10px;
    line-height: 1.1; }
  .page-node-type-product .pdp {
    font-family: "pn-light", sans-serif;
    line-height: 1.5; }
    .page-node-type-product .pdp a:hover {
      color: #f26c22; }
    .page-node-type-product .pdp .sub-title {
      font-size: 1.0625rem;
      color: #535252;
      display: inline-block;
      line-height: 1.2;
      float: left;
      width: 100%; }
      .page-node-type-product .pdp .sub-title .field,
      .page-node-type-product .pdp .sub-title .avg-wrp,
      .page-node-type-product .pdp .sub-title .avg-wrp * {
        display: inline;
        vertical-align: top; }
      .page-node-type-product .pdp .sub-title .field {
        margin-right: 13px; }
      .page-node-type-product .pdp .sub-title .review-counts {
        font-size: 14px;
        font-weight: bold;
        margin-left: -10px; }
      .page-node-type-product .pdp .sub-title .stars {
        -webkit-transform: scale(0.81);
        transform: scale(0.81);
        transform-origin: left;
        display: inline-block; }
  .page-node-type-product .page-content {
    overflow: hidden;
    padding: 25px 3% 3% 3%;
    background: #fff; }
    .page-node-type-product .page-content .block {
      position: static; }
  .page-node-type-product main {
    margin-bottom: 25px;
    overflow: hidden; }
  .page-node-type-product .ui-datepicker {
    width: 18.2em;
    margin-left: -30px; }
  .page-node-type-product .video-icon:after {
    content: '';
    position: absolute;
    z-index: 9;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    opacity: 0.6;
    background: url(../png/play.png) no-repeat 0 0/100%; }
  .page-node-type-product .video-icon:hover:after {
    opacity: 1; }

.sub-title ~ .code {
  margin-top: 5px; }

.field--name-field-ribbon {
  position: absolute;
  top: 10px;
  right: 0;
  line-height: 24px;
  padding: 2px 10px 0;
  color: #444343;
  background: #f5bc3a;
  font-size: 13px;
  z-index: 1; }
  .field--name-field-ribbon:before {
    position: absolute;
    top: 0;
    left: -11px;
    content: '';
    height: 100%;
    width: 11px;
    background: url(../png/yellow-ribbon-arrow.png) no-repeat right 0/100% 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.pdp .bx-wrapper {
  max-width: 100% !important; }
.pdp .sub-title p:last-of-type {
  margin-bottom: 0; }

.single-image img {
  width: 100%; }

.img-gallery {
  position: relative;
  margin: 0 auto;
  margin-top: 20px !important;
  top: 0px;
  left: 0px;
  width: 620px;
  height: 360px;
  overflow: hidden;
  visibility: hidden;
  padding-bottom: 75px;
  box-sizing: content-box; }
  .img-gallery .video {
    padding-bottom: 46.5%; }

@media (min-width: 1023px) {
  .getaway-body {
    margin-top: 25px; } }

.hab-gallery {
  margin-top: 20px; }

.page-node-type-offer .ui-widget-content {
  border: 0;
  border-radius: 0;
  padding: 0; }
.page-node-type-offer .img-gallery {
  padding-bottom: 111px; }
.page-node-type-offer .ui-tabs-nav {
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
  font-size: 13px; }
  .page-node-type-offer .ui-tabs-nav li a {
    color: #fff !important;
    padding: 0;
    margin: 0;
    background: #f26c22;
    border: 1px solid #f26c22; }
  .page-node-type-offer .ui-tabs-nav li:before {
    display: none; }
  .page-node-type-offer .ui-tabs-nav .ui-tabs-active {
    margin-bottom: 0 !important; }
    .page-node-type-offer .ui-tabs-nav .ui-tabs-active a {
      background: #fff;
      color: #f26c22 !important; }
.page-node-type-offer .ui-tabs .ui-tabs-panel {
  padding: 20px 0 !important; }
  .page-node-type-offer .ui-tabs .ui-tabs-panel .field__item {
    margin-bottom: 10px; }
.page-node-type-offer .intTd {
  padding-right: 10px; }

.carousel-control {
  background: #2b74eb;
  width: 40px;
  height: 42px;
  color: #fff;
  top: 121px; }
  .carousel-control:hover {
    background: #1a3e97; }
  .carousel-control::after {
    content: '';
    width: 8px;
    height: 8px;
    border-left: 3px solid;
    border-top: 3px solid;
    position: absolute;
    left: 17px;
    top: 15.5px; }

.arrowleft {
  left: 3px; }
  .arrowleft::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.arrowright {
  right: 3px; }
  .arrowright::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 14px; }

.highlights {
  margin-top: 30px; }
  .highlights ul:not(.nostyle) li {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 15px; }
  .highlights .field--name-field-inclusions ul li {
    width: 100%;
    padding-right: 0; }

.page-content .field__label {
  font: 1.1875rem "pn-bold", sans-serif;
  margin-bottom: 10px; }

.content-tabs .tab-content:not(.show) {
  display: none; }
.content-tabs h3 {
  font: 1.0625rem "pn-smbold", sans-serif;
  color: #f26c22;
  margin-bottom: 10px; }
.content-tabs .contents {
  overflow: hidden; }
  .content-tabs .contents .tab-content {
    position: relative; }
.content-tabs .item {
  display: table;
  width: 100%;
  padding-left: 45px;
  position: relative; }
.content-tabs .connections .item {
  padding-left: 0 !important; }
.content-tabs .timeline {
  position: relative; }
  .content-tabs .timeline:before {
    content: '';
    width: 1px;
    height: 1000px;
    background: #225be6;
    position: absolute;
    left: -35px;
    bottom: 10px; }
  .content-tabs .timeline .inner {
    background: #2B74EB;
    border-radius: 20px;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font: 0.8125rem/1.2 "pn-smbold", sans-serif;
    padding: 7px 17px;
    position: relative;
    z-index: 2; }
    .content-tabs .timeline .inner br {
      display: none; }
    .content-tabs .timeline .inner:before {
      content: '';
      width: 12px;
      height: 12px;
      background: #fff;
      border: 2px solid #225be6;
      position: absolute;
      left: -42px;
      top: 50%;
      margin-top: -10px;
      border-radius: 50%; }
.content-tabs .description-text {
  padding-bottom: 15px;
  margin-top: 10px;
  padding-left: 5px; }
.content-tabs .tab-content > div > div:first-of-type .item .timeline:after {
  content: '';
  width: 20px;
  height: 200px;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: -44px;
  bottom: 50%;
  margin-bottom: 10px; }
.content-tabs .tab-content > div > div:last-of-type .item .timeline:after {
  content: '';
  width: 20px;
  height: 200px;
  background: #fff;
  position: absolute;
  left: -44px;
  top: 50%;
  margin-top: 10px; }
.content-tabs #tab-4 .pager {
  margin-top: 20px; }
  .content-tabs #tab-4 .pager a:hover {
    color: #fff; }

.line-break {
  position: relative; }
  .line-break::before {
    content: '';
    position: absolute;
    width: 120%;
    left: -10%;
    top: 71px;
    border-bottom: 1px solid #B8CEFB;
    -webkit-box-shadow: 0 4PX 12px #9eadd7;
    -moz-box-shadow: 0 4PX 12px #9eadd7;
    box-shadow: 0 4PX 12px #9eadd7; }

.pane-wrap {
  overflow: auto;
  width: 100%;
  margin-bottom: 20px; }

.tab-navigator {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  margin-bottom: 10px; }
  .tab-navigator li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px; }
    .tab-navigator li a {
      display: block;
      position: relative;
      font: 0.75rem "pn-smbold", sans-serif;
      color: #627cc0;
      padding: 0 5px 15px 5px;
      position: relative;
      text-transform: uppercase;
      overflow: hidden;
      font-size: 0.6875rem; }
      .tab-navigator li a::before {
        content: '';
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto 10px;
        background-size: 30px;
        background-repeat: no-repeat; }
      .tab-navigator li a::after {
        content: '';
        width: 100%;
        height: 4px;
        background: #f26c22;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.8s ease;
        transition: all 0.8s ease;
        -webkit-transform: scaleX(0);
        transform: scaleX(0); }
      .tab-navigator li a:hover, .tab-navigator li a.active {
        color: #f26c22; }
        .tab-navigator li a:hover:before, .tab-navigator li a.active:before {
          background-position: 0 bottom; }
      .tab-navigator li a.active::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
      .tab-navigator li a.itinerary::before {
        background-image: url(../png/itinerary.png); }
      .tab-navigator li a.what-bring::before {
        background-image: url(../png/what-bring.png); }
      .tab-navigator li a.price-other::before {
        background-image: url(../png/price-other.png); }
      .tab-navigator li a.upgrade::before {
        background-image: url(../png/upgrade.png); }
      .tab-navigator li a.video::before {
        background-image: url(../png/videos.png); }
      .tab-navigator li a.reviews::before {
        background-image: url(../png/reviews.png); }
      .tab-navigator li a.inclusions::before {
        background-image: url(../png/inclusion.png); }

.faq-teaser {
  background: #fff;
  border: 1px solid #B8CEFB;
  padding: 16px 20px 20px;
  margin-bottom: 13px; }
  .faq-teaser li {
    padding: 10px 0; }
    .faq-teaser li + li {
      border-top: 1px dotted #bfbfbf; }
  .faq-teaser a {
    color: #3f3f3f; }
    .faq-teaser a:hover {
      color: #f26c22; }
  .faq-teaser header {
    margin-bottom: 5px; }
    .faq-teaser header .link {
      font-size: 13px;
      color: #225be6;
      margin-top: 1px; }
  .faq-teaser h2 {
    font: 1.1875rem "pn-bold", sans-serif;
    margin-bottom: 0;
    color: #000;
    display: inline-block; }

.booking-form {
  background: #2B74EB;
  padding: 20px 0px 60px;
  color: #fff;
  position: relative !important;
  margin-bottom: 15px; }
  .booking-form h2 {
    font: 0.875rem "pn-smbold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 7px;
    padding: 0px 30px; }
  .booking-form .form-item-traveldate, .booking-form #dest-wrapper, .booking-form .addon-wrapper, .booking-form #edit-total-container {
    padding: 0px 30px; }
  .booking-form .addon-wrapper {
    padding: 10px 30px 10px 30px !important;
    background: #3868c2; }
    .booking-form .addon-wrapper .person {
      margin-bottom: 0px !important; }
  .booking-form .form-item-date label {
    font-size: 0;
    float: left; }
    .booking-form .form-item-date label:before {
      content: '';
      position: absolute;
      width: 16px;
      height: 16px;
      top: 13px;
      left: 5px;
      background: url(../png/sprite.png) no-repeat 0 0; }
    .booking-form .form-item-date label:after {
      position: absolute;
      top: 13px;
      right: 0;
      content: '\f0d7';
      font: normal normal normal 15px/1 FontAwesome; }
  .booking-form .person {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    overflow: hidden; }
    .booking-form .person:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      background-image: url(../png/sprite.png); }
    .booking-form .person.adult:before {
      background-position: -23px 0; }
    .booking-form .person.child:before {
      background-position: -46px 0; }
    .booking-form .person .info {
      float: left;
      position: relative; }
      .booking-form .person .info .child-age-info {
        position: absolute;
        right: -23px;
        top: -2px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6); }
    .booking-form .person .increments {
      float: right;
      font: 1.0625rem "pn-smbold", sans-serif; }
      .booking-form .person .increments .count {
        margin: 0;
        width: 35px;
        text-align: center; }
    .booking-form .person span {
      display: inline-block;
      vertical-align: middle; }
    .booking-form .person .minus,
    .booking-form .person .plus {
      position: relative;
      width: 12px;
      height: 12px;
      cursor: pointer; }
      .booking-form .person .minus:before, .booking-form .person .minus:after,
      .booking-form .person .plus:before,
      .booking-form .person .plus:after {
        content: '';
        height: 2px;
        width: 12px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px; }
    .booking-form .person .minus:after {
      display: none; }
    .booking-form .person .plus:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    .booking-form .person .rate {
      font: 1.375rem "p-xbold";
      display: inline-block; }
      .booking-form .person .rate:before {
        content: '$';
        display: inline-block;
        vertical-align: top;
        font: 1.375rem "pn-reg", sans-serif;
        padding-right: 2px; }
    .booking-form .person .label {
      font-size: 15px; }
  .booking-form .form-text {
    background: none;
    border: none;
    width: 100%;
    height: 2.5625rem;
    padding: 0 30px;
    color: #fff;
    font: 1.0625rem "pn-smbold", sans-serif; }
  .booking-form .form-item {
    border-bottom: 1px solid #6797F0;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative; }
  .booking-form .form-item-traveldate {
    background: #fff;
    padding-bottom: 0; }
    .booking-form .form-item-traveldate .form-text {
      color: #333; }
    .booking-form .form-item-traveldate label {
      font-size: 0;
      float: left; }
      .booking-form .form-item-traveldate label::before, .booking-form .form-item-traveldate label::after {
        position: absolute;
        top: 50%;
        font: normal normal normal 12px/1 FontAwesome;
        cursor: pointer;
        color: #000; }
      .booking-form .form-item-traveldate label::before {
        margin-top: -6px;
        left: 10px;
        content: '\f073'; }
      .booking-form .form-item-traveldate label::after {
        right: 10px;
        content: '\f0d7';
        margin-top: -7px;
        font-size: 14px; }
    .booking-form .form-item-traveldate ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #333; }
    .booking-form .form-item-traveldate ::-moz-placeholder {
      /* Firefox 19+ */
      color: #333; }
    .booking-form .form-item-traveldate :-ms-input-placeholder {
      /* IE 10+ */
      color: #333; }
    .booking-form .form-item-traveldate :-moz-placeholder {
      /* Firefox 18- */
      color: #333; }
  .booking-form .grand-total {
    border-top: 1px solid #6797F0;
    padding-top: 12px;
    font-size: 1.875rem;
    margin-bottom: 11px; }
  .booking-form .total-amout {
    font-family: "p-xbold";
    float: right; }
    .booking-form .total-amout:before {
      content: '$';
      display: inline-block;
      font: 1.0625rem "pn-reg", sans-serif;
      padding-right: 2px;
      vertical-align: 0.6em; }
  .booking-form .form-submit {
    border-radius: 0;
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 0 10px;
    font: 1.0625rem/2.7 "p-xbold";
    text-transform: uppercase;
    text-align: center; }
  .booking-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .booking-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .booking-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .booking-form :-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }
  .booking-form .ask-price h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #6897F1;
    font: 1.375rem "p-xbold";
    text-transform: none; }
  .booking-form .ask-price .rate:before {
    display: none; }
  .booking-form .ask-price .grand-total {
    padding-top: 0;
    border: none; }
  .booking-form .booking-summary .child .label {
    position: relative;
    padding-right: 23px;
    display: table; }
    .booking-form .booking-summary .child .label .child-age-info {
      right: 0; }

.lang-kr .booking-form .ask-price .person .rate {
  font-size: 1.0625rem; }

.review-teaser {
  padding-bottom: 5px; }
  .review-teaser header ~ div {
    min-height: 45px; }
  .review-teaser .usr-info {
    margin-top: 22px;
    padding-left: 61px; }
    .review-teaser .usr-info img {
      position: absolute;
      left: 0;
      top: 0; }
  .review-teaser .usr-rate {
    vertical-align: top;
    padding-left: 0 !important; }
  .review-teaser .review-body {
    padding-left: 61px;
    font-family: "pn-light", sans-serif;
    margin-bottom: 22px; }
  .review-teaser .name {
    color: #f26c22;
    font: 0.875rem "pn-smbold", sans-serif;
    margin-top: 8px; }

.why-with-us {
  padding: 25px 20px;
  color: #fff;
  background: url(../jpg/why-with-us.jpg) no-repeat 0 0/cover; }
  .why-with-us h2 {
    font: 1.1875rem "pn-bold", sans-serif;
    margin-bottom: 18px;
    color: #fff; }
  .why-with-us ul {
    margin: 0;
    padding: 0; }
  .why-with-us li {
    padding-left: 25px;
    position: relative;
    color: #fff;
    padding-bottom: 15px; }
    .why-with-us li::before {
      font-family: FontAwesome;
      content: '\f058';
      position: absolute;
      top: 1px;
      left: 0; }

.review-top {
  overflow: hidden;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .review-top .review-left {
    float: left; }
  .review-top .avg {
    color: #2B73EB;
    font: 3.4375rem/1 "pn-bold", sans-serif;
    margin-bottom: 6px; }
  .review-top .write-review {
    margin-top: 16px;
    padding: 12px 20px 12px 45px;
    text-transform: uppercase;
    display: inline-block;
    background: #2C74EC;
    color: #fff;
    border-radius: 5px;
    font-family: "pn-smbold", sans-serif;
    position: relative; }
    .review-top .write-review:before {
      content: '';
      width: 18px;
      height: 17px;
      background: url(../png/sprite.png) -74px 0;
      position: absolute;
      left: 16px;
      top: 50%;
      margin-top: -9px; }
    .review-top .write-review:hover {
      color: #fff !important; }
  .review-top .avg-wrp {
    text-align: center;
    padding-right: 14px; }
  .review-top .avg-wrp,
  .review-top .review-counts {
    display: inline-block;
    vertical-align: bottom; }
  .review-top .review-counts {
    line-height: 1.0;
    position: relative;
    top: 1px;
    color: #07437e;
    font-weight: bold; }
  .review-top .write-review {
    float: right; }

.stars {
  width: 92px;
  height: 16px;
  position: relative;
  background: url(../png/stars.png) no-repeat 0 -1px/92px; }
  .stars span {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../png/stars.png) no-repeat 0 -22px/92px;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff; }

.review-section {
  width: 100%;
  float: left; }
  .review-section .fivestar-basic {
    margin-bottom: 8px; }
  .review-section .views-field-field-message {
    margin-bottom: 10px;
    font-family: "pn-light", sans-serif; }
  .review-section .views-row {
    margin-bottom: 55px;
    overflow: hidden;
    position: relative;
    padding-left: 60px;
    min-height: 50px; }
  .review-section .views-field-field-user-picture {
    position: absolute;
    left: 0;
    z-index: 9;
    width: 45px;
    height: 45px;
    top: 3px;
    border-radius: 50%; }
    .review-section .views-field-field-user-picture img {
      border-radius: 50%; }
  .review-section .views-field-subject {
    color: #f26c22;
    font-weight: bold;
    text-transform: capitalize; }
  .review-section nav {
    float: left;
    margin-right: 17px; }
    .review-section nav ul {
      margin: 0 !important; }
      .review-section nav ul li {
        padding: 0 !important;
        margin-right: 1px;
        background: #95b3ff;
        width: 40px;
        height: 40px;
        color: #fff;
        float: left;
        font-size: 0;
        cursor: default; }
        .review-section nav ul li:before {
          display: none; }
        .review-section nav ul li::after {
          content: '';
          width: 8px;
          height: 8px;
          border-left: 3px solid;
          border-top: 3px solid;
          position: absolute;
          left: 13px;
          top: 14px; }
        .review-section nav ul li a {
          background: #2b74eb;
          width: 40px;
          height: 40px;
          color: #fff;
          display: block; }
          .review-section nav ul li a:hover {
            background: #1a3e97; }
          .review-section nav ul li a::after {
            content: '';
            width: 8px;
            height: 8px;
            border-left: 3px solid;
            border-top: 3px solid;
            position: absolute;
            z-index: 9;
            left: 13px;
            top: 14px; }
        .review-section nav ul li:first-child::after {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          left: 17px; }
        .review-section nav ul li:first-child a::after {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          left: 17px; }
        .review-section nav ul li:last-child::after {
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
        .review-section nav ul li:last-child a::after {
          -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }
  .review-section footer {
    float: left;
    font: 13px "pn-smbold", sans-serif;
    width: 100%; }
    .review-section footer span {
      margin: 0 2px; }
    .review-section footer .current-page {
      color: #f26c22;
      margin-top: -1px;
      font-size: 18px; }
    .review-section footer .spacing {
      height: 0;
      padding-bottom: 35px;
      border-bottom: 1px solid #eaeaea;
      margin-bottom: 22px;
      width: 100%; }
  .review-section .fivestar-basic div.fivestar-widget .star,
  .review-section .fivestar-basic div.fivestar-widget .star a {
    pointer-events: none; }
  .review-section .views-field-field-title {
    padding-right: 90px;
    min-height: 10px; }

.verified-purchase {
  background: url(../png/verified.png) no-repeat 0 0/100%;
  width: 74px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0; }

.social-login {
  float: right;
  padding-left: 10%;
  width: 50%;
  position: relative;
  margin-top: 47px;
  padding-bottom: 10px;
  max-width: 300px;
  padding-right: 4%; }
  .social-login:before {
    content: '';
    border-left: 1px solid #eaeaea;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .social-login:after {
    content: 'or';
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #4683ED;
    color: #fff;
    line-height: 34px;
    text-align: center;
    top: 50%;
    left: -17px;
    margin-top: -17px; }
  .social-login h2 {
    line-height: 1.0;
    font-size: 21px;
    color: #f26c22;
    margin-bottom: 0; }
  .social-login p {
    color: #A5A9B4;
    font-size: 13px;
    margin-bottom: 10px; }
  .social-login .connections {
    margin: 0; }
    .social-login .connections .item {
      margin-right: 0;
      padding-right: 0;
      border-radius: 0;
      margin-bottom: 6px;
      text-align: left;
      overflow: hidden;
      line-height: 40px;
      font-size: 13px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .social-login .connections .item span {
        margin: 0 12px 0 0;
        height: 25px; }
      .social-login .connections .item:hover {
        -webkit-box-shadow: 0 3px 3px #000;
        -moz-box-shadow: 0 3px 3px #000;
        box-shadow: 0 3px 3px #000; }
    .social-login .connections .google {
      background: #DB3C23; }
      .social-login .connections .google span {
        margin-left: 6px;
        height: 22px;
        margin-right: 5px; }
    .social-login .connections .facebook {
      background: #324E97; }
      .social-login .connections .facebook span {
        margin-left: 0; }
  .social-login ~ #product-review-form {
    float: left;
    width: 49%;
    padding-right: 5%; }

#product-review-form .pager {
  display: none; }
#product-review-form h2 {
  font-size: 19px;
  margin-bottom: 18px; }
#product-review-form .form-email,
#product-review-form .form-text {
  line-height: 25px;
  padding: 5px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  width: 100%; }
#product-review-form textarea {
  width: 227%; }
#product-review-form .form-actions {
  width: 227%; }
#product-review-form .selectBox {
  display: none !important; }
#product-review-form .field--name-field-rate-us {
  margin-top: 25px; }
#product-review-form div.fivestar-widget .star,
#product-review-form div.fivestar-widget .star a {
  width: 30px;
  height: 29px;
  margin-right: 10px;
  background: url(../png/star-big.png) no-repeat 0 0; }
#product-review-form div.fivestar-widget .star.hover, #product-review-form div.fivestar-widget .star.hover a, #product-review-form div.fivestar-widget .star.on, #product-review-form div.fivestar-widget .star.on a {
  background-position: 0 -32px !important; }
#product-review-form .js-ajax-comments-messages {
  color: #f26c22;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 15px;
  border-left: 5px solid #f26c22;
  padding-left: 10px;
  font-weight: bold; }
  #product-review-form .js-ajax-comments-messages .wrapper {
    padding: 0; }
  #product-review-form .js-ajax-comments-messages ul li {
    margin-bottom: 0 !important;
    color: #f26c22;
    padding-left: 0 !important;
    font-size: 13px;
    line-height: 1.3 !important; }
    #product-review-form .js-ajax-comments-messages ul li:before {
      display: none; }
#product-review-form .form-wrapper:not(.form-actions) {
  max-width: 273px; }

.fivestar-basic div.fivestar-widget .star,
.fivestar-basic div.fivestar-widget .star a {
  background-position: 0 0;
  -webkit-transition: none;
  transition: none;
  background-image: url(../png/star-2.png); }

.fivestar-basic div.fivestar-widget .star.on a {
  background-position: 0 -32px; }

.fivestar-basic div.fivestar-widget div.hover a,
.fivestar-basic div.rating div a:hover {
  background-image: url(../png/star-2.png);
  background-position: 0 -16px !important; }

.fivestar-basic .selectBox {
  display: none !important; }

.path-comment .comment-product-review-form-form {
  max-width: 540px;
  margin: 40px auto 60px; }

@media only screen and (min-width: 1023px) {
  .content-tabs ul[class^='col-'] {
    margin: 0 -13px; }
    .content-tabs ul[class^='col-'] li {
      padding: 0 13px;
      margin-bottom: 26px; }

  .tabs-top .selectBox-dropdown .selectBox-label {
    padding-left: 0; } }
@media only screen and (max-width: 1022px) {
  .hab-gallery {
    margin-top: 0 !important; }

  .big-img {
    /* width: 100vw !important;
    height: auto !important;*/ }

  .slides {
    /*width: 100% !important;
    div{
      width: 100vw !important;
    }*/ }

  .page-node-type-product h1 {
    font-size: 19px; }
  .page-node-type-product .page-content {
    margin-top: -40px;
    padding: 30px 4% 10px;
    margin-bottom: 12px; }
    .page-node-type-product .page-content ul {
      font-size: 13px; }
    .page-node-type-product .page-content .field--name-field-ribbon {
      display: none; }
  .page-node-type-product .page {
    margin-top: 0 !important; }
  .page-node-type-product .banner {
    display: none; }
  .page-node-type-product #footer {
    padding-bottom: 68px; }
  .page-node-type-product .field--name-field-hotair-tags {
    margin-bottom: 20px; }

  .hab-gallery {
    margin-left: -15px !important;
    margin-bottom: 0;
    padding-bottom: 0; }

  .single-image {
    width: calc(100% + 20px); }

  .arrowleft,
  .arrowright {
    top: 100px;
    bottom: auto; }

  .arrowleft {
    left: 0 !important;
    margin-left: 15px;
    right: auto !important;
    transform-origin: left; }

  .arrowright {
    right: 0 !important;
    margin-right: 15px;
    left: auto !important;
    transform-origin: right; }

  .img-gallery {
    height: auto; }

  .highlights {
    margin-top: 10px; }

  .pane-wrap ul {
    margin-bottom: 0; }

  .tab-navigator li a {
    padding-bottom: 10px; }
    .tab-navigator li a:after {
      display: none; }

  .line-break:after {
    top: 67px; }

  .content-tabs .item {
    padding-left: 0; }
  .content-tabs .timeline:before, .content-tabs .timeline:after {
    display: none !important; }
  .content-tabs .timeline .inner:after {
    display: none !important; }
  .content-tabs .description-text {
    padding-bottom: 10px;
    padding-left: 0; }

  .field--name-field-ribbon {
    line-height: 20px; }

  .review-section .views-row {
    margin-bottom: 25px; }
  .review-section footer .spacing {
    padding-bottom: 15px;
    margin-bottom: 12px; }

  .give-review {
    display: table;
    width: 100%;
    position: relative; }
    .give-review div.button {
      line-height: 29px;
      padding: 0 10px;
      text-transform: uppercase;
      font-weight: bold; }

  .social-login {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: -1;
    padding-left: 0;
    padding-right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 0;
    top: 0;
    max-width: none;
    height: 100%; }
    .social-login .social-connect {
      text-align: left; }
      .social-login .social-connect .connections {
        width: 100%;
        max-width: 240px; }
    .social-login:before, .social-login:after {
      display: none; }

  .show-login {
    position: absolute;
    top: 1px;
    right: 0; }
    .show-login::after {
      content: 'or login'; }

  .hide-login {
    position: absolute;
    top: 1px;
    right: 0;
    display: none;
    z-index: 2; }
    .hide-login::after {
      content: "cancel"; }

  #product-review-form {
    width: 100% !important;
    padding-right: 0 !important;
    float: none !important; }
    #product-review-form textarea,
    #product-review-form .form-wrapper:not(.form-actions) {
      width: 100%;
      max-width: none; }
    #product-review-form textarea {
      height: 95px; }

  .review-top .write-review {
    margin-top: 3px; }
  .review-top .avg {
    font-size: 29px; }

  .social-login-active .social-login {
    visibility: visible;
    opacity: 1;
    z-index: 2; }
  .social-login-active .hide-login {
    display: block; }
  .social-login-active #product-review-form {
    height: 160px;
    overflow: hidden; }

  .page-node-type-offer .img-gallery {
    padding-bottom: 0; }

  .review-teaser .usr-info {
    margin-top: 15px; } }
@media only screen and (max-width: 767px) {
  .page-node-type-product .page-content {
    padding-top: 15px;
    margin-top: -20px; }
  .page-node-type-product .ui-datepicker {
    width: 21.2em; }

  .hab-gallery {
    margin-left: -10px !important; }

  .single-image {
    width: calc(100% + 20px); }

  .arrowleft {
    margin-left: 10px; }

  .arrowright {
    margin-right: 10px; }

  .review-section .views-field-field-title {
    padding-right: 0;
    min-height: 0; }

  .verified-purchase {
    position: static;
    margin: 5px 0 8px; } }
@media only screen and (max-width: 520px) {
  .review-top .avg-wrp {
    text-align: left; }
  .review-top .write-review {
    margin-top: 12px;
    padding: 8px 20px 8px 45px;
    float: none; }
  .review-top .review-left {
    float: none; }

  .social-login .social-connect .connections {
    max-width: none; }

  .comment-form .form-actions .button {
    width: 132px !important; }

  .booking-form .form-submit {
    font-size: 12px;
    font-family: "pn-bold", sans-serif; }
  .booking-form .grand-total {
    font-size: 25px; } }
.tour-col {
  display: flex;
  align-items: flex-end; }
  .tour-col .tour-left {
    display: flex;
    width: 60%;
    justify-content: space-between;
    margin-top: 5px; }
    .tour-col .tour-left .code {
      display: flex;
      font-size: 14px; }
      .tour-col .tour-left .code span {
        color: #acacac;
        display: inline-block;
        margin-right: 5px; }
    .tour-col .tour-left .sub-title {
      float: none;
      width: auto; }
  .tour-col .tour-right {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 40%; }
    .tour-col .tour-right .strikethrough {
      margin-right: 15px; }
      .tour-col .tour-right .strikethrough .was-price {
        font-size: 14px;
        font-family: "pn-reg", sans-serif;
        color: #999;
        text-decoration: line-through;
        padding-left: 11px;
        position: relative;
        margin: 0; }
        .tour-col .tour-right .strikethrough .was-price sup {
          position: absolute;
          left: 0;
          font-size: 19px;
          text-decoration: line-through; }
    .tour-col .tour-right .price-val var {
      font-family: "pn-bold", sans-serif;
      font-size: 25px;
      line-height: 33px;
      margin-bottom: 0; }
      .tour-col .tour-right .price-val var span {
        font-size: 15px;
        display: inline-block;
        vertical-align: top;
        line-height: 27px; }
    .tour-col .tour-right .text-red var {
      color: #de3b38; }

#booking-form .form-item-traveldate {
  background: transparent; }
  #booking-form .form-item-traveldate label {
    font-size: 14px;
    display: block;
    width: 100%; }
    #booking-form .form-item-traveldate label:before, #booking-form .form-item-traveldate label:after {
      display: none; }
  #booking-form .form-item-traveldate input {
    margin-bottom: 5px; }

@media (max-width: 479px) {
  .tour-col {
    align-items: flex-start;
    flex-direction: column; }
    .tour-col .tour-left {
      width: 100%;
      justify-content: flex-start;
      flex-direction: column; }
      .tour-col .tour-left .sub-title {
        padding-top: 5px; }
    .tour-col .tour-right {
      align-items: center;
      justify-content: flex-start;
      width: 100%; }
      .tour-col .tour-right .strikethrough .was-price {
        padding-left: 0; } }
.paragraph-tabs ul.ui-tabs-nav {
  display: flex;
  flex-wrap: wrap; }
  .paragraph-tabs ul.ui-tabs-nav li.ui-tabs-tab {
    height: 40px;
    margin-top: 10px; }
    .paragraph-tabs ul.ui-tabs-nav li.ui-tabs-tab a {
      padding: .5em 1em; }

.page-node-type-product {
  /* to target all date cells */ }
  .page-node-type-product #ui-datepicker-div {
    border: 1px solid #eaeaea;
    background-color: #fbfbfe;
    padding: 9px 9px 25px 9px; }
    .page-node-type-product #ui-datepicker-div::before {
      position: relative;
      content: "Select Date";
      color: #333;
      font-size: 13px;
      font-weight: 400;
      width: 100%;
      text-align: center;
      z-index: 999;
      margin-bottom: 15px; }
    .page-node-type-product #ui-datepicker-div::after {
      position: absolute;
      content: "Prices are shown below as price per adult";
      color: #999;
      font-size: 9px;
      font-weight: 400;
      width: 100%;
      text-align: center;
      z-index: 999;
      top: 28px;
      left: 0; }
    .page-node-type-product #ui-datepicker-div .ui-widget-header {
      background-color: transparent !important;
      background: transparent !important;
      border: 0px; }
      .page-node-type-product #ui-datepicker-div .ui-widget-header .ui-datepicker-prev {
        top: 4px !important;
        left: 0px !important;
        cursor: pointer; }
        .page-node-type-product #ui-datepicker-div .ui-widget-header .ui-datepicker-prev .ui-icon {
          left: 25% !important;
          margin: 0px !important;
          border: 0px !important;
          background-image: url("../png/left-arrow.png") !important;
          background-position: 0 !important; }
      .page-node-type-product #ui-datepicker-div .ui-widget-header .ui-datepicker-next {
        right: 0px !important;
        top: 4px !important;
        cursor: pointer; }
        .page-node-type-product #ui-datepicker-div .ui-widget-header .ui-datepicker-next .ui-icon {
          left: 25% !important;
          margin: 0px !important;
          border: 0px !important;
          background-image: url("../png/right-arrow.png") !important;
          background-position: 0 !important; }
      .page-node-type-product #ui-datepicker-div .ui-widget-header .ui-datepicker-title {
        color: #1D2129;
        font-size: 13px;
        font-weight: 400; }
    .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar {
      margin: 7px 0 0 0 !important;
      width: 100% !important; }
      .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar thead {
        background-color: rgba(47, 118, 235, 0.1);
        border: 1px solid rgba(47, 118, 235, 0.1); }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar thead th {
          color: #333333;
          font-size: 11px; }
      .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td {
        border: 1px solid rgba(151, 151, 151, 0.1);
        height: 48px;
        font-size: 12px;
        color: #4d4d4d; }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td span {
          font-weight: 400;
          font-size: 12px;
          color: #4d4d4d;
          border: 0; }
          .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td span:after {
            content: attr(data-adult-price) attr(data-adult-price-highest) attr(data-adult-price-cheapest);
            display: block;
            margin-top: -20px;
            color: red;
            font-size: 8px; }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td a {
          font-weight: 400;
          border: 0px; }
          .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td a:after {
            content: attr(data-adult-price) attr(data-adult-price-highest) attr(data-adult-price-cheapest);
            display: block;
            margin-top: -20px;
            color: #333;
            font-size: 8px; }
          .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td a:hover {
            border: 0px; }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td span[data-adult-price-highest]:after, .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td a[data-adult-price-highest]:after {
          color: red; }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td span[data-adult-price-cheapest]:after, .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td a[data-adult-price-cheapest]:after {
          color: green; }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-available a {
          border: 0px; }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-available .ui-state-default {
          background-color: transparent !important;
          color: #333 !important; }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-not-available {
          background-color: #eaeaea !important; }
          .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-not-available span.ui-state-default {
            background-color: transparent !important;
            color: #333 !important; }
            .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td.ui-datepicker-not-available span.ui-state-default:after {
              content: attr(data-adult-price) attr(data-adult-price-highest) attr(data-adult-price-cheapest);
              display: block;
              margin-top: -20px;
              color: #333;
              font-size: 8px; }
        .page-node-type-product #ui-datepicker-div table.ui-datepicker-calendar td.ui-state-disabled:not(.ui-datepicker-not-available) span:after {
          content: ""; }
    .page-node-type-product #ui-datepicker-div .loading {
      display: flex;
      align-items: center;
      height: 23px;
      background-color: transparent;
      float: left;
      margin: 0; }
    .page-node-type-product #ui-datepicker-div .color-code {
      position: absolute;
      bottom: 0px;
      right: 8px;
      height: 23px;
      display: flex;
      align-items: center;
      width: 140px;
      justify-content: space-between; }
      .page-node-type-product #ui-datepicker-div .color-code span {
        font-size: 8.1px;
        color: #999; }
        .page-node-type-product #ui-datepicker-div .color-code span:nth-child(1)::before {
          content: "";
          background: #0CA10E;
          height: 3px;
          width: 6px;
          position: absolute;
          border-radius: 0.9px;
          top: 9px;
          left: -8px; }
        .page-node-type-product #ui-datepicker-div .color-code span:nth-child(2)::before {
          content: "";
          background: #D71717;
          height: 3px;
          width: 6px;
          position: absolute;
          border-radius: 0.9px;
          top: 9px;
          left: 42px; }
        .page-node-type-product #ui-datepicker-div .color-code span:nth-child(3)::before {
          content: "";
          background: #999999;
          height: 3px;
          width: 6px;
          position: absolute;
          border-radius: 0.9px;
          top: 9px;
          left: 85px; }

/* The container */
.container-chq {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .container-chq input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

/* Hide the browser's default checkbox */
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 15px;
  height: 22px;
  width: 22px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 5px; }

/* On mouse-over, add a grey background color */
.container-chq:hover input ~ .checkmark {
  background-color: #ccc; }
.container-chq input:checked ~ .checkmark {
  background-color: #2196F3; }

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-chq input:checked ~ .checkmark:after {
  display: block; }
.container-chq .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Style the checkmark/indicator */
.addon-title-wrap {
  background: #3868c2;
  padding: 20px 30px 0px;
  font: 0.875rem "pn-smbold", sans-serif;
  text-transform: uppercase; }

.addon-wrapper .person .info {
  width: 60%; }
.addon-wrapper .person .increments {
  width: 40%; }
.addon-wrapper .person .label {
  font-size: 13px; }
.addon-wrapper .person .rate {
  font: 13pxpx "pn-reg";
  display: flex; }
  .addon-wrapper .person .rate::before {
    font: 13pxpx "pn-reg", sans-serif; }
  .addon-wrapper .person .rate span {
    font-size: 9px;
    padding-left: 5px; }
.addon-wrapper .person .minus:before, .addon-wrapper .person .minus:after {
  width: 8px; }
.addon-wrapper .person .plus:before, .addon-wrapper .person .plus:after {
  width: 8px; }
.addon-wrapper span.minus, .addon-wrapper span.plus {
  width: 9px !important; }
.addon-wrapper .person .increments span.count {
  width: 25px; }

.reviews-lists {
  padding: 40px 0;
  overflow: hidden; }
  .reviews-lists .views-row {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 25px;
    margin-bottom: 30px; }
    .reviews-lists .views-row .review-head + div > div + div {
      margin-top: 20px; }
  .reviews-lists .pager {
    margin: 0 auto 10px; }

.review-head {
  overflow: hidden;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  .review-head .img {
    float: left;
    width: 24.58%; }
    .review-head .img img {
      width: 100%;
      border: 1px solid #D2CECB; }
  .review-head .title {
    font-size: 1rem;
    line-height: 1.2;
    float: left;
    width: calc(100% - 118px - 25%);
    padding-left: 2.5%;
    padding-right: 10%;
    margin-top: -2px; }
    .review-head .title a {
      color: #2b74eb; }
      .review-head .title a:hover {
        text-decoration: underline; }
  .review-head .rate-count {
    float: right;
    width: 116px;
    padding: 12px 5px;
    text-align: center;
    height: 86px; }

.review-title {
  font: 1.0625rem "pn-reg", sans-serif;
  margin-bottom: 7px;
  text-align: justify; }
  .review-title a {
    color: #2b74eb; }
    .review-title a:hover {
      text-decoration: underline;
      color: #2b74eb; }

.rate-count {
  background: #f5fafc; }
  .rate-count span {
    font: 2.5rem/1 "pn-bold", sans-serif;
    color: #f26c22;
    position: relative;
    padding-left: 18px; }
    .rate-count span:before {
      content: '';
      width: 15px;
      height: 15px;
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -8px;
      background: url(../png/stars.png) no-repeat 0 -17px/77px; }
  .rate-count a {
    font-size: 0.875rem;
    display: table;
    margin: 2px auto 0;
    text-decoration: underline; }

.usr-info {
  position: relative;
  margin-bottom: 10px; }
  .usr-info img,
  .usr-info .usr-rate {
    display: inline-block;
    vertical-align: middle; }
  .usr-info img {
    border-radius: 50%;
    max-width: 45px; }
  .usr-info .usr-rate {
    padding-left: 18px;
    margin-top: -3px; }
    .usr-info .usr-rate .name {
      color: #f26c22;
      font: 0.875rem "pn-smbold", sans-serif; }
    .usr-info .usr-rate .stars {
      -webkit-transform: scale(0.84);
      transform: scale(0.84);
      transform-origin: left; }
    .usr-info .usr-rate .avg-wrp {
      margin-top: 2px; }
  .usr-info .avg-wrap {
    margin-top: 2px; }

.path-review .layout-container {
  overflow: hidden; }

.review-details-top {
  background: #f8f8f8;
  position: relative;
  z-index: 1;
  padding: 40px 0 44px;
  border-bottom: 1px solid #e4e4e4; }
  .review-details-top:before, .review-details-top:after {
    content: '';
    background: #f8f8f8;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1; }
  .review-details-top:before {
    left: -100%; }
  .review-details-top:after {
    right: -100%; }
  .review-details-top > div:after {
    content: '';
    display: table;
    clear: both;
    width: 100%; }
  .review-details-top .left-wrp {
    float: left;
    width: 31.8%;
    margin-top: -80px; }
    .review-details-top .left-wrp .inner-wrap {
      -webkit-box-shadow: 0 0 30px #e0e0e0;
      -moz-box-shadow: 0 0 30px #e0e0e0;
      box-shadow: 0 0 30px #e0e0e0;
      max-width: 318px; }
    .review-details-top .left-wrp .img img {
      width: 100%; }
  .review-details-top .right-wrp {
    float: right;
    width: 68.2%;
    padding-left: 3.5%; }
    .review-details-top .right-wrp .text-content {
      font-size: 1rem; }
  .review-details-top .text {
    font-size: 1.0625rem;
    padding: 25px 20px;
    background: #fff;
    min-height: 130px; }
  .review-details-top .code {
    margin: 10px 0; }
  .review-details-top .rate-count {
    padding: 12px 20px 7px; }
    .review-details-top .rate-count span, .review-details-top .rate-count a {
      display: inline-block;
      vertical-align: middle; }
    .review-details-top .rate-count a {
      margin: -3px 0 0 17px; }

.usr-head {
  display: table;
  width: 100%;
  margin-bottom: 25px; }
  .usr-head .img,
  .usr-head .usr-head-right {
    display: table-cell;
    vertical-align: middle; }
  .usr-head .img {
    width: 90px; }
    .usr-head .img img {
      border-radius: 50%; }
  .usr-head .usr-head-right {
    padding-left: 20px;
    padding-right: 90px;
    position: relative; }
    .usr-head .usr-head-right .verified-purchase {
      top: 30px; }
  .usr-head .name {
    font: 0.875rem "pn-bold", sans-serif;
    color: #f26c22; }
  .usr-head .title {
    font: 1.25rem "pn-bold", sans-serif;
    color: #2b74eb;
    margin-bottom: 5px; }
  .usr-head .stars {
    width: 121px;
    height: 25px;
    background-size: 112px;
    background-position: 0 0; }
    .usr-head .stars span {
      background-color: #f8f8f8;
      background-size: 112px;
      background-position: 0 -26px; }

.review-details {
  padding: 35px 0 70px; }
  .review-details header {
    font: 1.25rem "pn-bold", sans-serif;
    margin-bottom: 55px;
    color: #3f3f3f; }
  .review-details .item-list {
    margin: 0 -4%;
    font-size: 0; }
    .review-details .item-list li {
      padding: 0 4%;
      font-size: 14px;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      margin-bottom: 35px; }
  .review-details .pager {
    margin-bottom: 0; }
  .review-details .text-content {
    text-align: justify; }

@media only screen and (max-width: 1022px) {
  .reviews-lists {
    padding: 10px 0 0; }

  .faq-cat-menu.cat-menu {
    display: block;
    margin: 0;
    position: relative;
    padding: 15px 0 0; }
    .faq-cat-menu.cat-menu .catMenuWrap {
      margin-top: 15px; }
    .faq-cat-menu.cat-menu li {
      border: 0;
      padding: 0; }
      .faq-cat-menu.cat-menu li a:hover, .faq-cat-menu.cat-menu li a.is-active {
        color: #2b74eb; }

  .review-details {
    padding: 20px 0; }
    .review-details .pager {
      margin-top: 20px; }
    .review-details header {
      margin-bottom: 20px; } }
@media only screen and (max-width: 767px) {
  .reviews-lists .views-row {
    padding-bottom: 15px;
    margin-bottom: 20px; }

  .review-head {
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .review-head .rate-count {
      width: calc(100% - 175px);
      padding: 21px 10px;
      min-height: 87px;
      text-align: right;
      order: 2; }
      .review-head .rate-count span {
        font-size: 1.8125rem; }
      .review-head .rate-count a {
        display: block; }
      .review-head .rate-count .inner {
        float: right; }
    .review-head .title {
      padding: 0;
      margin-top: 10px;
      width: 100%;
      order: 3; }
    .review-head .img {
      width: 175px; }

  .usr-info .usr-rate {
    padding-left: 10px; }

  .review-details .item-list li {
    width: 100%;
    margin-bottom: 20px; }

  .review-details-top {
    padding-bottom: 20px; }
    .review-details-top .left-wrp {
      width: 100%;
      margin-bottom: 25px;
      margin-top: -70px; }
      .review-details-top .left-wrp .inner-wrap {
        margin: 0 auto;
        max-width: 250px; }
    .review-details-top .right-wrp {
      width: 100%;
      padding-left: 0; }
    .review-details-top .text {
      padding: 15px;
      min-height: 0; }
    .review-details-top .text-content {
      text-align: justify; }

  .usr-head {
    margin-bottom: 15px; }
    .usr-head .img {
      width: 60px; }
    .usr-head .avg-wrp {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      transform-origin: left; }
    .usr-head .title {
      margin-bottom: 0; }
    .usr-head .usr-head-right {
      padding-right: 0; } }
@media only screen and (max-width: 520px) {
  .review-head .rate-count {
    text-align: center; }
    .review-head .rate-count .inner {
      float: none; }

  .review-details-top .left-wrp .inner-wrap {
    max-width: none; } }
.page-rides {
  background: #e5f3f4; }
  .page-rides .banner #innerBanner h1, .page-rides .banner #innerBanner h2 {
    font: 1.8125rem/1 "p-xbold"; }
  .page-rides .banner #innerBanner .slide-content {
    bottom: 83px;
    -webkit-transform: none;
    transform: none;
    top: auto; }
  .page-rides .page main.wrapper {
    max-width: 1210px; }
  .page-rides .rides {
    padding: 25px 0; }
    .page-rides .rides .nav a {
      border: none;
      background: none;
      padding: 0 12px; }
      .page-rides .rides .nav a:hover {
        background: none;
        color: #292929; }
      .page-rides .rides .nav a.active {
        background: #2b74eb;
        color: #fff; }
  .page-rides .rides-description {
    max-width: 1000px;
    margin: -50px auto 0;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 20px;
    text-align: center;
    -webkit-box-shadow: 0 3px 5px rgba(207, 222, 223, 0.6);
    -moz-box-shadow: 0 3px 5px rgba(207, 222, 223, 0.6);
    box-shadow: 0 3px 5px rgba(207, 222, 223, 0.6);
    font: 0.9375rem/1.55 "pn-reg", sans-serif;
    color: #000; }
    .page-rides .rides-description .showmoretxt,
    .page-rides .rides-description .showlesstxt {
      display: block; }

.pr-lists .inner:hover .info {
  opacity: 0; }
.pr-lists .info h3 {
  margin-bottom: 35px; }

.morectnt {
  display: block; }
  .morectnt span {
    display: none; }

@media only screen and (min-width: 1023px) {
  .page-rides .banner #innerBanner .slide-image {
    min-height: 225px; }
  .page-rides .banner #innerBanner h1, .page-rides .banner #innerBanner h2 {
    font-size: 5.5625rem;
    text-align: center; }
  .page-rides .rides-description {
    margin-top: -102px;
    padding-left: 7%;
    padding-right: 7%; } }
@media only screen and (max-width: 1022px) {
  .page-rides .banner #innerBanner h1, .page-rides .banner #innerBanner h2 {
    text-align: left; }
  .page-rides .section-menu.rides {
    padding: 20px 0 30px;
    margin-bottom: 15px; }
    .page-rides .section-menu.rides .open-cat {
      margin-bottom: 10px; }
    .page-rides .section-menu.rides .counts {
      margin-top: 32px; }
    .page-rides .section-menu.rides .menuWrap {
      margin-top: 20px; }
    .page-rides .section-menu.rides .actions {
      margin-top: 35px; }

  .pr-lists .info h3 {
    margin-bottom: 8px; }
  .pr-lists .text {
    padding-bottom: 130px; }
    .pr-lists .text .avg-wrp {
      bottom: 105px; }
  .pr-lists .inner:hover .info {
    opacity: 1; }
  .pr-lists .hover-text {
    opacity: 0; }

  .highlights ul:not(.nostyle) li {
    width: 100%; }

  .thumb-nav {
    display: none; } }
@media only screen and (max-width: 520px) {
  .pr-lists .text {
    padding-bottom: 90px; }
    .pr-lists .text .avg-wrp {
      bottom: 73px; } }
.gsc-control-cse {
  font: 0.875rem "pn-reg", sans-serif;
  padding: 35px 0 !important;
  border: 0 !important; }
  .gsc-control-cse .gsc-results {
    width: 100% !important; }
    .gsc-control-cse .gsc-results .gs-no-results-result .gs-snippet {
      margin: 0;
      padding: 15px 10px;
      border: 1px solid #f26c22; }
  .gsc-control-cse .gsc-adBlock,
  .gsc-control-cse .gcsc-branding {
    display: none; }
  .gsc-control-cse .gsc-table-result {
    margin-top: 5px; }
  .gsc-control-cse .gs-title {
    font-family: "pn-smbold", sans-serif;
    text-decoration: none !important; }
    .gsc-control-cse .gs-title:hover {
      text-decoration: underline !important; }
  .gsc-control-cse .gsc-table-result {
    font-size: 0.875rem; }
  .gsc-control-cse b, .gsc-control-cse strong {
    font-family: "pn-reg", sans-serif;
    font-weight: bold; }
  .gsc-control-cse form.gsc-search-box {
    border: none;
    position: relative; }
    .gsc-control-cse form.gsc-search-box .gsib_a {
      padding: 0 !important; }
    .gsc-control-cse form.gsc-search-box .gsib_b {
      display: none; }
    .gsc-control-cse form.gsc-search-box .gsc-input-box {
      border: none !important;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      height: 2.4375rem !important; }
      .gsc-control-cse form.gsc-search-box .gsc-input-box .gsc-input {
        border: 1px solid #ddd !important;
        outline: none !important;
        height: 2.4375rem !important;
        padding: 5px 10px 4px !important;
        font-size: 14px;
        background: none !important;
        text-indent: 0 !important; }
    .gsc-control-cse form.gsc-search-box input.gsc-search-button {
      padding: 13px !important;
      width: 2.4375rem;
      height: 2.4375rem;
      float: left;
      margin: 0;
      position: absolute;
      right: 0;
      top: 0;
      border: none !important;
      background-color: #f26c22 !important; }
      .gsc-control-cse form.gsc-search-box input.gsc-search-button:hover {
        background-color: #E25F13 !important; }
    .gsc-control-cse form.gsc-search-box table.gsc-search-box {
      margin-bottom: 0; }
  .gsc-control-cse .gsc-above-wrapper-area {
    border: 1px solid #E9E9E9;
    padding: 5px 10px;
    background: #f8f8f8;
    margin: 10px 0; }
  .gsc-control-cse .gsc-webResult .gsc-result {
    padding-bottom: 20px; }
  .gsc-control-cse .gsc-table-result, .gsc-control-cse .gsc-thumbnail-inside, .gsc-control-cse .gsc-url-top {
    padding-left: 0; }
  .gsc-control-cse .gs-webResult.gs-result a.gs-title:visited, .gsc-control-cse .gs-webResult.gs-result a.gs-title:visited b, .gsc-control-cse .gs-imageResult a.gs-title:visited, .gsc-control-cse .gs-imageResult a.gs-title:visited b {
    color: #1A3E97; }
  .gsc-control-cse .gsc-control-cse .gs-spelling, .gsc-control-cse .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gsc-control-cse .gs-result .gs-title * {
    font-size: 0.875rem; }
  .gsc-control-cse .gs-webResult.gs-result a.gs-title:link, .gsc-control-cse .gs-webResult.gs-result a.gs-title:link b, .gsc-control-cse .gs-imageResult a.gs-title:link, .gsc-control-cse .gs-imageResult a.gs-title:link b {
    color: #2B74EB; }
  .gsc-control-cse .gsc-results .gsc-cursor-box {
    margin-left: 0; }
  .gsc-control-cse .gsc-cursor-page {
    position: relative;
    display: inline-block !important;
    padding: 0 11px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: #f26c22 !important;
    background: none !important;
    border: 1px solid #cacaca !important;
    margin-left: -1px;
    outline: none !important; }
    .gsc-control-cse .gsc-cursor-page:hover, .gsc-control-cse .gsc-cursor-page:focus {
      z-index: 3;
      background-color: #888;
      text-decoration: none !important; }
    .gsc-control-cse .gsc-cursor-page:hover {
      border-color: #a0a0a0 !important; }
    .gsc-control-cse .gsc-cursor-page:first-child {
      margin-left: 0; }
  .gsc-control-cse .gsc-cursor-current-page {
    background: #f26c22 !important;
    color: #fff !important;
    border-color: #f26c22 !important; }
    .gsc-control-cse .gsc-cursor-current-page, .gsc-control-cse .gsc-cursor-current-page:hover, .gsc-control-cse .gsc-cursor-current-page:focus {
      z-index: 2;
      background-color: #f26c22;
      cursor: default; }

.gsc-cursor {
  display: block !important;
  margin: 20px 0; }

@media only screen and (min-width: 1023px) {
  .path-results .page-content {
    min-height: 250px; } }
@media only screen and (max-width: 1022px) {
  .gsc-control-cse {
    padding: 25px 0 10px !important; }
    .gsc-control-cse .gsc-webResult .gsc-result {
      padding-bottom: 5px !important; }
    .gsc-control-cse .gsc-above-wrapper-area {
      padding-bottom: 7px; }
      .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-label {
        padding-top: 0; }
      .gsc-control-cse .gsc-above-wrapper-area .gsc-result-info-container,
      .gsc-control-cse .gsc-above-wrapper-area .gsc-orderby-container {
        vertical-align: middle; }
      .gsc-control-cse .gsc-above-wrapper-area .gsc-result-info-container {
        padding: 0; }
      .gsc-control-cse .gsc-above-wrapper-area .gsc-result-info {
        padding: 0; }
    .gsc-control-cse .gsc-cursor {
      margin: 0 !important; } }
.page-sitemap .page-content article {
  padding-bottom: 0 !important;
  padding-top: 20px !important; }
.page-sitemap .page-content .menu {
  margin-bottom: 30px;
  overflow: hidden; }
  .page-sitemap .page-content .menu > li {
    width: 25%;
    float: left;
    padding-right: 15px; }
    .page-sitemap .page-content .menu > li > a {
      display: none !important; }
    .page-sitemap .page-content .menu > li > ul > li {
      margin-bottom: 35px; }
      .page-sitemap .page-content .menu > li > ul > li > a {
        color: #f26c22;
        font-size: 19px;
        font-family: "pn-smbold", sans-serif;
        margin-bottom: 16px;
        display: inline-block;
        padding-left: 0 !important; }
        .page-sitemap .page-content .menu > li > ul > li > a:before {
          display: none; }
    .page-sitemap .page-content .menu > li > ul li a {
      padding-left: 9px; }
      .page-sitemap .page-content .menu > li > ul li a:before {
        content: '';
        width: 4px;
        height: 4px;
        background: #2b74eb;
        position: absolute;
        left: 0;
        top: 7px;
        border-radius: 50%; }
  .page-sitemap .page-content .menu li {
    font-size: 15px;
    margin-bottom: 15px;
    position: relative; }
    .page-sitemap .page-content .menu li a {
      display: inline-block; }
      .page-sitemap .page-content .menu li a:hover {
        color: #f26c22; }
        .page-sitemap .page-content .menu li a:hover:before {
          background: #f26c22; }
    .page-sitemap .page-content .menu li.has-submenu {
      font-size: 13px;
      margin-bottom: 5px; }
      .page-sitemap .page-content .menu li.has-submenu > a {
        margin-bottom: 15px;
        font-size: 15px;
        pointer-events: auto; }
        .page-sitemap .page-content .menu li.has-submenu > a:after {
          content: '[ + ]';
          display: inline-block;
          padding-left: 8px;
          letter-spacing: -1px; }
      .page-sitemap .page-content .menu li.has-submenu li {
        font-size: 13px; }
      .page-sitemap .page-content .menu li.has-submenu ul {
        visibility: hidden;
        position: absolute;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0;
        margin-left: 11px; }
      .page-sitemap .page-content .menu li.has-submenu.menu-expended > a {
        padding-left: 0; }
        .page-sitemap .page-content .menu li.has-submenu.menu-expended > a:before {
          display: none; }
      .page-sitemap .page-content .menu li.has-submenu.menu-expended > a {
        color: #f26c22; }
        .page-sitemap .page-content .menu li.has-submenu.menu-expended > a:after {
          content: "[ - ]"; }
      .page-sitemap .page-content .menu li.has-submenu.menu-expended ul {
        visibility: visible;
        position: static;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: none;
        transform: none;
        opacity: 1; }

@media only screen and (max-width: 1024px) {
  .page-sitemap .page-content .menu li a:hover {
    color: #2b74eb; }
    .page-sitemap .page-content .menu li a:hover:before {
      background: #2b74eb; } }
@media only screen and (max-width: 1022px) {
  .page-sitemap .page-content .menu {
    padding: 0 4px; }
    .page-sitemap .page-content .menu > li > ul > li {
      margin-bottom: 20px; }
      .page-sitemap .page-content .menu > li > ul > li > a {
        margin-bottom: 10px; } }
@media only screen and (max-width: 767px) {
  .page-sitemap .page-content article {
    padding-top: 10px !important; }
  .page-sitemap .page-content .menu > li {
    width: 50%; }
    .page-sitemap .page-content .menu > li:nth-child(2n+2) {
      padding-right: 0; } }
@media only screen and (max-width: 520px) {
  .page-sitemap .page-content .menu > li > ul > li > a {
    font-size: 17px; }
  .page-sitemap .page-content .menu li {
    font-size: 13px;
    margin-bottom: 10px; }
    .page-sitemap .page-content .menu li.has-submenu > a {
      font-size: 13px; } }
.banner {
  position: relative;
  min-height: 150px;
  background: #1a3e97;
  overflow: hidden; }
  .banner h2, .banner h1 {
    font-size: 3.0625rem;
    margin-bottom: 10px;
    line-height: 0.9; }
  .banner h3 {
    font-size: 19px; }
  .banner p {
    font-size: 1.3125rem;
    margin-bottom: 0; }
  .banner a.link {
    color: #fff; }
    .banner a.link:hover {
      text-decoration: none;
      margin-left: 3px; }
  .banner .price {
    font: 2.4375rem "p-xbold";
    margin-bottom: 0; }
    .banner .price sup {
      font: 1.4375rem "pn-reg", sans-serif;
      vertical-align: 0.5em; }
  .banner .item {
    position: relative; }
  .banner .slide-content {
    max-width: 55%;
    left: 45%;
    padding: 0 10px;
    color: #fff;
    z-index: 2;
    margin-top: -25px; }
  .banner .slide-image {
    background-size: cover;
    background-position: 50%;
    min-height: 280px;
    background-repeat: no-repeat;
    position: relative; }
    .banner .slide-image img {
      opacity: 0;
      width: 100%; }
    .banner .slide-image::before {
      content: '';
      width: 100%;
      height: 100%;
      background-image: url(../png/shadow.png);
      position: absolute;
      background-repeat: no-repeat;
      left: 0;
      top: 0;
      z-index: 1;
      background-size: cover;
      background-position: 58% 50%;
      display: none; }
  .banner #innerBanner .slide-image {
    min-height: 150px; }
  .banner #innerBanner .slide-content {
    position: absolute;
    z-index: 2;
    max-width: 100%;
    width: 1000px;
    left: 0;
    right: 0;
    margin: auto; }
  .banner #innerBanner h1,
  .banner #innerBanner h2 {
    font: 1.9375rem/1 "p-xbold";
    margin-bottom: 0; }
  .banner #innerBanner p {
    font: 1.0625rem "pn-smbold", sans-serif; }
  .banner .location-filter-block {
    position: absolute;
    left: calc((100% - 1000px)/2);
    bottom: 20px;
    z-index: 9; }
    .banner .location-filter-block form {
      width: 280px;
      float: left; }
    .banner .location-filter-block .selectBox-dropdown {
      width: 100% !important;
      padding: 0 1.5rem;
      background: #fff;
      border-radius: 25px;
      font: 0.9375rem/2.9375rem "pn-smbold", sans-serif;
      text-transform: uppercase; }
      .banner .location-filter-block .selectBox-dropdown .selectBox-arrow {
        right: 20px; }
        .banner .location-filter-block .selectBox-dropdown .selectBox-arrow:after {
          color: #000; }
  .banner .linebreak {
    margin: 0 !important; }

#content-carousel {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 365px;
  overflow: hidden;
  visibility: hidden;
  /*.item ~ .item{
    display: none;
}*/ }
  #content-carousel li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    float: left;
    /*&.bx-clone{
      display: none !important;
    }*/ }
    #content-carousel li img {
      display: inline-block; }
  #content-carousel h2, #content-carousel h1 {
    font-family: "pn-reg", sans-serif; }

.bx-wrapper {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }

#carousel-pager {
  position: absolute;
  bottom: 20px;
  left: 45%;
  max-width: 55%;
  font-size: 0; }
  #carousel-pager a {
    display: inline-block;
    vertical-align: top;
    line-height: 31px;
    padding: 0 18px;
    color: #d7d7d7;
    background: rgba(0, 0, 0, 0.5);
    margin-right: 1px;
    font-size: 0.875rem;
    position: relative; }
    #carousel-pager a::before {
      content: '';
      position: absolute;
      border-bottom: 7px solid #fff;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      left: 50%;
      top: -7px;
      margin-left: -8px;
      opacity: 0; }
    #carousel-pager a.active {
      background: #fff;
      color: #414141;
      pointer-events: none;
      cursor: default; }
      #carousel-pager a.active::before {
        opacity: 1; }
      #carousel-pager a.active:hover {
        background: #fff; }
    #carousel-pager a:hover {
      background: rgba(0, 0, 0, 0.7); }

@media only screen and (min-width: 1023px) {
  .banner {
    overflow: visible; }
    .banner #innerBanner h1,
    .banner #innerBanner h2 {
      font-size: 3.8125rem; }
    .banner #innerBanner P {
      font-size: 1.8125rem; }
    .banner #innerBanner .slide-content {
      padding: 0; }

  .nobanner.page-node-type-product .page, .nobanner.page-node-type-gift-voucher .page {
    margin-top: 35px !important; } }
@media only screen and (max-width: 1024px) {
  .banner h2, .banner h1 {
    font-size: 1.9375rem; }
  .banner p {
    font-size: 0.9375rem; }
  .banner .price {
    font-size: 1.6875rem; }
    .banner .price sup {
      font-size: 0.9375rem; }

  #innerBanner .slide-content, .block-block-breadcrumbs {
    width: auto;
    padding-left: 15px;
    padding-right: 15px; } }
@media only screen and (max-width: 1022px) {
  .location-landing .banner,
  .frontpage .banner {
    background: none; }

  .banner {
    overflow: visible; }
    .banner #content-carousel {
      max-height: 200px; }
      .banner #content-carousel .slide-content {
        width: 100%;
        padding: 0 5% 40px;
        max-width: none;
        left: 0;
        -webkit-transform: none;
        transform: none;
        top: 8%;
        margin-top: 8px; }
    .banner #carousel-pager {
      bottom: 40px;
      right: 8px;
      left: auto;
      max-width: none; }
      .banner #carousel-pager a {
        font-size: 0;
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0 3px;
        border-radius: 50%;
        background: #fff;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.47);
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.47);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.47); }
        .banner #carousel-pager a:before {
          display: none; }
        .banner #carousel-pager a.active {
          background: #f26c22; }
    .banner .slide-image {
      min-height: 220px;
      background-position: 80% 0; }
      .banner .slide-image:before {
        background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 70%);
        background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 70%);
        background: linear-gradient(to right, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0) 70%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57000000', endColorstr='#00000000',GradientType=1 ); }
    .banner h2, .banner h1 {
      font-family: "pn-light", sans-serif; }
    .banner .location-filter-block {
      left: 15px;
      margin-left: 10px; }
      .banner .location-filter-block .selectBox-dropdown {
        max-width: 200px;
        padding: 13px 20px 11px 12px;
        line-height: 1; }
        .banner .location-filter-block .selectBox-dropdown .selectBox-arrow {
          top: 12px; }
    .banner .open-abt-menu {
      font-family: "pn-smbold", sans-serif; }
    .banner #innerBanner .slide-content {
      margin-top: -10px !important;
      margin-left: 10px;
      max-width: calc(100% - 10px); } }
@media only screen and (max-width: 767px) {
  .banner p {
    font-size: 13px; }
  .banner .link {
    font-size: 13px; }
  .banner .slide-image {
    background-position: 85% 0;
    min-height: 200px; }
  .banner #innerBanner h2, .banner #innerBanner h1 {
    font-size: 19px; }
  .banner #innerBanner p {
    font: 14px "pn-reg", sans-serif; }
  .banner .location-filter-block {
    left: 10px; }

  #innerBanner .slide-content, .block-block-breadcrumbs {
    padding-left: 10px;
    padding-right: 10px; } }
.nobanner .banner {
  min-height: 0 !important; }
  .nobanner .banner .block-block-breadcrumbs {
    position: relative;
    top: 0;
    padding: 20px 0; }
  .nobanner .banner .about-menu {
    position: relative;
    margin-top: 20px; }
  .nobanner .banner .location-filter-block {
    position: relative;
    margin-top: 20px; }
.nobanner .quick-book-form {
  position: relative !important;
  margin-bottom: 40px;
  -webkit-transform: none;
  transform: none; }

@media only screen and (max-width: 1022px) {
  .nobanner .quick-book-form {
    position: relative !important;
    margin: 10px 0 0;
    -webkit-transform: none;
    transform: none; } }
.quick-book-form {
  position: absolute !important;
  background: rgba(43, 116, 235, 0.98);
  -webkit-box-shadow: 0 0 30px rgba(71, 71, 71, 0.6);
  -moz-box-shadow: 0 0 30px rgba(71, 71, 71, 0.6);
  box-shadow: 0 0 30px rgba(71, 71, 71, 0.6);
  width: 355px;
  z-index: 1;
  left: calc((100% - 1000px)/2); }
  .quick-book-form form {
    width: 100%;
    padding: 15px; }
  .quick-book-form ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .quick-book-form ul li {
      color: #fff;
      font: 1.0625rem "pn-smbold", sans-serif;
      padding: 14px 15px 0; }
  .quick-book-form .form-item {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative; }
    .quick-book-form .form-item label {
      width: 115px;
      background: #d1d1d1;
      line-height: 35px;
      height: 35px;
      padding: 0 10px;
      border-radius: 4px 0 0 4px;
      outline: none;
      float: left;
      border-right: 1px solid #b1b1b1;
      pointer-events: none;
      color: #000; }
    .quick-book-form .form-item .form-text,
    .quick-book-form .form-item .form-select {
      line-height: 35px;
      background: #fff;
      width: calc(100% - 115px);
      border-radius: 0px 4px 4px 0;
      outline: none;
      height: 35px;
      float: left;
      border: none;
      padding: 0 8px;
      font-family: "pn-reg", sans-serif;
      font-weight: bold;
      font-size: 14px; }
  .quick-book-form .form-item-traveldate label::after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 7px;
    content: '\f073';
    font: normal normal normal 12px/1 FontAwesome;
    cursor: pointer; }
  .quick-book-form .selectBox-menuShowing {
    border-radius: 0 4px 0 0 !important; }
  .quick-book-form .selectBox {
    padding: 0 !important; }
  .quick-book-form .child-info {
    color: #fff;
    font: 0.6875rem/1.2 "pn-light", sans-serif;
    padding-top: 5px; }
  .quick-book-form .form-item-adults,
  .quick-book-form .form-item-children {
    width: 144px;
    float: left;
    margin-right: 10px; }
    .quick-book-form .form-item-adults label,
    .quick-book-form .form-item-children label {
      width: 60px; }
    .quick-book-form .form-item-adults .form-select,
    .quick-book-form .form-item-children .form-select {
      width: calc(100% - 60px) !important; }
  .quick-book-form .form-item-children {
    margin-right: 0; }
  .quick-book-form .form-submit {
    width: 100%;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-family: "pn-smbold", sans-serif;
    padding-top: 2px; }
  .quick-book-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000; }
  .quick-book-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .quick-book-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #000; }
  .quick-book-form :-moz-placeholder {
    /* Firefox 18- */
    color: #000; }
  .quick-book-form .child-age-info {
    margin-top: 5px;
    margin-left: 4px; }

.horizontal-quick-book-form {
  background: #2E74E9;
  padding: 15px 0; }
  .horizontal-quick-book-form h2 {
    display: inline-block;
    vertical-align: middle;
    font: 1.0625rem/1 "pn-smbold", sans-serif;
    margin-bottom: 0;
    color: #fff;
    margin-right: 15px; }
  .horizontal-quick-book-form form {
    font-size: 0; }
  .horizontal-quick-book-form .form-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    font-size: 14px;
    position: relative; }
  .horizontal-quick-book-form .form-item-location,
  .horizontal-quick-book-form .form-item-traveldate {
    width: 212px; }
  .horizontal-quick-book-form .form-item-adults,
  .horizontal-quick-book-form .form-item-children {
    width: 110px; }
  .horizontal-quick-book-form label {
    font-size: 0;
    float: left;
    pointer-events: none; }
  .horizontal-quick-book-form .form-item-traveldate label:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 7px;
    content: '\f073';
    font: normal normal normal 12px/1 FontAwesome;
    cursor: pointer; }
  .horizontal-quick-book-form .selectBox,
  .horizontal-quick-book-form .form-text {
    line-height: 37px;
    width: 100% !important;
    background: #fff;
    border-radius: 3px;
    color: #000;
    white-space: nowrap;
    width: 100%;
    outline: none;
    border: 0;
    padding: 0;
    font-family: "pn-smbold", sans-serif;
    font-size: 14px; }
  .horizontal-quick-book-form .form-text {
    padding: 0 8px; }
  .horizontal-quick-book-form .selectBox {
    float: left; }
    .horizontal-quick-book-form .selectBox span {
      padding: 0 10px; }
  .horizontal-quick-book-form .button {
    line-height: 37px;
    width: 180px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "pn-smbold", sans-serif; }
  .horizontal-quick-book-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000; }
  .horizontal-quick-book-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .horizontal-quick-book-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #000; }
  .horizontal-quick-book-form :-moz-placeholder {
    /* Firefox 18- */
    color: #000; }

.open-frm {
  display: none; }

.child-age-info {
  width: 23px;
  height: 23px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  text-align: center;
  font: bold 12px/18px Times New Roman;
  cursor: default;
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

@media only screen and (max-width: 1024px) {
  .quick-book-form {
    left: 15px; } }
@media only screen and (max-width: 1022px) {
  .quick-book-form {
    width: calc(100% - 30px);
    -webkit-transform: none;
    transform: none;
    position: relative !important;
    top: 0;
    margin-top: -30px; }
    .quick-book-form .form-item-location .form-text,
    .quick-book-form .form-item-location .form-select,
    .quick-book-form .form-item-traveldate .form-text,
    .quick-book-form .form-item-traveldate .form-select {
      width: calc(100% - 115px) !important; }
    .quick-book-form .form-item-adults,
    .quick-book-form .form-item-children {
      width: 49%;
      margin-right: 0; }
    .quick-book-form .form-item-adults {
      margin-right: 1%;
      width: 50%; }
    .quick-book-form .child-info {
      float: right;
      padding-left: 10px;
      width: 70px;
      display: none; }
    .quick-book-form .form-item {
      margin-bottom: 7px; }

  .horizontal-quick-book-form {
    margin: 0;
    left: 0;
    top: 63px;
    width: 100%;
    height: 47px;
    position: fixed !important;
    z-index: 99;
    padding: 0;
    background: none; }
    .horizontal-quick-book-form h2 {
      display: none; }
    .horizontal-quick-book-form .open-frm {
      display: block;
      width: 100%;
      background: #2E74E9;
      color: #fff;
      font: 13px "pn-smbold", sans-serif;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      padding: 15px 0;
      z-index: 9;
      height: 47px; }
      .horizontal-quick-book-form .open-frm span {
        display: inline-block; }
        .horizontal-quick-book-form .open-frm span:after {
          display: inline-block;
          vertical-align: middle;
          content: '';
          width: 5px;
          height: 5px;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff;
          margin-left: 12px;
          transform: rotate(-45deg);
          margin-top: -4px;
          font: 15px "pn-reg", sans-serif; }
    .horizontal-quick-book-form form {
      -webkit-transform: translateY(-200px);
      transform: translateY(-200px);
      visibility: hidden;
      background: #2E74E9;
      padding-bottom: 60px;
      padding-top: 30px;
      opacity: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      position: relative; }
      .horizontal-quick-book-form form .open-frm {
        opacity: 1 !important;
        z-index: 10; }
    .horizontal-quick-book-form .form-item {
      width: 100%;
      float: left;
      margin-right: 0;
      margin-bottom: 10px;
      max-width: none; }
    .horizontal-quick-book-form .form-item-adults,
    .horizontal-quick-book-form .form-item-children {
      width: 50%; }
    .horizontal-quick-book-form .form-item-adults {
      padding-right: 5px; }
    .horizontal-quick-book-form .form-item-children {
      padding-left: 5px; }
    .horizontal-quick-book-form .selectBox {
      width: 100% !important; }
    .horizontal-quick-book-form .button {
      width: 100% !important; }

  .horizontalFrom .banner {
    margin-top: 47px; }

  .quick-book-active .horizontal-quick-book-form {
    height: auto; }
    .quick-book-active .horizontal-quick-book-form form {
      -webkit-transform: none;
      transform: none;
      visibility: visible;
      opacity: 1; }
    .quick-book-active .horizontal-quick-book-form .open-frm {
      opacity: 0;
      top: auto;
      bottom: 0; }
      .quick-book-active .horizontal-quick-book-form .open-frm span:after {
        content: 'x';
        border: 0;
        -webkit-transform: scaleY(0.9);
        transform: scaleY(0.9);
        margin-top: -16px; }

  .child-age-info {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .horizontal-quick-book-form {
    top: 58px; }

  .quick-book-form {
    width: calc(100% - 20px);
    left: 10px; }
    .quick-book-form ul li {
      padding: 13px 10px 0;
      font-size: 14px; }
    .quick-book-form form {
      padding: 10px; }
    .quick-book-form .form-submit {
      margin-top: 0; }
    .quick-book-form .child-info {
      width: 65px; }
    .quick-book-form .form-item .form-text,
    .quick-book-form .form-item .form-select {
      font-size: 13px;
      padding-top: 1px; } }
@media only screen and (max-width: 520px) {
  .horizontal-quick-book-form {
    top: 56px; } }
#colorbox {
  overflow: visible !important; }
  #colorbox .cboxPhoto {
    border: 2px solid #ddd; }

#cboxWrapper {
  background: none;
  overflow: visible !important; }
  #cboxWrapper #cboxLoadedContent {
    margin-bottom: 0 !important; }
  #cboxWrapper #cboxCurrent {
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 8px; }
  #cboxWrapper #cboxContent {
    overflow: visible !important; }
  #cboxWrapper #cboxClose {
    bottom: auto;
    outline: none;
    top: -15px;
    right: -15px;
    width: 32px;
    height: 32px;
    background: #f26c22;
    border-radius: 50%; }
    #cboxWrapper #cboxClose:before, #cboxWrapper #cboxClose:after {
      content: '';
      position: absolute;
      top: 8px;
      left: 14.5px;
      display: inline-block;
      width: 3px;
      height: 16px;
      background: #fff; }
    #cboxWrapper #cboxClose:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    #cboxWrapper #cboxClose:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #cboxWrapper #cboxClose:hover {
      background: #d6601f; }
  #cboxWrapper #cboxCurrent {
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    display: none !important; }
  #cboxWrapper #cboxTitle {
    display: none !important; }
  #cboxWrapper #cboxPrevious:before, #cboxWrapper #cboxPrevious:after, #cboxWrapper #cboxNext:before, #cboxWrapper #cboxNext:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #000; }
  #cboxWrapper #cboxPrevious:before, #cboxWrapper #cboxNext:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 51px; }
  #cboxWrapper #cboxPrevious:after, #cboxWrapper #cboxNext:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 38px; }
  #cboxWrapper #cboxNext, #cboxWrapper #cboxPrevious {
    width: 45px;
    height: 90px;
    background: rgba(255, 255, 255, 0.5);
    bottom: 50%;
    margin-bottom: -45px;
    outline: none; }
  #cboxWrapper #cboxNext {
    right: 0;
    left: auto;
    border-radius: 90px 0 0 90px; }
    #cboxWrapper #cboxNext:before, #cboxWrapper #cboxNext:after {
      left: 18px; }
    #cboxWrapper #cboxNext:after {
      top: 50px; }
    #cboxWrapper #cboxNext:before {
      top: 37px; }
  #cboxWrapper #cboxPrevious {
    left: 0;
    border-radius: 0 90px 90px 0; }
    #cboxWrapper #cboxPrevious:before, #cboxWrapper #cboxPrevious:after {
      right: 18px; }

.ajax-progress-fullscreen {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.9) url(../gif/loader.gif) no-repeat 0 0;
  opacity: 1.0;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background-size: 100%;
  border-radius: 50%; }

@media only screen and (min-width: 1023px) {
  #cboxWrapper #cboxClose {
    top: -14px;
    right: -14px; }

  .ajax-progress-fullscreen {
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    top: 50%; } }
@media only screen and (max-width: 1022px) {
  #cboxWrapper #cboxClose {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: -29px;
    right: -3px;
    border-radius: 0; }
  #cboxWrapper #cboxMiddleRight,
  #cboxWrapper #cboxMiddleLeft {
    width: 7px; }
  #cboxWrapper #cboxNext, #cboxWrapper #cboxPrevious {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  #cboxWrapper #cboxPrevious {
    transform-origin: left; }
  #cboxWrapper #cboxNext {
    transform-origin: right; }

  #colorbox .cboxPhoto {
    border-width: 1px; } }
#footer {
  padding: 30px 0;
  color: #fff;
  background: #f26c22 url(../jpg/footer-bg.jpg) no-repeat 0 0/100%;
  position: relative;
  border-top: 1px solid #FE9866; }
  #footer .contextual-links a {
    color: #000; }
  #footer .menu a:hover {
    text-decoration: underline; }
  #footer a {
    color: #fff; }
  #footer h2 {
    font: 0.9375rem "pn-bold", sans-serif;
    color: #fff;
    text-transform: uppercase; }
  #footer .contact-no a {
    color: #fff; }
    #footer .contact-no a span {
      color: #fff; }
  #footer .contact-no + .contact-no {
    margin-top: 15px; }
  #footer .social-links {
    margin-top: 30px; }
    #footer .social-links p {
      display: block;
      margin-bottom: 11px;
      font-size: 1.0625rem; }
    #footer .social-links ul li {
      margin-bottom: 5px; }
  #footer .block-block-securepayment {
    padding-top: 13px;
    float: right;
    padding-bottom: 8px; }
    #footer .block-block-securepayment p {
      margin-bottom: 0; }
  #footer .wrapper:after, #footer .wrapper:before {
    content: '';
    display: table;
    clear: both; }

.footer-left .menu > li > a {
  color: #fff !important;
  font: 1.0625rem "pn-reg", sans-serif;
  margin-bottom: 13px;
  display: block; }
.footer-left .menu li li {
  padding-bottom: 13px; }
.footer-left .menu a {
  font: 0.8125rem "pn-light", sans-serif;
  /*&[data-drupal-link-system-path="<front>"]{
    color: #fff !important;
    font: rem(18) $base;
    margin-bottom: 13px;
    display: block;
  }*/ }

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  float: left;
  width: 100%;
  font-family: "pn-light", sans-serif; }
  .footer-bottom .menu {
    margin-bottom: 5px; }
    .footer-bottom .menu li {
      display: inline-block;
      padding: 0 10px;
      margin-bottom: 8px;
      position: relative; }
      .footer-bottom .menu li::after {
        content: '';
        height: 12px;
        width: 1px;
        position: absolute;
        right: -3px;
        top: 50%;
        margin-top: -6px;
        background: #fff; }
      .footer-bottom .menu li:last-child:after {
        display: none; }

.menu-tab {
  position: relative; }
  .menu-tab ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f48448; }
  .menu-tab li a {
    font-family: "pn-smbold", sans-serif;
    position: relative;
    margin-bottom: 5px;
    display: block; }

.menu-contents {
  margin-top: 15px; }

.menu-content {
  display: none;
  width: 100%; }
  .menu-content.show {
    display: block; }

.block-block-hab-contactus strong {
  font: 1.0625rem "pn-smbold", sans-serif; }

#block-hab-contactus p {
  font: 0.8125rem "pn-light", sans-serif;
  line-height: 1.4; }

.connect-us {
  list-style: none;
  padding: 0;
  margin: 0; }
  .connect-us li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px; }
    .connect-us li a {
      display: block;
      color: #fff;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .connect-us li a i {
        font-size: 17px; }
      .connect-us li a:hover {
        color: #88de17; }

@media only screen and (min-width: 1023px) {
  #footer {
    padding-top: 50px; }

  .footer-left {
    float: left;
    width: calc(100% - 170px); }
    .footer-left .menu {
      overflow: hidden; }
      .footer-left .menu > li {
        padding-right: 20px;
        float: left;
        width: 24%; }
    .footer-left #menu-1 .menu > li:nth-child(3) {
      width: 20%; }
    .footer-left #menu-1 .menu > li:nth-child(4) {
      width: 28%; }

  .footer-right {
    float: right;
    width: 170px;
    text-align: right;
    margin-top: 60px; }

  .menu-tab ul {
    border-bottom: 1px solid #f48448; }
  .menu-tab li {
    display: inline-block;
    padding-right: 9%; }
    .menu-tab li a {
      text-transform: uppercase;
      padding-bottom: 15px; }
      .menu-tab li a::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 5px; }
      .menu-tab li a.active::after {
        background: #fff; }
  .menu-tab .menu-content {
    display: none !important; }
  .menu-tab::after {
    content: '';
    position: absolute;
    right: -140px;
    width: 140px;
    background: #f48448;
    height: 1px;
    bottom: 0; } }
@media only screen and (min-width: 1370px) {
  #footer .wrapper {
    padding: 0;
    max-width: none; } }
@media only screen and (max-width: 1022px) {
  #footer {
    font-size: 13px;
    padding-top: 0; }
    #footer .social-links {
      margin-top: 5px;
      padding-left: 15px; }
      #footer .social-links ul li + li {
        padding-left: 19px; }
      #footer .social-links p {
        font-size: 13px; }
    #footer .block-block-securepayment {
      float: left;
      padding-left: 10px;
      max-width: 160px; }

  .menu-content.show {
    display: none; }

  .menu-contents {
    display: none;
    min-height: auto !important; }

  .menu-tab ul {
    border-bottom: 0;
    display: table;
    width: 100%; }
    .menu-tab ul ul.menu ul {
      margin: 0 -3% 20px;
      font-size: 0; }
      .menu-tab ul ul.menu ul li {
        padding: 0 3% 10px;
        width: 50%;
        display: inline-block;
        vertical-align: top; }
  .menu-tab > ul > li {
    border-top: 1px solid #FE9866; }
    .menu-tab > ul > li:last-child {
      display: table-header-group; }
    .menu-tab > ul > li > a {
      padding: 16px 0;
      margin: 0;
      font-size: 15px; }
      .menu-tab > ul > li > a:after {
        content: '+';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        font-size: 21px;
        width: 11px;
        text-align: center; }
      .menu-tab > ul > li > a.menu-expend:after {
        content: "-"; }
    .menu-tab > ul > li:last-child {
      border-bottom: 0; }
  .menu-tab .menu-content {
    visibility: hidden;
    position: absolute;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    z-index: -1;
    -webkit-transition: transform 0.4s;
    transition: transform 0.4s;
    margin-top: 10px;
    display: block !important; }
  .menu-tab .menu-expend + .menu-content {
    visibility: visible;
    position: static;
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .footer-left {
    overflow: hidden; }
    .footer-left .menu a {
      font-size: 13px;
      margin-bottom: 8px; }
    .footer-left .menu > li > a {
      border-bottom: 1px solid #FE9866;
      padding-bottom: 10px;
      margin-bottom: 15px;
      font-size: 14px; }
    .footer-left .menu > li:last-child > a {
      border-bottom: 0; }
    .footer-left .menu > li:first-child > a {
      border-bottom: 1px solid #FE9866; }

  .footer-right {
    display: table;
    table-layout: fixed;
    border-top: 1px solid #FE9866;
    border-bottom: 1px solid #FE9866;
    width: calc(100% + 25px);
    margin-left: -15px; }
    .footer-right .hide-on-desktop, .footer-right .hide-on-desktop + div {
      display: table-cell;
      vertical-align: middle;
      padding: 10px 0; }
    .footer-right .hide-on-desktop + div {
      border-left: 1px solid #FE9866;
      padding-right: 10px; }
    .footer-right .tools {
      padding-left: 8px;
      padding-right: 8px;
      font-size: 0; }
      .footer-right .tools a {
        position: relative; }
        .footer-right .tools a:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 35px;
          height: 35px;
          font-size: 0;
          background-size: 22px 21px;
          background-position: center center;
          background-repeat: no-repeat;
          margin-right: 10px; }
        .footer-right .tools a:after {
          font-size: 14px;
          display: inline-block;
          vertical-align: middle; }
      .footer-right .tools .openchat:before {
        background-image: url(../png/chat-white.png); }
      .footer-right .tools .openchat:after {
        content: 'Chat now with us'; }
      .footer-right .tools .callbutton:before {
        background-image: url(../png/phone-white.png); }
      .footer-right .tools .callbutton:after {
        content: 'Call us now'; }
    .footer-right .footer-chat {
      padding-bottom: 19px; }
    .footer-right .footer-call {
      border-top: 1px solid #FE9866;
      padding-top: 20px; }

  .footer-bottom {
    margin-top: 20px; }
    .footer-bottom .menu {
      margin-bottom: 15px; } }
@media only screen and (max-width: 767px) {
  .footer-bottom .menu {
    margin: 10px 0;
    font: 11px "pn-smbold", sans-serif; }
    .footer-bottom .menu li {
      display: inline;
      padding: 0 8px; }
      .footer-bottom .menu li a {
        display: inline-block;
        margin-bottom: 10px; }
      .footer-bottom .menu li:nth-child(4):before {
        content: '\a';
        white-space: pre;
        display: block;
        font-size: 0; }
      .footer-bottom .menu li:nth-child(3):after {
        opacity: 0; }
      .footer-bottom .menu li:after {
        right: 0; }

  .block-copyright-block {
    font-size: 11px; }

  #footer .social-links {
    padding-left: 10px; }
    #footer .social-links ul li + li {
      padding-left: 10px; } }
@media only screen and (max-width: 520px) {
  #footer .social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between; }
    #footer .social-links ul li + li {
      padding-left: 6px; } }
@media only screen and (max-width: 320px) {
  .footer-right .tools a:after {
    font-size: 12px; }

  #footer .social-links ul li + li {
    padding-left: 2px; } }
#header {
  width: 100%;
  background: #fff; }
  #header .contact-no a {
    color: #343943; }
    #header .contact-no a span {
      color: #737373; }
    #header .contact-no a i {
      color: #f26c22;
      margin-right: 4px; }
  #header .contact-no + .contact-no {
    margin-left: 2.1875rem; }
  #header nav {
    display: inline-block;
    vertical-align: middle; }
  #header .active-location {
    color: #fff;
    padding: 15px 28px 16px 10px;
    position: relative; }
    #header .active-location label {
      display: block;
      text-transform: uppercase;
      font: 13px/1 "pn-smbold", sans-serif;
      margin-bottom: 3px; }
    #header .active-location span {
      font-size: 11px;
      line-height: 1;
      display: block;
      opacity: 0.8; }
    #header .active-location:after {
      content: '\f0d7';
      font-family: fontAwesome;
      color: #fff;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -8px;
      font-size: 11px; }
  #header .tools {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    float: right;
    margin-top: 2px; }
    #header .tools li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px; }
      #header .tools li:last-child {
        margin-right: 0; }
    #header .tools a {
      display: block;
      width: 35px;
      height: 35px;
      font-size: 0;
      background-size: 22px 21px;
      background-position: center center;
      background-repeat: no-repeat; }
    #header .tools .openchat {
      background-image: url(../png/chat.png); }
    #header .tools .callbutton {
      background-image: url(../png/phone.png); }

#block-hab-branding {
  float: left; }
  #block-hab-branding img {
    max-height: 40px; }

.head-left {
  float: left; }

.head-right {
  float: right; }

.site-selector {
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #737373;
  position: relative;
  width: 105px;
  padding-right: 5px;
  float: left;
  margin-top: 8px;
  margin-left: 20px;
  border-right: 1px solid #eaeaea; }
  .site-selector .selector {
    cursor: pointer;
    padding: 4px 10px; }
    .site-selector .selector i {
      margin-left: 4px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .site-selector .selector.active i {
      -webkit-transform: rotate(-180deg);
      transform: rotate(-180deg);
      transform-origin: center; }
    .site-selector .selector.active + ul {
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1); }
  .site-selector span {
    display: inline-block; }
    .site-selector span::before {
      content: '';
      width: 22px;
      height: 15px;
      background: url(../png/country-flag.png) no-repeat 0 0/500%;
      display: inline-block;
      vertical-align: middle;
      margin-right: 9px;
      margin-top: -2px;
      border: 1px solid #aaa; }
    .site-selector span.zh::before {
      background-position: 0 0; }
    .site-selector span.ko::before {
      background-position: -22px 0; }
    .site-selector span.ja::before {
      background-position: -44px 0; }
    .site-selector span.de::before {
      background-position: -66px 0; }
    .site-selector span.au::before {
      background-position: -88px 0; }
  .site-selector ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
    background: #fff;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -15px) scale(0.85);
    transform: translate(0, -15px) scale(0.85);
    transform-origin: center;
    pointer-events: none;
    opacity: 0; }
    .site-selector ul li {
      display: block;
      padding-bottom: 5px; }
    .site-selector ul a {
      display: block;
      color: #737373;
      text-decoration: none;
      padding: 5px 10px; }

.contact-no {
  font-size: 1.15625rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: 1px;
  text-align: right;
  letter-spacing: -0.5px; }
  .contact-no p {
    margin-bottom: 0; }
  .contact-no a span {
    display: block;
    font-size: 0.65625rem;
    text-transform: uppercase;
    margin-top: -3px;
    white-space: nowrap;
    letter-spacing: 0; }
  .contact-no a i {
    font-size: 1rem; }

.header-top {
  font-family: "pn-smbold", sans-serif;
  padding: 10px 0; }

.head-right {
  text-align: right;
  padding-top: 1.5px; }

.site-search {
  float: left;
  margin-top: 12px;
  font-size: 0.75rem;
  margin-left: 24px;
  cursor: pointer;
  position: relative; }
  .site-search .search-btn {
    color: #343943;
    text-transform: uppercase;
    background: url(../svg/search.svg) no-repeat 0 0/16px;
    padding-left: 26px; }
  .site-search form {
    position: absolute;
    width: 190px;
    left: 0;
    top: -8px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform-origin: left;
    opacity: 0; }
  .site-search .form-text {
    height: 32px;
    border: 1px solid #d6d6d6;
    outline: none;
    width: 100%;
    padding: 5px 5px 5px 35px;
    color: #444;
    font-family: "pn-reg", sans-serif; }
  .site-search .button {
    position: absolute;
    left: 0;
    width: 30px;
    top: 0;
    height: 32px;
    padding: 0;
    background: url(../svg/search.svg) no-repeat 7px 9px/14px;
    color: #343943;
    line-height: 20px;
    font-size: 0; }
  .site-search .close-search {
    position: absolute;
    top: 0;
    right: -35px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 0;
    color: #6d6d6d;
    background: #fff; }
    .site-search .close-search i {
      line-height: 30px;
      font-size: 0.9375rem;
      padding-left: 5px; }

.search-active .site-search form {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1; }

.site-logo {
  display: block;
  position: relative; }
  .site-logo img,
  .site-logo span {
    display: inline-block;
    vertical-align: middle; }
  .site-logo img {
    height: 60px; }

.toolbar .toolbar-bar {
  position: fixed !important; }

.path-taxonomy .active-location {
  background: #DA5A0D; }

.frontpage #header .home a {
  background-color: #DA5A0D; }

@media only screen and (min-width: 1023px) {
  #block-hab-branding {
    margin-right: 24%; }

  .head-left {
    width: calc(100% - 350px); }

  .tools,
  .menu-btn,
  .close-call,
  .mob-menu {
    display: none; }

  .navigation {
    background: #f26c22; }

  .desk-menu .menu > li {
    position: relative;
    text-transform: uppercase;
    font: 0.8125rem "pn-smbold", sans-serif;
    padding: 0 3px;
    float: left;
    letter-spacing: 0.4px; }
    .desk-menu .menu > li > a {
      display: block;
      text-decoration: none;
      position: relative;
      padding: 2px 20px 0;
      line-height: 58px;
      color: #fff; }
      .desk-menu .menu > li > a:hover, .desk-menu .menu > li > a.is-active {
        background-color: #DA5A0D; }
    .desk-menu .menu > li.active > a {
      background-color: #DA5A0D; }
    .desk-menu .menu > li:first-child > a {
      line-height: 60px;
      display: block;
      background-image: url(../png/icon-home.png);
      background-repeat: no-repeat;
      background-position: 49% center;
      background-size: 17px 17px;
      width: 61px;
      font-size: 0;
      padding: 0; }
  .desk-menu .menu .location-menu > a {
    line-height: 1.0;
    padding: 17px 32px 16px 20px;
    height: 60px;
    min-width: 162px; }
    .desk-menu .menu .location-menu > a:before {
      content: '\f0d7';
      font-family: fontAwesome;
      color: #fff;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -6px;
      font-size: 11px; }
    .desk-menu .menu .location-menu > a:after {
      content: 'Change Destination';
      font: normal 10.5px "pn-light", sans-serif;
      line-height: 1;
      display: block;
      opacity: 0.8;
      text-transform: none;
      margin-top: 3px;
      letter-spacing: 0.8px; }
  .desk-menu .menu .location-menu > ul {
    position: absolute;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 99;
    left: 0;
    top: 0;
    padding: 1.1875rem 1.1875rem 0;
    min-width: 165px;
    border-bottom: 2px solid #f26c22;
    -webkit-box-shadow: 0 0 30px #999;
    -moz-box-shadow: 0 0 30px #999;
    box-shadow: 0 0 30px #999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden; }
    .desk-menu .menu .location-menu > ul li {
      display: block;
      margin-bottom: 1.25rem;
      font-family: "pn-smbold", sans-serif; }
      .desk-menu .menu .location-menu > ul li:first-of-type {
        opacity: 0.5;
        font-size: 11px; }
      .desk-menu .menu .location-menu > ul li.active > a {
        color: #f26c22; }
    .desk-menu .menu .location-menu > ul a {
      display: block;
      color: #000; }
      .desk-menu .menu .location-menu > ul a:hover {
        color: #f26c22; }
  .desk-menu .menu .location-menu:hover > ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1; }

  .primary-menu {
    content: '';
    display: table;
    clear: both; } }
@media only screen and (max-width: 1022px) {
  #header {
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc; }
    #header .desk-menu {
      display: none; }
    #header .tools {
      margin-top: 1px; }
    #header .site-search {
      position: absolute;
      right: 125px;
      font-size: 0;
      margin-top: 3px; }
      #header .site-search form {
        right: 40px;
        left: auto;
        top: 1px; }
      #header .site-search .search-btn {
        width: 35px;
        height: 35px;
        background-position: center;
        background-size: 21px; }

  #block-hab-branding {
    margin-top: 2px; }

  .layout-container {
    padding-top: 63px; }

  .block-header-menu-block {
    display: none; }

  .contact-no {
    display: none; }

  .mobile-call {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9992;
    margin-left: -65px;
    margin-top: -60px;
    -webkit-transform: scale(0);
    transform: scale(0); }
    .mobile-call a, .mobile-call span {
      color: #fff !important; }
    .mobile-call .contact-no {
      display: block;
      margin-bottom: 20px;
      margin-left: 0 !important;
      font-size: 21px; }

  .call-mobile-activate:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9991;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.6s;
    transition: all 0.6s; }
  .call-mobile-activate .mobile-call {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(1);
    transform: scale(1); }

  .close-call {
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background: #f26c22;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0; }
    .close-call:after {
      content: 'Cancel';
      font-size: 15px; }

  .head-left {
    width: 61%;
    padding-right: 10px; }

  .header-top .site-selector {
    display: none; }

  .menu-btn {
    width: 40px;
    height: 40px;
    padding: 6px;
    padding: 0;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: -5px;
    position: relative;
    cursor: pointer; }
    .menu-btn span {
      height: 3px;
      width: 25px;
      left: 8px;
      background: #484E59;
      position: absolute;
      top: 11px; }
      .menu-btn span:nth-child(2) {
        top: 18px; }
      .menu-btn span:nth-child(3) {
        top: 25px; }
    .menu-btn + div {
      display: inline-block;
      vertical-align: middle; }

  .mobile-menu-wrap {
    position: fixed !important;
    z-index: 999;
    left: -110%;
    width: 100%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    top: 0;
    height: 100vh;
    cursor: pointer; }
    .mobile-menu-wrap a {
      color: #fff; }
    .mobile-menu-wrap li.location {
      display: none !important; }
    .mobile-menu-wrap .mob-menu {
      height: 100%;
      overflow: auto;
      padding: 20px 30px 20px 20px;
      top: 0;
      background: #C37155 url("../jpg/mobile-menu-bg.jpg") no-repeat right 0/cover;
      width: calc(100% - 60px);
      max-width: 300px;
      color: #fff; }
    .mobile-menu-wrap::after {
      content: '';
      width: 100%;
      height: 100%;
      position: fixed;
      left: -110%;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: -1; }
    .mobile-menu-wrap .site-selector {
      width: 185px;
      margin: 0 0 20px;
      padding: 0;
      float: none;
      color: #000;
      font-size: 12px;
      border-right: 0; }
      .mobile-menu-wrap .site-selector:before {
        content: 'CHANGE LANGUAGE';
        display: block;
        padding-bottom: 6px;
        font-size: 11px;
        color: #fff; }
      .mobile-menu-wrap .site-selector .selector {
        padding: 0 12px;
        line-height: 40px;
        border-radius: 4px;
        background: #fff;
        font-size: 13px;
        position: relative; }
        .mobile-menu-wrap .site-selector .selector.active .fa-angle-down {
          -webkit-transform: none;
          transform: none; }
          .mobile-menu-wrap .site-selector .selector.active .fa-angle-down:before {
            border-top: 0;
            border-bottom: 4px solid #4a4d52; }
        .mobile-menu-wrap .site-selector .selector span:before {
          vertical-align: top;
          margin-top: 13px; }
      .mobile-menu-wrap .site-selector .fa-angle-down {
        position: absolute;
        right: 14px;
        top: 18px;
        margin: 0;
        height: 0; }
        .mobile-menu-wrap .site-selector .fa-angle-down:before {
          content: '';
          border-top: 4px solid #4a4d52;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          float: left; }
      .mobile-menu-wrap .site-selector ul {
        margin-top: 2px; }

  .mobile-menu-active {
    overflow: hidden;
    height: 100%; }

  .mobile-menu-active .mobile-menu-wrap {
    left: 0; }
    .mobile-menu-active .mobile-menu-wrap:after {
      left: 0; }

  .mob-menu .primary-menu a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    position: relative; }
  .mob-menu .primary-menu li.active:not(.has-submenu) a {
    background: rgba(0, 0, 0, 0.1); }
  .mob-menu .primary-menu li:not(.has-submenu) a:hover {
    background: rgba(0, 0, 0, 0.1); }
  .mob-menu .primary-menu > li {
    border-bottom: 1px solid #DA9C85;
    position: relative;
    padding: 7px 0; }
    .mob-menu .primary-menu > li:last-child {
      border-bottom: 0; }
    .mob-menu .primary-menu > li a {
      padding: 11px 10px;
      font-size: 14px; }
    .mob-menu .primary-menu > li > ul {
      visibility: hidden;
      position: absolute;
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
      -webkit-transition: transform 0.4s;
      transition: transform 0.4s;
      z-index: -1;
      margin-top: -12px;
      margin-bottom: 12px;
      opacity: 0; }
      .mob-menu .primary-menu > li > ul li {
        padding: 3px 0; }
        .mob-menu .primary-menu > li > ul li a {
          padding-left: 25px; }
          .mob-menu .primary-menu > li > ul li a:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            margin-top: -3px; }
    .mob-menu .primary-menu > li .expended:after {
      content: '-' !important; }
    .mob-menu .primary-menu > li .expended + ul {
      position: static;
      z-index: 1;
      visibility: visible;
      opacity: 1;
      -webkit-transform: none;
      transform: none; }
  .mob-menu .primary-menu .has-submenu > a::after {
    content: '+';
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -15px;
    font-size: 19px;
    width: 11px;
    text-align: center; }
  .mob-menu .primary-menu .appended-item a::after {
    content: 'Home';
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px; } }
@media only screen and (max-width: 767px) {
  #block-hab-branding img {
    max-height: 35px; }

  .layout-container {
    padding-top: 58px; }

  .search-active #block-hab-branding,
  .search-active .menu-btn {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

  #header .site-search form {
    width: calc(100vw - 175px); } }
@media only screen and (max-width: 520px) {
  #block-hab-branding {
    margin-top: 3px; }

  .layout-container {
    padding-top: 56px; }

  .menu-btn {
    width: 35px;
    height: 35px;
    margin-right: 4px; }
    .menu-btn span {
      width: 17px;
      top: 12px;
      height: 2px; }
      .menu-btn span:nth-child(2) {
        top: 17px; }
      .menu-btn span:nth-child(3) {
        top: 22px; }
    .menu-btn + div {
      display: inline-block;
      vertical-align: middle; } }
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: none;
  color: #000; }

.ui-widget-header {
  background: #f26c22;
  border-radius: 0;
  border: none; }

.ui-datepicker {
  border: none;
  border-radius: 0;
  padding: 0;
  width: 18em;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  z-index: 999 !important; }
  .ui-datepicker .ui-datepicker-title {
    color: #fff;
    line-height: 2.5; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: 9px; }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      background: none;
      border-bottom: 2px solid #fff;
      border-left: 2px solid #fff;
      width: 8px;
      height: 8px;
      margin-top: -4px; }
  .ui-datepicker .ui-datepicker-next-hover:not(.ui-state-disabled),
  .ui-datepicker .ui-datepicker-prev-hover:not(.ui-state-disabled) {
    background: #d45a16;
    border: none;
    border-radius: 50%; }
  .ui-datepicker .ui-datepicker-prev {
    left: 8px !important; }
    .ui-datepicker .ui-datepicker-prev span {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      margin-left: -3px; }
  .ui-datepicker .ui-datepicker-next {
    right: 8px !important; }
    .ui-datepicker .ui-datepicker-next span {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      margin-left: -5px; }
  .ui-datepicker a.ui-state-hover.ui-state-disabled {
    background: none !important;
    border: none !important; }
  .ui-datepicker table {
    width: calc(100% - 40px);
    margin: 20px 20px 32px; }
    .ui-datepicker table.ui-datepicker-calendar {
      position: relative; }
      .ui-datepicker table.ui-datepicker-calendar:after {
        content: 'Not available';
        font-size: 15px;
        background: url(../png/dot.png) no-repeat 0 8px/6px;
        color: #000;
        padding-left: 13px;
        position: absolute;
        right: 0;
        bottom: -22px; }
  .ui-datepicker th {
    color: #f26c22;
    font-weight: normal; }
  .ui-datepicker td a,
  .ui-datepicker td span {
    text-align: center;
    padding: 0;
    text-align: center;
    line-height: 35px;
    width: 35px;
    height: 35px;
    margin: 0 auto; }

.cal-info {
  font-size: 11px;
  float: right;
  padding-right: 27px;
  position: relative;
  padding-left: 12px;
  color: #000;
  margin-bottom: 10px; }
  .cal-info::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f26c22;
    position: absolute;
    left: 0;
    top: 6px; }

.not-available {
  opacity: 1 !important;
  filter: Alpha(Opacity=0) !important; }
  .not-available span {
    color: #ff2e10 !important;
    pointer-events: none; }

.ui-datepicker-calendar td a.ui-state-active {
  border: none;
  background: #255be3 !important;
  border-radius: 50%;
  color: #fff !important; }

.hasDatepicker {
  cursor: pointer; }

.selectBox-dropdown {
  position: relative;
  color: #000;
  outline: none;
  cursor: pointer; }
  .selectBox-dropdown .selectBox-label {
    padding: 0 8px;
    display: block;
    overflow: hidden;
    padding-right: 22px;
    width: 100% !important; }
  .selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%; }
    .selectBox-dropdown .selectBox-arrow:after {
      content: '\f0d7';
      font-family: fontAwesome;
      position: absolute;
      top: 0;
      right: 0;
      color: #5B5F64;
      font-size: 12px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .selectBox-dropdown.selectBox-disabled {
    cursor: no-drop;
    background: #e2e2e2 !important; }
    .selectBox-dropdown.selectBox-disabled .selectBox-arrow {
      display: none; }
  .selectBox-dropdown a {
    color: #000; }

.selectBox-options {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 99999;
  min-height: 1em;
  background: #FFF;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 0;
  -webkit-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  font-family: "pn-smbold", sans-serif;
  max-height: 175px; }
  .selectBox-options li {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd; }
    .selectBox-options li a {
      display: block;
      padding: 8px;
      cursor: pointer;
      font-size: 0.8125rem;
      color: #000; }
    .selectBox-options li.selectBox-selected a, .selectBox-options li.selectBox-hover a {
      color: #f26c22; }

.selectBox-options.ul[class*="box-views-exposed-form-home-page-promotional"] {
  margin-top: 6px; }

.location-wrp-selectBox-dropdown-menu {
  max-height: 190px;
  margin-top: 3px; }
  .location-wrp-selectBox-dropdown-menu li a {
    padding: 8px 30px;
    font-size: 0.9375rem; }

.menuWrap {
  display: inline-block;
  vertical-align: middle;
  text-align: left; }

.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: left;
  display: inline-block; }
  .nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 10px;
    font: 0.8125rem/2rem "pn-smbold", sans-serif;
    letter-spacing: 0.1px; }
  .nav a {
    background: #f6feff;
    padding: 0 15px;
    border-radius: 30px;
    display: block;
    color: #898a8a;
    border: 1px solid #d1e1e3;
    text-transform: uppercase;
    min-width: 68px;
    text-align: center; }
    .nav a.active {
      background: #2b74eb;
      color: #fff;
      border-color: #2b74eb; }
    .nav a:not(.active):hover {
      background: #fff; }

.open-cat {
  display: none; }

.social-share h3 {
  text-transform: uppercase;
  color: #000;
  font: 0.9375rem "pn-reg", sans-serif;
  margin-bottom: 18px;
  text-align: center; }
.social-share span.a2a_svg {
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  opacity: 0.8 !important;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .social-share span.a2a_svg svg {
    width: 70%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute; }
  .social-share span.a2a_svg:hover {
    opacity: 1 !important; }

.banner .block-block-breadcrumbs {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  width: 1000px;
  left: 0;
  right: 0;
  margin: auto;
  top: 22px; }
  .banner .block-block-breadcrumbs li {
    color: #fff; }
    .banner .block-block-breadcrumbs li a {
      color: #fff; }

.block-system-breadcrumb-block ol {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }
.block-system-breadcrumb-block li {
  display: inline-block;
  color: #535252;
  line-height: 1.0; }
  .block-system-breadcrumb-block li a {
    color: #505050; }
    .block-system-breadcrumb-block li a:hover {
      color: #f26c22; }
  .block-system-breadcrumb-block li ~ li:before {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    padding: 0 3px;
    font-weight: bold;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5); }

main .block-system-breadcrumb-block {
  margin-bottom: 8px; }

.page-node-type-product main .block-system-breadcrumb-block,
.page-node-type-gift-voucher main .block-system-breadcrumb-block {
  padding-right: 130px; }

.showmore_content {
  overflow: hidden; }
  .showmore_content p {
    margin-bottom: 0 !important;
    padding-bottom: 0; }

.showmore_trigger span {
  color: #225be6;
  cursor: pointer;
  position: relative;
  padding-left: 13px; }
  .showmore_trigger span b {
    font-size: 14px;
    position: absolute;
    left: 0;
    margin-top: 2px; }

.btn {
  color: #2b74eb;
  font-size: 0.8125rem;
  position: relative;
  margin-left: 10px;
  cursor: pointer; }
  .btn span, .btn i {
    display: inline-block;
    vertical-align: middle; }
  .btn i {
    font-style: normal;
    padding-right: 5px; }
  .btn span:before {
    font-size: 13px;
    vertical-align: middle; }
  .btn span:after {
    content: '';
    position: absolute;
    left: 12px;
    bottom: -1px;
    border-bottom: 1px dotted;
    width: calc(100% - 12px); }
  .btn:hover span:after {
    opacity: 0; }

.more, .less {
  font-size: 0; }
  .more:before, .less:before {
    font-size: 14px; }

.more:before {
  content: 'Read More'; }

.less:before {
  content: 'Read Less'; }

.location-content .more:before, .about-us .more:before {
  content: "More"; }
.location-content .less:before, .about-us .less:before {
  content: "Less"; }

.location-content .btn {
  text-transform: uppercase; }

.rides-description .btn,
.occasion-text .btn {
  display: table;
  margin: 0 auto; }
  .rides-description .btn span:after,
  .occasion-text .btn span:after {
    display: none; }

.occasion-text .btn {
  margin-left: 0;
  margin-top: 10px; }
.occasion-text .showmore_trigger span b {
  margin-top: 1px; }

.comment-form .form-item {
  margin-bottom: 20px; }
  .comment-form .form-item .form-item {
    margin-bottom: 0; }
.comment-form .form-email,
.comment-form .form-text {
  line-height: 25px;
  padding: 5px 15px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  width: 100%; }
.comment-form textarea {
  width: 100%;
  height: 150px;
  padding: 17px 12px;
  border: 1px solid #eaeaea;
  font: 12px "pn-reg", sans-serif;
  resize: none;
  outline: none; }
.comment-form .form-actions .button {
  width: 190px;
  text-transform: uppercase;
  font: 0.9375rem/2.75rem "pn-smbold", sans-serif; }
.comment-form .form-actions .social-logout {
  background: #F6F6F6;
  color: #A3A3A3;
  margin-left: 8px; }
  .comment-form .form-actions .social-logout:hover {
    background: #e6e3e3; }
.comment-form .field--name-field-rate-us {
  margin-top: 25px; }
.comment-form label {
  margin-bottom: 8px;
  display: inline-block; }
  .comment-form label:after {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    padding-left: 2px; }
.comment-form div.fivestar-widget .star,
.comment-form div.fivestar-widget .star a {
  width: 30px;
  height: 29px;
  margin-right: 10px;
  background: url(../png/star-big.png) no-repeat 0 0; }
.comment-form div.fivestar-widget .star.hover, .comment-form div.fivestar-widget .star.hover a, .comment-form div.fivestar-widget .star.on, .comment-form div.fivestar-widget .star.on a {
  background-position: 0 -32px !important; }

.review-counts {
  color: #225be6; }

@media only screen and (max-width: 1022px) {
  .home-packages .tabs-top {
    position: relative;
    width: 100%; }
    .home-packages .tabs-top:after {
      content: '';
      display: table;
      clear: both; }
    .home-packages .tabs-top .link {
      margin-top: 4px;
      margin-right: 10px; }
      .home-packages .tabs-top .link:after {
        top: 50%; }
  .home-packages .tab-contents {
    margin-top: 10px; }

  .tab-contents {
    clear: both; }

  .open-cat,
  .open-cat-menu {
    font: 17px "pn-smbold", sans-serif;
    text-transform: capitalize;
    padding: 0 30px 0 10px;
    display: inline-block;
    position: relative;
    color: #225be6;
    max-width: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    margin-bottom: 5px; }
    .open-cat:after,
    .open-cat-menu:after {
      content: '';
      position: absolute;
      right: 9px;
      top: 10px;
      border-top: 4px solid #4a4d52;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }

  .section-menu .nav {
    display: none; }

  .cat-menu ul {
    display: none; }

  .tabs-top .nav {
    display: none; }

  .menuWrap,
  .catMenuWrap {
    position: absolute;
    z-index: 99;
    background: #fff;
    top: 12px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    -webkit-transition: top 0.4s;
    transition: top 0.4s;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    max-width: 200px;
    padding: 10px 5px 10px 0 !important; }
    .menuWrap li,
    .catMenuWrap li {
      display: block;
      margin-right: 0;
      margin-bottom: 0; }
    .menuWrap a,
    .catMenuWrap a {
      border: none;
      background: none;
      text-align: left;
      text-transform: capitalize;
      font: 14px "pn-reg", sans-serif !important;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      padding: 10px 10px !important;
      border-radius: 0;
      color: #000; }
      .menuWrap a.active,
      .catMenuWrap a.active {
        background: none !important;
        color: #225be6 !important; }
    .menuWrap ul,
    .catMenuWrap ul {
      max-height: 190px;
      overflow: auto;
      margin: 0;
      margin-bottom: 0 !important;
      width: 100%;
      display: block !important; }

  .catMenuWrap a {
    color: #000; }
    .catMenuWrap a:before, .catMenuWrap a:after {
      display: none; }
  .catMenuWrap .item {
    padding-bottom: 0; }
    .catMenuWrap .item a {
      color: #000; }

  .select-cat .open-cat {
    z-index: 10; }
    .select-cat .open-cat:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .select-cat .menuWrap {
    top: 32px;
    visibility: visible;
    opacity: 1; }

  .cat-menu-active .open-cat-menu {
    z-index: 10; }
    .cat-menu-active .open-cat-menu:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .cat-menu-active .catMenuWrap {
    top: 32px;
    visibility: visible;
    opacity: 1; }

  .ui-datepicker {
    right: 30px;
    left: auto !important;
    width: calc(100% - 175px); }

  .quick-book-active .ui-datepicker {
    right: 15px;
    width: calc(100% - 30px); }

  .page-node-type-product .ui-datepicker {
    width: calc(100% - 30px);
    right: 15px; }

  .block-system-breadcrumb-block {
    display: none; }

  .selectBox-dropdown .selectBox-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .pager a {
    line-height: 40px !important; } }
@media only screen and (max-width: 767px) {
  .ui-datepicker {
    right: 20px;
    width: calc(100% - 40px); }

  .quick-book-active .ui-datepicker {
    right: 10px;
    width: calc(100% - 20px); }

  .page-node-type-product .ui-datepicker {
    width: calc(100% - 20px);
    right: 10px; }

  .selectBox-options {
    max-height: 160px; }
    .selectBox-options.location-wrp-selectBox-dropdown-menu {
      max-height: 138px; }

  .nav {
    left: 7px; }

  .btn span:before {
    font-size: 12px; }

  .selectBox-dropdown .selectBox-label {
    padding-top: 1px; } }
@media only screen and (max-width: 520px) {
  .nav {
    left: 5px; } }
html .ui-widget {
  font-size: 1.1em;
  font-family: "pn-reg", sans-serif; }
html .ui-widget.ui-widget-content {
  border: 0; }

.block-local-tasks-block {
  margin: 10px 0 20px; }
  .block-local-tasks-block li {
    display: inline-block;
    padding: 0 5px; }
    .block-local-tasks-block li a {
      display: block;
      color: #333;
      border: 1px solid #333;
      padding: 5px 12px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .block-local-tasks-block li.is-active a, .block-local-tasks-block li:hover a {
      background: #f26c22;
      color: #fff; }
    .block-local-tasks-block li:first-child {
      padding-left: 0; }

.messages:not(.js-ajax-comments-messages) {
  background: #eee;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.msg-overlay {
  cursor: pointer; }

.fly .close-button {
  outline: none;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: #f26c22;
  border-radius: 50%; }
  .fly .close-button:before, .fly .close-button:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 14.5px;
    display: inline-block;
    width: 3px;
    height: 16px;
    background: #fff; }
  .fly .close-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .fly .close-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.fly .close-msg {
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-appearance: none; }
  .fly .close-msg:checked {
    display: none; }
    .fly .close-msg:checked ~ div {
      display: none; }
.fly .close-button {
  z-index: -1; }

.msg-pop {
  cursor: default;
  position: fixed;
  margin: auto;
  width: 550px;
  max-width: 90%;
  z-index: 9999;
  background: #fff;
  color: #000;
  padding: 35px 55px;
  text-align: center;
  font-size: 15px; }
  .msg-pop strong, .msg-pop a {
    color: #000; }
  .msg-pop a {
    text-decoration: none;
    font-style: italic;
    color: #000; }
  .msg-pop .placeholder {
    position: relative; }
    .msg-pop .placeholder:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
  .msg-pop ul {
    margin-left: 20px;
    margin-bottom: 0; }

.msg-overlay {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  left: 0;
  top: 0; }

.pager {
  margin: 30px auto;
  text-align: center; }
  .pager li {
    width: 100%; }
  .pager a {
    display: block;
    color: #fff;
    font: 14px "pn-bold", sans-serif;
    text-align: center;
    border: none;
    text-transform: uppercase;
    width: 175px;
    line-height: 46px;
    background: #2B74EB;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .pager a:hover {
      background: #1a3e97; }

.block {
  position: relative; }
  .block .ajax-progress-fullscreen {
    display: none;
    position: absolute; }

.block.fade-active:not(.block-system-main-block) .ajax-progress-fullscreen {
  display: block; }

.ajax-active .ajax-progress-fullscreen {
  display: none; }

.pager {
  overflow: hidden;
  clear: both; }
  .pager li {
    position: relative;
    display: inline-block; }
    .pager li:before {
      display: none; }
    .pager li a {
      display: block; }
      .pager li a:hover {
        color: #fff; }

.user-login-form {
  max-width: 540px;
  margin: 40px auto; }
  .user-login-form .social-connect-caption,
  .user-login-form .social-connect,
  .user-login-form .social-connect-caption {
    display: none; }
  .user-login-form .form-item {
    margin-bottom: 20px; }
    .user-login-form .form-item .form-item {
      margin-bottom: 0; }
  .user-login-form .description {
    opacity: 0.6;
    font-size: 12px; }
  .user-login-form .form-email,
  .user-login-form .form-text {
    line-height: 25px;
    padding: 5px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 5px; }
  .user-login-form textarea {
    width: 100%;
    height: 150px;
    padding: 17px 12px;
    border: 1px solid #eaeaea;
    font: 12px "pn-reg", sans-serif;
    resize: none; }
  .user-login-form .form-actions .button {
    width: 190px;
    text-transform: uppercase;
    font: 0.9375rem/2.75rem "pn-smbold", sans-serif; }
  .user-login-form label {
    margin-bottom: 8px;
    display: inline-block; }
    .user-login-form label:after {
      content: '*';
      display: inline-block;
      vertical-align: middle;
      padding-left: 2px; }

.maintenance-page {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url(../jpg/ballon-bg.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  max-width: none !important; }
  .maintenance-page .layout-container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 0 10px;
    max-width: 700px;
    margin: 0; }
  .maintenance-page h2 {
    font: 23px "p-xbold";
    color: #fff; }
  .maintenance-page p {
    font: 17px "pn-smbold", sans-serif;
    color: #fff; }
  .maintenance-page:after {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute; }

@media only screen and (min-width: 1023px) {
  .maintenance-page h2 {
    font-size: 60px; }
  .maintenance-page p {
    font-size: 21px; } }

/*# sourceMappingURL=style.css.map */
