/*----------------Sharing Function Block-----------------*/
#shareBlock{
	 position:fixed;
	 top: 50%;
	 left: 0;
	 width: 40px;
	 height: auto;
	 z-index: 99;
	 margin-top: -60px;
	 border-radius: 0 4px 4px 0;
	 overflow: hidden;
}
#shareBlock a { cursor: pointer; }
#shareBlock img { opacity: .7; }
#shadowBlock { display: none; }
.shareIcon {
	 float: left;
	 width: 40px;
	 height: 40px;
	 background: #5eb017;
	 text-align:center;
	 transition: background-color 0.3s ease;
}
 .shareIcon:hover { background: #3d8300; }
 .version{ float: left; }

@media (max-width: 991px) {
	/*----------------Sharing Function Block-----------------*/
	#shareBlock { bottom: 0; left: 2%; top: auto; border-radius: 4px 0 0 0; width: calc(96% - 70px); }
	#shadowBlock {
		 position:absolute;
		 top: -30px;
		 display: block;
		 width: 100%; 
		 height: 40px; 
		/* background: url(../img/diviShd_Up.png) no-repeat; */
		 background-position: center top;
		 background-size: cover;
		 pointer-events: none;
	}
	.shareIcon { width: 25%; height: 40px; margin: 0; }
	.share { height: inherit; }
	.version{ float: none; width: auto; }
}
/* BACK TO TOP ---------------------------------- */
.back-to-top {
	opacity: 1;
	text-indent: -9999px;
	width: 55px;
	height: 55px;
	right: 15px;
	bottom: 15px;
	position: fixed;
	z-index: 100;
	background-color: #2f7cb4;
	transition: all 0.2s ease;
	border-radius: 4px;
}
.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 {	
	 background-color: #2f7cb4;
	 transform: scale(1.05);
}
.back-to-top:active {
	transform: scale(1.2);
}
@media only screen and (max-width: 991px) {
	.back-to-top { width: 70px; bottom: 0px; height: 40px; border-radius: 0 4px 0 0; }
}
@media only screen and (max-width: 825px) {
	.back-to-top { bottom: 0px; height: 40px; right: 10px; }
}
@media only screen and (max-width: 767px) {
	
	.back-to-top { right: 2%; }
