﻿#social {
	position: absolute;
	left: 0px;
	top: 25%;
	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: 54px;
	height: 54px;
	transition-duration: 0.6s;
	opacity: 1;
	display: block;
	text-decoration: none;
	background-color: #1e52a1;
	color: #fff;
	font-size: 21px;
	text-align: center;
	margin: -5px 0px -5px -10px;
	line-height: 54px;
	border-radius: 50%;
}
#social .social_item a:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
	background-color: #000;
	color:#fff;
		margin: -5px 0px -5px 0px;

}

@media (max-width: 1090px) {
	#social {display:none;}
}