/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 0 3.75em; /* 60px/16 = 3.75em */
    /* padding: 0; */
    *zoom: 1;
}

.bx-wrapper img {
    width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    /* -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: solid #fff 5px; */
    /* left: -5px; */
    /* background: #fff;     */    
}

/*.bx-wrapper .bx-pager,*/ /* commented by vicente */
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -0.625em; /* -10px/16 = -0.625em */ /*-30px;*/
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 3.125em; /* 50px/16 = 3.125em */
    background: url(../img/web/addons/bxSlider/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    display: inline-block; /* added by vicente */
    position: relative; /* added by vicente */
    text-align: center;
    font-size: .85em; /* 13px */
    font-family: Arial;
    font-weight: bold;
    color: #666;
    /* padding-top: 20px; */ /* commented by vicente */
    width: 8.077em; /* 105px/13 = 8.077em */; /* added by vicente */
    bottom: 0.923em; /* 12px/13 = 0.923em */ /* added by vicente */
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff; /*#666;*/
    text-indent: -769.154em; /* -9999px/13 = -769.154em */
    display: block;
    width: 0.769em; /* 10px/13 = 0.769em */
    height: 0.769em; /* 10px/13 = 0.769em */
    margin: 0 0.385em; /* 5px/13 = 0.385em */
    outline: 0;
    -moz-border-radius: 0.385em; /* 5px/13 = 0.385em */
    -webkit-border-radius: 0.385em; /* 5px/13 = 0.385em */
    border-radius: 0.385em; /* 5px/13 = 0.385em */
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ff9700; /*#000;*/
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: -0.385em; /* -5px/13 = -0.385em */ /*10px;*/
    /* background: url(../img/controls.png) no-repeat 0 -32px; */
    background: url(../img/web/common/transparent.gif);
}

.bx-wrapper .bx-next {
    right: -0.385em; /* -5px/13 = -0.385em */ /*10px;*/
    /* background: url(../img/controls.png) no-repeat -43px -32px; */
    background: url(../img/web/common/transparent.gif);
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -3.308em 0; /* -43px/13 = -3.308em */
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -1.077em; /* -14px/13 = -1.077em */ /*-16px;*/
    outline: 0;
    width: 2.462em; /* 32px/13 = 2.462em */
    height: 2.462em; /* 32px/13 = 2.462em */
    text-indent: -769.154em; /* -9999px/13 = -769.154em */
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -769.154em; /* -9999px/13 = -769.154em */
    width: 0.769em; /* 10px/13 = 0.769em */
    height: 0.846em; /* 11px/13 = 0.846em */
    outline: 0;
    background: url(../img/web/addons/bxSlider/controls.png) -6.615em -0.846em no-repeat; /* -86px/13 = -6.615em   -11px/13 = -0.846em */
    margin: 0 0.231em; /* 3px/13 = 0.231em */
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -6.615em 0; /* -86px/13 = -6.615em */
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -769.154em; /* -9999px/13 = -769.154em */
    width: 0.692em; /* 9px/13 = 0.692em */
    height: 0.846em; /* 11px/13 = 0.846em */
    outline: 0;
    background: url(../img/web/addons/bxSlider/controls.png) -6.615em -3.385em no-repeat; /* -86px/13 = -6.615em   -44px/13 = -3.385em */
    margin: 0 0.231em; /* 3px/13 = 0.231em */
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -6.615em -2.538em; /* -86px/13 = -6.615em   -33px/13 = -2.538em */
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 2.692em; /* 35px/13 = 2.692em */
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 0.769em; /* 10px/13 = 0.769em */
}