@charset "UTF-8";
/* Table of Contents
   - - - - - - - - -
   1.	General
	 2.	Scrolling content
   - - - - - - - - -
 */
.with_SideBar .SideBarWidget {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px; }

.PricePanel {
  background: #1f92d1;
  padding: 2rem;
  margin-bottom: 1rem;
  position: relative;
  color: white;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.37);
  box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.37); }
  .PricePanel .on_offer {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #e5322d;
    padding: 0.7rem 1rem 0.7rem 1rem;
    color: white;
    transform: rotate(3deg);
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    text-transform: uppercase; }
  .PricePanel h3 {
    margin-bottom: 1rem; }
  .PricePanel .original-price {
    position: relative; }
    .PricePanel .original-price::after {
      content: "";
      position: absolute;
      top: 54%;
      left: 0;
      right: 0;
      border-top: 3px solid #e5322d;
      transform: rotate(-20deg); }
  .PricePanel .Price .small_price,
  .PricePanel .Price .large_price,
  .PricePanel .Price .Saving {
    font-weight: 700;
    letter-spacing: -1px; }
  .PricePanel .Price .small_price {
    font-size: 3em; }
  .PricePanel .Price .large_price {
    font-size: 6em; }
  .PricePanel .Price .Saving {
    background-color: #e5322d;
    display: inline-block;
    margin-top: 0.7rem;
    padding: 0.32rem;
    transform: rotate(-2deg);
    font-size: 1.7em; }
  .PricePanel .Price .pp {
    font-size: 14px;
    letter-spacing: 0; }
  .PricePanel .PriceInfo {
    margin-top: 1rem;
    font-weight: 400; }

.UsefulLinks {
  background-color: #2e3b3a; }
  @media (max-width: 639px) {
    .UsefulLinks p {
      margin-bottom: 1rem; } }
  .UsefulLinks .UsefulLinksLi {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; }
  .UsefulLinks ul {
    margin-top: 2rem;
    margin-bottom: 0px; }
    @media (max-width: 639px) {
      .UsefulLinks ul {
        margin-top: 0px; } }
    .UsefulLinks ul li {
      list-style: none;
      line-height: 1.7em; }
      .UsefulLinks ul li a:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
        transition: all 0.07s linear; }
    .UsefulLinks ul li::before {
      content: '\f05a';
      font-family: "Font Awesome 5 Pro" !important;
      font-size: .8em;
      display: inline-block;
      font-display: swap;
      position: absolute;
      margin-left: -17px;
      margin-top: 1.4px;
      color: #ffa125; }

.creds .ski_content {
  text-align: center; }

.creds ul {
  margin-top: 0;
  padding-left: 1.3em;
  list-style-type: none;
  margin-bottom: 0.7rem; }

.creds li:before {
  position: absolute;
  margin-left: -1.2em; }

.creds li:before {
  content: "–";
  color: #1e2a42; }

@media (min-width: 640px) {
  .creds .col-sm-6, .creds .col-md-4 {
    padding-right: 2rem; } }

.creds article {
  padding-left: 30px; }
  .creds article:before {
    content: '\f058';
    font-family: "Font Awesome 5 Pro" !important;
    font-size: 1.4em;
    display: inline-block;
    position: absolute;
    font-display: swap;
    margin-left: -30px;
    margin-top: 3px;
    color: #ffa125; }

.creds h4 {
  margin-top: 2rem !important; }

.creds .cred_base {
  margin-top: 2rem;
  text-align: center; }
  .creds .cred_base h4 {
    margin-top: 0px !important; }

.grid_inner {
  position: relative; }

.slash-1, .slash-2 {
  clip-path: polygon(0 87%, 0% 100%, 100% 100%);
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 3;
  width: 100%;
  display: none; }

.slash-1 {
  height: 200px; }

.slash-2 {
  height: 500px; }

.Tourgridzy {
  margin: 1rem 0 2rem 0 !important; }

.iziModal-content .close_modal {
  color: white !important;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  border: none; }

/* 1.	General START */
/* Tour information START */
.Tour_Intro {
  background: #1662ad;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #114d89, #1291d0);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #114d89, #1291d0);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: white; }
  .Tour_Intro img, .Tour_Intro .embed-container {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 12px; }
    @media (min-width: 960px) {
      .Tour_Intro img, .Tour_Intro .embed-container {
        width: 97%;
        margin-bottom: 0; } }
  .Tour_Intro br {
    display: block;
    height: 30px !important;
    line-height: 35px !important; }
  .Tour_Intro .legend {
    border-radius: 12px;
    margin-top: 2rem;
    color: white;
    background-color: #1662ad;
    overflow-x: auto;
    display: flex;
    align-items: flex-start; }
    @media (min-width: 960px) {
      .Tour_Intro .legend {
        float: left; } }
    .Tour_Intro .legend .icon_wrap {
      text-align: center;
      margin-bottom: 0.7rem;
      margin-right: 2px;
      padding: .4rem .2rem .2rem .2rem; }
      .Tour_Intro .legend .icon_wrap:first-child {
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px; }
      .Tour_Intro .legend .icon_wrap:last-child {
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px; }
      .Tour_Intro .legend .icon_wrap span {
        display: block;
        font-size: 0.7em;
        line-height: 1.23em;
        width: 90px;
        margin-top: 10px;
        margin-bottom: .6rem; }
        .Tour_Intro .legend .icon_wrap span i {
          font-size: 2.2em; }
      .Tour_Intro .legend .icon_wrap ul {
        width: 90px;
        padding: 0px;
        margin: 0px;
        list-style: none;
        font-size: 0.7em;
        line-height: 1.23em; }

.priceindicator {
  position: absolute;
  bottom: 3px;
  right: 3px; }
  .priceindicator img {
    width: 50px;
    border: none !important; }

.activity-wrap {
  position: relative;
  border: 1px solid #d7d7d7; }
  .activity-wrap .priceindicator {
    bottom: 0px;
    right: 0px; }
    .activity-wrap .priceindicator img {
      width: 50px;
      border: none !important; }

.legend::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: gray; }

.legend::-webkit-scrollbar-thumb:horizontal {
  background: #000;
  border-radius: 10px; }

/* Tour information END */
/* 1.	General END */
/* 2.	Scrolling content START */
/* Tour Hero START */
.Tour_Media .Tour_grid {
  padding-top: 2rem; }
  @media (min-width: 640px) {
    .Tour_Media .Tour_grid {
      padding-top: 2rem; } }
  @media (min-width: 960px) {
    .Tour_Media .Tour_grid {
      padding-top: 2rem; } }
  @media (min-width: 1200px) {
    .Tour_Media .Tour_grid {
      padding-top: 0; } }
  @media (min-width: 1600px) {
    .Tour_Media .Tour_grid {
      padding-top: 0; } }
  .Tour_Media .Tour_grid figure {
    margin-bottom: 2rem;
    display: block;
    height: auto;
    position: relative; }
    .Tour_Media .Tour_grid figure figcaption {
      position: absolute;
      bottom: 0;
      margin: 0;
      background: rgba(0, 0, 0, 0.4);
      padding: 0.32rem 0.7rem 0.32rem 0.7rem;
      color: white;
      font-size: 0.7em; }
  .Tour_Media .Tour_grid.Tour_Above_Content {
    padding-top: 2rem; }

/* Tour Hero END */
/* Tour Content START */
.readmore_wrap {
  margin-bottom: 0.7rem;
  position: relative; }
  .readmore_wrap .bot_tint {
    position: absolute;
    bottom: 0;
    z-index: 6;
    height: 60px;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.64) 99%, rgba(255, 255, 255, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.64) 99%, rgba(255, 255, 255, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, white 99%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .readmore_wrap.active .bot_tint {
    display: none; }

.button::after {
  content: "+ More"; }

.button.less::after {
  content: "- Less"; }

.Tour_Left_Content.row {
  margin: 0px;
  padding-top: 2rem; }
  @media (min-width: 640px) {
    .Tour_Left_Content.row {
      padding-top: 2rem; } }
  @media (min-width: 960px) {
    .Tour_Left_Content.row {
      padding-top: 2rem; } }
  @media (min-width: 1200px) {
    .Tour_Left_Content.row {
      padding-top: 2rem; } }
  @media (min-width: 1600px) {
    .Tour_Left_Content.row {
      padding-top: 2rem; } }
/* Tour Content END */
/* Mosaic Gallery START */
.Tourgridzy {
  margin-bottom: 2rem; }
  @media (min-width: 640px) {
    .Tourgridzy {
      margin-bottom: 0px; } }
  .Tourgridzy figure {
    position: relative;
    margin-bottom: 0px; }
    .Tourgridzy figure p.caption {
      position: absolute;
      z-index: 1;
      background: rgba(255, 255, 255, 0.4);
      padding: .2rem .4rem .13rem .4rem;
      bottom: 0;
      right: 0;
      margin: 0px;
      color: #2e3b3a; }

.Tourgridzy.Tour_Above_Content {
  padding-top: 2rem; }

/* Mosaic Gallery END */
/* Project Gallery Swipebox START */
#swipebox-top-bar {
  top: 0 !important;
  transform: initial !important; }

#swipebox-bottom-bar {
  bottom: 0 !important;
  transform: initial !important; }

#swipebox-overlay,
#swipebox-top-bar,
#window-resizer-tooltip {
  background: white !important; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  height: 70px;
  margin-top: 0.7rem; }

#swipebox-overlay {
  z-index: 99999999999 !important; }

#swipebox-title {
  font-size: 0.88em;
  line-height: 1.45em; }

#swipebox-bottom-bar {
  top: 46%;
  transform: translateY(-46%);
  background-color: transparent; }

#swipebox-arrows {
  width: 100% !important;
  max-width: 100%;
  z-index: 9999 !important; }

#swipebox-next::before, #swipebox-prev::before {
  content: '';
  display: block;
  border-bottom: 2px solid #181e1e !important;
  border-right: 2px solid #181e1e !important;
  width: 30px !important;
  height: 30px !important; }

#swipebox-next {
  margin-right: 19px; }
  #swipebox-next::before {
    transform: rotate(-45deg) !important; }

#swipebox-prev {
  margin-left: 36px; }
  #swipebox-prev::before {
    transform: rotate(-225deg) !important; }

#swipebox-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px; }

#swipebox-close::before, #swipebox-close::after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 30px;
  width: 2px;
  background-color: #181e1e; }

#swipebox-close:before {
  transform: rotate(45deg); }

#swipebox-close:after {
  transform: rotate(-45deg); }

#swipebox-next, #swipebox-prev, #swipebox-close {
  opacity: 1;
  filter: alpha(opacity=100); }

#swipebox-next:hover, #swipebox-prev:hover, #swipebox-close:hover {
  opacity: 0.6;
  filter: alpha(opacity=60); }

#swipebox-close,
#swipebox-next,
#swipebox-prev {
  background-image: none; }

/* Tour Gallery Swipebox END */
/* Tour Video START */
.scroll-video .bt-play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0.7;
  filter: alpha(opacity=70); }

.scroll-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.scroll-video:hover .bt-play {
  opacity: 1;
  filter: alpha(opacity=100); }

/* Tour Video END */
/* 2.	Scrolling content END */
.blocks_list {
  padding: 0px;
  margin: 0px;
  list-style: none; }
  .blocks_list li {
    display: inline; }

.tabs-container {
  margin-top: 2rem;
  max-width: 100%;
  padding-right: 0; }
  .tabs-container li {
    margin-bottom: 0.28rem !important; }
  @media (min-width: 640px) {
    .tabs-container {
      padding-right: 1rem; } }
.tabs-container input {
  display: none; }

.tabs-container label {
  display: inline-block;
  background-color: #dfdcdc;
  color: #2e3b3a;
  font-weight: 400;
  border-radius: 3px;
  font-size: 0.88em;
  padding: .5rem;
  margin-bottom: 4px; }
  @media (min-width: 1200px) {
    .tabs-container label {
      border-radius: 0.25rem 0.25rem 0 0;
      padding: 0.5rem .9rem;
      margin-bottom: 0px;
      font-size: 16px;
      border-bottom: 1px solid #dfdcdc;
      -webkit-box-shadow: inset -5px -9px 5px -6px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: inset -5px -9px 5px -6px rgba(0, 0, 0, 0.05);
      box-shadow: inset -5px -9px 5px -6px rgba(0, 0, 0, 0.05); } }
.tabs-container input:checked + label, .tabs-container label:hover {
  background-color: #2e3b3a;
  border-bottom: 1px solid #2e3b3a;
  color: #fff;
  cursor: pointer; }

.tabs-container .content {
  display: none;
  margin-top: 1rem; }
  @media (min-width: 1200px) {
    .tabs-container .content {
      border: 1px;
      margin-top: -1px;
      border-style: solid;
      border-image: linear-gradient(#dfdcdc, transparent) 1;
      border-bottom: 0;
      padding: 1rem; } }
.tabs-container #tab-1:checked ~ .content-1,
.tabs-container #tab-2:checked ~ .content-2,
.tabs-container #tab-3:checked ~ .content-3,
.tabs-container #tab-4:checked ~ .content-4,
.tabs-container #tab-5:checked ~ .content-5 {
  display: block; }

.blocks_wrap {
  margin-top: 2rem; }
  .blocks_wrap h5 {
    margin-top: 1rem !important;
    margin-bottom: 0.7rem; }
  .blocks_wrap .block_image_wrap {
    position: relative; }
    .blocks_wrap .block_image_wrap img {
      border: 1px solid #dfdcdc;
      background-color: white;
      padding: .25rem; }
  .blocks_wrap .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background: rgba(0, 0, 0, 0.5); }
  .blocks_wrap .block_image_wrap:hover .overlay {
    opacity: 1; }
  .blocks_wrap .icon {
    color: white;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }

.ToursStrap {
  margin-bottom: 2rem !important; }

.Tour_Accordion {
  margin-bottom: 2rem; }
  .Tour_Accordion details {
    margin-bottom: .45rem; }
    .Tour_Accordion details .accordion_content {
      border-left: 1px solid #dfdcdc;
      border-right: 1px solid #dfdcdc;
      border-bottom: 1px solid #dfdcdc;
      padding: 1.5em;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px; }
    .Tour_Accordion details summary {
      list-style: none;
      transition: all 0.07s linear;
      background-color: #dfdcdc;
      color: #1e2a42;
      padding: .75em;
      font-weight: 400;
      cursor: pointer;
      position: relative;
      border-radius: 5px; }
      .Tour_Accordion details summary::-webkit-details-marker {
        display: none; }
      .Tour_Accordion details summary:before {
        position: absolute;
        top: 11px;
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
        content: "\f078";
        right: 14px;
        color: #1e2a42;
        transition: all 0.07s linear; }

details[open] summary,
details:hover summary,
details:active summary,
details:focus summary {
  background-color: #1e2a42;
  color: white; }
  details[open] summary:before,
  details:hover summary:before,
  details:active summary:before,
  details:focus summary:before {
    color: white; }

details[open] summary {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }
  details[open] summary:before {
    transform: rotate(-90deg); }

.Related_Tours h2 {
  text-align: center;
  margin-bottom: 2rem; }

.Related_Tours figure {
  margin-bottom: 1rem; }

.itin_list {
  margin-bottom: 0.7rem;
  margin-top: 0.7rem; }
  .itin_list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em; }
    .itin_list ul li {
      margin-bottom: 0.13rem; }
    .itin_list ul li:before {
      display: inline-block;
      content: "-";
      width: 1em;
      margin-left: -1em; }

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 0.7rem;
  width: 200px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.88em;
  line-height: 1.45em; }

[data-tooltip]:after {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }
