@charset "UTF-8";
/*
Theme Name: Faena House
Theme URI: http://www.faenamiamibeach.com/
Author: Code Element Inc.
Author URI: http://codeelement.com
Description: The main theme for Faena House
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: faenahouse

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you’ve learned with others.
*/
/* =Notes

/* style.scss SASS Document */
/* variables */
/*$medium-dark-grey: rgba(119, 119, 119, 1.0);*/
/* $faena-regular: 'faenaregular', Georgia, 'Times New Roman', Times, serif; */
/* mixins */
/* CSS RESET */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  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, hgroup, 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; }

/* WEB FONTS */
/*@font-face {
  font-family: "faenaregular";
  src: url(include/fonts/faena_rg-webfont.eot);
  src: url(include/fonts/faena_rg-webfont.eot#iefix) format("embedded-opentype"), url(include/fonts/faena_rg-webfont.woff) format("woff"), url(include/fonts/faena_rg-webfont.ttf) format("truetype"), url(include/fonts/faena_rg-webfont.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'faenaregular';
  src: url('include/fonts/faena_rg-webfont.eot');
  src: url('include/fonts/faena_rg-webfont.eot#iefix') format('embedded-opentype'),
       url('include/fonts/faena_rg-webfont.woff') format('woff'),
       url('include/fonts/faena_rg-webfont.ttf') format('truetype'),
       url('include/fonts/faena_rg-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* ---------------------------------- */

/* Icon */

@font-face {
  font-family: 'faena-icons';
  src: url('include/fonts/faena-icons.eot');
  src: url('include/fonts/faena-icons.eot#iefix') format('embedded-opentype'),
       url('include/fonts/faena-icons.woff') format('woff'),
       url('include/fonts/faena-icons.ttf') format('truetype'),
       url('include/fonts/faena-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'faena-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-checkmark:before {
  content: "\e600";
}
.icon-uniF000:before {
  content: "\f000";
}
.icon-calendar:before {
  content: "\e003";
}
.icon-replay:before {
  content: "\e004";
}
.icon-link:before {
  content: "\e005";
}
.icon-FaenaHotel_BA:before {
  content: "\e007";
}
.icon-arrowRight:before {
  content: "\e008";
}
.icon-arrowLeft:before {
  content: "\e00a";
}
.icon-pinterest:before {
  content: "\e00b";
}
.icon-twitter:before {
  content: "\e009";
}
.icon-instagram:before {
  content: "\e00c";
}
.icon-facebook:before {
  content: "\e00d";
}
.icon-googleplus:before {
  content: "\e00f";
}
.icon-logo:before {
  content: "\e000";
}
.icon-Faena:before {
  content: "\e006";
}


/* ELEMENT SELECTORS */
body {
  background-color: white;
  /*font-family: "faenaregular";*/
  font-family: "faenaregular", Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #202020;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* ID AND CLASS SELECTORS */
#main-container {
  position: relative;
  top: 178px;
  max-width: 1258px;
  width: 100%;
  margin: 0 auto;
  /*background: red;*/
}

#superheader {
  position: fixed;
  width: 100%;
  max-width: 1258px;
  top: 0;
  height: 78px;
  background-color: #222222;
  z-index: 10; }
  #superheader div.faena-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 78px;
    height: 78px; }
  #superheader div.super-navigation {
    position: absolute;
    left: 78px;
    top: 0;
    max-width: 1180px;
    width: 93.79968203%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.45em;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase; }
    #superheader div.super-navigation ul.location-nav {
      position: absolute;
      left: 0;
      width: auto;
      top: 48px;
      list-style: none;
      margin: 0 0 0 40px;
      padding: 0; }
      #superheader div.super-navigation ul.location-nav li {
        float: left;
        display: inline-block;
        margin: 0 60px 0 0;
        padding: 0; }
        #superheader div.super-navigation ul.location-nav li a {
          color: white;
          text-decoration: none; }
          #superheader div.super-navigation ul.location-nav li a:hover {
            color: #a61e26;
            text-decoration: none; }
    #superheader div.super-navigation ul.projects-nav {
      position: absolute;
      right: 28px;
      top: 48px;
      width: auto;
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: right; }
      #superheader div.super-navigation ul.projects-nav li {
        float: left;
        display: inline-block;
        margin: 0 0 0 40px;
        padding: 0; }
        #superheader div.super-navigation ul.projects-nav li a {
          color: white;
          text-decoration: none; }
          #superheader div.super-navigation ul.projects-nav li a:hover {
            color: #a61e26;
            text-decoration: none; }

#header {
  position: fixed;
  top: 77px;
  width: 100%;
  max-width: 1258px;
  min-width: 1176px;
  height: 101px;
  z-index: 10;
  background-color: white;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15); }
  #header div.header-left-scrim {
    position: absolute;
    left: -8px;
    width: 10px;
    height: 101px;
    background-color: #FFF; }
  #header div.header-right-scrim {
    position: absolute;
    right: -8px;
    width: 10px;
    height: 101px;
    background-color: #FFF; }
  #header div.faena-house-logotype {
    width: 255px;
    height: 26px;
    float: left;
    margin: 35px 6% 0 25px; }
  #header div.main-navigation {
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.45em;
    font-weight: bold;
    font-style: normal;
    right: 28px;
    /*width: 81.3990461049%;*/
    width: auto;
    max-width: 940px;
    color: #222222;
    text-transform: uppercase;
    margin: 41px 0 0 0; }
    #header div.main-navigation ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left;
      width: 100%; }
      #header div.main-navigation ul li {
        float: left;
        display: inline;
        line-height: 200%;
        padding-left: 22px;
        color: #a61e26; }
        #header div.main-navigation ul li a {
          color: #222222;
          text-decoration: none; }
          #header div.main-navigation ul li a:hover {
            color: #a61e26;
            text-decoration: none; }

p.noscript-message {
  color: #FFF;
  padding: 1em 2em;
  text-align: center;
  line-height: 150%; }
  p.noscript-message a {
    color: #E7C2C4;
    text-decoration: none; }
    p.noscript-message a:hover {
      color: white;
      text-decoration: underline; }

div.slideshow-container {
  position: relative;
  width: 100%;
  max-width: 1258px;
  max-height: 635px;
  overflow: hidden;
  /*
  img.large-img {
  	&.ne { display: inline; }
  	&.se { display: none; }
  }
  */ }
  div.slideshow-container div.horizontal-container {
    position: relative;
    top: 0;
    left: -1258px;
    width: 7548px; }
    div.slideshow-container div.horizontal-container img {
      top: 0; }
    div.slideshow-container div.horizontal-container.views {
      left: 0;
      width: 2516px; }

  div.slideshow-container div.slide-control-panel {
    position: absolute;
    right: 90px;
    bottom: 0;
    /*width: 244px;*/
    width: 154px;
    height: 41px;
  }


    div.slideshow-container div.slide-control-panel div {
      position: absolute;
      top: 0;
      height: 41px;
      z-index: 1;
    }
    div.slideshow-container div.slide-control-panel div.panel-background {
      left: 0;
      /*width: 244px;*/
      width: 154px;
      background-color: #222222;
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      filter: alpha(opacity=70);
      z-index: 0;
    }

    div.slideshow-container div.slide-control-panel div a {
      position: relative;
      display: inline-block;
      top: 0;
      height: 41px;
    }

      div.slideshow-container div.slide-control-panel div a span {
        display: inline-block;
        height: 41px;
        background-repeat: no-repeat; }
    div.slideshow-container div.slide-control-panel div.pin-it-btn {
      left: 0;
      width: 58px; }
      div.slideshow-container div.slide-control-panel div.pin-it-btn a {
        left: 14px; }
        div.slideshow-container div.slide-control-panel div.pin-it-btn a span {
          width: 32px;
          background-image: url(../../uploads/2013/05/icons-no-repeat.png);
          background-position: -15px -948px; }
    div.slideshow-container div.slide-control-panel div.back-btn {
      left: 18px;
      width: 36px; }
      div.slideshow-container div.slide-control-panel div.back-btn a {
        left: 12px; }
        div.slideshow-container div.slide-control-panel div.back-btn a span {
          width: 12px;
          background-image: url(../../uploads/2013/05/icons-no-repeat.png);
          background-position: 0px -174px;
          -webkit-transition: background-position 0.2s ease; }
      div.slideshow-container div.slide-control-panel div.back-btn:hover span {
        background-position: -57px -174px; }
    div.slideshow-container div.slide-control-panel div.play-pause-btn {
      left: 61px;
      width: 38px; }
      div.slideshow-container div.slide-control-panel div.play-pause-btn a {
        left: 13px; }
        div.slideshow-container div.slide-control-panel div.play-pause-btn a span {
          width: 12px;
          background-image: url(../../uploads/2013/05/icons-no-repeat.png);
          background-position: -88px -246px;
          -webkit-transition: background-position 0.2s ease; }
      div.slideshow-container div.slide-control-panel div.play-pause-btn:hover span {
        background-position: -88px -215px; }
    div.slideshow-container div.slide-control-panel div.forward-btn {
      left: 102px;
      width: 36px; }
      div.slideshow-container div.slide-control-panel div.forward-btn a {
        left: 12px; }
        div.slideshow-container div.slide-control-panel div.forward-btn a span {
          width: 12px;
          background-image: url(../../uploads/2013/05/icons-no-repeat.png);
          background-position: 0 -215px;
          -webkit-transition: background-position 0.2s ease; }
      div.slideshow-container div.slide-control-panel div.forward-btn:hover span {
        background-position: -37px -215px; }
    div.slideshow-container div.slide-control-panel div.share-btn {
      left: 168px;
      width: 36px; }
      div.slideshow-container div.slide-control-panel div.share-btn a {
        left: 12px; }
        div.slideshow-container div.slide-control-panel div.share-btn a span {
          width: 14px;
          background-image: url(../../uploads/2013/05/icons-no-repeat.png);
          background-position: 0 -273px;
          -webkit-transition: background-position 0.2s ease; }
      div.slideshow-container div.slide-control-panel div.share-btn:hover span {
        background-position: -76px -283px; }
    div.slideshow-container div.slide-control-panel div.fullscreen-btn {
      left: 206px;
      width: 38px; }
      div.slideshow-container div.slide-control-panel div.fullscreen-btn a {
        left: 10px; }
        div.slideshow-container div.slide-control-panel div.fullscreen-btn a span {
          width: 17px;
          background-image: url(../../uploads/2013/05/icons-no-repeat.png);
          background-position: 0 -133px;
          -webkit-transition: background-position 0.2s ease; }
      div.slideshow-container div.slide-control-panel div.fullscreen-btn:hover span {
        background-position: -55px -133px; }

.cam-control-panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 135px;
  height: 41px;
  background-color: #222;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  line-height: 43px;
  text-align: center;
}

.cam-control-panel:hover {
  color: #ccc;
}

div.neighborhood-map-container {
  position: relative;
  width: 100%;
  max-width: 1258px;
  max-height: 724px;
  overflow: hidden; }
  div.neighborhood-map-container iframe.map {
    position: relative;
    top: -678px;
    width: 1258px;
    height: 2000px; }
  div.neighborhood-map-container div.iframe-scrim {
    position: absolute;
    left: 0;
    top: 0;
    width: 1258px;
    height: 120px;
    z-index: 2; }

div.contact-form-container {
  position: relative;
  width: 100%;
  max-width: 1258px;
  max-height: 728px;
  overflow: hidden; }
  div.contact-form-container iframe.register {
    position: relative;
    top: -588px;
    width: 1258px;
    height: 1446px; }
  div.contact-form-container div.iframe-scrim {
    position: absolute;
    z-index: 2; }
    div.contact-form-container div.iframe-scrim.image-1 {
      left: 0;
      top: 0;
      width: 656px;
      height: 120px; }
    div.contact-form-container div.iframe-scrim.image-2 {
      left: 656px;
      top: 0;
      width: 439px;
      height: 50px; }
    div.contact-form-container div.iframe-scrim.image-3 {
      left: 1095px;
      top: 0;
      width: 163px;
      height: 120px; }

div.collaboratory-text-header {
  position: relative;
  width: 100%;
  max-width: 1258px;
  height: 635px; }
  div.collaboratory-text-header h2 {
    font-weight: normal;
    font-size: 90%;
    color: #a61e26;
    text-transform: uppercase;
    margin-bottom: 30px; }
  div.collaboratory-text-header p {
    color: #222222;
    font-size: 90%;
    line-height: 145%;
    padding-left: 60px; }

div.main-content {
  position: relative;
  width: 100%;
  max-width: 1258px;
  height: auto;
  top: 0; }
  div.main-content div.secondary-nav {
    position: relative;
    float: left;
    width: 28%;
    max-width: 352px;
    height: auto; }
    div.main-content div.secondary-nav ul {
      list-style: none;
      margin: 0;
      padding: 0 0 0 22%; }
      div.main-content div.secondary-nav ul li {
        font-size: 70%;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 250%;
        color: #a61e26;
        margin: 0 0 0 0; }
        div.main-content div.secondary-nav ul li a {
          color: #222222;
          text-decoration: none; }
          div.main-content div.secondary-nav ul li a span.disclosure-triangle {
            display: none; }
          div.main-content div.secondary-nav ul li a:hover {
            color: #a61e26;
            text-decoration: none; }
            div.main-content div.secondary-nav ul li a:hover span.disclosure-triangle {
              display: inline; }
  div.main-content.availability div.availability-pdf-button-container {
    float: right;
    padding: 24px 0 0 0; }
  div.main-content div.content {
    position: relative;
    float: left;
    width: 72%;
    max-width: 906px;
    height: auto; }
    div.main-content div.content p, div.main-content div.content ul {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 50%;
      font-weight: normal;
      font-style: normal;
      color: #202020;
      line-height: 140%;
      margin-bottom: 2.5em !important;
      width: 80%; }
      div.main-content div.content p a, div.main-content div.content ul a {
        color: #a61e26;
        text-decoration: none; }
        div.main-content div.content p a:hover, div.main-content div.content ul a:hover {
          color: #202020; }
      div.main-content div.content p.views-blurb, div.main-content div.content ul.views-blurb {
        margin-top: 11px !important; }
    div.main-content div.content ul {
      /* margin-left: 1em !important; */
      padding-left: 1em !important; }
    div.main-content div.content h1 {
      display: table;
      text-align: left;
      font-size: 80%;
      font-weight: normal;
      font-style: normal;
      line-height: 240%;
      color: #a61e26;
      /* border-bottom: 1px solid $medium-dark-grey; */
      margin: 0 0 1em 0; }
    div.main-content div.content h3 {
      font-family: Arial, Helvetica, sans-serif;
      font-size: 50%;
      font-weight: normal;
      font-style: normal;
      color: #202020;
      line-height: 140%;
      width: 80%;
      margin: 0 0 8px 0;
      text-transform: uppercase; }
    div.main-content div.content h5 {
      font-size: 60%;
      font-weight: normal;
      font-style: normal;
      color: #202020;
      line-height: 170%;
      width: 90%;
      margin: 0 0 1em 0; }
      div.main-content div.content h5.subheader {
        line-height: 120%; }
    div.main-content div.content ul {
      list-style: square;
      margin: 0;
      padding: 0; }
      div.main-content div.content ul li {
        /* &:before { content: "— "; }
        text-indent: -1.3em;
        padding-left: 1.3em; */
        margin: 0 0 8px 0; }
        div.main-content div.content ul li a {
          color: #a61e26;
          text-decoration: none; }
          div.main-content div.content ul li a:hover {
            color: #202020; }
  div.main-content div.content.contact {
    position: relative;
    width: 100%;
    max-width: 1258px; }
    div.main-content div.content.contact p {
      padding: 26px 0 0 0;
      font-family: "faenaregular" !important;
      font-size: 50%;
      font-weight: normal;
      font-style: normal;
      color: #222222;
      line-height: 140%; }
    div.main-content div.content.contact a.fact-sheet-button {
      float: right;
      width: 199px;
      height: 57px; }
  div.main-content table.collaboratory-thumbs {
    position: relative;
    left: 29px;
    width: 95.38950715%;
    max-width: 1200px;
    border-collapse: collapse;
    margin: 0; }
    div.main-content table.collaboratory-thumbs tr td {
      /* height: 568px - 268px; */ }
      div.main-content table.collaboratory-thumbs tr td.thumb {
        width: 43.72019078%;
        max-width: 550px; }
      div.main-content table.collaboratory-thumbs tr td.spacer {
        width: 100px; }
      div.main-content table.collaboratory-thumbs tr td img {
        display: block;
        margin-bottom: 12px;
        width: 550px;
        height: 290px; }
      div.main-content table.collaboratory-thumbs tr td a {
        display: block;
        margin-bottom: 12px;
        width: 550px;
        height: 290px; }
        div.main-content table.collaboratory-thumbs tr td a img {
          width: 100%; }
      div.main-content table.collaboratory-thumbs tr td h4 {
        font-size: 70%;
        font-weight: normal;
        color: #a61e26;
        line-height: 340%;
        /* border-bottom: 1px solid $medium-grey; */
        margin-bottom: 20px; }
      div.main-content table.collaboratory-thumbs tr td p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 48%;
        font-weight: normal;
        color: #202020;
        line-height: 150%;
        width: 94.54545455%;
        max-width: 520px;
        margin-bottom: 8px; }
  div.main-content table.press-thumbs {
    position: relative;
    left: 80px;
    width: 87.28139905%;
    max-width: 1098px;
    border-collapse: collapse;
    margin: 40px 0 0 0; }
    div.main-content table.press-thumbs tr td {
      height: 86px; }
      div.main-content table.press-thumbs tr td.thumb {
        /* width: 39.26868045%; */
        width: 524px; }
      div.main-content table.press-thumbs tr td.spacer {
        width: 50px; }
      div.main-content table.press-thumbs tr td a {
        display: inline-block;
        float: left;
        width: 170px;
        height: 188px; }
      div.main-content table.press-thumbs tr td div {
        float: left;
        width: 274px;
        left: 210px;
        padding: 0 0 0 40px; }
        div.main-content table.press-thumbs tr td div p.press-date {
          font-size: 50%;
          font-weight: normal;
          font-style: normal;
          line-height: 300%; }
        div.main-content table.press-thumbs tr td div p.press-pub {
          font-size: 70%;
          font-weight: normal;
          font-style: normal;
          color: #a61e26;
          line-height: 110%;
          margin-bottom: 0.5em; }
          div.main-content table.press-thumbs tr td div p.press-pub span {
            text-transform: none; }
        div.main-content table.press-thumbs tr td div p.press-article-title {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 55%;
          font-weight: normal;
          font-style: normal;
          width: 100%;
          line-height: 120%; }
          div.main-content table.press-thumbs tr td div p.press-article-title a {
            width: 100%;
            height: auto;
            color: #555555;
            text-decoration: none; }
            div.main-content table.press-thumbs tr td div p.press-article-title a:hover {
              color: #a61e26;
              text-decoration: underline; }
  div.main-content table.availability-table {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 1258px;
    border-collapse: collapse; }
    div.main-content table.availability-table thead tr th, div.main-content table.availability-table tbody tr td {
      height: 68px;
      /* border-bottom: 1px solid $medium-grey; */
      background-color: white;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 45%;
      font-weight: normal;
      font-style: normal;
      color: #555555;
      text-align: center;
      vertical-align: middle; }
    div.main-content table.availability-table thead tr th {
      color: #a61e26;
      font-weight: bold;
      text-transform: uppercase; }
    div.main-content table.availability-table tbody tr td {
      font-size: 45%; }
    div.main-content table.availability-table th.unit-cell, div.main-content table.availability-table td.unit-cell {
      text-align: left;
      padding-left: 48px;
      width: 14.6263911%;
      max-width: 184px; }
    div.main-content table.availability-table th.floor-cell, div.main-content table.availability-table td.floor-cell {
      width: 10.96979332%;
      max-width: 138px; }
    div.main-content table.availability-table th.bedroom-cell, div.main-content table.availability-table td.bedroom-cell {
      width: 13.354531%;
      max-width: 168px; }
    div.main-content table.availability-table th.bath-cell, div.main-content table.availability-table td.bath-cell {
      width: 11.28775835%;
      max-width: 142px; }
    div.main-content table.availability-table th.sq-ft-cell, div.main-content table.availability-table td.sq-ft-cell {
      width: 18.91891892%;
      max-width: 238px; }
    div.main-content table.availability-table th.price-cell, div.main-content table.availability-table td.price-cell {
      width: 14.70588235%;
      max-width: 185px; }
    div.main-content table.availability-table th.pdf-cell, div.main-content table.availability-table td.pdf-cell {
      width: 16.13672496%;
      max-width: 203px; }
    div.main-content table.availability-table td.pdf-cell {
      font-weight: normal;
      color: #a61e26; }
    div.main-content table.availability-table td.test-cell {
      color: #a61e26; }
    div.main-content table.availability-table td.unit-cell {
      font-family: "faenaregular";
      font-size: 90%;
      font-weight: normal;
      font-style: normal;
      color: #a61e26; }

div.spacer-70 {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1258px;
  height: 70px; }

div.spacer-140 {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 1258px;
  height: 140px; }

#footer {
  position: relative;
  clear: left;
  width: 100%;
  height: 120px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35%;
  font-weight: normal;
  font-style: normal;
  color: #777777;
  line-height: 135%; }
  #footer div.footer-info {
    float: left; }
    #footer div.footer-info a {
      float: left; }
    #footer div.footer-info p {
      margin-left: 55px;
      padding-left: 30px;
      border-left: 1px solid #777777; }
      #footer div.footer-info p span.bold {
        color: #222222;
        font-weight: bold; }
        #footer div.footer-info p span.bold a {
          float: none;
          color: #a61e26; }
      #footer div.footer-info p a {
        float: none;
        color: #a61e26;
        text-decoration: none; }
    #footer div.footer-info div.legal-boilerplate {
      padding: 6px;
      color: #202020;
      background-color: white;
      line-height: 13px;
      display: none;
      position: absolute;
      left: 430px;
      top: -50px;
      width: 408px;
      height: auto;
      outline: 1px solid #CCC;
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
      font-family: Verdana, Geneva, sans-serif;
      font-size: 8px;
      font-weight: normal;
      font-style: normal; }
      #footer div.footer-info div.legal-boilerplate strong {
        font-weight: bold;
        color: #777777; }
  #footer div.localization-toggle {
    float: right;
    font-size: 125%;
    font-weight: bold;
    font-style: normal;
    line-height: 290%;
    text-transform: uppercase; }
    #footer div.localization-toggle a.local-link {
      color: #222222;
      padding-left: 30px;
      text-decoration: none; }
      #footer div.localization-toggle a.local-link.en {
        color: #a61e26; }
      #footer div.localization-toggle a.local-link:hover {
        color: #a61e26; }



/* New Globals */

/* ---------------------------------- */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}



/* Logo */

/* ---------------------------------- */

.faenap1-logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0;
  width: 77px;
  height: 77px;
  background: #d71920;
}

.faenap1-logo a {
  text-align: center;
  display: block;
  font-size: 40px;
  line-height: 77px;
  color: #fff;
  text-decoration: none;
}



/* Header */

/* ---------------------------------- */

.faenap1-primary-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1024px;
  max-width: 1258px;
  height: 77px;
  background: #000;
  z-index: 11;
  font-size: 100%;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.faenap1-primary-header ul,
.faenap1-primary-header li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.faenap1-primary-header nav ul {
  margin-top: 14px;
  margin-left: -8px;
  height: 51px;
}

.faenap1-primary-header nav li {
  width: 166px;
  height: 100%;
  font-size: 18px;
  border-left: 1px solid #333;
  overflow: hidden;
}

.faenap1-primary-header nav li:first-child {
  width: 156px;
  border-left: none;
}

.faenap1-primary-header nav li.active a {
  color: #d71920;
}

.faenap1-primary-header nav li a {
  display: block;
  padding-top: 26px;
  padding-left: 19px;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.faenap1-primary-header nav li a:hover {
  color: #d71920;
}


.faenap1-primary-header .dropdown-container {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
}

.faenap1-primary-header .booking-container {
  -webkit-box-shadow: 0 2px 3px -2px rgba(68, 68, 68, 0.28);
  -moz-box-shadow: 0 2px 3px -2px rgba(68, 68, 68, 0.28);
  -ms-box-shadow: 0 2px 3px -2px rgba(68, 68, 68, 0.28);
  -o-box-shadow: 0 2px 3px -2px rgba(68, 68, 68, 0.28);
  box-shadow: 0 2px 3px -2px rgba(68, 68, 68, 0.28);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  height: 50px;
}

.faenap1-primary-header .booking-container ul.pull-left {
  padding-left: 20px;
}

.faenap1-primary-header .booking-container ul:first-child {
  margin-top: 16px;
}

.faenap1-primary-header .booking-container ul:first-child li:first-child {
  margin-right: 20px;
}

.faenap1-primary-header .booking-container ul:first-child a {
  color: #000;
}

.faenap1-primary-header .booking-container ul:first-child a:hover {
  color: #d71920;
}

.faenap1-primary-header .booking-container form {
  float: right;
  margin-top: 12px;
  padding-right: 20px;
}

.faenap1-primary-header .booking-container fieldset,
.faenap1-primary-header .booking-container input[type="text"],
.faenap1-primary-header .booking-container input[type="submit"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.faenap1-primary-header .booking-container input[type="text"],
.faenap1-primary-header .booking-container input[type="submit"] {
  margin-left: 5px;
}

.faenap1-primary-header .booking-container input[type="text"] {
  margin-left: 5px;
  width: 145px;
  background-image: url('include/images/sprites-sa793bc309f.png');
  background-position: 0 -52px;
  background-repeat: no-repeat;
  background-position: 122px -49px;
}

/* Dropdown Nav */

.faenap1-primary-header .faenap1-dropdown-nav {
  background: #f5f5f5;
  padding: 0 0 0 77px;
  font-size: 13px;
  line-height: 30px;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.faenap1-primary-header .faenap1-dropdown-nav.open {
  padding-top: 30px;
  padding-bottom: 30px;
}

.faenap1-primary-header .faenap1-dropdown-nav,
.faenap1-primary-header .faenap1-dropdown-nav ul {
  display: block;
}

.faenap1-primary-header .faenap1-dropdown-nav a {
  color: #444444;
  text-decoration: none;
}

.faenap1-primary-header .faenap1-dropdown-nav a:hover {
  color: #d71920;
}

.faenap1-primary-header .faenap1-dropdown-nav li.active > a {
  color: #d71920;
}

.faenap1-primary-header .faenap1-dropdown-nav ul:hover li.active > a {
  color: #444444;
}

.faenap1-primary-header .faenap1-dropdown-nav ul:hover li.active > a:hover {
  color: #d71920;
}

.faenap1-primary-header .faenap1-dropdown-nav li.faenap1-level0 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 152px;
  padding-left: 18px;
  border-left: 1px solid #dedede;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.faenap1-primary-header .faenap1-dropdown-nav li.faenap1-level0.open {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: auto;
}

.faenap1-primary-header .faenap1-dropdown-nav li.faenap1-level0:first-child {
  width: 140px;
  /*margin-left: 20px;*/
}

.faenap1-primary-header .faenap1-dropdown-nav ul.faenap1-level1 {
  white-space: nowrap;
  margin: -0.5em 0;
}

.faenap1-primary-header .faenap1-dropdown-nav ul.faenap1-level1 li {
  display: block;
}

.faenap1-primary-header .faenap1-dropdown-nav ul.faenap1-level2 {
  font-size: 11px;
  line-height: 24px;
  padding-left: 1em;
}



/* Footer */

/* ---------------------------------- */

.faenap1-page-footer {
  position: relative;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 -2px 5px -2px rgba(68, 68, 68, 0.28);
  -moz-box-shadow: 0 -2px 5px -2px rgba(68, 68, 68, 0.28);
  -ms-box-shadow: 0 -2px 5px -2px rgba(68, 68, 68, 0.28);
  -o-box-shadow: 0 -2px 5px -2px rgba(68, 68, 68, 0.28);
  box-shadow: 0 -2px 5px -2px rgba(68, 68, 68, 0.28);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}


@media screen and (max-width: 1024px) {
  .faenap1-page-footer {
    height: 110px;
  }
}

@media screen and (max-width: 430px) {
  .faenap1-page-footer {
    height: 110px;
  }
}

@media screen and (max-width: 2243px) {
  .faenap1-page-footer.faenap1-unfixed {
    position: relative;
  }
}

.faenap1-page-footer ul,
.faenap1-page-footer li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}


.faenap1-page-footer ul.faenap1-social-nav,
.faenap1-page-footer li.faenap1-social-nav {
  vertical-align: middle;
}

.faenap1-page-footer ul {
  float: right;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .faenap1-page-footer ul {
    width: 100%;
    text-align: center;
  }
}

.faenap1-page-footer ul.links,
.faenap1-page-footer ul ul:first-child {
  float: none;
  line-height: 2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.faenap1-page-footer ul.links {
  vertical-align: top;
}

.faenap1-page-footer ul.links a,
.faenap1-page-footer ul ul:first-child a {
  color: #666666;
  text-decoration: none;
}
.faenap1-page-footer ul.links a.active,
.faenap1-page-footer ul ul:first-child a.active {
  color: #d71920;
}
.faenap1-page-footer ul.links a:hover,
.faenap1-page-footer ul ul:first-child a:hover {
  color: #d71920;
}

.faenap1-page-footer ul.links a:hover span {
  display: block;
}

.faenap1-page-footer ul.links a:hover span:first-child,
.faenap1-page-footer ul ul:first-child a:hover span:first-child {
  display: none;
}

.faenap1-page-footer ul.links a span,
.faenap1-page-footer ul ul:first-child a span {
  display: none;
}

.faenap1-page-footer ul.links a span:first-child {
  display: block;
}

.faenap1-page-footer ul.links li,
.faenap1-page-footer ul ul:first-child li {
  margin-left: 12px;
}
.faenap1-page-footer ul.links li:first-child,
.faenap1-page-footer ul ul:first-child li:first-child {
  margin-left: 0;
}
.faenap1-page-footer ul.links [class*="icon-"],
.faenap1-page-footer ul ul:first-child [class*="icon-"] {
  font-size: 14px;
  color: #999;
}
.faenap1-page-footer ul.links.faenap1-language-nav li,
.faenap1-page-footer ul ul:first-child.faenap1-language-nav li {
  margin-left: 3px;
}
.faenap1-page-footer ul.links.faenap1-language-nav li:first-child,
.faenap1-page-footer ul ul:first-child.faenap1-language-nav li:first-child {
  margin-left: 0;
}
.faenap1-page-footer ul.links.faenap1-language-nav li:before,
.faenap1-page-footer ul ul:first-child.faenap1-language-nav li:before {
  content: "|";
}
.faenap1-page-footer ul.links.faenap1-language-nav li:first-child:before,
.faenap1-page-footer ul ul:first-child.faenap1-language-nav li:first-child:before {
  content: " ";
}
.faenap1-page-footer ul.links.faenap1-language-nav li a,
.faenap1-page-footer ul ul:first-child.faenap1-language-nav li a {
  padding-left: 3px;
}
.faenap1-page-footer ul.locations,
.faenap1-page-footer ul ul + ul {
  font-size: 20px;
  color: #ccc;
}
@media screen and (max-width: 1024px) {
  .faenap1-page-footer ul.locations,
  .faenap1-page-footer ul ul + ul {
    margin-top: 10px;
  }
}
.faenap1-page-footer ul.locations li a,
.faenap1-page-footer ul ul + ul li a {
  padding-left: 5px;
  font-size: 15px;
  text-decoration: none;
  color: #d71920;
}

.faenap1-page-footer ul.locations li a:hover {
  color: #666;
}

@media screen and (max-width: 430px) {
  .faenap1-page-footer ul.locations li a,
  .faenap1-page-footer ul ul + ul li a {
    font-size: 13px;
  }
}
.faenap1-page-footer ul.locations li:first-child a,
.faenap1-page-footer ul ul + ul li:first-child a {
  padding: 0 5px 0 0;
}
.faenap1-page-footer ul.locations li:first-child:after,
.faenap1-page-footer ul ul + ul li:first-child:after {
  font-family: Arial;
  content: "•";
  color: #808285;
  font-size: 16px;
  vertical-align: middle;
}