#social-media {
	position:relative;
	padding:0px 0 0 0;
	z-index:11;
	float:right;
}
#social-media .icon a {
	display:block;
	width:28px;
	height:28px;
	margin-left:0;
	margin-right:10px;
}
#social-media .facebook a {
	background:url(images/facebook.png) 0 0 no-repeat;
}
#social-media .twitter a {
	background:url(images/twitter.png) 0 0 no-repeat;
}
#social-media .pinterest a {
	background:url(images/pinterest.png) 0 0 no-repeat;
}
#social-media .youtube a {
	background:url(images/youtube.png) 0 0 no-repeat;
}
#social-media .tripadvisor a {
	background:url(images/tripadvisor.png) 0 0 no-repeat;
}
#social-media .icon a:hover {
	background-position:0 -28px;
}
.hlist {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfloat:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hlist li {
	float: left;
}
li {
	display: list-item;
	text-align: -webkit-match-parent;
}
