/*----------------Sharing Function Block-----------------*/
#shareBlock{
	 position:fixed;
	 top: 50%;
	 left: 0;
	 width: 40px;
	 height: auto;
	 z-index: 99;
	 margin-top: -60px;
	 border-radius: 0 3px 3px 0;
	 overflow: hidden;
 }
#shareBlock a { cursor: pointer; }
#shareBlock img { opacity: 1; }
#shadowBlock { display: none; }
.shareIcon {
	float: left;
	width: 40px;
	height: 40px;
	background:#212529;
	text-align:center;
	transition: background-color 0.3s ease;
}
.shareIcon.tw {
	background:#616060;
}
 .shareIcon:hover { background: #4d4d4d; }
 .shareIcon.tw:hover { background:#676767; }
 .version{ float: left; }

 @media screen and (max-width: 992px) {
	/*----------------Sharing Function Block-----------------*/
	#shareBlock{ bottom:0; left:0; top:auto; width: 100%;  }
	#shadowBlock{
		 position:absolute;
		 top: -30px;
		 display: block;
		 width: 100%; 
		 height: 30px; 
		/* background: url(../img/diviShd_Up.png) no-repeat; */
		 background-position: center top;
		 background-size: cover;
		 pointer-events: none;
	}
	.shareIcon { width:33.3%; height: 40px; margin: 0; }
	.share { height: inherit; }
	.version{ float: none; width: auto; }
}
