/* line 1, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
li.cd-single-point {
  list-style-type: none;
}

/* POI Positioning */
/* line 6, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-1.cd-single-point:nth-of-type(1) {
  top: 2%;
  right: 4%;
}

/* line 10, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-2.cd-single-point:nth-of-type(2) {
  top: 10%;
  right: 4%;
}

/* line 14, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-3.cd-single-point:nth-of-type(3) {
  top: 44%;
  left: 14%;
}

/* line 18, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-4.cd-single-point:nth-of-type(4) {
  bottom: 39%;
  left: 30%;
}

/* line 22, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-5.cd-single-point:nth-of-type(5) {
  bottom: 33%;
  left: 30%;
}

/* line 26, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-6.cd-single-point:nth-of-type(6) {
  bottom: 27%;
  left: 30%;
}

/* line 30, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-7.cd-single-point:nth-of-type(7) {
  bottom: 37%;
  right: 35%;
}

/* line 34, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-8.cd-single-point:nth-of-type(8) {
  bottom: 44%;
  right: 20%;
}

/* line 38, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-9.cd-single-point:nth-of-type(9) {
  bottom: 50%;
  right: 7%;
}

/* line 42, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/partials/_custom-overrides.scss */
.module-10.cd-single-point:nth-of-type(10) {
  bottom: 5.3%;
  right: 5%;
}

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
/* line 16, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

/* line 20, /home/pia/Documents/Scout-App/bower_components/bourbon/app/assets/stylesheets/addons/_clearfix.scss */
.cd-container::after {
  clear: both;
  content: "";
  display: table;
}

/* line 23, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-img-replace {
  /* replace text with background images */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* --------------------------------

Main components

-------------------------------- */
/* line 36, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-product {
  text-align: center;
}

/* line 40, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-product-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

/* line 47, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-product-wrapper > img {
  display: block;
}

/* line 52, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point {
  position: absolute;
  border-radius: 5px;
}

/* line 56, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: auto;
  padding: 5px 20px;
  border-radius: inherit;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

/* line 68, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point > a::after, .cd-single-point > a:before {
  /* rotating plus icon */
  content: none;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* line 78, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point > a::after {
  height: 2px;
  width: 12px;
}

/* line 83, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point > a::before {
  height: 12px;
  width: 2px;
}

/* line 89, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}

/* line 105, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point.is-open > a {
  background-color: #ffffff;
}

/* line 108, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

/* line 113, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point.is-open::after {
  /* remove pulse effect */
  display: none;
}

/* line 118, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point.is-open .cd-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

/* line 128, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point.visited > a {
  background-color: #ffffff;
}

/* line 132, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point.visited::after {
  /* pulse effect no more active on visited elements */
  display: none;
}

@media only screen and (min-width: 600px) {
  /* line 142, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point.is-open .cd-more-info.cd-left {
    right: 140%;
  }
  /* line 146, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point.is-open .cd-more-info.cd-right {
    left: 140%;
  }
  /* line 150, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point.is-open .cd-more-info.cd-top {
    bottom: 140%;
  }
  /* line 154, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point.is-open .cd-more-info.cd-bottom {
    top: 140%;
  }
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
  }
}

@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
  }
}

@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0);
  }
}

/* line 177, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point .cd-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}

/* line 198, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point .cd-more-info::before {
  /* triangle next to the interest point description - hidden on mobile */
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 8px solid transparent;
}

/* line 208, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point .cd-more-info h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: .6em;
}

/* line 213, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-single-point .cd-more-info p {
  color: #758eb1;
}

@media only screen and (min-width: 600px) {
  /* line 177, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info {
    position: absolute;
    width: 200px;
    height: auto;
    padding: 1em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: 0.25em;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  /* line 227, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info::before {
    display: block;
  }
  /* line 231, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 234, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* line 239, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-left {
    right: 160%;
    left: auto;
  }
  /* line 243, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-left::before {
    border-left-color: rgba(255, 255, 255, 0.95);
    left: 100%;
  }
  /* line 249, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-right {
    left: 160%;
  }
  /* line 252, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-right::before {
    border-right-color: rgba(255, 255, 255, 0.95);
    right: 100%;
  }
  /* line 258, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 261, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 266, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-top {
    bottom: 160%;
    top: auto;
  }
  /* line 270, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-top::before {
    border-top-color: rgba(255, 255, 255, 0.95);
    top: 100%;
  }
  /* line 276, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-bottom {
    top: 160%;
  }
  /* line 279, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info.cd-bottom::before {
    border-bottom-color: rgba(255, 255, 255, 0.95);
    bottom: 100%;
  }
  /* line 285, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-single-point .cd-more-info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
}

/* close the interest point description - only on mobile */
/* line 296, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
}

/* line 303, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-close-info::after, .cd-close-info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #475f74;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

/* line 316, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-close-info::after {
  height: 2px;
  width: 16px;
}

/* line 321, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
.cd-close-info::before {
  height: 16px;
  width: 2px;
}

@media only screen and (min-width: 600px) {
  /* line 296, /home/pia/websites/unidorg/themes/custom/unidorg/points_of_interest/scss/style.scss */
  .cd-close-info {
    display: none;
  }
}

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