/* Social */

.footer a{
	color: #DED7C8;
	font-weight: bold;
}

.footer a:hover{
	text-decoration: none;
	color: #fff;
}

#social_share{
  padding-left: 0%;
   clear: both;
   width: 100%;
  padding-bottom: 3em;
}


.social_share{
	display: block;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 4px;
	background-image: url(../img/share_facebook.jpg);
	background-position: 0px 0px;
}

#share_label{
	float: left;
	margin-right: 1em;
}

.front #share_label{
	
	font-weight: bold;
}

.social_share.twitter{
	background-image: url(../img/share_twitter.jpg);
}

.social_share.linkedin{
	background-image: url(../img/share_linkedin.jpg);
}

.social_share.plus{
	background-image: url(../img/share_plus.jpg);
}


.social_share span{
	display: none;
}


.social_share:hover{
	background-position: 0px -16px;
}

.footer .socialitem{
	display: block;
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 32px;
	
	background: url(../img/big_facebook.png);
	background-position: 0 -48px ;
	background-size: 100% 200%;
}

.footer .socialitem span {
	display: none;
}

.footer .socialitem:hover{
	background-position: 0 0px ;
}

.footer .socialitem.facebook{
	background-image: url(../img/big_facebook.png);
}

.footer .socialitem.google{
	background-image: url(../img/big_plus.png);
}

.footer .socialitem.tripadvisor{
	background-image: url(../img/big_tripadvisor.png);
}

.footer .socialitem.instragram{
	background-image: url(../img/big_instagram.png);
}


.footer .socialitem.twitter{
	background-image: url(../img/big_twitter.png);
}

.footer .socialitem.linkedin{
	background-image: url(../img/big_linkedin.png);
}
