/*! Flickity v1.1.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}


@media screen and (max-width: 480px) {
  
  .gallery img {
	display: block;
	/* [disabled]height: 355px; */
	/* [disabled]width: 970px; */
	/* [disabled]min-height: 60px; */
	/*min-width: 150px;*/


	
	}
	
}



.gallery img {
	/* [disabled]float: left; */
	display: block;
	/* [disable	width:90%; */
	/* [disabled]width: 970px; */
	/* [disabled]min-width: 150px; */
	/* [disabled]min-height: 70px; */
	
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
	
	/* [disabled]min-height: 300px; */
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
		/* [disabled]min-width: 1000px; */
	/* [disabled]max-width: 1300px; */
}

/* 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;
/*	 min-height: 468px;*/
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}



.flickity-prev-next-button {
    height: 60px;
    background: transparent;
    border: solid 0px #ccc;
}
.flickity-prev-next-button:hover {
/*	background-color: #F3F3F3;*/
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: black;
}
.flickity-prev-next-button.no-svg {
  color: black;
}
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	position: absolute;
	top: 45%;
	/* [disabled]border: 1px solid #E0E2E9; */
	/* [disabled]background: white; */
	/* [disabled]background: hsla(0, 0%, 100%, 0.75); */
	cursor: pointer;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}



@media screen and (max-width: 480px) {
.flickity-prev-next-button {
	display:none; 
	
	
	
}

	
}

.flickity-prev-next-button:hover {
	/* [disabled]background: white; */
}

.flickity-prev-next-button:focus {
	/* [disabled]outline: none; */
	/* [disabled]box-shadow: 0 0 0 5px #09F; */
}

.flickity-prev-next-button:active {
	/* [disabled]filter: alpha(opacity=60); */ /* IE8 */
	/* [disabled]opacity: 0.6; */
}

.flickity-prev-next-button.previous {
	left: 0%;
}
.flickity-prev-next-button.next {
	right: 0%;
}
/* 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 {
	/* [disabled]filter: alpha(opacity=30); */ /* IE8 */
	/* [disabled]opacity: 0.3; */
	cursor: auto;
}

.flickity-prev-next-button svg {
  position: relative;
  left: 0%;
  top: 0%;
 /*   width: 100%;*/
    height: 100%;
}

.flickity-prev-next-button .arrow {
	fill: #e2e2e2;
	filter: alpha(opacity=1);
	opacity: 1;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
	color: #FFF;
	font-size: 22px;
	font-weight:bold;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	bottom: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
	z-index: 99999;
	width: 100%;
	max-width: 1200px;
	display: none;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 3px;
	border-radius: 50%;
	filter: alpha(opacity=25); /* IE8 */
	opacity: 0.55;
	cursor: pointer;
	background-color: #76838D;
	border: 2px solid #FFF;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}


.gallery-cell {
	/* [disabled]width: 18%; */
	/* [disabled]height: 230px; */
	/* [disabled]margin-right: 10px; */
	/* [disabled]background: #333; */
	counter-increment: gallery-cell;
	/* [disabled]min-height: 90px; */
}

.gallery-cell-image {
	display: block;
	/* [disabled]max-height: 100%; */
	/* [disabled]margin: 0 auto; */
	/* [disabled]max-width: 100%; */
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	/* [disabled]width: 18%; */
}

/* fade in lazy loaded image */
.gallery-cell-image.flickity-lazyloaded,
.gallery-cell-image.flickity-lazyerror {
  opacity: 1;
}
.arial_laranja_g {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #F60;
	text-decoration: none;
}
