﻿#social {
	position: fixed;
	left: 0px;
	top: 251px;
	width: 60px;
	height: 400px;
	z-index:999;
}
#social .social_item {
	transition-duration: 0.6s;

}
#social .social_item:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
	margin:0 0 0 10px;
	opacity:1;
}
#social .social_item a{
	width: 50px;
	height: 50px;
	transition-duration: 0.6s;
	display: block;
	text-decoration: none;
	background-color: #ce962b;
	color:#FFF;
	opacity:0.5;
	font-size:20px;
	text-align:center;
	margin:4px 0px 4px 0px;
	line-height:50px;
		border-radius:0 20px;

}
#social .social_item a:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
	opacity:1;
	color:#FFF;
			border-radius:20px 0;

}
#social .fb a {
}
#social .gp a {
}
#social .vk a {
}
#social .pi a {
}
#social .tw a {
}

#social .fb a:hover {
}
#social .gp a:hover {
}
#social .vk a:hover {
}
#social .pi a:hover {
}
#social .tw a:hover {
}


@media (max-width: 1230px) {
	#social {display:none;}
}