/*.social-share :hover,
.social-share li a:hover {
    transform: none;
    color: #fff;

    background: rgba(226,0,26,1);
}*/

.social-share {
    padding-left: 0
}

.social-share li {
    display: inline-block;
    margin-right: 0px
}

.social-share li a {
    color: #fff;
    display: inline-block;
    text-align: center;
    transition: transform .5s
}

.social-share-lg li a {
    margin-right: 5px;
    color: #c9c9c9;
    border: 1px solid #c9c9c9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: transparent;
}

.social-share-lg li a:hover{
	border: 1px solid rgba(226,0,26,1);
	background-color: rgba(226,0,26,1);
}


.social-share-xs li a {
    margin-right: 5px;
    color: #c9c9c9;
    border: 1px solid #c9c9c9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: transparent;
}

.social-share-xs li a:hover{
    border: 1px solid rgba(226,0,26,1);
    background-color: rgba(226,0,26,1);
}


.social-share-sm li a {
    margin-right: 5px;
    color: #c9c9c9;
    border: 1px solid #c9c9c9;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: transparent;
}

.social-share-sm li a:hover{
    border: 1px solid rgba(226,0,26,1);
    background-color: rgba(226,0,26,1);
}


.social-share-md li a {
	color: #000;
	font-size: 26px;
    border: 0px solid #c9c9c9;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 0px;
    background-color: rgba(220,220,220,1);

}



/**/

.social-share-dialog-bg {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s background
}

.social-share-dialog-bg.show {
    background: rgba(0, 0, 0, .8)
}

.social-share-dialog {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 286px;
    height: 322px;
    margin-top: -150px;
    margin-left: -143px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    background: #fff;
    transition: opacity .8s
}

.social-share-dialog-bg.show .social-share-dialog {
    opacity: 1
}

.social-share-dialog .dialog-header {
    padding: 15px 15px 5px
}

.social-share-dialog .dialog-header .dismiss {
    float: right;
    font-weight: 700;
    cursor: pointer
}

.social-share-dialog .dialog-body {
    padding: 10px 15px
}