/* START FLICKITY GALLERY*/
.gallery-fl {
  background: #fff;
  padding: 0 5px;
}
.gallery-cell {
  width: 100%;
  height: auto;
  margin-right: 0;
  text-align: center;
}

.gallery-cell img{
  width: 100%;
  height: auto;
}

.maintenance {
  width: 100%;
  height: 398px;
  margin-right: 0;
  background: #efeeec;
  counter-increment: maintenance;
}

/* cell number */
.maintenance:before {
  display: block;
  text-align: center;
  content: counter(maintenance);
  line-height: 370px;
  font-size: 80px;
  color: black;
}

/* big buttons, no circle */
.previous {
 left: 10px !important;
}
.next {
 right: 10px !important;
}
.previous:hover {
	left: -5px;
}
.next:hover{
	right: 0px;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: black;
}
.flickity-prev-next-button:hover {
  background-color: #0f0f0f;
  opacity: 1;
}
/* hide disabled button */
/*.flickity-prev-next-button:disabled {
  display: none;
}/*

/* position dots in gallery */
.flickity-page-dots {
  bottom: 10px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}	
/* END FLICKITY GALLERY*/
/* responsive */
@media screen and (max-width: 767px) and (min-width: 240px){
.flickity-prev-next-button{
	display: none;
}
/* position dots in gallery */
.flickity-page-dots {
  bottom: -15px;
}
/* white circles */
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: transparent;
  border: 1px solid black;
}
.flickity-page-dots .dot.is-selected {
  background: black;
}
}
@media screen and (max-width: 1023px) and (min-width: 800px) {
/* big buttons, no circle */
.previous {
 left: 10px !important;
}
.next {
 right: 10px !important;
}
.previous:hover {
	left: -5px;
}
.next:hover{
	right: 0px;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.gallery-cell {
  width: 100%;
  height: auto;
  margin-right: 0;
  text-align: center;
}

.gallery-cell img{
  width: 100%;
  height: auto;
}
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
/* big buttons, no circle */
.previous {
 left: 10px !important;
}
.next {
 right: 10px !important;
}
.previous:hover {
	left: -5px;
}
.next:hover{
	right: 0px;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.gallery-cell {
  width: 100%;
  height: auto;
  margin-right: 0;
  text-align: center;
}

.gallery-cell img{
  width: 100%;
  height: auto;
}
}
@media screen and (max-width: 1366px) and (min-width: 1280px) {
/* big buttons, no circle */
.previous {
 left: -100px;
 opacity: 0.5;
}
.next {
 right: -100px;
 opacity: 0.5;
}
.previous:hover {
	left: -5px;
}
.next:hover{
	right: 0px;
}
.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.flickity-page-dots {
  bottom: 10px;
}
}
@media screen and (min-width: 1377px) {
/* big buttons, no circle */
.previous {
 left: 10px !important;
}
.next {
 right: 10px !important;
}

.previous:hover {
	left: -5px;
}
.next:hover{
	right: 0px;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}
.gallery-cell {
  width: 100%;
  height: auto;
  margin-right: 10px;
  text-align: center;
}

.gallery-cell img{
  width: 100%;
  height: auto;
}
.flickity-page-dots {
  bottom: 10px;
}
}