/* Core Owl Carousel CSS File v1.3.2 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
	border: 1px solid #c2c2c2;
	border-radius: .5em;
	background: #fff;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	/* user-select: none; */
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url("images/owl-carousel/grabbing.png") 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

/****** user definable below this line
edited by Jacob Arnold, Christopher Garcia, Harry Saito ******/
#carousel {
	margin: 1em auto 0 auto;
	width: 88.57421%; /* 907px / 1024px */
}
.owl-frame {
	border: none;
}
.owl-carousel {
	clear: both;
	margin: 0 0 2em 0;
}
.owl-item a {
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
}
.carousel-item {
	margin: .6em;
	position: relative;
	background: #fff;
	padding: 0 .5em;
	height: 245px;
}
.carousel-item:hover {
	opacity: .4;
}
.carousel-item a {
	color: #350e3d;
}
.content .carousel-item a {
	font-family: "Open Sans Regular", sans-serif;
}
.carousel-item a:hover {
	text-decoration: none;
}
.carousel-item h3 {
	font: 16px "Open Sans Bold", sans-serif;
	color: #520063;
	margin: 0 0 .3em 0;
	text-transform: none;
	background: none;
}
.carousel-item h3 a:hover {
	text-decoration: none;
}
.carousel-item h3+p {
	margin-top: 0;
}
/**** specific to buffett ****/
.carousel-item img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 1em;
}
.carousel-item .sub-mini-micro {
	width: auto;
	height: auto;
	margin-right: auto;
}
.carousel-item .mini-micro-text {
    font-size: 0.9em;
}
.carousel-item .date-wrap {
	margin-bottom: 1em;
}
.carousel-item .event-date {
	font: 30px "Cabin Bold", sans-serif;
	text-transform: uppercase;
}
.carousel-item .event-time {
	font: 18px "Cabin Bold", sans-serif;
}
.owl-theme .owl-controls {
	text-align: center;
	display: table;
	margin: .5em auto 0 auto;
}
.view-events {
	font-family: "Open Sans Bold", sans-serif;
	float: right;
	margin: -2em 3.7em 0 0;
	position: relative;
}

/* Styling Next and Prev buttons */
.owl-btn {
	cursor: pointer;
	display: inline-block;
	padding: 0;
	margin: 0 2px 3px;
	font-size: 14px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.owl-pagination {
	display: inline-block;
	padding: 5px 5px 1px;
	margin: 0;
	margin-top: -1px;
}
#carousel .owl-prev {
	width: 34px;
	height: 54px;
	background: url("images/owl-carousel/arrow-left-events.png") no-repeat;
    margin-right: 1em;
}
.owl-next {
    width: 34px;
	height: 54px;	
    background: url("images/owl-carousel/arrow-right-events.png") no-repeat;
margin-left: 1em;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
	width: 18px;
	height: 18px;
	margin: 5px;
	border-radius: 20px;
	background: #c2c2c2;
}
.owl-theme .owl-controls .active span {
	background: #732f75;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #fff;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url("images/owl-carousel/AjaxLoader.gif") no-repeat center center
}
/* To move navigation buttons outside use these settings: */
.owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -50px;
    top: 35%;
}
.owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -50px;
    top: 35%;
}
@media screen and (max-width:800px) {
    .view-events {
		text-align: center;
		margin: 0;
		float: none;
	}
}
@media screen and (max-width:600px) {
    #carousel {
        width: 80%;
    }
	.owl-controls .owl-buttons .owl-prev {
		left: -40px;
	}
	.owl-controls .owl-buttons .owl-next {
		right: -40px;
	}
}