
/***** Header Social Media icons *****/
@font-face {
    font-family: 'socicon';
    src: url('../../Customer/css/font/socicon-webfont.eot');
    src: url('../../Customer/css/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../Customer/css/font/socicon-webfont.woff') format('woff'),
         url('../../Customer/css/font/socicon-webfont.ttf') format('truetype'),
         url('../../Customer/css/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}
.socicon {
    font-family: 'socicon' !important;
}
.socicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'socicon';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.socicon:empty{
    width: 1em;
}
/* This is not CMS friendly 
.socicon-twitter:before { content: "a";color:#2ba9e1; }
.socicon-facebook:before { content: "b";color:#3e5b98; }
.socicon-linkedin:before { content: "j";color:#096b9b; }
.socicon-youtube:before { content: "r";color:#ee3537; }
.socicon-blog:before { content: ",";color:#ed8b00; }
.socicon-mail:before{content:".";color=#000000;}
 */
.socicon-twitter {color:#2ba9e1;}
.socicon-facebook {color:#3e5b98;}
.socicon-linkedin {color:#096b9b;}
.socicon-youtube {color:#ee3537;}
.socicon-blog {color:#ed8b00;}
.socicon-mail {color:#000000;}

.headerSocial a {
	height: 22px;
	width: 22px;
	display: inline-block;
	margin: 0 2px;
	font-size: 1.5em;
	text-align: center;
}