/* Top Pics Slides */
#promo-carousel .item{
    top: 0px;
	/*padding: 30px 0px;*/
	margin: 0px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#promo-carousel .item img{
	width: 100%;
	border-radius: calc(0.25rem - 1px);
	margin: 0 auto;
	display: block;
}
#promo-carousel .item h3{
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
#promo-carousel .item h4{
	margin: 5px 0 0;
	font-size: 18px;
}
.item h1{
	margin: inherit;
}

.item-h {
	max-height:145px;
	overflow:hidden;
}

/* Event Slides */
.eventdates .event{
    /*top: 0px;
	padding: 30px 0px;*/
	margin: 0px;
	color: #FFF;
	height: 300px;
	max-height: 300px
	display: flex; 
    justify-content: center; 
    align-items: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.eventdates .event img{
	width: 100%;
	border-radius: calc(0.25rem - 1px);
	margin: 0 auto;
	display: block;
}
.eventdates .event h3{
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
.eventdates .event h4{
	margin: 5px 0 0;
	font-size: 18px;
}
.event h1{
	margin: inherit;
}

/* Presse Marquee */
.marquee .marq{
    top: 0px;
	margin: 0px;
	width: auto;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
.marquee .marq img{
	width: 100%;
	border-radius: calc(0.25rem - 1px);
	margin: 0 auto;
	display: block;
}
.marquee .marq h3{
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
.marquee .marq h4{
	margin: 5px 0 0;
	font-size: 18px;
}
.marquee h1{
	margin: inherit;
