/*--- popup social ---*/
.social-go {
	position:fixed;
	top:50%;
	left:50%;
	width:500px;
	height:300px;
	margin:-150px 0 0 -250px;
	padding:0;
	overflow:hidden;
	display:none;
	opacity:0;
	z-index:84000;
/*
	background-repeat: no-repeat;
	background-position: left center;
	background-size:8px 15px;
	background-image:url(../img/articolo/social-freccia.png);
*/
}

.social-go a.close {
	position:absolute;
	top:8px;
	right:15px;
    width: 15px;
	height:15px;
	display:block;
    margin: 0;
    padding:10px 0 20px 0;
	z-index:85000;
	background-image: url(../img/panel-close.png);
	background-repeat: no-repeat;
	background-size:15px 15px;
	background-position: right center;
}

.social-go-content {
	position:relative;
	width:100%;
	height:136px;
	margin:0;
	padding:20px;
	background-color:#fff;
	border-radius:10px 10px 0 0;
}

.social-go-title {
	position:relative;
	width:100%;
	margin:0 0 20px 0;
	padding:0;
    color: #7b7b7b;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
}

.social-go-item {
	position:relative;
	width:100%;
	height:164px;
	margin:0;
	padding:20px;
	background-color:#eee;
	border-radius:0 0 10px 10px;
}

.social-go-item-title {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 12px 20px 10px 0px;
    color: #555;
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: -1px;

/*
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	color:#555;
	font-size:20px;
	font-weight:700;
*/
}

.social-go-item-autore {
	position:relative;
	margin:20px 0 0 0;
	padding:0;
}

.social-go-item-autore-nome {
	position:relative;
	margin:0 5px 0 0;
	padding:0;
	color:#9a9a9a;
	font-size:14px;
	float:left;
	font-weight:300;
}

.social-go-item-autore-nome span {
	font-weight:600;
}

.social-go-item-autore-gma {
	position:relative;
	margin:0;
	padding:0;
	color:#9a9a9a;
	font-size:13px;
	font-style:italic;
	float:left;
	font-weight:400;
}

.social-go ul {
	position:relative;
	margin:0;
	padding:0;
}

.social-go ul li {
	position:relative;
	margin:0 6px 0 0;
	padding:0;
	list-style:none;
	float:left;
}

.social-go ul li.last {
	position:relative;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	float:right;
}

.social-go ul li.last .social-count {
	position:relative;
	margin:0;
	padding:0 0 0 0;
    display:none;
}

.social-go ul li.last .social-count-img {
	position:relative;
	margin:0 5px 0 0;
	padding:0;
	float:left;
}

.social-go ul li.last .social-count-number {
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
    float: left;
    font-size: 44px;
    font-weight: 700;
    color: #555;
    height: 52px;
    line-height: 20px;
    width: 110px;
}

.social-go ul li.last .social-share-number {
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
    width: 110px;
    text-align:left;
}

.social-go ul li.last .social-count-number-descr {
    position: relative;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    line-height: 10px;
    width: 110px;
    text-align: left;
}

.social-go ul li a {
	position:relative;
	display:block;
}



/*--- ! ---*/
