﻿ul.item-gallery {
  display: none;
}

html {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.38;
  color: #5E5E5E;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

body {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #CDCED2;
  box-sizing: border-box;
  border-radius: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-5 {
  padding-bottom: 5px;
}
.pb-10 {
  padding-bottom: 10px;
}

.center-icon {
  left: 50% !important;
  margin-left: -13px;
  display: block !important;
}

.salesguide-fact {
  display: table-row;
  float: left;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  font-weight: normal;
}
.salesguide-fact:last-child {
  border: none;
  padding-bottom: 0;
}

.fact {
  float: left;
  padding: 5px 0 5px 0;
  border-bottom: 1px solid #CDCED2;
  width: 100%;
  font-weight: bold;
  color: #707070;
}
.fact .fact-title {
  width: 17%;
  height: 100%;
  float: left;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
}
.fact .fact-column-wrapper {
  float: left;
  width: 83%;
  padding: 10px 0;
}
.fact .fact-column-wrapper .fact-column {
  width: 33.3%;
  float: left;
}
.fact .fact-column-wrapper .fact-column.sm {
  width: 25%;
}
.fact .fact-column-wrapper-stats {
  float: left;
  width: 100%;
}
.fact .fact-column-wrapper-stats .fact-column {
  width: 27.3%;
  float: left;
  padding: 10px 0;
  min-height: 45px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.fact .fact-column-wrapper-stats .fact-column .stars {
  padding: 0 12px 0 0;
}
.fact .fact-column-wrapper-stats .fact-column.sm {
  width: 17%;
}
.fact span {
  border-bottom: 1px dashed #DDD;
  padding: 2px 0 3px 0;
}
.fact span:first-child {
  color: #666;
  font-size: 13px;
  font-family: "Lato", sans-serif;
  min-width: 60px;
  display: table-cell;
  font-variant: small-caps;
  white-space: nowrap;
  padding-right: 12px;
}
.fact span + span {
  color: #094275;
  display: table-cell;
}
.fact .fact-column.room-popover {
  display: flex;
  align-items: center;
}

.move-nav-half {
  right: calc(45% + 50px) !important;
  transition: 0.2s ease;
}

.move-nav-quarter {
  right: calc(20% + 50px) !important;
  transition: 0.2s ease;
}

.description-wrap {
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 0 20px;
  overflow: auto;
  transition: 0.2s ease;
}
.description-wrap .image-desc {
  visibility: hidden;
}
.description-wrap.half {
  width: 45%;
  right: -45%;
}
.description-wrap.quarter {
  width: 20%;
  right: -20%;
}
.description-wrap.slide-desc {
  background: rgba(255, 255, 255, 0.9);
  right: 0;
  transition: 0.2s ease;
  padding: 0 20px;
}
.description-wrap.slide-desc .image-desc {
  visibility: visible;
}

.description {
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 10px;
  overflow: auto;
  transition: 0.2s ease;
  margin-top: 40px;
}

.hotspot {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  cursor: pointer;
}

.open-desc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 5px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
}
.open-desc > div {
  background-image: url("images/icons/info.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
}
.open-desc.active > div {
  background-image: url("images/icons/close.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

#description p {
  padding: 0px 8px 0px 8px;
}

.room img {
  border: #C4CDE0;
}
.room img.gallery {
  cursor: pointer;
}
.room h3 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 8px;
}
.room .book-now-small {
  margin-top: 8px;
}

.no-gallery ul {
  float: left;
  margin: 0;
  padding: 0;
}
.no-gallery li {
  list-style-type: none;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.clear {
  clear: both;
}

.logo {
  float: right;
  margin-top: 4px;
  height: 24px;
  line-height: 26px;
  position: fixed;
  bottom: 7px;
  right: 7px;
}
.logo img {
  vertical-align: top;
  outline: 0;
  border: 0;
  margin: 0;
}

#playerframe {
  width: 100%;
}

#ytplayer {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.room-select {
  margin: 0 0 10px 0;
}
.room-select select {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  padding: 10px 10px;
  border: solid 1px #e1e1e1;
}
.room-select select optgroup {
  padding-left: 18px;
  color: #ABABAB;
}
.room-select select optgroup option {
  color: #333333;
}

.light-slider-rooms img {
  border-radius: 5px;
}

.tab {
  padding-top: 10px;
  /*width: 650px;*/
  margin-left: 13px;
  margin-top: 5px;
}

#top-tabs {
  margin: 0;
}
#top-tabs ul.tabs {
  margin: 0;
  padding: 0;
  /**/
  top: 0;
  z-index: 99;
  width: 100%;
  transition: top 0.2s ease-in-out;
  border-bottom: none !important;
  height: 40px;
  min-height: 40px;
}
#top-tabs ul.tabs.nav-up {
  top: -40px;
}
#top-tabs ul.tabs li {
  display: inline-block;
  text-align: center;
  margin: 0;
  width: 16%;
  box-sizing: border-box;
  min-height: 40px;
}
#top-tabs ul.tabs li.travelInfo-nav {
  width: 22%;
}
#top-tabs ul.tabs li span.icon {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 15px;
  top: 7px;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
}
#top-tabs ul.tabs li span.link-text:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  margin-left: -31px;
  top: 7px;
  background-position: center;
  background-repeat: no-repeat;
}
#top-tabs ul.tabs li.info-nav span.link-text:before, #top-tabs ul.tabs li.info-nav span.icon {
  background-image: url("images/icons/information.svg");
}
#top-tabs ul.tabs li.images-nav span.link-text:before, #top-tabs ul.tabs li.images-nav span.icon {
  background-image: url("images/icons/images.svg");
}
#top-tabs ul.tabs li.videos-nav span.link-text:before, #top-tabs ul.tabs li.videos-nav span.icon {
  background-image: url("images/icons/video.svg");
}
#top-tabs ul.tabs li.descriptions-nav span.link-text:before, #top-tabs ul.tabs li.descriptions-nav span.icon {
  background-image: url("images/icons/description.svg");
}
#top-tabs ul.tabs li.rooms-nav span.link-text:before, #top-tabs ul.tabs li.rooms-nav span.icon {
  background-image: url("images/icons/rooms.svg");
}
#top-tabs ul.tabs li.amenities-nav span.link-text:before, #top-tabs ul.tabs li.amenities-nav span.icon {
  background-image: url("images/icons/rooms.svg");
}
#top-tabs ul.tabs li.venues-nav span.link-text:before, #top-tabs ul.tabs li.venues-nav span.icon {
  background-image: url("images/icons/venue.svg");
}
#top-tabs ul.tabs li.packages-nav span.link-text:before, #top-tabs ul.tabs li.packages-nav span.icon {
  background-image: url("images/icons/package_type.svg");
}
#top-tabs ul.tabs li.facilities-nav span.link-text:before, #top-tabs ul.tabs li.facilities-nav span.icon {
  background-image: url("images/icons/facilities.svg");
}
#top-tabs ul.tabs li.downloads-nav span.link-text:before, #top-tabs ul.tabs li.downloads-nav span.icon {
  background-image: url("images/icons/downloads.svg");
}
#top-tabs ul.tabs li.directions-nav span.link-text:before, #top-tabs ul.tabs li.directions-nav span.icon {
  background-image: url("images/icons/Directions.svg");
}
#top-tabs ul.tabs li.contacts-nav span.link-text:before, #top-tabs ul.tabs li.contacts-nav span.icon {
  background-image: url("images/icons/contact.svg");
}
#top-tabs ul.tabs li.travelInfo-nav span.link-text:before, #top-tabs ul.tabs li.travelInfo-nav span.icon {
  background-image: url("images/icons/information.svg");
}
#top-tabs ul.tabs li.attractions-nav span.link-text:before, #top-tabs ul.tabs li.attractions-nav span.icon {
  background-image: url("images/icons/attraction.svg");
}
#top-tabs ul.tabs li.active.info-nav span.link-text:before, #top-tabs ul.tabs li.active.info-nav span.icon {
  background-image: url("images/icons/information_active.svg");
}
#top-tabs ul.tabs li.active.images-nav span.link-text:before, #top-tabs ul.tabs li.active.images-nav span.icon {
  background-image: url("images/icons/image_active.svg");
}
#top-tabs ul.tabs li.active.videos-nav span.link-text:before, #top-tabs ul.tabs li.active.videos-nav span.icon {
  background-image: url("images/icons/videos_active.svg");
}
#top-tabs ul.tabs li.active.descriptions-nav span.link-text:before, #top-tabs ul.tabs li.active.descriptions-nav span.icon {
  background-image: url("images/icons/description_active.svg");
}
#top-tabs ul.tabs li.active.rooms-nav span.link-text:before, #top-tabs ul.tabs li.active.rooms-nav span.icon {
  background-image: url("images/icons/rooms_active.svg");
}
#top-tabs ul.tabs li.active.amenities-nav span.link-text:before, #top-tabs ul.tabs li.active.amenities-nav span.icon {
  background-image: url("images/icons/rooms_active.svg");
}
#top-tabs ul.tabs li.active.venues-nav span.link-text:before, #top-tabs ul.tabs li.active.venues-nav span.icon {
  background-image: url("images/icons/venue_active.svg");
}
#top-tabs ul.tabs li.active.packages-nav span.link-text:before, #top-tabs ul.tabs li.active.packages-nav span.icon {
  background-image: url("images/icons/package_type_active.svg");
}
#top-tabs ul.tabs li.active.downloads-nav span.link-text:before, #top-tabs ul.tabs li.active.downloads-nav span.icon {
  background-image: url("images/icons/downloads_active.svg");
}
#top-tabs ul.tabs li.active.directions-nav span.link-text:before, #top-tabs ul.tabs li.active.directions-nav span.icon {
  background-image: url("images/icons/Directions_active.svg");
}
#top-tabs ul.tabs li.active.contacts-nav span.link-text:before, #top-tabs ul.tabs li.active.contacts-nav span.icon {
  background-image: url("images/icons/contact_active.svg");
}
#top-tabs ul.tabs li.active.travelInfo-nav span.link-text:before, #top-tabs ul.tabs li.active.travelInfo-nav span.icon {
  background-image: url("images/icons/information_active.svg");
}
#top-tabs ul.tabs li.active.attractions-nav span.link-text:before, #top-tabs ul.tabs li.active.attractions-nav span.icon {
  background-image: url("images/icons/attraction-focused.svg");
}
#top-tabs ul.tabs li a {
  font-size: 14px;
  color: #333333;
  padding: 0 16px 0 16px;
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
}
#top-tabs ul.tabs li a:hover {
  text-decoration: none;
}
#top-tabs ul.tabs li a:active {
  outline: 0;
}
#top-tabs ul.tabs li a:focus {
  outline: 0;
  text-decoration: underline;
}
#top-tabs ul.tabs li.active {
  font-weight: bold;
  border-bottom: 3px solid #999;
  background-color: none !important;
}
.slider-height {
  height: 500px !important;
}

#downloads ul {
  list-style: none;
  padding: 0;
}
#downloads li {
  display: inline-block;
  width: 214px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 5px 11px 5px;
  vertical-align: bottom;
  cursor: pointer;
}
#downloads li:hover:not(.selected) {
  background: #dde3f9;
}
#downloads li.selected {
  background: #bbc3f9;
  border: 1px solid blue;
}
#downloads li * {
  cursor: pointer;
}
#downloads input[type=checkbox] {
  margin-left: 0.66em;
}
#downloads .image-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 160px;
  width: 210px;
}
#downloads .image-label {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.66em 0 0.66em;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666666;
}
#downloads .checkbox-label {
  vertical-align: top;
  font-size: 14px;
  color: #666666;
}
#downloads .small {
  margin: 2px 0.33em 0 0.33em;
  font-size: 82%;
  color: #666666;
}

#directions .panel-heading {
  padding: 0;
}
#directions .panel-title a {
  padding: 10px 15px;
  display: block;
}
#directions .panel-title a:focus {
  outline: none;
}
#directions .panel-title a span.glyphicon {
  float: right;
}
#directions hr {
  border-width: 4px 0 0 0;
}

#information {
  margin: 16px;
  margin-top: 0;
}
#information > div:not(.fact) {
  margin-top: 16px;
}

#contact {
  margin: 16px;
  margin-top: 0px;
}
#contact > table {
  width: 100%;
}
#contact > table tr:not(.heading) td:first-child {
  padding-left: 0.5em;
  font-weight: bold;
}
#contact > table h4 {
  font-weight: bold;
}
#contact > table .rowDivider {
  border-bottom: solid 1px #e5e5e5;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #333;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
}

.content-wrapper {
  overflow-y: auto;
}
.content-wrapper .attraction .tooltip-left:after,
.content-wrapper .attraction .tooltip-right:after {
  width: 150px;
}

.facts-wrap {
  float: left;
}
.facts-wrap.travel-info {
  display: flex;
  float: none;
  flex-direction: column;
}
.facts-wrap.travel-info .fact {
  display: flex;
  float: none;
}
.facts-wrap.travel-info .fact-column.sm {
  width: 20%;
  padding-right: 15px;
}

#no-content {
  padding: 15px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-wrapper {
  height: 100%;
  background-color: #fff;
  z-index: 999;
  position: absolute;
  width: 100%;
}

.lightSlider.lsGrab > * {
  position: relative;
}
.lightSlider.lsGrab > * span {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
}

.lSSlideWrapper {
  position: relative;
}

.light-slider-rooms:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 99%;
  background-color: none;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
}

.accommodation .lSAction > .lSNext {
  background-position: -66px 0;
  right: 50px;
  transition: 0.1s ease;
}

.lSGallery li.active, .lSGallery li:hover {
  background-color: rgb(0, 0, 0);
  transition: opacity 0.35s linear 0s;
}

.lSPager.lSGallery {
  position: relative;
}

.lSSlideOuter .lSPager.lSGallery li {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery li:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition: background-color 0.2s linear;
  -ms-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.lSSlideOuter .lSPager.lSGallery li.active:hover:before, .lSSlideOuter .lSPager.lSGallery li:hover:before, .lSSlideOuter .lSPager.lSGallery li.active:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 99%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  cursor: pointer;
  border-radius: 5px;
}

.lSAction > a {
  width: 60px;
  height: 60px;
  margin-top: -30px;
}

.lSAction > .lSNext {
  background-position: -66px 0;
  right: 10px;
}

.lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider > * {
  position: relative;
}
.lSSlideOuter .lSGallery li .image-desc, .lSSlideOuter .lightSlider > * .image-desc {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  z-index: 99 !important;
  font-family: "Open Sans", sans-serif;
}
.lSSlideOuter .lSGallery li .image-desc p, .lSSlideOuter .lightSlider > * .image-desc p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lSSlideOuter .lSGallery li .image-desc p.label, .lSSlideOuter .lightSlider > * .image-desc p.label {
  font-size: 16px;
  font-weight: bold;
}
.lSSlideOuter .lSGallery li .image-desc p.desc, .lSSlideOuter .lightSlider > * .image-desc p.desc {
  font-size: 13px;
  margin-bottom: 15px;
}
.lSSlideOuter .lSGallery li .image-desc p.credit, .lSSlideOuter .lightSlider > * .image-desc p.credit {
  font-size: 11px;
  font-style: italic;
}

.lSSlideOuter .lSPager.lSGallery img {
  width: 100%;
}

.slide-count {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px;
  bottom: 15px;
  right: 15px;
}
.slide-count.padded {
  right: 50px;
}

.cabins {
  float: left;
}

.facilities-title {
  display: none !important;
}

/*TOOL TIP=========================*/
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px 0;
  width: 100%;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -50%;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.tooltip-left:before {
  margin-left: 0;
  margin-right: -42px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 80%;
  bottom: auto;
  left: 50%;
}

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 8px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
  width: 135px;
  text-align: center;
}

@media screen and (max-width: 680px) {
  span.link-text {
    display: none;
  }
  span.icon {
    left: 50% !important;
    margin-left: -12px;
    display: block !important;
  }
}
@media screen and (max-width: 679px) {
  .fact .fact-column-wrapper-stats .fact-column.sm {
    width: 50%;
  }
  .fact .fact-column-wrapper-stats .fact-column {
    width: 50%;
  }
  .fact .fact-title {
    width: 100%;
    height: 100%;
    float: left;
  }
  .fact .fact-column-wrapper {
    float: left;
    width: 100%;
    padding: 10px 0;
  }
  .fact .fact-column-wrapper .fact-column {
    width: 50%;
    float: left;
  }
}
.rooms-popover-wrap {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: 10px;
}
.rooms-popover-wrap > img {
  width: 16px;
  height: 16px;
}
.rooms-popover-wrap .rooms-popover-content {
  visibility: hidden;
  position: absolute;
  background-color: white;
  top: 35px;
  left: -18px;
  border: 1px solid #707070;
  border-radius: 5px;
  min-width: 200px;
  box-shadow: 0 0 5px #707070;
}
.rooms-popover-wrap .rooms-popover-content:after, .rooms-popover-wrap .rooms-popover-content:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rooms-popover-wrap .rooms-popover-content:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #f7f7f7;
  border-width: 8px;
  margin-left: -8px;
}
.rooms-popover-wrap .rooms-popover-content:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #707070;
  border-width: 9px;
  margin-left: -9px;
}
.rooms-popover-wrap .rooms-popover-content .title {
  background-color: #f7f7f7;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.rooms-popover-wrap .rooms-popover-content .content {
  padding: 10px;
}
.rooms-popover-wrap .rooms-popover-content .content > div {
  width: 100%;
  color: #666;
  font-variant: normal;
  border: none;
  display: flex;
  box-sizing: border-box;
  white-space: nowrap;
  font-size: 11px;
  padding: 0;
}
.rooms-popover-wrap:hover .rooms-popover-content {
  visibility: visible;
}

.tabbed-content-wrap {
  display: flex;
}
.tabbed-content-wrap .tab-wrap {
  display: flex;
  width: 100%;
  padding: 15px 0;
}
.tabbed-content-wrap .tab-wrap .tabs-nav {
  padding: 5px;
  display: flex;
  flex-direction: column;
  background-color: #F6F6F6;
  width: 40%;
}
.tabbed-content-wrap .tab-wrap .tabs-nav li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 40px;
  text-transform: uppercase;
}
.tabbed-content-wrap .tab-wrap .tabs-nav li a {
  padding: 3px 10px;
  color: #707070;
  font-weight: bold;
  width: 100%;
  display: block;
}
.tabbed-content-wrap .tab-wrap .tabs-nav li a:hover {
  text-decoration: none;
}
.tabbed-content-wrap .tab-wrap .tabs-nav li.active {
  border-left: 3px solid #444453;
  background-color: #fff;
}
.tabbed-content-wrap .tab-wrap .tabs-nav li.active a {
  color: #5E5E5E;
}
.tabbed-content-wrap .tab-content-wrap {
  display: flex;
  width: 60%;
  padding: 15px;
}
.tabbed-content-wrap .tab-content-wrap h3 {
  margin-top: 0;
}
.tabbed-content-wrap .tab-content-wrap .tabbed-content {
  display: none;
}

#videos .content-wrapper {
  overflow-y: hidden;
}

.roomSizeIcon {
  background-image: url("images/room-size-icon.svg");
  width: 24px;
  height: 24px;
}

.roomConfigurationIcon {
  background-image: url("images/room-configuration-icon.svg");
  width: 24px;
  height: 24px;
}

.roomIconContainer {
  padding-right: 0.5rem;
  display: flex;
  align-items: end;
}

.width-100 {
  width: 100% !important;
}
