﻿#social {
	position:fixed;
	right: 0px;
	top: 196px;
	width: 46px;
	height: 400px;
	z-index:999;
}
#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: 44px;
	height: 44px;
	transition-duration: 0.6s;
	display: block;
	text-decoration: none;
	background-color: #ddd;
	background-color:rgb(26, 124, 41);
	color: #ffffff;
	font-size: 31px;
	text-align: center;
	margin: 4px 0px 4px 0px;
	line-height: 44px;
	margin-left:-10px;
	padding-left:10px;
}
#social .social_item a:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
		margin-left:0px;

}

@media (max-width: 1090px) {
	#social {display:none;}
}