@charset "UTF-8";
.main-container {
  position: relative;
  overflow: hidden;
  min-height: 100vh; }

.poi-bg-star {
  position: absolute;
  height: 130%;
  right: -20%;
  bottom: -47%;
  opacity: 0.3;
  z-index: -1; }

.poi-detail-ctn {
  margin: 0 -85px;
  padding: 0; }
  @media (max-width: 767px) {
    .poi-detail-ctn {
      margin: 0 -25px; } }
  .poi-detail-ctn > .row {
    margin: 0; }
  .poi-detail-ctn .poi-photos-ctn {
    padding: 0; }

.poi-texts-ctn {
  padding: 55px 85px 55px 35px; }
  .poi-texts-ctn .poi-breadcrumb {
    margin-top: 5px;
    padding-right: 65px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .poi-texts-ctn .poi-breadcrumb {
        padding-right: 60px; } }
    .poi-texts-ctn .poi-breadcrumb ul {
      padding: 0; }
      .poi-texts-ctn .poi-breadcrumb ul li {
        list-style-type: none;
        margin-right: 10px;
        font-size: 12px; }
        .poi-texts-ctn .poi-breadcrumb ul li a {
          color: #ef3d4c; }
        .poi-texts-ctn .poi-breadcrumb ul li:not(:last-child) {
          float: left; }
          .poi-texts-ctn .poi-breadcrumb ul li:not(:last-child):after {
            font-weight: 700;
            content: '·';
            color: #ef3d4c;
            margin-left: 10px; }
  .poi-texts-ctn .poi-title h1 {
    margin: 0;
    font-size: 60px;
    line-height: 80px; }
    @media (max-width: 767px) {
      .poi-texts-ctn .poi-title h1 {
        font-size: 40px;
        line-height: 50px; } }
  .poi-texts-ctn hr {
    border-top: 2px dashed #ef3d4c;
    width: 40%;
    margin-left: 3px; }
  .poi-texts-ctn .poi-main-description {
    margin-bottom: 20px;
    color: #ef3d4c;
    font-size: 18px;
    line-height: 22px; }
  .poi-texts-ctn .poi-description {
    line-height: 22px; }
  .poi-texts-ctn h2 {
    color: #ef3d4c;
    margin-bottom: 30px; }
  .poi-texts-ctn .poi-characteristics {
    margin-top: 50px; }
    .poi-texts-ctn .poi-characteristics ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .poi-texts-ctn .poi-characteristics ul li {
        line-height: 22px; }
        .poi-texts-ctn .poi-characteristics ul li i {
          color: #ef3d4c;
          font-size: 16px;
          width: 20px;
          margin-right: 10px;
          text-align: center; }
        .poi-texts-ctn .poi-characteristics ul li div {
          display: inline; }
  .poi-texts-ctn .poi-contacts {
    margin-top: 50px; }
    .poi-texts-ctn .poi-contacts div {
      margin-bottom: 5px; }
      .poi-texts-ctn .poi-contacts div i {
        color: #ef3d4c;
        width: 10px;
        margin-right: 10px;
        text-align: center; }

.poi-main-img {
  height: calc(100vh - 200px);
  position: relative;
  box-shadow: inset 0px -60px 100px 0 rgba(0, 0, 0, 0.7); }

.lightSlider,
.lSGallery {
  padding: 0;
  margin: 0 !important; }

.lSGallery li.active, .lSGallery li:hover {
  border-radius: 0 !important; }

.lSGallery img {
  height: 200px !important;
  width: 100%;
  object-fit: cover; }

.lSPrev,
.lSNext {
  background-image: none !important;
  color: rgba(255, 255, 255, 0.7);
  z-index: 10 !important; }
  .lSPrev:hover,
  .lSNext:hover {
    color: white; }

.map-ctn {
  position: absolute !important;
  top: 0;
  width: 50%;
  height: 100vh;
  z-index: 1000;
  padding: 0;
  right: 0;
  transition: right, 0.2s, ease-in-out; }
  @media (max-width: 767px) {
    .map-ctn {
      position: fixed !important;
      width: 100%;
      height: 100%; } }
  .map-ctn.collapsed {
    right: -50%; }
  @media (max-width: 767px) {
    .map-ctn {
      width: 100%; }
      .map-ctn.collapsed {
        right: -100% !important; } }
  .map-ctn #map-element {
    width: 100%;
    height: 100%; }

.course-map-ctn {
  padding: 0; }
  .course-map-ctn #map-element {
    min-height: 100vh; }

#course-images {
  display: none; }

.close-btn, .expand-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  font-size: 20px;
  color: white;
  border: 1px solid white;
  text-align: center;
  cursor: pointer;
  background: rgba(9, 9, 9, 0.2); }
  .close-btn i, .expand-btn i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .close-btn:hover, .expand-btn:hover {
    color: #ef3d4c;
    border: 1px solid #ef3d4c; }

.lSSlideOuter {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ccc !important; }

.lSSlideOuter .lSPager.lSGallery {
  height: 200px !important; }

.lSSlideOuter .lSPager.lSGallery li {
  transition: all .2s ease; }

.lSSlideOuter .lSPager.lSGallery li:hover {
  opacity: 0.8; }

@media (max-height: 320px) {
  #imageGallery {
    min-height: 400px; }
  .poi-main-img {
    min-height: 400px; } }
