@charset "utf-8";
/* CSS Document */

.owl-nav{
	color: #b52128;
	font-size: 2em
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 35%;
}
.owl-carousel .owl-nav button.owl-next{
	right: -0.75em;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -0.75em;
}
.owl-theme .owl-nav [class*='owl-']:hover{
	background: #b52128;
}
.owl-theme .owl-dots .owl-dot span{
	background: rgba(181,33,40,0.25)
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background: #b52128;
}
.owl-carousel .owl-item img{
	object-fit: cover;
	height: 200px
}