#events_calendar {
    display: block;
}
.qtip-content {
    padding: 5px;
}
.trigger {
    display: block;
/*     height: 100px; */
    position: relative;
/*     width: 100px; */
}

.text-left {
    text-align: left;
}
.popup {
    display:none;
    background: #2e3349;
    color: #000000;
    margin: 1em 0 3em;
    padding: 5px;
    position: absolute;
}

.calendarBG td{
	width: 14%;
}

.calendarCell a {
	margin-bottom: 0 !important;
    color: #fff;
    background-color: #C03D5A;
    display:block;
    line-height: 20px;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.calendarHeader{
	letter-spacing: 1px;
	font-size: 16px;
    text-transform: capitalize;
}

.calendarDayHeading{font-size: 15px;}



.calendarBlank {
    color: #cdcdcd;
}

.day_event {
    clear: both;
    float: left;
    line-height: 21px;
    padding: 10px 10px 0px 10px;
}

.calendarToday a{color: #C03D5A;}

.event_date {
    width: 100%;
    display: block;
    color: #fff;
    font-weight: 100;
    margin: 0 0 20px 0;
    font-family: "abril-text"; 
    font-size: 20px;
}

.event_series{
	color: #73CDE1;
    text-transform: uppercase;
}
.event_title a {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    line-height: 24px;
    font-family: "abril-text"; 
    background-color: transparent;
}
.event_performers {
    width: 100%;
    display: block;
    font-size: 11px;
    color: #fff;
}
.hover {
    display: block;
}
#video-wrapper{
    display: block;
    min-height:50px;
}
#video-loading {
    display: none;position:relative;bottom: 50%; left: 300px;
}
.pagination {
    margin-left: 25px;
}
