#event{
    margin-top:30px;
    margin-bottom: 30px;  
}

#event-page{
    height: 70px;
} 

.event-info{
    background: #fff;
    border: #ccc solid 1px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.151);
    padding: 30px 20px;
}

.event-info h3{
    color: #003399;
    margin-bottom: 0;
    font-weight: bold;
}


.event-info p{
    margin-bottom: 0;
    font-size: .8em;
}

.event-info a i{
    padding-right: 10px;
    font-size: 20px;
}

.event-info ul{
    list-style: square;
}


.event-info h6{
    color: #555;
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc
}

.event-info span{
    color: #555;
    font-size: 14px;
}

.event-holder, .event-information{
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.151);
    padding: 0px;
    min-height: 200px;
    overflow: hidden;
    box-sizing: content-box;
    margin-bottom: 20px;
}


.event-information img{
    width: 100%;
    height: 140px;
}

.event-information .date{
    margin-top: 15px;
    background: #003399;
    color: #fff;
}

.event-holder img{
    height: 300px;
    width: 100%
}

.event-holder .body{
    padding: 30px
}

.event-holder .body h5{
    color: #003399;
    font-weight: bold;
}

.event-holder .body p{
   padding-top: 5px;
   color: #000000;
   font-size: 14px;
   line-height: 2em;
   text-align: justify;
}

.event-holder .body i{
       font-size: 12px;
       color: #555;
 }

 .info{
     padding: 5px;
 }

 .info h6{
    color: #003399;
    font-weight: bold
}

 .event-date{
    border-left: 1px solid #ccc;
}

.event-date span{
    font-size: 14px
}