/*!
 * Latte-Carousel v1.6.1
 * https://github.com/latte-carousel/latte-carousel
 */
.latte-carousel{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-drag:none}.latte-carousel,.latte-content{font-size:0;display:inline-block;box-sizing:border-box;width:100%;margin:0;padding:0;border:0}.latte-content{overflow:hidden}.latte-stage{position:relative}.latte-item,.latte-stage{font-size:0;display:inline-block;box-sizing:border-box;margin:0;padding:0;border:0}.latte-item{overflow:hidden}.latte-item *{font-size:medium}.latte-next,.latte-previous{position:absolute;z-index:10;top:50%;display:inline-block;box-sizing:border-box;width:0;height:0;margin:-11px 0 0;padding:10px;cursor:pointer;border:solid #333;border-width:0 2px 2px 0;background:rgba(0,0,0,0)}.latte-next.invisible,.latte-previous.invisible{display:none}.latte-previous{left:-6px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.latte-next{right:-6px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.latte-dots{position:absolute;bottom:-25px;left:0;display:inline-block;box-sizing:border-box;width:100%;text-align:center}.latte-dots.invisible{display:none}.latte-dots .latte-dot{display:inline-block;box-sizing:border-box;width:15px;height:15px;margin:5px;cursor:pointer;border-radius:15px;background-color:#ddd}.latte-dots .latte-dot.active{background-color:#aaa}

/*# sourceMappingURL=latte-carousel.min.css.map*/