/* Required Stylesheets */
.wheel {
	position: relative;
	top: 10px;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.wheel-button:focus, .wheel-button:active {
	outline: none;
}
.wheel, .wheel li, .wheel li a {
	display: inline-block;
}
.wheel li {
	margin-left: 10px;
}
.wheel li:first-child {
	margin-left: 10px;
}
.wheel li a::before {
	content:'';
	display: block;
	width: 30px;
	height: 29px;
}
@media screen and (min-width: 768px) {
	.wheel {
		top: 5px;
		margin-left: 0;
	}
}
@media screen and (min-width: 992px) {
	.wheel-button {
	  	position: relative;
		display: block;
		width: 40px;
		height: 40px;
	}
	.wheel-button span {
		display: none;
	}
	#socialWheel {
		pos__ition: absolute!important;
	}
	.wheel {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  width: 150px; /* this will determine the diameter of the circle  */
	  height: 150px; /* this will determine the diameter of the circle  */
	  visibility: hidden;
	  position: relative;
	  display: none;
	}
	.wheel li {
	  overflow: hidden;
	  float:left;
	}	
	.wheel li a {
	  display: block;
	}
}