.top-hide .top{
    display: none;
}
.top{
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#540000+0,770805+100 */
    background: #540000; /* Old browsers */
    background: -moz-linear-gradient(top, #770805 0%, #540000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #770805 0%, #540000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #770805 0%, #540000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#770805', endColorstr='#540000',GradientType=0 ); /* IE6-9 */
}
.top img{
    width: 15px;
}
.footer{
    background: url(../../images/main/footerbg.png) 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: 45px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 30px;
}
.copyright{
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    line-height: 100%;
}
.copyright span,
.copyright a{
    color: #707070;
    font-size: 12px;   
    padding: 0;
    height: auto;
    display: inline-block; 
}
.copyright a:hover{
    color: #ffffff;
}
