﻿#shareSpan{
	position:relative;
}
.share-buttons-wrapper{
	color: #666666;
    float:left;
    position: relative;
    z-index: 999;
    margin-left:67%;
    top:35px;
    display:none;
   }

.share-buttons-wrapper ul
{
	list-style: none outside none;
	margin:0;
}
.share-buttons-wrapper ul li
{
	display:inline-block;
	margin-left:8px;
	
}
.share-buttons-wrapper ul li img
{
	border: none;
}

@media (min-width: 768px) and (max-width: 979px) {
.share-buttons-wrapper{
	margin-left:60% !important;
	top:15px !important;
	}
}
@media (max-width: 769px) {
.share-buttons-wrapper{
	top:-5px !important;
	float: right !important;
	margin-right:10px;
	margin-left:0 !important;
	}
}
