@font-face {
	font-family: 'si';
	src: url('../social/socicon.eot');
	src: url('../social/socicon.eot?#iefix') format('embedded-opentype'),  url('../social/socicon.woff') format('woff'),  url('../social/socicon.ttf') format('truetype'),  url('../social/socicon.svg#icomoonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: si;
	src: url(../social/socicon.svg) format(svg);
}
}
.soc1 {
	overflow: hidden;
	margin:0;
	padding: 0;
	list-style: none; text-align:center
}
.soc1 li {
	display: inline-block;
 *display:inline;
	zoom: 1;
}
.soc1 li a {
	font-family: si!important;
	font-style: normal;
	font-weight: 400;
	-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;
	-o-transition: .1s;
	-ms-transition: .1s;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	transition: .1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: .9em;
	margin-right: 0;
	color: #444;
}
.soc-icon-last {
	margin: 0 !important;
}
.soc1 li a:hover { color:#E0E0E0}
.soc-facebook:before {
	content: '\e041';
}
.soc-youtube:before {
	content: '\e051';
}
.soc-instagram:before {
	content: '\e057';
}
.soc-tripadvisor:before {
	content: '\e012';
}
.soc-googleplus:before {
	content: '\e042';
}
.soc-twitter:before {
    content:'\e040';
}
 @media only screen and (max-width: 600px) {
	.soc1 li a {
	font-style: normal;
	font-weight: normal;
	
	width: 35px;
	height: 35px;
	line-height: 50px;
	font-size: .9em;
	margin: 0; padding:0
	
} 
	 
	 
	 
	 }