body {
  font-family: Roboto;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 25px;
  border-radius: 3px;
  background-color: #cca027;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: Comfortaa, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ffd45d;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.room-booknow {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d79933;
}

.button.footer-signup {
  margin-top: 0px;
  padding: 6px 20px;
  float: left;
  border: 2px solid #fff;
  background-color: #004869;
  font-family: Comfortaa, sans-serif;
}

.button.footer-signup:hover {
  background-color: #d64a6f;
}

.button.white-outline {
  display: block;
  width: 175px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

.button.white-outline:hover {
  background-color: #fff;
  color: #195aad;
}

.button.rooms {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-style: solid;
  border-color: #000;
  background-color: #eb3843;
}

.button.rooms:hover {
  background-color: #d64a6f;
}

.button.area {
  width: 200px;
  margin-right: 10px;
  float: left;
}

.button.area.w--current {
  background-color: #505050;
}

.button.short {
  width: 150px;
  float: none;
  font-family: 'Open Sans', sans-serif;
}

.button.more-info {
  position: static;
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #505050;
}

.button.more-info:hover {
  background-color: #7a7a7a;
}

.button.more-info.w--open {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -50px;
  z-index: 1;
  display: block;
}

.button.blog {
  display: inline-block;
  width: auto;
}

.button.blog.next {
  float: right;
}

.button.blog.prev {
  float: left;
}

.button.nav-book {
  width: 150px;
  margin-top: 0px;
  padding: 10px 15px;
  background-color: #cca027;
  color: #fff;
}

.button.nav-book:hover {
  background-color: #ffd45d;
  color: #fff;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab';
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 65px;
  right: 0px;
  z-index: 9998;
  background-color: #fff;
  box-shadow: 0 0 35px -3px rgba(0, 0, 0, .5);
}

.nav-link {
  padding: 35px 17px 26px;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #08438f;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 #08438f;
  color: #cca027;
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #cca027;
  color: #cca027;
  text-decoration: none;
}

.nav-link.dd {
  z-index: 9999;
}

.nav-link.dd.w--open {
  z-index: 9999;
}

.nav-link._1 {
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}

.nav-link._1:hover {
  box-shadow: none;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.blue {
  background-color: #7a7a7a;
}

.section.main {
  margin-top: 73px;
  background-color: #4dbd90;
  background-image: url('../images/analytics-graphic2.png');
  background-position: 0% 23%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.lightblue {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #616161;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #195aad;
  color: #fff;
}

.section.footer.copyright {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #08438f;
  color: #fff;
  font-size: 14px;
}

.section.purple {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0c31b2;
  color: #505050;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #dfe8e4;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.section.red {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #690822;
  background-image: -webkit-linear-gradient(270deg, rgba(54, 54, 54, .85), rgba(54, 54, 54, .85)), url('../images/cannery-row.jpg');
  background-image: linear-gradient(180deg, rgba(54, 54, 54, .85), rgba(54, 54, 54, .85)), url('../images/cannery-row.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.home-image {
  background-image: url('../images/SunsetBlvd2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.section.a {
  padding-top: 20px;
  padding-bottom: 35px;
}

.section.no-space {
  padding-top: 0px;
}

.section.rooms {
  padding-top: 10px;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.nav-menu {
  z-index: 9999;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfe8e4;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer-title.extra {
  margin-top: 15px;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 0px 0px 1px;
  border-bottom-style: solid;
  border-bottom-color: #0b4c9e;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: none;
}

.page-link.in-footer:hover {
  border-bottom: 0px none #d79933;
  color: #ffd45d;
}

.page-link.in-footer.w--current {
  color: #cca027;
  font-weight: 400;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.social-icon-group {
  margin-top: 15px;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  font-family: Lato, sans-serif;
  color: #505050;
  font-size: 24px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-subtitle.left {
  margin-bottom: 5px;
  text-align: left;
}

.section-subtitle.white {
  color: #fff;
  text-transform: uppercase;
}

.section-subtitle.blog {
  margin-bottom: 25px;
  font-weight: 600;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  padding: 10px 0px;
  border-radius: 3px;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.divider.center {
  display: block;
  margin: 15px auto 40px;
  background-color: #d5d5d5;
}

.divider.center.a {
  margin-bottom: 15px;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: 'Roboto Slab';
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

.center-contents {
  text-align: center;
}

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, .31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.masthead-slider {
  height: 700px;
  margin-top: 150px;
  background-color: #fff;
}

.masthead-slide1 {
  background-image: url('../images/home_mh1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.masthead-slide2 {
  background-image: url('../images/home_mh2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.masthead-slide3 {
  background-image: url('../images/home_mh3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logo {
  width: 150px;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-header {
  font-family: Oswald, sans-serif;
  color: #08438f;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-header.white {
  color: #fff;
}

.section-header.blog {
  font-size: 34px;
}

.section-header.rooms {
  margin-top: 35px;
}

.section-header.area {
  margin-top: 35px;
}

.paragraph {
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Droid Sans', sans-serif;
  color: #505050;
  font-size: 16px;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.paragraph.sub-header {
  margin-top: 20px;
  color: #525252;
}

.paragraph.white {
  color: #fff;
}

.paragraph.faq {
  margin-bottom: 25px;
}

.paragraph.contact {
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph.contact.hours {
  margin-top: 15px;
}

.paragraph.bullet-list {
  margin-bottom: 0px;
}

.featured-img {
  display: block;
  width: 250px;
  height: 250px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25));
}

.featured-img.rooms {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/58bf11efdc6f0fcd73f67c4a_30635231073_750b3956de_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/58bf11efdc6f0fcd73f67c4a_30635231073_750b3956de_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured-img.rooms:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/58bf11efdc6f0fcd73f67c4a_30635231073_750b3956de_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/58bf11efdc6f0fcd73f67c4a_30635231073_750b3956de_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured-img.gallery {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/58bf1287b0ef518c68d94204_30620850484_30625283b4_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/58bf1287b0ef518c68d94204_30620850484_30625283b4_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured-img.gallery:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/58bf1287b0ef518c68d94204_30620850484_30625283b4_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/58bf1287b0ef518c68d94204_30620850484_30625283b4_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured-img.area {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/The-Chinese-Theatre-Exterior.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/The-Chinese-Theatre-Exterior.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured-img.area:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/The-Chinese-Theatre-Exterior.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/The-Chinese-Theatre-Exterior.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured-img.sunset {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/58dab31550ea4fa20959bec7_home-cannery-row-lil.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/58dab31550ea4fa20959bec7_home-cannery-row-lil.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.featured-img.sunset:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/58dab31550ea4fa20959bec7_home-cannery-row-lil.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/58dab31550ea4fa20959bec7_home-cannery-row-lil.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.featured-img.guide {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/7316691760_bc4ed6940c_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/7316691760_bc4ed6940c_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.featured-img.guide:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/7316691760_bc4ed6940c_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('../images/7316691760_bc4ed6940c_o.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.footer-logo {
  width: 150px;
  margin-bottom: 15px;
}

.footer-address {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.footer-address.home-amenities {
  color: #505050;
}

.footer-address._2 {
  margin-bottom: 25px;
  padding-left: 35px;
}

.copyright-text {
  font-family: Comfortaa, sans-serif;
  color: #fff;
  text-align: center;
}

.masthead {
  height: 500px;
  margin-top: 150px;
}

.masthead.rooms {
  height: 500px;
  background-image: url('../images/masthead_rooms.jpg');
  background-position: 50% 36%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.masthead.gallery {
  height: 500px;
  background-image: url('../images/area.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.masthead.contact {
  height: 500px;
  background-image: url('../images/contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.masthead.blog {
  height: 500px;
  background-image: url('../images/blog.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.masthead.dining {
  background-image: url('../images/Cafe-High.jpg');
  background-position: 50% 67%;
  background-size: cover;
}

.masthead.area {
  background-image: url('../images/area.jpg'), url('../images/7316739620_5f16a961e3_o.jpg');
  background-position: 50% 50%, 50% 100%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.masthead.map {
  margin-top: 20px;
  background-image: url('../images/home_5.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.masthead.policies {
  background-image: url('../images/home_mh1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.masthead.security {
  background-image: url('../images/sunset-hdr-shower1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.masthead.aquarium {
  margin-top: 150px;
  background-image: url('../images/aquarium.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.masthead.amenities {
  background-image: url('../images/30620850484_30625283b4_o.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.masthead.discover {
  background-image: url('../images/Downtown-LA.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.masthead.hollywood {
  background-image: url('../images/SunsetBlvd2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.masthead.sitemap {
  background-image: url('../images/IMG_6139.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.masthead.faq {
  background-image: url('../images/faq.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.rooms-list-item {
  color: #b3b3b3;
  font-size: 22px;
  list-style-type: disc;
}

.rooms-row {
  margin-top: 35px;
  margin-bottom: 35px;
}

.rooms-img {
  width: 100%;
  height: 215px;
}

.room-title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.room-title.left {
  text-align: left;
}

.room-title.white {
  color: #fff;
}

.room-subtitle {
  margin-top: 10px;
  font-family: Muli;
  color: #797979;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.footer-iconlist {
  width: 30px;
  height: 25px;
  margin-right: 5px;
  float: left;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.email-field {
  font-family: 'Open Sans', sans-serif;
}

.link {
  position: static;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #cca027;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  color: #ffd45d;
}

.link.footer {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.link.footer:hover {
  color: #ffd45d;
}

.gallery-tab {
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eb3843;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.gallery-tab:hover {
  background-color: #d64a6f;
}

.gallery-tab.w--current {
  margin-right: 10px;
  background-color: #a31019;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.gallery-tab.w--current:hover {
  background-color: #d64a6f;
}

.gallery-tabs {
  margin-top: 25px;
}

.tab-panel {
  padding-top: 25px;
  padding-bottom: 25px;
}

.gallery-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lightbox_thumbnail_image {
  width: 100%;
  height: 200px;
}

.field-label {
  width: 90%;
  border-radius: 5px;
  font-family: Comfortaa, sans-serif;
  font-size: 12px;
}

.field-label.number {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  font-weight: 300;
}

.field-label.number.adults {
  background-image: url('../images/age-icon.png');
  background-position: 90% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #333;
}

.field-label.number.child {
  background-image: url('../images/child-icon.png');
  background-position: 95% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.field-label.date {
  background-image: url('../images/calendar-icon.png');
  background-position: 96% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Comfortaa, sans-serif;
  font-weight: 300;
}

.res-div {
  position: relative;
  top: 7px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  width: 270px;
  height: 50px;
  float: right;
  clear: right;
  background-color: transparent;
}

.res-amount {
  width: 100%;
  height: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #004869;
}

.res-amount-text {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: Muli;
  color: #fff;
  text-align: center;
}

.res-amount-number {
  font-size: 24px;
}

.res-amount-column1 {
  padding-right: 0px;
  padding-left: 0px;
}

.res-dropdown {
  padding: 14px 25px;
  background-color: #eb3843;
  font-family: Comfortaa, sans-serif;
  color: #fff;
}

.res-dropdown:hover {
  background-color: #d64a6f;
}

.res-checkrates {
  font-family: Comfortaa, sans-serif;
  text-transform: uppercase;
}

.res-amount-column2 {
  padding-right: 0px;
  padding-left: 0px;
}

.res-dd-list.w--open {
  left: -138px;
  z-index: 1;
  width: auto;
  background-color: #811531;
}

.res-form-wrap {
  display: block;
  padding: 15px;
}

.res-label {
  font-family: Muli;
  color: #fff;
}

.res-column1 {
  padding-right: 1px;
}

.res-field {
  width: 125px;
  margin-right: 8px;
  font-family: Muli;
}

.res-field.date {
  background-image: url('../images/57d0817b690d4acf4b8a227b_calendar-icon.png');
  background-position: 94% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.search-button {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-family: Muli;
  text-align: center;
}

.arrive_depart_input {
  width: 125px;
  background-image: url('../images/57d0817b690d4acf4b8a227b_calendar-icon.png');
  background-position: 96% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: Muli;
}

.featured-img-icon {
  display: block;
  width: 80px;
  height: 50px;
  margin: 15px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 60px;
  text-align: center;
}

.featured-img-text {
  margin-bottom: 25px;
  font-family: 'Droid Sans', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.res-subhead {
  font-family: Comfortaa, sans-serif;
  font-size: 12px;
  line-height: 0px;
  text-indent: 0px;
  text-transform: uppercase;
}

.res-subhead.widget {
  color: #fff;
  font-size: 18px;
  line-height: 14px;
  text-align: center;
}

.res-number {
  display: block;
  margin-top: 5px;
  font-family: Comfortaa, sans-serif;
  line-height: 0px;
}

.res-number.widget {
  margin-bottom: 15px;
  font-family: Raleway;
  color: #fff;
  font-size: 23px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
}

.blog-nav-link {
  margin-right: 10px;
  background-color: #7a7a7a;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 200;
}

.blog-nav-link:hover {
  background-color: #505050;
}

.blog-nav-link.w--current {
  background-color: #505050;
}

.blog-nav {
  margin-top: 0px;
  margin-bottom: 35px;
  text-align: center;
}

.blog-title {
  margin-bottom: 0px;
  font-family: Comfortaa, sans-serif;
  font-size: 20px;
  text-align: left;
}

.date {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
}

.date.blog {
  margin-top: -10px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
}

.blog-thumb {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.blog-item {
  height: 500px;
  margin-bottom: 25px;
}

.blog-excerpt {
  height: 125px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.blog-img {
  display: block;
  width: 50%;
  margin: 25px auto;
}

.blog-content {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: left;
}

.blog-year-dd {
  position: relative;
  top: 100px;
  display: block;
  width: 144px;
  margin-right: auto;
  margin-left: auto;
}

.blog-year-toggle {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #03301d;
  font-family: Raleway;
  color: #fff;
}

.year-dd-link {
  background-color: #03301d;
  font-family: Muli;
  color: #fff;
  text-align: center;
}

.home-dd-link {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #004869;
  text-transform: uppercase;
}

.home-dd-link:hover {
  color: #0f7fb2;
}

.home-dd-link.w--current {
  font-family: 'Open Sans', sans-serif;
  color: #004869;
}

.contact-form-wrapper {
  margin-top: 25px;
}

.dining-row {
  margin-top: 15px;
  margin-bottom: 25px;
}

.dining-img {
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
}

.dining-icon {
  display: block;
  height: 50px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #6b6b6b;
  font-size: 50px;
  text-align: center;
}

.dining-icon.yelp {
  color: #d79933;
  font-size: 40px;
  text-align: left;
}

.yelp {
  width: 100px;
  margin-top: 10px;
}

.area-h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.area-row {
  margin-top: 20px;
  margin-bottom: 10px;
}

.map-maps {
  height: 450px;
  margin-bottom: 50px;
}

.map-item {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #505050;
  list-style-type: decimal;
}

.policies-title {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #004869;
}

.top-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  height: 65px;
  padding-top: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #08438f;
}

.sub-nav-link {
  margin-right: 10px;
  padding-right: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.sub-nav-link:hover {
  color: #ffd45d;
}

.sub-nav-link.w--current {
  color: #cca027;
}

.sub-nav-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-nav-icons {
  margin-top: 0px;
  color: #fff;
}

.sub-head-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100%;
  background-color: #cca027;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.sub-head-icon:hover {
  background-color: #ffd45d;
}

.subnav-col-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

.home-map {
  height: 500px;
}

.area-tabs {
  margin-top: 25px;
  margin-bottom: 25px;
}

.tabs-menu {
  margin-bottom: 15px;
}

.masthead-div {
  position: absolute;
  left: 0px;
  top: 250px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(0, 0, 0, .5);
}

.masthead-title {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 68px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.masthead-subtitle {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.rooms-slider {
  height: 250px;
  margin-bottom: 25px;
}

.king-bed-slide1 {
  background-image: url('../images/IMG_0134_HDR1-825x510.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.img-column-1 {
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
}

.img-column-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.home-sunset-slide1 {
  background-image: url('../images/cannery-row.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.home-sunset-slide2 {
  background-image: url('../images/SunsetBlvd2_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-sunset-slide3 {
  background-image: url('../images/TheSunset.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-sunset-slide4 {
  background-image: url('../images/SunsetBlvd3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-room-slider {
  height: auto;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #fff;
}

.icon {
  color: #7a7a7a;
}

.arrow {
  position: relative;
  top: 0px;
  right: 0px;
  display: block;
  overflow: hidden;
  width: 50%;
  height: 50px;
  margin-top: 0px;
  float: left;
}

.home-room-img {
  display: block;
  width: 100%;
  height: 200px;
  margin: 0px auto 15px;
}

.room-slide-1 {
  height: auto;
}

.room-slide-mask {
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.description {
  font-family: 'Open Sans', sans-serif;
  color: #505050;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.home-amenities-row {
  margin-top: 15px;
}

.home-room-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(63, 63, 63, .59);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: center;
}

.shade {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, .3);
}

.ag-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ag-row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ag-icons {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  color: #811531;
  font-size: 50px;
}

.floating-logo {
  position: absolute;
  width: 400px;
  margin-top: 198px;
  float: none;
}

.home-form {
  margin-top: 15px;
}

.footer-img {
  position: relative;
  display: inline-block;
  width: 800px;
  margin-top: -141px;
  margin-right: 150px;
  float: right;
}

.room-icons {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  clear: right;
  color: #7a7a7a;
  font-size: 50px;
  text-align: center;
}

.room-icon-number {
  font-family: Oswald, sans-serif;
  color: #7a7a7a;
  text-align: center;
}

.room-column {
  padding-right: 0px;
  padding-left: 0px;
}

.room-icons-row {
  margin-bottom: 15px;
}

.more-info {
  position: static;
  display: block;
  margin-right: auto;
  margin-left: 5px;
  float: none;
  text-align: center;
}

.more-info-list.w--open {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  height: auto;
  margin-top: 5px;
  margin-bottom: 25px;
  padding: 15px;
}

.sunset-bars-column1 {
  height: 100%;
  min-height: 550px;
  background-image: url('../images/229864522-area-guide.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sunset-section-row {
  height: auto;
  min-height: 600px;
}

.sunset-text-column {
  display: inline-block;
  width: 50%;
  height: 100%;
  padding: 50px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sunset-list-item {
  margin-bottom: 10px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
}

.sunset-list-row {
  margin-top: 19px;
}

.sunset-clubs {
  height: 100%;
  min-height: 550px;
  background-image: url('../images/Balcony-Suite-Sitting-Area.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sunset-dining {
  height: 100%;
  min-height: 550px;
  background-image: url('../images/fi-gall.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sunset-div {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture-1half {
  width: 50%;
  height: 600px;
  float: left;
}

.picture-1half.bars {
  float: right;
  background-image: url('../images/ag-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.clubs {
  background-image: url('../images/ViperRoom.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.dining {
  background-image: url('../images/7316663064_9a87b79db1_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.shows {
  float: right;
  background-image: url('../images/live-shows.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.restaurants {
  float: right;
  background-image: url('../images/restaurants.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.shopping {
  float: right;
  background-image: url('../images/shopping.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.spa {
  background-image: url('../images/Spa.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.attractions {
  float: left;
  background-image: url('../images/attractions.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.entertainment {
  float: right;
  border-style: none;
  background-image: url('../images/area-guide_entertainment.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.tmz {
  background-image: url('../images/tmz.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.tcl {
  float: right;
  background-image: url('../images/chinese-theater.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.wof {
  background-image: url('../images/walk-of-fame.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.wax {
  float: right;
  background-image: url('../images/Hollywood-Blvd.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.ripleys {
  background-image: url('../images/Ripleys.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.griff {
  float: right;
  background-image: url('../images/Griffith-Park-Observatory.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.sign {
  background-image: url('../images/Hollywood-Sign.jpg');
  background-position: 65% 50%;
  background-size: cover;
}

.picture-1half.cap {
  float: right;
  background-image: url('../images/El-Capitan.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.us {
  background-image: url('../images/attractions.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.dtla {
  background-image: url('../images/discover-los-angeles_downtown_los_angeles.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.bh {
  float: right;
  background-image: url('../images/discover-los-angeles_beverly_hills.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.santa-monica {
  background-image: url('../images/discover-los-angeles_santa_monica_beach_pier.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.gp {
  float: right;
  background-image: url('../images/205991461_griffith_observatory.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.mp {
  background-image: url('../images/iStock-545286388.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.aqua-why {
  background-image: url('../images/7252349160_6f77d24b87_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.aqua-todo {
  float: right;
  background-image: url('../images/7252348586_cc8e571792_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.historic {
  float: right;
  background-image: url('../images/masthead-area.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.aquarium {
  background-image: url('../images/7316663064_9a87b79db1_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-1half.area {
  float: right;
  background-image: url('../images/7316694576_24e488310b_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ema-link {
  color: #fff;
  text-decoration: none;
}

.ema-link:hover {
  color: #ffd45d;
}

.mailing-list-section {
  padding-top: 25px;
  padding-bottom: 0px;
  background-color: #004869;
}

.newsletter-title {
  margin-bottom: -1px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.two-queen-bed-slide1 {
  background-image: url('../images/IMG_0035_HDR.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.two-queen-bed-slide2 {
  background-image: url('../images/Two-Double-Bedded-Rooms.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.king-bed-slide2 {
  background-image: url('../images/Balcony-Suite-309-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.two-queen-suite1 {
  background-image: url('../images/Guest-Rooms.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.two-queen-suite2 {
  background-image: url('../images/IMG_0168_HDR.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.two-room-suite1 {
  background-image: url('../images/IMG_0085_HDR.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.two-room-suite2 {
  background-image: url('../images/IMG_0090_HDR.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.balcony-suite1 {
  background-image: url('../images/Balcony-Suite-High-Resolution.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.balconu-suite2 {
  background-image: url('../images/Balcony-Suite-308-Balcony.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer-linkblck {
  margin-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

.footer-linkblck._2 {
  margin-top: 10px;
}

.slkde-nav {
  display: block;
}

.rooms-dots {
  position: relative;
}

.homeamenities-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.homeamentities-box {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 2px solid #e6e6e6;
}

.homeamenities-listitem {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  color: #505050;
  font-size: 15px;
  list-style-type: disc;
}

.unoha {
  padding-left: 20px;
}

.faq-mintitles {
  margin-bottom: 5px;
  font-family: 'Droid Sans', sans-serif;
  color: #505050;
  font-size: 18px;
  font-weight: 700;
}

.masthead-slide4 {
  background-image: url('../images/home_mh4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.masthead-slide5 {
  background-image: url('../images/home_mh5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-cr-row {
  height: 600px;
}

.home-cr-c1 {
  height: 100%;
  background-image: url('../images/7316739620_5f16a961e3_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-cr-c2-div {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.home-pb-row {
  height: 600px;
}

.home-half1 {
  width: 50%;
  height: 100%;
  float: left;
}

.home-half1.cr {
  background-image: url('../images/hmoe-cr-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-half1.pb {
  float: right;
  background-image: url('../images/home-g-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-half2 {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  float: left;
}

.bottom-res {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  padding-top: 16px;
  padding-bottom: 10px;
  background-color: #eb3843;
}

.bottom-nav-row {
  height: 45px;
}

.bottom-nav-container {
  height: 45px;
}

.bottom-nav-button {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Comfortaa, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.bottom-nav-button:hover {
  background-color: #fff;
  color: #eb3843;
  font-weight: 400;
}

.book-now-embed {
  height: 40px;
  margin-top: 8px;
  font-family: Comfortaa, sans-serif;
  font-size: 16px;
  text-align: center;
}

.rooms-queen1 {
  background-image: url('../images/31406386346_b80bd9ca7f_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-queen2 {
  background-image: url('../images/31073016280_eaf7bc3abb_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-kinga1 {
  background-image: url('../images/31297762632_46cd02be80_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-kinga2 {
  background-image: url('../images/31297763852_dbfa6076ec_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-king1 {
  background-image: url('../images/31297767662_e26fc7950a_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-king2 {
  background-image: url('../images/31297764062_674dffd0bc_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-king3 {
  background-image: url('../images/31406388946_5dc50b4d3a_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lslider-arrow {
  width: 50px;
}

.rooms-king4 {
  background-image: url('../images/31073016880_45453dfef0_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-dqueen1 {
  background-image: url('../images/31297764492_48112d95b4_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-dqueen2 {
  background-image: url('../images/31297765192_f61dbab333_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-dqueen3 {
  background-image: url('../images/31297764822_8f00fde048_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-queen3 {
  background-image: url('../images/31406388236_df414a6606_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.map-wrap {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  min-height: 450px;
}

.blog-author-div {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  border: 1px solid #7a7a7a;
}

.blogger-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.next-prev-row {
  margin-bottom: 25px;
}

.blog-list-wrapper {
  display: block;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.rooms-queen4 {
  background-image: url('../images/30620850074_b550d70e02_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-dqueen4 {
  background-image: url('../images/31405912426_2b570ffd37_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.rooms-kinga3 {
  background-image: url('../images/30634835453_44b7b68553_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tabs-menu-2 {
  margin-bottom: 15px;
  text-align: center;
}

.rooms-dqueen5 {
  background-image: url('../images/31327101781_47e241430e_o.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-2 {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 80vh;
  max-height: 100%;
  max-width: 100%;
  margin-top: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

._404-title {
  margin-top: 25px;
  font-family: Comfortaa, sans-serif;
}

._404-ul {
  margin-top: 15px;
}

._404-li {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: left;
}

.sad-face {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  font-size: 60px;
}

._404-col {
  padding-right: 50px;
  padding-left: 50px;
}

._404-col.line {
  border-left: 2px solid #eee;
}

.why-mh1 {
  background-image: url('../images/why_shred_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.why-mh2 {
  background-image: url('../images/why_shred_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.why-mh3 {
  background-image: url('../images/why_shred_3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.why-mh4 {
  background-image: url('../images/why_shred_4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.savings-mh1 {
  background-image: url('../images/savings_to_you_1.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.savings-mh2 {
  background-image: url('../images/savings_to_you_2.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.savings-mh3 {
  background-image: url('../images/savings_to_you_3.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.savingstable {
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #afafaf;
}

.tableheader-box {
  padding: 10px;
  background-color: #08438f;
}

.tableheader {
  margin-bottom: -15px;
  font-family: 'Open Sans', sans-serif;
  color: #ffd45d;
}

.tableheader._2 {
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  text-align: center;
}

.tablerow {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 2px solid #afafaf;
  font-family: 'Open Sans', sans-serif;
}

.tablerow.last {
  border-top: 2px solid #afafaf;
}

.tablerow-1 {
  min-height: 100px;
  padding: 10px 20px;
  border-right: 2px solid #afafaf;
}

.tablerow-2 {

  min-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 2px solid #afafaf;
}

.tablerow-3 {
  min-height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tablespace {
  height: 40px;
  background-color: #fff;
}

.bluebold {
  color: #08438f;
  font-weight: 700;
}

.list {
  margin-bottom: 20px;
}

.data-mh1 {
  background-image: url('../images/data_destruction_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.data-mh2 {
  background-image: url('../images/data_destruction_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.locations-mh1 {
  background-image: url('../images/locations-mh.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.locations-mh2 {
  background-image: url('../images/locations_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.locationstable {
  overflow: hidden;
  border-style: solid solid none;
  border-width: 2px;
  border-color: #afafaf;
}

.formlabel {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
}

.formlabel.excerpt {
  font-weight: 300;
}

.checkbox-field {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: center;
}

.field-label-2 {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.checkbox {
  margin-top: 4px;
  margin-left: 0px;
  float: none;
}

.html-embed {
  margin-top: 0px;
  margin-bottom: 10px;
}

.html-embed.ssl {
  margin-top: 20px;
}

.footer-smicon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 100%;
  background-color: #cca027;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.footer-smicon:hover {
  background-color: #ffd45d;
}

.faq-ddtoggle {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.faq-label {
  color: #505050;
}

.faq-dd {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}

.faq-ddlist.w--open {
  position: relative;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.hours {
  margin-top: 15px;
}

.important-text {
  font-weight: 400;
}

.heading {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #08438f;
  font-weight: 600;
}

.text-block {
  text-align: center;
}

.text-block-2 {
  text-align: center;
}

.text-block-3 {
  text-align: center;
}

.text-block-4 {
  text-align: center;
}

.text-block-5 {
  text-align: center;
}

.important-text-2 {
  text-align: center;
}

.text-block-6 {
  text-align: center;
}

.hdd {
  margin-top: 20px;
}

.copier {
  margin-top: -6px;
}

.map {
  width: 100%;
  height: 360px;
  margin-top: 25px;
}

.location-cities {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #08438f;
  font-size: 20px;
  font-weight: 600;
}

.text-block-7 {
  margin-top: 5px;
  margin-bottom: 10px;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .button.white-outline {
    width: 173px;
  }
  .button.white-outline:hover {
    background-color: #7a7a7a;
  }
  .button.rooms {
    float: none;
    clear: none;
  }
  .button.area {
    width: 150px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.more-info {
    position: relative;
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .button.nav-book {
    width: auto;
    margin-top: -3px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
  }
  .navigation {
    top: 45px;
    height: auto;
  }
  .nav-link {
    padding: 15px 0px;
    border-bottom: 1px solid #042c5f;
    color: #fff;
    font-size: 16px;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
    color: #cca027;
  }
  .nav-link.menu {
    margin-top: 10px;
    padding: 10px 15px;
    border: 2px solid #08438f;
    color: #08438f;
    font-size: 44px;
  }
  .nav-link.menu.w--open {
    background-color: #08438f;
    color: #fff;
  }
  .nav-link._1 {
    border-bottom-style: none;
  }
  .section {
    padding-right: 50px;
    padding-left: 50px;
  }
  .section.footer {
    padding-bottom: 100px;
  }
  .nav-menu {
    margin-top: -4px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #08438f;
  }
  .page-link.in-footer {
    position: relative;
    z-index: 2;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .masthead-slider {
    height: 500px;
    margin-top: 130px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .section-header.tri {
    font-size: 28px;
  }
  .paragraph {
    margin-bottom: 15px;
  }
  .paragraph.contact {
    margin-top: 0px;
  }
  .paragraph.contact.hours {
    margin-top: 15px;
  }
  .featured-img {
    width: 200px;
    height: 200px;
  }
  .footer-address._2 {
    font-size: 13px;
  }
  .masthead {
    height: 400px;
    margin-top: 130px;
  }
  .masthead.rooms {
    height: 400px;
    background-size: cover;
    background-attachment: scroll;
  }
  .masthead.gallery {
    height: 400px;
    background-attachment: scroll;
  }
  .masthead.contact {
    height: 400px;
    background-attachment: scroll;
  }
  .masthead.blog {
    height: 400px;
    background-attachment: scroll;
  }
  .masthead.area {
    background-size: cover;
    background-attachment: scroll;
  }
  .masthead.map {
    background-attachment: scroll;
  }
  .masthead.policies {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .masthead.security {
    background-attachment: scroll;
  }
  .masthead.aquarium {
    background-attachment: scroll;
  }
  .masthead.amenities {
    background-attachment: scroll;
  }
  .masthead.discover {
    background-attachment: scroll;
  }
  .lightbox_thumbnail_image {
    height: 150px;
  }
  .res-div {
    position: relative;
    top: 20px;
    right: -312px;
    bottom: 0px;
    float: none;
    clear: none;
  }
  .res-amount-column1 {
    display: none;
  }
  .res-dropdown {
    margin-top: -10px;
  }
  .res-checkrates {
    text-align: center;
  }
  .res-amount-column2 {
    margin-top: -75px;
  }
  .res-form-wrap {
    position: absolute;
    left: -74px;
    width: 330px;
    margin-top: 0px;
    padding-bottom: 20px;
    background-color: #811531;
  }
  .res-subhead {
    height: 20px;
    margin-top: 15px;
    font-family: Raleway;
    color: #fff;
    font-size: 18px;
    text-align: center;
  }
  .res-number {
    height: 20px;
    margin-top: 0px;
    font-family: Raleway;
    color: #fff;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
  }
  .blog-item {
    height: 500px;
  }
  .blog-excerpt {
    height: auto;
  }
  .top-nav {
    height: auto;
  }
  .sub-nav-row {
    padding-top: 0px;
    padding-bottom: 2px;
  }
  .sub-nav-icons {
    margin-top: 3px;
  }
  .sub-head-icon {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 2px;
    font-size: 25px;
  }
  .subnav-col-2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .masthead-div {
    top: 150px;
    width: 85%;
  }
  .masthead-title {
    margin-bottom: 10px;
    font-size: 50px;
    letter-spacing: 0px;
  }
  .ag-row1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .floating-logo {
    position: absolute;
    display: block;
  }
  .footer-img {
    width: 650px;
    margin-top: -110px;
    margin-left: 80px;
    float: none;
  }
  .more-info {
    float: none;
    text-align: center;
  }
  .sunset-text-column {
    width: 100%;
  }
  .sunset-div {
    width: 100%;
  }
  .picture-1half {
    width: 100%;
    height: 400px;
    float: none;
  }
  .picture-1half.bars {
    width: 100%;
    height: 400px;
  }
  .picture-1half.clubs {
    float: right;
  }
  .footer-linkblck {
    margin-bottom: 15px;
  }
  .homeamenities-img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .homeamentities-box {
    display: block;
    width: 80%;
    margin: 20px auto 0px;
  }
  .unoha {
    padding-left: 41px;
  }
  .res-form {
    margin-top: 10px;
  }
  .home-half1.cr {
    width: 100%;
  }
  .home-half1.pb {
    width: 100%;
  }
  .home-half2 {
    width: 100%;
  }
  .tablerow-1 {
    min-height: 75px;
  }
  .tablerow-2 {
    display: block;
    min-height: 75px;
  }
  .sm-navdiv {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sm-mobile {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 8px 2px;
    border-radius: 100%;
    background-color: #cca027;
    color: #fff;
    font-size: 30px;
  }
  .sm-mobile:hover {
    background-color: #ffd45d;
  }
  .html-embed {
    overflow: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .button.white-outline {
    width: auto;
  }
  .button.rooms {
    float: left;
  }
  .button.area {
    width: 125px;
    margin-right: 9px;
    font-size: 15px;
  }
  .button.nav-book.mobile {
    position: relative;
    display: inline-block;
    width: 120px;
    margin-top: 15px;
    padding-right: 16px;
    padding-left: 16px;
    float: left;
  }
  .logo-text {
    margin-top: 15px;
  }
  .navigation {
    top: 0px;
  }
  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .nav-link.menu {
    position: relative;
    margin-top: 0px;
    padding: 10px 15px;
    float: right;
  }
  .section {
    padding: 25px 15px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .section.lightblue {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.purple {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .nav-menu {
    margin-top: -5px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .page-link.in-footer {
    text-align: left;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .brand-link {
    margin-right: 25px;
  }
  .section-subtitle {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .section-subtitle.left {
    text-align: left;
  }
  .plan-wrapper {
    height: auto;
    min-height: auto;
    margin-right: 5%;
    margin-bottom: 0px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .divider.center {
    width: 80%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .masthead-slider {
    height: 400px;
    margin-top: 80px;
  }
  .logo {
    width: 125px;
    margin-top: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-header {
    font-size: 32px;
  }
  .section-header.tri {
    margin-bottom: 0px;
    font-size: 22px;
  }
  .section-header.blog {
    font-size: 28px;
  }
  .paragraph.white {
    line-height: 24px;
  }
  .featured-img {
    width: 100%;
    height: 150px;
  }
  .footer-address {
    text-align: left;
  }
  .masthead {
    height: 300px;
    margin-top: 75px;
  }
  .masthead.rooms {
    height: 300px;
    margin-top: 65px;
    background-position: 50% 100%;
    background-size: cover;
  }
  .masthead.gallery {
    height: 300px;
    margin-top: 65px;
  }
  .masthead.contact {
    height: 300px;
    margin-top: 65px;
  }
  .masthead.blog {
    height: 300px;
    margin-top: 65px;
  }
  .rooms-img {
    margin-top: 15px;
  }
  .link {
    font-size: 16px;
  }
  .link.footer {
    font-size: 14px;
  }
  .gallery-item {
    display: inline-block;
    width: 50%;
    float: none;
  }
  .lightbox_thumbnail_image {
    width: 100%;
    height: auto;
  }
  .field-label.number.adults {
    width: 50px;
  }
  .field-label.number.child {
    width: 50px;
  }
  .field-label.date {
    margin-bottom: 0px;
  }
  .res-div {
    width: 150px;
  }
  .res-dropdown {
    margin-top: 7px;
  }
  .res-checkrates {
    text-align: center;
  }
  .res-amount-column2 {
    margin-top: -75px;
  }
  .res-form-wrap {
    left: -97px;
  }
  .featured-img-text {
    font-size: 24px;
  }
  .blog-nav {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .blog-title {
    text-align: center;
  }
  .blog-item {
    height: auto;
    margin-bottom: 50px;
  }
  .blog-img {
    width: 75%;
  }
  .area-h2 {
    line-height: 24px;
  }
  .top-nav {
    display: none;
  }
  .home-map {
    height: 400px;
  }
  .masthead-div {
    top: 100px;
  }
  .masthead-title {
    margin-bottom: 10px;
    font-size: 52px;
    letter-spacing: 4px;
  }
  .masthead-subtitle {
    font-size: 18px;
    line-height: 18px;
  }
  .king-bed-slide1 {
    padding-right: 0px;
  }
  .home-room-slider {
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-room-img {
    width: 75%;
  }
  .home-room-title {
    width: 75%;
  }
  .floating-logo {
    position: absolute;
    display: block;
    float: none;
  }
  .footer-img {
    z-index: 0;
    display: block;
    margin-top: -90px;
    margin-left: 0px;
  }
  .more-info {
    margin-bottom: 10px;
    float: left;
  }
  .sunset-text-column {
    padding-right: 25px;
    padding-left: 25px;
  }
  .picture-1half.bars {
    height: 300px;
  }
  .footer-linkblck {
    width: 60%;
  }
  .homeamenities-listitem {
    text-align: left;
  }
  .home-cr-c2-div {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-pb-row {
    height: 400px;
  }
  .bottom-res {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .inblog-listitem {
    margin-bottom: 25px;
  }
  .utility-page-wrap {
    height: auto;
    margin-top: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ._404-title {
    font-size: 24px;
    line-height: 28px;
  }
  .tableheader {
    margin-bottom: 0px;
  }
  .tablerow-1 {
    min-height: 65px;
  }
  .tablerow-2 {
    min-height: 65px;
    border-right-style: none;
  }
  .container {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .sm-navdiv {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .button.rooms {
    float: none;
  }
  .button.area {
    font-size: 15px;
  }
  .nav-link.menu {
    margin-top: 1px;
  }
  .section.footer {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .section-subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .section-subtitle.left {
    margin-bottom: 0px;
  }
  .plan-wrapper {
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .divider.center {
    margin-bottom: 20px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .masthead-slider {
    height: 350px;
  }
  .logo {
    width: 125px;
    margin-top: 6px;
  }
  .section-header {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .section-header.tri {
    font-size: 28px;
  }
  .section-header.blog {
    font-size: 24px;
  }
  .paragraph {
    text-align: justify;
  }
  .featured-img {
    width: 200px;
    height: 200px;
  }
  .footer-address._2 {
    font-size: 14px;
  }
  .masthead {
    height: 250px;
  }
  .masthead.rooms {
    height: 250px;
    background-size: cover;
    background-attachment: scroll;
  }
  .masthead.gallery {
    height: 250px;
  }
  .masthead.contact {
    height: 250px;
  }
  .masthead.blog {
    height: 250px;
  }
  .email-field {
    margin-top: 5px;
  }
  .link {
    color: #cca027;
    font-size: 16px;
  }
  .link.footer {
    font-size: 14px;
  }
  .gallery-tab {
    display: inline-block;
  }
  .field-label.number.adults {
    width: 50px;
    margin-right: 0px;
    float: left;
  }
  .field-label.number.child {
    display: inline-block;
    width: 50px;
    margin-top: 0px;
    margin-right: 0px;
    float: left;
  }
  .field-label.date {
    width: 45px;
    height: 40px;
    margin-bottom: 10px;
    padding: 0px;
  }
  .res-div {
    right: -112px;
    width: 115px;
    margin-left: 10px;
  }
  .res-dropdown {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .res-checkrates {
    font-size: 14px;
  }
  .res-amount-column2 {
    margin-top: -75px;
  }
  .res-form-wrap {
    left: -40px;
    width: 200px;
    text-align: center;
  }
  .res-column1 {
    text-align: center;
  }
  .res-field {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .arrive_depart_input {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .blog-nav-link {
    display: inline-block;
    width: 40px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
  }
  .blog-title {
    text-align: center;
  }
  .blog-thumb {
    height: 200px;
  }
  .blog-item {
    height: auto;
  }
  .blog-img {
    width: 100%;
  }
  .masthead-div {
    top: 110px;
    width: 90%;
    padding: 25px 10px;
  }
  .masthead-title {
    margin-bottom: 0px;
    font-size: 32px;
    letter-spacing: 1px;
  }
  .masthead-subtitle {
    font-size: 18px;
  }
  .home-room-slider {
    padding-right: 0px;
    padding-left: 0px;
  }
  .home-room-img {
    width: 100%;
  }
  .home-room-title {
    width: 100%;
  }
  .ag-col2 {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .ag-row1 {
    display: block;
  }
  .footer-img {
    margin-top: -57px;
  }
  .ag-img {
    width: 80%;
    height: 250px;
  }
  .more-info {
    float: none;
  }
  .sunset-list-item {
    margin-bottom: 20px;
  }
  .sunset-div {
    float: none;
  }
  .picture-1half.bars {
    height: 250px;
  }
  .footer-linkblck {
    width: 50%;
  }
  .footer-linkblck._2 {
    margin-top: 10px;
  }
  .homeamenities-listitem {
    text-align: left;
  }
  .home-pb-row {
    height: 300px;
  }
  .bottom-res {
    height: 80px;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .book-now-embed {
    margin-top: 25px;
    font-size: 14px;
  }
  .mres-col {
    padding: 0px 5px;
  }
  .mres-label {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 9px;
    line-height: 12px;
    font-weight: 400;
  }
  ._404-col {
    padding-right: 10px;
    padding-left: 10px;
  }
  .tablerow-1 {
    min-height: 135px;
  }
  .tablerow-2 {
    min-height: 135px;
  }
  .bluebold {
    font-size: 18px;
  }
  .html-embed {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .heading {
    font-size: 24px;
    font-weight: 700;
  }
  .hdd {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .copier {
    margin-top: 0px;
  }
}

