/**
 * Beauvast / Global stylesheet
 *
 * @category    Beauvast
 * @author      Rob Homan
 * @copyright   Copyright (c) 2018 Rob Homan
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
button,
select,
textarea {
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/* ol, ul {
	list-style: none;
} */
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* general
***********************************************************************************************************************/
* {
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: #eeeeee;
  color: #000000;
  font-family: 'Raleway', Arial, Helvetica, Sans-Serif;
  font-weight: 400;
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
a {
  color: #000000;
  text-decoration: underline;
  transition: all 100ms ease-in-out;
}
a:hover {
  color: #0e467d;
}
h1,
.as-h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 1em;
}
h2,
.as-h2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 1em;
}
h3,
.as-h3 {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
h4,
.as-h4 {
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
p {
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
p:empty {
  display: none;
}
blockquote {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 2rem;
}
i,
em {
  font-style: italic;
}
b,
strong {
  font-weight: 500;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
}
sup {
  font-size: 0.675em;
}
::-moz-selection {
  background: #0e467d;
  color: #ffffff;
}
::selection {
  background: #0e467d;
  color: #ffffff;
}
/* dropdown
***********************************************************************************************************************/
.dropdown-toggle.dropdown-toggle--no-caret:after {
  display: none;
}
/* ninja forms
***********************************************************************************************************************/
.nf-form-content {
  padding: 0;
}
.nf-form-content .block-title {
  margin-bottom: 0;
  padding-top: 15px;
}
.nf-form-fields-required {
  display: none;
}
/* button
***********************************************************************************************************************/
.btn {
  text-decoration: none;
}
.btn .icon {
  font-size: 0.8125em;
}
.btn .icon:first-child {
  margin-right: 0.5em;
}
.btn .icon:last-child {
  margin-left: 0.5em;
}
.btn.btn-link {
  text-decoration: none;
}
.btn-group > .btn,
.btn,
.btn-group-lg > .btn,
.btn-lg,
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 2px;
}
.btn-primary {
  background: #0e467d;
  border-color: #0e467d;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #125ba2;
  border-color: #125ba2;
}
/* text modifiers
***********************************************************************************************************************/
.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light a {
  color: #ffffff;
}
/* badge
***********************************************************************************************************************/
.badge {
  border-radius: 2px;
  font-weight: 500;
}
.badge-primary {
  background: #0e467d;
}
/* more link
***********************************************************************************************************************/
.more-link {
  color: #0e467d;
  display: block;
  margin-top: 2em;
}
.more-link .icon {
  font-size: 0.8125em;
}
.more-link .icon:first-child {
  margin-right: 0.5em;
}
.more-link .icon:last-child {
  margin-left: 0.5em;
}
/* bg primary
***********************************************************************************************************************/
.bg-primary {
  background: #0e467d !important;
  color: #ffffff;
}
.bg-primary a {
  color: #ffffff;
}
.bg-primary .badge-primary {
  background: #ffffff;
  color: #0e467d;
}
/* bg dark
***********************************************************************************************************************/
.bg-dark {
  background: #222222 !important;
  color: #ffffff;
}
.bg-dark a {
  color: #ffffff;
}
/* unordered list
***********************************************************************************************************************/
.unordered-list {
  list-style: none;
}
.unordered-list li {
  position: relative;
  padding-left: 1em;
}
.unordered-list li:after {
  background: #0e467d;
  border-radius: 50%;
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  text-indent: -999999px;
  overflow: hidden;
  position: absolute;
  top: 0.7em;
  left: 0;
}
.unordered-list .unordered-list {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.unordered-list .unordered-list li:after {
  background: none;
  border: 1px solid #0e467d;
}
/* padded
***********************************************************************************************************************/
.padded-xl {
  padding-top: 160px;
  padding-bottom: 160px;
}
.padded-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}
.padded {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* image placeholder
***********************************************************************************************************************/
.image-placeholder {
  background: url('img/placeholder.svg') 50% 50% no-repeat;
  background-size: 25% auto;
}
/* header
***********************************************************************************************************************/
#header {
  width: 100%;
  position: relative;
  z-index: 99;
}
#header .header__section {
  background: #ffffff;
}
/* branding
***********************************************************************************************************************/
#branding #branding__logo img {
  display: inline-block;
  width: auto;
  height: 42px;
}
#branding #branding__contact {
  display: flex;
  flex-direction: row;
}
#branding #branding__contact .branding__contact__item {
  padding-left: 1em;
}
#branding #branding__contact .branding__contact__item .icon {
  font-size: 0.875em;
}
#branding #branding__contact .branding__contact__item .label {
  margin-left: 0.25em;
}
/* nav
***********************************************************************************************************************/
#nav .nav__items {
  display: flex;
  flex-direction: row;
  list-style: none;
}
#nav .nav__items .nav__item {
  position: relative;
}
#nav .nav__items .nav__item a {
  display: block;
  font-weight: 500;
  text-decoration: none;
}
#nav .nav__items .nav__item a span {
  display: block;
}
/* nav
***********************************************************************************************************************/
#nav-toggle {
  width: 32px;
  height: 32px;
  margin-left: 15px;
  position: relative;
}
#nav-toggle:before,
#nav-toggle:after {
  background: #000000;
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 8px;
  transition: transform 150ms ease-in-out;
}
#nav-toggle:before {
  top: 10px;
}
#nav-toggle:after {
  bottom: 10px;
}
html.nav-open #nav-toggle:before {
  top: 15px;
  transform: rotate(45deg);
}
html.nav-open #nav-toggle:after {
  bottom: 15px;
  transform: rotate(-45deg);
}
/* main
***********************************************************************************************************************/
#main {
  flex: 1 auto;
}
#main ol,
#main ul {
  list-style-position: inside;
  margin-bottom: 1.5em;
}
#main ol li,
#main ul li {
  line-height: 1.8em;
}
#main ol li ol,
#main ul li ol,
#main ol li ul,
#main ul li ul {
  padding-left: 1.5em;
}
/* slideshow
***********************************************************************************************************************/
#slideshow__items {
  overflow: hidden;
  position: relative;
}
#slideshow__items .slideshow__item {
  background: #000000;
  width: 100%;
  padding-top: 35%;
}
#slideshow__items .slideshow__item__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 80px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#slideshow__items .slideshow__item__content__title {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}
#slideshow__items .slideshow__item__content__description {
  color: #ffffff;
  opacity: 0.9;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding-top: 1.5em;
}
#slideshow__items .slideshow__item__content__description p {
  margin-bottom: 0;
}
#slideshow__items .slideshow__item__content__buttons {
  padding-top: 1.5em;
}
#slideshow__items .slideshow__item__image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* short story
***********************************************************************************************************************/
#short-story #short-story__image {
  padding-right: 30px;
}
#short-story #short-story__image figure {
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
#short-story #short-story__image figure img {
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#short-story #short-story__text {
  padding-left: 30px;
}
/* block
***********************************************************************************************************************/
.block-title {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 15px;
  position: relative;
}
.block-title:after {
  background: #0e467d;
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  margin-left: -20px;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.block {
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.09);
  padding: 50px;
}
.block.block--trans {
  background: none;
  box-shadow: none;
  padding: 0;
}
/* room tile
***********************************************************************************************************************/
.room-tile a {
  text-decoration: none;
}
.room-tile .room-tile__image {
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.room-tile .room-tile__image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.room-tile .room-tile__meta {
  padding-top: 1.5em;
}
.room-tile .room-tile__meta .room-tile__properties {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style: none;
}
.room-tile .room-tile__meta .room-tile__properties li {
  font-size: 0.875rem;
  margin-right: 1em;
  position: relative;
}
.room-tile .room-tile__meta .room-tile__properties li .badge {
  font-size: 90%;
}
.room-tile .room-tile__meta .room-tile__properties li .icon {
  font-size: 0.8125em;
  margin-right: 0.25em;
}
/* room tiles
***********************************************************************************************************************/
.room-tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -20px;
  padding-bottom: 40px;
}
.room-tiles .room-tile {
  width: 25%;
  padding: 20px;
}
/* room
***********************************************************************************************************************/
.room__header__media {
  display: flex;
  flex-direction: row;
  padding-bottom: 30px;
}
.room__header__media .image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.room__header__media .image:before {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  color: #ffffff;
  content: "\f002";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.2em;
  line-height: 48px;
  text-align: center;
  display: block;
  width: 48px;
  height: 48px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.room__header__media__hero {
  flex: 0 0 50%;
}
.room__header__media__gallery {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 50%;
  margin: -1px;
  padding-left: 2px;
}
.room__header__media__gallery__item {
  flex: 0 0 33.333%;
  padding: 1px;
}
.room__header__media__gallery__item .image {
  padding-top: 75%;
}
.room__header__media__gallery__item .image .caption {
  color: #ffffff;
  font-size: 1.5em;
  display: none;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
}
.room__header__media__gallery__item:nth-child(9) .image .caption {
  display: block;
  visibility: visible;
}
.room__header__media__gallery__item:nth-child(n+10) {
  display: none;
  visibility: hidden;
}
.room__header__status {
  font-size: 1.2rem;
}
.room__header__meta {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: -0.5em;
}
.room__header__meta li {
  padding: 0.5em;
}
.room__properties {
  background: #eeeeee;
}
.room__properties__list {
  list-style: none;
  padding-bottom: 30px;
}
.room__properties__list:last-child {
  padding-bottom: 0;
}
.room__properties__list__item {
  margin-top: 15px;
}
.room__properties__list__item__name {
  font-weight: 600;
}
.room__properties__list__item__byline {
  display: block;
  line-height: 1.5em;
  opacity: 0.7;
  padding-top: 0.5em;
}
html.no-touch .room .room__header .room__header__media .image:hover:before {
  opacity: 1;
  visibility: visible;
}
/* faq
***********************************************************************************************************************/
.faq {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.faq__item__question {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1em 0 1em 1.5em;
  position: relative;
}
.faq__item__question .icon {
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(90deg);
  transition: transform 100ms ease-in-out;
}
.faq__item__question.collapsed {
  opacity: 0.9;
}
.faq__item__question.collapsed .icon {
  transform: rotate(0deg);
}
.faq__item__question:hover {
  opacity: 1;
}
.faq__item__answer {
  padding-left: 1.8em;
}
.faq__footer {
  padding-top: 1em;
}
/* map
***********************************************************************************************************************/
.map {
  padding-top: 50%;
  max-height: 50vh;
}
/* flickity
***********************************************************************************************************************/
.carousel {
  overflow: hidden;
  position: relative;
}
.carousel__item {
  width: 20%;
  padding-right: 30px;
}
.carousel .flickity-prev-next-button {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  width: 64px;
  height: 64px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.carousel .flickity-prev-next-button svg {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
}
.carousel .flickity-prev-next-button .arrow {
  fill: #ffffff;
}
.carousel .flickity-prev-next-button.previous {
  left: 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.carousel .flickity-prev-next-button.next {
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.carousel .flickity-prev-next-button:hover {
  background: rgba(0, 0, 0, 0.9);
}
.carousel .flickity-page-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-items: stretch;
  padding-top: 60px;
  position: static;
}
.carousel .flickity-page-dots .dot {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  flex: auto;
  height: 3px;
  opacity: 1;
  margin: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.carousel .flickity-page-dots .dot.is-selected {
  background: rgba(255, 255, 255, 0.1);
}
html.touch .carousel .flickity-prev-next-button {
  display: none;
}
html.no-touch .carousel:hover .flickity-prev-next-button.previous,
html.no-touch .carousel:hover .flickity-prev-next-button.next {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* footer
***********************************************************************************************************************/
#footer {
  background: #ffffff;
}
#footer__nav ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}
#footer__nav ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 15px;
  padding-right: 15px;
}
#footer__nav ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
#footer__social {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#footer__social a {
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  margin: 0 7px;
  position: relative;
}
#footer__social a .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#footer__social a.footer__social--facebook {
  background-color: #4267b2;
}
#footer__social a:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=global.css.map */