.social label {
    float: left;
    background-color: #F06363;
    border: 1px solid #000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 0 6px 15px;
    font-family: sans-serif, fantasy, serif;
    margin-right: 9px;
}

.social label:after {
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #F06363;
    content: "";
    display: inline-block;
    position: relative;
    left: 17px;
    top: 2px;
    width: 0;
    height: 0;
}

.social ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.social .social-share li {
    float: left;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #FFFFFF;
    border-radius: 50px;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.social .social-share li:hover {
    -webkit-box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.6);
    -moz-box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0px 0px 12px rgba(255, 255, 255, 0.6);
}

.social .social-wide {
    width: 100%;
}

.social .social-wide li {
    float: left;
    width: 50%;
    cursor: pointer;
    text-align: center;
    height: 24px;
    padding-top: 6px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.social .social-wide li:hover {
    opacity: 0.8;
}

.social span {
    color: #FFFFFF;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.social .social-pages li {
    float: left;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #FFFFFF;
    margin-right: 2px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.social .social-pages li:hover {
    opacity: 0.8;
}

.social div {
    clear: both;
}


/* for vertical alignment */

.social .vertical {
    float: none !important;
}

.social .vertical-label:after {
    border-top: 8px solid #000000;
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: relative;
    left: -36px;
    top: 26px;
    width: 0;
    height: 0;
}

.social .vertical-ul {
    margin: 14px 0 0 23px;
}


/* social network styles */

.social-facebook {
    background: url("../images/facebook.png") no-repeat 0;
    background-size: 32px;
}

.social-facebook:hover {
    background: url("../images/facebook_colour_32-03.png") no-repeat 0;
    background-size: 32px;
}

.social-twitter {
    background: url("../images/twitter.png") no-repeat 0;
    background-size: 32px;
}

.social-twitter:hover {
    background: url("../images/twitter_colour_32-03.png") no-repeat 0;
    background-size: 32px;
}

.social-googleplus {
    background: url("../images/googleplus.png") no-repeat 0;
    background-size: 32px;
    transition: background;
}

.social-googleplus:hover {
    background: url("../images/google+_colour_32-03.png") no-repeat 0;
    background-size: 32px;
}


/* white background*/

.social-facebook-alt {
    background: url("../images/facebook_colour_32-03.png") no-repeat 0;
    background-size: 32px;
}

.social-facebook-alt:hover {
    background: url("../images/facebook.png") no-repeat 0;
    background-size: 32px;
}

.social-twitter-alt {
    background: url("../images/twitter_colour_32-03.png") no-repeat 0;
    background-size: 32px;
}

.social-twitter-alt:hover {
    background: url("../images/twitter.png") no-repeat 0;
    background-size: 32px;
}

.social-googleplus-alt {
    background: url("../images/google+_colour_32-03.png") no-repeat 0;
    background-size: 32px;
}

.social-googleplus-alt:hover {
    background: url("../images/googleplus.png") no-repeat 0;
    background-size: 32px;
    transition: background;
}


/** Social share **/

.social .social-share li {
    list-style: none;
}