.soc, .soc li a {
	overflow: hidden
}
.soc li a, .soc-facebook, .soc-googleplus, .soc-instagram, .soc-youtube {
	background-color: none
}
@font-face {
	font-family: si;
	src: url(../soc/socicon.eot);
	src: url(../soc/socicon.eot?#iefix) format('embedded-opentype'), url(../soc/socicon.woff) format('woff'), url(../soc/socicon.ttf) format('truetype'), url(../soc/socicon.svg#icomoonregular) format('svg');
	font-weight: 400;
	font-style: normal
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: si;
	src: url(../soc/socicon.svg) format(svg)
}
}
.soc {
	margin: 0;
	padding: 0;
	list-style: none; float: left; margin-left:5%
}
.soc li {
	display: inline-block;
	zoom: 1
}
.soc li a {
	font-family: si!important;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	width: 30px;
	height: 30px;
	line-height: 40px;
	font-size: .9em;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-right: 1px;
	color: #00a3ef;
}
.soc li a:hover { color:#E0E0E0}
.soc-icon-last {
	margin: 0!important
}
.soc-facebook:before {
	content: '\e041'
}
.soc-youtube:before {
	content: '\e051'
}
.soc-instagram:before {
	content: '\e057'
}
.soc-googleplus:before {
	content: '\e042'
}
.soc-twitter:before {
    content:'\e040';
}
.soc-linkedin:before {
  content: "\e049";
}
.soc-pinterest:before {
  content: "\e043";
}
@media only screen and (max-width: 733px) {
	.soc {
 margin-left:0
}
	.soc li a {
	
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: .8em; margin-top:10px
	
}
	}