/*! Flickity v1.0.2
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  max-height: 550px !important;
  min-height: 310px;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 101px;
  border: none;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { opacity: 1; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; background-image: url('../../../imgs/elem/prev.png');}
.flickity-prev-next-button.next { right: 10px; background-image: url('../../../imgs/elem/next.png');}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  /* position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; */
  display: none;
}

.flickity-prev-next-button .arrow {
  fill: #ffffff;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background: #fff;
  border-radius: 50%;
  border:0px solid #fff;
  cursor: pointer;
}
.servico_gall .flickity-page-dots .dot{
	width: 10px;
	height: 10px;
}
.flickity-page-dots .dot.is-selected {
   background: #878d9b;
}
.spa_divs_topo .flickity-page-dots .dot.is-selected, .servico_gall .flickity-page-dots .dot.is-selected{
   background: #0674BB;
}
.restaurant_cont .flickity-page-dots .dot.is-selected{
	background: transparent;
}

.flickity-page-dots .dot:only-child{
	display:none;
}

.gallery-cell{
	width:auto;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
    position: relative;
}
.gallery_top .gallery-cell{
	width:100%;
}
#moda_gallery .gallery-cell{
	width:33.333%;
	padding:0 10px;
	display:table;
}
@media only screen and (max-width: 700px) {
	#moda_gallery .gallery-cell{
		width:50%;
	}
   /* .flickity-prev-next-button{ width: 35px; }*/
}
@media only screen and (max-width: 550px) {
	#moda_gallery .gallery-cell{
		width:100%;
	}
    /*.flickity-prev-next-button{ width: 35px; }*/
}
