﻿#social {
	position: fixed;
	left: 40px;
	top: 60px;
	width: 60px;
	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: 60px;
	height: 60px;
	transition-duration: 0.6s;
	opacity: 0.5;
	display: block;
	text-decoration: none;
	background-color: #fff;
	color:#000;
	font-size:24px;
	text-align:center;
	margin:4px 0px 4px 0px;
	line-height:60px;
}
#social .social_item a:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
	opacity:1;
	color:#36737a;
}
#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: 920px) {
	#social {display:none;}
}
