/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon
	{
		text-decoration: none;
	}

    .icon:before
		{
			font-size: 1em;
			text-decoration: none;
			font-family: FontAwesome;
		}

    .icon-circle:before         { content: "\f021"; }
    .icon-desktop:before        { content: "\f108"; }
    .icon-envelope:before       { content: "\f003"; }
    .icon-external-link:before  { content: "\f08e"; }
    .icon-facebook:before       { content: "\f09a"; }
    .icon-language:before       { content: "\f0ac"; }
    .icon-headphones:before     { content: "\f025"; }
    .icon-mobile-phone:before   { content: "\f10b"; }
    .icon-user:before           { content: "\f007"; }
    .icon-youtube:before        { content: "\f16a"; }
