/* ************************************* *//*                                       *//* Scroll to top + Share <div#share>     *//*                                       *//* ************************************* */#share {  position:fixed;  right:0;  top:50%;  width:80px;  height:80px;}#scrollUp {  position:fixed;	bottom: 100px;	right: 35px;	width: 30px;	height: 33px;	font-size: 30px;	-webkit-transition: bottom 150ms linear;	-moz-transition: bottom 150ms linear;	transition: bottom 150ms linear;	z-index: 9999;}.no-touch #scrollUp:hover {  bottom: 105px;}