/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

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

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

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

/* draggable */

.flickity-enabled.is-draggable {
}

.flickity-enabled.is-draggable .flickity-viewport {
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
}

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

.flickity-prev-next-button {
  position: absolute;
  top: 45%;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}



.flickity-prev-next-button.previous { 
left: 5%;
 }
.flickity-prev-next-button.next { 
right: 5%;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
}
.flickity-rtl .flickity-prev-next-button.next {
/*  right: auto;
  left: 10px;*/
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
}

.flickity-prev-next-button .arrow {
}

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

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

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

.flickity-page-dots .dot {
	height: 2px;
	text-align: center;
	z-index: 200;
	margin: 0 1px 0 1px;
	width: 50px;
	display: inline-block;
	overflow: hidden;
	background: #f5decc;
}


.flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #fea900;
}


/* ---- previous/next buttons2 ---- */

#sr_ul .flickity-prev-next-button {
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

#sr_ul .flickity-prev-next-button.previous { 
left: 7%;
 }
#sr_ul .flickity-prev-next-button.next { 
right: 7%;
}

#sr_ul .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

#sr_ul .flickity-prev-next-button svg {
display : none;
}

#sr_ul .flickity-prev-next-button .arrow {
display : none;
}

/* ---- page dots2 ---- */

#sr_ul .flickity-page-dots {
  position: relative;
  width: 100%;
  top:20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

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

#sr_ul .flickity-page-dots .dot {
	height: 2px;
	text-align: center;
	z-index: 200;
	margin: 0 1px 0 1px;
	width: 40px;
	display: inline-block;
	overflow: hidden;
	background: #f5decc;
}


#sr_ul .flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #72421a;

}


/* ---- previous/next buttons2-sp ---- */

#sr_ul_sp .flickity-prev-next-button {
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

#sr_ul_sp .flickity-prev-next-button.previous { 
left: 7%;
 }
#sr_ul_sp .flickity-prev-next-button.next { 
right: 7%;
}

#sr_ul_sp .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

#sr_ul_sp .flickity-prev-next-button svg {
display : none;
}

#sr_ul_sp .flickity-prev-next-button .arrow {
display : none;
}

/* ---- page dots2 ---- */

#sr_ul_sp .flickity-page-dots {
  position: relative;
  width: 100%;
  top:20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

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

#sr_ul_sp .flickity-page-dots .dot {
	height: 2px;
	text-align: center;
	z-index: 200;
	margin: 0 1px 0 1px;
	width: 40px;
	display: inline-block;
	overflow: hidden;
	background: #f5decc;
}


#sr_ul_sp .flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #72421a;

}

/* ---- previous/next buttons3 ---- */

#bnr_ul .flickity-prev-next-button {
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

#bnr_ul .flickity-prev-next-button.previous { 
left: 10px;
 }
#bnr_ul .flickity-prev-next-button.next { 
right: 10px;
}

#bnr_ul .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

#bnr_ul .flickity-prev-next-button svg {
display : none;
}

#bnr_ul .flickity-prev-next-button .arrow {
display : none;
}

/* ---- page dots3 ---- */

#bnr_ul .flickity-page-dots {
  position: relative;
  width: 1000px;
  top:20px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

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

#bnr_ul .flickity-page-dots .dot {
	height: 2px;
	text-align: center;
	z-index: 200;
	margin: 0 1px 0 1px;
	width: 40px;
	display: inline-block;
	overflow: hidden;
	background: #f5decc;
}


#bnr_ul .flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #72421a;

}


/* ---- previous/next buttons3-sp ---- */

#bnr_ul_sp .flickity-prev-next-button {
  position: absolute;
  top: 30%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

#bnr_ul_sp .flickity-prev-next-button.previous { 
left: 7%;
 }
#bnr_ul_sp .flickity-prev-next-button.next { 
right: 7%;
}

#bnr_ul_sp .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

#bnr_ul_sp .flickity-prev-next-button svg {
display : none;
}

#bnr_ul_sp .flickity-prev-next-button .arrow {
display : none;
}

/* ---- page dots3 ---- */

#bnr_ul_sp .flickity-page-dots {
  top:20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
 /* position: relative;
  width: 100%;
  top:20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;*/
}

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

#bnr_ul_sp .flickity-page-dots .dot {
	height: 2px;
	text-align: center;
	z-index: 200;
	margin: 0 1px 0 1px;
	width: 40px;
	display: inline-block;
	overflow: hidden;
	background: #f5decc;
}


#bnr_ul_sp .flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	background: #72421a;

}

