div.block-social
{
	float: right;
	margin: 15px 15px 15px 0px;
}

	ul.social-list
	{
		float: left;
		list-style-type: none;
	}
	
		ul.social-list li
		{
			float: left;
			margin-right: 5px;
		}
		
		ul.social-list li:last-child
		{
			margin: 0px;
		}
		
			ul.social-list li a
			{
				float: left;
			}
			
			ul.social-list li a i
			{
				float: left;
				font-size: 20px;
				color: #fff;
				border-radius: 3px;
			}
			
			ul.social-list li a i.moon-social-instagram
			{
				background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
			}
			
			ul.social-list li a i.moon-social-facebook
			{
				background: #3765a3;
			}
			
			ul.social-list li a i.moon-social-viber
			{
				background: #8176d6;
			}