.social {
	/*height: 33px;
	*/
	 overflow: hidden;
	 margin-bottom: 25px;
}
 .social h2 {
	 margin-bottom: 20px;
     margin-top: 0;
     text-transform: uppercase;
     font-weight: 700;
}
 .social-list {
	 display: table;
}
 .social-list li {
	 padding: 0 36px;
	 display: table-cell;
	 cursor: pointer;
}
 @media only screen and (max-width:320px) {
	 .social-list li {
		 padding: 0 29px;
	}
}
