/* todo clean css for events list page */

/* LIST VIEW */

.event-block {
    position: relative;
    padding: 15px 15px 40px 15px;
    margin: 0 0 40px 0;
    border-radius: 10px;
    border: 1px solid;
}

.event-block .event-block_label {
    font-size: 17px;
    margin: 0 0 15px 0;
}

.event-block .event-block_label a {
    text-decoration: none;
}

.event-block .white-text {
    color: white;
}

.event-block .event-block_label_right_text {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}

.event-block .event-buttons {
    position: absolute;
    bottom: -20px;
    left: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 12px;
}

.event-block .event-block_text {
    max-height: 39px;
    overflow: hidden;
}

.event-block .prev-img {
    float: left;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.event-block .prev-img img {
    display: block;
}

.event-block.ver1 .more-button {
    color: #000;
}

.event-block.ver1 .invite-button {
    background: #000;
}

.event-block.ver2 .event-block_text {
    max-width: 670px;
}

.event-block.ver2 {
    padding: 15px;
}

.event-block.ver2 .event-buttons {
    position: relative;
    bottom: 0;
    left: 0;
    margin: 23px 0 0 0;
}

.events-list-block .events-filter {
    font-size: 15px;
    padding-bottom: 30px;
}

.events-list-block .event-variant_list {
    display: inline-block;
}

.events-list-block .event-variant_list span {
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
    color: white;
    border: 1px white dashed;
}

.events-list-block .event-variant_list a {
    display: inline-block;
    padding: 10px 15px 10px 15px;
    color: white;
    text-decoration: none;
}

.events-list-block .event-variant_list a:hover {
    cursor: pointer;
}

.events-list-block .event-variant_list .active {
    background: #fff;
    color: #000;
    border-style: solid;
}

.events-list-block .event-variant_list .active a {
    color: #000;
}

/* event filter */

.past-events {
    float: right;
    margin-left: 30px;
    margin-top: 10px;
}

/* mini counters */

.actlan {
    border-bottom: 1px dotted #8cb0ff;
    font-weight: bold;
}

.actlan:hover {
    cursor: pointer;
}

.people-counter {
    margin: 20px 0 0 0;
    display: inline-block;
}

.people-counter div {
    display: inline-block;
    margin: 0 25px 0 0;
}

.event-registered-caption, .event-appr-caption, .event-friends-caption {
    font-size: 11px;
}

.event-registered-num, .event-appr-num, .event-friends-num {
    font-size: 26px;
}

/*.event-wrapp {display:inline-block;}*/
.friend-photos {
    display: inline-block;
}

.friend-photos img {
    display: inline-block;
    margin: 0 15px 0 0;
    width: 40px;
    border-radius: 2px;
}

.friend-photos img:hover {
    margin: -30px -15px -30px -30px;
    z-index: 100;
    position: relative;
    width: 100px;
}

/* symbols */

.event-block_label a.with-icon:before {
    content: '\efe5';
}

/* default */
.group-masterclass a.with-icon:before {
    content: '\efe4';
}

.group-breakfast a.with-icon:before {
    content: '\efd5';
}

.group-webinar a.with-icon:before {
    content: '\eb76';
}

/* monitor: ea84 */
.group-travel a.with-icon:before {
    content: '\ede5';
}

.group-bf a.with-icon:before {
    content: '\eb00';
}

.group-weekend a.with-icon:before {
    content: '\ed4f';
}

.group-alumni a.with-icon:before {
    content: '\ed4f';
}

@media all
and (min-width: 20rem)
and (max-width: 62.5rem) {
    #register-control {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 5;
        background-color: #fff;
        box-shadow: 0 0 5px #000;
        text-align: center;
        font-size: 0.75rem;
    }

    #register-control .button {
        padding: 5px 10px;
        border: 3px solid #bbb;
        margin: 0;
    }

    .page-event .block-counters {
        margin: 0 auto;
        width: 15rem;
    }

    .page-event .block-counters .digital-counter {
        margin-left: 0;
    }

    .social-wrap {
        margin-top: 0.5rem;
        text-align: center;
    }

    #block-event-pay-options {
        padding: 1rem;
    }

    .bx-wrapper .bx-viewport {
        background: transparent;
        border: none!important;
        position: static!important;
    }

    .slider-thumbs {
        display: none;
    }

    .bx-wrapper .bx-controls-direction a {
        z-index: 5;
    }

    #block-event-info .item {
        font-size: 1rem;
    }

    #center-column .button-green {
        display: none;
    }

    .tab-wrapper {
        width: 100%;
        padding-bottom: 2rem;
    }

    .tab-wrapper .block-label {
        padding: 1rem;
    }

    .table .hidden-link {
        display: none;
    }

    .table .name:before {
        content: 'Имя: ';
    }

    .table .company:before {
        content: 'Компания: ';
    }

    .table .position:before {
        content: 'Должность: ';
    }

    .comments-block {
        border-radius: 4px;
        padding: 10px 20px;
    }

    .comments-block .block-label {
        text-align: center;
    }

}
