﻿/* BESPOKE */
.uc_footer[style*="background-image"] {
    background-size: cover;
    background-position: center;
}

.uc_footer[style*="background-image"] .footer,
.uc_footer[style*="background-image"] .copyright {
    background-color: transparent !important;
}

.uc_footer .gradient {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}



/* END BESPOKE */