#footer {
    color: rgba(255, 255, 255, 0.6);
    background: #34495D;
    background: -moz-linear-gradient(top, #4f687c 0%, #34495D 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f687c), color-stop(100%, #34495D));
    background: -webkit-linear-gradient(top, #4f687c 0%, #34495D 100%);
    background: -o-linear-gradient(top, #4f687c 0%, #313131 100%);
    background: -ms-linear-gradient(top, #4f687c 0%, #313131 100%);
    background: linear-gradient(to bottom, #4f687c 0%, #34495D 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131', GradientType=0 );
}

.mts-k {
    padding-top: 15px;
    text-align: center;
}


