  .calendar_container{

}

.calendar_container #e_fullcalendar,
#event_cont{
    width:calc(80% - 25px);
    float:right;
    margin-bottom:40px;
}

.calendar_container .lefthandbox{
    width:20%;
    float:left;
    margin-right:25px;

}

.calendar_container .lefthandbox header{
    background: #f8f8f8;
    color: #004c97;
    padding: 12px 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    border:1px solid #e8e8e8;
    border-bottom-width:0px;
}

.calendar_container .lefthandbox div.filter_cont{
    padding:20px;
    border:1px solid #e8e8e8;
    border-top-width:0px;
}

#event_cont h3{
    font-weight:700;
    border-bottom:1px solid;
    padding-bottom:10px;
    margin-bottom:25px;
}

#event_cont h4{
    font-weight:700;
    margin-top:25px;
}

.calendar_container .lefthandbox button.add_btn{
    background-color: #024c97;
    border-color: #024c97;
    border-radius: 0px;
    text-transform: uppercase;
    margin-top:15px;
    color:#fff;
    padding:8px 10px;
}

.custom-mobile-view{

}
.custom-mobile-view .view-events .mobile_event{
    margin-bottom:30px;
}
.custom-mobile-view .view-events .mobile_event h4{
    font-weight:bold;
    font-size:1.6em;
    border-bottom:1px solid #999;
    margin:0 0 20px 0;
    padding-bottom:6px;
}
.custom-mobile-view .view-events .mobile_event a{
    color:black;
}

.custom-mobile-view .view-events .mobile_event img{
    max-width:80%;
    display:block;
    height:auto;
    margin:0 auto 15px auto;
}
.custom-mobile-view .view-events .type_divider{
    padding:10px;
    font-size:1.4em;
    text-align:center;
    background:#eaeaea;
    border-bottom:1px solid #999;
    margin-bottom:20px;

}

@media(max-width:1000px){
    .calendar_container .lefthandbox{
        width:90%;
        float:none;
        margin:0 auto;
        padding-bottom:20px;
    }
    .calendar_container #e_fullcalendar{
        width:100%;
        float:none;
    }
    .calendar_container #e_fullcalendar,
    #event_cont{
        width:90%;
        float:none;
        margin:0 auto;
        padding-bottom:30px;
    }
    .fc .fc-toolbar{
        display:block;
    }

    .fc .fc-toolbar-title{
        margin-bottom:20px;
    }

    .fc .fc-view-harness{
        min-height:400px;
    }
}