.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" ;
}
.Layout-2 .sp-blog-item{
    padding:4px;
    margin-top: 20px;
}
.Layout-2 .sp-blgo-item-inner{
    border: 1px solid #dcdcdc;
    padding: 7px;
    position: relative;
    -webkit-box-shadow: -4px 4px 0 #dcdcdc;
    -moz-box-shadow: -4px 4px 0 #dcdcdc;
    -ms-box-shadow: -4px 4px 0 #dcdcdc;
    -o-box-shadow: -4px 4px 0 #dcdcdc;
    box-shadow: -4px 4px 0 #dcdcdc;
    position: relative;
}
.Layout-2 .sp-carousel-events-date{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 56px;
    height: 56px;
    color: #fff;
    border: 3px solid #fff;
    font-size: 18px;
    text-align: center;
    line-height: 21px;
    text-transform: uppercase;
    padding: 4px 4px 2px 4px;
    top: -30px;
    z-index: 10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.Layout-2 .sp-carousel-events-body{
    border: none;
    position: relative;
    width: 100%;
    padding: 5px;

}
.Layout-2 .sp-event-title{
    background: transparent;
    padding:0;
    
}
.Layout-2 h3.sp-carousel-event-title{
    text-align: left;
    margin-top: 10px;
    padding:0;
    font-family: OpenSans-Semibold;
}
.Layout-2 h3.sp-carousel-event-title:before{
    font-size: 0;
}
.Layout-2 h3.sp-carousel-event-title a{
    color: #333;
}
.Layout-2 .sp-carousel-events-content{
    max-height: 1000px;
    background: transparent;
    padding: 0;
    color: #888;
    margin-bottom: 20px;
}
.Layout-2 .sp-carousel-events-read-more{
    bottom: -25px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    padding-bottom:0;
}


