.sm_v2 li {
    float: left
}
.sm_v2 {
    width: 100%;
    background: #efefef;
    filter: alpha(opacity=90);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: .9;
    -moz-opacity: .9;
    zoom: 1;
    z-index: 1001;
    text-align: center;
    line-height: 56px;
    position: fixed;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    padding: 14px 0;
    border-top: 1px solid #dfdfdf
}
.free-quote a:hover {
    color: #F6891F
}
.sm_v2 ul {
    display: table;
    margin: 0 auto
}
.sm_v2 .count {
    width: 110px;
    height: 28px;
    line-height: 27px;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
    text-indent: 47%;
    float: right;
    color: #333;
    margin: 6px 0;
    background-size: 110px auto!important
}
.sm_v2 a {
    height: 39px;
    width: 150px;
    display: block;
    margin: 0 30px;
    background-size: 33px 33px!important
}
.sm_v2 .count-facebook a {
    background: url(../img/sm_fb.png) left center no-repeat
}
.sm_v2 .count-twitter a {
    background: url(../img/sm_tw.png) left center no-repeat
}
.sm_v2 .count-linkedin a {
    background: url(../img/sm_lk.png) left center no-repeat
}
.sm_v2 .count-googleplus a {
    background: url(../img/sm_gg.png) left center no-repeat
}
.sm_v2 .count-pinterest a {
    background: url(../img/sm_p.png) left center no-repeat
}
.sm_v2 .count-facebook .count {
    background: url(../img/sm_fb_round.png) no-repeat
}
.sm_v2 .count-twitter .count {
    background: url(../img/sm_tw_round.png) no-repeat;
}
.sm_v2 .count-linkedin .count {
    background: url(../img/sm_lk_round.png) no-repeat;
}
.sm_v2 .count-googleplus .count {
    background: url(../img/sm_gg_round.png) no-repeat;
}
.sm_v2 .count-pinterest .count {
    background: url(../img/sm_p_round.png) no-repeat;
}
@media only screen and (max-width: 1200px) {
    .social-count-plus2 li {
        margin: 0 8px;
    }
}
@media only screen and (max-width: 1120px) {
    .sm_v2 a {
        margin: 0 10px;
    }
}
@media only screen and (max-width: 1020px) {
    .sm_v2all_down {
        display: block;
    }
}
@media only screen and (max-width: 920px) {
    .sm_v2 {
        height: auto!important;
        position: relative!important;
    }
    .sm_v2 a {
        margin: 0;
    }
    .sm_v2 ul {
        display: block;
        margin: 15px auto;
        width: 340px;
        height: auto;
        overflow: hidden;
    }
    .sm_v2 ul li:last-child {
        left: 50%;
        margin-left: -60px;
        position: relative;
       /* float: none;*/
    }
    .social-count-plus2 li {
        width: 160px;
        float: left;
        margin: 15px 5px;
    }
}
@media only screen and (max-width: 500px) {
    .sm_v2 a {
        margin: 0
    }
    .sm_v2 ul {
        display: block;
        margin: 15px auto;
        width: 320px;
        height: auto;
        overflow: hidden;
    }
    .sm_v2 ul li:last-child {
        left: 50%;
        margin-left: -60px;
        position: relative;
        clear:both;
    }
    .social-count-plus2 li {
        width: 155px;
        float: left;
        margin: 15px 2px;
    }
}
