.footer {
    padding-top: 47px;
    padding-bottom: 20px;

    background-color: #A0A0A0;
}
.foot-col {
    float: left;
    width: 31.9%
}

.footer ul {
    margin-bottom: 55px;
    padding-left: 0;

    list-style: none;

    color: #e3e4e5;
}
.footer .title {
    display: block;
    margin-bottom: 20px;

    color: #e3e4e5;

    text-transform: uppercase;
}
.footer li {
    margin-left: 0;
    margin-bottom: 10px;

    position: relative;
}
.footer li a {
    display: block;
    padding-left: 16px;

    color: #e3e4e5;
    text-decoration: none;
}
.footer li a:before{
    content: '';
    display: block;
    width: 7px;
    height: 10px;
    margin-top: -5px;

    background-image: url(img/sprite.svg);
    background-position: -10px -29px;
    background-repeat: no-repeat;

    position: absolute;
    top: 50%;
    left: 0;
}
.no-svg .footer li a:before{
    background-image: url(img/sprite.png);
}

.footer_twitter{
    max-width: 300px;

    float: right;
    background-color: #ffffff;
    padding: 10px;

}
.footer_twitter .twitter_title{
    height: 40px;
    padding: 10px 0 0 10px; 
}
.footer_twitter .twitter_title img{
    margin-right: 10px;
    float: left;
}
.footer_twitter .twitter_title p{
    float: left;

    color: #3a3637;
}
.footer_twitter .twitter_title p span {
    display: block;
    color: #4F26DB;
    font-size: 11px;
    line-height: 11px;
}
.footer_twitter .tweet{
    padding: 10px 0px;
}
.footer_twitter .tweet p{
    color: #504436;
    font-size: 0.8em;
    margin: 0;
}
.footer_twitter .tweet span, .footer_twitter .tweet a{
    color: #4F26DB;
}
.footer_twitter .tweet span{
    font-size: 0.8em;
}
.footer_twitter a.twitter_btn{
    display: block;

    position: relative;
}
.footer_twitter a.twitter_btn:before{
    content: '';
    display: block;
    width: 22px;
    height: 18px;
    margin-top: -9px;

    background-image: url(img/sprite.svg);
    background-position: -83px -21px;
    background-repeat: no-repeat;

    position: absolute;
    left: 30px;
    top: 50%;
}
.no-svg .footer_twitter a.twitter_btn:before {
    background-image: url(img/sprite.png);
}

@media only screen and (max-width:950px) {
    .foot-col {
        width: 50%;
    }
    .footer_twitter{
        float: none;
        clear: both;
        margin: 0 auto;
    }
}
@media only screen and (max-width:650px) {
    .foot-col {
        width: 100%;
        text-align: center;
    }
    .footer li a {
        padding-left: 0;
    }
    .footer li a:before {
        display: none;
    }
}
