/* line 3, ../scss/poi_detail.scss */
#bg {
  position: relative;
  height: 450px;
  z-index: 0; }
  /* line 7, ../scss/poi_detail.scss */
  #bg #bg-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 30%, transparent 60%, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(30%, transparent), color-stop(60%, transparent), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 30%, transparent 60%, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 30%, transparent 60%, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 30%, transparent 60%, transparent 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, transparent 30%, transparent 60%, transparent 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#cc000000',GradientType=0 );
    /* IE6-9 */ }
  /* line 22, ../scss/poi_detail.scss */
  #bg .title-wrapper {
    z-index: 100; }

/* line 27, ../scss/poi_detail.scss */
.title-wrapper {
  padding-top: 50px;
  text-align: center; }
  /* line 30, ../scss/poi_detail.scss */
  .title-wrapper > .title {
    font-weight: 300;
    max-width: 400px;
    margin: 0 auto;
    font-size: 30px;
    text-shadow: 1px 1px 7px black;
    text-transform: uppercase;
    line-height: 40px; }
  /* line 39, ../scss/poi_detail.scss */
  .title-wrapper > hr {
    width: 115px;
    margin-top: 20px;
    margin-bottom: 20px; }
  /* line 45, ../scss/poi_detail.scss */
  .title-wrapper > .locality {
    font-weight: 400;
    font-size: 18px;
    text-shadow: 1px 1px 7px black; }

/* line 52, ../scss/poi_detail.scss */
.poi-detail-row {
  background-color: white;
  text-align: center;
  position: relative; }
  /* line 56, ../scss/poi_detail.scss */
  .poi-detail-row > div {
    padding: 0; }
    /* line 58, ../scss/poi_detail.scss */
    .poi-detail-row > div:after {
      padding-top: 100%;
      /*1:1 ratio*/
      display: block;
      content: ''; }

/* line 67, ../scss/poi_detail.scss */
.poi-cell {
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /*fill parent*/ }

/* line 76, ../scss/poi_detail.scss */
.poi-links {
  display: table;
  position: absolute;
  right: 0px;
  top: 0px;
  border-spacing: 5px; }
  /* line 83, ../scss/poi_detail.scss */
  .poi-links > a {
    display: table-cell; }

/* line 88, ../scss/poi_detail.scss */
.icon-share {
  display: table-cell;
  width: 30px;
  height: 30px;
  background: url(/static/img/partilhar-vermelho.png) center center no-repeat; }

/* line 95, ../scss/poi_detail.scss */
.icon-download {
  display: table-cell;
  width: 30px;
  height: 30px;
  background: url(/static/img/guardar-vermelho.png) center center no-repeat; }

/* line 102, ../scss/poi_detail.scss */
.icon-map {
  display: table-cell;
  width: 30px;
  height: 30px;
  background: url(/static/img/marker-vermelho.png) center center no-repeat; }
  /* line 107, ../scss/poi_detail.scss */
  .icon-map:hover {
    cursor: pointer;
    opacity: 0.5; }

/* line 113, ../scss/poi_detail.scss */
.icon-download:hover, .icon-share:hover {
  cursor: pointer;
  opacity: 0.5; }

/* line 118, ../scss/poi_detail.scss */
.poi-gallery {
  background-color: black;
  height: 100%;
  padding-left: 0px;
  margin-bottom: 0px; }

/* line 125, ../scss/poi_detail.scss */
.poi-detail {
  padding: 50px 50px 30px 50px;
  text-align: left;
  color: #0a0a0a;
  font-weight: 300;
  font-size: 14px; }

/* line 133, ../scss/poi_detail.scss */
.poi-detail-wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
  /* line 137, ../scss/poi_detail.scss */
  .poi-detail-wrapper hr {
    width: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
    border-color: #f05638;
    text-align: left; }

/* line 147, ../scss/poi_detail.scss */
.poi-info {
  text-transform: uppercase; }

/* line 150, ../scss/poi_detail.scss */
.fair-title {
  text-transform: uppercase;
  font-size: 24px; }

/* line 157, ../scss/poi_detail.scss */
.poi-contacts > span {
  color: #f05638;
  text-transform: uppercase; }

/* line 162, ../scss/poi_detail.scss */
.single-media-container {
  display: block;
  width: 100%;
  height: auto; }
  /* line 167, ../scss/poi_detail.scss */
  .single-media-container > img {
    /*width: 100%;
    height: 500px;*/
    display: block;
    width: 100%;
    height: auto; }
  /* line 174, ../scss/poi_detail.scss */
  .single-media-container > div.play-over {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -28px;
    color: white;
    opacity: 0.5; }
    /* line 182, ../scss/poi_detail.scss */
    .single-media-container > div.play-over:hover {
      opacity: 1; }

/* line 189, ../scss/poi_detail.scss */
.owl-pagination {
  position: relative;
  top: -40px;
  text-align: center; }

/* line 195, ../scss/poi_detail.scss */
.owl-controls.clickable {
  height: 0px; }

/* line 199, ../scss/poi_detail.scss */
.modal-gallery-wrapper.owl-carousel.owl-theme {
  height: auto; }

/* line 203, ../scss/poi_detail.scss */
.showThumbByDefault#lightGallery-outer {
  background-color: rgba(0, 0, 0, 0.9) !important; }

/* line 207, ../scss/poi_detail.scss */
.owl-page {
  display: inline-block;
  margin: 5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  border: 2px solid white;
  background: white;
  opacity: 0.5; }
  /* line 219, ../scss/poi_detail.scss */
  .owl-page.active {
    opacity: 1; }

/* line 224, ../scss/poi_detail.scss */
.owl-next, .owl-prev {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin: -25px 0px 0 0px;
  z-index: 6;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

/* line 238, ../scss/poi_detail.scss */
.owl-next:hover, .owl-prev:hover {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4; }

/* line 245, ../scss/poi_detail.scss */
.owl-next {
  right: 0;
  background: url(/static/img/nextImgBtn.png) center center no-repeat; }

/* line 250, ../scss/poi_detail.scss */
.owl-prev {
  background: url(/static/img/prevImgBtn.png) center center no-repeat; }

/* LISTAGEM DE POIS */
/* line 256, ../scss/poi_detail.scss */
.col-other-pois {
  height: 100px;
  background-color: #f05638;
  color: white;
  font-size: 18px;
  position: relative; }

/* line 264, ../scss/poi_detail.scss */
.other-pois-bar {
  padding-top: 25px;
  padding-left: 20px;
  margin-right: 105px; }

/* line 270, ../scss/poi_detail.scss */
.other-pois-info {
  font-weight: 300;
  text-transform: uppercase; }

/* line 275, ../scss/poi_detail.scss */
.other-pois-category {
  font-weight: 700;
  text-transform: uppercase; }

/* line 280, ../scss/poi_detail.scss */
.other-poi {
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
  max-width: 320px;
  min-width: 160px;
  display: inline-block; }
  /* line 287, ../scss/poi_detail.scss */
  .other-poi > a:hover {
    text-decoration: none; }
  /* line 290, ../scss/poi_detail.scss */
  .other-poi:hover {
    opacity: 0.9; }

/* line 295, ../scss/poi_detail.scss */
.other-poi-image > img {
  width: 100%; }

/* line 299, ../scss/poi_detail.scss */
.other-poi-detail {
  height: 150px;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: white; }
  /* line 306, ../scss/poi_detail.scss */
  .other-poi-detail > div > div > hr {
    width: 45px;
    border-top: 1px solid #f05638; }

/* line 312, ../scss/poi_detail.scss */
.other-poi-title {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #666666;
  text-transform: uppercase; }

/* line 320, ../scss/poi_detail.scss */
.other-poi-locality {
  font-weight: 300;
  font-size: 14px;
  color: #666666; }

/* line 326, ../scss/poi_detail.scss */
.pois-wrapper {
  position: relative;
  background-color: white;
  text-align: center;
  background-color: #cccccc;
  /* to align items to left
  text-align: left;
  > div{
    text-align: center;
  }
  */ }
  /* line 338, ../scss/poi_detail.scss */
  .pois-wrapper > .owl-controls > .owl-buttons > .owl-prev, .pois-wrapper > .owl-controls > .owl-buttons > .owl-next {
    top: -50px;
    height: 50px;
    width: 50px;
    color: white; }
  /* line 344, ../scss/poi_detail.scss */
  .pois-wrapper > .owl-controls > .owl-buttons > .owl-prev {
    right: 50px;
    background: url(/static/img/seta-esq.png) center center no-repeat; }
  /* line 348, ../scss/poi_detail.scss */
  .pois-wrapper > .owl-controls > .owl-buttons > .owl-next {
    background: url(/static/img/seta-direita.png) center center no-repeat; }

/* line 354, ../scss/poi_detail.scss */
.showThumbByDefault#lightGallery-outer {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 358, ../scss/poi_detail.scss */
#lightGallery-close {
  height: 40px !important;
  width: 40px !important; }
  /* line 361, ../scss/poi_detail.scss */
  #lightGallery-close:after {
    top: 0px !important;
    right: 7px !important;
    font-size: 28px !important;
    right: 5px !important; }

/* line 369, ../scss/poi_detail.scss */
.close {
  line-height: inherit; }

/* line 373, ../scss/poi_detail.scss */
#lightGallery-action {
  margin-left: 0px !important;
  top: 50% !important;
  margin-top: -25px !important;
  position: absolute !important;
  width: 100% !important;
  left: 0% !important;
  height: 0px; }

/* line 383, ../scss/poi_detail.scss */
#lightGallery-prev {
  background: url(/static/img/prevImgBtn.png) center center no-repeat;
  height: 50px !important;
  width: 50px !important;
  background-color: transparent !important;
  opacity: 0.5 !important; }
  /* line 389, ../scss/poi_detail.scss */
  #lightGallery-prev:hover {
    opacity: 1 !important; }
  /* line 392, ../scss/poi_detail.scss */
  #lightGallery-prev:before {
    content: '' !important; }

/* line 397, ../scss/poi_detail.scss */
#lightGallery-next {
  background: url(/static/img/nextImgBtn.png) center center no-repeat;
  height: 50px !important;
  width: 50px !important;
  float: right !important;
  background-color: transparent !important;
  opacity: 0.5 !important; }
  /* line 404, ../scss/poi_detail.scss */
  #lightGallery-next:hover {
    opacity: 1 !important; }
  /* line 407, ../scss/poi_detail.scss */
  #lightGallery-next:after {
    content: '' !important; }

@media only screen and (max-width: 767px) {
  /* line 414, ../scss/poi_detail.scss */
  .poi-detail {
    padding: 20px 20px 10px 20px; }

  /* line 417, ../scss/poi_detail.scss */
  #bg {
    height: 250px; } }
@media only screen and (max-width: 480px) {
  /* line 424, ../scss/poi_detail.scss */
  .col-other-pois {
    font-size: 12px; }
    /* line 426, ../scss/poi_detail.scss */
    .col-other-pois > .other-pois-bar {
      padding-top: 34px; } }
