.container.copy-right {
  font-family: "Times New Roman", Times, serif;
  font-size:12px;
  line-height: normal;
}

.footer-office-name,
.footer-links-website,
.footer-hotel-name {
  font-size:18px;
}

.footer-links-website {
  padding-top: 5px;
  white-space: nowrap;
}

.footer-img-link-facebook, 
.footer-img-link-instagram {
  width:25px;
  height:25px;
  margin-left:10px;
  margin-right:10px;  
  margin-top:10px;
}

.footer-img-link-tripadvisor {
  width:30px;
  height:30px;
  margin-left:10px;
  margin-right:10px;  
  margin-top:10px;
}

.container.copy-right a:link,
.container.copy-right a:visited {
  color: white;
}

.container.copy-right a:hover {
  color: #eaae82;
}

.container.copy-right a:active {
  color: #836b4f;
}
  
.footer-hotel-name {
  padding-bottom: 5px;  
}

@media only screen and (min-width: 922px) {
  .footer-hotel-col {
    border-left: 1px solid #f1d1a2;
    border-right: 1px solid #f1d1a2;
  }

  .footer-office-name {
    padding-bottom: 10px;
  }
  
}

@media only screen and (max-width: 921px) {
  #office_footer {
    display:none;
  }  
}