/*
* Spinner by Tobias Ahlin
* https://github.com/tobiasahlin/SpinKit
*/
.sk-spinner-pulse {
    display:none;
    width: 40px;
    height: 40px;
    position: absolute;
    top:80px;
    left:50%;
    margin-left: -20px;
    z-index:10;
    background-color: #ff7c00;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0; } }

div.teaser div.carousel-navigation {
    padding: 10px 10px 0 0
}

a.carousel-control.disabled {
    pointer-events: none;
}

a.carousel-control.disabled i {
    color: #bbb;
}

a.iCalendar>img {
    display: inline-block;
    margin-right: 3px;
    margin-top: -3px;
}

div.carousel-inner a.iCalendar>img {
    width: 13px;
}

div.list-table a.iCalendar {
    font-size: 13px;
    float:right;
}

div.list-table a.iCalendar>img {
    width: 16px;
}
