/*! Social Likes v3.0.2 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes i {
 margin-top: 20px;
 display: inline-block;
 color: #fff;
 font-size: 16px;
 cursor: pointer;
 display: inline-block;
 padding-top: 5px;
 margin-left: 10px;
 background: #1F3855;
 border: 3px solid #fff;
 box-shadow: 0 0 0 3px #1F3855;
 border-radius: 50%;
 width: 40px;
 height: 40px;
 	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease; 
}
.social-likes i:hover {
 background: #444;
 box-shadow: 0 0 0 4px #444; 
}
.social-likes {
 margin-top: 20px;
 margin-bottom: 20px;
 display: inline-block;
 text-align: center; 
}
/*.social-likes {
 margin-top: 10px;
 display: inline-block;
}
.fb {
 background: url(icons/facebook.png);
 background-repeat: no-repeat;
 width: 46px;
 height: 46px;
 cursor: pointer;
 float: left;
 display: inline;
}
.tw{
 background: url(icons/twitter.png);
 background-repeat: no-repeat;
 width: 46px;
 height: 46px; 
 cursor: pointer;
 float: left;
 display: inline;
}
.gp {
 background: url(icons/googleplus.png);
 background-repeat: no-repeat;
 width: 46px;
 height: 46px; 
 cursor: pointer;
 float: left;
 display: inline;
}
.print {
 background: url(icons/print.png);
 background-repeat: no-repeat;
 width: 46px;
 height: 46px; 
 cursor: pointer;
 float: left;
 display: inline;
}
*/