.layout-footer .social ul > li {
    border: 1px solid;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.layout-footer .social .icon:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.layout-footer .short-dash {
    background-color: #fff;
    width: 40px;
    height: 3px;
    display: block;
    margin-top: 8px;
}

.layout-footer-bottom {
    background: #344219;
    color: #d1d1d1;
    padding: 5px 0;
}


@media (max-width: 767px) {
    .pull-right.footer-links {
        margin-top: 10px;
    }
    .pull-right.poweredby {
        float: left !important;
    }
}