/**
 * 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;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    width:100%;
    max-width:unset !important;
    
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);
         background: #fff;
         
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.rssfeed .button{ 
    display:block;
    margin-top:20px;  
    margin-bottom:20px;  
    color:#fff;  
    margin-left: auto;
    margin-right: auto;
    background-color: #E2007A;
}

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




/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;

    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
