.event-program-list .event-program-countries,
.event-program-list .event-program-duration-text {
    color: #333;
    min-height: 22px;
}

.event-program-list .event-program-duration-text span {
    border: 1px solid #333;
    padding: 0 5px;
}

.event-program-list .event-program-status {
    float: right;
    position: relative;
}

.event-program-list .result-search-item {
    height: auto;
    overflow: hidden;
}

.event-program-list .result-search-content {
    height: auto;
    min-height: 178px;
}

.event-program-list h1 {
    margin-bottom: 20px;
}

.event-program-list .event-name-search {
    text-transform: uppercase;
    font-size: 20px;
}

.event-program-list .event-program-status {
    line-height: 44px;
    margin-bottom: 15px;
}

.event-program-list .event-program-status span {
    color: grey;
}

.event-program-list .event-program-status .site-btn {
    line-height: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    color: white;
    width: 240px;
}

.event-program-list .event-program-status .site-btn.already {
    background: #f89a09;
}

.event-program-list .event-program-status .site-btn.pending {
    background: #464646;
}

.event-program-list .event-program-status .site-btn.approve {
    background: #23527c;
}

.event-program-list .event-program-status .site-btn.participate {
    background: #1ccc78;
}

.event-program-list .event-program-status .site-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.event-programs .view-item-link {
    margin-right: 24px;
}

.event-programs .result-search-img-cont {
    position: relative;
}

.event-programs .result-search-img-cont img {
    width: 100%;
}

.event-programs .result-search-img-cont .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    color: white;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    opacity: 0.9;
}

.event-programs .event-program-short-desc {
    overflow: hidden;
}

@media (max-width: 767px) {
    .event-program-list .event-city,
    .event-program-list .duration-date {
        text-align: left;
    }
    .event-program-list .event-program-status {
        float: none;
        margin: 10px 0;
        text-align: center;
    }
    .event-program-list .event-program-status .site-btn {
        position: static;
    }
    .event-program-list .event-program-countries,
    .event-program-list .event-program-duration-text {
        min-height: 0;
    }
}