
/* espa-banner styles */
/* ------------------ */
#espa_logo_fixed {
    cursor: pointer!important;
    height: 152px!important;
    padding: 0;
    background: #f9f6f6;
    position: fixed;
    top: 215px;
    right: 0;
    z-index: 1000;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
#espa_logo_fixed a, #espa_logo_fixed img {
    height: 100%!important;
    display: block;
}
#espa_logo_fixed.away {
    position: fixed;
    top: 215px;
    right: -280px;
}
/* ------------------ */
