/* CSS Document */

/* position dots up a bit */
	.flickity-page-dots {
	  bottom: 320px;
	}
	/* dots are lines */
	.flickity-page-dots .dot {
		background:#FD4C4F;
	}
@media screen and (max-width:700px){
		/* position dots up a bit */
		.flickity-page-dots {
		  bottom: 320px;
	}
}
@media screen and (max-width:500px){
		.flickity-page-dots {
		  bottom: 200px;
	}
}