.ao-sbcontent {
	width:90px;
	height:45px;
	margin:0 !important;
	padding:0 !important;
	position:relative;
	overflow:hidden;
	float:right;
	right:0;
	-webkit-transition:right .35s ease, overflow 1s ease;
	-moz-transition:right .35s ease, overflow 1s ease;
	-ms-transition:right .35s ease, overflow 1s ease;
	-o-transition:right .35s ease, overflow 1s ease;
	transition:right .35s ease, overflow 1s ease;	
}

.ao-sbcontent:hover {
	cursor:pointer;
	overflow:visible;
	right:90px;
	width:90px;
}

.ao-sbcontent-label {
    height: 45px;
	width: 100%;
    left: 0;    
    padding: 13px 17px 0 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 0;
	background:url("/AcuCustom/Sitename/Icon/Icons/2015ttgIconShare.svg") no-repeat scroll 75% 55% #fff;
	text-align:left;
	z-index:6;
	font: 600 15px/120% "freight-sans-pro",sans-serif !important;
	text-transform:uppercase;
}	

.ao-sbcontent .ao-sbitems {
	position:absolute;
	left:0;
	top:0px;
	width: 90px;
    z-index: 5;
}

.ao-sbcontent:hover .ao-sbitems {
	left:100%;
	height:45px;
}
.ao-sbcontent .ao-sbitems .ao-sbitem {
	float:left;	width:40px;	
}
.ao-sbcontent .ao-sbitems .ao-sbitem img{
	height:45px;
}

/** ARTICLE DETAIL **/
.ao-MetaDetail .ao-sbcontent { width:45px;right:5px;}
.ao-MetaDetail .ao-sbcontent .ao-sbcontent-label { 
	background:url("/AcuCustom/Sitename/Icon/Icons/2015ttgIconShareWhite.svg") no-repeat scroll 50% 50% #980052;color:transparent;
}
.ao-MetaDetail .ao-sbcontent .ao-sbitems {
	-webkit-box-shadow:3px 3px 0px 0px rgba(85, 0, 47, 1);-moz-box-shadow:3px 3px 0px 0px rgba(85, 0, 47, 1);box-shadow:3px 3px 0px 0px rgba(85, 0, 47, 1);
}
.ao-MetaDetail .ao-sbcontent:hover{cursor:pointer;overflow:visible;right:100px;}
.ao-MetaDetail .ao-sbcontent:hover .ao-sbitems {left:100%;}

@media screen and (max-width:1023px){
	.ao-MoreArticle .ao-sbcontent-label {color:transparent;}
}

@media screen and (max-width:799px){
	.ao-sbcontent {width:40px;}
	.ao-sbcontent-label  {padding:0 !important;		
		background-position: 35% 55%;
	}
	.ao-sbcontent-label {color:transparent;}
}

@media screen and (max-width:599px){
	.ao-sbcontent {width:25px !important;height:25px;}
	.ao-sbcontent-label {	
		background-position: left 50% !important;
		background-size: 15px 15px !important;
		height:25px !important;
	}
	.ao-sbcontent .ao-sbitems { width:40px;}
	.ao-sbcontent .ao-sbitems .ao-sbitem { width: 20px;}
	.ao-sbcontent .ao-sbitems .ao-sbitem img { height: 25px;}
	.ao-sbcontent:hover {right:50px;width:50px;}
	.ao-sbcontent:hover .ao-sbitems {height:25px;}
	
	.ao-MetaDetail .ao-sbcontent {width:35px !important;height:35px;}
	.ao-MetaDetail .ao-sbcontent-label {	
		background-position: 45% 50% !important;
		background-size: 20px 20px !important;
		height:35px !important;
	}
	.ao-MetaDetail .ao-sbcontent .ao-sbitems { width:70px;}
	.ao-MetaDetail .ao-sbcontent .ao-sbitems .ao-sbitem { width: 35px;}
	.ao-MetaDetail .ao-sbcontent .ao-sbitems .ao-sbitem img { height: 35px;}
	.ao-MetaDetail .ao-sbcontent:hover {right:75px;width:75px;}
	.ao-MetaDetail .ao-sbcontent:hover .ao-sbitems {height:35px;}
}