.absolute {
    position: absolute;
}

.typeOfEvent {
    margin: 60px auto -85px;
    position: relative;
}

.config img {
    cursor: pointer;
}

.eventPlace, .eventTitle {
    overflow: hidden;
    display: inline-block;
    height: 32px;
}

.eventDesc {
    overflow: hidden;
    height: 85px;
    text-overflow: ellipsis; 
}

.config {
    padding-top: 0;
}

.config a {
    text-decoration: none;
}

body .row.dateNplace {
    margin: 16px auto;
}

.informationEvent {
    padding: 0 30px 0 30px;
    box-sizing: border-box;
}

ul li {
    list-style-image: none;
    color: #4C4C4C;
}

.katsay {
    color: #4C4C4C;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.linkToPicture {
    display: block;
    height: 100%;
    width: 100%;
}

.lazy {
    overflow: hidden;
}

#shareEvent {
    display: none;
    position: fixed;
    background: #FFF;
    width: 70%;
    margin: 15%;
    top: 0;
    z-index: 999999999999;
    padding: 1%;
    box-sizing: border-box;
}

#shareEventFrame {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99;
}
