/*! http://responsiveslides.com v1.53 by @viljamis
edited by Jacob Arnold and Christopher Garcia */

#slideshow-wrap {
    margin: 0 auto;
    overflow: auto;
}
.slideshow {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5em;
}
.slideshow a {
    color: #fff;
    text-decoration: none;
}
.slideshow p,.slideshow h3, .slideshow h4, .slideshow pre {
    text-align: left;
    max-width: 540px;
    margin: 0 auto 20px;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #1a1a1a;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides .caption {
    color: #fff;
    margin: 0;
    max-width: none;
    width: 38.94325%; /* 398px / 1022px */
    float: left;
    margin-bottom: -353px;
    padding-bottom: 353px;
    text-align: left;
    font: 18px "Futura Plus W08 Medium", Arial, sans-serif;
    background: #333;
}
.rslides .caption h1 {
    padding: 1.5em 1em .5em 1.2em;
    line-height: 1.2em;
    font: 200% "Futura Plus W08 Demi", Arial, sans-serif; /*36px */
}
.rslides img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 61.05675%; /* 624px / 1022px */
    border: 0;
    float: right;
}
.rslides .caption .sub {
    display: block;
    padding: 0 2.5em;
    line-height: 1.7em;  
}
.rslides .caption .tease {
    padding-left: 0.5em;
    color: #fff !important;
    text-decoration: underline;
    font-size: 85%;
    font-weight: bold;
}
.rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 1em;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 32px;
    width: 32px;
    margin-top: -45px;
}
.rslides_nav:active {
    opacity: 1.0;
}
.rslides_nav.prev {
    right: 84px;
    background: transparent url('../images/icons/left-arrow-off.png') no-repeat;
}
.rslides_nav.pause {
    width: 34px;
    right: 50px;
    background: transparent url('../images/icons/pause-off.png') no-repeat;
}
.rslides_nav.paused {
    background: transparent url('../images/icons/pause-on.png') no-repeat;
}
.rslides_nav.next {
    left: auto;
    background: transparent url('../images/icons/right-arrow-off.png') no-repeat;
    right: 18px;
}

@media screen and (max-width: 940px) {
    .rslides .caption h1 {
        font-size: 120%;
        line-height: 1.3em;
        padding: 1.5em 2em 1em 2em;
    }

}

@media screen and (max-width: 800px) {
    .slideshow {
        margin-bottom: 1em;
    }
    .rslides img {
        width: 100%;
        float: none;
    }
    .rslides .caption {
        display: block;
        position: absolute;
        z-index: 2;
        color: #fff;
        background: #000;
        background: rgba(0,0,0, .8);
        left: 0;
        right: 0;
        bottom: 0;
        padding: 10px 20px;
        margin: 0;
        max-width: none;
        width: 100%;
        float: none;
    }
    .rslides .caption h1 {
        font-size: 1.5em;
        padding: 0;
        line-height: 1.5;
        margin-right: 125px;
    }
    .rslides .caption .sub {
        display: none;
    }
}

@media screen and (max-width: 481px) {
    .slideshow {
        margin-bottom: .5em;
    }
    .rslides .caption {
        position: relative;
        background: #000;
    }
    .rslides .caption h1 {
        padding: 0.4em;
        font: 18px "Futura Plus W08 Demi", Arial, sans-serif;
    }
}