/* share */

#ex2{
float:right;
margin:0;
}
.sharrre .box{
height:50px;
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:50px;
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:335px;
}
.sharrre .middle a:hover{
text-decoration:none;
}
.sharrre .box:hover .middle{
width:330px;
}
.footer_share{
font-family: 'maxwell_slabbold', Georgia, Times New Roman, Times, serif;
	font-size: .9em;
	color: #ffffff;
	text-transform:uppercase;
	float:left;
	width:50px;
	text-align:center;
}
.footer_social,.footer_contact{
float:left;
text-align:center;
width:50px;
}
.social_wrap{
	position:absolute;
	right:30px;
	top:95px;
/*margin: 0 auto;*/
    width: 100px;
}
.footer_contact {
    padding-left: 10px;
}
.share_text {
text-transform: uppercase;
color: #7fe8e2;	
}
@media only screen and (max-width: 650px) {
/*	.social_wrap{
		right: 40px;
		top:240px;
	}
	.sharrre .box:hover{
		padding-right:0px;
		padding-top:330px;
	}
	.sharrre .box:hover .middle{
		width:0px;
		height:330px;
	}*/
}
@media (max-width: 480px) {

}
/* end share */
