.content-wo {
    position: relative;
    padding-bottom: 231px;
    min-height: 300px;
    overflow: hidden;
    background-color: #def1fd;
    -webkit-transition: background-color .3s ease;
-moz-transition: background-color .3s ease;
-ms-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
}

.content-wo .loading-pane {
    display: none;
    position: absolute;
    z-index: 500;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;     -webkit-transition: height .3s ease, background .3s ease, background-position 0s;
-moz-transition: height .3s ease, background .3s ease, background-position 0s;
-ms-transition: height .3s ease, background .3s ease, background-position 0s;
-o-transition: height .3s ease, background .3s ease, background-position 0s;
transition: height .3s ease, background .3s ease, background-position 0s;
    height: 20px !important;


    /*
    background: url('/site/img/spinner/al-20-1.gif') no-repeat center center;
    background: url('/site/img/spinner/al-25-1.gif') no-repeat center center;
    background: url('/site/img/spinner/al-32-1.gif') no-repeat center center;
    background: url('/site/img/spinner/al-36-1.gif') no-repeat center center;
    */
    background: url('/site/img/spinner/al-2-0.gif') no-repeat 99.6% center !important;
}
.content-wo.-busy .loading-pane {
    display: block;
        -webkit-animation: 750ms cubic-bezier(0.165,0.84,0.44,1) 2.5s forwards long-wait; -moz-animation: 750ms cubic-bezier(0.165,0.84,0.44,1) 2.5s forwards long-wait; -o-animation: 750ms cubic-bezier(0.165,0.84,0.44,1) 2.5s forwards long-wait; animation: 750ms cubic-bezier(0.165,0.84,0.44,1) 2.5s forwards long-wait;
}
@-webkit-keyframes long-wait { 100% { background-position: 50% center } } @-moz-keyframes long-wait { 100% { background-position: 50% center } } @-o-keyframes long-wait { 100% { background-position: 50% center } } @keyframes long-wait { 100% { background-position: 50% center } }
.content-slides {
    position: relative;

    -outline: 2px dashed blueviolet;
}

.content-slide {
    display: block;
}
.content-slide.-current {
    position: relative;
}
.content-slide.-new {
    position: absolute;
    top: 0;
}

@media (max-width: 1075px) {
    .content-wo {
        background-color: #ffffff;
    }
    .content-wo .loading-pane {
        background-image: url('/site/img/spinner/al-2-2.gif')
    }
}

@media (max-width: 810px) {
    .content-wo {
        padding-bottom: 316px;
    }
    .content-wo .loading-pane {
        height: 26px;
    }
}

@media (max-width: 480px) {
    .content-wo {
        padding-bottom: 0;
    }
    .content-wo .loading-pane {
        height: 23px;
    }
}