@charset "UTF-8";

html, body {
    background: #f7f7f7;
}

.navbar .container {
    overflow: hidden;
}

.footer {
    padding: 50px !important;
    margin-top: 50px;
    border-top: 1px solid #eee;
}

.event-box .items {
    padding-top: 30px;
}

.event-box .items .item {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, .1);
}

.event-box .items .item a {
    text-decoration: none;
}

.event-box .items .item .thumb {
    display: block;
    height: 200px;
    overflow: hidden;
}

.event-box .items .item .thumb img {
    max-width: 100%;
    min-height: 100%;
}

.event-box .items .item .caption {
    padding: 20px;
}

.event-box .items .item .caption p,
.event-box .items .item .caption h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.event-box .items .item .caption h3 {
    margin: 0 0 15px;
    font-size: 20px;
}

.event-box .items .item .caption p {
    margin-bottom: 5px;
}

.event-box .items .item .caption .btn-box {
    margin-top: 15px;
}

.event-box .items .item .caption .btn-box .btn {
    width: 100px;
}

.event-box .paginate {
    margin: 10px auto 30px;
}

.event-box .paginate .pagination {
    justify-content: center;
}

.event-box .paginate li a,
.event-box .paginate li span {
    display: block;
    padding: .5rem 1rem;
    margin-left: -1px;
    background: #fff;
    border: 1px solid #efefef;
}

.event-box .paginate li a {
    text-decoration: none;
}

@media screen and (max-device-width: 736px) and (max-width: 736px), screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 736px) {
    .event-box .items {
        padding-top: 15px;
    }

    .event-box .items .item {
        margin-bottom: 20px;
    }
}