﻿.copyrights {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

footer.container-fluid.text-center.foot {
    background: #222222;
    padding-top: 0px;
    padding-bottom: 0px;
    /*position: fixed;*/
    bottom: 0;
    width: 100%;
    margin-top:0px;
    margin-bottom:0px;
}


footer.container-fluid.text-center.foot-fixed {
    background: #222222;
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}



.dark-line {
    border-top: 1px solid #525252;
}

.white-txt {
    color: #FFF;
}


a.link {
    color: #008acc;
    border: 1px #666666 solid;
    padding: 5px;
    text-decoration: none;
    border-radius:5px;
}

    a.link:hover {
        background: #999999;
        color: #222222;
    }

.footimg {
    width: 5rem;
}
