		ul{

		}
		li{
			
		}
		ul.icons
		{
			list-style-type: none;
			padding:0; 
			margin:0;
		}	

			ul.icons > li
			{
				list-style-type:none;
				position: relative;
				padding: 2em 0 0 2.5em;
			}
			/*
			ul.icons > li:before
			{
				position: absolute;
				left: 0;
				top: 1.5em;
				display: block;
				background: #878787;
				color: #e4e4e4;
				width: 1.65em;
				height: 1.65em;
				border-radius: 1.65em;
				line-height: 1.65em;
				text-align: center;
				box-shadow: 0.125em 0.175em 0 0 rgba(0,0,0,0.125);
			}
			*/
			ul.icons > li:before
			{
				position: absolute;
				left: 0;
				top: 1.5em;
				display: block;
				/*background: #fff;*/
				color: #b4b3c0;
				text-align: center;
				/*
				width: 1.65em;
				height: 1.65em;
				border-radius: 1.65em;
				line-height: 1.65em;
				text-align: center;
				box-shadow: 0.125em 0.175em 0 0 rgba(0,0,0,0.125);
				*/
			}
			ul.icons > li:first-child
			{
				padding-top: 0;
			}
			
				ul.icons > li:first-child:before
				{
					top: 0;
				}
			.fi
			{
				text-decoration: none;
			}

				.fi.solo
				{
				}
				
					.fi.solo span
					{
						display: none;
					}

				.fi:before
				{
					display:inline-block;
					font-family: foundation-icons;
					font-size: 2em;
					text-decoration: none;
					font-style: normal;
					font-weight: normal;
					line-height: 1;
					-webkit-font-smoothing:antialiased;
					-moz-osx-font-smoothing:grayscale;
				}
			.icons h4,.icons h2,.icons h3,.icons h5,.icons h6{
				padding: 0;
				margin:0 0 15px 0;
			}
			.icons p, .icons a{
				padding: 0;
				margin:0 0 15px 0;
			}
			
			i.big{
				
				display:inline-block;
				font-family: foundation-icons;
				font-size: 4em;
				text-decoration: none;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				-webkit-font-smoothing:antialiased;
				-moz-osx-font-smoothing:grayscale;
			}
			