.social_block {
	position: fixed;
	right: 0;
	top: 250px;
	z-index: 9999
}
.social_icon a, .social_icon a:hover {
	color: white!important
}
.social_icon {
	background-color: #146b86;
	padding: 10px;
	display: block;
	margin-top: 5px;
	color: white;
	margin-right: -127px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out
}
.social_icon:hover {
	transform: translate(-110px, 0);
	-webkit-transform: translate(-120px, 0);
	-o-transform: translate(-120px, 0);
	-moz-transform: translate(-120px, 0)
}
.social_inner {
	display: inline-block;
	height: 15px
}
.social_icon i {
	color: white;
	font-size: 25px;
	margin-right: 18px;
	float: left
}
.info_social {
	float: right
}
.social_icon.fb i {
	margin-top: -2px;
	margin-left: 3px
}
.social_icon.tw i {
	margin-top: -2px
}
.social_icon.pt i {
	margin-top: -2px
}
.social_icon.it i {
	margin-top: -2px
}
.social_icon.yt i {
	margin-top: -2px
}
.social_icon.ig i {
	margin-top: -2px
}
.social_icon.cp i {
	margin-top: -2px;
	margin-left: -1px
}
.social_icon.tw:hover {
	background-color: #1da1f2
}
.social_icon.it:hover {
	background-color: #fb3958
}
.social_icon.pt:hover {
	background-color: #e52c27
}
.social_icon.yt:hover {
	background-color: #e52d27
}
.social_icon.fb:hover {
	background-color: #3B5998
}
.social_icon.ig:hover {
	background-color: #9e6f4f
}
.social_icon.cp:hover {
	background-color: #000
}