/***************
*
*  1. Arrows
*
****************/
.rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsVer .rsArrow {
    width: 100%;
    height: 44px;
}

.rsVer .rsArrowLeft {
    top: 0;
    left: 0;
}

.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}

.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
}

.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}

.rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    *background-color: #000;
    border-radius: 2px;
}

.rsArrowIcn:hover {
    background-color: rgba(0,0,0,0.9);
}

.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px;
}

.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px;
}

.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
}

.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
}

.rsArrowDisabled .rsArrowIcn {
    opacity: .2;
    filter: alpha(opacity=20);
    *display: none;
}

.loader {
    height: 100%;
    position: fixed;
    width: 100%;
    background: #424b51;
    top: 0;
    z-index: 9999;
    background: url(../images/loading_gif.gif) center center no-repeat #424b51;
    background-size: 45px 32px;
}

.lt-ie10 .loader {
    background: url(../images/loading_gif_low.gif) center center no-repeat;
    background-size: 45px 32px;
}

#full-width-slider .rsOverflow {
    width: 100% !important;
}

#full-width-slider .container {
    position: relative;
    height: 100%;
    z-index: 10;
}


#full-width-slider a.rsImg {
    display: none;
}

#full-width-slider .rsImg {
    max-width: none;
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-transform: translateZ(0);
}

#full-width-slider {
    width: 100%;
    z-index: 5;
    overflow: hidden;
}

#full-width-slider .rsContent {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.js #full-width-slider {
    background: url(../img/loading_gif.gif) center center no-repeat;
    background-size: 45px 32px;
}

.lt-ie10.js #full-width-slider {
    background: url(../img/loading_gif_low.gif) center center no-repeat;
    background-size: 45px 32px;
}

.js #full-width-slider.pronto,
.lt-ie10.js #full-width-slider.pronto
{
    background-image: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    line-height: 8px;
    overflow: hidden;
    display: none;
}

.rsBullet {
    display: inline-block;
    *display:inline;
    *zoom:1;
    padding: 6px 5px 6px;
}

.rsBullet span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #777;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
}

.rsBullet.rsNavSelected span {
    background-color: #FFF;
    cursor: default;
}


.home #full-width-slider .rsBullets {
    display: block
}


/** DELAY **/
.delay03 {
    -moz-animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay05 {
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay08 {
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay12 {
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}



