.box-hover-description .item {
    min-height: 150px;
    background: #f1f1f1;
    position: relative;
    margin-bottom: 15px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    float: left;
    margin: 5px;
}

/*.box-hover-description .item img{
	width: 100%;
	}*/

.box-hover-description .item:hover .item-description {
    height: 100%;
    opacity: 1;
    bottom: 0;
}

.box-hover-description .item-description {
    position: absolute;
    background: #007c05;
    opacity: 0;
    bottom: -100%;
    padding: 15px;
    height: 0px;
    width: 100%;
    transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    text-align: center;
}

.item-description,
.item-description a {
    color: #fff;
    text-shadow: 1px 1px 3px #000;

}

.item-description,
.item-description a:hover {
    text-decoration: none;
}

.box-hover-description .item h1 {
    font-size: 18px;
    margin-top: 0;
    font-weight: bold;
}



.eventos {
    padding: 10px;
    float: left;
    display: inline-block;
}

.eventos>h2 {
    font-size: 18px;
}

p.event-data {
    color: #FFF;
}

.img-galeria {
    margin: 10px;
    margin-left: 0px;
    cursor: zoom-in;
}