.bg-footer {
    background-color: #fff;
    color: #313131;
    margin-top: 25px;
	text-align: center;
}

.foot-bottom {
    background-color: #fff;
	position: relative;
}

.foot-bottom:before {
    content: "";
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 400px 0 #e91c22 inset, 800px 0 #000 inset, 1100px 0 #e91c22 inset, 1700px 0 #000 inset;
}

ul.social-buttons-footer {
	text-align:center;
	padding-top: 10px;
}

ul.social-buttons-footer li {
	float:none;
}

ul.social-buttons-footer li a {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    font-size: 17px;
    line-height: 40px;
    outline: 0;
    color: #080808;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    /* background-color: #f1f1f1; */
    /* border: solid 2px #152342;*/
}

ul.social-buttons-footer li a:hover{	
    color: #00aae0;
    /*background-color: #29cccc;*/
}