.footer {
    border-top: 4px solid #e8e8e8;
    padding-top: 20px;
    font-size:11px;
    color: #444;
    margin-top: 20px;
}
    .footer .footer-links {
        background-color: #f2f2f2;
        padding: 30px;
        position: relative;
    }
        .footer-links .f-block {
            padding-bottom: 10px;
            border-bottom: 1px solid #E3E3E3;
            margin-bottom: 10px;
        }
        .footer-links .odev-block {
            position: absolute;
            bottom: 25px;
            left: 30px;
            font-size: 12px;
            color: #999;
        }
        .odev-block a {
            display: inline-block;
            width: 76px;
            height: 28px;
            background: url('https://www.otpusk.com/info/img/odev-logo.png') no-repeat center center;
            text-decoration: none;
            margin: 0 5px 0 0;
            color: transparent;
            }
            .odev-block a span {
                position: absolute;
                font-size: 0;
            }
            .odev-block span {
                display: inline-block;
                line-height: 12px;
            }
        .footer-links .bot-side, .bot-side .f-block{
            border-bottom:none;
            margin-bottom:0;
            padding-bottom:0;
        }
        .bot-side {
            padding-top:10px;
        }
            .bot-side .span6 {
                font-size:12px;
                color: #999;
                width: 50%;
            }
                .bot-side .span6:first-child {
                    padding-right:1.5%;
                }
                .bot-side .span6:first-child a {
                    white-space:nowrap;
                }
                .bot-side .span6 b {
                    color: #333;
                }
                .bot-side .text {
                    border-left: 1px solid #E3E3E3;
                    margin-left:0;
                    padding-left:2%;
                }
                    .bot-side .text p {
                        margin-top:0;
                        margin-bottom:10px;
                    }
    .footer a {
        color: #00A6C9;
        font-size: 13px;
        text-decoration:none;
        line-height: 140%;
    }
    .footer a:hover {
        text-decoration: underline;
    }
    .footer .logo {
        font-size:17px;
        padding:5px;
        background-color: #f2f2f2;
        margin: -10px 15px 0 -95px;
        display:block;
    }
    .footer .span3 ul {
        width: 100%;
        padding-left: 0;
        overflow: hidden;
        margin:0;
    }
        .footer .span3 li {
            float: left;
            list-style-type: none;
            width:90%;
            background: url("../img/public/line.png") repeat-x scroll left 6px transparent;
        }
        .footer .span3 a, .footer .span3 span {
            position: relative;
            background-color: #F2F2F2;
            z-index:0;
        }
        .footer .span3 a {
            /*padding-right: 7px;*/
        }
        .footer .span3 span {
            color: #A3A3A3;
            float: right;
            font-size: 11px;
            margin-top: 4px;
            padding-left: 7px;
        }
    .footer .popular-places {
        text-align: center;
        font: bold 14px 'PT Sans', helvetica, sans-serif;
        text-transform: uppercase;
        margin-bottom:11px;
    }
    .footer .rm-snpt {
        margin-bottom:5px;
    }
