@charset "UTF-8";
/*----------------------------------------------------------*/
/*
/*  Project  :  Hotel Brighton
/*  Author   :  Shaking Paper
/*
/*----------------------------------------------------------*/
/*-----------------------------------*/
/*  Import SCSS
/*-----------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  text-decoration: none; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*-----------------------------------*/
/*
/*  Media query breakpoints (e.g. @include bp(baby-bear) {})
/*
/*-----------------------------------*/
/*-----------------------------------*/
/*
/*  Hide text (e.g @include hide-text;)
/*
/*-----------------------------------*/
/*-----------------------------------*/
/*
/*  Cleafix (e.g @extend .clearfix;)
/*
/*-----------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clear {
  width: 100%;
  height: 0;
  display: block;
  clear: both; }

.strip-ul {
  margin: 1em 0;
  padding: 0; }
  .strip-ul li {
    list-style: none; }

img {
  max-width: 100%;
  height: auto; }

/*
  jQuery.mmenu CSS
*/
/*
  jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50px;
  top: 0;
  z-index: 0; }
  @media (max-width: 767px) {
    .mm-menu,
    .mm-menu > .mm-panel {
      left: 15px; } }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }

.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }

.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%); }

.mm-menu > .mm-panel.mm-highest {
  z-index: 1; }

.mm-menu .mm-list {
  padding: 24px 0; }

.mm-menu > .mm-list {
  padding-bottom: 0; }

.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }

.mm-panel > .mm-list:first-child {
  padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }

.mm-list a,
.mm-list a:hover {
  text-decoration: none; }

.mm-list > li {
  position: relative; }

.mm-list > li > a,
.mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  margin: 0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto; }

.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%; }

.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none; }

.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px; }

.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent; }

.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0; }

.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px; }

.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px; }

.mm-list > li.mm-spacer {
  padding-top: 40px; }

.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px; }

.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%; }

.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px; }

.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent; }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }

.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

.mm-menu {
  background: #000; }

/*
  jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }

html.mm-opened body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 256px; }
  @media (max-width: 767px) {
    .mm-menu {
      width: 65%; } }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 480px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-page,
  html.mm-opening #mm-blocker {
    -webkit-transform: translate(256px, 0);
    -moz-transform: translate(256px, 0);
    -ms-transform: translate(256px, 0);
    -o-transform: translate(256px, 0);
    transform: translate(256px, 0); } }
/*
  jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-page,
  html.mm-right.mm-opening #mm-blocker {
    -webkit-transform: translate(-256px, 0);
    -moz-transform: translate(-256px, 0);
    -ms-transform: translate(-256px, 0);
    -o-transform: translate(-256px, 0);
    transform: translate(-256px, 0); } }
/* FlexSlider Necessary Styles
*********************************/
.flexslider, .flexlisder ul {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

.flexslider ul {
  margin: 0;
  padding: 0; }
.flexslider .flex-disabled {
  display: none; }

/*  --------------------------------------------------
  Reveal Modals
  -------------------------------------------------- */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #009c8b;
  background: #009c8b;
  background: rgba(0, 156, 139, 0.9);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  top: 50px;
  left: 50%;
  margin-left: -240px;
  width: 400px;
  background: #FFF;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media (max-width: 767px) {
    .reveal-modal {
      margin-left: -140px;
      width: 240px;
      padding: 20px; } }

.reveal-modal.small {
  width: 200px;
  margin-left: -140px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -340px; }

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px; }

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #000;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer; }

@font-face {
  font-family: "SSSocial";
  src: url("_css/_fonts/ss-social-regular.eot");
  src: url("_css/_fonts/ss-social-regular.eot?#iefix") format("embedded-opentype"), url("_css/_fonts/ss-social-regular.woff") format("woff"), url("_css/_fonts/ss-social-regular.ttf") format("truetype"), url("_css/_fonts/ss-social-regular.svg#SSSocialRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #009c8b;
    /* IE8 "hack" for nested featherlights */
    background: #009c8b; }

  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 156, 139, 0.9); }

  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }

  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }

  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }

  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }

  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }

  .featherlight iframe {
    /* styling */
    border: none; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: transparent; }

  .featherlight-previous {
    left: 25px;
    right: 80%; }

  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25); }

  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal; }

  .featherlight-next span {
    right: 5%;
    left: auto; }

  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }

  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none; } }
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }

  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%; }

  .featherlight-previous {
    left: 10px;
    right: 85%; }

  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px; } }
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-social, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"][class*=" ss-social"]:before, [class*=" ss-"][class*=" ss-social"]:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"][class*=" ss-social"].right:after, [class*=" ss-"][class*=" ss-social"].right:after {
  font-family: "SSSocial";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased; }

.ss-icon.ss-social-circle,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-weight: bold; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-facebook:before, .ss-facebook.right:after {
  content: ''; }

.ss-twitter:before, .ss-twitter.right:after {
  content: ''; }

.ss-linkedin:before, .ss-linkedin.right:after {
  content: ''; }

.ss-googleplus:before, .ss-googleplus.right:after {
  content: ''; }

.ss-tumblr:before, .ss-tumblr.right:after {
  content: ''; }

.ss-wordpress:before, .ss-wordpress.right:after {
  content: ''; }

.ss-blogger:before, .ss-blogger.right:after {
  content: ''; }

.ss-posterous:before, .ss-posterous.right:after {
  content: ''; }

.ss-youtube:before, .ss-youtube.right:after {
  content: ''; }

.ss-vimeo:before, .ss-vimeo.right:after {
  content: ''; }

.ss-flickr:before, .ss-flickr.right:after {
  content: ''; }

.ss-instagram:before, .ss-instagram.right:after {
  content: ''; }

.ss-pinterest:before, .ss-pinterest.right:after {
  content: ''; }

.ss-svpply:before, .ss-svpply.right:after {
  content: ''; }

.ss-readmill:before, .ss-readmill.right:after {
  content: ''; }

.ss-dropbox:before, .ss-dropbox.right:after {
  content: ''; }

.ss-dribbble:before, .ss-dribbble.right:after {
  content: ''; }

.ss-behance:before, .ss-behance.right:after {
  content: ''; }

.ss-github:before, .ss-github.right:after {
  content: ''; }

.ss-octocat:before, .ss-octocat.right:after {
  content: ''; }

.ss-stackoverflow:before, .ss-stackoverflow.right:after {
  content: ''; }

.ss-paypal:before, .ss-paypal.right:after {
  content: ''; }

.ss-kickstarter:before, .ss-kickstarter.right:after {
  content: ''; }

.ss-foursquare:before, .ss-foursquare.right:after {
  content: ''; }

.ss-skype:before, .ss-skype.right:after {
  content: ''; }

.ss-rdio:before, .ss-rdio.right:after {
  content: ''; }

.ss-spotify:before, .ss-spotify.right:after {
  content: ''; }

.ss-lastfm:before, .ss-lastfm.right:after {
  content: ''; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-rss:before, .ss-rss.right:after {
  content: ''; }

@font-face {
  font-family: 'Neutra';
  src: url("_css/_fonts/NeutraDisp-Titling.eot");
  src: url("_css/_fonts/NeutraDisp-Titling.eot?#iefix") format("embedded-opentype"), url("_css/_fonts/NeutraDisp-Titling.woff") format("woff"), url("_css/_fonts/NeutraDisp-Titling.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }
body {
  background: #000;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; }

#wrapper {
  background: #FFF; }

.section {
  position: relative;
  overflow: auto; }

.resize {
  height: 100vh; }

/*-----------------------------------*/
/*  Menu
/*-----------------------------------*/
.toggle-wrapper {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 20; }
  @media (max-width: 767px) {
    .toggle-wrapper {
      top: 20px;
      right: 20px; } }

#open-menu {
  display: block;
  width: 27px;
  height: 23px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .ie-legacy #open-menu {
    display: none !important; }

#open-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  #home #open-menu span {
    background: #FFF; }

#home #open-menu.in-view span {
  background: #000; }

#open-menu span:nth-child(1) {
  top: 0px; }

#open-menu span:nth-child(2),
#open-menu span:nth-child(3) {
  top: 12px; }

#open-menu span:nth-child(4) {
  top: 23px; }

html.mm-opening #open-menu {
  display: none\0; }

html.mm-opening #open-menu span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

html.mm-opening #open-menu span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

html.mm-opening #open-menu span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

html.mm-opening #open-menu span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

.mm-menu,
.mm-menu > .mm-panel {
  padding-top: 70px; }
  @media (max-width: 767px) {
    .mm-menu,
    .mm-menu > .mm-panel {
      padding-top: 50px; } }
  .mm-menu li,
  .mm-menu > .mm-panel li {
    margin-bottom: 30px;
    letter-spacing: 2px; }
  .mm-menu a,
  .mm-menu > .mm-panel a {
    color: #FFF;
    text-transform: uppercase; }
    .mm-menu a:hover,
    .mm-menu > .mm-panel a:hover {
      color: #009c8b;
      text-decoration: underline; }
  .mm-menu span,
  .mm-menu > .mm-panel span {
    padding-top: 50px;
    overflow: auto;
    display: block; }
    .mm-menu span li,
    .mm-menu > .mm-panel span li {
      margin-bottom: 0; }
    .mm-menu span a,
    .mm-menu > .mm-panel span a {
      font-size: 20px;
      float: left;
      margin-right: 10px; }
      .mm-menu span a:hover,
      .mm-menu > .mm-panel span a:hover {
        text-decoration: none; }

/*-----------------------------------*/
/*  Intro
/*-----------------------------------*/
#home-intro h1 {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 198px;
  height: 75px;
  z-index: 20;
  margin: 0; }
  #home-intro h1 a {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background: url("_images/sprite.svg") no-repeat -4px -782px;
    width: 198px;
    height: 75px;
    display: block; }
    .ie-legacy #home-intro h1 a {
      background: url("_images/sprite.png") no-repeat -4px -782px; }
  @media (max-width: 767px) {
    #home-intro h1 {
      top: 20px;
      left: 20px; }
      #home-intro h1 a {
        background-size: 575px;
        background-position: -3px -2px;
        width: 127px;
        height: 48px; } }
#home-intro h2 {
  font-family: 'Neutra', 'Helvetica', 'Arial', sans-serif;
  color: #FFF;
  font-size: 56px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 14px;
  position: absolute;
  bottom: 34%;
  left: 50%;
  margin: 0 0 0 -241px;
  width: 482px;
  height: 204px;
  z-index: 20; }
  @media (max-width: 767px) {
    #home-intro h2 {
      font-size: 22px;
      line-height: 32px;
      bottom: 22%;
      width: 264px;
      margin-left: -132px; } }
#home-intro .page-nav {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: 34%;
  z-index: 20; }
  #home-intro .page-nav a {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF; }
  @media (max-width: 767px) {
    #home-intro .page-nav {
      bottom: 34%; } }
.ie-legacy #home-intro {
  display: none !important; }

.header {
  background: #009c8b; }
  .header .content {
    background: url("_images/sprite.svg") no-repeat -3px -71px;
    height: 350px; }
    .ie-legacy .header .content {
      background: url("_images/sprite.png") no-repeat -3px -71px; }
    @media (max-width: 767px) {
      .header .content {
        width: 281px;
        height: 211px;
        background-position: 14px -419px; } }
    @media (min-width: 768px) and (max-width: 960px) {
      .header .content {
        height: 250px;
        background-size: 734px;
        background-position: -3px -76px; } }
    .header .content a#masthead {
      height: 226px;
      width: 235px;
      display: block;
      left: 325px;
      top: 61px; }
      @media (max-width: 767px) {
        .header .content a#masthead {
          width: 128px;
          height: 122px;
          left: 95px;
          top: 20px; } }
      @media (min-width: 768px) and (max-width: 960px) {
        .header .content a#masthead {
          height: 189px;
          width: 194px;
          left: 267px;
          top: 30px; } }
      .header .content a#masthead h1,
      .header .content a#masthead h2 {
        font: 0/0 a;
        text-shadow: none;
        color: transparent; }
    .header .content a {
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      display: block;
      width: 106px;
      height: 49px;
      position: absolute; }
      @media (max-width: 767px) {
        .header .content a {
          width: 81px;
          height: 39px; } }
      @media (min-width: 768px) and (max-width: 960px) {
        .header .content a {
          width: 87px;
          height: 41px; } }
      .header .content a#menu {
        top: 160px;
        left: 1px; }
        @media (max-width: 767px) {
          .header .content a#menu {
            top: 153px;
            left: 20px; } }
        @media (min-width: 768px) and (max-width: 960px) {
          .header .content a#menu {
            top: 121px;
            left: 0px; } }
      .header .content a#book {
        top: 160px;
        right: 1px; }
        @media (max-width: 767px) {
          .header .content a#book {
            top: 153px;
            right: 20px; } }
        @media (min-width: 768px) and (max-width: 960px) {
          .header .content a#book {
            top: 103px;
            right: 0px; } }

.content {
  width: 886px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 767px) {
    .content {
      width: auto;
      max-width: 440px;
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 960px) {
    .content {
      width: 728px; } }
  .content h1.page-title {
    font-family: 'Neutra', 'Helvetica', 'Arial', sans-serif;
    font-size: 36px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 10px;
    padding: 42px 0 40px 0;
    margin: 75px 0;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid; }
    @media (max-width: 767px) {
      .content h1.page-title {
        margin: 25px 0;
        padding: 22px 0 20px 0;
        font-size: 30px;
        line-height: 34px; } }
  .content h2,
  .content h3 {
    font-family: 'Neutra', 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 6px;
    font-size: 24px;
    line-height: 1.2; }
  .content p,
  .content ul,
  .content ol {
    font-size: 14px;
    line-height: 1.5;
    margin: 1.5em 0; }
    .content p:first-child,
    .content ul:first-child,
    .content ol:first-child {
      margin: 0 0 1.5em; }
  .content a {
    color: #000; }
    .content a:hover {
      color: #009c8b; }
  .content img.attachment-one-col.wp-post-image {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .content img.attachment-one-col.wp-post-image {
        margin-bottom: 0; } }
  .content .grid-container {
    overflow: hidden;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .content .grid-container {
        margin-bottom: 25px; } }
  .content .col {
    float: left;
    position: relative;
    height: 100vh; }
    .content .col:nth-child(3n+1) {
      margin-left: 0; }
    @media (max-width: 767px) {
      .content .col {
        float: none;
        height: auto !important; } }
    .content .col .col-title {
      padding: 42px 0 40px 0;
      margin: 0 0 40px;
      border-top: #000 2px solid;
      border-bottom: #000 2px solid;
      text-align: center; }
      @media (max-width: 767px) {
        .content .col .col-title {
          margin: 25px 0;
          padding: 24px 0 22px 0;
          font-size: 30px;
          line-height: 30px; } }
    .content .col h2.col-title {
      font-size: 36px; }
      @media (max-width: 767px) {
        .content .col h2.col-title {
          font-size: 30px; } }
    .content .col.copy a {
      text-decoration: underline; }
  .content .one-col {
    width: 262px;
    margin-left: 50px; }
    .ie-legacy .content .one-col {
      height: 262px !important; }
    @media (max-width: 767px) {
      .content .one-col {
        width: auto;
        margin-left: 0; } }
    @media (min-width: 768px) and (max-width: 960px) {
      .content .one-col {
        width: 226px;
        margin-left: 25px; } }
  .content .two-col {
    width: 574px;
    margin-left: 50px; }
    @media (max-width: 767px) {
      .content .two-col {
        width: auto;
        margin-left: 0; } }
    @media (min-width: 768px) and (max-width: 960px) {
      .content .two-col {
        width: 477px;
        margin-left: 25px; } }
  .content .split-col {
    width: 418px;
    margin-left: 50px; }
    @media (max-width: 767px) {
      .content .split-col {
        width: auto;
        margin-left: 0; } }
    @media (min-width: 768px) and (max-width: 960px) {
      .content .split-col {
        width: 351px;
        margin-left: 26px; } }
  .content .quick-links {
    margin-bottom: 0; }
    .content .quick-links a {
      display: block;
      position: relative; }
      .content .quick-links a span {
        background: #009c8b;
        background: rgba(0, 156, 139, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 3px;
        right: 0;
        display: none;
        z-index: 1;
        display: none; }
      .content .quick-links a h3 {
        z-index: 2; }
        @media (min-width: 960px) {
          .content .quick-links a h3 {
            display: none; } }
      .content .quick-links a:hover span {
        display: block; }
      @media (min-width: 960px) {
        .content .quick-links a:hover h3 {
          display: block; } }
    .content .quick-links .one-col {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .content .quick-links .one-col {
          float: left;
          width: 30%;
          margin-left: 5%;
          margin-bottom: 5%; }
          .content .quick-links .one-col:nth-child(3n+1) {
            margin-left: 0; } }
    .content .quick-links h3 {
      color: #FFF;
      text-transform: uppercase;
      position: absolute;
      margin: 0;
      text-align: center;
      top: 50%;
      left: 50%;
      width: 80%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .ie-legacy .content .quick-links h3 {
        top: 35%;
        left: 0;
        bottom: 0;
        right: 0;
        width: auto; }
      @media (max-width: 767px) {
        .content .quick-links h3 {
          font-size: 14px;
          width: 90%;
          letter-spacing: 1px; } }
      @media (min-width: 768px) and (max-width: 960px) {
        .content .quick-links h3 {
          font-size: 16px; } }
  .content .feature span {
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .ie-legacy .content .feature span {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: auto; }
    @media (max-width: 767px) {
      .content .feature span {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); } }
  .content .split-feature .col {
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .content .split-feature .col {
        margin-bottom: 25px; } }
  .content #menus {
    margin-top: 50px;
    border-bottom: 0 none; }
    @media (max-width: 767px) {
      .content #menus {
        margin-top: 25px;
        margin-bottom: 15px; } }
  .content #menus-download {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: auto; }
    .content #menus-download li {
      float: left;
      font-size: 18px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 4px;
      margin-left: 38px; }
      @media (min-width: 768px) and (max-width: 960px) {
        .content #menus-download li {
          margin-left: 5px; } }
      @media (max-width: 767px) {
        .content #menus-download li {
          float: none;
          margin: 0 auto 10px !important;
          display: block;
          width: 180px;
          text-align: center; } }
      .content #menus-download li:first-child {
        margin-left: 0; }
      .content #menus-download li a {
        background: url("_images/dl.svg") no-repeat 92% -7px;
        display: inline-block;
        padding: 0 23px 0 0;
        overflow: hidden; }
  .content .downloads {
    margin: 3em 0 0;
    padding: 0;
    text-align: center; }
    .content .downloads li {
      list-style: none;
      text-align: center;
      display: inline;
      margin: 0 1em 1em; }
      .content .downloads li a {
        display: inline-block; }
  .content a.download {
    font-family: 'Neutra', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: url("_images/dl.svg") no-repeat 99% -7px;
    display: inline-block;
    padding: 0 20px 0 0;
    overflow: hidden; }
  #community .content div.MGLRow {
    margin-bottom: 10px;
    overflow: auto; }
  #community .content div.MGLLabel {
    margin-right: 10px; }
  .content #poster-wall {
    background: url("_images/poster-bg.jpg") no-repeat 0 0;
    width: 100%;
    height: 586px;
    margin-bottom: 50px;
    position: relative; }
    @media (max-width: 767px) {
      .content #poster-wall {
        height: auto;
        background: 0 none;
        overflow: auto;
        margin-bottom: 0; } }
    @media (min-width: 768px) and (max-width: 960px) {
      .content #poster-wall {
        height: 409px;
        background-position: 0 -30px; } }
    .content #poster-wall #poster-1,
    .content #poster-wall #poster-2,
    .content #poster-wall #poster-3 {
      position: absolute;
      width: 184px; }
      @media (max-width: 767px) {
        .content #poster-wall #poster-1,
        .content #poster-wall #poster-2,
        .content #poster-wall #poster-3 {
          position: relative;
          width: 47.5%;
          float: left;
          margin-left: 5%;
          margin-bottom: 5%; } }
    .content #poster-wall #poster-1 {
      top: 106px;
      left: 66px; }
      @media (min-width: 768px) and (max-width: 960px) {
        .content #poster-wall #poster-1 {
          top: 76px; } }
      @media (max-width: 767px) {
        .content #poster-wall #poster-1 {
          top: auto;
          left: auto;
          margin-left: 0; } }
    .content #poster-wall #poster-2 {
      top: 106px;
      left: 267px; }
      @media (min-width: 768px) and (max-width: 960px) {
        .content #poster-wall #poster-2 {
          top: 78px; } }
      @media (max-width: 767px) {
        .content #poster-wall #poster-2 {
          top: auto;
          left: auto; } }
    .content #poster-wall #poster-3 {
      top: 108px;
      left: 456px; }
      @media (min-width: 768px) and (max-width: 960px) {
        .content #poster-wall #poster-3 {
          top: 76px; } }
      @media (max-width: 767px) {
        .content #poster-wall #poster-3 {
          top: auto;
          left: auto;
          margin-left: 0;
          margin-bottom: 0; } }
  .content #location-canvas {
    background: url("_images/HB-Map.png") no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 722px; }
    @media (max-width: 767px) {
      .content #location-canvas {
        height: 280px; } }
    @media (min-width: 768px) and (max-width: 960px) {
      .content #location-canvas {
        height: 593px; } }
  .content #map-wrapper {
    position: relative; }
    .content #map-wrapper ul {
      margin: 0;
      padding: 0; }
      @media (max-width: 767px) {
        .content #map-wrapper ul {
          margin: 1.5em 0 0; } }
      .content #map-wrapper ul li {
        list-style: none; }
        @media (max-width: 767px) {
          .content #map-wrapper ul li {
            margin: 1em 0; } }
        @media (max-width: 767px) {
          .content #map-wrapper ul li a {
            padding: 8px 0 8px 30px; } }
        @media (min-width: 960px) {
          .content #map-wrapper ul li a {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            display: block;
            position: absolute; } }
        @media (min-width: 768px) and (max-width: 960px) {
          .content #map-wrapper ul li a {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            display: block;
            position: absolute; } }
        .content #map-wrapper ul li a#bus-1 {
          width: 61px;
          height: 72px;
          top: 352px;
          right: 250px; }
          @media (max-width: 767px) {
            .content #map-wrapper ul li a#bus-1 {
              background: url("_images/map-icons.png") no-repeat 0 -22px;
              background-size: 20px; } }
          @media (min-width: 768px) and (max-width: 960px) {
            .content #map-wrapper ul li a#bus-1 {
              width: 48px;
              height: 59px;
              top: 289px;
              right: 206px; } }
        .content #map-wrapper ul li a#bus-2 {
          width: 61px;
          height: 72px;
          top: 278px;
          right: 54px;
          z-index: 1; }
          @media (max-width: 767px) {
            .content #map-wrapper ul li a#bus-2 {
              display: none; } }
          @media (min-width: 768px) and (max-width: 960px) {
            .content #map-wrapper ul li a#bus-2 {
              width: 48px;
              height: 59px;
              top: 230px;
              right: 45px; } }
        .content #map-wrapper ul li a#taxi {
          width: 48px;
          height: 49px;
          z-index: 2;
          right: 92px;
          top: 332px; }
          @media (max-width: 767px) {
            .content #map-wrapper ul li a#taxi {
              background: url("_images/map-icons.png") no-repeat 0 6px;
              background-size: 25px; } }
          @media (min-width: 768px) and (max-width: 960px) {
            .content #map-wrapper ul li a#taxi {
              width: 42px;
              height: 43px;
              right: 76px;
              top: 272px; } }
        .content #map-wrapper ul li a#train {
          width: 57px;
          height: 82px;
          right: 63px;
          top: 154px; }
          @media (max-width: 767px) {
            .content #map-wrapper ul li a#train {
              background: url("_images/map-icons.png") no-repeat -2px -52px;
              background-size: 20px; } }
          @media (min-width: 768px) and (max-width: 960px) {
            .content #map-wrapper ul li a#train {
              width: 50px;
              height: 70px;
              right: 50px;
              top: 124px; } }
        .content #map-wrapper ul li a#parking-1 {
          width: 32px;
          height: 43px;
          top: 90px;
          right: 126px; }
          @media (max-width: 767px) {
            .content #map-wrapper ul li a#parking-1 {
              background: url("_images/map-icons.png") no-repeat 2px -98px;
              background-size: 23px; } }
          @media (min-width: 768px) and (max-width: 960px) {
            .content #map-wrapper ul li a#parking-1 {
              top: 70px;
              right: 100px; } }
        .content #map-wrapper ul li a#parking-2 {
          width: 32px;
          height: 43px;
          top: 187px;
          right: 250px; }
          @media (max-width: 767px) {
            .content #map-wrapper ul li a#parking-2 {
              display: none; } }
          @media (min-width: 768px) and (max-width: 960px) {
            .content #map-wrapper ul li a#parking-2 {
              top: 150px;
              right: 203px; } }
  .content #mf0f54b509fbb {
    position: relative; }
    .content #mf0f54b509fbb input[type="text"] {
      border: 2px solid #000;
      padding: 2px 3px 3px;
      width: 199px;
      outline: none; }
    .content #mf0f54b509fbb input[type="submit"] {
      border: 2px solid #000;
      color: #FFF;
      background: #000;
      position: absolute;
      right: 4px;
      top: 0;
      outline: none; }
    .content #mf0f54b509fbb .MGLPoweredBy,
    .content #mf0f54b509fbb .MGLLabel {
      display: none; }
    .content #mf0f54b509fbb .MGLRow {
      padding-bottom: 0;
      margin-right: 0; }
    .content #mf0f54b509fbb .errordisplay {
      font-size: 12px;
      margin-top: -20px; }

#mf55386d2c937f0,
#mf55386d0b0d0aa {
  position: relative; }
  #mf55386d2c937f0 input[type="text"],
  #mf55386d0b0d0aa input[type="text"] {
    border: 2px solid #000;
    padding: 2px 3px 3px;
    width: 169px;
    outline: none; }
  #mf55386d2c937f0 input[type="submit"],
  #mf55386d0b0d0aa input[type="submit"] {
    border: 2px solid #000;
    color: #FFF;
    background: #000;
    outline: none; }
  #mf55386d2c937f0 div.MGLField,
  #mf55386d0b0d0aa div.MGLField {
    margin-left: 0; }
  #mf55386d2c937f0 #MGLSubmit,
  #mf55386d0b0d0aa #MGLSubmit {
    text-align: left !important;
    padding-bottom: 16px; }
  #mf55386d2c937f0 .MGLPoweredBy,
  #mf55386d0b0d0aa .MGLPoweredBy {
    display: none; }
  #mf55386d2c937f0 .MGLLabel,
  #mf55386d0b0d0aa .MGLLabel {
    width: 84px; }
  #mf55386d2c937f0 .MGLRow,
  #mf55386d0b0d0aa .MGLRow {
    padding-bottom: 0;
    margin-right: 0; }
  #mf55386d2c937f0 .errordisplay,
  #mf55386d0b0d0aa .errordisplay {
    font-size: 12px; }

.post-navigation {
  width: 100%;
  clear: both;
  overflow: auto;
  margin: 50px 0;
  border-bottom: 4px solid #000;
  font-size: 24px;
  font-family: 'Neutra', 'Helvetica', 'Arial', sans-serif; }
  .post-navigation .alignleft {
    float: left;
    margin-bottom: 12px; }
  .post-navigation .alignright {
    float: right;
    margin-bottom: 12px; }
  @media (min-width: 768px) and (max-width: 960px) {
    .post-navigation {
      margin: 100px 0 50px; } }

.footer {
  background: #000;
  padding: 22px 0;
  overflow: auto;
  margin-top: 25px; }
  .footer ul {
    margin: 0 !important;
    padding: 0;
    list-style: none;
    overflow: auto; }
    .footer ul li {
      float: left;
      font-size: 12px; }
      .footer ul li a {
        color: #FFF; }
        .footer ul li a:hover {
          color: #009c8b; }
    .footer ul.nav {
      float: left; }
      .footer ul.nav li {
        text-transform: uppercase;
        margin-right: 30px; }
    .footer ul.social {
      float: right; }
      @media (max-width: 767px) {
        .footer ul.social {
          padding-top: 20px; } }
      .footer ul.social li {
        margin-left: 16px;
        vertical-align: middle; }
      .footer ul.social a#paperfox {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        display: inline-block;
        width: 110px;
        height: 12px;
        background: url("_images/paperfox.png") no-repeat 0 0;
        background-size: 110px;
        margin-top: 2px;
        padding-top: 12px; }
    @media (max-width: 767px) {
      .footer ul {
        float: none !important;
        text-align: center;
        width: 90%;
        margin: 0 auto; }
        .footer ul li {
          float: none !important;
          display: inline;
          margin: 0 10px !important;
          font-size: 14px; }
          .footer ul li a {
            display: inline-block; } }

#bookModal #script-wrapper {
  display: none; }
  .reserve-open #bookModal #script-wrapper {
    display: block; }
@media (max-width: 767px) {
  #bookModal iframe {
    width: 240px;
    height: 460px; } }
