﻿#social {
	position: fixed;
	left: 0px;
	top: 118px;
	width: 40px;
	height: 240px;
	z-index:1001;
}
#social .social_item {

}
#social .social_item:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
	opacity:1;
}
#social .social_item a{
	width: 40px;
	height: 39px;
	background-repeat: no-repeat;
	transition-duration: 0.6s;
	display: block;
	text-decoration: none;
	background-color: rgb(0, 82, 129);
	font-size:21px;
	text-align:center;
	line-height:39px;
	margin:2px 0px;
	color:#fff;
	margin-left:-10px;
	padding-left:10px;
}
#social .social_item a:hover {
	background-repeat: no-repeat;
	transition-duration: 0.6s;
	margin-left:0px;
	
}
@media (max-width:1050px) {
#social {
display:none;
}
	
}