section.room-list {
  padding: 1.5em 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  section.room-list > h2.header {
    margin: 0;
    margin-bottom: 0.7em; }
  section.room-list > article.room-list {
    width: 49%;
    box-shadow: 0px 0px 5px #ccc;
    float: left;
    margin-right: 2%;
    margin-bottom: 1em;
    padding: 1em; }
    section.room-list > article.room-list:nth-child(2n-1) {
      margin-right: 0%; }
    section.room-list > article.room-list h3, section.room-list > article.room-list p {
      margin: 0; }
    section.room-list > article.room-list header {
      margin-bottom: 1em; }
    section.room-list > article.room-list footer {
      margin-top: 1em; }
  section.room-list:before, section.room-list:after {
    content: "";
    display: table; }
  section.room-list:after {
    clear: both; }

.room-full .room-title {
  font-size: 3em; }
.room-full .room-header-btns {
  display: none; }
  .room-full .room-header-btns .pull-left {
    margin-right: 0.2em; }
.room-full .room-media-wrapper {
  margin-top: 2em; }
  .room-full .room-media-wrapper .room-main-image {
    width: 100%;
    padding-bottom: 38%;
    position: relative;
    margin-bottom: 1em;
    overflow: hidden; }
    .room-full .room-media-wrapper .room-main-image img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  .room-full .room-media-wrapper .room-media-thumbnails .room-file.img-thumbnail {
    width: 5.7em;
    padding-bottom: 5.7em;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    cursor: hand; }
    .room-full .room-media-wrapper .room-media-thumbnails .room-file.img-thumbnail > div {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
    .room-full .room-media-wrapper .room-media-thumbnails .room-file.img-thumbnail > canvas {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
.room-full .room-inner {
  margin-top: 2em; }
  .room-full .room-inner .room-inner-right .room-features {
    font-family: "futura-pt",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.9em; }
    .room-full .room-inner .room-inner-right .room-features .room-feature {
      border-bottom: 1px solid #eee;
      padding-bottom: 0.8em;
      margin-bottom: 0.8em; }
      .room-full .room-inner .room-inner-right .room-features .room-feature span {
        display: inline-block;
        width: 50%;
        color: #777; }
        .room-full .room-inner .room-inner-right .room-features .room-feature span:nth-child(2n) {
          font-weight: 200;
          text-align: right;
          color: #888; }
  .room-full .room-inner .room-inner-right .room-website {
    font-family: "futura-pt",sans-serif;
    text-transform: uppercase;
    margin-top: 1em;
    font-size: 0.9em; }
    .room-full .room-inner .room-inner-right .room-website a {
      font-weight: 700; }
  .room-full .room-inner .room-inner-right {
    display: none; }
.room-full .room-inner.w-features .room-inner-left {
  width: 50%;
  padding-right: 2em;
  border-right: 1px solid #ccc; }
.room-full .room-inner.w-features .room-inner-right {
  width: 50%;
  padding-left: 2em;
  display: block; }
.room-full #room-openings-wrapper {
  margin-top: 3em;
  width: 100%; }
  .room-full #room-openings-wrapper > h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #22587C;
    font-size: 1.8em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1.2em; }
  .room-full #room-openings-wrapper .fc-event:hover {
    opacity: 0.9;
    cursor: pointer;
    cursor: hand; }
.room-full .room-application-form {
  margin-top: 3em;
  width: 100%; }
  .room-full .room-application-form h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #22587C;
    font-size: 1.8em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1.2em; }
  .room-full .room-application-form .row {
    margin-left: 0;
    margin-right: 0; }
.room-full .room-documents {
  margin-top: 3em;
  width: 100%; }
  .room-full .room-documents > h2 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #22587C;
    font-size: 1.8em;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1.2em; }
  .room-full .room-documents .room-file.room-document {
    min-height: 3em; }
    .room-full .room-documents .room-file.room-document a {
      margin-right: 1em;
      background-color: #22587C;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      padding: 0.6em 1em; }
    .room-full .room-documents .room-file.room-document span {
      font-weight: 200;
      color: #888; }

#room-full-img-lightbox {
  max-width: 90%; }
  #room-full-img-lightbox img {
    width: 100%; }

#room-full-video-lightbox {
  max-width: 90%; }
  #room-full-video-lightbox img {
    width: 100%; }
  #room-full-video-lightbox video {
    width: 100%; }

/*# sourceMappingURL=room.css.map */
