.property-list li.additional-prop {
  position: relative;
  top: -0.2rem;
}
.property-list li.additional-prop i {
  font-size: 1rem;
  left: -0.1em;
  top: -0.2em;
  position: relative;
}
.attraction-finder .checkbox-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #353535;
  position: relative;
  background-color: #d3d2cb;
}
.attraction-finder .checkbox-label label {
  cursor: pointer;
  position: relative;
  border: none !important;
  background-color: #d3d2cb;
  padding: 0.5rem 0.5rem 0.5rem 2.5rem;
  font-size: 1rem;
}
.attraction-finder .checkbox-label label:hover {
  background-color: #bcbaaf !important;
}
.attraction-finder .checkbox-label label:before {
  content: '\2610';
  font-size: 24px;
  position: absolute;
  left: 7px;
  opacity: 0.5;
}
.attraction-finder .checkbox-label label:after {
  content: '' !important;
}
.attraction-finder .checkbox-label.active label {
  background-color: rgba(0, 128, 0, 0.2);
}
.attraction-finder .checkbox-label.active label:hover {
  background-color: rgba(0, 128, 0, 0.4);
}
.attraction-finder .checkbox-label.active label:after {
  content: '\2714' !important;
  color: #00a500;
  font-size: 250%;
  position: absolute;
  left: 0.025em;
  top: 0.2em;
  text-shadow: 1px 1px #222;
}
.attraction-finder .categories-global .global-options .checkbox-label {
  width: auto;
  display: inline-block;
  font-size: 75%;
  margin: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.attraction-finder .categories-global .global-options .checkbox-label label {
  text-align: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 10px;
  margin-bottom: 0 !important;
}
.attraction-finder .search-opt.open label.hp-filter-active {
  color: #353535;
  background-color: #d3d2cb;
  border-color: #d3d2cb;
}
.attraction-finder .search-opt.open label.hp-filter-active:hover {
  background-color: #bcbaaf;
}
.attraction-finder .search-opt.open label.hp-filter-active:after {
  content: "-";
}
.attraction-finder .search-opt label.hp-filter-active {
  margin-bottom: 0;
  border: 1px solid #fff;
  padding: 0.6rem 2.5rem 0.6rem 1rem;
  text-align: left;
  display: block;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  cursor: pointer;
}
.attraction-finder .search-opt label.hp-filter-active.hp-filter-active:before {
  left: -6px;
  top: 2px;
  opacity: 0.3;
  position: relative;
}
.attraction-finder .search-opt .opt-box {
  display: none;
  background: #eee;
  padding: 25px;
  color: #333;
  text-align: left;
}
.attraction-finder .search-opt .opt-box .label {
  font-size: 80%;
  font-weight: bold;
}
.attraction-finder .search-opt .opt-box .range-picker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 10px 0 15px 0;
}
.attraction-finder .search-opt .opt-box .range-picker .values {
  display: table;
  table-layout: fixed;
  border-radius: 4px;
  width: 100%;
  font-size: 0.8em;
  height: 60px;
}
.attraction-finder .search-opt .opt-box .range-picker .values .row {
  display: table-row;
}
.attraction-finder .search-opt .opt-box .range-picker .values .row div {
  display: table-cell;
  position: relative;
  top: 2px;
  color: #888;
  width: auto;
  text-align: center;
  z-index: 5;
  cursor: pointer;
  transition: all 100ms;
}
.attraction-finder .search-opt .opt-box .range-picker .values .row div:after {
  transition: all 100ms;
  content: '';
  height: 1.5em;
  width: 1.5em;
  border-radius: 1.5em;
  border: 0.3em solid #eee;
  background-color: #565656;
  display: table;
  position: relative;
  transform-origin: center center;
  -ms-transform-origin: center center;
  -webkit-transform-origin: center center;
  -webkit-transform: translateY(0.725em);
  -moz-transform: translateY(0.725em);
  -ms-transform: translateY(0.725em);
  -o-transform: translateY(0.725em);
  transform: translateY(0.725em);
  margin: 0 auto;
}
.attraction-finder .search-opt .opt-box .range-picker .values .row div:hover,
.attraction-finder .search-opt .opt-box .range-picker .values .row div.active {
  font-weight: bold;
  color: #000;
}
.attraction-finder .search-opt .opt-box .range-picker .values .row div:hover:after,
.attraction-finder .search-opt .opt-box .range-picker .values .row div.active:after {
  background-color: #bd010d;
  -webkit-transform: scale(1.5) translateY(0.45em);
  -moz-transform: scale(1.5) translateY(0.45em);
  -ms-transform: scale(1.5) translateY(0.45em);
  -o-transform: scale(1.5) translateY(0.45em);
  transform: scale(1.5) translateY(0.45em);
}
.attraction-finder .search-opt .opt-box .range-picker .ray {
  height: 4px;
  border-radius: 4px;
  background-color: #ccc;
  width: 100%;
  position: relative;
  top: -0.875em;
}
.attraction-finder .search-opt .opt-box .range-picker select {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 800px) {
  .attraction-finder .search-opt .opt-box .range-picker .values,
  .attraction-finder .search-opt .opt-box .range-picker .ray {
    display: none !important;
    visibility: hidden !important;
  }
  .attraction-finder .search-opt .opt-box .range-picker select {
    display: inline-block !important;
    visibility: visible !important;
  }
}
.widget-inner label.hp-filter-active {
  font-size: 90%;
}
.widget-inner label.hp-filter-active:after {
  content: '' !important;
}
.widget-inner .range-picker {
  font-size: 0.75rem;
}
.widget-inner .range-picker .ray {
  top: -1.775em !important;
}
.parkmanager-result {
  margin-top: 4rem;
}
.parkmanager-result .label-theme {
  text-align: center;
}
.parkmanager-detail {
  margin-top: 0 !important;
}
.parkmanager-detail .inside {
  max-width: 100% !important;
}
.parkmanager-detail .inside .mod_pageImage {
  height: 100vh;
}
.parkmanager-detail .accordion-banner .mod_article:not(:first-of-type) {
  margin-top: 1rem;
}
.parkmanager-detail .accordion-banner .mod_article:last-of-type {
  margin-bottom: 6rem;
}
.parkmanager-detail .accordion-banner .mod_article .inside {
  max-width: 1240px !important;
}
.parkmanager-detail .mod_breadcrumb a {
  font-weight: 400 !important;
  color: #d3d2cb !important;
}
.parkmanager-detail .mod_breadcrumb a.is-active {
  color: #ffd400 !important;
}
.parkmanager-detail .mod_breadcrumb .red-arrow {
  color: #d3d2cb !important;
}
.parkmanager-detail .hp-show-duration,
.parkmanager-detail .hp-show-time {
  position: relative;
  padding-left: 3.5rem;
  line-height: 2.5rem;
}
.parkmanager-detail .hp-show-duration:before,
.parkmanager-detail .hp-show-time:before {
  font-size: 2.5rem;
  color: #c1001f;
  display: inline-block;
  text-shadow: 0 0 2px #ffd400;
  position: absolute;
  left: 0.5rem;
}
.parkmanager-detail span.showtime {
  display: inline-block;
  background-color: #ddd;
  padding: 0rem 0.5rem;
  border-radius: 1.5rem;
  margin: 2px;
  border: 2px solid transparent;
}
.parkmanager-detail span.showtime.past {
  opacity: 0.4;
}
.parkmanager-detail span.showtime.next {
  background-color: #c1001f;
  border: 2px solid #ffd400;
  color: #ffd400;
}
.parkmanager-detail .introtext a {
  color: #ffd400;
}
.attraction-gallery .embed-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-color: #000;
}
.attraction-gallery .embed-video iframe {
  position: absolute;
  top: 0;
  left: 12%;
  width: 75%;
  height: 75%;
}
.attraction-gallery .lSAction a {
  transition: all 200ms;
  background: #c1001f;
  font-family: "hansapark-iconfont" !important;
  border-radius: 20px;
  box-shadow: 0 0 10px #444;
}
.attraction-gallery .lSAction a:before {
  content: "\26";
  transform: rotate(270deg) translate(-3px, 6px);
  position: absolute;
  color: #ffd400;
}
.attraction-gallery .lSAction a.lSPrev:before {
  transform: rotate(270deg) translate(-3px, 6px);
}
.attraction-gallery .lSAction a.lSNext:before {
  transform: rotate(90deg) translate(4px, -7px);
}
.attraction-gallery .lSAction a:hover {
  background: #ffd400;
}
.attraction-gallery .lSAction a:hover:before {
  color: #c1001f;
}
.attraction-gallery ul.lSPager {
  position: relative;
  bottom: 35px;
  padding-left: 5px !important;
}
.attraction-gallery ul.lSPager li {
  border: 4px solid #e0e0e0;
  margin-right: 6px !important;
  border-radius: 0px !important;
}
.attraction-gallery ul.lSPager li img {
  height: 34px !important;
}
.attraction-gallery ul.lSPager li.active {
  border-color: #9b1d26 !important;
}
.property-picker .property {
  position: relative;
  display: inline-block;
}
.property-picker .property .tooltip {
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 3;
  background: #9b1d26;
  padding: 0.5rem 0.7rem;
  font-size: 1rem;
  bottom: 3rem;
  width: auto;
  left: 50%;
  border: 1px solid #d3d2cb;
  transform: translate(-50%, 0);
  overflow: visible;
  white-space: nowrap;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
}
.property-picker .property .tooltip:after {
  content: '';
  width: 17px;
  height: 10px;
  background: url(/files/theme-styles/img/arrow-tooltip.svg) no-repeat left top;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, 0);
}
.property-picker .property .tooltip:hover {
  visibility: hidden !important;
  opacity: 0 !important;
}
.property-picker .property:active .tooltip,
.property-picker .property:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.property-picker .prop-icon {
  display: inline-block;
  margin: 0.5rem 0.75rem;
  font-size: 2rem;
  opacity: 0.5;
  cursor: pointer;
  position: relative;
}
.property-picker .prop-icon:hover {
  color: #00829a;
  opacity: 0.8;
}
.property-picker .prop-icon.active {
  opacity: 1;
}
.property-picker .prop-icon.active:after {
  content: '\2714' !important;
  color: #00a500;
  font-size: 1.5rem;
  position: absolute;
  right: -0.125rem;
  text-shadow: 1px 1px #222;
  top: -0.5rem;
  display: block;
}
.property-picker .grid .label,
.property-picker .grid .properties {
  padding: 0.2rem;
}
.property-picker .grid .label {
  height: 3rem;
  line-height: 2.5rem;
}
.property-picker .grid .properties {
  border-bottom: 1px solid #d0d0d0;
}
.nl-msg {
  padding: 0.5rem;
  width: 100%;
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  border: 2px solid #fff;
  font-size: 0.9rem;
}
.nl-msg.error {
  background: #6a1313;
}
.nl-msg.ok {
  background: green;
}
.age-size-weight .value,
.age-size-weight .value + span {
  margin-right: 0.5rem;
  display: inline-block;
}
.age-size-weight .left span:last-of-type,
.age-size-weight .right span:last-of-type {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 800px) {
  .age-size-weight .left .property {
    text-align: left;
  }
  .age-size-weight .right {
    border-top: 1px solid #fff;
    width: 100%;
    padding-left: 0 !important;
    border-left: none !important;
  }
}
.secra-tabs ul {
  display: block;
  float: left;
  width: 100%;
}
.secra-tabs ul li {
  float: left;
  background: #9b1d26;
  margin-right: 2px;
  min-width: 100px;
  text-align: center;
  display: block;
  opacity: 0.75;
}
.secra-tabs ul li a {
  color: #fff;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.secra-tabs ul li.active {
  opacity: 1;
}
.secra-tabs ul li.active a {
  color: #ffd400;
}
.secra-tabs div {
  clear: both;
  float: none;
  min-height: 50px;
}
.press-gallery section {
  position: relative;
}
.press-gallery section .section-inner {
  background: #dedede;
  padding: 10px;
  box-shadow: 0 0 10px 0 rgba(170, 170, 170, 0.8);
  min-height: 280px;
}
.press-gallery section .ce_image,
.press-gallery section .ce_imageinfo {
  float: left;
  position: relative;
}
.press-gallery section .ce_image {
  padding: 0 5px 5px 0;
  height: 200px;
  width: 60%;
  overflow: visible;
  position: relative;
}
.press-gallery section .ce_image figure.image_container {
  height: 100%;
  text-align: center;
}
.press-gallery section .ce_image figure.image_container img {
  width: auto !important;
  height: 100%;
  padding: 5px;
  background: #fff;
  transform: rotate(-5deg);
  position: relative;
  top: 8px;
  box-shadow: 0 0 10px #aaa;
}
.press-gallery section .ce_imageinfo {
  width: 40%;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #444;
  background: #eee;
  padding: 10px;
  min-height: 260px;
  position: relative;
}
.press-gallery section .ce_imageinfo:after {
  content: "";
  clear: both;
  float: none;
}
.press-gallery section .ce_imageinfo .info-title {
  font-size: 1.2em;
  color: #000;
  margin-bottom: 5px;
}
.press-gallery section .ce_imageinfo .info-label {
  font-weight: bold;
  font-size: 0.8em;
}
.press-gallery section .ce_imageinfo .info-label:not(:first-of-type) {
  margin-top: 10px;
}
.press-gallery section .ce_imageinfo .info-value {
  font-weight: normal;
  font-size: 0.75em;
  opacity: 0.6;
  padding-left: 5px;
}
.press-gallery section .ce_imageinfo .info-value img {
  display: inline;
  height: 18px;
  width: auto;
  position: relative;
  top: -1px;
}
.press-gallery section .ce_download,
.press-gallery section .download {
  clear: both;
  float: none;
  position: relative;
  bottom: -1.5em;
  text-align: center;
}
@media screen and (max-width: 36.5em) {
  .press-gallery section .ce_image,
  .press-gallery section .ce_imageinfo {
    float: none;
    width: 100%;
  }
  .press-gallery section .ce_image {
    z-index: 10;
    height: 175px;
  }
  .press-gallery section .ce_imageinfo {
    top: 5.5em;
    margin-bottom: 4em;
  }
}
.mod_i18nl10nLanguageSelection {
  position: absolute;
  z-index: 12;
  right: 12.5rem;
  top: 1.05rem;
}
.mod_i18nl10nLanguageSelection i {
  width: 20px;
  opacity: 0.5;
}
.mod_i18nl10nLanguageSelection i img {
  box-shadow: 0 0 4px #444;
}
.mod_i18nl10nLanguageSelection li {
  display: inline-block;
}
.mod_i18nl10nLanguageSelection li.active i {
  opacity: 1;
}
header.header-dt-big .mod_i18nl10nLanguageSelection {
  right: 10rem;
  top: 0.3rem;
}
header.header-dt-big .mod_i18nl10nLanguageSelection i {
  width: 30px;
}
.header-infoslider.show {
  display: block !important;
}
/* MOBILE STYLING LANGUAGE-FLAGS */
@media all and (max-width: 80rem) {
  .mod_i18nl10nLanguageSelection {
    top: 0.8rem !important;
  }
  .header-dt-big .mod_i18nl10nLanguageSelection {
    right: 12rem !important;
  }
  .header-dt-big .header-btn-bar {
    right: 14rem !important;
  }
}
@media all and (max-width: 61.25rem) {
  .header-dt-big .mod_i18nl10nLanguageSelection {
    top: 2rem !important;
  }
  .header-dt-big .header-btn-bar {
    right: 6rem !important;
  }
}
@media all and (max-width: 53rem) {
  .mod_i18nl10nLanguageSelection {
    top: 2.75rem !important;
  }
  .mod_i18nl10nLanguageSelection i {
    width: 25px !important;
  }
  .header-btn-bar {
    right: 8.5rem !important;
  }
  .header-btn-bar ul,
  .header-btn-bar .icon-view ul {
    width: 11rem !important;
  }
  .header-dt-big .header-btn-bar {
    right: 8rem !important;
  }
  .header-dt-big .header-btn-bar ul {
    width: 15rem !important;
  }
  .header-dt-big .header-btn-bar ul li a {
    font-size: 0.6rem !important;
  }
}
@media all and (min-width: 64rem) and (max-width: 80rem) {
  .parkmanager-detail .inside .mod_pageImage {
    max-height: 40rem;
  }
}
@media all and (min-width: 48rem) and (max-width: 64rem) {
  .parkmanager-detail .inside .mod_pageImage {
    max-height: 30rem;
  }
}
@media all and (max-width: 48rem) {
  .mod_i18nl10nLanguageSelection {
    top: 0.9rem !important;
    right: 12rem;
  }
  .header-dt-big .mod_i18nl10nLanguageSelection {
    top: 0.9rem !important;
    right: 12rem !important;
  }
  .parkmanager-detail .inside .mod_pageImage {
    height: auto;
  }
}
@media all and (max-width: 30rem) {
  .mod_i18nl10nLanguageSelection {
    right: 4rem !important;
  }
  .header-dt-big .mod_i18nl10nLanguageSelection {
    right: 4rem !important;
  }
}
@media all and (max-width: 23rem) {
  .header-dt-big .mod_i18nl10nLanguageSelection {
    top: 1rem !important;
  }
  .header-dt-big .mod_i18nl10nLanguageSelection ul li i {
    width: 20px !important;
  }
}
