﻿#social {
	position: absolute;
	left: 40px;
	top: 220px;
	width: 320px;
	height: 60px;
	z-index:999;
}
#social .social_item {
display:inline-block;

}
#social .social_item:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
	opacity:1;
}
#social .social_item a{
	box-shadow: 1px 1px 0px 1px rgba(200,200,200,0.3);
	width: 60px;
	height: 60px;
	transition-duration: 0.6s;
	opacity: 0.65;
	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:#000;
}
#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: 1440px) {
#social {	left: 160px;}
}

@media (max-width: 1340px) {
#social {	left: 120px;}
}
@media (max-width: 1090px) {
	#social {display:none;}
}