﻿#social {
	position: absolute;
	left: 0px;
	top: 256px;
	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: 44px;
	height: 44px;
	transition-duration: 0.6s;
	opacity: 1;
	display: block;
	text-decoration: none;
	background-color: #7eb84b;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 4px 0px 4px 0px;
	line-height: 44px;
}
#social .social_item a:hover {
	background-repeat: no-repeat;
	background-position: 0px top;
	transition-duration: 0.6s;
	background-color: #7f72b9;
	color: #fff;
}
@media (max-width: 1070px) 
{
#social {
	display: none;
}
.google-maps {
	border-width: 0;
	padding: 0;
	height: 160px;
	margin: auto;
	width: 100%;
}
}
