.field-name-social-sharing {
    padding: 10px 0;
}
.ems_social {
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    height: 42px;
    width: 42px;
    border-radius: 2px;
    padding: 10px;
    margin-right: 5px;
}

.ems_social span.ext {
    background: none;
    display: none;
}

.ems_social.facebook {
    background-color: rgb(59, 89, 152);
    padding: 10px 10px 10px 15px;
}

.facebook:before {
    content: "\f09a";
    color: #ffffff;
}

.ems_social.google {
    background-color: rgb(220, 78, 65);
    padding: 10px 10px 10px 6px;
}

.google:before {
    content: "\f0d5";
    color: #ffffff;
}

.ems_social.twitter {
    background-color: rgb(29, 161, 242);
    padding: 10px 10px 10px 11px;
}

.twitter:before {
    content: "\f099";
    color: #ffffff;
}

.ems_social.linkedin {
    background-color: rgb(0, 119, 181);
    padding: 10px 10px 10px 11px;
}

.linkedin:before {
    content: "\f0e1";
    color: #ffffff;
}

.ems_social.blogger {
    display: inline-block;
    background-color: rgb(245, 125, 0);
    padding: 0;
}

#blogger span {
    display: inline-block;
    background: url(images/blogger.svg) no-repeat 0 0;
    background-size: cover;
    height: 26px;
    width: 32px;
    margin: 5px 0 0 5px;
}

.ems_social.reddit {
    display: inline-block;
    background-color: #ff4500;
    padding: 10px;
}

.reddit:before {
    content: "\f281";
    color: #ffffff;
}

.ems_social.tumblr {
    display: inline-block;
    background-color: #35475f;
    padding: 10px 10px 10px 14px;
}

.tumblr:before {
    content: "\f173";
    color: #ffffff;
}

.ems_social.vkontakte {
    display: inline-block;
    background-color: #507299;
    padding: 10px 10px 10px 8px;
}

.vkontakte:before {
    content: "\f189";
    color: #ffffff;
}

.ems_social.livejournal {
    display: inline-block;
    background-color: rgb(245, 125, 0);
    padding: 0;
}

#livejournal span {
    display: inline-block;
    background: url(images/livejournal.svg) no-repeat 0 0;
    background-size: 23px auto;
    height: 23px;
    width: 32px;
    margin: 8px 0 0 9px;
}

.ems_social.amazon {
    display: inline-block;
    background-color: rgb(245, 125, 0);
    padding: 0;
}

.ems_social.amazon {
    display: inline-block;
    background-color: #111;
    padding: 10px;
}

.amazon:before {
    content: "\f270";
    color: #ffffff;
}

.ems_social.youtube {
    display: inline-block;
    background-color: rgb(205, 32, 31);
    padding: 10px;
}

.youtube:before {
    content: "\f16a";
    color: #ffffff;
}

input.form-checkbox.error:before,
input.form-radio.error:before {
    display: inline-block;
    color: #ed541d;
    height: 10px;
    width: 10px;
    content: 'Can\'t be activated';
    padding-left: 15px;
}