/* share */

#ex2{
float:right;
margin:0;
}
.sharrre .box{
height:30px;
display:inline-block;
position:relative;
padding:0 10px 0 0;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
font-size:12px;
float:right;
clear:both;
overflow:hidden;
-webkit-transition:all 0.3s linear;
-moz-transition:all 0.3s linear;
-o-transition:all 0.3s linear;
transition:all 0.3s linear;
}
.sharrre .left{
line-height:22px;
display:block;
white-space:nowrap;
color:#ffffff;
-webkit-transition:all 0.2s linear;
-moz-transition:all 0.2s linear;
-o-transition:all 0.2s linear;
transition:all 0.2s linear;
}
.sharrre .middle{
position:absolute;
height:30px;
top:0px;
right:0;
width:0px;
padding:0 10px 0 0;
color:#fff;
white-space:nowrap;
text-align:right;
overflow:hidden;
-webkit-transition:width 0.3s linear;
-moz-transition:width 0.3s linear;
-o-transition:width 0.3s linear;
transition:width 0.3s linear;
}
.sharrre .middle a{
text-decoration:none;
color:#fff;
font-weight:bold;
padding:0 0 0 4px;
text-align:center;
float:right;
line-height:30px;
}
.sharrre .right{
display:none;
position:absolute;
right:10px;
top:0px;
height:100%;
width:45px;
text-align:center;
line-height:22px;
color:#4b5d61;
}
.sharrre .box:hover{
padding-right:150px;
}
.sharrre .middle a:hover{
text-decoration:none;
}
.sharrre .box:hover .middle{
width:140px;
}
.footer_share{
font-family: 'maxwell_slabbold', Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	color: #ffffff;
	text-transform:uppercase;
	float:left;
	width: 224px;
	margin-bottom: 20px;
	text-align:center;
}
.footer_social{
float:left;
text-align:center;
width:47px;
}
.social_wrap{

}
@media (max-width: 480px) {

}
/* end share */
