

/************************
* Slider: Backstretch
*/
#bg-slider,
#page-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 0;
}

.presentation {
    height: 100%;
    width: 100%;
    top: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto -5px;
}

#page-bg .backstretch {
    height: 100%;
}

.banner-title {
    color: #fff;
    padding-left: 20px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 100;
}

.banner-title > h2 {
    font-family: 'Raleway', sans-serif;
}


/* Scroll */
.overly-mask {
    background: url('../img/overly-mask.png') center center repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}

@-webkit-keyframes fadein
{
    0% { opacity:.3 }
    100%, 90% { opacity: 1 }
}
@-moz-keyframes fadein
{
    0% { opacity:.3 }
    100%, 90% { opacity: 1 }
}
@keyframes fadein
{
    0% { opacity:.3 }
    100%, 90% { opacity: 1 }
}

div.scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 100;
    margin-left: -24.5px;

    -webkit-animation: fadein 1s ease-in alternate infinite;
    -moz-animation: fadein 1s ease-in alternate infinite;
    animation: fadein 1s ease-in alternate infinite;
}

div.scroll span.scroll-down {
    color:#FFF;
    display:block;
    font-size:42px;
    width:16px;
    height:30px;
    border:2px solid #FFF;
    position:relative;
    margin:0 auto 5px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px
}
div.scroll span.scroll-down:before {
    content:'';
    display:block;
    position:absolute;
    top:8px;
    width:2px;
    height:4px;
    background:#FFF;
    left:50%;
    margin-left:-1px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px
}
div.scroll .scroll-text {
    text-transform:uppercase;
    font-weight:400;
    font-size:12px;
    text-align:center;
    float:left;
    color:#FFF;
    letter-spacing:1px
}


/************************
* Slider: Captions
*/
.slider-caption {
    position: relative;
    z-index: 1500;
    top: 35%;
    left: 50%;
    width: 80%;
    text-align: center;
    margin-left: -40%;
    color: #fff;
}

.slider-caption .caption-title {
    font-family: 'RalewayMedium', sans-serif;
    font-size: 48px;
}
.slider-caption .caption-description {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
}


