@charset "UTF-8";
/*
Theme Name: Habitat 67
Description: Custom Theme Created for Habitat 67
Author: Guillaume Quimper - Design Jump&Love
Theme URI: http://gquimper.com/
Author URI: http://gquimper.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: v1.0
*/
/* HTML5 Reset Inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* Blockquotes */
blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%; }

th {
  /*font-weight: bold;*/
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

td img {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/* Forms */
input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

button, select, input, textarea {
  font: 99% sans-serif;
  margin: 0; }

input, select {
  vertical-align: middle; }

/* hand cursor on clickable elements */
label, input[type=button], input[type=submit], button {
  cursor: pointer; }

button {
  width: auto;
  overflow: visible; }

/* Typo */
ul {
  list-style: none; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  cursor: help; }

/* Links */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

a:hover, a:active {
  outline: none; }

/* Sup & Sub Hacks */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover */
.ie6 html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

/* Clearfix */
.clearfix:after {
  visibility: hidden;
  display: table;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
@font-face {
  font-family: 'Circular Std Bold';
  src: url("assets/fonts/CircularStd-Bold.eot");
  /* IE9 Compat Modes */
  src: url("assets/fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/CircularStd-Bold.woff") format("woff"), url("assets/fonts/CircularStd-Bold.ttf") format("truetype"), url("assets/fonts/CircularStd-Bold.svg#b333381778fc1f96de44d359c7f8b95e") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: 'Circular Std Book';
  src: url("CircularStd-Book.eot");
  /* IE9 Compat Modes */
  src: url("CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("CircularStd-Book.woff") format("woff"), url("CircularStd-Book.ttf") format("truetype"), url("CircularStd-Book.svg#dd452d63ae05ddb466f19713a7d09fd5") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "habitat-icons";
  src: url("assets/fonts/habitat-icons-v1.0/fonts/habitat-icons.eot?qeohe2");
  src: url("assets/fonts/habitat-icons-v1.0/fonts/habitat-icons.eot?qeohe2#iefix") format("embedded-opentype"), url("assets/fonts/habitat-icons-v1.0/fonts/habitat-icons.woff2?qeohe2") format("woff2"), url("assets/fonts/habitat-icons-v1.0/fonts/habitat-icons.ttf?qeohe2") format("truetype"), url("assets/fonts/habitat-icons-v1.0/fonts/habitat-icons.woff?qeohe2") format("woff"), url("assets/fonts/habitat-icons-v1.0/fonts/habitat-icons.svg?qeohe2#habitat-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "habitat-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-tripadvisor:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.row:after {
  content: '';
  display: table;
  clear: both; }

div[class^="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left; }

div[class^="span"]:first-child {
  margin-left: 0; }

/*  GRID OF TWELVE  */
.span12 {
  width: 100%; }

.span11 {
  width: 91.66%; }

.span10 {
  width: 83.33%; }

.span9 {
  width: 75%; }

.span8 {
  width: 66.66%; }

.span7 {
  width: 58.33%; }

.span6 {
  width: 50%; }

.span5 {
  width: 41.66%; }

.span4 {
  width: 33.33%; }

.span3 {
  width: 25%; }

.span2 {
  width: 16.66%; }

.span1 {
  width: 8.333%; }

@media screen and (max-width: 567px) {
  div[class^="span"] {
    float: none;
    width: 100% !important; } }

body {
  font: 1em "Lato", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 1023px) {
    body {
      overflow-x: hidden; } }

#bottom-border {
  width: 100%;
  height: 40px;
  background: #fff;
  bottom: 0;
  display: block;
  left: 0;
  min-height: 40px;
  position: fixed;
  z-index: 99999; }

#left-border,
#right-border {
  width: 0;
  height: 100%;
  background: #fff;
  top: 0;
  display: block;
  left: 0;
  min-height: 40px;
  position: fixed;
  z-index: 99999; }

#right-border {
  left: auto;
  right: 0; }

.page-template-page-residents #bottom-border {
  max-height: 60px; }

@media (max-width: 1023px) {
  #bottom-border {
    max-height: 60px; } }

@media (max-width: 320px) {
  #bottom-border {
    height: 10px;
    max-height: 10px;
    min-height: 10px; } }

#site-wrapper,
.inner-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  position: relative; }
  @media (max-width: 1120px) {
    #site-wrapper,
    .inner-wrapper {
      margin: 0 10px; } }

#site-wrapper {
  overflow: hidden;
  padding-top: 110px; }
  @media (max-width: 1023px) {
    #site-wrapper {
      padding-top: 82px; } }
  @media (max-width: 320px) {
    #site-wrapper {
      padding-top: 62px; } }

#content-wrapper {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  #content-wrapper.offset-left {
    -webkit-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    transform: translate(-500px, 0); }
  #content-wrapper.offset-right {
    -webkit-transform: translate(500px, 0);
    -ms-transform: translate(500px, 0);
    transform: translate(500px, 0); }

.float-right {
  float: right !important; }

.align-right {
  text-align: right; }

/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.1
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D), Guillermo Guerrero (gguerrero)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */
/*
 *  This file contains styles that are common to all kwicks instances.  Note that each kwicks instance requires
 *  additional styling - please see the examples for more info.
 */
.kwicks {
  display: block;
  list-style-type: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0; }

.kwicks > * {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0; }

.kwicks.kwicks-processed > * {
  margin: 0;
  position: absolute; }

.kwicks-horizontal > * {
  float: left; }

.kwicks-horizontal > :first-child {
  margin-left: 0; }

.kwicks-vertical > :first-child {
  margin-top: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999998;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  font-size: 12px;
  text-align: left;
  line-height: 18px;
  color: #000;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
 * animsition v4.0.1
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #fff; }

/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 999999; }

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading; }

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in; }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out; }

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up; }

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; } }

.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up; }

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm; }

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; } }

.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm; }

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg; }

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; } }

.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg; }

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; } }

.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down; }

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm; }

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0; } }

.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm; }

@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down; }

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0; } }

.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg; }

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left; }

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0; } }

.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left; }

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm; }

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; } }

.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm; }

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg; }

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0; } }

.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg; }

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right; }

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0; } }

.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right; }

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm; }

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; } }

.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm; }

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg; }

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0; } }

.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg; }

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in; }

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out; }

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm; }

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm; }

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; } }

.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg; }

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1; }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0; } }

.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg; }

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; } }

.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; } }

.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0; } }

.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in; }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out; }

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm; }

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm; }

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 1; } }

.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg; }

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  100% {
    opacity: 0; } }

.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg; }

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes overlay-slide-in-top {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top; }

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes overlay-slide-out-top {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top; }

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%; }
  100% {
    height: 0; } }

.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom; }

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

@keyframes overlay-slide-out-bottom {
  0% {
    height: 0; }
  100% {
    height: 100%; } }

.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom; }

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes overlay-slide-in-left {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left; }

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes overlay-slide-out-left {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left; }

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

@keyframes overlay-slide-in-right {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right; }

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes overlay-slide-out-right {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right; }

.wp-block-image {
  width: 100%; }
  .wp-block-image figure, .wp-block-image img {
    width: 100%; }

.wp-block-quote {
  border-left: 5px solid #d9d9d9;
  margin: 3em 4em;
  padding-left: 2em; }
  .wp-block-quote p {
    font-size: 1.5em;
    font-style: italic; }
    .wp-block-quote p:last-of-type {
      margin-bottom: .5em; }

.wp-block-embed-vimeo,
.wp-block-embed-youtube {
  height: 0;
  margin: 2em 0;
  padding-bottom: 56.25%;
  position: relative; }
  .wp-block-embed-vimeo > .wp-block-embed__wrapper,
  .wp-block-embed-youtube > .wp-block-embed__wrapper {
    width: 100%;
    height: 100%;
    position: absolute; }
  .wp-block-embed-vimeo embed,
  .wp-block-embed-vimeo iframe,
  .wp-block-embed-vimeo object,
  .wp-block-embed-vimeo video,
  .wp-block-embed-youtube embed,
  .wp-block-embed-youtube iframe,
  .wp-block-embed-youtube object,
  .wp-block-embed-youtube video {
    border: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 1080px;
    position: absolute; }

#site-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  height: 110px;
  padding: 25px 0 22px 0;
  position: fixed;
  width: 100%;
  z-index: 99999; }
  #site-header:after {
    content: '';
    display: table;
    clear: both; }
  #site-header h1 {
    float: left;
    width: 105px; }
    #site-header h1 a {
      display: block; }
  @media (max-width: 1023px) {
    #site-header {
      padding: 20px;
      height: 82px; }
      #site-header h1 {
        margin-left: 0;
        margin-top: -5px;
        width: 90px; } }
  @media (max-width: 320px) {
    #site-header {
      padding: 15px;
      height: 62px; } }
  #site-header #right-links {
    float: right;
    margin-top: 20px;
    text-align: right;
    width: 75%; }
    #site-header #right-links li {
      display: inline-block;
      padding-left: 5%; }
    #site-header #right-links a {
      color: #000;
      font: 0.8125em "Lato", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 400; }
    #site-header #right-links a:hover {
      text-decoration: underline; }
    #site-header #right-links li.mobile-only {
      display: none; }
    #site-header #right-links li.current_page_item a {
      font-weight: 700; }
    #site-header #right-links li.current_page_item a:hover {
      text-decoration: none; }
    @media (max-width: 1023px) {
      #site-header #right-links {
        width: 170px;
        height: 100%;
        -webkit-transform: translate(170px, 0);
        -ms-transform: translate(170px, 0);
        transform: translate(170px, 0);
        transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        background: #fff;
        float: none;
        margin-top: 0;
        padding-top: 20px;
        position: fixed;
        right: 0;
        text-align: left;
        top: 0;
        z-index: 999999; }
        #site-header #right-links.visible {
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
        #site-header #right-links li,
        #site-header #right-links li.mobile-only {
          display: block;
          padding: 5px 20px; }
        #site-header #right-links a {
          font-size: 1em;
          display: block;
          padding: 5px 0; } }

#mobile-menu-toggle {
  width: 30px;
  height: 20px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  display: none;
  margin: 10px 0 0 0;
  position: absolute;
  left: -40px; }
  @media (max-width: 1023px) {
    #mobile-menu-toggle {
      display: block; } }
  @media (max-width: 320px) {
    #mobile-menu-toggle {
      margin-top: 0; } }
  #mobile-menu-toggle .hamburger {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 2px;
    display: block;
    margin-top: -4px;
    position: absolute;
    top: 50%; }
    #mobile-menu-toggle .hamburger:before, #mobile-menu-toggle .hamburger:after {
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      width: 100%;
      height: 4px;
      content: '';
      background: #000;
      border-radius: 2px;
      display: block;
      position: absolute; }
    #mobile-menu-toggle .hamburger:before {
      -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
      transform: translate(0, -7px); }
    #mobile-menu-toggle .hamburger:after {
      -webkit-transform: translate(0, 7px);
      -ms-transform: translate(0, 7px);
      transform: translate(0, 7px); }
  #mobile-menu-toggle.open .hamburger {
    background: rgba(0, 0, 0, 0); }
    #mobile-menu-toggle.open .hamburger:before {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #mobile-menu-toggle.open .hamburger:after {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

#split-header {
  max-height: 620px;
  max-width: 100%;
  position: relative;
  width: 1100px; }
  @media (max-width: 1023px) {
    #split-header {
      max-height: 800px; } }

#left-panel,
#right-panel {
  height: 100%;
  max-height: 620px;
  opacity: .99; }
  #left-panel .panel-image,
  #right-panel .panel-image {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    left: 0;
    max-height: 620px;
    position: absolute;
    top: 0;
    z-index: -1;
    /*-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: url(grayscale.svg#greyscale);
		filter: gray;*/ }
  #left-panel .panel-image.hidden,
  #right-panel .panel-image.hidden {
    opacity: 0 !important; }
  #left-panel.kwicks-expanded .panel-image,
  #right-panel.kwicks-expanded .panel-image {
    opacity: .6; }
  #left-panel .panel-content,
  #right-panel .panel-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    opacity: .99;
    position: absolute;
    z-index: 100; }
  #left-panel h2,
  #right-panel h2 {
    font: 4em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1; }
  #left-panel ul,
  #right-panel ul {
    margin-top: 11px; }
    #left-panel ul li,
    #right-panel ul li {
      padding: 4px 0; }
    #left-panel ul a,
    #right-panel ul a {
      font: 1em "Lato", Helvetica, Arial, sans-serif;
      text-transform: none;
      font-weight: 400;
      color: #000; }
    #left-panel ul a:hover,
    #left-panel ul li.active a,
    #right-panel ul a:hover,
    #right-panel ul li.active a {
      font-weight: 900; }
  @media (max-width: 1083px) {
    #left-panel h2,
    #right-panel h2 {
      font-size: 3.5em; } }
  @media (max-width: 1023px) {
    #left-panel,
    #right-panel {
      width: 100%; }
      #left-panel .panel-image,
      #right-panel .panel-image {
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        background-size: cover !important; } }
  @media (max-width: 767px) {
    #left-panel h2,
    #right-panel h2 {
      font-size: 3em; } }
  @media (max-width: 320px) {
    #left-panel h2,
    #right-panel h2 {
      font-size: 2.66em; } }

#left-panel {
  border-right: 5px solid #fff;
  text-align: right; }
  #left-panel .panel-image {
    background-position: right top; }
  #left-panel .panel-content {
    right: 0; }
  #left-panel h2 {
    color: #3daf2c; }
  @media (max-width: 1023px) {
    #left-panel {
      border-right: 0;
      border-bottom: 5px solid #fff; }
      #left-panel h2 {
        padding-top: 0; } }

#right-panel {
  border-left: 5px solid #fff;
  text-align: left; }
  #right-panel .panel-image {
    background-position: left top; }
  #right-panel h2 {
    color: #1226aa; }
  @media (max-width: 1023px) {
    #right-panel {
      border-left: 0;
      border-top: 5px solid #fff; } }

.home #left-panel {
  /*h2:after {
		@include size(129px,32px);
		content: '';
		background: url(assets/images/hommage-arrow.png) no-repeat;
		@include background-size(100% 100%);
		display: block;
		left: 0;
		margin-top: 10px;
		position: absolute;
	}*/ }
  .home #left-panel .panel-content {
    left: 0;
    right: auto; }
  .home #left-panel h2 {
    padding-top: 0;
    position: relative; }

.home #right-panel {
  text-align: right;
  /*h2:after {
		@include size(129px,32px);
		content: '';
		background: url(assets/images/information-arrow.png) no-repeat;
		@include background-size(100% 100%);
		display: block;
		margin-top: 10px;
		position: absolute;
		right: 0;
	}*/ }
  .home #right-panel .panel-content {
    right: 0; }
  .home #right-panel h2 {
    position: relative;
    width: auto; }

a {
  outline: none;
  text-decoration: none; }

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

#section-header {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  position: fixed;
  z-index: 100; }
  #section-header #left-panel {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    max-height: 620px; }
    #section-header #left-panel h2 a {
      color: #3daf2c; }
    #section-header #left-panel.inactive:hover .panel-image {
      opacity: .6; }
  #section-header #right-panel {
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    max-height: 620px; }
    #section-header #right-panel.inactive:hover .panel-image {
      opacity: .6; }
    #section-header #right-panel h2 a {
      color: #1226aa; }
  #section-header #mobile-section-nav {
    display: none; }
  @media (max-width: 1023px) {
    #section-header {
      height: auto !important;
      left: auto;
      position: relative;
      right: auto !important;
      width: 100% !important; }
      #section-header #left-panel,
      #section-header #right-panel {
        display: none; }
      #section-header #mobile-section-nav {
        display: block; } }

#content-wrapper {
  position: relative;
  z-index: 1; }
  #content-wrapper #mobile-header {
    display: none; }
  #content-wrapper .top-image-wrapper {
    overflow: hidden;
    margin-right: 5%;
    position: relative; }
  #content-wrapper .top-image {
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: 50% 0;
    background-repeat: no-repeat;
    max-height: 620px;
    opacity: .9; }
    #content-wrapper .top-image a {
      width: 100%;
      height: 100%;
      display: block;
      left: 0;
      position: absolute;
      top: 0; }
  @media (max-width: 1023px) {
    #content-wrapper #mobile-header {
      display: block;
      position: absolute;
      top: 20px;
      z-index: 100; }
      #content-wrapper #mobile-header h2 {
        font: 4.125em "Circular Std Bold", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        line-height: 1; }
    #content-wrapper #mobile-header.hommage {
      right: 20px;
      text-align: right; }
      #content-wrapper #mobile-header.hommage h2 {
        color: #3daf2c; }
    #content-wrapper #mobile-header.informations {
      left: 20px; }
      #content-wrapper #mobile-header.informations h2 {
        color: #1226aa; }
    #content-wrapper .top-image-wrapper {
      margin-right: 0;
      max-height: 620px; }
    #content-wrapper .top-image {
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important; } }
  @media (max-width: 767px) {
    #content-wrapper #mobile-header h2 {
      font-size: 3em; } }

#content h2 {
  font: 3.375em "Circular Std Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1; }

@media (max-width: 767px) {
  #content h2 {
    font-size: 2.5em; } }

@media (max-width: 567px) {
  #content h2 {
    font-size: 1.75em; } }

#content p {
  font-size: 0.9375em;
  line-height: 1.3;
  padding-bottom: 5%; }
  #content p a {
    color: #000;
    font-weight: 700; }
  #content p a:hover {
    color: gray; }

#content ul {
  margin-left: 1.5em; }
  #content ul li {
    font-size: 0.9375em;
    padding-bottom: 2px;
    padding-left: 12px;
    position: relative; }
    #content ul li a {
      color: #000;
      font-weight: 700; }
    #content ul li a:hover {
      color: gray; }
  #content ul li:before {
    content: "-";
    left: 0;
    position: absolute; }

#content blockquote {
  padding: 5% 7.5%; }
  #content blockquote p {
    font-size: 1.5em;
    line-height: 1.25; }
  #content blockquote span.cite {
    display: inline-block;
    font-size: .5em;
    line-height: 1; }
  #content blockquote span.cite:before {
    content: "\2014";
    display: inline-block;
    padding-right: 4px; }

#content .image-block {
  position: relative; }

@media (max-width: 1023px) {
  #content {
    padding-bottom: 60px !important; } }

@media (max-width: 567px) {
  #content {
    padding-bottom: 20px !important; } }

#hommage-section {
  position: relative; }
  #hommage-section #section-header #left-panel {
    position: relative;
    width: 330px; }
    #hommage-section #section-header #left-panel .panel-content {
      right: 0; }
  #hommage-section #section-header #right-panel {
    left: 330px;
    position: absolute;
    top: 0; }
  #hommage-section #content {
    margin-right: 5%; }
    #hommage-section #content h2 {
      color: #3daf2c; }
  #hommage-section #top-image {
    background-position: left top; }
  @media (max-width: 1023px) {
    #hommage-section #content {
      margin-right: 0; } }

#habitat67 {
  padding-top: 6%; }
  #habitat67 .block1 {
    padding-bottom: 145px;
    position: relative; }
    #habitat67 .block1 .image-habitat-large1 {
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 1; }
    #habitat67 .block1 .image-habitat1 {
      z-index: 5; }
    #habitat67 .block1 h2 {
      position: relative;
      z-index: 10; }
    @media (max-width: 1023px) {
      #habitat67 .block1 h2 {
        padding-top: 5%;
        position: absolute;
        right: 5%;
        text-align: right;
        top: 2.5%; } }
    @media (max-width: 567px) {
      #habitat67 .block1 {
        padding-bottom: 80px;
        padding-top: 80px; }
        #habitat67 .block1 h2 {
          left: 0;
          padding-left: 0;
          padding-top: 0;
          right: auto;
          text-align: left;
          top: 10px; } }
  #habitat67 .block2,
  #habitat67 .block3,
  #habitat67 .block4 {
    padding-top: 15%; }
    #habitat67 .block2 p:first-child,
    #habitat67 .block3 p:first-child,
    #habitat67 .block4 p:first-child {
      padding-left: 5%;
      padding-right: 15%; }
    #habitat67 .block2 p:last-child,
    #habitat67 .block3 p:last-child,
    #habitat67 .block4 p:last-child {
      padding-left: 15%;
      padding-right: 5%; }
    #habitat67 .block2 .image-habitat2,
    #habitat67 .block3 .image-habitat2,
    #habitat67 .block4 .image-habitat2 {
      margin-left: 15%;
      z-index: 10; }
    #habitat67 .block2 .image-habitat3,
    #habitat67 .block3 .image-habitat3,
    #habitat67 .block4 .image-habitat3 {
      left: -5%;
      margin-top: 10%;
      z-index: 1; }
    #habitat67 .block2 .image-habitat4,
    #habitat67 .block3 .image-habitat4,
    #habitat67 .block4 .image-habitat4 {
      margin-bottom: 2.5%;
      margin-left: 10%;
      margin-top: 5%;
      z-index: 1; }
    #habitat67 .block2 .image-habitat5,
    #habitat67 .block3 .image-habitat5,
    #habitat67 .block4 .image-habitat5 {
      left: -40px;
      margin-right: -4%;
      padding-right: 3%;
      z-index: 10; }
    #habitat67 .block2 .image-habitat6,
    #habitat67 .block3 .image-habitat6,
    #habitat67 .block4 .image-habitat6 {
      top: 75px; }
    #habitat67 .block2 .bottom-quote,
    #habitat67 .block3 .bottom-quote,
    #habitat67 .block4 .bottom-quote {
      margin-top: 15%; }
    #habitat67 .block2 .image-habitat7,
    #habitat67 .block3 .image-habitat7,
    #habitat67 .block4 .image-habitat7 {
      top: -75px;
      z-index: 1; }
    #habitat67 .block2 .image-habitat8,
    #habitat67 .block3 .image-habitat8,
    #habitat67 .block4 .image-habitat8 {
      margin-left: -40px;
      z-index: 10; }
    #habitat67 .block2 .image-habitat9,
    #habitat67 .block3 .image-habitat9,
    #habitat67 .block4 .image-habitat9 {
      margin-left: -60px;
      top: -30px;
      z-index: 5; }
    #habitat67 .block2 .image-habitat10,
    #habitat67 .block3 .image-habitat10,
    #habitat67 .block4 .image-habitat10 {
      padding-right: 2.5%;
      top: -100px;
      z-index: 2; }
    #habitat67 .block2 .image-habitat11,
    #habitat67 .block3 .image-habitat11,
    #habitat67 .block4 .image-habitat11 {
      margin-left: 8.5%;
      top: -90px;
      z-index: 2; }
    @media (max-width: 1023px) {
      #habitat67 .block2,
      #habitat67 .block3,
      #habitat67 .block4 {
        padding-top: 5%; }
        #habitat67 .block2 .span9,
        #habitat67 .block3 .span9,
        #habitat67 .block4 .span9 {
          width: 90%; }
        #habitat67 .block2 p:first-child,
        #habitat67 .block3 p:first-child,
        #habitat67 .block4 p:first-child {
          padding-right: 7.5%; }
        #habitat67 .block2 p:last-child,
        #habitat67 .block3 p:last-child,
        #habitat67 .block4 p:last-child {
          padding-left: 25%;
          padding-right: 0; }
        #habitat67 .block2 .image-habitat9,
        #habitat67 .block3 .image-habitat9,
        #habitat67 .block4 .image-habitat9 {
          margin-left: 210px;
          top: -110px;
          z-index: 5; } }
    @media (max-width: 567px) {
      #habitat67 .block2 .span9,
      #habitat67 .block3 .span9,
      #habitat67 .block4 .span9 {
        width: 100%; }
      #habitat67 .block2 p:first-child,
      #habitat67 .block3 p:first-child,
      #habitat67 .block4 p:first-child {
        padding-right: 7.5%; }
      #habitat67 .block2 p:last-child,
      #habitat67 .block3 p:last-child,
      #habitat67 .block4 p:last-child {
        padding-left: 7.5%;
        padding-right: 0; }
      #habitat67 .block2 .image-habitat2,
      #habitat67 .block3 .image-habitat2,
      #habitat67 .block4 .image-habitat2 {
        margin-left: 0; }
      #habitat67 .block2 .image-habitat3,
      #habitat67 .block3 .image-habitat3,
      #habitat67 .block4 .image-habitat3 {
        left: 0;
        margin-top: 10px; }
      #habitat67 .block2 .image-habitat4,
      #habitat67 .block3 .image-habitat4,
      #habitat67 .block4 .image-habitat4 {
        margin-left: 0;
        margin-top: 0; }
      #habitat67 .block2 .image-habitat6,
      #habitat67 .block3 .image-habitat6,
      #habitat67 .block4 .image-habitat6 {
        margin-top: -20px;
        top: 0;
        z-index: 10; }
      #habitat67 .block2 .image-habitat8,
      #habitat67 .block3 .image-habitat8,
      #habitat67 .block4 .image-habitat8 {
        margin-top: -30px; }
      #habitat67 .block2 .image-habitat9,
      #habitat67 .block3 .image-habitat9,
      #habitat67 .block4 .image-habitat9 {
        display: none; }
      #habitat67 .block2 .image-habitat10,
      #habitat67 .block3 .image-habitat10,
      #habitat67 .block4 .image-habitat10 {
        top: -50px; }
      #habitat67 .block2 .image-habitat11,
      #habitat67 .block3 .image-habitat11,
      #habitat67 .block4 .image-habitat11 {
        display: none; } }
  #habitat67 .block3,
  #habitat67 .block4 {
    padding-top: 0; }
    @media (max-width: 1023px) {
      #habitat67 .block3,
      #habitat67 .block4 {
        padding-left: 20%; } }
  #habitat67 .row {
    padding-bottom: 3.5%; }
  #habitat67 h2 {
    padding: 10% 0 0 20%;
    line-height: 1; }

#architecte {
  padding-top: 2%; }
  #architecte .block1 {
    min-height: 1000px;
    position: relative; }
    #architecte .block1 .background-image {
      left: 2.5%;
      max-width: 620px;
      position: absolute;
      top: 32.5%;
      z-index: 1; }
      @media (min-width: 1100px) {
        #architecte .block1 .background-image {
          top: 32.5%; } }
    #architecte .block1 h2 {
      position: relative;
      z-index: 10; }
    #architecte .block1 .span7.float-right {
      margin-right: 5%;
      position: relative;
      z-index: 10; }
    #architecte .block1 p:first-child {
      padding-left: 5%;
      padding-right: 15%; }
    #architecte .block1 p:last-child {
      padding-left: 15%;
      padding-right: 5%; }
    #architecte .block1 .picture-row1 {
      margin-top: 15%; }
    #architecte .block1 .image-architect1 {
      margin-left: 2.5%;
      margin-top: 17.5%;
      padding-right: 5%; }
    #architecte .block1 .image-architect2 {
      margin-left: 15%; }
    #architecte .block1 .image-architect3 {
      margin-left: 5%;
      padding-left: 5%; }
    #architecte .block1 .image-architect4 {
      margin-top: -10%;
      padding-right: 5%;
      z-index: 10; }
    #architecte .block1 .image-architect5 {
      margin-left: 10%;
      margin-top: -5%;
      z-index: 10; }
    #architecte .block1 .image-architect6 {
      margin-left: 0.5%;
      padding-right: 5%; }
    @media (max-width: 1023px) {
      #architecte .block1 h2 {
        padding-top: 0;
        position: absolute;
        top: -8%; }
      #architecte .block1 .span9 {
        width: 90%; }
      #architecte .block1 p:first-child {
        padding-left: 5%;
        padding-right: 5%; }
      #architecte .block1 p:last-child {
        padding-left: 25%;
        padding-right: 0; }
      #architecte .block1 .background-image {
        max-width: 500px; }
      #architecte .block1 .image-architect2 {
        margin-left: 33%;
        z-index: 9; } }
    @media (max-width: 567px) {
      #architecte .block1 {
        padding-top: 60px; }
        #architecte .block1 h2 {
          top: 0; }
        #architecte .block1 p:first-child {
          padding-left: 0; }
        #architecte .block1 p:last-child {
          padding-left: 10%; }
        #architecte .block1 .background-image {
          display: none; }
        #architecte .block1 .image-architect2 {
          margin-left: 0; }
        #architecte .block1 .image-architect3 {
          margin-top: -30px;
          z-index: 11; }
        #architecte .block1 .image-architect6 {
          display: none; } }
  .en #architecte .block1 .background-image {
    top: 31.5%; }
    @media (min-width: 1100px) {
      .en #architecte .block1 .background-image {
        top: 33.3333%; } }
  #architecte .block2 .row:first-child {
    padding-bottom: 5%; }
  #architecte .block2 .image-architect7 {
    margin-top: 5%; }
  #architecte .block2 .image-architect8 {
    margin-left: 10%;
    padding-left: 5%;
    z-index: 11; }
  #architecte .block2 .image-architect9 {
    left: -40px;
    top: -100px;
    z-index: 10; }
  #architecte .block2 p {
    padding-left: 5%;
    padding-right: 25%; }
  #architecte .block2 ul {
    margin-left: 15%; }
  #architecte .block2 .image-architect10 {
    margin-left: 5%; }
  @media (max-width: 1023px) {
    #architecte .block2 .span6 {
      margin-left: 10%; } }
  @media (max-width: 567px) {
    #architecte .block2 .row:first-child {
      padding-top: 10%; }
    #architecte .block2 .span6 {
      margin-left: 0; }
    #architecte .block2 .image-architect10 {
      margin-left: 0;
      margin-top: 5%; } }
  #architecte h2 {
    padding: 0 0 0 7.5%; }

#montreal67 .block1 .image-montreal1 {
  padding-right: 5%; }

#montreal67 .block1 .image-montreal2 {
  margin-top: 5%; }

#montreal67 .block1 .image-montreal3 {
  left: -75px;
  margin-top: 20%;
  z-index: 10; }

#montreal67 .block1 h2 {
  padding-left: 10%;
  margin-top: -5%; }

@media (max-width: 1023px) {
  #montreal67 .block1 .image-montreal1 {
    margin-left: 7.5%; } }

@media (max-width: 567px) {
  #montreal67 .block1 {
    margin-top: 10%;
    padding-top: 80px;
    position: relative; }
    #montreal67 .block1 h2 {
      padding-left: 0;
      position: absolute;
      top: 0; }
    #montreal67 .block1 .image-montreal1 {
      margin-left: 0;
      padding-right: 0; }
    #montreal67 .block1 .image-montreal2 {
      margin-top: 10px; }
    #montreal67 .block1 .image-montreal3 {
      display: none; } }

#montreal67 .block2 {
  padding-top: 9%; }
  #montreal67 .block2 .row:first-child {
    padding-bottom: 5%; }
  #montreal67 .block2 .image-montreal4 {
    margin-left: 22.5%;
    z-index: 10; }
  #montreal67 .block2 .image-montreal5 {
    left: -80px;
    margin-top: -10%; }
  #montreal67 .block2 p:first-child {
    padding-left: 5%;
    padding-right: 15%; }
  #montreal67 .block2 p:last-child {
    padding-bottom: 5%;
    padding-left: 15%;
    padding-right: 5%; }
  #montreal67 .block2 .image-montreal7 {
    margin-left: 10%;
    margin-top: 15%; }
  @media (max-width: 1023px) {
    #montreal67 .block2 .span9 {
      width: 95%; }
    #montreal67 .block2 .image-montreal6 {
      left: 7.5%; } }
  @media (max-width: 567px) {
    #montreal67 .block2 .image-montreal6 {
      left: 0; }
    #montreal67 .block2 .image-montreal7 {
      margin-left: 0;
      margin-top: 10px; } }

#montreal67 .block3 {
  padding-top: 5%; }
  #montreal67 .block3 p:first-child {
    margin-left: 7.5%;
    padding-bottom: 5%; }
  #montreal67 .block3 .image-montreal8 {
    margin-left: -5%;
    padding-left: 5%;
    z-index: 10; }
  #montreal67 .block3 .image-montreal9 {
    left: -20px;
    margin-top: 15%;
    padding-right: 5%;
    z-index: 5; }
  #montreal67 .block3 .image-montreal10 {
    margin-top: 3.5%;
    padding-right: 5%; }

#montreal67 .block4 .image-montreal11 {
  margin-top: -2.5%;
  padding: 0 5px 0 2.5%;
  z-index: 1; }

#montreal67 .block4 .image-montreal12 {
  margin-top: 50%; }

#montreal67 .block4 .image-montreal13 {
  margin-top: 50%; }

@media (max-width: 567px) {
  #montreal67 .block4 .image-montreal11 {
    padding: 0;
    z-index: 10; }
  #montreal67 .block4 .image-montreal12 {
    margin-top: 0; }
  #montreal67 .block4 .image-montreal13 {
    margin-top: 10px;
    padding-left: 10%; } }

#medias .block1 {
  position: relative; }
  #medias .block1 .row:first-child {
    padding: 2.5% 0; }
  #medias .block1 p {
    margin-left: 5%;
    padding-right: 25%; }
  #medias .block1 ul {
    margin-left: 20%; }
  #medias .block1 h2 {
    margin-left: 5%;
    margin-top: 5%; }
  @media (max-width: 1023px) {
    #medias .block1 h2 {
      position: absolute;
      right: 5%;
      top: 5%; } }
  @media (max-width: 567px) {
    #medias .block1 {
      padding-top: 70px; }
      #medias .block1 h2 {
        margin-top: 10%;
        padding-top: 0;
        top: 0; }
      #medias .block1 .image-media1 {
        padding-top: 5%; } }

#informations-section {
  position: relative; }
  #informations-section #section-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #informations-section #section-header #left-panel {
      position: absolute; }
    #informations-section #section-header #right-panel {
      transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      position: absolute;
      width: 330px; }
  #informations-section #top-image {
    background-position: right top; }
  #informations-section #content {
    margin-left: 5%; }
    #informations-section #content h2 {
      color: #1226aa; }
  #informations-section #content-wrapper .top-image-wrapper {
    margin-left: 5%;
    margin-right: 0; }
  @media (max-width: 1023px) {
    #informations-section {
      margin-left: 0; }
      #informations-section #content-wrapper .top-image-wrapper {
        margin-left: 0; } }
  @media (max-width: 567px) {
    #informations-section #content {
      margin-left: 0; } }

#localisation {
  padding-bottom: 2%; }
  #localisation .block1 {
    padding-top: 10%;
    padding-bottom: 219px;
    position: relative;
    z-index: 1; }
    #localisation .block1 .span6 {
      margin-left: 40%; }
    #localisation .block1 .row:first-child {
      padding-bottom: 10%; }
    #localisation .block1 .block1-title {
      position: relative;
      z-index: 10; }
    #localisation .block1 blockquote {
      padding-left: 0; }
    #localisation .block1 .image-location-large1 {
      bottom: 0;
      left: 0;
      position: absolute;
      z-index: 1; }
    @media (max-width: 1023px) {
      #localisation .block1 .span6 {
        margin-left: 0; }
      #localisation .block1 .block1-title {
        position: absolute;
        top: -10%; }
      #localisation .block1 .image-location-large1 {
        left: -5%; } }
    @media (max-width: 567px) {
      #localisation .block1 {
        padding-bottom: 90px;
        padding-top: 50px; }
        #localisation .block1 .block1-title {
          position: absolute;
          top: 10px; }
        #localisation .block1 .span10.image-location-large1 {
          left: 0;
          width: 100%; } }
  #localisation .block2 {
    padding-top: 10%;
    position: relative; }
    #localisation .block2 p:first-child {
      padding-left: 35%;
      padding-right: 10%; }
    #localisation .block2 p:last-child {
      padding-left: 40%; }
    #localisation .block2 .image-location1 {
      position: absolute;
      right: 0;
      top: 2.5%;
      z-index: 10; }
    #localisation .block2 .map-container {
      margin-left: 30%;
      padding-left: 30px; }
    #localisation .block2 #location-map {
      height: 360px; }
    #localisation .block2 .image-location2 {
      margin-left: 22.5%; }
    #localisation .block2 .image-location3 {
      margin-left: 30%;
      top: 25px;
      z-index: 10; }
    @media (max-width: 1023px) {
      #localisation .block2 p:first-child {
        padding-left: 0%;
        padding-right: 10%; }
      #localisation .block2 p:last-child {
        padding-left: 25%;
        padding-right: 0; }
      #localisation .block2 .map-container {
        margin-left: 0;
        padding-left: 0;
        width: 100% !important; }
      #localisation .block2 #location-map {
        height: 300px; } }
    @media (max-width: 567px) {
      #localisation .block2 p:last-child {
        padding-left: 5%;
        padding-right: 0; }
      #localisation .block2 .image-location2 {
        display: none; }
      #localisation .block2 .image-location3 {
        margin-left: -10%;
        padding-right: 15%;
        top: 10px;
        z-index: 10; }
      #localisation .block2 .image-location4 {
        margin-top: -20px; } }

#caracteristiques {
  padding-bottom: 2%;
  padding-top: 10%; }
  #caracteristiques .block1 .row:first-child .span8 {
    margin-left: 15%;
    padding-left: 5%; }
  #caracteristiques .block1 .row:first-child blockquote {
    padding: 0; }
  #caracteristiques .block1 .row:first-child ul {
    margin-left: 15%; }
  @media (max-width: 1023px) {
    #caracteristiques .block1 .row:first-child .span7 {
      margin-left: 0;
      margin-right: 15%; } }
  @media (max-width: 567px) {
    #caracteristiques .block1 .row:first-child ul {
      margin-left: 7.5%; } }
  #caracteristiques .block1 .image-specs1 {
    left: -75px;
    margin-top: 15%;
    padding-right: 5%;
    z-index: 10; }
  #caracteristiques .block1 .image-specs2 {
    margin-top: -5%;
    padding-right: 5%; }
  #caracteristiques .block1 .row2 .image-specs3 {
    margin-left: 12.5%;
    margin-bottom: 10%;
    padding-left: 5%;
    z-index: 10; }
  #caracteristiques .block1 .row2 .image-specs4 {
    left: -25px;
    padding-right: 5%; }
  #caracteristiques .block1 h2 {
    margin: 5% 0 0 40%; }
    @media (max-width: 1023px) {
      #caracteristiques .block1 h2 {
        margin-left: 0; } }
  @media (max-width: 567px) {
    #caracteristiques .block1 .image-specs1 {
      left: 0; }
    #caracteristiques .block1 .image-specs2 {
      padding-left: 10%;
      padding-right: 0; }
    #caracteristiques .block1 .row2 .image-specs3 {
      margin-left: 0;
      margin-top: -25px; }
    #caracteristiques .block1 .row2 .image-specs4 {
      margin-top: -10px; } }
  #caracteristiques .block2 .row:first-child .span5 {
    margin-left: 15%;
    padding-left: 5%; }
  #caracteristiques .block2 .row:first-child .image-specs5 {
    padding-left: 2.5%; }
  #caracteristiques .block2 .row2 {
    padding: 2.5% 0 5% 0; }
    #caracteristiques .block2 .row2 .span5 {
      margin-left: 22.5%; }
    #caracteristiques .block2 .row2 .image-specs6 {
      padding-left: 5%;
      padding-top: 5%;
      top: 120px; }
  #caracteristiques .block2 .row3 {
    margin-bottom: 5%; }
    #caracteristiques .block2 .row3 .span5 {
      margin-left: 30%;
      padding-right: 5%; }
  @media (max-width: 1023px) {
    #caracteristiques .block2 .row:first-child .span5 {
      margin-left: 0; }
    #caracteristiques .block2 .row2 {
      padding-top: 20px; }
      #caracteristiques .block2 .row2 .span5 {
        margin-left: 10%; }
      #caracteristiques .block2 .row2 .image-specs6 {
        margin-right: 10%; }
    #caracteristiques .block2 .row3 .span5 {
      margin-left: 5%;
      margin-right: 10%;
      padding-right: 0; } }
  @media (max-width: 567px) {
    #caracteristiques .block2 .row:first-child .span5 {
      margin-top: 5%; }
    #caracteristiques .block2 .row2 .image-specs6 {
      margin-right: 0;
      padding-left: 0;
      top: 0; }
    #caracteristiques .block2 .row2 .span5 {
      margin-left: 0; }
    #caracteristiques .block2 .row3 .span5 {
      margin-left: 0; } }

#acquisition {
  padding-bottom: 4%;
  padding-top: 10%; }
  #acquisition .block1 {
    padding: 0 0 2.5% 0;
    position: relative; }
    #acquisition .block1 h2 {
      bottom: 20%;
      position: absolute;
      right: 0;
      text-align: right; }
    #acquisition .block1 .span7 {
      margin-bottom: 3.5%;
      margin-left: 20%;
      padding-right: 10%; }
    #acquisition .block1 .span6 {
      margin-left: 25%;
      padding-right: 5%; }
    @media (max-width: 1023px) {
      #acquisition .block1 h2 {
        bottom: auto;
        margin-right: 10%;
        position: relative;
        right: auto;
        text-align: right; }
      #acquisition .block1 .span6 {
        margin-left: 0;
        width: 66.66%; }
      #acquisition .block1 .span5 {
        width: 66.66%; } }
    @media (max-width: 567px) {
      #acquisition .block1 h2 {
        margin-bottom: 2.5%; }
      #acquisition .block1 .span5 {
        margin-left: 0;
        width: 75%; } }

#contact {
  padding-top: 10%; }
  #contact .block1 {
    position: relative; }
    #contact .block1 h2 {
      position: absolute;
      right: 10%;
      top: 33.33%; }
    #contact .block1 .span6 {
      margin: 0 0 5% 30%; }
    #contact .block1 .span3 {
      margin-bottom: 2.5%;
      margin-left: 35%;
      position: relative;
      top: -50px; }
    #contact .block1 .image-contact1 {
      margin-left: 15%; }
    @media (max-width: 1023px) {
      #contact .block1 h2 {
        position: relative;
        right: auto;
        top: auto; }
      #contact .block1 .span6 {
        margin-left: 5%;
        margin-top: 5%; }
      #contact .block1 .span3 {
        width: 50%;
        margin-left: 15%; } }
    @media (max-width: 567px) {
      #contact .block1 .span3 {
        padding-top: 20px; }
      #contact .block1 .image-contact1 {
        margin-left: 0; } }

#residents {
  margin: 50px auto;
  max-width: 760px;
  padding: 0 30px; }
  #residents h1 {
    font: 3.375em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #1226aa;
    line-height: 1; }
  #residents #password-wrapper {
    margin: 30px 0;
    width: 300px; }
    #residents #password-wrapper p {
      font-size: 0.9325em;
      padding-bottom: 10px; }
    #residents #password-wrapper label {
      display: none; }
    #residents #password-wrapper .control-wrapper {
      position: relative; }
    #residents #password-wrapper input {
      width: 180px;
      height: 32px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #000;
      border-radius: 0;
      height: 34px;
      margin: 0;
      padding: 0 5px;
      -webkit-appearance: none; }
    #residents #password-wrapper button {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #000;
      border: 1px solid #000;
      color: #fff;
      height: 34px;
      left: 180px;
      padding: 0 5px;
      position: absolute;
      top: 0;
      -webkit-appearance: none; }
  @media (max-width: 1023px) {
    #residents {
      margin: 20px auto;
      padding: 0; }
      #residents h1 {
        font-size: 2.5em; } }

#residents-content {
  padding-top: 2.5%; }
  #residents-content h2 {
    font: 2em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px; }
  #residents-content p {
    font-size: 0.8125em;
    line-height: 1.4;
    padding-bottom: 15px; }
  @media (max-width: 567px) {
    #residents-content h2 {
      font-size: 1.5em; } }

#documents {
  padding: 2.5% 0; }
  #documents ul {
    list-style: disc;
    margin-left: 1.5em; }
    #documents ul li {
      font-size: 0.8125em;
      padding: 5px 0; }
    #documents ul a {
      color: #000;
      font-weight: 700; }
    #documents ul a:hover {
      color: gray; }

#shuttle {
  padding: 2.5% 0; }
  #shuttle #map {
    height: 500px; }

#blog-home h1 {
  font: 4em "Circular Std Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center; }

@media (max-width: 767px) {
  #blog-home h1 {
    font-size: 3em; } }

.blog-listing {
  margin: 0 auto;
  max-width: 800px; }

.blog-post {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  margin: 60px 0; }
  .blog-post .thumbnail {
    width: 300px; }
  .blog-post .meta {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    left: -30px;
    padding: 20px 20px 0;
    position: relative;
    width: calc(100% - 300px);
    z-index: 10; }
    .blog-post .meta h2 {
      font: 1.75em "Circular Std Bold", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 10px; }
    .blog-post .meta p {
      font-size: 0.9375em;
      line-height: 1.3;
      margin-bottom: 20px; }
    .blog-post .meta .read-more {
      color: #000;
      font-weight: 700;
      text-transform: uppercase; }
  .blog-post:nth-child(2n + 0) .thumbnail {
    order: 2; }
  .blog-post:nth-child(2n + 0) .meta {
    left: 30px;
    order: 1;
    text-align: right; }
  @media (max-width: 767px) {
    .blog-post {
      border-bottom: 1px solid #e6e6e6;
      display: block;
      margin: 30px 0;
      padding-bottom: 30px; }
      .blog-post .thumbnail {
        width: 100%; }
      .blog-post .meta {
        left: 0 !important;
        padding: 20px 0 0;
        width: 100%;
        text-align: center !important; }
        .blog-post .meta h2 {
          font-size: 1.325em; } }

.single-post__header {
  position: relative; }
  .single-post__header-image {
    height: 500px;
    overflow: hidden;
    z-index: 0; }
    .single-post__header-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .single-post__header.has-image {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    height: 60vh; }
    .single-post__header.has-image .single-post__title {
      display: inline-block;
      flex: 1 0% 0%;
      max-width: 60%; }

.single-post__title {
  background: #fff;
  padding: 20px;
  position: relative;
  text-align: center;
  z-index: 10; }
  .single-post__title h1 {
    font: 3em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    text-indent: -2px; }

@media (max-width: 767px) {
  .single-post__header-image {
    height: 300px;
    margin: 0 -20px; }
  .single-post__title h1 {
    font-size: 1.5em; } }

.single-post__metas {
  padding-bottom: 30px;
  text-align: center; }
  .single-post__metas ul {
    display: inline-block; }
    .single-post__metas ul li {
      display: inline-block; }
  .single-post__metas a {
    color: #000;
    font: 0.8125em "Lato", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700; }

.single-post__wrapper {
  display: flex;
  flex-flow: row nowrap;
  padding-top: 5%; }
  @media (max-width: 767px) {
    .single-post__wrapper {
      display: block; } }

.single-post__content {
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding-right: 5%; }
  .single-post__content h1 {
    font: 2.5em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: .5em; }
  .single-post__content h2 {
    font: 2.25em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: .5em; }
  .single-post__content h3 {
    font: 1.75em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-bottom: .25em; }
  .single-post__content h4 {
    font: 1.25em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: none;
    margin-bottom: .25em; }
  .single-post__content h5 {
    font: 1em "Circular Std Bold", Helvetica, Arial, sans-serif;
    text-transform: none; }
  .single-post__content p {
    font-size: 1em;
    line-height: 1.3;
    margin-bottom: 1.5em; }
    .single-post__content p a {
      color: #000;
      font-weight: 700;
      text-decoration: underline; }
    .single-post__content p a:hover {
      color: gray;
      text-decoration: none; }
  @media (max-width: 767px) {
    .single-post__content {
      max-width: none;
      padding-top: 30px;
      padding-right: 0; }
      .single-post__content h1 {
        font-size: 1.75em; }
      .single-post__content h2 {
        font-size: 1.55em; }
      .single-post__content h3 {
        font-size: 1.35em; }
      .single-post__content p {
        font-size: .9375em; } }
  .single-post__content ul:not(.wp-block-gallery) {
    margin-bottom: 1.5em;
    margin-left: 1.5em; }
    .single-post__content ul:not(.wp-block-gallery) li:before {
      content: "-";
      left: 0;
      position: absolute; }
  .single-post__content ol {
    list-style: decimal;
    margin-bottom: 1.5em;
    margin-left: 1.5em; }
  .single-post__content li:not(.blocks-gallery-item) {
    font-size: 1em;
    padding-bottom: .5em;
    padding-left: 12px;
    position: relative; }
    .single-post__content li:not(.blocks-gallery-item) a {
      color: #000;
      font-weight: 700;
      text-decoration: underline; }
    .single-post__content li:not(.blocks-gallery-item) a:hover {
      color: gray;
      text-decoration: none; }

.single-post__sidebar {
  flex-basis: 300px;
  height: 100%;
  max-width: 300px;
  min-width: 300px; }
  .single-post__sidebar > div:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px; }
  .single-post__sidebar > div:not(:first-child) {
    padding-top: 20px; }
  @media (max-width: 767px) {
    .single-post__sidebar {
      max-width: none; } }

.single-post__widget h4 {
  font: 1.25em "Circular Std Bold", Helvetica, Arial, sans-serif;
  text-transform: none;
  margin-bottom: .25em; }

.single-post__widget ul:not(.single-post__share) li:not(.srpw-li) {
  margin-bottom: .5em;
  padding-left: 12px;
  position: relative; }
  .single-post__widget ul:not(.single-post__share) li:not(.srpw-li):before {
    content: "-";
    left: 0;
    position: absolute; }

.single-post__widget a {
  color: #000;
  font: 0.8125em "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700; }

@media (max-width: 767px) {
  .single-post__widget:first-child h4 {
    display: none; }
  .single-post__widget .textwidget img {
    display: block;
    margin: 0 auto; } }

.single-post__share {
  margin-top: 10px; }
  .single-post__share li {
    display: inline-block; }
    .single-post__share li:not(:first-child) {
      margin-left: 8px; }
  .single-post__share a {
    width: 38px;
    height: 38px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    color: #bfbfbf;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center; }
    .single-post__share a:hover {
      border-color: #000;
      color: #000; }
  @media (max-width: 767px) {
    .single-post__share {
      border-top: 1px solid #f0f0f0;
      padding-top: 20px;
      text-align: center; } }

.wp-pagenavi {
  text-align: center; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    margin: 0 5px; }
  .wp-pagenavi a {
    border-color: #bfbfbf;
    color: #bfbfbf; }
    .wp-pagenavi a:hover, .wp-pagenavi a:focus {
      border-color: #000;
      color: #000; }

.advgb-recent-posts-block {
  margin: 0 -5px; }
  @media (max-width: 767px) {
    .advgb-recent-posts-block {
      margin: 0; }
      .advgb-recent-posts-block.grid-view .advgb-recent-posts {
        display: block; }
      .advgb-recent-posts-block .advgb-recent-post {
        border-bottom: 1px solid #e6e6e6;
        margin: 30px 0;
        padding-bottom: 30px;
        text-align: center; } }

.advgb-post-thumbnail a {
  height: 300px; }
  .advgb-post-thumbnail a img {
    height: 100% !important;
    object-fit: cover;
    width: 100%; }

.advgb-post-title {
  color: #000;
  font: 1.25em "Circular Std Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px; }
  .advgb-post-title a {
    color: inherit; }

.advgb-post-readmore a {
  color: #000;
  font-size: .875em;
  font-weight: 700;
  text-transform: uppercase; }
  .advgb-post-readmore a:after {
    content: ' »'; }

.advgb-post-excerpt {
  font-size: .875em; }

#site-footer {
  padding: 45px 0 30px;
  text-align: center; }
  #site-footer p {
    font-size: 12px; }

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