@charset "UTF-8";
/* CSS Document */

.floatinstagram{
	position:fixed;
	width:40px;
	height:40px;
	bottom:160px;
	right:40px;
	background-color:#E1306C;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:25px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.floatinstagram:hover {
	text-decoration: none;
	color: #E1306C;
  background-color:#fff;
}

.my-floatinstagram{
	margin-top:9px;
}