﻿#social {
	position: absolute;
	left: 0px;
	top: 305px;
	width: 40px;
	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{
	border-width: 3px;
	border-color: #fc8d34;
	width: 48px;
	height: 48px;
	transition-duration: 0.6s;
	display: block;
	text-decoration: none;
	background-color: #fff;
	color: #005c30;
	font-size: 20px;
	text-align: center;
	margin: 4px 0px 4px 0px;
	line-height: 48px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-radius:50%;
}
#social .social_item a:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
	border-color:#005c30;
}

@media (max-width: 1070px) {
	#social {display:none;}
}