.credit {background-color: rgba(0, 0, 0, 0.9);
                position:fixed;
                 display:block;
                bottom:5px;
                left:-123px;
                padding:2px;
                padding-right:5px;
                width:auto;
                height:16px;
                font-weight:900;
                font-size:13px;
                font-family: 'Source Sans Pro', sans-serif;
                text-align:right;
                color:#fff !important;
                z-index:999;
                cursor:pointer;
                opacity:1;
                 -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
             -webkit-transition: all 0.5s ease;
 
        -moz-transition: all 0.5s ease;
 
        transition: all 0.5s ease;
 
        -o-transition: all 0.5s ease;}
.credit a {color:#fff !important;}         
.credit:hover {left:0px;
               -webkit-transition: all 0.5s ease;
 
        -moz-transition: all 0.5s ease;
 
        transition: all 0.5s ease;
 
        -o-transition: all 0.5s ease;}