.filter-container {
    background-color: #e9e9e9;
    padding: 30px 0 10px 0;
}
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ff6b00;
}
.form-horizontal .control-label {
    text-align: left;
}
.event-container {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}
.container .row:last-child .event-container {
    border-bottom: 0;
}
.month-header {
    background-color: #ff6b00;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
    margin-bottom: 20px;
}
.event-title {
    font-size: 24px;
    color: #000000;
}
@media screen and (max-width: 767px) {
    .event-title {
        font-size: 20px;
    }
}
.event-description {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #555454;
}
@media screen and (max-width: 767px) {
    .event-description {
        font-size: 16px;
        line-height: 22px;
    }
}
a.event-link {
    color: #ff6b00;
    font-size: 17px;
}
@media screen and (max-width: 767px) {
    a.event-link {
        font-size: 15px;
        line-height: 22px;
    }
}
a.event-link:hover {
    color: #ff6b00;
    text-decoration: underline;
}
#event-carousel {
    /*margin: 30px 0;*/
}
.carousel-container {
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.carousel-indicators {
    bottom: 6px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 4px;
    background-color: #ff6b00;
    border-color: #ff6b00;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0 4px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}