﻿.social-sharing .modal-body {
    padding: 20px !important;
    text-align: center !important;
}


.img-wrap { cursor:pointer;color: transparent;}

.home-page-icon, .social-sharing { float:left; } 
.home-page-icon-ar, .social-sharing-ar { float:right; }  
.home-page-icon-ar{ padding-top:5px;}
.social-sharing, .social-sharing-ar {padding: 0 6px;} 


.img-wrap { cursor:pointer;color: transparent;} 
.share-btn-wrp {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 48px;
	left: 0px;
	position: fixed;
	z-index:999999;
	bottom:45%;
}
.share-btn-wrp .button-wrap{
	text-indent:-100000px;
	width:32px;
	height: 32px;
	cursor:pointer;
	-webkit-transition: all .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: all .5s ease;
}
.share-btn-wrp > .facebook{
	background: url(images/fb-icon.jpg) no-repeat;
}
.share-btn-wrp > .facebook:hover{
	background: url(images/fb-icon-hover.jpg) no-repeat;
	width:48px;
}
.share-btn-wrp > .twitter{
	background: url(images/twitter-icon.jpg) no-repeat;
}
.share-btn-wrp > .twitter:hover{
	background: url(images/twitter-icon-hover.jpg) no-repeat;
	width:48px;
}
.share-btn-wrp > .instagram{
	background: url(images/share-icons.png) no-repeat -54px -96px;
}
.share-btn-wrp > .instagram:hover{
	background: url(images/share-icons.png) no-repeat -5px -96px;
	width:48px;
}
.share-btn-wrp > .youtube{
	background: url(images/share-icons.png) no-repeat -54px -144px;
}
.share-btn-wrp > .youtube:hover{
	background: url(images/share-icons.png) no-repeat -5px -144px;
	width:48px;
}
.share-btn-wrp > .digg{
	background: url(images/share-icons.png) no-repeat -54px -96px;
}
.share-btn-wrp > .digg:hover{
	background: url(images/share-icons.png) no-repeat -5px -96px;
	width:48px;
}
.share-btn-wrp > .stumbleupon{
	background: url(images/share-icons.png) no-repeat -54px -144px;
}
.share-btn-wrp > .stumbleupon:hover{
	background: url(images/share-icons.png) no-repeat -5px -144px;
	width:48px;
}
.share-btn-wrp > .delicious{
	background: url(images/share-icons.png) no-repeat -54px -192px;
}
.share-btn-wrp > .delicious:hover{
	background: url(images/share-icons.png) no-repeat -5px -192px;
	width:48px;
}
.share-btn-wrp > .gplus{
	background: url(images/g-plus-icon.jpg) no-repeat;
}
.share-btn-wrp > .gplus:hover{
	background: url(images/g-plus-icon-hover.jpg) no-repeat;
	width:48px;
}
.share-btn-wrp > .rss{
	background: url(images/share-icons.png) no-repeat -54px -336px;
}
.share-btn-wrp > .rss:hover{
	background: url(images/share-icons.png) no-repeat -5px -336px;
	width:48px;
}
.share-btn-wrp > .linkedin{
	background: url(images/linkedin-icon.jpg) no-repeat;
}
.share-btn-wrp > .linkedin:hover{
	background: url(images/linkedin-icon-hover.jpg) no-repeat;
	width:48px;
}
.share-btn-wrp > .email{
	background: url(images/share-icons.png) no-repeat -54px -576px;
}
.share-btn-wrp > .email:hover{
	background: url(images/share-icons.png) no-repeat -5px -576px;
	width:48px;
}

