﻿.event {
    position: relative;
    top: 0;
    transition: all .3s;
}

.event:hover {
    margin-top: 0;
    top: -15px;
}

.event__small {
    word-break: break-all;
}

.has-image {
    margin-top: 45px !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #00aca9 !important;
    text-decoration: none;
    background-color: #ffffff
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.no-image-archive {
    margin-bottom: 100px;
}