body {
  color: #828282;
}

#main-header-top #top-logo-link, #main-header-top #top-logo {
  width: 600px;
}
#main-header-top #top-logo .hotel-name {
  width: 600px;
  margin-left: 35px;
}
#main-header-top #top-logo .hotel-name span {
  margin-right: 110px;
}
#main-header-top #top-logo::before {
  content: url('LogoPhoto_Transparent.png');
  padding-top: 5px;
}

@media (max-width: 767px) {
  nav#main-menu.menu-main-menu-container {
      top: 145px;
  }
}

@media (min-width: 768px) {
  nav#main-menu.menu-main-menu-container {
    margin-right: 60px;
  }
}

#rooms {
  padding: 0;
}

.property-container .property-boxes:first-of-type .prp-detail .title {
  height: 40px;
}

.property-container .property-boxes:nth-of-type(2) .prp-detail .title {
  height: 40px;
}

.property-container .property-boxes:nth-of-type(4) .prp-detail .title {
  height: 40px;
}

.property-container .property-boxes:nth-of-type(5) .prp-detail .title {
  height: 40px;
}

.agent-boxes.expand .description {
  color: #828282;
}
