/*----------------Sharing Function Block-----------------*/
#shareBlock{
	 position:fixed;
	 top: 50%;
	 left: 0;
	 width: 45px;
	 height: auto;
	 z-index: 99;
	 margin-top: -90px;
	 border-radius: 0 3px 3px 0;
	 overflow: hidden;
	 background-color: #2b1777;
 }
#shareBlock a { cursor: pointer; display: inline-block; }
#shareBlock img { opacity: 0.7; }
#shadowBlock { display: none; }
.shareIcon {
	 padding: 2px;
	 width: 45px;
	 height: 45px;
	 text-align:center;
	 transition: background-color 0.3s ease;
}
 .shareIcon:hover { background: #3a27aa; }
 .version{ float: left; }

@media (max-width: 991px) {
	/*----------------Sharing Function Block-----------------*/
	#shareBlock { bottom:0; left: 2%; top: auto; /*width: 100%;*/ width: calc(96% - 70px); border-radius: 4px 0 0 0; }
	#shareBlock a { width: 25%; display: inline-block; float: left; }
	#shadowBlock {
		 position:absolute;
		 /* top: -30px; */
		 display: block;
		 width: 100%; 
		 height: 45px; 
		/* background: url(../img/diviShd_Up.png) no-repeat; */
		 background-position: center top;
		 background-size: cover;
		 pointer-events: none;
	}
	.shareIcon { width:100%; height: 45px; margin: 0; }
	.share { height: inherit; }
	.version{ float: none; width: auto; }
}
/* BACK TO TOP */
.back-to-top {
	opacity: 0.8;
	border-radius: 4px;
	text-indent: -9999px;
	width: 45px;
	height: 45px;
	right: 15px;
	bottom: 15px;
	position: fixed;
	z-index: 50;
	background-color: #2b1777;
	transition: all 0.2s ease;
}
.back-to-top:after {
	content: '';
	border: solid white;
	border-width: 0 2px 2px 0;
	width: 15px;
	height: 15px;
	display: block;
	padding: 5px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin-top: -4px;
	margin-left: -7px;
	transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.back-to-top:hover {	
	opacity: 1;
}
@media (max-width: 991px) {
	.back-to-top {
		border-radius: 0;
		width: 70px;
		right: calc(2% - 1px);
		bottom: 0;
		border-radius: 0 4px 0 0;
	}
}
