html {
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
}

#vr-tour-header {
  background-image: url("../img/vr-tour_header.jpg");
}

#tour-header-bc {
  background-image: url("../img/gallery/Balkan_Cocktail/balkan-cocktail-walking-lovcen.jpg");
}

#tour-header-ws {
  background-image: url("../img/gallery/SB-Svrljiske/Option2-Hiking_Trem_winter.jpg");
}

#tour-header-mp {
  background-image: url("../img/gallery/Mediterranean_Pearls/Durmitor-Hiking-mountaineering-travel-7.jpg");
}

#tour-header-dc {
  background-image: url("../img/gallery/Danube_Cycling/golubac-fortress-cycling-serbia.jpg");
}

#tour-header-fm {
  background-image: url("../img/gallery/Family_Montenegro/Family-Holiday-East-Europe-2.jpg");
}

#tour-header-bp {
  background-image: url("../img/gallery/Balkan_Peaks/balkan-peaks-4.jpg");
}

#tour-header-cb {
  background-image: url("../img/gallery/Cycling_Balkans/cycling-balkans.jpg");
}

#tour-header-ccd {
  background-image: url("../img/gallery/Cycling_Dalmatian_Coast/cycling-dalmatian-coast-1.jpg");
}

#tour-header-wmc {
  background-image: url("../img/gallery/SG-Montenegro-Croatia/Montenegro-Croatia-03.jpg");
}

#tour-header-vtms {
  background-image: url("../img/gallery/VT-Moonshine/vt-moonshine-plum-brandy.jpg");
}

#tour-header-vtpg {
  background-image: url("../img/gallery/VT-Perast-Gospa/vt-perast-gospa.jpg");
}

#tour-header-vtsp {
  background-image: url("../img/gallery/VT-Stara_planina/vt-old-mountain-cycling.jpg");
}

#tour-header-vtni {
  background-image: url("../img/gallery/VT-Nis_cycling/vt-nis-cycling.jpg");
}

#tour-header-vttk {
  background-image: url("../img/gallery/VT-Tivat-Kotor/VT-tivat-kotor-cover.jpg");
}

#tour-header-vtkf {
  background-image: url("../img/gallery/VT-Kotor-fortress/VT-kotor-fortress-cover.jpg");
}

#tour-header-sbs {
  background-image: url("../img/gallery/SB-Svrljiske/viewpoint-sicevo2.jpg");
}

#tour-header-sbsp {
  background-image: url("../img/gallery/SB-Stara_planina/weekend-stara-planina-18.jpg");
}

#tour-header-sbtu {
  background-image: url("../img/gallery/SB-West-Serbia/west-serbia-01.jpg");
}

#tour-header-sbrc {
  background-image: url("../img/gallery/SB-Rajac_cycling/sb-rajac-cycling.jpg");
}

#tour-header-sbsc {
  background-image: url("../img/gallery/SB-Sicevo_cycling/lavandula-cycling.jpg");
}

#tour-header-sbdc {
  background-image: url("../img/gallery/SB-Danube_cycling/sb-danube-cycling.jpg");
}

#tour-header-sblc {
  background-image: url("../img/gallery/SB-Lisine_cycling/sb-lisine-cycling.jpg");
}

#tour-header-sbsb {
  background-image: url("../img/gallery/SB-SokoBanja/sb-sokobanja.jpg");
}

#sticky {
  display: none;
  position: sticky;
  top: 100px;
  height: 120px;
  background-color: red;
  z-index: 4;
}

#subnav-header {
  position: sticky;
  top: 120px;
  height: 80px;
  background-color: #102550;
  z-index: 4;
}
@media screen and (max-width: 980px) {
  #subnav-header {
    top: 80px;
  }
}
#subnav-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav {
  font-family: "Roboto Slab";
}

.flex-item {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.sticky-nav > nav {
  display: block;
  height: 100%;
}

.sticky-nav li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.sticky-link span {
  display: none;
}
@media screen and (min-width: 980px) {
  .sticky-link span {
    display: inline-block;
    margin: 0 1rem;
  }
}

.sticky-link img {
  display: block;
  width: 2rem;
  /* height: 2rem; */
}
.sticky-link:active {
  background-color: #102550;
}
.sticky-link:focus {
  background-color: #102551;
}

.sticky-link:hover {
  background-color: #fff;
}

.active {
  background-color: #fff;
}

.tour-details {
  display: block;
  border-color: #0b8040;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* Instructions */
.instructions-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ins-box-flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /*margin: 0 2em;*/
  flex: 1;
  margin-top: 0;
  /*
  margin-left: 2em;
  margin-right: 2em;
  */
  margin-bottom: 1rem;
  min-width: 300px;
}
.ins-box-text {
  margin: 0 2em;
}
.instructions-text {
  /*
  flex: 1;
  min-width: 300px;
  margin: 0 2em;*/
}
.platform-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /*margin: 0 1em 2em 1em;*/
  margin-bottom: 2em;
}
.platform-icons > img {
  height: 3em;
  /*margin: 0 1rem;*/
  margin-right: 1rem;
}
#zoom_download_link {
  /*color: #a0e1ff;*/
  color: #0e72ed;
  text-decoration: underline;
  font-weight: bold;
}
.instructions-video {
  /*
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 50%;
  */
}
.ins-box-video {
  /*margin: 1rem 2em;*/
  /*margin: 1rem 0;*/
  /*padding: 0 2em;*/
  height: 350px;
  margin: 1rem 0;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .ins-box-video {
    /*margin: 1rem 2em;*/
    /*padding: 0;*/
    margin: 0;
    padding: 0 2em;
  }
}
.ins-box-video > iframe {
  object-fit: contain;
  /*margin: 1rem 2em;*/
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-acc:after {
  content: "\2212";
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-acc,
.accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/* Prices Section */

.details {
  /*display: block;*/
  min-height: 3em;
  height: 100%;
  /*cursor: pointer;*/
  background-color: #eee;
}

.details-header {
  display: none;
  min-height: 3em;
  height: 100%;
  background-color: #eee;
}

.summary::-webkit-details-marker {
  display: none;
}
.summary::marker {
  display: none;
}

.summary {
  display: flex;
  /*width: 100%;*/
}
/*
.expandable:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
.details[open] .summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
*/
/*
.summary > div {
  outline: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}*/
.dp_list-item {
  /*display: block;*/
  /*padding: 0 2.5rem;*/
  padding: 0;
  /*background-color: white;*/
}

.dp_list-items {
  outline: 0;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}
.booking-field {
  display: inline-flex;
  /*flex-direction: column;*/
  flex: 1;
  /*justify-content: center;
  margin: 0;*/
  width: 100%;
  /*padding: 1rem 0;*/

  justify-content: space-between;
  /*margin: 0 2em;*/

  margin: 0;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
/*
.details > div > p {
  margin: 0 2rem;
  padding: 1rem 0;
}
*/
.dp_list-items-short {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dp_list-items-long {
  display: none;
}
@media screen and (min-width: 640px) {
  /*
  .summary > div {
    flex-direction: row;
  }
  */

  .details-header {
    display: block;
  }
  /*
  .booking-box {
    flex-direction: row;
  }
*/
  .booking-field {
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
  }
  .dp_list-items-short {
    display: none;
  }
  .dp_list-items-long {
    display: flex;
    flex-direction: row;
  }
}

.booking-btn {
  /*
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #0a8040;
  color: white;
*/
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0a8040;
  border-radius: 2px;
  color: #fff;
  background-color: #0a8040;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  /*letter-spacing: 1.7px;*/
  text-decoration: none;
  /*transition: color .3s, border-color .3s;*/
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  /*margin-top: auto;*/
  margin: 0 1rem;
  max-width: 200px;
  visibility: visible;
  position: relative;
}
.booking-btn > span {
  /*visibility: hidden;*/
  color: transparent;
}
.booking-btn:before {
  content: "Book Now";
  position: absolute;
}
.booking-btn:hover {
  color: #555;
  background-color: transparent;
  border-color: #555;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}
.details[open] .booking-btn {
  color: #555;
  background-color: transparent;
  border-color: #555;
}
.details[open] .booking-btn:before {
  content: "Less details";
}

.booking-btn.disabled {
  color: #555;
  background-color: transparent;
  border-color: #555;
  pointer-events: none;
}
.booking-btn.disabled:before {
  content: "Fully Booked";
  position: absolute;
}

.booking-box {
  display: flex;
  flex-direction: row;
  /*flex-flow: row wrap;*/
  background-color: #fafafa;
  padding: 1em;
}
@media screen and (max-width: 640px) {
  .booking-box {
    /*display: flex;*/
    flex-direction: column-reverse;
    /*flex-flow: row wrap;*/
    /*
    background-color: #fafafa;
    padding: 1em;
    */
  }
}
.trip-booking {
  flex: 1;
  margin: 0 1em;
  min-width: 200px;
}
.trip-details {
  flex: 1;
  margin: 0 1em;
  min-width: 320px;
}

.trip-details > p:first-child {
  font-weight: bold;
}
.trip-details > p:nth-child(3) span {
  /*font-style: normal;*/
  font-weight: bold;
}

.trip-booking > p {
  margin: 1rem;
}
.trip-booking > div {
  display: inline-block;
  margin: 1rem;
}

.trip-booking-button {
  display: inline-block;
  border: none;
  padding: 1em;
  color: #fff;
  background-color: #0a8040;
  cursor: pointer;
  width: 80%;
  margin: 1rem;
  text-align: center;
}
.trip-booking-button:hover {
  color: #fff;
  text-decoration: underline;
}

.btn-numeric-control {
  display: inline-block;
  border: solid 1px #ccc;
  width: 55px;
  height: 48px;
  padding: 0;
  box-sizing: border-box;
}
.btn-minus {
  border-radius: 3px 0 0 3px;
}
.btn-plus {
  border-radius: 0 3px 3px 0;
}
.input-numeric-control {
  display: inline-block;
  border: solid 1px #ccc;
  width: 88px;
  height: 48px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

.no_pointer {
  cursor: auto;
}

/* Photo gallery */

.caption-text-1 {
  font-size: 16px;
  display: block;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  position: absolute;
  bottom: 10px;
  left: 10%;
  padding: 0.5rem 2rem;
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.5);
}

.caption-text-1 h2 {
  margin: 0;
}

.slide-img-1 {
  height: 100%;
  /*width: 100%;*/
  width: 100vw;
  object-position: 50%;
  object-fit: cover;
  /*filter: brightness(.75);*/
  /*transition: opacity 0.5s ease-in-out;*/
}
.border-bottom {
  border-bottom: 1px solid #0a8040;
}

.ico-itinerary {
  display: block;
  width: 3em;
  height: 3em;
  margin: 1em;
}
.ac_item {
  display: flex;
  align-items: center;
}
.activity_paragraph > span {
  display: block;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 0.9em;

  color: #0a8040;
}

/* +++ Accordion +++ */

.expand_all {
}

.cd-accordion__label--expand-all {
  display: block;
  font-family: "Roboto Slab", serif;
  margin: 1em;
  text-align: right;
  cursor: pointer;
}

.cd-accordion__input {
  position: absolute;
  /*opacity: 0;*/
  visibility: hidden;
}

.cd-accordion__label {
  position: relative;
  display: flex;
  align-items: center;

  justify-content: space-between;
  padding: 1em;
  /*
  padding: var(--space-sm) var(--space-md);
  background: var(--cd-color-1);
  box-shadow: inset 0 -1px lightness(var(--cd-color-1), 1.2);
  color: var(--color-white);
  */
}

.visible {
  display: block;
}
.invisible {
  display: none;
}
.open {
  display: block;
}
.close {
  display: none;
}

.label_link {
  color: #555;
}
.cd-accordion__sub {
  display: none;
  background: #fff;
  padding: 0 2.5em;
}
.cd-accordion__sub-1 {
  /*display: none;*/
  /*background: #fff;*/
  padding: 0 2.5em;
}
.cd-accordion__sub--visible {
  display: block;
}

.cd-accordion__sub--no-padding {
  padding: 0;
}
.cd-accordion__sub--padding-s {
  padding: 0 1rem;
}
.cd-accordion__sub--padding-m {
  padding: 0 2.5rem;
}

.cd-accordion__input:checked ~ .cd-accordion__sub {
  display: block;
}
/**/

.expand_all:checked ~ .cd-accordion__item > .cd-accordion__sub {
  display: block;
}

/* Styling */

.cd-accordion {
  list-style: none;
  padding: 0;
}

.cd-accordion__label h2 {
  font-family: "Roboto Slab", serif;
  margin: 0 1rem;
}

.cd-accordion__item--has-children {
  background-color: #eee;
  /*background-color: #fff;*/
}
.cd-accordion__item--has-children-1 {
  /*background-color: #eee;*/
  background-color: #fff;
  border-top: 1px solid #0a8040;
}

/* Label folder icon */
.cd-accordion__input:checked ~ .cd-accordion__label--icon-folder:after {
  content: "\002D";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.cd-accordion__label--icon-folder:after {
  content: "\002B";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.cd-accordion__label--icon-folder:hover {
  cursor: pointer;
  background-color: #ccc;
}

/* Label plus minus */
/*.cd-accordion__input:checked ~ .cd-accordion__label--icon-plus_minus:after {
  content: '\002D';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/
.cd-accordion__input:checked ~ .cd-accordion__label--icon-plus_minus:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("../img/minus_sign_accordion.svg");
  /*transform: rotate(0deg);*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/*.cd-accordion__label--icon-plus_minus:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/
.cd-accordion__label--icon-plus_minus:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("../img/plus_sign_accordion.svg");
  /*transform: rotate(0deg);*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.cd-accordion__label--icon-plus_minus:hover {
  cursor: pointer;
  background-color: #ccc;
}

/* Label arrow */
/*.cd-accordion__input:checked ~ .cd-accordion__label--icon-arrow:after {
  content: '\025B4';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/
.cd-accordion__sub-1.visible {
}
.cd-accordion__sub-1.invisible {
}
.cd-accordion__label--icon-arrow-up {
}
.cd-accordion__label--icon-arrow-down {
}

.cd-accordion__input:checked ~ .cd-accordion__label--icon-arrow:after {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat
    url("../img/arrow_down_accordion_1.svg");
  transform: rotate(180deg);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapsible-button.active.cd-accordion__label--icon-arrow:after {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat
    url("../img/arrow_down_accordion_1.svg");
  transform: rotate(180deg);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/*.cd-accordion__label--icon-arrow:after {
  content: '\025BE';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/
.cd-accordion__label--icon-arrow:after {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat
    url("../img/arrow_down_accordion_1.svg");
  /*transform: rotate(0deg);*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.cd-accordion__label--icon-arrow:hover {
  cursor: pointer;
  background-color: #ccc;
}

.cd-accordion__item {
  display: block;
  /*padding: 1rem;*/
  /*background-color: inherit;*/
}

.cd-accordion__list--style-type-disc {
  padding: 1rem 0;
  list-style-type: disc;
}
.cd-accordion__list > li {
  display: list-item;
}
.cd-accordion__list--style-type-disc-regular {
  padding: 0 0 0 2em;
  list-style-type: disc;
  list-style-position: outside;
}

.cd-accordion__list--style-type-none {
  padding: 0 0 1em 0;
  list-style-type: none;
}

.cd-accordion__heading {
  margin: 0;
  padding: 1em 0;
  font-family: "Roboto Slab";
  font-size: 1.3rem;
}
.cd-accordion__sub-heading {
  padding: 0 2.5rem;
  margin: 0.5rem 0;
}

.dp_list-item__header {
  /*padding: 0 1.5em;*/
  width: 100%;
  /*margin: .5em 0;*/
  /*border-bottom: 1px solid #555;*/
}

.dp_list-item__heading {
  margin: 1rem 0;
  padding: 0;
  font-family: "Roboto Slab";
  font-size: 1.2rem;

  color: #d22c27; /* Heading text highlight color */
}

@media screen and (max-width: 640px) {
  .cd-accordion__list--style-type-disc-regular {
    padding: 0 0 0 1em;
    /*list-style-type: disc;
    list-style-position: outside;*/
  }
}

.accordion__list-item--padding {
  /*padding: 1em;*/
}
.cd-accordion__sub--l3 {
  /*padding: 1em;*/
}
/*._cd-accordion__sub--l30 {
  padding: 1em;
}*/
.cd-accordion__sub--last {
  padding: 1em 0;
}

.summary:focus-visible {
  /*outline: none;*/
  /*outline: 1px solid #eee;*/
}
.summary:focus {
  outline: none;
  /*outline: 1px solid #eee;*/
}
.details_sub {
  border-bottom: 1px solid #777;
}
.details_sub--first {
  border-top: 1px solid #777;
}
.details_sub--last {
  border: none;
}

.details_sub__summary-item {
  padding: 0;
  /*border-bottom: 1px solid #777;*/
  /*margin: 1em 0;*/
}

.details_sub[open] .cd-accordion__label--icon-arrow:after {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat
    url("../img/arrow_down_accordion_1.svg");
  transform: rotate(180deg);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.caption-text-cube {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  position: absolute;
  bottom: 10px;
  left: 10%;
  padding: 20px 0;
  /*max-width: 1240px;*/
  /*margin: 0 auto;*/
  /*width: 100%;*/
  text-align: left;
  color: #f2f2f2;
}

.caption-text-cube h2 {
  margin: 0;
  font-size: 22px;
  line-height: 2em;
  max-width: max-content;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
  text-shadow: 2px 2px 5px black;
}

.caption-text-cube hr {
  display: none;
  border: 2px solid #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.caption-text-cube p {
  font-size: 22px;
  text-shadow: 2px 2px 5px black;
}

/*
.text-block-red {
  color: #d22c27;
}
.text-block-blue {
  color: #40489d;
}
.text-block-green {
  color: #0a8040;
}
*/

.inquiry-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #0a8040;
  color: white;

  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0a8040;
  border-radius: 2px;
  color: #fff;
  background-color: #0a8040;
  padding: 0.75rem 2rem;
  text-transform: uppercase;
  font-family: "Lato";
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  /*letter-spacing: 1.7px;*/
  text-decoration: none;
  /*transition: color .3s, border-color .3s;*/
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
  /*margin-top: auto;*/
  margin: 0 1rem;
  max-width: 200px;
  visibility: visible;
  position: relative;
}
.inquiry-btn > span {
  /*visibility: hidden;*/
  color: transparent;
}
.inquiry-btn:before {
  content: "CONFIGURE";
  position: absolute;
}
.inquiry-btn:hover {
  color: #555;
  background-color: transparent;
  border-color: #555;
  transition: background-color 0.2s ease, color 0.2s ease,
    border-color 0.2s ease;
}

.heading-box {
  max-width: 768px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}
