/**
 * 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 {
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

    .bx-wrapper img {
        height: 400px;
        width: 100%;
        display: block;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        left: 0px;
    }


    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        /*background: url(images/bx_loader.gif) center center no-repeat;*/
        /*height: 100%;
	width: 100%; */
        height: 400px;
        width: 1920px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        background: #151515;
        padding: 8px;
        width: auto;
        float: left;
        position: absolute;
        right: 10px;
        bottom: 0px;
        border: 1px solid #000;
        border-bottom: none;
        -webkit-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
        z-index: 10;
    }

        .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 {
            float: left;
            width: 11px;
            height: 11px;
            margin: 0px 3px;
            background: url(images/slidernav-icon.png) no-repeat;
            display: block;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms- transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
            text-indent: -9999px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background-position: 0px -15px;
            }

.bx-controls {
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 30px;
    /*background: url(images/bx-slider-arrows.png) no-repeat 0px 0px;
    background-size: cover;*/
    display: inline-block;
}


.bx-wrapper .bx-next {
    right: 30px;
    /*background: url(images/bx-slider-arrows.png) no-repeat -39px 0px;
    background-size: cover;*/
    width: auto;
    height: 96px;
}


.bx-controls-direction {
    width: 100%;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 45%;
    margin-top: -16px;
    outline: 0;
    z-index: 80;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
    text-indent: 0;
}
    .bx-wrapper .bx-controls-direction a i {
        border-radius: 50%;
        font-size: 24px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #dddddd;
        color: #ff6a00;
    }
    .bx-wrapper .bx-controls-direction a:hover i {
        background: #eeeeee;
    }

    .bx-wrapper .bx-controls-direction a:hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .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: -9999px;
        width: 10px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -11px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start.active {
            background-position: -86px 0;
        }

    .bx-wrapper .bx-controls-auto .bx-stop {
        display: block;
        text-indent: -9999px;
        width: 9px;
        height: 11px;
        outline: 0;
        background: url(images/controls.png) -86px -44px no-repeat;
        margin: 0 3px;
    }

        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-position: -86px -33px;
        }

/* 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: 35px;
}

/* 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: 10px;
    }

ul.bxslider {
    padding: 0px;
    margin: 0px;
}

    /*ul.bxslider li a { display:block; width:100%; height:400px;}*/
    ul.bxslider li {
        text-align: center;
        height: 400px;
        overflow: hidden;
        width: 100% !important;
        background-position: center top !important;
    }

ul.wrapMovie li {
    width: 113px !important;
}
