/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * 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;
    padding: 0;
    overflow: hidden;
    *zoom: 1;
}

.banner ul li {
    overflow: hidden;
}

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

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

.bx-wrapper .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bxslider,
.gallery {
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    z-index: 10;
    font-weight: bold;
    color: #666;
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 100%;
    margin: auto;
}

.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-color: #303030;
    color: #EEEDDB;
    text-indent: -9999px;
    display: block;
    width: 15px;
    border: 2px solid #EEEDDB;
    height: 15px;
    overflow: hidden;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f00;
    color: #f00;
    border: 3px solid #EEEDDB;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    overflow: hidden;
    left: 1%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 30px solid #fff;
}

.bx-wrapper .bx-next {
    right: 1%;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff;
}

.bx-controls-direction {}

.bx-wrapper .bx-controls-direction a {
    outline: 0;
    top: 45%;
    position: absolute;
    font-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5px;
    background-position: center;
    text-indent: -9999px;
    z-index: 20;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    -webkit-opacity: 0.7;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
}

.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: center;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

@media(max-width:761px) {
    .bx-caption .container div.bCaps h2 {
        font-size: 16px;
        color: #fff;
        margin: 0;
        padding: 10px 0;
        text-align: center;
    }
    .bx-wrapper .bx-prev {
        display: none;
    }
    .bx-wrapper .bx-next {
        display: none;
    }
    .bx-caption {
        position: inherit !important;
    }
}

@media(min-width:761px) {
    .bx-caption {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 54;
        top: 0;
    }
    .bx-caption .container {
        background-color: transparent;
        position: relative;
        height: 100%;
    }
    .bx-caption .container div.bCaps {
        padding: 20px 10px;
        max-width: 500px;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 8%;
        margin: auto;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        -webkit-border-radius: 10px;
        text-align: center;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,000000+12,000000+27,000000+66,000000+86,000000+100&0+0,0.39+12,0.59+26,0.66+66,0.45+87,0+100 */
        background: -moz-linear-gradient(left, rgba(19, 19, 19, 0) 0%, rgba(0, 0, 0, 0.39) 12%, rgba(0, 0, 0, 0.59) 26%, rgba(0, 0, 0, 0.59) 27%, rgba(0, 0, 0, 0.66) 66%, rgba(0, 0, 0, 0.46) 86%, rgba(0, 0, 0, 0.45) 87%, rgba(0, 0, 0, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(19, 19, 19, 0) 0%, rgba(0, 0, 0, 0.39) 12%, rgba(0, 0, 0, 0.59) 26%, rgba(0, 0, 0, 0.59) 27%, rgba(0, 0, 0, 0.66) 66%, rgba(0, 0, 0, 0.46) 86%, rgba(0, 0, 0, 0.45) 87%, rgba(0, 0, 0, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(19, 19, 19, 0) 0%, rgba(0, 0, 0, 0.39) 12%, rgba(0, 0, 0, 0.59) 26%, rgba(0, 0, 0, 0.59) 27%, rgba(0, 0, 0, 0.66) 66%, rgba(0, 0, 0, 0.46) 86%, rgba(0, 0, 0, 0.45) 87%, rgba(0, 0, 0, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00131313', endColorstr='#00000000', GradientType=1);
        /* IE6-9 */
    }
    .bx-caption .container div.bCaps h2 {
        font-size: 35px;
        text-transform: uppercase !important;
        color: #ff9921 !important;
    }
    .bx-caption .container div.bCaps h4 {
        font-size: 20px;
    }
    .bx-caption .container div.bCaps h4,
    .bx-caption .container div.bCaps h2 {
        color: #fff;
        margin: 5px 0;
        text-transform: capitalize;
        border-radius: 4px;
    }
    .bx-caption .container div.bCaps h4 {
        color: #fff;
    }
    .bx-caption p {
        color: #dfdfdf;
    }
}

div.bCapsAnim {
    animation: ripple 1s ease-in-out;
    -moz-animation: ripple 1s ease-in-out;
    -ms-animation: ripple 1s ease-in-out;
    -o-animation: ripple 1s ease-in-out;
    -webkit-animation: ripple 0.5s ease-in-out;
}

@keyframes ripple {
    0% {
        transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
    }
}

@-webkit-keyframes ripple {
    0% {
        transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
    }
}

@-moz-keyframes ripple {
    0% {
        transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
    }
}

@-o-keyframes ripple {
    0% {
        transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
    }
}

@-ms-keyframes ripple {
    0% {
        transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -webkit-opacity: 0;
    }
    100% {
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -webkit-opacity: 1;
    }
}