.background {
  height: 314px;
  margin-top: 119px;
  border: 0 none;
}
.background.sticky {
  margin-top: 88px;
}
.hero_header {
  height: 383px;
  width: 100%;
  position: relative;
}
.hero_header.sticky {
  height: 352px;
}
.hero_header img {
  z-index: 1;
  min-width: 0px;
  min-height: 0px;
  margin: auto;
  position: absolute;
  top: 150px;
  left: 0;
  bottom: 0;
  right: 0;
}
#main {
  width: 1000px;
  background: none;
  box-shadow: none;
}
.content {
  color: #80796a;
  padding: 0;
}
.large_link {
  font-weight: 700;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  color: ;
  font-size: 1.285em;
  text-transform: uppercase;
}
.large_link:hover,
.large_link:active {
  color: ;
}
h2 {
  text-align: left;
  margin: 0.4em 0 0.2em;
}
p.disclaimer {
  margin-left: 70px;
  font-size: 1.6em;
}
.dining_nav_wrapper {
  width: 100%;
  background: #d9b46d;
  position: relative;
  z-index: 2;
}
#dining_nav {
  width: 1000px;
  margin: 0 auto 50px auto;
  position: relative;
}
#dining_nav ul {
  font-size: 2em;
  line-height: 2.5em;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}
#dining_nav ul li {
  height: 50px;
  padding: 0 15px;
  float: left;
  list-style: none;
  cursor: pointer;
}
#dining_nav ul li:hover {
  color: #80796a;
}
#dining_nav ul li.active {
  color: #d9b46d;
  background: #f4f0e9;
  padding-top: 1px;
  margin-top: -1px;
}
.dining_topper {
  width: 1000px;
  margin: 0 auto;
}
.dining_topper_left {
  float: left;
  width: 62%;
  color: #38352e;
}
.dining_topper_left h3 {
  color: #38352e;
  font-weight: 800;
  font-size: 2em;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.dining_topper_left p {
  font-family: 'Mercury SSm A', 'Mercury SSm B', serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.9em;
  padding-bottom: 30px;
}
.dining_topper_right {
  float: right;
  width: 38%;
  text-align: center;
}
.dining_topper_right p {
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  color: #38352e;
}
.dining_topper_right span {
  width: 35px;
  height: 8px;
  background: url('images/button_decoration.png') no-repeat center center;
  display: inline-block;
}
.private_dining_rooms_tab_content {
  display: none;
  overflow: hidden;
}
.private_dining_rooms_tab_content.active {
  display: block;
}
.dining_room_slide {
  position: relative;
  float: left;
  height: 450px;
  width: 1000px;
  display: block;
  overflow: hidden;
  background: #fff;
  margin-bottom: 30px;
}
.dining_rooms_slide_inner {
  width: 1000px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.dining_rooms_right {
  width: 265px;
  height: 390px;
  padding: 30px;
  float: right;
  position: relative;
  color: #38352e;
}
.dining_rooms_right h3 {
  font-size: 2.4em;
  color: #38352e;
}
.dining_rooms_right ul {
  font-family: 'Mercury SSm A', 'Mercury SSm B', serif;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.5em;
  margin-left: 17px;
  padding: 15px 0 10px;
}
.dining_rooms_right ul li {
  list-style: disc;
}
.dining_rooms_right p {
  font-family: 'Mercury SSm A', 'Mercury SSm B', serif;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.5em;
  padding-right: 20px;
}
.dining_rooms_right li {
  padding: 5px 0;
}
.dining_rooms_right small {
  font-size: 0.8em;
  line-height: 1.1em;
}
.profile_dining_rooms_gallery {
  width: 675px;
  height: 450px;
  overflow: hidden;
  float: left;
  position: relative;
  background: #38352e;
}
.profile_dining_rooms_gallery.profile_dining_rooms_gallery_right {
  float: right;
}
.profile_dining_rooms_gallery_photo {
  width: 675px;
  height: 450px;
  overflow: hidden;
  padding: 0;
}
.profile_dining_rooms_gallery_photo_prev,
.profile_dining_rooms_gallery_photo_next {
  position: absolute;
  top: 199px;
  width: 32px;
  height: 32px;
  z-index: 3;
  cursor: pointer;
  background: #000 url('/global/images/promo-arrows.png') no-repeat left center;
  background: rgba(0,0,0,0.9) url('/global/images/promo-arrows.png') no-repeat left center;
}
.profile_dining_rooms_gallery_photo_prev:hover,
.profile_dining_rooms_gallery_photo_next:hover {
  background-color: #b59559;
  background-color: rgba(181,149,89,0.9);
}
.profile_dining_rooms_gallery_photo_prev {
  background-position: left center;
  left: 0;
}
.profile_dining_rooms_gallery_photo_next {
  background-position: right center;
  right: 0;
}
.profile_dining_rooms_gallery_image {
  position: absolute;
}
.profile_dining_rooms_gallery_thumbs {
  position: absolute;
  bottom: 15px;
  left: 15px;
  overflow: hidden;
  z-index: 4;
}
.profile_dining_rooms_gallery_thumb {
  float: left;
  width: 17px;
  height: 10px;
  margin: 0 3px 0 0;
  background: #b59559;
  cursor: pointer;
}
.profile_dining_rooms_gallery_thumb:hover {
  background: #d9b46d;
}
.profile_dining_rooms_gallery_thumb.active {
  background: #fff;
}
.profile_dining_rooms_gallery_thumb.active:hover {
  background: #fff;
}
a.contact_link {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2.3em;
  height: 32px;
  color: #fff;
  background: #b59559;
  width: 130px;
  margin: 0 15px;
}
a.contact_link:hover,
a.contact_link:active {
  background: #d9b46d;
}
.profile_dining_rooms_title {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.profile_dining_rooms_title small {
  color: #80796a;
  font-size: 1.6em;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.3em;
}
.profile_dining_rooms_title h3 {
  color: #38352e;
  font-size: 3em;
  font-weight: 800;
  padding: 0;
}
.profile_dining_rooms_title p {
  color: #80796a;
  font-size: 1.6em;
  font-family: 'Verlag A', 'Verlag B', sans-serif;
  font-weight: 700;
  padding: 0;
  margin-bottom: 0;
}
.contact_link_wrapper {
  text-align: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 265px;
}
.contact_link_wrapper span {
  width: 35px;
  height: 8px;
  background: url('images/button_decoration.png') no-repeat center center;
  display: inline-block;
}
a.gold_button {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 2.5em;
  height: 35px;
  color: #fff;
  background: #b59559;
  margin: 0 15px;
  width: 270px;
  cursor: pointer;
  display: inline-block;
}
a.gold_button:hover,
a.gold_button:active {
  background: #d9b46d;
}
a.gold_button img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
