.socialButtons {
	position: absolute;
	top: 20px;
	left: 0px;	
}

.socialButtons .fa, .socialButtonsContact .fa { 
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 22px;
    width: 18px;
    text-decoration: none;
  }

.socialButtonsContact a.fa:first-of-type {
    padding-left: 0px;
}

.socialButtons .fa:hover, .socialButtonsContact .fa:hover {
    opacity: 0.7;
}

.socialButtons .fa-tripadvisor, .socialButtonsContact .fa-tripadvisor {
    padding-left: 0px;
  }

