.swiper-container {
    margin-bottom: 30px;
}
.swiper-slide {
    text-align: center;
}

.accordion-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.accordion-container {
    position: relative;
}
.accordion-container a.item,
.accordion-container a span.mask{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.video {
    position: relative;
}
.video .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../img/play-icon.png") center center no-repeat scroll transparent;
    width: 100%;
}

.events {
    margin-top: 30px;
}
.events header {
    border-bottom: 4px solid #f2e9de;
    margin-bottom: 20px;
}
.events header div {
    width: 100px;
    margin: 0 auto -4px auto;
    padding-top: 2px;
    border-bottom: 4px solid #00785D;
    text-align: center;
}
.events header span {
    color: #00785D;
    font-size: 18px;
}
.events .arrow-down {
    display: inline-block;
    height: 10px;
    border-top: 11px solid #00785D;
    border-left: 11px solid #fff;
    border-right: 11px solid #fff;
    border-bottom: none;
}
.events .more {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    margin-bottom: 20px;
}
.events .more a {
    display: block;
    color: #000000;
    height: 36px;
    line-height: 36px;
    width: 136px;
    margin-left: auto;
    margin-top: -18px;
    margin-right: auto;
    background-color: #ccc;
    text-decoration: none;

    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.events .more a.loading {
    text-indent: -100000px;
    width: 36px;
    background: url("../img/floating-rays.gif") center center no-repeat scroll #fff;
    -webkit-box-shadow: 0 0 3px 0 #ccc;
    -moz-box-shadow: 0 0 3px 0 #ccc;
    box-shadow: 0 0 3px 0 #ccc;
}

.events .col-md-6 {
    margin-bottom: 10px;
}
a.event {
    color: #000000;
    display: block;
    position: relative;
    height: 120px;
    padding: 15px 15px 15px 120px;
    background-color: #e1e1e1;
    overflow: hidden;
}
a.event:hover {
    background-color: #f2e9de;
    text-decoration: none;
}
a.event .published-at {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 15px;
    top: 15px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
}
a.event .published-at .month {
    font-size: 14px;
    line-height: 40px;
}
a.event .published-at .date {
    font-size: 38px;
    line-height: 40px;
}
a.event .title {
    color: #00785D;
    font-size: 14px;
    margin-bottom: 10px;
}
a.event p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .favorite .col-xs-6 {
        margin-bottom: 10px;
    }

    a.event {
        height: auto;
    }
}

a.event {
    color: #000000;
    display: block;
    position: relative;
    /*min-height: 120px;*/
    padding: 15px 15px 15px 120px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px ;
}
a.event:hover {
    background-color: #cfe9eb;
    text-decoration: none;
}
a.event:hover .title   {
    color: #00785d;
}
a.event:hover p {
   color: #00785d;
}
a.event:hover .published-at .month{
    color: #fff;
}
a.event:hover .published-at .date {
    color: #fff;
}
a.event:hover .published-at {
   border: 1px solid #fff;
}
a.event .published-at {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 15px;
    top: 15px;
    text-align: center;
    color: #fff;
    border: 1px solid #ccc;
}
a.event .published-at .month {
    font-size: 14px;
    line-height: 40px;
    color: #ccc;
}
a.event .published-at .date {
    font-size: 38px;
    line-height: 40px;
    color: #ccc;
}
a.event .title {
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}
a.event p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}
.more-news a{
    color: #666666 !important;
}
