/*# sourceMappingURL=destination.css.map */
.destination {
  overflow: visible;
}

.destination__left {
  margin-top: 50px;
}

.destination__nav {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .destination__nav {
    border-right: 1px solid #e6e6e6;
  }
}

.destination__nav-item {
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0 !important;
}
@media (min-width: 1024px) {
  .destination__nav-item {
    font-size: 18px;
  }
}
.destination__nav-item:last-child {
  border-bottom: 0;
}

.destination__nav-item.active .destination__nav-link {
  background-color: transparent;
  border-right: 3px solid #da1f26;
  color: #da1f26;
}
.destination__nav-item.active .destination__nav-link:focus {
  background-color: transparent;
  color: #da1f26;
}

.destination__nav-link:active {
  background-color: transparent !important;
  color: #da1f26;
}
.destination__nav-link:focus {
  background-color: transparent !important;
  color: #000;
}
.destination__nav-link:hover {
  background-color: transparent !important;
  color: #da1f26;
  border-right: 3px solid #da1f26;
}

.destination__places {
  width: 60%;
  overflow-y: auto;
  height: 385px;
  padding: 15px 15px;
  border-radius: 0 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px;
  border: 1px solid #e6e6e6;
}
.destination__places::-webkit-scrollbar {
  height: 0;
  width: 6px;
  background: #ccc;
}
.destination__places::-webkit-scrollbar-thumb:vertical {
  background: #333;
  border-radius: 10px;
}

.destination__place {
  padding-left: 0;
  list-style-type: none;
  line-height: 2;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.destination__place:hover {
  color: #da1f26;
  cursor: pointer;
  border-color: #da1f26;
}
.destination__place:hover a {
  color: #da1f26;
}

.destination__nav-tabs {
  width: 33rem;
  margin: 0 auto;
  border-bottom: 0;
}

#home-map .destination__nav-tabs {
  width: 100%;
  text-align: left;
  font-family: "objektiv-mk1", sans-serif;
  font-weight: 400;
}

.destination__nav-tab {
  position: relative;
  float: none !important;
  display: inline-block !important;
}
.destination__nav-tab:after {
  -moz-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  width: 20%;
  height: 1px;
  display: block;
  content: "";
  background-color: #999;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.destination__nav-tab:hover {
  cursor: pointer;
}
.destination__nav-tab:hover:after {
  width: 100%;
  background-color: #da1f26;
}

.destination__nav-tab.active .destination__nav-tab-link {
  color: #da1f26;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.destination__nav-tab.active .destination__nav-tab-link:focus {
  color: #da1f26;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.destination__nav-tab.active .destination__nav-tab-link:hover {
  color: #da1f26;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.destination__nav-tab.active:after {
  width: 95%;
  background-color: #da1f26;
}

.destination__nav-tab-link {
  font-size: 24px;
  color: #999;
  font-weight: 400;
  border: 0 !important;
  background: 0 0 !important;
}
.destination__nav-tab-link:focus {
  color: #da1f26;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .destination__nav-tab-link {
    font-size: 18px;
  }
}

.destination__tab-pane.active {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .destination__tab-pane.active {
    margin-left: -5vw;
  }
}
.destination__tab-pane.active#destination-map--au {
  /*background-image: url("/themes/src/images/svg/hp-aus-map--desktop.svg");*/
  background-image: url("/themes/daytours/images/hp-aus-map--desktop.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.destination__tab-pane.active#destination-map--nz {
  /*background-image: url("/themes/src/images/svg/hp-nz-map--desktop.svg");*/
  background-image: url("/themes/daytours/images/hp-nz-map--desktop.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.destination__points {
  width: 500px;
  height: 0;
  padding-bottom: 500px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .destination__points {
    width: 320px;
    padding-bottom: 320px;
  }
}
@media (max-width: 568px) {
  .destination__points {
    width: 220px;
    padding-bottom: 220px;
  }
}
.destination__points a:hover {
  color: #DA1F26;
  z-index: 99;
}

.destination__point-label {
  background-color: #fff;
  padding: 0.25rem 1rem;
  margin-left: 25px;
  white-space: nowrap;
  position: absolute;
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.3);
  top: -4px;
}
.destination__point-label:before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-right: 10px solid #fff;
  border-bottom: 12px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: -10px;
  top: 0;
}
@media (max-width: 991px) {
  .destination__point-label {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .destination__point-label {
    font-size: 0.75em;
    margin-left: 15px;
    padding: 0.25rem 0.5rem;
  }
  .destination__point-label:before {
    left: -5px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-right: 5px solid #fff;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
  }
}

.destination__point--left .destination__point-label {
  margin-left: 0;
  left: auto;
  right: 15px;
}
.destination__point--left .destination__point-label:before {
  display: none;
}
.destination__point--left .destination__point-label:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-top: 12px solid rgba(0, 0, 0, 0);
  border-left: 10px solid #fff;
  border-bottom: 12px solid rgba(0, 0, 0, 0);
  position: absolute;
  right: -10px;
  top: 0;
}
@media (max-width: 767px) {
  .destination__point--left .destination__point-label {
    right: 10px;
  }
  .destination__point--left .destination__point-label:after {
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #fff;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
  }
}

@media (max-width: 991px) {
  .destination__point--mobileleft .destination__point-label {
    margin-left: 0;
    left: auto;
    right: 10px;
  }
  .destination__point--mobileleft .destination__point-label:before {
    display: none;
  }
  .destination__point--mobileleft .destination__point-label:after {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-top: 12px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #fff;
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: -10px;
    top: 0;
  }
}
@media (max-width: 767px) {
  .destination__point--mobileleft .destination__point-label {
    right: 5px;
  }
  .destination__point--mobileleft .destination__point-label:after {
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-left: 5px solid #fff;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    right: -5px;
  }
}

.destination__point-au {
  -moz-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  display: none;
  opacity: 0;
  width: 0;
  height: 20px;
  position: absolute;
  left: -18px;
  bottom: -14px;
  z-index: 40;
}
.destination__point-au .hover-image {
  -moz-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  position: absolute;
  left: -16px;
  bottom: -13px;
  opacity: 0;
}
@media (max-width: 1100px) {
  .destination__point-au .hover-image {
    bottom: -10px;
    left: -17px;
  }
}
.destination__point-au:after {
  display: block;
  content: "\f111";
  color: #da1f26;
  left: 0;
  top: 0;
  font-family: FontAwesome;
}
@media (max-width: 991px) {
  .destination__point-au:after {
    font-size: 0.75em;
  }
}
.destination__point-au:hover .hover-image, .destination__point-au.pin-hover .hover-image, .destination__point-au.hover .hover-image {
  opacity: 1;
  z-index: 50;
}
.destination__point-au:hover .destination__point-label, .destination__point-au.pin-hover .destination__point-label, .destination__point-au.hover .destination__point-label {
  color: #da1f26;
}

.destination__point-nz {
  -moz-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  display: none;
  opacity: 0;
  width: 0;
  height: 20px;
  position: absolute;
  left: -18px;
  bottom: -14px;
  z-index: 40;
}
.destination__point-nz .hover-image {
  -moz-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: 0.2s cubic-bezier(1, 1.385, 0.475, 0.93);
  position: absolute;
  left: -16px;
  bottom: -13px;
  opacity: 0;
}
@media (max-width: 1100px) {
  .destination__point-nz .hover-image {
    bottom: -10px;
    left: -17px;
  }
}
.destination__point-nz:after {
  display: block;
  content: "\f111";
  color: #da1f26;
  left: 0;
  top: 0;
  font-family: FontAwesome;
}
@media (max-width: 991px) {
  .destination__point-nz:after {
    font-size: 0.75em;
  }
}
.destination__point-nz:hover .hover-image, .destination__point-nz.pin-hover .hover-image, .destination__point-nz.hover .hover-image {
  opacity: 1;
  z-index: 50;
}
.destination__point-nz:hover .destination__point-label, .destination__point-nz.pin-hover .destination__point-label, .destination__point-nz.hover .destination__point-label {
  color: #da1f26;
}

.destination__tab-content {
  width: 100%;
}

@media (min-width: 992px) {
  .destination__right {
    margin-top: -17px;
  }
}
@media (max-width: 767px) {
  .destination__right {
    overflow: hidden;
  }
}

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