/* Flickity
------------------------- */

.flickity-enabled {
  position: relative;
  width:100%;
}

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

.flickity-viewport {
  position: relative;
  overflow:hidden;
  height:100% !important;
  display: table;
	width: 100%;
}

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

/* draggable */

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

.flickity-enabled.is-draggable .flickity-viewport {
  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;
  left: 100px;
  bottom: 30px;
  width: 70px;
  height: 70px;
  border: none;
  border-left:1px solid #645009;
  background: #6F590A url(../../../imgs/banners/next.png) no-repeat center;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
  /* vertically center */
}
.flickity-prev-next-button:hover{
	background:#fff url(../../../imgs/banners/next_.png) no-repeat center;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.flickity-prev-next-button.previous{
	border-right:1px solid #645009;
	border-left:0;
	left: 30px;
	background:#6F590A url(../../../imgs/banners/prev.png) no-repeat center;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.flickity-prev-next-button.previous:hover{
	background:#fff url(../../../imgs/banners/prev_.png) no-repeat center;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.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;
}

/* 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;
  display:none;
}

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

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

/* 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: 10px;
  bottom: 30px;
  left: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  line-height: 1;
}

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

.flickity-page-dots .dot {
	cursor: pointer;
	display: inline-block;
	margin: 2px 0;
	cursor: pointer;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: none repeat scroll 0% 0% #fff;
	border:0;
}

.flickity-page-dots .dot.is-selected, .dot:hover{
  background: none repeat scroll 0% 0% transparent;
  border:2px solid #fff;
}
.flickity-page-dots .dot:only-child{
	display:none;
}
.gallery-cell {
  width: 100%;
}
.gall_cell{
	max-width:910px;
	margin:auto;
}
