.social-box {
    display: block;
    margin: -20px 0 40px;
    padding: 0;
}

.social-box:last-of-type {
    margin: 0 0 40px;
}

.social-btn {
    display: block;
    width: 100%;
}

a.col-1.sbtn {
    width: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 10px 0;
    font-size: 15px;
    font-family: Roboto;
    letter-spacing: 0;
    text-decoration: none !important;
}

a.col-1.sbtn span {
    margin: 0 0 0 11px;
}

/*a.col-1.sbtn {
    width: 6%;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 0 0;
    line-height: 1.825 !important;
    max-width: 50px;
    min-width: 50px;
}*/

.s-twitter {
	background: #03A9F4;
}
.s-twitter::before {
    font-family: fssbtn;
    content: '\f099';
}
.s-twitter:hover {
    background: #0093d6;
}


.s-facebook {
	background: #3F51B5;
}
.s-facebook::before {
    font-family: fssbtn;
    content: '\f30c';
}
a.col-1.sbtn.s-facebook:hover {
    background: #2f409f;
}



.s-googleplus {
	background: #F44336;
}
.s-googleplus::before {
    font-family: fssbtn;
    content: '\f30f';
}
.s-googleplus:hover {
    background: #c82c21;
}



.s-whatsapp {
	background: #4CAF50;
}
.s-whatsapp::before {
    font-family: fssbtn;
    content: '\f232';
}
a.col-1.sbtn.s-whatsapp:hover {
    background: #3d9440;
}



.s-linkedin {
	background: #1a7baa;
}
.s-linkedin::before {
    font-family: fssbtn;
    content: '\f318';
}
a.col-1.sbtn.s-linkedin:hover {
    background: #136288;
}


.s-pinterest {
	background: #bd081c;
}
.s-pinterest::before {
    font-family: fssbtn;
    content: '\f312';
}
a.col-1.sbtn.s-pinterest:hover {
    background: #a10718;
}



.s-buffer {
	background: #ced7df;
}
.s-buffer::before {
    font-family: fssbtn;
    content: '\e804';
}
a.col-1.sbtn.s-buffer:hover {
    background: #c3c5c8;
}

/********************************
////// Important
*******************************/

.social-btn a:last-of-type {
    margin: 0;
}