@font-face {
    font-family: 'socicon';
    src: url('../font/socicon-webfont.eot');
    src: url('../font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/socicon-webfont.woff') format('woff'),
         url('../font/socicon-webfont.ttf') format('truetype'),
         url('../font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.socicon {
	position: relative;	
	display: inline-block;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	padding: 10px;
	margin: 5px 5px;
	width: 15px;
	height: 15px;
	font-family: 'socicon' !important;
  	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid rgba(255, 255, 255, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}


.socicon:hover {
	border: 1px solid rgba(255, 255, 255, 1);
	background-color: #fff;
	color: #da3117;
	cursor: pointer;
}


.socicon:empty{
    width: 1em;
}

.socicon-twitter:before { content: "a"; }
.socicon-facebook:before { content: "b"; }
.socicon-google:before { content: "c";}
.socicon-linkedin:before { content: "j"; }

/*****  Max Width: 1024px  *****/

@media screen and (max-width: 1024px) {
    .socicon {
        font-size: 22px;
        width: 24px;
        height: 24px;
        margin: 20px 0 0;
        padding: 12px;
    }

}