/* Disable WhatsApp button on Desktop - Tutorial link: http://fss.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .fss-whatsapp {
        display: none !important;
    }
}

.fss-link {
    color: white;
    cursor: pointer;
    text-decoration: none;

    height: 50px;
    width: 50px;
    position: relative;
    font-size: 0;
    box-shadow: none;
    background-image: url('social-icons.png');
    display: block;
}

.fss-link:hover,.fss-link:active {
    color: white;
}

.fss-twitter {
    background-color: #00aced;
}

.fss-twitter:hover,.fss-twitter:active {
    background-color: #0084b4;
}

.fss-facebook {
    background-color: #3B5997;
}

.fss-facebook:hover,.fss-facebook:active {
    background-color: #2d4372;
}

.fss-googleplus {
    background-color: #D64937;
}

.fss-googleplus:hover,.fss-googleplus:active {
    background-color: #b53525;
}

.fss-buffer {
    background-color: #444;
}

.fss-buffer:hover,.fss-buffer:active {
    background-color: #222;
}

.fss-pinterest {
    background-color: #bd081c;
}

.fss-pinterest:hover,.fss-pinterest:active {
    background-color: #bd081c;
}

.fss-linkedin {
    background-color: #0074A1;
}

.fss-linkedin:hover,.fss-linkedin:active {
    background-color: #006288;
}

.fss-whatsapp {
    background-color: #43d854;
}

.fss-whatsapp:hover,.fss-whatsapp:active {
    background-color: #009688;
}

.ftd-social {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    position: fixed;
    right: 0;
    top: 200px;
    z-index: 1000;
    background: #FFF;
}
.fss-link:last-child{
    margin-right: 0;
}
.fss-link:hover{
    opacity: .75;
}
.fss-twitter{
    background-position: -50px 0;
}
.fss-linkedin{
    background-position:  -68px 0;
}
.fss-googleplus{
    background-position: -100px 0;
}
.fss-whatsapp{
    background-position: 66px 0;
}
.fss-pinterest{
    background-position: 100px 0;
}
.fss-mail {
    background-position: -150px 0;
}

.fss-toggle {
    display: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    font-size: 0px;
    background: url('share-icon.png') no-repeat #00854a;
}

.fss-links {

}

@media (max-width: 767px) {
    .ftd-social {
        bottom: 5px;
        right: 5px;
        top: auto;
    }
    .fss-toggle {
        display: block;
    }
    .fss-links {
        display: none;
    }
}
@media (min-width: 768px) {
    .fss-links {
        display: block !important;
    }
}