/* 
    Document   : footer
    Created on : Nov 16, 2013, 12:43:16 PM
    Author     : sargisbudaghyan
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.footerRibbon{
    margin-top: 40px;
    width: 100%;
    height: 40px;
    background-color: white;
    opacity: 0.5;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: -1;
    /*margin-bottom: -20px;*/
}

.footer{
    margin-top: 40px;
    font-family: Regular;
    font-size: 14px;
    color: white;
    line-height: 40px;
    text-transform: uppercase;
    position: fixed;
    bottom: 0px;
    /*margin-bottom: -20px;*/
}

.footer img{
    width: 25px;
    padding-left: 5px;
    vertical-align: middle;
}

