.events.recom article.event-block {
    width: 100%;
    max-width: 640px;
    overflow: hidden;
    height: 320px;
    max-height: 320px;
    display: inline-block;
    float: left;
    position: relative;
}
.events.recom article.event-block .hover-overlay {
    display: block;
    height: 320px;
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    transition: all ease-in-out 0.2s;
}
.events.recom article.event-block:hover .hover-overlay {
    background: RGBA(96, 68, 115, 0.8);
    transition: all ease-in-out 0.2s;
}
.events.recom article.event-block img.event-image {
    position: absolute;
    z-index: 0;
    height: 320px;
    width: 100%;
    transition: all ease-in-out 0.2s;
}
.events.recom article.event-block:hover img.event-image{
    filter: blur(5px);
    -webkit-filter: blur(5px);
    transition: all ease-in-out 0.2s;
    height: 120%;
    margin: -10%;
    width: 120%;
}
.events.recom article.event-block .ticket-block {
    position: absolute;
    margin-top: 250px;
    margin-left: 70%;
    background: #f5c808;
    width: 115px;
    height: 40px;
    padding: 5px;
    z-index: 1;
}
.events.recom article.event-block .ticket-block .from {
    color: #8b6815;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 12px;
}
.events.recom article.event-block .ticket-block .price {
    color: #232020;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}
.events.recom article.event-block .buy-block{
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: 1;
    margin-top: 250px;
    margin-left: 88%;
    background: #000;
}
.events.recom article.event-block .buy-block a{
    background: #000000 url("../images/buttons/buy-ticket-inactive.png");
    height: 38px;
    width: 40px;
    display: block;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block .buy-block a:hover{
    background: #000000 url("../images/buttons/buy-ticket-active.png");
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block .age-restrict {
    position: absolute;
    margin-top: 15px;
    margin-left: 88%;
    background: #f5c808;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    padding: 8px 0;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    color: #000;
    line-height: 25px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block:hover .age-restrict {
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    display: none;
}
.events.recom article.event-block .hover-actions{
    display: none;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block:hover .hover-actions{
    display: block;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block:hover .hover-actions.view-event {
    position: relative;
    z-index: 1;
    margin: 140px auto -175px;
    width: 157px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block:hover .hover-actions.view-event .button { padding: 0 35px;}
.events.recom article.event-block:hover .hover-actions.actions {
    position: absolute;
    height: 40px;
    width: 80px;
    z-index: 1;
    margin-top: 15px;
    margin-left: 80%;
    line-height: 55px;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom .actions .share{
    display: inline-block;
    background: url("../images/buttons/share-event-inactive.png");
    height: 40px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    float: right;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
}
.events.recom .actions .share:hover{
    background: url("../images/buttons/share-event-active.png");
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
}
.events.recom .actions .save{
    display: inline-block;
    background: url("../images/buttons/save-event-inactive.png");
    height: 40px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom .actions .save:hover,
.events.recom .actions .save.active{
    background: url("../images/buttons/save-event-active.png");
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block .event-information {
    position: relative;
    margin-top: 193px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 14%, rgba(0, 0, 0, 0.55) 56%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 14%, rgba(0, 0, 0, 0.55) 56%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 14%, rgba(0, 0, 0, 0.55) 56%, rgba(0,0,0,0.9) 100%);
    width: 100%;
    padding-top: 23px;
    padding-left: 20px;
    padding-bottom: 10%;
    float: left;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block:hover .event-information{
    background: transparent;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
.events.recom article.event-block .event-information .event-name {
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 65%;
    overflow: hidden;
    height: 20px;
}
.events.recom article.event-block .event-information .event-date{
    color: #f5c808;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    margin-right: 5%;
}
.events.recom article.event-block .event-information .event-location{
    color: #d8d7d8;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    background: url("../images/components/location-marker.png") no-repeat;
    padding-left: 15px;
    display: inline-block;
    float: left;
}
.events.recom article.event-block .event-information .event-location a{
    color: #d8d7d8;
}