.ms_event_box {
    float: left;
    margin: 0 30px 40px 0;
    width: 300px;
}
 
.ms_evt_date {
    background: #ececec none repeat scroll 0 0;
    border-radius: 3px;
    color: #555;
    display: block;
    float: left;
    height: 120px;
    margin-right: 8px;
    overflow: hidden;
    text-align: center;
    width: 110px;
}

.ms_evt_date_day {
    color: #555;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    padding-top: 27px;
    text-align: center;
}

.ms_evt_date_month {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
}

.ms_evt_date_year {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    opacity: 0;
}

.ms_evt_title a:hover { text-decoration: none; }
.ms_event_box:hover .ms_evt_date_year { opacity:1; }
.ms_event_box:hover .ms_evt_date_day { padding-top: 16px; }

.ms_evt_img {
    border-radius: 3px;
    display: inline-block;
    float: left;
    height: 120px;
    overflow: hidden;
    width: 180px;
}


.ms_evt_img img,.ms_evt_img a img
{ 
    width: 180px; 
    height: 120px; 
    display: inline-block;
    image-rendering: optimizequality;
    max-width: 100%;
    vertical-align: middle;
}

.ms_evt_content {
    border: 1px solid #ececec;
    border-radius: 3px;
    margin-top: 4px;
    width: 100%;
}

.ms_evt_title {
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px 10px;
}

.ms_evt_title a {
    color: #222;
    text-decoration: none;
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.ms_evt_desc {
    padding: 10px 15px;
}

.ms_evt_meta_venue {
    border-top: 1px solid #ececec;
    font-size: 11px;
    padding: 5px 15px;
}

.ms_evt_meta_venue {
    content: ".";
}

.ms_event_box .ms_evt_date, .ms_event_box .ms_evt_date_year, .ms_event_box .ms_evt_date_day {
    transition-duration: 0.3s;
    transition-property: all;
}

.clear::before, .clear::after, .clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clear, .clearfix, .clearall {
    clear: both;
}

#ms-dot-heading-container {
    margin-right: 30px;
    margin-left: 18px;
    margin-bottom: 20px;

}

.ms-dot-heading {
    background: rgba(0, 0, 0, 0) url("img/heading_style2_bg.png") repeat-x scroll center center;
    color: #222;
    font-weight: 400;
    font-size: 22px;
    height: auto;
    padding: 0 0 0 0;
    margin-top: 15px;
    
}

.ms-dot-heading .dot-heading-text {
    font-family: Roboto !important;
    font-size: 18px;
    padding-right: 15px;
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    text-transform: uppercase;
}