.sp-carousel-events-body{
	border: 3px solid #fff;
    bottom: 0;
    height: 92%;
    left: 0;
    margin: auto !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 93%;
    overflow: hidden;
    
}
.sp-event-title{
	background: rgba(0, 0, 0, 0.8);
    padding: 0 13px;
    position: relative;
    z-index: 3;
}
h3.sp-carousel-event-title{
	text-transform: uppercase;
    text-align: center;
    padding: 20px 0 25px;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
h3.sp-carousel-event-title a{
	color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
h3.sp-carousel-event-title:before{
	content: "\f0d7";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    font-size: 15px;
}
.sp-carousel-events-content{
	color: #c9c8c6;
    padding: 0 13px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    z-index: 2;
    max-height: 0;
    overflow: hidden;

}
.sp-carousel-events-desc{
	padding-top: 13px;
	margin-bottom: 20px;
}
.sp-carousel-events-read-more{
	text-align: center;
    margin-top: 20px;
    padding-bottom: 13px;
}
.sp-carousel-events-date{
	color: #fff;
    font-size: 18px;
    height: 56px;
    left: 0;
    line-height: 21px;
    margin: 0 auto;
    padding: 6px 4px 2px 4px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    bottom: -30px;
    width: 56px;
    z-index: 10;
    font-family: OpenSans-Bold;
}
.sp-blog-item:hover .sp-carousel-events-content{
    max-height: 1000px;
}

.sp-blog-item:hover h3.sp-carousel-event-title{
	border-bottom: 1px solid #fff;
}


.owl-item{
	margin-bottom: 30px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: transparent;
    font-size: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background: transparent;
}
.owl-controls .owl-prev:before, .owl-controls .owl-next:before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    color: #222222;
}
.owl-controls .owl-prev:before{
	content:"\f0d9" ;
}
.owl-controls .owl-next:before{
	content:"\f0da" ;
}
.nav_top .owl-controls{
	position: absolute;
    width: 100%;
    top: -54px;
}

