

.theme-meeting-showcase .tli-title {
    font-size: 1em;
}

.theme-meeting-showcase .tli-title a {
    color: #fff;
    text-decoration: none;
}

/**
 * Controls
 */

.tms-controls {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 50;
}

.tms-controls li {
    position: absolute;
    top: 120px;
    left: -20px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.tms-controls a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    background: #00ade5;
}

.icon-left-open-mini:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tms-controls .text {
    position: absolute;
    left: -999em;
}

.tms-controls .tms-next {
    left: auto;
    right: -20px;
    border-width: 1px;
    border-right-width: 0;
}

@media screen and (min-width: 1045px) {
    .tms-controls li {
        left: -20px;
    }

    .tms-controls .tms-next {
        left: auto;
        right: -20px;
    }
}

.tms-controls .inactive {
    opacity: .4;
}

.tms-controls .inactive a:hover {
    cursor: default;
}

/**
 * Showcase
 */

.theme-meeting-showcase {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.showcase-item-holder {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.theme-meeting-showcase .showcase-list {
    float: left;
    margin: 0;
}

.sl-item {
    float: left;
    width: 250px;
    height: 300px;
    margin: 0 20px 0 0;
    padding: 0;
    background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
    .sl-item {
        width: 270px;
    }
}

.sli-image {
    display: block;
    position: relative;
    margin: 0;
}

.sli-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 40%;
    padding: 1em;
    background-color: #00ade5;
}

.sli-introduction {
    max-height: 0;
    padding: 0;
    border: none;
    font-size: .8em;
    line-height: 1.5em;
    opacity: 0;
    transition: opacity .3s ease-in-out, max-height .3s ease-out 0.2s;
}

.sli-date,
.sli-type {
    position: absolute;
    bottom: 1em;
    left: 1em;
    display: block;
    margin: 0;
    font-size: .9em;
    color: #000;
}

.sli-type {
    display: none;
}

/** Hover styling */

.sl-item:hover .sli-introduction {
    max-height: 80px;
    opacity: 1;
    transition: opacity .3s ease-in-out, max-height .3s ease-out 0s;
}

.tli-theme:hover + .sli-details .sli-introduction {
    display: none;
}

.has-js .sl-item {
    cursor: pointer;
}

/** More */

.tmss-more-meetings {
    position: absolute;
    right: 1em;
    bottom: -2em;
    font-size: 1.2em;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.tmss-more-meetings:after {
    color: #ff0017;
}

.tmss-more-meetings:hover {
    color: #000;
    text-decoration: underline;
}

.tmss-more-meetings:hover:after {
    text-decoration: none;
}

/**
 * Pager
 */

.theme-meeting-pager {
    margin: 0;
    text-align: center;
}

.no-js .theme-meeting-pager {
    display: none;
}

.theme-meeting-pager li {
    display: inline-block;
    margin: 0 3px;
    zoom: 1;
    *display: inline;
}

.theme-meeting-pager a {
    display: block;
    width: 13px;
    height: 13px;
    text-indent: -999em;
    border-bottom: 2px solid #d6d6d6;
    background: #ededed;
}

.theme-meeting-pager a:hover {
    border-color: #b3b3b3;
    background-color: #d6d6d6;
}

.theme-meeting-pager .active a {
    border-color: #000;
    background-color: #000;
}

@media screen and (min-width: 1100px) {
    .tms-controls .tms-next,
    .tms-controls li {
        left: -20px;
        border-width: 0;
    }

    .tms-controls .tms-next {
        left: auto;
        right: -20px;
    }
}

.ie8 .tms-controls .tms-next,
.ie8 .tms-controls li {
    top: 120px;
    left: -35px;
    border-width: 0;
}

.ie8 .tms-controls .tms-next {
    left: auto;
    right: -35px;
}
.ie8 .tms-controls .tms-previous {
    left: -40px;
}

.ie8 .tms-controls .tms-next {
    right: -40px;
}