.flexslider {
    background: none;
    border: none;
}
.views-field-title {
    width: 50%;
    float: left;
    padding-right: 60px;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.6em;
}
.views-field-title a {
    color: #fff !important;
    font-size: 1.3em;
}
.views-field-field-image, .views-field-field-event-image {
    width: 50%;
    float: right;
    padding-left: 50px;
}
.views-field-field-slider-text, .views-field-field-event-description-short {
    width: 50%;
    float: left;
    padding-right: 60px;
    font-size: 1.3em;
}
.flex-control-paging li a {
    background: #fff;
}
.flex-control-paging li a.flex-active {
    background: #666;
}
.flex-direction-nav a {
    height: 55px !important;
    width: 30px !important;
}
.flex-direction-nav a:before {
    color: #fff !important;
}

/* Styles for Bootstrap's col-lg grid */
@media only screen and (max-width: 991px) {
    .views-field-title {
        width: 100%;
        float: none;
    }
    .views-field-field-image, .views-field-field-event-image {
        width: 100%;
        float: none;
        padding: 0 0 10px;
    }
    .views-field-body, .views-field-field-event-description-short {
        width: 100%;
        float: none;
    }
}

/*
.views_slideshow_cycle_slide {
    width: 100% !important;
}
.field-content {
    font-size: 1.2em;
    color: #fff !important;
}
.field-content a {
    font-weight: bold;
    font-size: 1.2em;
    color: #fff !important;
}
.views-field-field-image {
    float: right;
    width: 50%;
}
#discover img {
    width: 100%
}
.views-field-title {
    float: left;
    width: 50%;
}
.views-field-body {
    float: left;
    width: 50%;
}
.views-slideshow-controls-bottom {
    text-align: right;
}
.views_slideshow_controls_text_previous {
    display: inline-block;
    width: 24px;
    height: 16px;
    font-size: 1px;
    color: #444;
}
#views_slideshow_controls_text_pause_front_page_features-block_1 {
    display: none;
}
.views_slideshow_controls_text_next {
    display: inline-block;
    width: 24px;
    height: 16px;
    font-size: 1px;
    color: #444;
}
*/