#mbe-events-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}

#mbe-events-container .mbe-container .mbe-col-3 {
    width: 33%;
    float: left;
}

#mbe-events-container .mbe-single-event-inner-container {
    padding: 10px;
    margin: 5px;
    border: 1px solid #EDEDED;
    height: 485px;
    position: relative;
}

.mbe-single-event-inner-image {
    height: 200px;
    background-size: cover !important;
}

.mbe-single-event-inner-image-click {
    cursor: pointer;
}

.mbe-single-event-inner-title h3 {
    font-size: 22px;
    line-height: 1;
    margin-top: 13px;
    margin-bottom: 13px;
}

.mbe-single-event-inner-meta {
    position: absolute;
    bottom: 16px;
    text-align: right;
    width: 95%;
}

.mbe-single-event-inner-meta a {
    background: #05bfd8;
    padding: 10px;
    color: #FFF;
}

.mbe-clear {
    clear: both;
}

#mbe-link-out p {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.mbe-single-event-inner-image-details {
    height: 300px;
    width: 100%;
    background-size: cover !important;
    margin-bottom: 15px;
}

.mbe-single-event-inner-image-snipe {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 80px 80px 0 0;
}

.mbe-single-event-inner-line-1 {
    transform: rotate(-42deg);
    color: #FFF;
    display: block;
    font-size: 20px;
    /* background: #000; */
    position: absolute;
    top: 15px;
    left: 17px;
}

.mbe-single-event-inner-line-2 {
    transform: rotate(-45deg);
    color: #FFF;
    display: block;
    font-size: 20px;
    /* background: #000; */
    position: absolute;
    top: 27px;
    left: 24px;
}

/* FEATURED EVENTS */

#mbe-events-featured h3 {
    font-size: 20px;
    text-align: center;
}

h4.mbe-non-featured-heading {
    font-size: 20px;
    text-align: center;
}

#mbe-search-container {
    margin-bottom: 25px;
}

#mbe_search_container_left {
    float: left;
    width: 50%;
}

#mbe_search_container_left_left {
    float: left;
    width: 15%;
}

#mbe_search_container_left_left img {
    width: 100%;
}

#mbe_search_container_left_right {
    float: left;
    width: 75%;
}

#mbe_search_container_left_right h5 {
    margin: 0px;
    margin-top: 7px;
    font-size: 20px;
}

#mbe_search_container_left_right p {
    font-size: 17px;
}

#mbe_search_container_right {
    float: left;
    width: 50%;
}

#mbe_search_container_right h5 {
    margin: 0px;
    margin-top: 7px;
    font-size: 20px;
    text-align: right;
}

#mbe_search_container_right p {
    font-size: 17px;
    text-align: right;
}

#mbe_search_container_right_left {
    float: left;
    width: 75%;
}

#mbe_search_container_right_right {
    float: left;
    width: 15%;
}

#mbe_search_container_right_right img {
    width: 100%;
}

.mbe-search-date-field-group label {
    display: block;
}

.mbe-search-date-field-group input[type="text"]{
    width: 95%;
    border: 1px solid #EDEDED;
    height: 37px;
}

#mbe-search-arrive {
    float: left;
    width: 33%;
}

#mbe-search-depart {
    float: left;
    width: 33%;
}

#mbe-search-search-btn {
    float: left;
    width: 33%;
}

#mbe-search-search-btn input {
    background: #05bfd8;
    padding: 5px;
    color: #FFF;
    width: 90%;
    height: 37px;
}

#mbe_search_container_right label {
    text-align: right;
}

#mbe_search_container_right .mbe-search-field-group {
    max-width: 89%;
}

#mbe-search-search-keywords input {
    width: 100%;
}

#reset_mbe_search {
    background: #F4B03E;
    padding: 5px;
    color: #fff;
    width: 40%;
    height: 37px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 7px;
    display: none;
}

#reset_mbe_search.active-search {
    display: inline-block;
}

#mbe_search_button.active-search {
    width: 40%;
}

.brm_mb_events_single_event_about_header label {
    display: inline-block;
}

#mbe-events-container .bx-wrapper {
    margin-bottom: 30px;
}
.mbe-events-featured-single-right {
    width: 100%;
    padding-top: 50%;
    background-size: cover!important;
}
.mbe-events-featured-single-left,
.mbe-events-featured-single-left h4 {
    color: #fff;
}
.mbe-events-featured-single-left {
    padding: 15px;
    line-height: 1.25em;
    background: #565656;
    background: -moz-linear-gradient(top,#565656 0%,#383838 100%);
    background: -webkit-linear-gradient(top,#565656 0%,#383838 100%);
    background: linear-gradient(to bottom,#565656 0%,#383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656',endColorstr='#383838',GradientType=0 );
}
.mbe-events-featured-single-left h4 a,
.mbe-events-featured-date {
    font-weight: 700;
    line-height: 1.5em;
}
.mbe-events-featured-single-left h4 a {
    -webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 3em;
	margin-bottom: 15px;
}
.mbe-events-featured-date {
    display: inline-block;
    margin-bottom: 5px;
}
.mbe-events-featured-button {
    display: inline-block;
    padding: 7px 13px;
    border: 1px solid #fff;
    margin-top: 15px;
}
.mbe-events-container .bx-viewport li {
    overflow: hidden;
}
.mbe-events-featured-single-left .mbe-events-featured-description {
    margin-top: 0px;
    -webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.25em;
	height: 6em;
}

@media (min-width: 991px){
    .mbe-events-featured-single-left {
        max-width: 33.333333%;
        position: absolute;
        top: 0;
        bottom: 0;
        float: left;
    }
    .mbe-events-featured-single-right {
        max-width: 66.666666%;
        padding-top: 33%;
        float: right;
    }
    #mbe-events-container .bx-wrapper .bx-controls-direction a {
        top: 50%;
    }
    #mbe-events-container .bx-wrapper .bx-prev {
        left: 33.333333%;
        margin-left: 10px;
    }
}

@media (max-width: 790px){
    #mbe_search_container_left,
    #mbe_search_container_right {
        width: 100%;
    }
    #mbe_search_container_right {
        margin-top: 15px;
    }

    #mbe-events-container .mbe-container .mbe-col-3 {
        width: 100%;
    }

    #mbe-events-container .mbe-single-event-inner-container {
        height: auto;
    }
}
