
/* outer wrapper, fixed to left */
#share-wrapper {
	bottom: 10px;
	position: fixed;
	top: 100px;
	z-index: 1;
}
.mainpage #share-wrapper {
	margin-left: -44px;
}
.singlepage #share-wrapper {
	margin-left: -60px;
}
/* inner wrapper */
#share-wrapper ul.share-inner-wrp {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: left;
}


/* the list */
#share-wrapper li.button-wrap {
	padding: 0px;

	display: block;
	width: 35px;
	margin-bottom: 2px;
}

.side-share{
	margin-top: -32px;
	background: #F7F7FA;
	padding: 5px;
	float: left;
	border-radius: 25px;
	border: 1px solid #E9E9E9;
}
.side-share ul{
	margin-bottom: 0px;
}
/* share link */
#share-wrapper li.button-wrap > a {
    height: 34px;
	width: 35px;
    display: block;
    line-height: 32px;
    font-weight: bold;
    color: red;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
	text-indent: -999999px;
	opacity:0.6;
}
.button-wrap .share-block {
	float: left;
	margin-top: -28px;
	font-size: 0.9em;
	min-width: 70px;
	background: #DFDFDF;
	/*display: inline-block;*/
	margin-left: 32px;
	padding: 3px 8px 3px 3px;
	text-align:center;
	border-radius: 15px;
	font-family: Arial;
	line-height: 18px;
	color: #888;
	margin-left: -40px;
	display:none;
	z-index:-1;
	border: 1px solid #CCCCCC;
}

.share-heart{
	display: inline-block;
}
#share-wrapper .facebook > a,  .side-share .facebook > a {
	background: url(/quiz-school/img/Facebook_grey.png) no-repeat 0px 0px;	
}
#share-wrapper .facebook > a:hover, .side-share .facebook > a:hover{
    background: url(/quiz-school/img/Facebook.png) no-repeat 0px 0px;	
   
	opacity:1;
}

#share-wrapper .embed > a,  .side-share .embed > a {
	background: url(/quiz-school/img/Embed_grey.png) no-repeat 0px 0px;	
}
#share-wrapper .embed > a:hover, .side-share .embed > a:hover{
    background: url(/quiz-school/img/Embed.png) no-repeat 0px 0px;
   
	opacity:1;
}


#share-wrapper .twitter > a, .side-share .twitter > a {
	background: url(/quiz-school/img/twiter_grey.png) no-repeat 0px 0px;
}
#share-wrapper .twitter > a:hover , .side-share .twitter > a:hover{
     background: url(/quiz-school/img/twiter.png) no-repeat 0px 0px;
    
	opacity:1;
}

#share-wrapper .tumblr > a,  .side-share .tumblr > a {
	background: url(/quiz-school/img/tumblr_gray.png) no-repeat 0px 0px;	
}
#share-wrapper .tumblr > a:hover, .side-share .tumblr > a:hover{
    background: url(/quiz-school/img/tumblr_blue.png) no-repeat 0px 0px;	
   
	opacity:1;
}
#share-wrapper .reddit > a,  .side-share .reddit > a {
	background: url(/quiz-school/img/reddit_gray1.png) no-repeat 0px 0px;	
}
#share-wrapper .reddit > a:hover, .side-share .reddit > a:hover{
    background: url(/quiz-school/img/reddit_blue.png) no-repeat 0px 0px;	
   
	opacity:1;
}
#share-wrapper .pinit > a,  .side-share .pinit > a {
	background: url(/quiz-school/img/Pinterest_gray.png) no-repeat 0px 0px;	
}
#share-wrapper .pinit > a:hover, .side-share .pinit > a:hover{
    background: url(/quiz-school/img/pinit_blue.png) no-repeat 0px 0px;	
   
	opacity:1;
}



#share-wrapper .link > a, .side-share .link > a {
	background: url(/quiz-school/img/Linknormal.png) no-repeat 0px 0px;
}
#share-wrapper .link > a:hover , .side-share .link > a:hover{
     background: url(/quiz-school/img/Link_hover_new.png) no-repeat 0px 0px;
    
	opacity:1;
}

#share-wrapper .copynew > a,  .side-share .copynew > a {
		background: url(/quiz-school/img/Copy_normal-mode.png) no-repeat 0px 0px;	
}
			#share-wrapper .copynew > a:hover, .side-share .copynew > a:hover{
			background: url(/quiz-school/img/Copy_Hover-mode.png) no-repeat 0px 0px;
			
			opacity:2.1;
			}

.side-share .google > a {
	background: url(/quiz-school/img/google-plus_grey.png) no-repeat 0px 0px;
}
.side-share .google > a:hover{
    background: url(/quiz-school/img/google-plus.png) no-repeat 0px 0px;
    
	opacity:1;
}

.side-share .rss > a {
	background: url(/quiz-school/img/social/rss-variation.png) no-repeat 0px 0px;
}
.side-share .rss > a:hover{
   
	opacity:1;
}

.side-share .heart > a {
	background: url(../img/social/like-variation.png) no-repeat 0px 0px;
}
.side-share .heart > a:hover{
   
	opacity:1;
}


#share-wrapper .google > a {
	background: url(/quiz-school/img/google-plus_grey.png) no-repeat 0px 0px;
}
#share-wrapper .google > a:hover {
    background: url(/quiz-school/img/google-plus.png) no-repeat 0px 0px;
   
	opacity:1;
}

#share-wrapper .digg > a {
	background: url(../img/social/digg-variation.png) no-repeat 0px 0px;
}
#share-wrapper .digg > a:hover {
   
	opacity:1;
}

#share-wrapper .addthis > a {
	background: url(../img/social/addthis-variation.png) no-repeat 0px 0px;
}
#share-wrapper .addthis > a:hover {
    -webkit-animation: spinX 0.5s;
	-moz-animation: spinX 0.5s;
	animation: spinX 0.5s;
	opacity:1;
}

.side-share li.button-wrap {
	display:inline-block;
}

.side-share li.button-wrap > a {
	height: 34px;
	width: 35px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-indent: -999999px;
	opacity: 0.6;
}

@-moz-keyframes spinX{ 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spinX{ 100% { -webkit-transform: rotate(360deg); } }
@keyframes spinX{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

	
	.div_minus{width:37px; height:35px; margin:322px 0px 0px 21px; cursor:pointer; float:left; background-color:#707070; border-radius:50%;}
	.div_plus{width: 37px;height: 35px; margin:71px 0px 0px 21px; cursor:pointer; float:left; background-color:#707070; border-radius: 50%; position:absolute; z-index:10000}
	
	.div_plus:hover{
	background-color:#4d4d4d; opacity:0.6}
	.div_minus:hover{
	background-color:#4d4d4d;opacity:0.6}
	.plus_social{float: left; padding:4px 0 0 10px; font-size:30px; font-weight:bold; color: rgb(255, 255, 255); margin-top: -3px;}
	.minus_social{float: left; padding:7px 0px 0px 16px; font-size: 29px; font-weight:bold;color: rgb(255, 255, 255); margin-top: -20px; margin-left:-5px}