@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file, "app.scss". If you run a compass update this file can
 * be wiped out with a compass update. By default, when a compass project is
 * created the file will be named app.scss. Thus this file is named,
 * THEMENAME.scss.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Component: Dictate minor layout modules or reusable elements.
 * - State: Describe the appearance of a module in various states.
 * - Theme: Purely visual optional styling ("look-and-feel") for a component.
 *
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/*
 * Theme specific variables. This takes the place of the normal _settings.scss.
 * See the STARTER/README.txt file regarding "CHANGING FOUNDATION DEFAULT
 * SETTINGS" for documentation.
 */
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 50, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
/* line 80, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 92, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

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

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 123, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 140, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 167, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 179, ../scss/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 187, ../scss/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

/* line 211, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 215, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 227, ../scss/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 235, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 247, ../scss/_normalize.scss */
figure {
  margin: 0;
}

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 281, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 307, ../scss/_normalize.scss */
button,
select {
  text-transform: none;
}

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 342, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 366, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 386, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 399, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 264, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 800px)";
  width: 800px;
}

/* line 269, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1281px)";
  width: 1281px;
}

/* line 274, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 290, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 296, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 300, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "thin";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: "default";
}

/* line 313, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
a:hover {
  cursor: "pointer";
}

/* line 316, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 333, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 93.75em;
  *zoom: 1;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 120, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 150, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 800px) {
  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 166, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 167, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 170, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 31, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table;
}

/* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important;
}

/* line 51, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important;
}

/* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important;
}

/* line 72, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important;
}

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 800px) {
  /* line 84, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 87, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-small {
    display: none !important;
  }

  /* line 89, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-small {
    display: inherit !important;
  }

  /* line 91, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 96, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table;
  }

  /* line 101, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important;
  }

  /* line 106, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important;
  }

  /* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important;
  }

  /* line 117, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important;
  }
}
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1281px) {
  /* line 125, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 128, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 131, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 134, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 139, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table;
  }

  /* line 145, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important;
  }

  /* line 151, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important;
  }

  /* line 157, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important;
  }

  /* line 164, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  /* line 173, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 175, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-large,
  .show-for-large-down {
    display: none !important;
  }

  /* line 178, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 181, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 185, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table;
  }

  /* line 190, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important;
  }

  /* line 195, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important;
  }

  /* line 200, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important;
  }

  /* line 206, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 214, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 216, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 221, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 229, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 233, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 238, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 243, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 245, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 250, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 254, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 258, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 262, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 267, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 273, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 275, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 280, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 284, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 288, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 292, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 297, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 303, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 304, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 305, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 306, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 309, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 310, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 311, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 312, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 313, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 314, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 315, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 316, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 317, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 318, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 319, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 320, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  /* line 50, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    *zoom: 1;
  }
  /* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both;
  }
  /* line 27, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625em 1.25em;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 800px) {
  /* Remove small grid clearing */
  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em;
  }
  /* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875em;
  line-height: 1.6;
}

/* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
}

/* Typography resets */
/* line 127, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 152, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a {
  color: #232323;
  text-decoration: none;
  line-height: inherit;
}
/* line 157, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #161616;
}
/* line 160, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}
/* line 174, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875em;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
/* line 192, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 199, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125em;
}

/* line 200, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875em;
}

/* line 201, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375em;
}

/* line 202, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125em;
}

/* line 203, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125em;
}

/* line 204, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
h6 {
  font-size: 1em;
}

/* line 208, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 217, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 223, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #b59e00;
}

/* Lists */
/* line 241, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit;
}

/* line 251, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul, ol {
  margin-left: 0;
}
/* line 253, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
}

/* Unordered Lists */
/* line 259, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
/* line 269, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 272, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
}
/* line 273, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
}
/* line 274, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
}
/* line 275, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 281, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 291, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold;
}
/* line 295, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75em;
}

/* Abbreviations */
/* line 299, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  border-bottom: 1px dotted #ddd;
  cursor: "help";
}

/* line 307, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 312, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd;
}
/* line 317, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125em;
  color: #555555;
}
/* line 321, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 325, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 331, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 338, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em;
}
/* line 344, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 348, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375em;
}

/* line 355, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 357, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: "default";
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em;
}

@media only screen and (min-width: 800px) {
  /* line 368, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 369, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75em;
  }

  /* line 370, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125em;
  }

  /* line 371, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875em;
  }

  /* line 372, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375em;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 383, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 385, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 392, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 394, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 396, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 399, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 403, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 409, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 411, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 414, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 418, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 425, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 428, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 429, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 430, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 431, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 171, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: "pointer";
  font-family: inherit;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #232323;
  border-color: #0a0a0a;
  color: #fff;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0a0a0a;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}
/* line 176, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #00caca;
  border-color: #009797;
  color: #fff;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #009797;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #fff;
}
/* line 177, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #00ca63;
  border-color: #00974a;
  color: #fff;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #00974a;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}
/* line 178, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #ffdf03;
  border-color: #cfb500;
  color: #fff;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cfb500;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}
/* line 180, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
/* line 181, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.5625em;
  padding-right: 1.125em;
  padding-bottom: 0.625em;
  padding-left: 1.125em;
  font-size: 0.8125em;
}
/* line 182, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.4375em;
  padding-right: 0.875em;
  padding-bottom: 0.5em;
  padding-left: 0.875em;
  font-size: 0.6875em;
}
/* line 183, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 185, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75em;
}
/* line 186, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75em;
}
/* line 188, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #232323;
  border-color: #0a0a0a;
  color: #fff;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0a0a0a;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}
/* line 145, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #232323;
}
/* line 189, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #00caca;
  border-color: #009797;
  color: #fff;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #009797;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #fff;
}
/* line 145, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #00caca;
}
/* line 190, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #00ca63;
  border-color: #00974a;
  color: #fff;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #00974a;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}
/* line 145, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #00ca63;
}
/* line 191, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #ffdf03;
  border-color: #cfb500;
  color: #fff;
  cursor: "default";
  opacity: 0.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cfb500;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}
/* line 145, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ffdf03;
}

/* line 196, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
/* line 198, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
/* line 199, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
/* line 200, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  /* line 206, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
  }
  /* line 68, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  button:active, .button:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  /* line 214, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 215, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 223, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* Standard Forms */
/* line 264, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1em;
}

/* Using forms within rows, we need to set some defaults */
/* line 67, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5em;
}
/* line 69, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
/* line 73, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 75, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 77, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 86, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}

/* Label Styles */
/* line 270, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */
}
/* line 271, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 272, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1em 0;
  padding: 0.625em 0;
}
/* line 274, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #666666;
}

/* Attach elements to the beginning or end of an input */
/* line 281, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 285, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 286, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

/* line 288, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 289, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 290, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 291, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 294, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333;
}
/* line 295, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 297, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333;
}
/* line 298, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 304, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 307, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 312, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 315, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 322, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 134, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 113, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 120, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}

/* Adjust margin for form elements below */
/* line 346, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1em 0;
}

/* Normalize file input width */
/* line 354, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 359, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
/* line 221, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: #fff;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}

/* Error Handling */
/* line 366, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #ffdf03;
  color: #fff;
}
/* line 369, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 371, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #ffdf03;
  color: #fff;
}

/* line 375, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  border-color: #ffdf03;
  background-color: rgba(255, 223, 3, 0.1);
  margin-bottom: 0;
}
/* line 236, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
/* line 382, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #ffdf03;
}
/* line 387, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error > small,
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #ffdf03;
  color: #fff;
}
/* line 392, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 397, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  border-color: #ffdf03;
  background-color: rgba(255, 223, 3, 0.1);
  margin-bottom: 0;
}
/* line 236, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 403, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select {
  border-color: #ffdf03;
  background-color: rgba(255, 223, 3, 0.1);
}
/* line 236, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

/* line 407, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
label.error {
  color: #ffdf03;
}

/* Button Groups */
/* line 72, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 74, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0 0 0 -1px;
  float: left;
}
/* line 35, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}
/* line 50, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 54, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 50, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 54, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 84, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 86, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625em;
}
/* line 23, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Dropdown Button */
/* line 108, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em;
}
/* line 46, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
/* line 81, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
/* line 100, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button:before {
  border-color: #fff transparent transparent transparent;
}
/* line 109, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny {
  padding-right: 2.1875em;
}
/* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
/* line 100, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.tiny:before {
  border-color: #fff transparent transparent transparent;
}
/* line 110, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small {
  padding-right: 2.8125em;
}
/* line 71, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
/* line 100, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.small:before {
  border-color: #fff transparent transparent transparent;
}
/* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large {
  padding-right: 4em;
}
/* line 91, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
/* line 100, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.large:before {
  border-color: #fff transparent transparent transparent;
}
/* line 112, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown-buttons.scss */
.dropdown.button.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
/* line 150, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button {
  position: relative;
  padding-right: 4.8em;
}
/* line 53, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
/* line 62, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
/* line 73, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
/* line 79, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  border-left-color: black;
}
/* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span {
  width: 3em;
}
/* line 117, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}
/* line 142, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button span:before {
  border-color: #fff transparent transparent transparent;
}
/* line 79, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span {
  border-left-color: #007d7e;
}
/* line 142, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #fff transparent transparent transparent;
}
/* line 79, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.alert span {
  border-left-color: #b59e00;
}
/* line 79, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.success span {
  border-left-color: #007e3e;
}
/* line 156, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny {
  padding-right: 3.9375em;
}
/* line 88, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span {
  width: 2.84375em;
}
/* line 89, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
/* line 157, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small {
  padding-right: 3.9375em;
}
/* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span {
  width: 2.8125em;
}
/* line 103, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
/* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large {
  padding-right: 6em;
}
/* line 130, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span {
  width: 3.75em;
}
/* line 131, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
/* line 159, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.expand {
  padding-left: 2em;
}
/* line 142, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.secondary span:before {
  border-color: #333 transparent transparent transparent;
}
/* line 163, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.radius span {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 164, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_split-buttons.scss */
.split.button.round span {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Flex Video */
/* line 44, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
}
/* line 26, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
/* line 27, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 29, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Sections */
/* line 281, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''], [data-section='auto'], .section-container.auto,
[data-section='vertical-tabs'], .section-container.vertical-tabs,
[data-section='vertical-nav'], .section-container.vertical-nav,
[data-section='horizontal-nav'], .section-container.horizontal-nav,
[data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 55, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style],
[data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style],
[data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style],
[data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style],
[data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
  width: 100% !important;
}
/* line 58, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region],
[data-section='vertical-tabs'][data-section-small-style] > section,
[data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region],
[data-section='vertical-nav'][data-section-small-style] > section,
[data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region],
[data-section='horizontal-nav'][data-section-small-style] > section,
[data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section,
[data-section='accordion'][data-section-small-style] > [data-section-region],
[data-section='accordion'][data-section-small-style] > section,
[data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title,
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > section > .title,
[data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title,
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='vertical-nav'][data-section-small-style] > section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > section > .title,
[data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title,
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title,
[data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > section > .title,
[data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title],
[data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title,
[data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title],
[data-section='accordion'][data-section-small-style] > [data-section-region] > .title,
[data-section='accordion'][data-section-small-style] > section > [data-section-title],
[data-section='accordion'][data-section-small-style] > section > .title,
[data-section='accordion'][data-section-small-style] > .section > [data-section-title],
[data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 287, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region],
[data-section='vertical-tabs'] > section,
[data-section='vertical-tabs'] > .section,
[data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region],
[data-section='vertical-nav'] > section,
[data-section='vertical-nav'] > .section,
[data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region],
[data-section='horizontal-nav'] > section,
[data-section='horizontal-nav'] > .section,
[data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region],
[data-section='accordion'] > section,
[data-section='accordion'] > .section,
[data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
  margin: 0;
}
/* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a,
[data-section='vertical-tabs'] > section > [data-section-title] a,
[data-section='vertical-tabs'] > section > .title a,
[data-section='vertical-tabs'] > .section > [data-section-title] a,
[data-section='vertical-tabs'] > .section > .title a,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a,
[data-section='vertical-nav'] > section > [data-section-title] a,
[data-section='vertical-nav'] > section > .title a,
[data-section='vertical-nav'] > .section > [data-section-title] a,
[data-section='vertical-nav'] > .section > .title a,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title] a,
[data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a,
[data-section='horizontal-nav'] > section > [data-section-title] a,
[data-section='horizontal-nav'] > section > .title a,
[data-section='horizontal-nav'] > .section > [data-section-title] a,
[data-section='horizontal-nav'] > .section > .title a,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a,
[data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a,
[data-section='accordion'] > section > [data-section-title] a,
[data-section='accordion'] > section > .title a,
[data-section='accordion'] > .section > [data-section-title] a,
[data-section='accordion'] > .section > .title a,
[data-section='accordion'] > [data-section-region] > [data-section-title] a,
[data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content,
[data-section='vertical-tabs'] > section > [data-section-content],
[data-section='vertical-tabs'] > section > .content,
[data-section='vertical-tabs'] > .section > [data-section-content],
[data-section='vertical-tabs'] > .section > .content,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content,
[data-section='vertical-nav'] > section > [data-section-content],
[data-section='vertical-nav'] > section > .content,
[data-section='vertical-nav'] > .section > [data-section-content],
[data-section='vertical-nav'] > .section > .content,
[data-section='vertical-nav'] > [data-section-region] > [data-section-content],
[data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content,
[data-section='horizontal-nav'] > section > [data-section-content],
[data-section='horizontal-nav'] > section > .content,
[data-section='horizontal-nav'] > .section > [data-section-content],
[data-section='horizontal-nav'] > .section > .content,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content,
[data-section='accordion'] > section > [data-section-content],
[data-section='accordion'] > section > .content,
[data-section='accordion'] > .section > [data-section-content],
[data-section='accordion'] > .section > .content,
[data-section='accordion'] > [data-section-region] > [data-section-content],
[data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content,
[data-section='vertical-tabs'] > section.active > [data-section-content],
[data-section='vertical-tabs'] > section.active > .content,
[data-section='vertical-tabs'] > .section.active > [data-section-content],
[data-section='vertical-tabs'] > .section.active > .content,
[data-section='vertical-tabs'] > [data-section-region].active > [data-section-content],
[data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content,
[data-section='vertical-nav'] > section.active > [data-section-content],
[data-section='vertical-nav'] > section.active > .content,
[data-section='vertical-nav'] > .section.active > [data-section-content],
[data-section='vertical-nav'] > .section.active > .content,
[data-section='vertical-nav'] > [data-section-region].active > [data-section-content],
[data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content,
[data-section='horizontal-nav'] > section.active > [data-section-content],
[data-section='horizontal-nav'] > section.active > .content,
[data-section='horizontal-nav'] > .section.active > [data-section-content],
[data-section='horizontal-nav'] > .section.active > .content,
[data-section='horizontal-nav'] > [data-section-region].active > [data-section-content],
[data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content,
[data-section='accordion'] > section.active > [data-section-content],
[data-section='accordion'] > section.active > .content,
[data-section='accordion'] > .section.active > [data-section-content],
[data-section='accordion'] > .section.active > .content,
[data-section='accordion'] > [data-section-region].active > [data-section-content],
[data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active),
[data-section='vertical-tabs'] > section:not(.active),
[data-section='vertical-tabs'] > .section:not(.active),
[data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active),
[data-section='vertical-nav'] > section:not(.active),
[data-section='vertical-nav'] > .section:not(.active),
[data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active),
[data-section='horizontal-nav'] > section:not(.active),
[data-section='horizontal-nav'] > .section:not(.active),
[data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active),
[data-section='accordion'] > section:not(.active),
[data-section='accordion'] > .section:not(.active),
[data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title,
[data-section='vertical-tabs'] > section > [data-section-title],
[data-section='vertical-tabs'] > section > .title,
[data-section='vertical-tabs'] > .section > [data-section-title],
[data-section='vertical-tabs'] > .section > .title,
[data-section='vertical-tabs'] > [data-section-region] > [data-section-title],
[data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title,
[data-section='vertical-nav'] > section > [data-section-title],
[data-section='vertical-nav'] > section > .title,
[data-section='vertical-nav'] > .section > [data-section-title],
[data-section='vertical-nav'] > .section > .title,
[data-section='vertical-nav'] > [data-section-region] > [data-section-title],
[data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title,
[data-section='horizontal-nav'] > section > [data-section-title],
[data-section='horizontal-nav'] > section > .title,
[data-section='horizontal-nav'] > .section > [data-section-title],
[data-section='horizontal-nav'] > .section > .title,
[data-section='horizontal-nav'] > [data-section-region] > [data-section-title],
[data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title,
[data-section='accordion'] > section > [data-section-title],
[data-section='accordion'] > section > .title,
[data-section='accordion'] > .section > [data-section-title],
[data-section='accordion'] > .section > .title,
[data-section='accordion'] > [data-section-region] > [data-section-title],
[data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
  width: 100%;
}

/* line 292, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
  border-top: 1px solid #ccc;
}
/* line 207, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  background-color: #efefef;
  cursor: "pointer";
  border: solid 1px #ccc;
}
/* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title a, .section-container.auto > .section > .title a,
.section-container.vertical-tabs > section > .title a,
.section-container.vertical-tabs > .section > .title a,
.section-container.vertical-nav > section > .title a,
.section-container.vertical-nav > .section > .title a,
.section-container.horizontal-nav > section > .title a,
.section-container.horizontal-nav > .section > .title a,
.section-container.accordion > section > .title a,
.section-container.accordion > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover,
.section-container.vertical-tabs > section > .title:hover,
.section-container.vertical-tabs > .section > .title:hover,
.section-container.vertical-nav > section > .title:hover,
.section-container.vertical-nav > .section > .title:hover,
.section-container.horizontal-nav > section > .title:hover,
.section-container.horizontal-nav > .section > .title:hover,
.section-container.accordion > section > .title:hover,
.section-container.accordion > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content, .section-container.auto > .section > .content,
.section-container.vertical-tabs > section > .content,
.section-container.vertical-tabs > .section > .content,
.section-container.vertical-nav > section > .content,
.section-container.vertical-nav > .section > .content,
.section-container.horizontal-nav > section > .content,
.section-container.horizontal-nav > .section > .content,
.section-container.accordion > section > .content,
.section-container.accordion > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child,
.section-container.vertical-tabs > section > .content > *:last-child,
.section-container.vertical-tabs > .section > .content > *:last-child,
.section-container.vertical-nav > section > .content > *:last-child,
.section-container.vertical-nav > .section > .content > *:last-child,
.section-container.horizontal-nav > section > .content > *:last-child,
.section-container.horizontal-nav > .section > .content > *:last-child,
.section-container.accordion > section > .content > *:last-child,
.section-container.accordion > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child,
.section-container.vertical-tabs > section > .content > *:first-child,
.section-container.vertical-tabs > .section > .content > *:first-child,
.section-container.vertical-nav > section > .content > *:first-child,
.section-container.vertical-nav > .section > .content > *:first-child,
.section-container.horizontal-nav > section > .content > *:first-child,
.section-container.horizontal-nav > .section > .content > *:first-child,
.section-container.accordion > section > .content > *:first-child,
.section-container.accordion > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > section > .content > *:last-child:not(.flex-video),
.section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video),
.section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video),
.section-container.accordion > section > .content > *:last-child:not(.flex-video),
.section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title, .section-container.auto > .section.active > .title,
.section-container.vertical-tabs > section.active > .title,
.section-container.vertical-tabs > .section.active > .title,
.section-container.vertical-nav > section.active > .title,
.section-container.vertical-nav > .section.active > .title,
.section-container.horizontal-nav > section.active > .title,
.section-container.horizontal-nav > .section.active > .title,
.section-container.accordion > section.active > .title,
.section-container.accordion > .section.active > .title {
  background: #d5d5d5;
}
/* line 233, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a,
.section-container.vertical-tabs > section.active > .title a,
.section-container.vertical-tabs > .section.active > .title a,
.section-container.vertical-nav > section.active > .title a,
.section-container.vertical-nav > .section.active > .title a,
.section-container.horizontal-nav > section.active > .title a,
.section-container.horizontal-nav > .section.active > .title a,
.section-container.accordion > section.active > .title a,
.section-container.accordion > .section.active > .title a {
  color: #333;
}
/* line 237, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section:not(.active), .section-container.auto > .section:not(.active),
.section-container.vertical-tabs > section:not(.active),
.section-container.vertical-tabs > .section:not(.active),
.section-container.vertical-nav > section:not(.active),
.section-container.vertical-nav > .section:not(.active),
.section-container.horizontal-nav > section:not(.active),
.section-container.horizontal-nav > .section:not(.active),
.section-container.accordion > section:not(.active),
.section-container.accordion > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.auto > section > .title, .section-container.auto > .section > .title,
.section-container.vertical-tabs > section > .title,
.section-container.vertical-tabs > .section > .title,
.section-container.vertical-nav > section > .title,
.section-container.vertical-nav > .section > .title,
.section-container.horizontal-nav > section > .title,
.section-container.horizontal-nav > .section > .title,
.section-container.accordion > section > .title,
.section-container.accordion > .section > .title {
  border-top: none;
}

/* line 303, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 49, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
  visibility: hidden;
}
/* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
[data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 310, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs {
  border: none;
}
/* line 207, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title, .section-container.tabs > .section > .title {
  background-color: #efefef;
  cursor: "pointer";
  border: solid 1px #ccc;
}
/* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content, .section-container.tabs > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  background: #fff;
}
/* line 233, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
  color: #333;
}
/* line 237, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
  padding: 0 !important;
}
/* line 249, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
  border-bottom: 0;
}

@media only screen and (min-width: 800px) {
  /* line 319, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 326, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto {
    border: none;
  }
  /* line 207, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title, .section-container.auto > .section > .title {
    background-color: #efefef;
    cursor: "pointer";
    border: solid 1px #ccc;
  }
  /* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content, .section-container.auto > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    background: #fff;
  }
  /* line 233, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 249, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
    border-bottom: 0;
  }

  /* line 333, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 143, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 12.5em;
  }
  /* line 150, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
    padding-left: 12.5em;
  }
  /* line 153, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
    width: 12.5em;
  }

  /* line 340, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs {
    border: none;
  }
  /* line 207, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
    background-color: #efefef;
    cursor: "pointer";
    border: solid 1px #ccc;
  }
  /* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 233, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
    padding: 0 !important;
  }
  /* line 257, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
    padding-left: 12.4375em;
  }
  /* line 260, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
    background-color: #d5d5d5;
  }

  /* line 347, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 349, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
    position: relative;
    display: inline-block;
  }
  /* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 165, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 168, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 171, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  /* line 354, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav {
    border: none;
  }
  /* line 207, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
    background-color: #efefef;
    cursor: "pointer";
    border: solid 1px #ccc;
  }
  /* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 233, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
    padding: 0 !important;
  }

  /* line 361, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em;
  }
  /* line 49, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden;
  }
  /* line 55, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
    width: 100% !important;
  }
  /* line 58, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
    padding: 0 !important;
    margin: 0 !important;
  }
  /* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
    width: 100% !important;
  }
  /* line 363, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
    position: relative;
    float: left;
  }
  /* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    margin-bottom: 0;
  }
  /* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
  }
  /* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    display: none;
  }
  /* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
    display: block;
  }
  /* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
    padding: 0 !important;
  }
  /* line 186, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
    position: static;
    width: auto;
  }
  /* line 189, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
    display: block;
  }
  /* line 192, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    min-width: 12.5em;
  }

  /* line 368, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #ccc;
  }
  /* line 207, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
    background-color: #efefef;
    cursor: "pointer";
    border: solid 1px #ccc;
  }
  /* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
    padding: 0.9375em;
    color: #333;
    font-size: 0.875em;
    background: none;
  }
  /* line 217, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
    background-color: #e2e2e2;
  }
  /* line 220, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc;
  }
  /* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
    margin-bottom: 0;
  }
  /* line 226, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
    padding-top: 0;
  }
  /* line 227, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
    padding-bottom: 0;
  }
  /* line 231, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
    background: #d5d5d5;
  }
  /* line 233, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
    color: #333;
  }
  /* line 237, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
  .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
    padding: 0 !important;
  }
}
/* line 378, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em;
}
/* line 55, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
  width: 100% !important;
}
/* line 58, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
  padding: 0 !important;
  margin: 0 !important;
}
/* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
  width: 100% !important;
}
/* line 380, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
  margin: 0;
}
/* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  margin-bottom: 0;
}
/* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
/* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
  display: none;
}
/* line 116, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
  display: block;
}
/* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
  padding: 0 !important;
}
/* line 126, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
  width: 100%;
}
/* line 384, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container {
  border-top: 1px solid #ccc;
}
/* line 207, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  background-color: #efefef;
  cursor: "pointer";
  border: solid 1px #ccc;
}
/* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
  padding: 0.9375em;
  color: #333;
  font-size: 0.875em;
  background: none;
}
/* line 217, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
  background-color: #e2e2e2;
}
/* line 220, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content, .no-js .section-container > .section > .content {
  padding: 0.9375em;
  background-color: #fff;
  border: solid 1px #ccc;
}
/* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
  margin-bottom: 0;
}
/* line 226, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
  padding-top: 0;
}
/* line 227, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
  padding-bottom: 0;
}
/* line 231, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
  background: #d5d5d5;
}
/* line 233, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
  color: #333;
}
/* line 237, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
  padding: 0 !important;
}
/* line 243, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_section.scss */
.no-js .section-container > section > .title, .no-js .section-container > .section > .title {
  border-top: none;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 72, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #111;
}
/* line 76, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 87, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 93, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 99, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 106, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111;
  margin-bottom: 0;
}
/* line 115, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 120, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 125, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: 2.45em;
}
/* line 127, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
/* line 130, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 135, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 140, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}
/* line 144, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: bold;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 15px;
}
/* line 155, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 160, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125em;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 173, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 179, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: #fff;
}
/* line 187, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
  box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
}
/* line 208, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 212, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #111;
}
/* line 215, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888;
}
/* line 216, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
  box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
}

/* line 234, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 240, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #222;
  font-size: 16px;
  margin: 0;
}
/* line 249, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 259, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #222;
}
/* line 269, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #232323;
  font-size: 0.8125em;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 274, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #0a0a0a;
}
/* line 278, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #00caca;
}
/* line 280, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #009797;
}
/* line 284, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #00ca63;
}
/* line 286, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #00974a;
}
/* line 290, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #ffdf03;
}
/* line 292, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #cfb500;
}
/* line 300, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: black;
  color: #fff;
}
/* line 306, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #090909;
  color: #fff;
}
/* line 313, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 316, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 320, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 332, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 333, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 340, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 347, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 351, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 354, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: bold;
}
/* line 359, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 360, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: #fff;
  line-height: 22.5px;
  display: block;
}
/* line 368, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

/* line 380, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}

/* line 384, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 940px) {
  /* line 389, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #111;
    *zoom: 1;
    overflow: visible;
  }
  /* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 394, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 396, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 397, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 399, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  /* line 409, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #111;
  }

  /* line 412, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 93.75em;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 418, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 422, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 427, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 429, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 435, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: black;
    color: #fff;
  }
  /* line 440, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #111;
  }
  /* line 444, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: black;
  }
  /* line 452, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 454, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 463, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 464, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 468, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 475, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1em;
    margin-top: -7px;
    right: 5px;
  }
  /* line 487, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 494, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    padding: 7px 15px;
    background: #1e1e1e;
  }
  /* line 502, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  /* line 508, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 515, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 526, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #111;
    padding: 0 15px;
    height: 45px;
  }
  /* line 534, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 538, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 548, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: black;
    color: #fff;
  }
  /* line 554, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: #fff;
  }
  /* line 562, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
/* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper {
  position: relative;
}
/* line 64, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
/* line 70, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
/* line 74, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper ul li:first-child {
  display: block;
}
/* line 77, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li {
  display: block;
}
/* line 82, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

/* line 88, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 120, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5;
}
/* line 126, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 132, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
/* line 134, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
/* line 145, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}
/* line 154, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.875em;
}
/* line 171, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  background: transparent;
  z-index: 10;
}
/* line 176, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125em;
}
/* line 182, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
/* line 189, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer .orbit-progress {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 0%;
}
/* line 199, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #000;
  border-top: none;
  border-bottom: none;
}
/* line 213, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-timer.paused > span {
  right: -6px;
  top: 9px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #000;
}
/* line 225, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container:hover .orbit-timer > span {
  display: block;
}
/* line 228, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 50px;
  height: 60px;
  line-height: 50px;
  color: white;
  text-indent: -9999px !important;
  z-index: 10;
}
/* line 241, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 245, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  display: block;
  width: 0;
  height: 0;
  border: inset 16px;
}
/* line 255, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev {
  left: 0;
}
/* line 256, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #fff;
}
/* line 261, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-prev:hover > span {
  border-right-color: #ccc;
}
/* line 265, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next {
  right: 0;
}
/* line 266, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #fff;
  left: 50%;
  margin-left: -8px;
}
/* line 273, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-container .orbit-next:hover > span {
  border-left-color: #ccc;
}

/* line 279, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
}
/* line 285, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li {
  display: block;
  width: 0.75em;
  height: 0.75em;
  background: #999;
  float: left;
  margin-right: 6px;
  border: solid 1px #555;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 295, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li.active {
  background: #555;
}
/* line 299, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.orbit-bullets li:last-child {
  margin-right: 0;
}

/* line 305, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
/* line 309, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width: 800px) {
  /* line 317, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  /* line 321, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  /* line 328, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  /* line 329, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }
  /* line 333, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_orbit.scss */
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}
/* line 109, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 111, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
/* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 65, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 66, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 115, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375em;
  line-height: 1;
  position: absolute;
  top: 0.5em;
  right: 0.6875em;
  color: #aaa;
  font-weight: bold;
  cursor: "pointer";
}

@media only screen and (min-width: 800px) {
  /* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em;
  }
  /* line 124, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 125, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 126, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 127, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 128, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 134, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
/* Foundation Joyride */
/* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none;
}

/* Default styles for the container */
/* line 44, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

/* line 57, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px;
}

/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em;
}
/* line 68, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 73, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px;
}
/* line 81, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: black;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
}
/* line 89, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: black !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
}
/* line 98, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.right {
  right: -28px;
}
/* line 99, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub.left {
  left: -28px;
}

/* Typography */
/* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

/* line 115, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3;
}

/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em;
}

/* line 129, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666;
}

/* line 136, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important;
}
/* line 146, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-close-tip:hover, .joyride-close-tip:focus {
  color: #eee !important;
}

/* line 150, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: "pointer";
}

/* line 163, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px #ffffff;
  -webkit-box-shadow: 0 0 15px #ffffff;
  box-shadow: 0 0 15px #ffffff;
}

/* line 175, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 800px) {
  /* line 187, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }
  /* line 189, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px;
  }
  /* line 196, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    border-color: black !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -28px;
  }
  /* line 204, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    border-color: black !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -28px;
    right: auto;
  }
}
/* Clearing Styles */
/* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_global.scss */
[data-clearing]:after {
  clear: both;
}
/* line 42, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 48, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 57, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 60, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 68, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 72, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 82, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0;
}

/* line 95, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none;
}
/* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 108, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 109, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 113, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 115, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 800px) {
  /* line 122, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 128, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
  }

  /* line 137, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 139, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #fff;
  }

  /* line 145, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 147, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #fff;
  }

  /* line 153, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.5;
  }

  /* line 158, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px;
  }
  /* line 163, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: block;
    z-index: 999;
    width: 200%;
    height: 100%;
    margin-left: 0;
    position: relative;
    left: 0;
  }
  /* line 172, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 175px;
    height: inherit;
    padding: 0;
    float: left;
    overflow: hidden;
    margin-right: 1px;
    position: relative;
    cursor: "pointer";
    opacity: 0.4;
  }
  /* line 185, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    min-height: 100%;
    height: 100%;
    max-width: none;
  }
  /* line 192, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 201, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: "pointer" !important;
    min-width: 100% !important;
  }
  /* line 206, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%;
  }

  /* line 218, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* Foundation Alerts */
/* line 94, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #232323;
  border-color: #0a0a0a;
  color: #fff;
}
/* line 97, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close {
  font-size: 1.375em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.4375em;
  right: 0.3125em;
  color: #333;
  opacity: 0.3;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
/* line 99, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 100, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 102, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.success {
  background-color: #00ca63;
  border-color: #00974a;
  color: #fff;
}
/* line 103, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.alert {
  background-color: #ffdf03;
  border-color: #cfb500;
  color: #fff;
}
/* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_alert-boxes.scss */
.alert-box.secondary {
  background-color: #00caca;
  border-color: #009797;
  color: #fff;
}

/* Breadcrumbs */
/* line 115, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0.875em 0.5625em;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #00e3e4;
  border-color: #00b0b1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875em;
  text-transform: uppercase;
}
/* line 60, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 62, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #232323;
}
/* line 69, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: "default";
  color: #333;
}
/* line 72, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: "default";
  color: #333;
}
/* line 77, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 82, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999;
}
/* line 84, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999;
}
/* line 86, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: "default";
}
/* line 96, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}
/* line 104, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Custom Checkbox and Radio Inputs */
/* line 67, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
/* line 73, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}
/* line 83, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
/* line 87, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
/* line 92, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}
/* line 101, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}
/* line 113, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 4px;
  margin-left: -5px;
}

/* Custom Select Options and Dropdowns */
/* line 127, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom {
  /* Custom input, disabled */
}
/* line 128, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}
/* line 148, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
/* line 153, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
/* line 165, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
/* line 173, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}
/* line 186, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222 transparent transparent transparent;
  border-top-style: solid;
}
/* line 190, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled {
  color: #888;
}
/* line 192, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888;
}
/* line 195, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown .disabled:hover:after {
  display: none;
}
/* line 199, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 206, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.small {
  max-width: 134px;
}
/* line 207, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.medium {
  max-width: 254px;
}
/* line 208, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.large {
  max-width: 434px;
}
/* line 209, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.expand {
  width: 100% !important;
}
/* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 212, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 213, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 216, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown {
  border-color: #ffdf03;
  background-color: rgba(255, 223, 3, 0.1);
  background: rgba(255, 223, 3, 0.1);
  margin-bottom: 0;
}
/* line 236, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_forms.scss */
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}
/* line 222, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .error .custom.dropdown + small.error {
  margin-top: 0;
}
/* line 226, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
}
/* line 243, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li {
  color: #555;
  font-size: 0.875em;
  cursor: "default";
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
/* line 257, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: #000;
}
/* line 261, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: #000;
}
/* line 265, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: "default";
  color: #000;
}
/* line 272, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.dropdown ul.show {
  display: block;
}
/* line 276, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_custom-forms.scss */
form.custom .custom.disabled {
  background: #ddd;
}

/* Keystroke Characters */
/* line 51, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Labels */
/* line 71, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #232323;
  color: #fff;
}
/* line 77, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 78, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.alert {
  background-color: #ffdf03;
  color: #fff;
}
/* line 81, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.success {
  background-color: #00ca63;
  color: #fff;
}
/* line 82, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_labels.scss */
.label.secondary {
  background-color: #00caca;
  color: #fff;
}

/* Inline Lists */
/* line 49, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 36, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375em;
  display: block;
}
/* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* Default Pagination */
/* line 128, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em;
}
/* line 87, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5em;
  color: #222;
  font-size: 0.875em;
  margin-left: 0.3125em;
}
/* line 93, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.0625em 0.4375em 0.0625em;
  color: #999;
}
/* line 99, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 45, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
/* line 49, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 57, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #232323;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
/* line 63, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #232323;
}
/* line 110, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 133, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 110, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Panels */
/* line 66, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2;
}
/* line 44, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :first-child {
  margin-top: 0;
}
/* line 45, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel > :last-child {
  margin-bottom: 0;
}
/* line 50, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
  color: #333;
}
/* line 54, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 56, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
  line-height: 1.4;
}
/* line 68, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #0a0a0a;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #232323;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
/* line 44, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :first-child {
  margin-top: 0;
}
/* line 45, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout > :last-child {
  margin-bottom: 0;
}
/* line 51, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
  color: #fff;
}
/* line 54, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
  line-height: 1;
  margin-bottom: 0.625em;
}
/* line 56, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
  line-height: 1.4;
}
/* line 71, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.callout a {
  color: #fff;
}
/* line 76, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_panels.scss */
.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* Pricing Tables */
/* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25em;
}
/* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table * {
  list-style: none;
  line-height: 1;
}
/* line 124, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .title {
  background-color: #ddd;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 1em;
}
/* line 125, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .price {
  background-color: #eee;
  padding: 0.9375em 1.25em;
  text-align: center;
  color: #333;
  font-weight: normal;
  font-size: 1.25em;
}
/* line 126, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .description {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #777;
  font-size: 0.75em;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #ddd;
}
/* line 127, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .bullet-item {
  background-color: #fff;
  padding: 0.9375em;
  text-align: center;
  color: #333;
  font-size: 0.875em;
  font-weight: normal;
  border-bottom: dotted 1px #ddd;
}
/* line 128, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_pricing-tables.scss */
.pricing-table .cta-button {
  background-color: #f5f5f5;
  text-align: center;
  padding: 1.25em 1.25em 0;
}

/* Progress Bar */
/* line 50, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}
/* line 54, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #232323;
  height: 100%;
  display: block;
}
/* line 57, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #00caca;
  height: 100%;
  display: block;
}
/* line 58, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #00ca63;
  height: 100%;
  display: block;
}
/* line 59, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #ffdf03;
  height: 100%;
  display: block;
}
/* line 61, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 62, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 65, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 66, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* Side Nav */
/* line 67, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside;
}
/* line 39, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375em 0;
  font-size: 0.875em;
}
/* line 43, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li a {
  display: block;
  color: #232323;
}
/* line 48, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child {
  color: #4d4d4d;
  font-weight: bold;
}
/* line 53, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: #e6e6e6;
}

/* Side Nav */
/* line 82, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em;
}
/* line 40, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 0.5625em;
  margin-bottom: 0.625em;
  font-weight: normal;
  font-size: 0.875em;
}
/* line 50, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999;
  text-decoration: none;
}
/* line 54, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #232323;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #fff;
}

/* Foundation Switches */
@media only screen {
  /* line 239, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    height: 2.25em;
    background: #fff;
    border-color: #cccccc;
  }
  /* line 58, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 75, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
  }
  /* line 84, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:hover, div.switch input:focus {
    cursor: "pointer";
  }
  /* line 91, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  /* line 106, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:not(:checked) + label {
    opacity: 0;
  }
  /* line 109, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:checked {
    display: none !important;
  }
  /* line 110, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input {
    left: 0;
    display: block !important;
  }
  /* line 113, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%;
  }
  /* line 115, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%;
  }
  /* line 119, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right;
  }
  /* line 121, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto;
  }
  /* line 125, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span.custom {
    display: none !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
  /* line 239, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 239, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch {
    -webkit-animation: none 0;
  }
}
@media only screen {
  /* line 137, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible;
  }
  /* line 149, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch label {
    padding: 0;
    line-height: 2.3em;
    font-size: 0.875em;
  }
  /* line 157, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875em;
  }
  /* line 163, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    width: 2.25em;
    height: 2.25em;
  }
  /* line 177, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #caffe4, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #caffe4, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
  }
  /* line 201, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
  }
  /* line 211, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch:active {
    background: transparent;
  }
  /* line 243, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large {
    height: 2.75em;
  }
  /* line 149, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large label {
    padding: 0;
    line-height: 2.3em;
    font-size: 1.0625em;
  }
  /* line 157, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.6875em;
  }
  /* line 163, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.large span:last-child {
    width: 2.75em;
    height: 2.75em;
  }
  /* line 246, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small {
    height: 1.75em;
  }
  /* line 149, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small label {
    padding: 0;
    line-height: 2.1em;
    font-size: 0.75em;
  }
  /* line 157, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.6875em;
  }
  /* line 163, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.small span:last-child {
    width: 1.75em;
    height: 1.75em;
  }
  /* line 249, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny {
    height: 1.375em;
  }
  /* line 149, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny label {
    padding: 0;
    line-height: 1.9em;
    font-size: 0.6875em;
  }
  /* line 157, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -1.3125em;
  }
  /* line 163, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.tiny span:last-child {
    width: 1.375em;
    height: 1.375em;
  }
  /* line 252, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  /* line 253, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.radius span:last-child {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 257, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
  /* line 258, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round span:last-child {
    -webkit-border-radius: 999px;
    border-radius: 999px;
  }
  /* line 259, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_switch.scss */
  div.switch.round label {
    padding: 0 0.5625em;
  }

  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative;
    }
    to {
      position: relative;
    }
  }
}
/* line 11, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}
/* line 17, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}
/* line 19, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_magellan.scss */
[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

/* Tables */
/* line 80, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd;
}
/* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: #f5f5f5;
  font-weight: bold;
}
/* line 47, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5em 0.625em 0.625em;
  font-size: 0.875em;
  color: #222;
  text-align: left;
}
/* line 58, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625em 0.625em;
  font-size: 0.875em;
  color: #222;
}
/* line 65, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
/* line 70, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125em;
}

/* Image Thumbnails */
/* line 45, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 31, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(35, 35, 35, 0.5);
  box-shadow: 0 0 6px 1px rgba(35, 35, 35, 0.5);
}
/* line 49, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 51, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_thumbs.scss */
a.th {
  display: inline-block;
  max-width: 100%;
}

/* Tooltips */
/* line 29, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333;
}
/* line 35, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px black;
  color: #232323;
}
/* line 41, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 45, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 60, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #000 transparent;
  top: -10px;
}
/* line 71, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #232323 !important;
  border-bottom: dotted 1px black !important;
}

/* line 77, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal;
}

@media only screen and (min-width: 800px) {
  /* line 86, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #000 transparent;
    top: -10px;
  }
  /* line 90, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #000 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 96, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 99, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #000;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 106, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 128, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
/* line 135, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
/* line 50, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:first-child {
  margin-top: 0;
}
/* line 51, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
/* line 76, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
/* line 83, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
/* line 91, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
/* line 95, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
/* line 139, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li {
  font-size: 0.875em;
  cursor: "pointer";
  line-height: 1.125em;
  margin: 0;
}
/* line 114, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #eeeeee;
}
/* line 117, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown li a {
  display: block;
  padding: 0.5em;
  color: #555;
}
/* line 142, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}
/* line 50, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
/* line 51, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
/* line 145, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.tiny {
  max-width: 200px;
}
/* line 146, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.small {
  max-width: 300px;
}
/* line 147, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.medium {
  max-width: 500px;
}
/* line 148, ../../../../../../../../usr/lib/ruby/gems/1.8/gems/zurb-foundation-4.3.2/scss/foundation/components/_dropdown.scss */
.f-dropdown.large {
  max-width: 800px;
}

/* Each individual part that can be added in */
/*
 * Theme specific variables. This takes the place of the normal _settings.scss.
 * See the STARTER/README.txt file regarding "CHANGING FOUNDATION DEFAULT
 * SETTINGS" for documentation.
 */
/* line 4, ../scss/base/_drupal.scss */
.admin-menu .fixed {
  top: 1.8125em;
}

/* line 11, ../scss/base/_drupal.scss */
#status-messages.reveal-modal .alert-box {
  margin-bottom: 0;
}

/* line 18, ../scss/base/_drupal.scss */
.reveal-modal {
  z-index: 999;
}

/* line 25, ../scss/base/_drupal.scss */
.item-list .pager {
  clear: none;
}

/* line 29, ../scss/base/_drupal.scss */
.item-list .pager li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

/* Grid HTML Classes */
/* line 127, ../scss/components/_grid-5.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 93.75em;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
/* line 131, ../scss/components/_grid-5.scss */
.row.collapse .column,
.row.collapse .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 135, ../scss/components/_grid-5.scss */
.row .row {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  max-width: none;
  width: auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 136, ../scss/components/_grid-5.scss */
.row .row.collapse {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto;
  overflow: hidden;
  *zoom: 1;
}

/* line 140, ../scss/components/_grid-5.scss */
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  position: relative;
}

@media only screen {
  /* line 146, ../scss/components/_grid-5.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-3 {
    width: 25%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-6 {
    width: 50%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-9 {
    width: 75%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 146, ../scss/components/_grid-5.scss */
  .small-12 {
    width: 100%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-0 {
    margin-left: 0%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-3 {
    margin-left: 25%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-6 {
    margin-left: 50%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-9 {
    margin-left: 75%;
  }

  /* line 150, ../scss/components/_grid-5.scss */
  .small-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 153, ../scss/components/_grid-5.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 154, ../scss/components/_grid-5.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 156, ../scss/components/_grid-5.scss */
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
@media only screen and (min-width: 800px) {
  /* line 163, ../scss/components/_grid-5.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 163, ../scss/components/_grid-5.scss */
  .medium-12 {
    width: 100%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 167, ../scss/components/_grid-5.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-3 {
    left: 25%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 171, ../scss/components/_grid-5.scss */
  .medium-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 172, ../scss/components/_grid-5.scss */
  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  /* line 175, ../scss/components/_grid-5.scss */
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 178, ../scss/components/_grid-5.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 190, ../scss/components/_grid-5.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-3 {
    width: 25%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-6 {
    width: 50%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-9 {
    width: 75%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 190, ../scss/components/_grid-5.scss */
  .large-12 {
    width: 100%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-0 {
    margin-left: 0%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-3 {
    margin-left: 25%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-6 {
    margin-left: 50%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-9 {
    margin-left: 75%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 194, ../scss/components/_grid-5.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-1 {
    left: 8.33333%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-1 {
    right: 8.33333%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-2 {
    left: 16.66667%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-2 {
    right: 16.66667%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-3 {
    left: 25%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-3 {
    right: 25%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-4 {
    left: 33.33333%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-4 {
    right: 33.33333%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-5 {
    left: 41.66667%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-5 {
    right: 41.66667%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-6 {
    left: 50%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-6 {
    right: 50%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-7 {
    left: 58.33333%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-7 {
    right: 58.33333%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-8 {
    left: 66.66667%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-8 {
    right: 66.66667%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-9 {
    left: 75%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-9 {
    right: 75%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-10 {
    left: 83.33333%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-10 {
    right: 83.33333%;
    left: auto;
  }

  /* line 198, ../scss/components/_grid-5.scss */
  .large-push-11 {
    left: 91.66667%;
    right: auto;
  }

  /* line 199, ../scss/components/_grid-5.scss */
  .large-pull-11 {
    right: 91.66667%;
    left: auto;
  }

  /* line 202, ../scss/components/_grid-5.scss */
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 205, ../scss/components/_grid-5.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
}
/* Welcome to Compass. Use this file to write IE specific override styles. */
/* CSS Front-Page
.page-wrapper .front {
  background-size: cover !important;
  background-attachment: scroll !important;
}

.page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section {
  background-size: cover !important;
  background-attachment: scroll !important;
}

*/
/* line 3, ../scss/tipografia/_tipografia.sass */
body {
  letter-spacing: 0.025em;
  font-size: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

/* line 9, ../scss/tipografia/_tipografia.sass */
p {
  line-height: 1.8em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

/* line 14, ../scss/tipografia/_tipografia.sass */
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

/* line 19, ../scss/tipografia/_tipografia.sass */
h2 {
  font-size: 1.563em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

/* line 25, ../scss/tipografia/_tipografia.sass */
footer a {
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

/* line 1, ../scss/elementos/_elementos.sass */
.logo-branco, .logo-preto {
  width: 120px;
  height: 43px;
  display: block;
  text-indent: -9999px;
  background: url(../images/theme/logo-municipio-da-nazare-branco.svg);
}

/* line 8, ../scss/elementos/_elementos.sass */
.logo-preto {
  background: url(../images/theme/logo-municipio-da-nazare-preto.svg);
}

/* line 11, ../scss/elementos/_elementos.sass */
.seta, .seta-baixo, .seta-direita, .seta-esquerda, .seta-cima {
  width: 53px;
  height: 27px;
  display: block;
  margin: 0 auto;
}
/* line 17, ../scss/elementos/_elementos.sass */
.seta a, .seta-baixo a, .seta-direita a, .seta-esquerda a, .seta-cima a {
  text-indent: -9999px;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}

/* line 1, ../scss/elementos/_captions.scss */
.effeckt-caption {
  position: relative;
}
/* line 3, ../scss/elementos/_captions.scss */
.effeckt-caption img {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 8, ../scss/elementos/_captions.scss */
.effeckt-caption figcaption {
  position: absolute;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  width: 100%;
}
/* line 16, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-appear"] figcaption {
  bottom: 0;
  left: 0;
  opacity: 0;
}
/* line 21, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-appear"]:hover figcaption, .effeckt-caption[data-effeckt-type="quarter-appear"]:active figcaption, .effeckt-caption[data-effeckt-type="quarter-appear"].active figcaption {
  opacity: 1;
}
/* line 26, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-slide-up"] figcaption {
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 35, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-slide-up"]:hover figcaption, .effeckt-caption[data-effeckt-type="quarter-slide-up"]:active figcaption, .effeckt-caption[data-effeckt-type="quarter-slide-up"].active figcaption {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* line 44, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="sqkwoosh"] figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  z-index: 0;
}
/* line 54, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="sqkwoosh"] img {
  position: relative;
  z-index: 1;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 61, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="sqkwoosh"] .effeckt-figcaption-wrap {
  position: absolute;
  bottom: 1rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s linear 0s;
  -o-transition: opacity 0.25s linear 0s;
  transition: opacity 0.25s linear 0s;
}
/* line 69, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="sqkwoosh"]:hover .effeckt-figcaption-wrap, .effeckt-caption[data-effeckt-type="sqkwoosh"]:active .effeckt-figcaption-wrap, .effeckt-caption[data-effeckt-type="sqkwoosh"].active .effeckt-figcaption-wrap {
  opacity: 1;
  -webkit-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
/* line 75, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="sqkwoosh"]:hover img, .effeckt-caption[data-effeckt-type="sqkwoosh"]:active img, .effeckt-caption[data-effeckt-type="sqkwoosh"].active img {
  -webkit-transform: scale(0.5) translateY(-80px);
  -ms-transform: scale(0.5) translateY(-80px);
  -o-transform: scale(0.5) translateY(-80px);
  transform: scale(0.5) translateY(-80px);
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
/* line 86, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-slide-side"] figcaption {
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 95, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-slide-side"]:hover figcaption, .effeckt-caption[data-effeckt-type="quarter-slide-side"]:active figcaption, .effeckt-caption[data-effeckt-type="quarter-slide-side"].active figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 104, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-fade"] figcaption {
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}
/* line 110, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-fade"]:hover figcaption, .effeckt-caption[data-effeckt-type="cover-fade"]:active figcaption, .effeckt-caption[data-effeckt-type="cover-fade"].active figcaption {
  opacity: 1;
}
/* line 115, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-fall-in"] figcaption {
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%) rotate(20deg);
  -ms-transform: translateX(100%) rotate(20deg);
  -o-transform: translateX(100%) rotate(20deg);
  transform: translateX(100%) rotate(20deg);
  opacity: 0;
}
/* line 124, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-fall-in"]:hover figcaption, .effeckt-caption[data-effeckt-type="quarter-fall-in"]:active figcaption, .effeckt-caption[data-effeckt-type="quarter-fall-in"].active figcaption {
  -webkit-transform: translateX(0) rotate(0deg);
  -ms-transform: translateX(0) rotate(0deg);
  -o-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg);
  opacity: 1;
}
/* line 133, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-two-step"] figcaption {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  z-index: 2;
}
/* line 143, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-two-step"] .effeckt-figcaption-wrap {
  -webkit-transition: 500ms 250ms;
  -o-transition: 500ms 250ms;
  transition: 500ms 250ms;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  -o-transform: translateX(200%);
  transform: translateX(200%);
}
/* line 152, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-two-step"]:hover figcaption, .effeckt-caption[data-effeckt-type="quarter-two-step"]:active figcaption, .effeckt-caption[data-effeckt-type="quarter-two-step"].active figcaption {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* line 159, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-two-step"]:hover .effeckt-figcaption-wrap, .effeckt-caption[data-effeckt-type="quarter-two-step"]:active .effeckt-figcaption-wrap, .effeckt-caption[data-effeckt-type="quarter-two-step"].active .effeckt-figcaption-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 167, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-push-right"] figcaption {
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
/* line 177, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-push-right"] img {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/* line 186, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-push-right"]:hover figcaption, .effeckt-caption[data-effeckt-type="cover-push-right"]:active figcaption, .effeckt-caption[data-effeckt-type="cover-push-right"].active figcaption {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
/* line 193, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-push-right"]:hover img, .effeckt-caption[data-effeckt-type="cover-push-right"]:active img, .effeckt-caption[data-effeckt-type="cover-push-right"].active img {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
/* line 201, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-slide-top"] figcaption {
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
/* line 211, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-slide-top"] img {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 216, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="cover-slide-top"]:hover figcaption, .effeckt-caption[data-effeckt-type="cover-slide-top"]:active figcaption, .effeckt-caption[data-effeckt-type="cover-slide-top"].active figcaption {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* line 225, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-zoom"] figcaption {
  top: 0;
  left: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  text-align: center;
  opacity: 0;
}
/* line 235, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-zoom"] img {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 240, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-zoom"]:hover figcaption, .effeckt-caption[data-effeckt-type="quarter-zoom"]:active figcaption, .effeckt-caption[data-effeckt-type="quarter-zoom"].active figcaption {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* line 247, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="quarter-zoom"]:hover img, .effeckt-caption[data-effeckt-type="quarter-zoom"]:active img, .effeckt-caption[data-effeckt-type="quarter-zoom"].active img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 254, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-left"] {
  overflow: visible;
}
/* line 256, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-left"] figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(1300px) rotateY(180deg);
  -ms-transform: perspective(1300px) rotateY(180deg);
  -o-transform: perspective(1300px) rotateY(180deg);
  transform: perspective(1300px) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 270, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-left"] img {
  -webkit-transform: perspective(1300px);
  -ms-transform: perspective(1300px);
  -o-transform: perspective(1300px);
  transform: perspective(1300px);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 279, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-left"]:hover figcaption, .effeckt-caption[data-effeckt-type="revolving-door-left"]:active figcaption, .effeckt-caption[data-effeckt-type="revolving-door-left"].active figcaption {
  -webkit-transform: perspective(1300px) rotateY(0deg);
  -ms-transform: perspective(1300px) rotateY(0deg);
  -o-transform: perspective(1300px) rotateY(0deg);
  transform: perspective(1300px) rotateY(0deg);
}
/* line 285, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-left"]:hover img, .effeckt-caption[data-effeckt-type="revolving-door-left"]:active img, .effeckt-caption[data-effeckt-type="revolving-door-left"].active img {
  -webkit-transform: perspective(1300px) rotateY(-180deg);
  -ms-transform: perspective(1300px) rotateY(-180deg);
  -o-transform: perspective(1300px) rotateY(-180deg);
  transform: perspective(1300px) rotateY(-180deg);
}
/* line 292, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-right"] {
  overflow: visible;
}
/* line 294, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-right"] figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(1300px) rotateY(180deg);
  -ms-transform: perspective(1300px) rotateY(180deg);
  -o-transform: perspective(1300px) rotateY(180deg);
  transform: perspective(1300px) rotateY(180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 308, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-right"] img {
  -webkit-transform: perspective(1300px);
  -ms-transform: perspective(1300px);
  -o-transform: perspective(1300px);
  transform: perspective(1300px);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 317, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-right"]:hover figcaption, .effeckt-caption[data-effeckt-type="revolving-door-right"]:active figcaption, .effeckt-caption[data-effeckt-type="revolving-door-right"].active figcaption {
  -webkit-transform: perspective(1300px) rotateY(360deg);
  -ms-transform: perspective(1300px) rotateY(360deg);
  -o-transform: perspective(1300px) rotateY(360deg);
  transform: perspective(1300px) rotateY(360deg);
}
/* line 323, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-right"]:hover img, .effeckt-caption[data-effeckt-type="revolving-door-right"]:active img, .effeckt-caption[data-effeckt-type="revolving-door-right"].active img {
  -webkit-transform: perspective(1300px) rotateY(180deg);
  -ms-transform: perspective(1300px) rotateY(180deg);
  -o-transform: perspective(1300px) rotateY(180deg);
  transform: perspective(1300px) rotateY(180deg);
}
/* line 330, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-top"] {
  overflow: visible;
}
/* line 332, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-top"] figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(1300px) rotateX(180deg);
  -ms-transform: perspective(1300px) rotateX(180deg);
  -o-transform: perspective(1300px) rotateX(180deg);
  transform: perspective(1300px) rotateX(180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 346, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-top"] img {
  -webkit-transform: perspective(1300px);
  -ms-transform: perspective(1300px);
  -o-transform: perspective(1300px);
  transform: perspective(1300px);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 355, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-top"]:hover figcaption, .effeckt-caption[data-effeckt-type="revolving-door-top"]:active figcaption, .effeckt-caption[data-effeckt-type="revolving-door-top"].active figcaption {
  -webkit-transform: perspective(1300px) rotateX(360deg);
  -ms-transform: perspective(1300px) rotateX(360deg);
  -o-transform: perspective(1300px) rotateX(360deg);
  transform: perspective(1300px) rotateX(360deg);
}
/* line 361, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-top"]:hover img, .effeckt-caption[data-effeckt-type="revolving-door-top"]:active img, .effeckt-caption[data-effeckt-type="revolving-door-top"].active img {
  -webkit-transform: perspective(1300px) rotateX(180deg);
  -ms-transform: perspective(1300px) rotateX(180deg);
  -o-transform: perspective(1300px) rotateX(180deg);
  transform: perspective(1300px) rotateX(180deg);
}
/* line 368, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-bottom"] {
  overflow: visible;
}
/* line 370, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-bottom"] figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(1300px) rotateX(180deg);
  -ms-transform: perspective(1300px) rotateX(180deg);
  -o-transform: perspective(1300px) rotateX(180deg);
  transform: perspective(1300px) rotateX(180deg);
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 384, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-bottom"] img {
  -webkit-transform: perspective(1300px);
  -ms-transform: perspective(1300px);
  -o-transform: perspective(1300px);
  transform: perspective(1300px);
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 393, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-bottom"]:hover figcaption, .effeckt-caption[data-effeckt-type="revolving-door-bottom"]:active figcaption, .effeckt-caption[data-effeckt-type="revolving-door-bottom"].active figcaption {
  -webkit-transform: perspective(1300px) rotateX(0deg);
  -ms-transform: perspective(1300px) rotateX(0deg);
  -o-transform: perspective(1300px) rotateX(0deg);
  transform: perspective(1300px) rotateX(0deg);
}
/* line 399, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="revolving-door-bottom"]:hover img, .effeckt-caption[data-effeckt-type="revolving-door-bottom"]:active img, .effeckt-caption[data-effeckt-type="revolving-door-bottom"].active img {
  -webkit-transform: perspective(1300px) rotateX(-180deg);
  -ms-transform: perspective(1300px) rotateX(-180deg);
  -o-transform: perspective(1300px) rotateX(-180deg);
  transform: perspective(1300px) rotateX(-180deg);
}
/* line 406, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="offset"] {
  overflow: visible;
}
/* line 408, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="offset"] figcaption {
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  height: 100%;
}
/* line 415, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="offset"] img {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 420, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="offset"]:hover figcaption, .effeckt-caption[data-effeckt-type="offset"]:active figcaption, .effeckt-caption[data-effeckt-type="offset"].active figcaption {
  -webkit-transform: translate(15px, 15px);
  -ms-transform: translate(15px, 15px);
  -o-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
  opacity: 1;
  z-index: 100;
  overflow: hidden;
}
/* line 430, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="guillotine-reverse"] {
  overflow: visible;
}
/* line 432, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="guillotine-reverse"] figcaption {
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
}
/* line 438, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="guillotine-reverse"] img {
  display: block;
  position: relative;
  z-index: 10;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 446, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="guillotine-reverse"]:hover img, .effeckt-caption[data-effeckt-type="guillotine-reverse"]:active img, .effeckt-caption[data-effeckt-type="guillotine-reverse"].active img {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* line 454, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="half-slide"] figcaption {
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
/* line 464, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="half-slide"] img {
  display: block;
  position: relative;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 471, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="half-slide"]:hover img, .effeckt-caption[data-effeckt-type="half-slide"]:active img, .effeckt-caption[data-effeckt-type="half-slide"].active img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 477, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="half-slide"]:hover figcaption, .effeckt-caption[data-effeckt-type="half-slide"]:active figcaption, .effeckt-caption[data-effeckt-type="half-slide"].active figcaption {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
/* line 485, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="tunnel"] figcaption {
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
/* line 496, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="tunnel"] img {
  display: block;
  position: relative;
  z-index: 10;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
}
/* line 504, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="tunnel"]:hover img, .effeckt-caption[data-effeckt-type="tunnel"]:active img, .effeckt-caption[data-effeckt-type="tunnel"].active img {
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
/* line 510, ../scss/elementos/_captions.scss */
.effeckt-caption[data-effeckt-type="tunnel"]:hover figcaption, .effeckt-caption[data-effeckt-type="tunnel"]:active figcaption, .effeckt-caption[data-effeckt-type="tunnel"].active figcaption {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media screen and (min-width: 1281px) {
  /* line 4, ../scss/styles/_large.sass */
  html, body {
    height: 100%;
  }
  /* line 6, ../scss/styles/_large.sass */
  html .page-wrapper, body .page-wrapper {
    display: block;
    position: relative;
    min-height: 100%;
    margin-bottom: -300px;
  }
  /* line 12, ../scss/styles/_large.sass */
  html .page-wrapper:after, body .page-wrapper:after {
    content: "";
    display: block;
    height: 300px;
  }

  /* line 17, ../scss/styles/_large.sass */
  .default {
    padding-top: 135px;
    padding-bottom: 135px;
  }

  /* line 21, ../scss/styles/_large.sass */
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="file"],
  input[type="checkbox"],
  input[type="radio"] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
  }

  /* line 40, ../scss/styles/_large.sass */
  input, input:focus, input:active {
    border: 0px none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  /* line 45, ../scss/styles/_large.sass */
  button, .button, .button.secondary, .button.radius {
    border: 2px solid white;
    box-shadow: none;
    background-color: transparent;
    color: white;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 53, ../scss/styles/_large.sass */
  button:hover, .button:hover, .button.secondary:hover, .button.radius:hover {
    box-shadow: none;
    background-color: white;
    color: black;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 60, ../scss/styles/_large.sass */
  button:focus, .button:focus, .button.secondary:focus, .button.radius:focus {
    box-shadow: none;
    background-color: white;
    color: black;
    outline: none;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 68, ../scss/styles/_large.sass */
  .reveal-modal {
    padding: 0px;
    border: 0px none;
    box-shadow: 0px 0px 0px 2500px rgba(0, 0, 0, 0.5);
  }
  /* line 73, ../scss/styles/_large.sass */
  .reveal-modal .alert-box {
    padding: 1em;
    background-color: #e2df04;
    border: 0px none;
  }
  /* line 78, ../scss/styles/_large.sass */
  .reveal-modal .alert-box ul {
    margin: 0px;
    color: black;
  }
  /* line 82, ../scss/styles/_large.sass */
  .reveal-modal .close-reveal-modal {
    color: black;
    cursor: pointer;
  }

  /* line 87, ../scss/styles/_large.sass */
  #sliding-popup.sliding-popup-top {
    height: auto !important;
    padding: 15px 0px;
    background-color: #00caca;
  }
  /* line 95, ../scss/styles/_large.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button,
  #sliding-popup.sliding-popup-top #popup-text button {
    margin: 3px 5px 3px 0px;
    padding: 8px 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #00caca;
    text-shadow: none;
    color: white;
    font-family: "thin";
    font-weight: normal;
    border: 2px solid white;
  }
  /* line 106, ../scss/styles/_large.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button strong,
  #sliding-popup.sliding-popup-top #popup-text button strong {
    font-family: "bold";
  }
  /* line 109, ../scss/styles/_large.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button:hover,
  #sliding-popup.sliding-popup-top #popup-text button:hover {
    background: white;
    color: #00caca;
    border: 2px solid #00caca;
  }

  /* line 116, ../scss/styles/_large.sass */
  .tab-bar-preto, .tab-bar-branco {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 13px 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: black;
    z-index: 200;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
  }
  /* line 127, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section, .tab-bar-branco .middle-menu-section {
    display: block;
  }
  /* line 131, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-system-main-menu .menu, .tab-bar-branco .middle-menu-section .block-system-main-menu .menu {
    margin: 0px;
  }
  /* line 134, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-system-main-menu .menu li, .tab-bar-branco .middle-menu-section .block-system-main-menu .menu li {
    width: 11%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  /* line 140, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-system-main-menu .menu li a, .tab-bar-branco .middle-menu-section .block-system-main-menu .menu li a {
    text-transform: uppercase;
    color: white;
  }
  /* line 144, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-system-main-menu .menu li span, .tab-bar-preto .middle-menu-section .block-system-main-menu .menu li span:hover, .tab-bar-branco .middle-menu-section .block-system-main-menu .menu li span, .tab-bar-branco .middle-menu-section .block-system-main-menu .menu li span:hover {
    text-transform: uppercase;
    color: white;
    cursor: pointer;
  }
  /* line 149, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-system-main-menu .menu li:nth-child(4), .tab-bar-branco .middle-menu-section .block-system-main-menu .menu li:nth-child(4) {
    width: 30%;
  }
  /* line 153, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-system-main-menu .menu .logotipo, .tab-bar-branco .middle-menu-section .block-system-main-menu .menu .logotipo {
    display: block;
    margin: auto;
    height: 74px;
    background-image: url("../images/logo-casa-da-serra.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    text-indent: -99999px;
  }
  /* line 164, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-locale-language, .tab-bar-branco .middle-menu-section .block-locale-language {
    position: absolute;
    right: -135px;
    padding: 23px 0px;
  }
  /* line 169, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-locale-language .block-title, .tab-bar-branco .middle-menu-section .block-locale-language .block-title {
    display: none;
  }
  /* line 172, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-locale-language .language-switcher-locale-url, .tab-bar-branco .middle-menu-section .block-locale-language .language-switcher-locale-url {
    margin-bottom: 0em;
  }
  /* line 175, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-locale-language .language-switcher-locale-url li, .tab-bar-branco .middle-menu-section .block-locale-language .language-switcher-locale-url li {
    display: inline-block;
    padding: 0.1em 0.4em;
    list-style: none;
  }
  /* line 180, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-locale-language .language-switcher-locale-url li a, .tab-bar-branco .middle-menu-section .block-locale-language .language-switcher-locale-url li a {
    color: white;
    font-size: 0.7em;
    vertical-align: 2px;
  }
  /* line 185, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-locale-language .language-switcher-locale-url li .locale-untranslated, .tab-bar-branco .middle-menu-section .block-locale-language .language-switcher-locale-url li .locale-untranslated {
    display: none;
  }
  /* line 188, ../scss/styles/_large.sass */
  .tab-bar-preto .middle-menu-section .block-locale-language .language-switcher-locale-url .active, .tab-bar-branco .middle-menu-section .block-locale-language .language-switcher-locale-url .active {
    background-color: white;
    color: black;
  }

  /* line 194, ../scss/styles/_large.sass */
  .maintenance-page {
    text-align: center;
  }
  /* line 197, ../scss/styles/_large.sass */
  .maintenance-page .logo {
    width: 100%;
    height: 100vh;
    padding-top: 22%;
    background-image: url("../images/maintenance-background.jpg");
    background-size: cover;
    background-position: 50% 100%;
  }
  /* line 205, ../scss/styles/_large.sass */
  .maintenance-page .logo h1, .maintenance-page .logo h3 {
    color: white;
  }

  /* line 209, ../scss/styles/_large.sass */
  .slide-out-div {
    padding: 20px;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    top: 250px;
    -moz-transition: left 500ms ease-in-out;
    -o-transition: left 500ms ease-in-out;
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  /* line 217, ../scss/styles/_large.sass */
  .slide-out-div .mybookings {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    padding: 0.5em 0em;
    background-image: url("../images/theme/bookmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    text-align: right;
  }
  /* line 229, ../scss/styles/_large.sass */
  .slide-out-div .handle {
    width: 150px;
    padding: 10px 0px;
    top: 53px !important;
    right: -96px !important;
    opacity: 1;
    text-align: center;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: opacity 500ms linear 500ms;
    -o-transition: opacity 500ms linear 500ms;
    -webkit-transition: opacity 500ms linear;
    -webkit-transition-delay: 500ms;
    transition: opacity 500ms linear 500ms;
  }
  /* line 242, ../scss/styles/_large.sass */
  .slide-out-div .block-rooms-booking-manager {
    margin-bottom: 2em;
  }
  /* line 245, ../scss/styles/_large.sass */
  .slide-out-div .block-rooms-booking-manager .block-title {
    display: none;
  }
  /* line 249, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .rooms-date-range {
    margin: 0.5em 0em 0em;
  }
  /* line 252, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper {
    display: block;
    position: relative;
    width: 100%;
    float: none;
  }
  /* line 258, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 264, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date {
    width: 100%;
    margin: 0px;
  }
  /* line 268, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date input {
    width: 100%;
    height: 40px;
  }
  /* line 272, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date .error {
    background-color: white;
  }
  /* line 275, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .end-date {
    width: 100%;
    margin: 0px;
    margin: 0px;
  }
  /* line 280, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .end-date input {
    width: 100%;
    height: 40px;
  }
  /* line 284, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .end-date .error {
    background-color: white;
  }
  /* line 287, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item {
    width: 100%;
    margin: 0px;
  }
  /* line 291, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item select {
    height: 40px;
    background-color: white;
    border: 0px none;
  }
  /* line 296, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item .error {
    background-color: white;
  }
  /* line 299, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-item {
    width: 100%;
    margin: 0px;
  }
  /* line 303, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-item label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 309, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-item select {
    height: 40px;
    background-color: white;
    border: 0px none;
  }
  /* line 314, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form .form-item-unit-type {
    display: none;
  }
  /* line 317, ../scss/styles/_large.sass */
  .slide-out-div .rooms-management-form button {
    margin: 1em 0em 0em;
  }

  /* line 322, ../scss/styles/_large.sass */
  .open .handle {
    opacity: 0;
    -moz-transition: opacity 100ms linear 50ms;
    -o-transition: opacity 100ms linear 50ms;
    -webkit-transition: opacity 100ms linear;
    -webkit-transition-delay: 50ms;
    transition: opacity 100ms linear 50ms;
  }

  /* line 328, ../scss/styles/_large.sass */
  #ui-datepicker-div {
    padding: 0px;
    border: 0px none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: white;
    z-index: 1000 !important;
  }
  /* line 335, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header {
    background: black;
    border: 0px none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 340, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    width: 27px;
    height: 27px;
    background-color: transparent;
    opacity: 1;
    top: 2px;
    left: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 349, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
    background-image: url("../images/theme/setas-calendario.svg");
    background-position: -20% 50%;
    background-size: auto 50%;
    cursor: pointer;
  }
  /* line 355, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
    width: 27px;
    height: 27px;
    background-color: transparent;
    opacity: 1;
    top: 2px;
    left: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 364, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    width: 27px;
    height: 27px;
    background-color: transparent;
    top: 2px;
    right: 2px;
    opacity: 1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 373, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
    background-image: url("../images/theme/setas-calendario.svg");
    background-position: 120% 50%;
    background-size: auto 50%;
    cursor: pointer;
  }
  /* line 379, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
    width: 27px;
    height: 27px;
    background-color: transparent;
    top: 2px;
    right: 2px;
    opacity: 1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 388, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 391, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 395, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    color: white;
  }
  /* line 398, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover {
    background: transparent;
    opacity: 1;
    border: 0px transparent;
  }
  /* line 403, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover .ui-datepicker-month {
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 407, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover .ui-datepicker-year {
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 411, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0px;
  }
  /* line 415, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr {
    height: 30px;
  }
  /* line 417, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
    background: white;
    opacity: 1;
  }
  /* line 421, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td span, #ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
    border: 0px transparent;
    background: white;
    text-align: center;
  }
  /* line 426, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable {
    background: white;
    opacity: 1;
  }
  /* line 430, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable a, #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable span {
    color: lightgray;
  }
  /* line 433, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-today {
    background: white;
    opacity: 1;
  }
  /* line 436, ../scss/styles/_large.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-today a {
    font-weight: 700;
  }

  /* line 440, ../scss/styles/_large.sass */
  .page-wrapper {
    position: relative;
    display: block;
  }
  /* line 444, ../scss/styles/_large.sass */
  .page-wrapper .front {
    display: block;
    position: relative;
    padding-top: 120px;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
  }
  /* line 452, ../scss/styles/_large.sass */
  .page-wrapper .front .front-titulo {
    padding-top: 200px;
  }
  /* line 455, ../scss/styles/_large.sass */
  .page-wrapper .front .front-titulo h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    color: white;
  }
  /* line 461, ../scss/styles/_large.sass */
  .page-wrapper .coleccao {
    display: block;
    position: relative;
  }
  /* line 465, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container {
    display: block;
    position: relative;
    margin: 0px;
    border: 0px none;
  }
  /* line 471, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    border: 0px none;
  }
  /* line 479, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section {
    background-size: cover;
    background-attachment: fixed !important;
    background-position: 50% 50%;
  }
  /* line 487, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section .transparency-layer .texto-wrapper .titulo-wrapper h2 {
    display: none;
  }
  /* line 490, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text, .page-wrapper .coleccao .field-collection-container .field-collection-view .text, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text {
    display: block;
    position: relative;
    -moz-transform: skewY(-25deg) translateY(-50vh);
    -ms-transform: skewY(-25deg) translateY(-50vh);
    -webkit-transform: skewY(-25deg) translateY(-50vh);
    transform: skewY(-25deg) translateY(-50vh);
    overflow-y: hidden;
    z-index: 2;
  }
  /* line 497, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section {
    display: block;
    position: relative;
    height: 200% !important;
    -moz-transform: skewY(25deg) translateY(-50vh);
    -ms-transform: skewY(25deg) translateY(-50vh);
    -webkit-transform: skewY(25deg) translateY(-50vh);
    transform: skewY(25deg) translateY(-50vh);
    background-size: 100% auto;
    background-repeat: repeat-y;
    z-index: 2;
  }
  /* line 506, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .transparency-layer, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .transparency-layer, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .transparency-layer {
    padding-top: 5%;
    -moz-transform: translateY(86vh);
    -ms-transform: translateY(86vh);
    -webkit-transform: translateY(86vh);
    transform: translateY(86vh);
  }
  /* line 510, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper {
    background-image: url("../images/theme/001shape.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 785px;
    max-height: 860px;
  }
  /* line 518, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .titulo-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .titulo-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .titulo-wrapper {
    padding: 10% 0% 0% 0%;
    text-align: center;
    color: white;
  }
  /* line 523, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo {
    font-size: 2em;
    line-height: 1em;
    color: white;
    font-family: "Lato";
  }
  /* line 529, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .field-name-field-texto, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .field-name-field-texto, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .field-name-field-texto {
    max-width: 450px;
    padding: 2% 1% 8% 1%;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.4em;
    color: white;
  }
  /* line 537, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .field-name-field-texto p, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .field-name-field-texto p, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .field-name-field-texto p {
    line-height: 1.5em;
    color: white;
  }
  /* line 544, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .titulo-wrapper {
    padding: 12.5% 0% 0% 0%;
  }
  /* line 551, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo {
    font-size: 1.7em;
  }
  /* line 555, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view-links {
    display: none;
  }
  /* line 558, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add {
    display: block;
    position: absolute;
    margin: 0px;
    right: 6px;
    bottom: 11px;
  }
  /* line 565, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add li {
    list-style: none;
  }
  /* line 568, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add li a {
    color: white;
  }

  /* line 574, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .block-title {
    display: none;
  }
  /* line 579, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider {
    margin: 0px;
    border: 0px none;
  }
  /* line 584, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .slides .imagem, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .slides .imagem {
    height: 100vh;
    width: auto;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 592, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 596, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-prev::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 602, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-prev::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 605, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 609, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 15% 0% 3% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 618, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    position: relative;
  }
  /* line 624, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 630, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a.flex-active, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 636, ../scss/styles/_large.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a.flex-active::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 647, ../scss/styles/_large.sass */
  .page-wrapper .quarto {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
  }
  /* line 654, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente {
    display: block;
    position: relative;
    padding: 5em 0em 2em 0em;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 661, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .page-title {
    color: white;
    text-align: center;
    margin-bottom: 1em;
    font-size: 3em;
  }
  /* line 667, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .texto {
    overflow: auto;
  }
  /* line 670, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .texto p {
    color: white !important;
    font-size: 1em !important;
    line-height: 22px !important;
    font-family: "Lato" !important;
    font-weight: 300;
  }
  /* line 677, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .service-links {
    margin-bottom: 3em;
    text-align: center;
  }
  /* line 681, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .service-links .service-label {
    color: white;
  }
  /* line 684, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .service-links ul {
    text-align: center;
  }
  /* line 687, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 693, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 705, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 709, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a:hover, .page-wrapper .quarto .gradiente .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 716, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .service-links ul .service-links-forward a:hover, .page-wrapper .quarto .gradiente .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 722, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .icones {
    display: block;
    position: relative;
    min-width: 845px;
  }
  /* line 727, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha, .page-wrapper .quarto .gradiente .icones .roteiros, .page-wrapper .quarto .gradiente .icones .piscina, .page-wrapper .quarto .gradiente .icones .sala {
    display: block;
    position: relative;
    width: 180px;
    height: 180px;
    margin: 2em auto 0em;
    border: 2px solid white;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    overflow-y: hidden;
    z-index: 2;
  }
  /* line 740, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha span, .page-wrapper .quarto .gradiente .icones .roteiros span, .page-wrapper .quarto .gradiente .icones .piscina span, .page-wrapper .quarto .gradiente .icones .sala span {
    display: inline-block;
    position: relative;
    padding-top: 130px;
    text-transform: uppercase;
    color: white;
    z-index: 2;
  }
  /* line 748, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha {
    background-image: url(../images/icon-cozinha.svg);
  }
  /* line 751, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .icones .roteiros {
    background-image: url(../images/icon-roteiros.svg);
  }
  /* line 754, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .icones .piscina {
    background-image: url(../images/icon-piscina.svg);
  }
  /* line 757, ../scss/styles/_large.sass */
  .page-wrapper .quarto .gradiente .icones .sala {
    background-image: url(../images/tv.svg);
  }
  /* line 760, ../scss/styles/_large.sass */
  .page-wrapper .quarto table {
    background-color: transparent;
    border: 0px transparent;
  }
  /* line 764, ../scss/styles/_large.sass */
  .page-wrapper .quarto table tr {
    background-color: transparent;
  }
  /* line 767, ../scss/styles/_large.sass */
  .page-wrapper .quarto table tr td {
    color: white;
  }
  /* line 770, ../scss/styles/_large.sass */
  .page-wrapper .quarto table tr td:nth-child(1) {
    text-align: right;
  }
  /* line 773, ../scss/styles/_large.sass */
  .page-wrapper .quarto table tr td:nth-child(2) {
    text-align: left;
  }

  /* line 779, ../scss/styles/_large.sass */
  #features-cozinha, #features-sala, #features-casa {
    width: 34%;
    margin-left: -17%;
    padding: 2em 0em;
    border: 1px solid white;
    background-color: black;
  }
  /* line 786, ../scss/styles/_large.sass */
  #features-cozinha .block-title, #features-sala .block-title, #features-casa .block-title {
    text-align: center;
    color: white;
    margin-bottom: 1em;
  }
  /* line 791, ../scss/styles/_large.sass */
  #features-cozinha table, #features-sala table, #features-casa table {
    background-color: transparent;
    border: 0px transparent;
  }
  /* line 795, ../scss/styles/_large.sass */
  #features-cozinha table tr, #features-sala table tr, #features-casa table tr {
    background-color: transparent;
  }
  /* line 798, ../scss/styles/_large.sass */
  #features-cozinha table tr td, #features-sala table tr td, #features-casa table tr td {
    color: white;
  }
  /* line 801, ../scss/styles/_large.sass */
  #features-cozinha table tr td:nth-child(1), #features-sala table tr td:nth-child(1), #features-casa table tr td:nth-child(1) {
    text-align: right;
  }
  /* line 804, ../scss/styles/_large.sass */
  #features-cozinha table tr td:nth-child(2), #features-sala table tr td:nth-child(2), #features-casa table tr td:nth-child(2) {
    text-align: left;
  }
  /* line 807, ../scss/styles/_large.sass */
  #features-cozinha h5, #features-sala h5, #features-casa h5 {
    color: white;
    font-size: 0.7em;
  }

  /* line 811, ../scss/styles/_large.sass */
  .page-wrapper {
    position: relative;
    display: block;
  }
  /* line 815, ../scss/styles/_large.sass */
  .page-wrapper .casa {
    display: block;
    position: relative;
  }
  /* line 819, ../scss/styles/_large.sass */
  .page-wrapper .casa .fullscreen {
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 825, ../scss/styles/_large.sass */
  .page-wrapper .casa .fullscreen .gradiente {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10% 0% 5% 0%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 833, ../scss/styles/_large.sass */
  .page-wrapper .casa .fullscreen .gradiente span {
    display: block;
    text-align: center;
    color: white;
    font-size: 3em;
  }
  /* line 839, ../scss/styles/_large.sass */
  .page-wrapper .casa .fullscreen .gradiente a {
    display: block;
    width: 175px;
    margin: 1em auto 0em;
  }
  /* line 844, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao {
    width: 100%;
    padding: 2em 0em;
    height: auto;
    overflow: auto;
    background-color: black;
  }
  /* line 851, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .page-title {
    color: white;
    text-align: center;
    font-size: 2em;
  }
  /* line 856, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .page-subtitle {
    color: white;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
  /* line 862, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .texto {
    padding: 2em 0em;
    text-align: center;
    color: white;
    font-size: 1em;
  }
  /* line 868, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .service-links {
    margin-bottom: 3em;
    text-align: center;
  }
  /* line 872, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .service-links .service-label {
    color: white;
  }
  /* line 875, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .service-links ul {
    text-align: center;
  }
  /* line 878, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 884, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 896, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 900, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .service-links ul li a:hover, .page-wrapper .casa .descricao .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 907, ../scss/styles/_large.sass */
  .page-wrapper .casa .descricao .service-links ul .service-links-forward a:hover, .page-wrapper .casa .descricao .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 914, ../scss/styles/_large.sass */
  .page-wrapper .trigger-reserva-especial {
    display: inline-block;
    position: relative;
    color: white;
    border: 1px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 924, ../scss/styles/_large.sass */
  .page-wrapper .trigger-reserva-especial:hover, .page-wrapper .trigger-reserva-especial:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 929, ../scss/styles/_large.sass */
  .page-wrapper .coleccao {
    display: block;
    position: relative;
  }
  /* line 933, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content {
    display: block;
    position: relative;
  }
  /* line 938, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider {
    margin: 0px;
    border: 0px none;
  }
  /* line 942, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 946, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 952, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 955, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 959, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 20% 0% 0% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 968, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0px 5px 20px 5px;
    background: transparent;
    position: relative;
  }
  /* line 974, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 980, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 986, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 997, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-titulo {
    display: block;
    position: relative;
    padding: 5em 0em 2em 0em;
    text-align: center;
    color: white;
    font-size: 2em;
    z-index: 1;
    background-color: black;
  }
  /* line 1007, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-texto-casa {
    display: block;
    position: relative;
    padding: 0em 0em 7em 0em;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    z-index: 1;
    background-color: black;
    text-align: center;
  }
  /* line 1020, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .content .field-name-field-admin-propriedades {
    display: none;
  }
  /* line 1023, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .exterior {
    background-color: black;
  }
  /* line 1026, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .cozinha {
    background-color: black;
  }
  /* line 1029, ../scss/styles/_large.sass */
  .page-wrapper .coleccao .decoracao {
    background-color: black;
  }

  /* line 1036, ../scss/styles/_large.sass */
  .quartos .imagem {
    display: block;
    position: relative;
    float: right;
    width: 33.33%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
  }
  /* line 1045, ../scss/styles/_large.sass */
  .quartos .imagem .opacity {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -moz-transition: background-color 300ms ease-out 100ms;
    -o-transition: background-color 300ms ease-out 100ms;
    -webkit-transition: background-color 300ms ease-out;
    -webkit-transition-delay: 100ms;
    transition: background-color 300ms ease-out 100ms;
  }
  /* line 1053, ../scss/styles/_large.sass */
  .quartos .imagem .opacity .texto-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 45%;
    opacity: 0;
    -moz-transition: opacity 300ms ease-out 0ms;
    -o-transition: opacity 300ms ease-out 0ms;
    -webkit-transition: opacity 300ms ease-out;
    -webkit-transition-delay: 0ms;
    transition: opacity 300ms ease-out 0ms;
  }
  /* line 1062, ../scss/styles/_large.sass */
  .quartos .imagem .opacity .texto-wrapper .texto {
    display: block;
    position: relative;
    width: 250px;
    padding: 1em 0.2em;
    margin: auto;
    border: 2px solid white;
    font-size: 1.7em;
    font-family: "Lato";
    text-transform: uppercase;
    text-align: center;
    color: white;
  }
  /* line 1075, ../scss/styles/_large.sass */
  .quartos .imagem .opacity:hover {
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: background-color 300ms ease-in 0ms;
    -o-transition: background-color 300ms ease-in 0ms;
    -webkit-transition: background-color 300ms ease-in;
    -webkit-transition-delay: 0ms;
    transition: background-color 300ms ease-in 0ms;
  }
  /* line 1079, ../scss/styles/_large.sass */
  .quartos .imagem .opacity:hover > .texto-wrapper {
    opacity: 1;
    -moz-transition: opacity 300ms ease-in 200ms;
    -o-transition: opacity 300ms ease-in 200ms;
    -webkit-transition: opacity 300ms ease-in;
    -webkit-transition-delay: 200ms;
    transition: opacity 300ms ease-in 200ms;
  }
  /* line 1085, ../scss/styles/_large.sass */
  .quartos .aire {
    background-image: url("../images/suite-serra-daire.jpg");
  }
  /* line 1088, ../scss/styles/_large.sass */
  .quartos .antonio {
    background-image: url("../images/suite-serra-de-santo-antonio.jpg");
  }
  /* line 1091, ../scss/styles/_large.sass */
  .quartos .candeeiros {
    background-image: url("../images/suite-serra-dos-cadeeiros.jpg");
  }

  /* line 1096, ../scss/styles/_large.sass */
  footer {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 1101, ../scss/styles/_large.sass */
  footer .footer-top {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
  }
  /* line 1107, ../scss/styles/_large.sass */
  footer .footer-top .mapa {
    display: block;
    position: absolute;
    width: 75%;
    height: 300px;
    right: 0px;
  }
  /* line 1114, ../scss/styles/_large.sass */
  footer .footer-top .footer-shape {
    display: block;
    position: absolute;
    width: 178px;
    height: 300px;
    left: 29.9%;
    background-image: url("../images/theme/shape-footer.svg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
  }
  /* line 1125, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper {
    display: block;
    position: absolute;
    width: 30%;
    height: 300px;
    padding: 10px 0px;
    left: 0px;
    background-color: black;
  }
  /* line 1134, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info {
    height: auto;
  }
  /* line 1137, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .logotipo {
    display: block;
    position: relative;
    height: 75px;
    opacity: 0.4;
    margin: 10px 0px;
    background-image: url("../images/logo-casa-da-serra.svg");
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: contain;
  }
  /* line 1148, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .morada-contatos {
    color: white;
    opacity: 0.6;
    margin-left: 0.5em;
  }
  /* line 1153, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .morada-contatos span {
    display: block;
    max-width: 256px;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  /* line 1159, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .morada-contatos .small-font {
    font-size: 0.8em;
  }
  /* line 1162, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper {
    display: block;
    position: relative;
    height: 20px;
    margin-top: 8px;
  }
  /* line 1168, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks {
    width: 265px;
    margin-left: 0.3em;
  }
  /* line 1172, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 2px;
    opacity: 0.4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  /* line 1183, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter {
    background-image: url("../images/theme/twitter.svg");
  }
  /* line 1185, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook {
    background-image: url("../images/theme/facebook.svg");
  }
  /* line 1187, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube {
    background-image: url("../images/theme/youtube.svg");
  }
  /* line 1189, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram {
    background-image: url("../images/theme/instagram.svg");
  }
  /* line 1192, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram:hover {
    opacity: 1;
  }
  /* line 1195, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes {
    padding-left: 1.9em;
    margin-top: 0.7em;
    color: white;
    font-size: 0.8em;
  }
  /* line 1201, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes a {
    opacity: 0.7;
    color: white;
    font-weight: 700;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
  }
  /* line 1207, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes a:hover {
    opacity: 1;
    color: white;
  }
  /* line 1211, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .powered {
    margin-top: 0.5em;
    opacity: 0.7;
    color: white;
  }
  /* line 1216, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .powered span {
    display: block;
    height: 17px;
    margin-left: 0.7em;
    font-size: 0.7em;
  }
  /* line 1222, ../scss/styles/_large.sass */
  footer .footer-top .info-wrapper .info .powered a {
    display: block;
    margin-left: 0.7em;
    width: 133px;
    height: 12px;
    background-image: url("../images/logo_digital.svg");
    background-repeat: no-repeat;
  }
  /* line 1229, ../scss/styles/_large.sass */
  footer .footer-min {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
  }
  /* line 1235, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0px;
    background-color: black;
  }
  /* line 1243, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info {
    height: auto;
  }
  /* line 1246, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .logotipo {
    position: relative;
    height: 75px;
    opacity: 0.4;
    margin: 10px 0px;
    background-image: url("../images/logo-casa-da-serra.svg");
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: contain;
  }
  /* line 1256, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .morada-contatos {
    color: white;
    margin-left: 0.5em;
  }
  /* line 1260, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .morada-contatos span {
    display: block;
    max-width: 256px;
    opacity: 0.6;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  /* line 1267, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .morada-contatos span a {
    color: white;
    opacity: 0.6;
  }
  /* line 1272, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .morada-contatos span a:hover {
    color: white;
    opacity: 1;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  /* line 1277, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .morada-contatos .small-font {
    font-size: 0.8em;
  }
  /* line 1280, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .social-networks-wrapper {
    position: relative;
    height: 20px;
    margin-top: 8px;
  }
  /* line 1285, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks {
    width: 265px;
    margin-left: 0.3em;
  }
  /* line 1289, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .twitter, footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .facebook, footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .youtube, footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .instagram {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 2px;
    opacity: 0.4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  /* line 1300, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .twitter {
    background-image: url("../images/theme/twitter.svg");
  }
  /* line 1302, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .facebook {
    background-image: url("../images/theme/facebook.svg");
  }
  /* line 1304, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .youtube {
    background-image: url("../images/theme/youtube.svg");
  }
  /* line 1306, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .instagram {
    background-image: url("../images/theme/instagram.svg");
  }
  /* line 1309, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .twitter:hover, footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .facebook:hover, footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .youtube:hover, footer .footer-min .info-wrapper .info .social-networks-wrapper .social-networks .instagram:hover {
    opacity: 1;
  }
  /* line 1312, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .termos-condicoes {
    margin: 0.7em 0em 0em 1.4em;
    color: gray;
    font-size: 0.6em;
  }
  /* line 1317, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .termos-condicoes a {
    opacity: 0.7;
    color: white;
  }
  /* line 1321, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .termos-condicoes a:hover {
    opacity: 1;
    color: white;
  }
  /* line 1325, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .powered {
    margin-top: 0.5em;
    opacity: 0.7;
    color: white;
  }
  /* line 1330, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .powered span {
    display: block;
    height: 17px;
    margin-left: 0.7em;
    font-size: 0.7em;
  }
  /* line 1336, ../scss/styles/_large.sass */
  footer .footer-min .info-wrapper .info .powered a {
    display: block;
    margin-left: 0.7em;
    width: 133px;
    height: 12px;
    background-image: url("../images/logo_digital.svg");
  }

  /* line 1343, ../scss/styles/_large.sass */
  .rooms-search-result__unit-type-name, .rooms-current-search__units, .form-item-rooms {
    display: none;
  }

  /* line 1349, ../scss/styles/_large.sass */
  .page-wrapper .userlogin {
    background-image: url("../images/login.jpg");
    background-position: 50% 50%;
    background-size: cover;
    padding: 18em 0em;
  }
  /* line 1355, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
  }
  /* line 1361, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .page-title {
    color: white;
  }
  /* line 1364, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified {
    padding: 5em 0em;
  }
  /* line 1367, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-message {
    color: white;
  }
  /* line 1370, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-links {
    display: none;
  }
  /* line 1374, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form span {
    color: white;
    border-bottom: none;
    font-size: 1em;
    font-family: "Lato";
    font-weight: normal;
  }
  /* line 1381, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form a {
    color: white;
    position: absolute;
    top: 60%;
    right: 3%;
    font-size: 1em;
    font-family: "Lato";
  }
  /* line 1389, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form label {
    color: white;
    font-size: 1em;
    font-family: "Lato";
  }
  /* line 1395, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table {
    background: none;
    border: none;
  }
  /* line 1399, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1402, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr {
    background: none;
    border: none;
  }
  /* line 1406, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr td, .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr th {
    color: white;
    border: none;
  }
  /* line 1410, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tbody {
    text-align: left;
  }
  /* line 1413, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field {
    color: white;
    margin-bottom: 1em;
  }
  /* line 1417, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field-name-commerce-line-items {
    margin-bottom: 0em;
  }
  /* line 1420, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field-name-commerce-customer-billing {
    float: left;
    text-align: left;
  }
  /* line 1424, ../scss/styles/_large.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field-name-commerce-customer-shipping {
    float: right;
    text-align: right;
  }

  /* line 1431, ../scss/styles/_large.sass */
  .page-wrapper .ajax-progress {
    display: none;
  }
  /* line 1434, ../scss/styles/_large.sass */
  .page-wrapper .booking {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: fixed;
  }
  /* line 1439, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper {
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 1000px;
    overflow: auto;
  }
  /* line 1445, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container {
    text-align: center;
  }
  /* line 1448, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1452, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos h2 {
    color: white;
    font-weight: bold;
    text-align: center;
  }
  /* line 1457, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos span {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1463, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1469, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form {
    margin-bottom: 0px;
  }
  /* line 1472, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form select {
    background-color: white;
    border: 0px none;
    height: 32px;
  }
  /* line 1477, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form fieldset {
    border-top: 1px solid white;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    margin-bottom: 7em;
  }
  /* line 1484, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form fieldset legend {
    text-align: center;
  }
  /* line 1487, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos input {
    background-color: white;
  }
  /* line 1490, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form {
    width: 240px;
    margin: auto;
    text-align: center;
  }
  /* line 1495, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form #edit-submit {
    margin-top: 10px;
  }
  /* line 1498, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-item-unit-type {
    display: none;
  }
  /* line 1501, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-item, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .rooms-date-range, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-text, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form #edit-group-size-adults1 {
    margin: 1em 0em;
    width: 240px;
  }
  /* line 1505, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info {
    width: 60%;
    margin-left: 20%;
    border-top: 1px solid white;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    margin-bottom: 3em;
  }
  /* line 1514, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info legend {
    background: none;
    text-align: center;
  }
  /* line 1518, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info legend .fieldset-legend {
    color: white;
    font-weight: bold;
  }
  /* line 1522, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .form-item {
    margin: 1em 0em;
  }
  /* line 1525, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__arrival {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1529, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__departure {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1533, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__nights {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1537, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info button {
    display: block;
    float: none;
    margin: auto;
  }
  /* line 1542, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos input[type=checkbox] {
    margin-bottom: 0px;
  }
  /* line 1545, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type {
    display: inline;
    position: relative;
  }
  /* line 1549, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_1, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_2, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_3 {
    display: inline-block;
    position: relative;
    width: 31%;
    height: 500px;
    margin: 2em 1% 0em;
    overflow-y: hidden;
    vertical-align: middle;
  }
  /* line 1558, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 {
    display: block;
    position: relative;
    width: 97%;
    height: 300px;
    margin: 2em 1% 0em;
    overflow-y: hidden;
    vertical-align: middle;
  }
  /* line 1567, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_1 {
    background-image: url("../images/suite-serra-de-santo-antonio.jpg");
    background-position: 50% 50%;
  }
  /* line 1571, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_2 {
    background-image: url("../images/suite-serra-dos-cadeeiros.jpg");
    background-position: 50% 50%;
  }
  /* line 1575, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_3 {
    background-image: url("../images/suite-serra-daire.jpg");
    background-position: 50% 50%;
  }
  /* line 1579, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 {
    background-image: url("../images/img_5872.jpg");
    background-position: 50% 50%;
  }
  /* line 1583, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type button {
    margin: 1em 0px 0px 0px;
  }
  /* line 1586, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__new-price {
    display: none;
  }
  /* line 1589, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded {
    height: 500px;
    padding: 0em;
    border-bottom: 0px none;
  }
  /* line 1594, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form {
    -moz-transform: translateY(420px);
    -ms-transform: translateY(420px);
    -webkit-transform: translateY(420px);
    transform: translateY(420px);
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: -moz-transform 500ms ease-in-out 100ms;
    -o-transition: -o-transform 500ms ease-in-out 100ms;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 100ms;
    transition: transform 500ms ease-in-out 100ms;
  }
  /* line 1599, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit {
    padding: 1em 0em 1.5em 0em;
  }
  /* line 1603, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit .content .field-name-rooms-booking-unit-options {
    display: none;
  }
  /* line 1606, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form {
    padding: 0em 1em 250px 1em;
    text-align: center;
  }
  /* line 1611, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form .rooms-search-result__unit-base-price label {
    display: block;
  }
  /* line 1614, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form .rooms-search-result__unit-base-price .rooms-search-result__base-price-amount {
    font-size: 24px;
    font-weight: 700;
  }
  /* line 1619, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 .entity-rooms-unit, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 .rooms-book-unit-form {
    -moz-transform: translateY(230px);
    -ms-transform: translateY(230px);
    -webkit-transform: translateY(230px);
    transform: translateY(230px);
  }
  /* line 1623, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded:hover > .entity-rooms-unit {
    -moz-transform: translateY(190px);
    -ms-transform: translateY(190px);
    -webkit-transform: translateY(190px);
    transform: translateY(190px);
    -moz-transition: -moz-transform 500ms ease-in-out 0s;
    -o-transition: -o-transform 500ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease-in-out 0s;
  }
  /* line 1627, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded:hover > .rooms-book-unit-form {
    -moz-transform: translateY(190px);
    -ms-transform: translateY(190px);
    -webkit-transform: translateY(190px);
    transform: translateY(190px);
    -moz-transition: -moz-transform 500ms ease-in-out 0s;
    -o-transition: -o-transform 500ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease-in-out 0s;
  }
  /* line 1632, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4:hover > .entity-rooms-unit {
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -moz-transition: -moz-transform 500ms ease-in-out 0s;
    -o-transition: -o-transform 500ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease-in-out 0s;
  }
  /* line 1636, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4:hover > .rooms-book-unit-form {
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -webkit-transform: translateY(35px);
    transform: translateY(35px);
    -moz-transition: -moz-transform 500ms ease-in-out 0s;
    -o-transition: -o-transform 500ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease-in-out 0s;
  }
  /* line 1640, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial {
    display: inline-block;
    position: relative;
    color: white;
    border: 1px solid white;
    padding: 1em 1em;
    margin-top: 5em;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 1650, ../scss/styles/_large.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial:hover, .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 1655, ../scss/styles/_large.sass */
  #reserva-especial {
    min-height: 250px;
    margin-top: 2%;
    padding-top: 2em;
    background-color: black;
    border: 1px solid white;
    background-position: 50% 50%;
  }
  /* line 1663, ../scss/styles/_large.sass */
  #reserva-especial .block-title {
    color: white;
    text-align: center;
    font-weight: bold;
  }
  /* line 1668, ../scss/styles/_large.sass */
  #reserva-especial label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1674, ../scss/styles/_large.sass */
  #reserva-especial .error {
    background-color: white;
  }
  /* line 1677, ../scss/styles/_large.sass */
  #reserva-especial .webform-client-form {
    text-align: center;
  }
  /* line 1681, ../scss/styles/_large.sass */
  #reserva-especial .webform-client-form .webform-component-date .form-type-select {
    display: none;
  }
  /* line 1684, ../scss/styles/_large.sass */
  #reserva-especial .webform-client-form .webform-component {
    text-align: center;
  }
  /* line 1688, ../scss/styles/_large.sass */
  #reserva-especial .webform-client-form .webform-component-select select {
    height: 33px;
    background-color: white;
    font-size: 1em;
    font-family: "Lato";
    font-weight: 300;
  }
  /* line 1695, ../scss/styles/_large.sass */
  #reserva-especial .webform-client-form .webform-component-textarea {
    width: 100%;
  }
  /* line 1698, ../scss/styles/_large.sass */
  #reserva-especial .webform-client-form .webform-component-textarea textarea {
    width: 100% !important;
    min-height: 125px;
  }

  /* line 1705, ../scss/styles/_large.sass */
  .page-wrapper .bookings {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: fixed;
  }
  /* line 1710, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper {
    height: 100vh;
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 1000px;
  }
  /* line 1716, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container {
    padding-top: 5em;
    text-align: center;
  }
  /* line 1720, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container .cart-empty-page {
    color: white;
  }
  /* line 1723, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1726, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table {
    background: none;
    border: none;
  }
  /* line 1730, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1733, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tr {
    background: none;
    border: none;
  }
  /* line 1737, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tr td, .page-wrapper .bookings .content-wrapper .page-title-container table tr th {
    color: white;
    border: none;
  }
  /* line 1741, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody {
    text-align: left;
  }
  /* line 1744, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody .views-field-line-item-label {
    padding: 1em 1em 1em 0em;
  }
  /* line 1748, ../scss/styles/_large.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody .delete-line-item {
    margin-top: 10px;
  }

  /* line 1755, ../scss/styles/_large.sass */
  .page-wrapper .checkout {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: fixed;
  }
  /* line 1760, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper {
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 1000px;
  }
  /* line 1765, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container {
    padding-top: 5em;
  }
  /* line 1768, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1771, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container select {
    background-color: white;
    border: 1px solid black;
    max-width: 200px;
    height: 32px;
  }
  /* line 1777, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container fieldset {
    border: 0px none;
    color: white;
  }
  /* line 1781, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container legend {
    background: none;
  }
  /* line 1784, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container label {
    color: white;
  }
  /* line 1787, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container span {
    color: white;
  }
  /* line 1791, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .form-item-customer-profile-billing-commerce-customer-address-und-0-name-line {
    width: 100%;
  }
  /* line 1794, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-name-line, .page-wrapper .checkout .content-wrapper .page-title-container #edit-account-login-mail, .page-wrapper .checkout .content-wrapper .page-title-container .name-block, .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-thoroughfare, .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-premise {
    max-width: 350px;
  }
  /* line 1798, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method {
    margin: 1.5em 0em;
  }
  /* line 1801, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method input {
    vertical-align: middle;
  }
  /* line 1804, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option {
    vertical-align: middle;
  }
  /* line 1807, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icon {
    top: -2px;
  }
  /* line 1811, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icons .label {
    background-color: transparent;
  }
  /* line 1814, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icons .commerce-paypal-icon {
    top: -1px;
  }
  /* line 1817, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #payment-details {
    color: white;
  }
  /* line 1822, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #commerce-checkout-form-complete .checkout-completion-message p {
    color: white;
  }
  /* line 1825, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #commerce-checkout-form-complete .checkout-completion-message p a {
    font-weight: 700;
    color: white;
  }
  /* line 1829, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons {
    border: none;
  }
  /* line 1832, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons button {
    height: 48px;
  }
  /* line 1835, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons .button-operator {
    margin: 0em 1em;
  }
  /* line 1838, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-submit {
    margin-top: 1em;
  }
  /* line 1841, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-cancel {
    color: white;
  }
  /* line 1844, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table {
    background: none;
    border: none;
    width: 100%;
  }
  /* line 1849, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1852, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr {
    background: none;
    border: none;
  }
  /* line 1856, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr td, .page-wrapper .checkout .content-wrapper .page-title-container table tr th {
    color: white;
    border: none;
  }
  /* line 1860, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr .views-field-line-item-label {
    padding: 1em 1em 1em 0em;
  }
  /* line 1863, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr .views-field-commerce-total {
    text-align: right;
  }
  /* line 1866, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-help {
    color: white;
  }
  /* line 1869, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-back {
    color: white;
  }
  /* line 1872, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .error {
    background-color: white;
    margin-bottom: 1em;
  }
  /* line 1877, ../scss/styles/_large.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .terms_conditions a {
    color: white;
    text-decoration: underline;
  }

  /* line 1884, ../scss/styles/_large.sass */
  .roteiros .wrapper-row {
    background-color: rgba(0, 0, 0, 0.6);
  }
  /* line 1886, ../scss/styles/_large.sass */
  .roteiros .wrapper-row .row-roteiro {
    padding: 10em 0em;
  }
  /* line 1890, ../scss/styles/_large.sass */
  .roteiros .wrapper-row .row-roteiro h2 a {
    color: white;
    font-weight: bold;
  }
  /* line 1894, ../scss/styles/_large.sass */
  .roteiros .wrapper-row .row-roteiro .row-body {
    font-family: "Lato" !important;
    color: white !important;
    text-size: 1em;
    line-height: 1.5em;
  }
  /* line 1901, ../scss/styles/_large.sass */
  .roteiros .wrapper-row .row-roteiro span {
    float: right;
    width: 100px;
    margin-top: 1em;
  }
  /* line 1906, ../scss/styles/_large.sass */
  .roteiros .wrapper-row .row-roteiro span a {
    position: relative;
    display: block;
    color: white;
    border: 1px solid white;
    padding: 10px 0;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 1915, ../scss/styles/_large.sass */
  .roteiros .wrapper-row .row-roteiro span a:hover, .roteiros .wrapper-row .row-roteiro span a:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 1922, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 1928, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider {
    margin: 0px;
    border: 0px none;
  }
  /* line 1933, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .slides .imagem {
    height: 100vh;
    width: auto;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 1941, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 1945, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 1951, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 1954, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 1958, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 15% 0% 3% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 1967, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    position: relative;
  }
  /* line 1973, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 1979, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 1985, ../scss/styles/_large.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 1996, ../scss/styles/_large.sass */
  .page-wrapper .roteiro {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: auto;
  }
  /* line 2004, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente {
    display: block;
    position: relative;
    padding: 8em 0em 2em 0em;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 2011, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .page-title {
    color: white;
    text-align: center;
    margin-bottom: 1em;
    font-size: 3em;
  }
  /* line 2017, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .texto {
    padding: 1em 0em 3em 0em;
  }
  /* line 2019, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .texto p {
    color: white !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: "Lato" !important;
    font-weight: 300;
  }
  /* line 2026, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente span {
    float: right;
    width: 100px;
    margin-top: 1em;
  }
  /* line 2031, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente span a {
    position: relative;
    display: block;
    color: white;
    border: 1px solid white;
    padding: 10px 0;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 2040, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente span a:hover, .page-wrapper .roteiro .gradiente span a:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 2046, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .service-links ul {
    text-align: center;
  }
  /* line 2049, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 2055, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 2067, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 2071, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a:hover, .page-wrapper .roteiro .gradiente .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 2078, ../scss/styles/_large.sass */
  .page-wrapper .roteiro .gradiente .service-links ul .service-links-forward a:hover, .page-wrapper .roteiro .gradiente .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 2088, ../scss/styles/_large.sass */
  .overlay {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 204;
  }
  /* line 2096, ../scss/styles/_large.sass */
  .overlay .overlay-close {
    display: block;
    width: 40px;
    height: 34px;
    position: absolute;
    right: 40px;
    top: 40px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
  }

  /* line 2111, ../scss/styles/_large.sass */
  .overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }

  /* line 2117, ../scss/styles/_large.sass */
  .open-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  /* line 2124, ../scss/styles/_large.sass */
  .overlay .wrapper {
    margin-top: 15%;
  }
  /* line 2128, ../scss/styles/_large.sass */
  .overlay .wrapper .item .telefone, .overlay .wrapper .item .morada, .overlay .wrapper .item .email {
    display: block;
    position: relative;
    width: 200px;
    height: 200px;
    border: 2px solid white;
    margin: auto;
    vertical-align: middle;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    padding: 140px 0.5em 0em 0.5em;
    text-align: center;
  }
  /* line 2141, ../scss/styles/_large.sass */
  .overlay .wrapper .item .telefone span, .overlay .wrapper .item .morada span, .overlay .wrapper .item .email span {
    color: white;
  }
  /* line 2144, ../scss/styles/_large.sass */
  .overlay .wrapper .item .telefone span p, .overlay .wrapper .item .morada span p, .overlay .wrapper .item .email span p {
    line-height: 1em;
    margin: 0px;
  }
  /* line 2148, ../scss/styles/_large.sass */
  .overlay .wrapper .item .telefone {
    background-image: url("../images/theme/telefone.svg");
  }
  /* line 2151, ../scss/styles/_large.sass */
  .overlay .wrapper .item .telefone a {
    display: block;
    color: white;
  }
  /* line 2155, ../scss/styles/_large.sass */
  .overlay .wrapper .item .morada {
    background-image: url("../images/theme/morada.svg");
    padding: 120px 0.5em 0em 0.5em;
  }
  /* line 2159, ../scss/styles/_large.sass */
  .overlay .wrapper .item .email {
    background-image: url("../images/theme/email.svg");
  }
  /* line 2162, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter {
    width: 100%;
    margin-top: 4em;
    float: right;
  }
  /* line 2167, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form {
    width: 400px;
    margin: auto;
  }
  /* line 2171, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-wrapper {
    display: none;
  }
  /* line 2174, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    display: block;
    width: 100%;
  }
  /* line 2178, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .form-item {
    margin: 0px;
  }
  /* line 2181, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form label {
    display: none;
  }
  /* line 2184, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"] {
    height: 45px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 4px;
  }
  /* line 2195, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:focus, .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:hover {
    -moz-box-shadow: 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
  }
  /* line 2198, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2202, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-moz-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2206, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-ms-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2210, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form button {
    display: block;
    margin: auto;
  }
  /* line 2214, ../scss/styles/_large.sass */
  .overlay .wrapper .newsletter .block-title {
    text-align: center;
    color: white;
  }
}
/* line 2219, ../scss/styles/_large.sass */
#node-27 .links, #node-16 .links {
  display: none;
}

/* line 2222, ../scss/styles/_large.sass */
.modal {
  max-width: 570px;
  max-height: 570px;
  margin: auto auto;
  margin-top: 90px;
  padding: 20px;
  overflow: hidden;
}
/* line 2232, ../scss/styles/_large.sass */
.modal .block {
  max-width: 520px;
  max-height: 520px;
  margin: 25px;
}

/* line 2237, ../scss/styles/_large.sass */
.mfp-close {
  float: right;
}

@media screen and (min-width: 799px) and (max-width: 1281px) {
  /* line 5, ../scss/styles/_medium.sass */
  * {
    -moz-transition: height 300ms linear;
    -o-transition: height 300ms linear;
    -webkit-transition: height 300ms linear;
    transition: height 300ms linear;
  }

  /* line 8, ../scss/styles/_medium.sass */
  html, body {
    height: auto;
  }
  /* line 11, ../scss/styles/_medium.sass */
  html .page-wrapper, body .page-wrapper {
    display: block;
    position: relative;
    min-height: 100%;
    margin-bottom: -300px;
  }
  /* line 17, ../scss/styles/_medium.sass */
  html .page-wrapper:after, body .page-wrapper:after {
    content: "";
    display: block;
    height: 300px;
  }

  /* line 23, ../scss/styles/_medium.sass */
  .default {
    height: auto;
    overflow: auto;
    padding-top: 135px;
    padding-bottom: 135px;
  }

  /* line 29, ../scss/styles/_medium.sass */
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="file"],
  input[type="checkbox"],
  input[type="radio"] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
  }

  /* line 48, ../scss/styles/_medium.sass */
  input, input:focus, input:active {
    border: 0px none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  /* line 53, ../scss/styles/_medium.sass */
  button, .button, .button.secondary, .button.radius {
    border: 2px solid white;
    box-shadow: none;
    background-color: transparent;
    color: white;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 61, ../scss/styles/_medium.sass */
  button:hover, .button:hover, .button.secondary:hover, .button.radius:hover {
    box-shadow: none;
    background-color: white;
    color: black;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 68, ../scss/styles/_medium.sass */
  button:focus, .button:focus, .button.secondary:focus, .button.radius:focus {
    box-shadow: none;
    background-color: white;
    color: black;
    outline: none;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 76, ../scss/styles/_medium.sass */
  .reveal-modal {
    padding: 0px;
    border: 0px none;
    box-shadow: 0px 0px 0px 2500px rgba(0, 0, 0, 0.5);
  }
  /* line 81, ../scss/styles/_medium.sass */
  .reveal-modal .alert-box {
    padding: 1em;
    background-color: #e2df04;
    border: 0px none;
  }
  /* line 86, ../scss/styles/_medium.sass */
  .reveal-modal .alert-box ul {
    margin: 0px;
    color: black;
  }
  /* line 90, ../scss/styles/_medium.sass */
  .reveal-modal .close-reveal-modal {
    color: black;
    cursor: pointer;
  }

  /* line 95, ../scss/styles/_medium.sass */
  #sliding-popup.sliding-popup-top {
    height: auto !important;
    padding: 15px 0px;
    background-color: #00caca;
  }
  /* line 103, ../scss/styles/_medium.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button,
  #sliding-popup.sliding-popup-top #popup-text button {
    margin: 3px 5px 3px 0px;
    padding: 8px 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #00caca;
    text-shadow: none;
    color: white;
    font-family: "thin";
    font-weight: normal;
    border: 2px solid white;
  }
  /* line 114, ../scss/styles/_medium.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button strong,
  #sliding-popup.sliding-popup-top #popup-text button strong {
    font-family: "bold";
  }
  /* line 117, ../scss/styles/_medium.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button:hover,
  #sliding-popup.sliding-popup-top #popup-text button:hover {
    background: white;
    color: #00caca;
    border: 2px solid #00caca;
  }

  /* line 124, ../scss/styles/_medium.sass */
  .tab-bar-preto, .tab-bar-branco {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 13px 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: black;
    z-index: 200;
    overflow: hidden;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
  }
  /* line 136, ../scss/styles/_medium.sass */
  .tab-bar-preto .logotipo, .tab-bar-branco .logotipo {
    width: 100px;
    height: auto;
  }
  /* line 140, ../scss/styles/_medium.sass */
  .tab-bar-preto .middle-menu-section, .tab-bar-branco .middle-menu-section {
    display: block;
  }
  /* line 143, ../scss/styles/_medium.sass */
  .tab-bar-preto .middle-menu-section .menu, .tab-bar-branco .middle-menu-section .menu {
    margin: 0px;
  }
  /* line 146, ../scss/styles/_medium.sass */
  .tab-bar-preto .middle-menu-section .menu li, .tab-bar-branco .middle-menu-section .menu li {
    width: 11%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  /* line 152, ../scss/styles/_medium.sass */
  .tab-bar-preto .middle-menu-section .menu li a, .tab-bar-branco .middle-menu-section .menu li a {
    text-transform: uppercase;
    color: white;
  }
  /* line 156, ../scss/styles/_medium.sass */
  .tab-bar-preto .middle-menu-section .menu li span, .tab-bar-preto .middle-menu-section .menu li span:hover, .tab-bar-branco .middle-menu-section .menu li span, .tab-bar-branco .middle-menu-section .menu li span:hover {
    text-transform: uppercase;
    color: white;
    cursor: pointer;
  }
  /* line 161, ../scss/styles/_medium.sass */
  .tab-bar-preto .middle-menu-section .menu li:nth-child(4), .tab-bar-branco .middle-menu-section .menu li:nth-child(4) {
    width: 30%;
  }
  /* line 165, ../scss/styles/_medium.sass */
  .tab-bar-preto .middle-menu-section .menu .logotipo, .tab-bar-branco .middle-menu-section .menu .logotipo {
    display: none;
  }
  /* line 168, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger, .tab-bar-branco .hamburger {
    display: inline-block;
    position: relative;
  }
  /* line 172, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .trigger-overlay, .tab-bar-branco .hamburger .trigger-overlay {
    width: 50px;
    height: 50px;
    padding: 10pt;
    float: right;
  }
  /* line 178, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .nav-icon, .tab-bar-branco .hamburger .nav-icon {
    width: 30px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transition 0.5s ease-in-out;
    -o-transition: -o-transition 0.5s ease-in-out;
    transition: transition 0.5s ease-in-out;
    cursor: pointer;
  }
  /* line 193, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .nav-icon span, .tab-bar-branco .hamburger .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s ease-in-out, background 200ms;
    -moz-transition: -moz-transform 0.25s ease-in-out, background 200ms;
    -o-transition: -o-transform 0.25s ease-in-out, background 200ms;
    transition: transform 0.25s ease-in-out, background 200ms;
  }
  /* line 211, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .nav-icon span:nth-child(1), .tab-bar-branco .hamburger .nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  /* line 219, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .nav-icon span:nth-child(2), .tab-bar-branco .hamburger .nav-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  /* line 227, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .nav-icon span:nth-child(3), .tab-bar-branco .hamburger .nav-icon span:nth-child(3) {
    top: 21px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  /* line 235, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .nav-icon.nav-open span:nth-child(1), .tab-bar-branco .hamburger .nav-icon.nav-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
  }
  /* line 244, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .nav-icon.nav-open span:nth-child(2), .tab-bar-branco .hamburger .nav-icon.nav-open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  /* line 249, ../scss/styles/_medium.sass */
  .tab-bar-preto .hamburger .nav-icon.nav-open span:nth-child(3), .tab-bar-branco .hamburger .nav-icon.nav-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 0px;
  }

  /* line 259, ../scss/styles/_medium.sass */
  .maintenance-page {
    text-align: center;
  }
  /* line 262, ../scss/styles/_medium.sass */
  .maintenance-page .logo {
    width: 100%;
    height: 100vh;
    padding-top: 22%;
    background-image: url("../images/maintenance-background.jpg");
    background-size: cover;
    background-position: 50% 100%;
  }
  /* line 270, ../scss/styles/_medium.sass */
  .maintenance-page .logo h1, .maintenance-page .logo h3 {
    color: white;
  }

  /* line 274, ../scss/styles/_medium.sass */
  .slide-out-div {
    padding: 20px;
    width: 250px;
    height: 415px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
    top: 150px;
    -moz-transition: left 500ms ease-in-out;
    -o-transition: left 500ms ease-in-out;
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  /* line 283, ../scss/styles/_medium.sass */
  .slide-out-div .mybookings {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    padding: 0.5em 0em;
    background-image: url("../images/theme/bookmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    text-align: right;
  }
  /* line 295, ../scss/styles/_medium.sass */
  .slide-out-div .handle {
    width: 150px;
    padding: 10px 0px;
    top: 53px !important;
    right: -96px !important;
    opacity: 1;
    text-align: center;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: opacity 500ms linear 500ms;
    -o-transition: opacity 500ms linear 500ms;
    -webkit-transition: opacity 500ms linear;
    -webkit-transition-delay: 500ms;
    transition: opacity 500ms linear 500ms;
  }
  /* line 308, ../scss/styles/_medium.sass */
  .slide-out-div .block-rooms-booking-manager {
    margin-bottom: 2em;
  }
  /* line 311, ../scss/styles/_medium.sass */
  .slide-out-div .block-rooms-booking-manager .block-title {
    display: none;
  }
  /* line 315, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .rooms-date-range {
    margin: 0.5em 0em 0em;
  }
  /* line 318, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    overflow: auto;
  }
  /* line 326, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 332, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date {
    width: 100%;
    margin: 0px 0px 10px;
  }
  /* line 336, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date input {
    width: 100%;
    height: 40px;
  }
  /* line 340, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date .error {
    background-color: white;
  }
  /* line 343, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .end-date {
    width: 100%;
    margin: 0px;
    margin: 0px 0px 10px;
  }
  /* line 348, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .end-date input {
    width: 100%;
    height: 40px;
  }
  /* line 352, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .end-date .error {
    background-color: white;
  }
  /* line 355, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item {
    width: 100%;
    margin: 0px;
  }
  /* line 359, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item select {
    height: 40px;
    background-color: white;
    border: 0px none;
  }
  /* line 364, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item .error {
    background-color: white;
  }
  /* line 367, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-item {
    width: 100%;
    margin: 0px;
  }
  /* line 371, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-item label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 377, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-item select {
    height: 40px;
    background-color: white;
    border: 0px none;
  }
  /* line 382, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form .form-item-unit-type {
    display: none;
  }
  /* line 385, ../scss/styles/_medium.sass */
  .slide-out-div .rooms-management-form button {
    margin: 1em 0em 0em;
  }

  /* line 390, ../scss/styles/_medium.sass */
  .open .handle {
    opacity: 0;
    -moz-transition: opacity 100ms linear 50ms;
    -o-transition: opacity 100ms linear 50ms;
    -webkit-transition: opacity 100ms linear;
    -webkit-transition-delay: 50ms;
    transition: opacity 100ms linear 50ms;
  }

  /* line 396, ../scss/styles/_medium.sass */
  #ui-datepicker-div {
    padding: 0px;
    border: 1px solid black;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: white;
    z-index: 1000 !important;
  }
  /* line 403, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header {
    background: black;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 407, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    width: 27px;
    height: 27px;
    background-color: transparent;
    opacity: 1;
    top: 2px;
    left: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 416, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
    background-image: url("../images/theme/setas-calendario.svg");
    background-position: -20% 50%;
    background-size: auto 50%;
    cursor: pointer;
  }
  /* line 422, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
    width: 27px;
    height: 27px;
    background-color: transparent;
    opacity: 1;
    top: 2px;
    left: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 431, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    width: 27px;
    height: 27px;
    background-color: transparent;
    top: 2px;
    right: 2px;
    opacity: 1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 440, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
    background-image: url("../images/theme/setas-calendario.svg");
    background-position: 120% 50%;
    background-size: auto 50%;
    cursor: pointer;
  }
  /* line 446, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
    width: 27px;
    height: 27px;
    background-color: transparent;
    top: 2px;
    right: 2px;
    opacity: 1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 455, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 458, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
    background: white;
  }
  /* line 461, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    color: white;
  }
  /* line 464, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover {
    background: transparent;
    opacity: 1;
    border: 0px transparent;
  }
  /* line 469, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover .ui-datepicker-month {
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 473, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover .ui-datepicker-year {
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 477, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0px;
  }
  /* line 481, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr {
    height: 30px;
  }
  /* line 483, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
    background: white;
    opacity: 1;
  }
  /* line 487, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td span, #ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
    border: 0px transparent;
    background: white;
    text-align: center;
  }
  /* line 492, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable {
    background: white;
    opacity: 1;
  }
  /* line 496, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable a, #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable span {
    color: lightgray;
  }
  /* line 499, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-today {
    background: white;
    opacity: 1;
  }
  /* line 502, ../scss/styles/_medium.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-today a {
    font-weight: 700;
  }

  /* line 514, ../scss/styles/_medium.sass */
  .page-wrapper {
    position: relative;
    display: block;
  }
  /* line 518, ../scss/styles/_medium.sass */
  .page-wrapper .front {
    display: block;
    position: relative;
    width: 100%;
    height: 1040px !important;
    padding-top: 120px;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 527, ../scss/styles/_medium.sass */
  .page-wrapper .front .front-titulo {
    padding-top: 200px;
  }
  /* line 530, ../scss/styles/_medium.sass */
  .page-wrapper .front .front-titulo h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 4em;
    color: white;
  }
  /* line 536, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao {
    display: block;
    position: relative;
  }
  /* line 540, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container {
    display: block;
    position: relative;
    margin: 0px;
    border: 0px none;
  }
  /* line 546, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view {
    display: block;
    position: relative;
    height: auto !important;
    margin: 0px;
    padding: 0px;
    border: 0px none;
  }
  /* line 554, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only {
    width: 100%;
    height: 640px !important;
  }
  /* line 558, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section {
    width: 100%;
    height: 640px !important;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 564, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section .transparency-layer {
    width: 100%;
    height: 640px !important;
  }
  /* line 568, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section .transparency-layer .texto-wrapper {
    width: 100%;
    height: 640px !important;
  }
  /* line 573, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section .transparency-layer .texto-wrapper .titulo-wrapper h2 {
    display: none;
  }
  /* line 576, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text, .page-wrapper .coleccao .field-collection-container .field-collection-view .text, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text {
    width: 100%;
    height: auto !important;
    display: block;
    position: relative;
    overflow-y: auto;
    z-index: 2;
  }
  /* line 584, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section {
    display: block;
    position: relative;
    height: auto !important;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 8em 0em;
    z-index: 2;
  }
  /* line 593, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .transparency-layer, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .transparency-layer, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .transparency-layer {
    width: 100%;
    height: auto !important;
  }
  /* line 597, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper {
    min-height: 720px;
    max-height: 775px;
    background-image: url("../images/theme/001shape.svg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* line 605, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .titulo-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .titulo-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .titulo-wrapper {
    padding: 11em 0em 2em 0em;
    text-align: center;
    color: white;
  }
  /* line 610, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo {
    font-size: 2em;
    color: white;
    font-family: "Lato";
  }
  /* line 615, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .field-name-field-texto, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .field-name-field-texto, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .field-name-field-texto {
    max-width: 420px;
    padding: 2% 1% 8% 1%;
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    color: white;
  }
  /* line 623, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .field-name-field-texto p, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .field-name-field-texto p, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .field-name-field-texto p {
    line-height: 1.5em;
    color: white;
  }
  /* line 627, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view-links {
    display: none;
  }
  /* line 630, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add {
    display: block;
    position: absolute;
    margin: 0px;
    right: 6px;
    bottom: 11px;
  }
  /* line 637, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add li {
    list-style: none;
  }
  /* line 640, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add li a {
    color: white;
  }

  /* line 646, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .block-title {
    display: none;
  }
  /* line 651, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider {
    margin: 0px;
    border: 0px none;
  }
  /* line 656, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .slides .imagem, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .slides .imagem {
    height: 100vh;
    width: auto;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 664, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 668, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-prev::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 674, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-prev::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 677, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 681, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 15% 0% 3% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 690, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    position: relative;
  }
  /* line 696, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 702, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a.flex-active, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 708, ../scss/styles/_medium.sass */
  .page-wrapper .slider-quartos .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a.flex-active::before, .page-wrapper .slider-quartos .view-slider-quartos .view-content .flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 719, ../scss/styles/_medium.sass */
  .page-wrapper .quarto {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
  }
  /* line 726, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente {
    display: block;
    position: relative;
    padding: 5em 0em 2em 0em;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 733, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .page-title {
    color: white;
    text-align: center;
    margin-bottom: 1em;
    font-size: 3em;
  }
  /* line 739, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .texto {
    overflow: auto;
  }
  /* line 742, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .texto p {
    color: white !important;
    font-size: 1em !important;
    line-height: 22px !important;
    font-family: "Lato" !important;
    font-weight: 300;
  }
  /* line 749, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .service-links {
    margin-bottom: 3em;
    text-align: center;
  }
  /* line 753, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .service-links .service-label {
    color: white;
  }
  /* line 756, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .service-links ul {
    text-align: center;
  }
  /* line 759, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 765, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 777, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 781, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a:hover, .page-wrapper .quarto .gradiente .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 788, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .service-links ul .service-links-forward a:hover, .page-wrapper .quarto .gradiente .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 794, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .icones {
    display: block;
    position: relative;
  }
  /* line 798, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha, .page-wrapper .quarto .gradiente .icones .roteiros, .page-wrapper .quarto .gradiente .icones .piscina, .page-wrapper .quarto .gradiente .icones .sala {
    display: block;
    position: relative;
    width: 160px;
    height: 160px;
    margin: 2em auto 0em;
    border: 2px solid white;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    overflow-y: hidden;
    z-index: 2;
  }
  /* line 811, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha span, .page-wrapper .quarto .gradiente .icones .roteiros span, .page-wrapper .quarto .gradiente .icones .piscina span, .page-wrapper .quarto .gradiente .icones .sala span {
    display: inline-block;
    position: relative;
    padding-top: 130px;
    text-transform: uppercase;
    color: white;
    z-index: 2;
  }
  /* line 819, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha {
    background-image: url(../images/icon-cozinha.svg);
  }
  /* line 822, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .icones .roteiros {
    background-image: url(../images/icon-roteiros.svg);
  }
  /* line 825, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .icones .piscina {
    background-image: url(../images/icon-piscina.svg);
  }
  /* line 828, ../scss/styles/_medium.sass */
  .page-wrapper .quarto .gradiente .icones .sala {
    background-image: url(../images/tv.svg);
  }
  /* line 831, ../scss/styles/_medium.sass */
  .page-wrapper .quarto table {
    background-color: transparent;
    border: 0px transparent;
  }
  /* line 835, ../scss/styles/_medium.sass */
  .page-wrapper .quarto table tr {
    background-color: transparent;
  }
  /* line 838, ../scss/styles/_medium.sass */
  .page-wrapper .quarto table tr td {
    color: white;
  }
  /* line 841, ../scss/styles/_medium.sass */
  .page-wrapper .quarto table tr td:nth-child(1) {
    text-align: right;
  }
  /* line 844, ../scss/styles/_medium.sass */
  .page-wrapper .quarto table tr td:nth-child(2) {
    text-align: left;
  }

  /* line 850, ../scss/styles/_medium.sass */
  #features-cozinha, #features-sala, #features-casa {
    width: 50%;
    margin-left: -25%;
    padding: 2em 0em;
    border: 1px solid white;
    background-color: black;
  }
  /* line 857, ../scss/styles/_medium.sass */
  #features-cozinha .block-title, #features-sala .block-title, #features-casa .block-title {
    text-align: center;
    color: white;
    margin-bottom: 1em;
  }
  /* line 862, ../scss/styles/_medium.sass */
  #features-cozinha table, #features-sala table, #features-casa table {
    background-color: transparent;
    border: 0px transparent;
  }
  /* line 866, ../scss/styles/_medium.sass */
  #features-cozinha table tr, #features-sala table tr, #features-casa table tr {
    background-color: transparent;
  }
  /* line 869, ../scss/styles/_medium.sass */
  #features-cozinha table tr td, #features-sala table tr td, #features-casa table tr td {
    color: white;
  }
  /* line 872, ../scss/styles/_medium.sass */
  #features-cozinha table tr td:nth-child(1), #features-sala table tr td:nth-child(1), #features-casa table tr td:nth-child(1) {
    text-align: right;
  }
  /* line 875, ../scss/styles/_medium.sass */
  #features-cozinha table tr td:nth-child(2), #features-sala table tr td:nth-child(2), #features-casa table tr td:nth-child(2) {
    text-align: left;
  }
  /* line 878, ../scss/styles/_medium.sass */
  #features-cozinha h5, #features-sala h5, #features-casa h5 {
    color: white;
    font-size: 0.7em;
  }

  /* line 883, ../scss/styles/_medium.sass */
  .page-wrapper {
    position: relative;
    display: block;
  }
  /* line 887, ../scss/styles/_medium.sass */
  .page-wrapper .casa {
    display: block;
    position: relative;
  }
  /* line 891, ../scss/styles/_medium.sass */
  .page-wrapper .casa .fullscreen {
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 897, ../scss/styles/_medium.sass */
  .page-wrapper .casa .fullscreen .gradiente {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10% 0% 5% 0%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 905, ../scss/styles/_medium.sass */
  .page-wrapper .casa .fullscreen .gradiente span {
    display: block;
    text-align: center;
    color: white;
    font-size: 3em;
  }
  /* line 911, ../scss/styles/_medium.sass */
  .page-wrapper .casa .fullscreen .gradiente a {
    display: block;
    width: 175px;
    margin: 1em auto 0em;
  }
  /* line 916, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao {
    width: 100%;
    padding: 2em 0em;
    height: auto;
    overflow: auto;
    background-color: black;
  }
  /* line 923, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .page-title {
    color: white;
    text-align: center;
    font-size: 2em;
  }
  /* line 928, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .page-subtitle {
    color: white;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
  /* line 934, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .texto {
    padding: 2em 0em;
    text-align: center;
    color: white;
    font-size: 1em;
  }
  /* line 940, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .service-links {
    margin-bottom: 3em;
    text-align: center;
  }
  /* line 944, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .service-links .service-label {
    color: white;
  }
  /* line 947, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .service-links ul {
    text-align: center;
  }
  /* line 950, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 956, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 968, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 972, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .service-links ul li a:hover, .page-wrapper .casa .descricao .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 979, ../scss/styles/_medium.sass */
  .page-wrapper .casa .descricao .service-links ul .service-links-forward a:hover, .page-wrapper .casa .descricao .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 985, ../scss/styles/_medium.sass */
  .page-wrapper .trigger-reserva-especial {
    display: inline-block;
    position: relative;
    color: white;
    border: 1px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 995, ../scss/styles/_medium.sass */
  .page-wrapper .trigger-reserva-especial:hover, .page-wrapper .trigger-reserva-especial:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 1000, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao {
    display: block;
    position: relative;
  }
  /* line 1004, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content {
    display: block;
    position: relative;
  }
  /* line 1009, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider {
    margin: 0px;
    border: 0px none;
  }
  /* line 1013, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 1017, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 1023, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 1026, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 1030, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 20% 0% 0% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 1039, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0px 5px 20px 5px;
    background: transparent;
    position: relative;
  }
  /* line 1045, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 1051, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 1057, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 1068, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-titulo {
    display: block;
    position: relative;
    padding: 5em 0em 2em 0em;
    text-align: center;
    color: white;
    font-size: 2em;
    z-index: 1;
    background-color: black;
  }
  /* line 1078, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-texto-casa {
    display: block;
    position: relative;
    padding: 0em 0em 7em 0em;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    z-index: 1;
    background-color: black;
    text-align: center;
  }
  /* line 1090, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .content .field-name-field-admin-propriedades {
    display: none;
  }
  /* line 1093, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .exterior {
    background-color: black;
  }
  /* line 1096, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .cozinha {
    background-color: black;
  }
  /* line 1099, ../scss/styles/_medium.sass */
  .page-wrapper .coleccao .decoracao {
    background-color: black;
  }

  /* line 1104, ../scss/styles/_medium.sass */
  .quartos .imagem {
    display: block;
    position: relative;
    float: right;
    width: 33.33%;
    height: 100%;
    background-position: 50% 50%;
  }
  /* line 1112, ../scss/styles/_medium.sass */
  .quartos .imagem .opacity {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: background-color 300ms ease-out 100ms;
    -o-transition: background-color 300ms ease-out 100ms;
    -webkit-transition: background-color 300ms ease-out;
    -webkit-transition-delay: 100ms;
    transition: background-color 300ms ease-out 100ms;
  }
  /* line 1120, ../scss/styles/_medium.sass */
  .quartos .imagem .opacity .texto-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 45%;
    opacity: 1;
  }
  /* line 1128, ../scss/styles/_medium.sass */
  .quartos .imagem .opacity .texto-wrapper .texto {
    display: block;
    position: relative;
    width: 250px;
    padding: 1em 0.2em;
    margin: auto;
    border: 2px solid white;
    font-size: 1.7em;
    font-family: "Lato";
    text-transform: uppercase;
    text-align: center;
    color: white;
  }
  /* line 1141, ../scss/styles/_medium.sass */
  .quartos .imagem .opacity:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -moz-transition: background-color 300ms ease-in 0ms;
    -o-transition: background-color 300ms ease-in 0ms;
    -webkit-transition: background-color 300ms ease-in;
    -webkit-transition-delay: 0ms;
    transition: background-color 300ms ease-in 0ms;
  }
  /* line 1145, ../scss/styles/_medium.sass */
  .quartos .aire {
    background-image: url("../images/suite-serra-daire.jpg");
  }
  /* line 1148, ../scss/styles/_medium.sass */
  .quartos .antonio {
    background-image: url("../images/suite-serra-de-santo-antonio.jpg");
  }
  /* line 1151, ../scss/styles/_medium.sass */
  .quartos .candeeiros {
    background-image: url("../images/suite-serra-dos-cadeeiros.jpg");
  }

  /* line 1156, ../scss/styles/_medium.sass */
  footer {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 1161, ../scss/styles/_medium.sass */
  footer .footer-top {
    display: block;
    position: relative;
    width: 100%;
    height: 300px;
  }
  /* line 1167, ../scss/styles/_medium.sass */
  footer .footer-top .mapa {
    display: block;
    position: absolute;
    width: 75%;
    height: 300px;
    right: 0px;
  }
  /* line 1174, ../scss/styles/_medium.sass */
  footer .footer-top .footer-shape {
    display: block;
    position: absolute;
    width: 178px;
    height: 300px;
    left: 29.9%;
    background-image: url("../images/theme/shape-footer.svg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
  }
  /* line 1185, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper {
    display: block;
    position: absolute;
    width: 30%;
    height: 300px;
    padding: 10px 0px;
    left: 0px;
    background-color: black;
  }
  /* line 1194, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info {
    height: auto;
  }
  /* line 1197, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .logotipo {
    display: block;
    position: relative;
    height: 75px;
    opacity: 0.4;
    margin: 10px 0px;
    background-image: url("../images/logo-casa-da-serra.svg");
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: contain;
  }
  /* line 1208, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .morada-contatos {
    color: white;
  }
  /* line 1211, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .morada-contatos span {
    display: block;
    max-width: 256px;
    opacity: 0.6;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  /* line 1218, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .morada-contatos span a {
    color: white;
    opacity: 0.6;
  }
  /* line 1223, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .morada-contatos span a:hover {
    color: white;
    opacity: 1;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  /* line 1228, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .morada-contatos .small-font {
    font-size: 0.8em;
  }
  /* line 1231, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper {
    display: block;
    position: relative;
    height: 20px;
    margin-top: 8px;
  }
  /* line 1237, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks {
    width: 265px;
    margin-left: 0.3em;
  }
  /* line 1241, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 2px;
    opacity: 0.4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  /* line 1252, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter {
    background-image: url("../images/theme/twitter.svg");
  }
  /* line 1254, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook {
    background-image: url("../images/theme/facebook.svg");
  }
  /* line 1256, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube {
    background-image: url("../images/theme/youtube.svg");
  }
  /* line 1258, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram {
    background-image: url("../images/theme/instagram.svg");
  }
  /* line 1261, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram:hover {
    opacity: 1;
  }
  /* line 1264, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes {
    margin: 0.7em 0em 0em 0.5em;
    color: gray;
    font-size: 0.8em;
  }
  /* line 1269, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes a {
    opacity: 0.7;
    color: white;
    font-weight: 700;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
  }
  /* line 1275, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes a:hover {
    opacity: 1;
    color: white;
  }
  /* line 1279, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .powered {
    margin-top: 0.7em;
    opacity: 0.7;
    color: white;
  }
  /* line 1284, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .powered span {
    display: block;
    height: 17px;
    font-size: 0.7em;
  }
  /* line 1289, ../scss/styles/_medium.sass */
  footer .footer-top .info-wrapper .info .powered a {
    display: block;
    width: 133px;
    height: 12px;
    background-image: url("../images/logo_digital.svg");
    background-repeat: no-repeat;
  }

  /* line 1296, ../scss/styles/_medium.sass */
  .rooms-search-result__unit-type-name, .rooms-current-search__units, .form-item-rooms {
    display: none;
  }

  /* line 1302, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin {
    background-image: url("../images/login.jpg");
    background-position: 50% 50%;
    background-size: cover;
    padding: 18em 0em;
    overflow-y: auto;
  }
  /* line 1309, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
  }
  /* line 1315, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .page-title {
    color: white;
  }
  /* line 1318, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified {
    padding: 5em 0em;
  }
  /* line 1321, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-message {
    color: white;
  }
  /* line 1324, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-links {
    display: none;
  }
  /* line 1328, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form span {
    color: white;
    border-bottom: none;
    font-size: 1em;
    font-family: "Lato";
    font-weight: normal;
  }
  /* line 1335, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form a {
    color: white;
    position: absolute;
    top: 60%;
    right: 3%;
    font-size: 1em;
    font-family: "Lato";
  }
  /* line 1343, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form label {
    color: white;
    font-size: 1em;
    font-family: "Lato";
  }
  /* line 1349, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table {
    background: none;
    border: none;
  }
  /* line 1353, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1356, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr {
    background: none;
    border: none;
  }
  /* line 1360, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr td, .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr th {
    color: white;
    border: none;
  }
  /* line 1364, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tbody {
    text-align: left;
  }
  /* line 1367, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field {
    color: white;
    margin-bottom: 1em;
  }
  /* line 1371, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field-name-commerce-line-items {
    margin-bottom: 0em;
  }
  /* line 1374, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field-name-commerce-customer-billing {
    float: left;
    text-align: left;
  }
  /* line 1378, ../scss/styles/_medium.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field-name-commerce-customer-shipping {
    float: right;
    text-align: right;
  }

  /* line 1385, ../scss/styles/_medium.sass */
  .page-wrapper .ajax-progress {
    display: none;
  }
  /* line 1388, ../scss/styles/_medium.sass */
  .page-wrapper .booking {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: scroll;
  }
  /* line 1393, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper {
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 1000px;
    overflow: auto;
  }
  /* line 1399, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container {
    text-align: center;
  }
  /* line 1402, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1406, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos h2 {
    color: white;
    font-weight: bold;
    text-align: center;
  }
  /* line 1411, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos span {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1417, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1423, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form {
    margin-bottom: 0px;
  }
  /* line 1426, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form select {
    background-color: white;
    border: 0px none;
    height: 32px;
  }
  /* line 1431, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form fieldset {
    border-top: 1px solid white;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    margin-bottom: 5em;
  }
  /* line 1438, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form fieldset legend {
    text-align: center;
  }
  /* line 1441, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos input {
    background-color: white;
  }
  /* line 1444, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form {
    width: 240px;
    margin: auto;
    text-align: center;
  }
  /* line 1449, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form #edit-submit {
    margin-top: 10px;
  }
  /* line 1452, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-item-unit-type {
    display: none;
  }
  /* line 1455, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-item, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .rooms-date-range, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-text, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form #edit-group-size-adults1 {
    margin: 1em 0em;
    width: 240px;
  }
  /* line 1459, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info {
    width: 70%;
    margin-left: 15%;
    border-top: 1px solid white;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    margin-bottom: 3em;
  }
  /* line 1468, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info legend {
    background: none;
    text-align: center;
  }
  /* line 1472, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info legend .fieldset-legend {
    color: white;
    font-weight: bold;
  }
  /* line 1476, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .form-item {
    margin: 1em 0em;
  }
  /* line 1479, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__arrival {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1483, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__departure {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1487, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__nights {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1491, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info button {
    display: block;
    float: none;
    margin: auto;
  }
  /* line 1497, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__new-price {
    margin-top: 1.2em;
  }
  /* line 1500, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__new-price label {
    font-weight: bold;
  }
  /* line 1503, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos input[type=checkbox] {
    margin-bottom: 0px;
  }
  /* line 1506, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type {
    display: inline;
    position: relative;
  }
  /* line 1510, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_1, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_2, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_3 {
    display: inline-block;
    position: relative;
    width: 31%;
    height: 500px;
    margin: 2em 1% 0em;
    overflow-y: hidden;
    vertical-align: middle;
  }
  /* line 1519, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 {
    display: block;
    position: relative;
    width: 97%;
    height: 300px;
    margin: 2em 1% 0em;
    overflow-y: hidden;
    vertical-align: middle;
  }
  /* line 1528, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_1 {
    background-image: url("../images/suite-serra-de-santo-antonio.jpg");
    background-position: 50% 50%;
  }
  /* line 1532, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_2 {
    background-image: url("../images/suite-serra-dos-cadeeiros.jpg");
    background-position: 50% 50%;
  }
  /* line 1536, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_3 {
    background-image: url("../images/suite-serra-daire.jpg");
    background-position: 50% 50%;
  }
  /* line 1540, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 {
    background-image: url("../images/img_5872.jpg");
    background-position: 50% 50%;
  }
  /* line 1544, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type button {
    margin: 1em 0px 0px 0px;
  }
  /* line 1547, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__new-price {
    display: none;
  }
  /* line 1550, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded {
    height: 500px;
    padding: 0em;
    border-bottom: 0px none;
  }
  /* line 1555, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form {
    -moz-transform: translateY(410px);
    -ms-transform: translateY(410px);
    -webkit-transform: translateY(410px);
    transform: translateY(410px);
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: -moz-transform 500ms ease-in-out 100ms;
    -o-transition: -o-transform 500ms ease-in-out 100ms;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 100ms;
    transition: transform 500ms ease-in-out 100ms;
  }
  /* line 1560, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit {
    padding: 1em 0em 2em 0em;
  }
  /* line 1564, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit .content .field-name-rooms-booking-unit-options {
    display: none;
  }
  /* line 1567, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form {
    padding: 0em 1em 250px 1em;
    text-align: center;
  }
  /* line 1572, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form .rooms-search-result__unit-base-price label {
    display: block;
  }
  /* line 1575, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form .rooms-search-result__unit-base-price .rooms-search-result__base-price-amount {
    font-size: 24px;
    font-weight: 700;
  }
  /* line 1580, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 .entity-rooms-unit, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 .rooms-book-unit-form {
    -moz-transform: translateY(220px);
    -ms-transform: translateY(220px);
    -webkit-transform: translateY(220px);
    transform: translateY(220px);
  }
  /* line 1584, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded:hover > .entity-rooms-unit {
    -moz-transform: translateY(180px);
    -ms-transform: translateY(180px);
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
    -moz-transition: -moz-transform 500ms ease-in-out 0s;
    -o-transition: -o-transform 500ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease-in-out 0s;
  }
  /* line 1588, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded:hover > .rooms-book-unit-form {
    -moz-transform: translateY(180px);
    -ms-transform: translateY(180px);
    -webkit-transform: translateY(180px);
    transform: translateY(180px);
    -moz-transition: -moz-transform 500ms ease-in-out 0s;
    -o-transition: -o-transform 500ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease-in-out 0s;
  }
  /* line 1593, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4:hover > .entity-rooms-unit {
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -moz-transition: -moz-transform 500ms ease-in-out 0s;
    -o-transition: -o-transform 500ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease-in-out 0s;
  }
  /* line 1597, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4:hover > .rooms-book-unit-form {
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    -moz-transition: -moz-transform 500ms ease-in-out 0s;
    -o-transition: -o-transform 500ms ease-in-out 0s;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    -webkit-transition-delay: 0s;
    transition: transform 500ms ease-in-out 0s;
  }
  /* line 1601, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial {
    display: inline-block;
    position: relative;
    color: white;
    border: 1px solid white;
    padding: 1em 1em;
    margin-top: 5em;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 1611, ../scss/styles/_medium.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial:hover, .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 1616, ../scss/styles/_medium.sass */
  #reserva-especial {
    min-height: 250px;
    margin-top: 2%;
    padding-top: 2em;
    background-color: black;
    border: 1px solid white;
    background-position: 50% 50%;
  }
  /* line 1624, ../scss/styles/_medium.sass */
  #reserva-especial .block-title {
    color: white;
    text-align: center;
    font-weight: bold;
  }
  /* line 1629, ../scss/styles/_medium.sass */
  #reserva-especial label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1635, ../scss/styles/_medium.sass */
  #reserva-especial .error {
    background-color: white;
  }
  /* line 1638, ../scss/styles/_medium.sass */
  #reserva-especial .webform-client-form {
    text-align: center;
  }
  /* line 1642, ../scss/styles/_medium.sass */
  #reserva-especial .webform-client-form .webform-component-date .form-type-select {
    display: none;
  }
  /* line 1645, ../scss/styles/_medium.sass */
  #reserva-especial .webform-client-form .webform-component {
    text-align: center;
  }
  /* line 1649, ../scss/styles/_medium.sass */
  #reserva-especial .webform-client-form .webform-component-select select {
    height: 33px;
    background-color: white;
    font-size: 1em;
    font-family: "Lato";
    font-weight: 300;
  }
  /* line 1656, ../scss/styles/_medium.sass */
  #reserva-especial .webform-client-form .webform-component-textarea {
    width: 100%;
  }
  /* line 1659, ../scss/styles/_medium.sass */
  #reserva-especial .webform-client-form .webform-component-textarea textarea {
    width: 100% !important;
    min-height: 125px;
  }

  /* line 1665, ../scss/styles/_medium.sass */
  .page-wrapper .bookings {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: scroll;
  }
  /* line 1669, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper {
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 1000px;
  }
  /* line 1673, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container {
    padding-top: 5em;
    text-align: center;
  }
  /* line 1677, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container .cart-empty-page {
    color: white;
  }
  /* line 1680, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1683, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table {
    background: none;
    border: none;
  }
  /* line 1687, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1690, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tr {
    background: none;
    border: none;
  }
  /* line 1694, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tr td, .page-wrapper .bookings .content-wrapper .page-title-container table tr th {
    color: white;
    border: none;
  }
  /* line 1698, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody {
    text-align: left;
  }
  /* line 1701, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody .views-field-edit-delete {
    text-align: center;
  }
  /* line 1704, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody .views-field-line-item-label {
    padding: 1em 1em 1em 0em;
  }
  /* line 1708, ../scss/styles/_medium.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody .delete-line-item {
    margin-top: 10px;
  }

  /* line 1715, ../scss/styles/_medium.sass */
  .page-wrapper .checkout {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: scroll;
  }
  /* line 1720, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper {
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 1000px;
  }
  /* line 1725, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container {
    padding-top: 5em;
  }
  /* line 1728, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1731, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container select {
    background-color: white;
    border: 1px solid black;
    max-width: 200px;
    height: 32px;
  }
  /* line 1737, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container fieldset {
    border: 0px none;
    color: white;
  }
  /* line 1741, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container legend {
    background: none;
  }
  /* line 1744, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container label {
    color: white;
  }
  /* line 1747, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container span {
    color: white;
  }
  /* line 1751, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .form-item-customer-profile-billing-commerce-customer-address-und-0-name-line {
    width: 100%;
  }
  /* line 1754, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-name-line, .page-wrapper .checkout .content-wrapper .page-title-container #edit-account-login-mail, .page-wrapper .checkout .content-wrapper .page-title-container .name-block, .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-thoroughfare, .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-premise {
    max-width: 350px;
  }
  /* line 1758, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method {
    margin: 1.5em 0em;
  }
  /* line 1761, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method input {
    vertical-align: middle;
  }
  /* line 1764, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option {
    vertical-align: middle;
  }
  /* line 1767, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icon {
    top: -2px;
  }
  /* line 1771, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icons .label {
    background-color: transparent;
  }
  /* line 1774, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icons .commerce-paypal-icon {
    top: -1px;
  }
  /* line 1777, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #payment-details {
    color: white;
  }
  /* line 1782, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #commerce-checkout-form-complete .checkout-completion-message p {
    color: white;
  }
  /* line 1785, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #commerce-checkout-form-complete .checkout-completion-message p a {
    font-weight: 700;
    color: white;
  }
  /* line 1789, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons {
    border: none;
  }
  /* line 1792, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons button {
    height: 48px;
  }
  /* line 1795, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons .button-operator {
    margin: 0em 1em;
  }
  /* line 1798, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-submit {
    margin-top: 1em;
  }
  /* line 1801, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-cancel {
    color: white;
  }
  /* line 1804, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table {
    background: none;
    border: none;
    width: 100%;
  }
  /* line 1809, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1812, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr {
    background: none;
    border: none;
  }
  /* line 1816, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr td, .page-wrapper .checkout .content-wrapper .page-title-container table tr th {
    color: white;
    border: none;
  }
  /* line 1820, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr .views-field-line-item-label {
    padding: 1em 1em 1em 0em;
  }
  /* line 1823, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr .views-field-commerce-total {
    text-align: right;
  }
  /* line 1826, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-help {
    color: white;
  }
  /* line 1829, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-back {
    color: white;
  }
  /* line 1832, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .error {
    background-color: white;
    margin-bottom: 1em;
  }
  /* line 1837, ../scss/styles/_medium.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .terms_conditions a {
    color: white;
    text-decoration: underline;
  }

  /* line 1844, ../scss/styles/_medium.sass */
  .roteiros .wrapper-row {
    background-color: rgba(0, 0, 0, 0.6);
  }
  /* line 1846, ../scss/styles/_medium.sass */
  .roteiros .wrapper-row .row-roteiro {
    padding: 10em 0em;
  }
  /* line 1850, ../scss/styles/_medium.sass */
  .roteiros .wrapper-row .row-roteiro h2 a {
    color: white;
    font-weight: bold;
  }
  /* line 1854, ../scss/styles/_medium.sass */
  .roteiros .wrapper-row .row-roteiro .row-body {
    font-family: "Lato" !important;
    color: white !important;
    text-size: 1em;
    line-height: 1.5em;
  }
  /* line 1860, ../scss/styles/_medium.sass */
  .roteiros .wrapper-row .row-roteiro span {
    float: right;
    width: 100px;
    margin-top: 1em;
  }
  /* line 1865, ../scss/styles/_medium.sass */
  .roteiros .wrapper-row .row-roteiro span a {
    position: relative;
    display: block;
    color: white;
    border: 1px solid white;
    padding: 10px 0;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 1874, ../scss/styles/_medium.sass */
  .roteiros .wrapper-row .row-roteiro span a:hover, .roteiros .wrapper-row .row-roteiro span a:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 1881, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 1887, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider {
    margin: 0px;
    border: 0px none;
  }
  /* line 1892, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .slides .imagem {
    height: 100vh;
    width: auto;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 1900, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 1904, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 1910, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 1913, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 1917, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 15% 0% 3% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 1926, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    position: relative;
  }
  /* line 1932, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 1938, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 1944, ../scss/styles/_medium.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 1955, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: auto;
  }
  /* line 1963, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente {
    display: block;
    position: relative;
    padding: 7em 0em 2em 0em;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 1970, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .page-title {
    color: white;
    text-align: center;
    margin-bottom: 1em;
    font-size: 3em;
  }
  /* line 1976, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .texto {
    padding: 1em 0em 3em 0em;
  }
  /* line 1978, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .texto p {
    color: white !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: "Lato" !important;
    font-weight: 300;
  }
  /* line 1985, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente span {
    float: right;
    width: 100px;
    margin-top: 1em;
  }
  /* line 1990, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente span a {
    position: relative;
    display: block;
    color: white;
    border: 1px solid white;
    padding: 10px 0;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 1999, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente span a:hover, .page-wrapper .roteiro .gradiente span a:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 2005, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .service-links ul {
    text-align: center;
  }
  /* line 2008, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 2014, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 2026, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 2030, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a:hover, .page-wrapper .roteiro .gradiente .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 2037, ../scss/styles/_medium.sass */
  .page-wrapper .roteiro .gradiente .service-links ul .service-links-forward a:hover, .page-wrapper .roteiro .gradiente .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 2045, ../scss/styles/_medium.sass */
  .overlay {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 7;
  }
  /* line 2055, ../scss/styles/_medium.sass */
  .overlay .overlay-close {
    width: 40px;
    height: 34px;
    position: absolute;
    display: none;
    right: 90px;
    bottom: 70px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
  }

  /* line 2070, ../scss/styles/_medium.sass */
  .overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }

  /* line 2077, ../scss/styles/_medium.sass */
  .overlay .wrapper {
    width: 100%;
  }
  /* line 2080, ../scss/styles/_medium.sass */
  .overlay .wrapper .item {
    padding-right: 0em;
    margin: 0.5em 0em;
    float: right;
  }
  /* line 2085, ../scss/styles/_medium.sass */
  .overlay .wrapper .item .telefone, .overlay .wrapper .item .morada, .overlay .wrapper .item .email {
    display: block;
    position: relative;
    width: 100%;
    height: 32px;
    padding-top: 8px;
    padding-right: 25px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    text-align: right;
    -moz-transform: translateX(16em);
    -ms-transform: translateX(16em);
    -webkit-transform: translateX(16em);
    transform: translateX(16em);
  }
  /* line 2098, ../scss/styles/_medium.sass */
  .overlay .wrapper .item .telefone span, .overlay .wrapper .item .morada span, .overlay .wrapper .item .email span {
    font-size: 0.8em;
    color: white;
  }
  /* line 2102, ../scss/styles/_medium.sass */
  .overlay .wrapper .item .telefone span p, .overlay .wrapper .item .morada span p, .overlay .wrapper .item .email span p {
    display: inline-block;
    line-height: 1em;
    margin: 0px 3px 0px 0px;
  }
  /* line 2107, ../scss/styles/_medium.sass */
  .overlay .wrapper .item .telefone {
    background-image: url("../images/theme/telefone.svg");
    background-position: 100% 100%;
  }
  /* line 2111, ../scss/styles/_medium.sass */
  .overlay .wrapper .item .telefone a {
    display: block;
    color: white;
  }
  /* line 2115, ../scss/styles/_medium.sass */
  .overlay .wrapper .item .morada {
    max-width: 320px;
    padding-top: 0px;
    float: right;
    background-image: url("../images/theme/morada.svg");
  }
  /* line 2121, ../scss/styles/_medium.sass */
  .overlay .wrapper .item .email {
    background-image: url("../images/theme/email.svg");
  }
  /* line 2124, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter {
    width: 100%;
    margin-top: 4em;
    float: right;
  }
  /* line 2129, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form {
    width: 400px;
    margin: auto;
  }
  /* line 2133, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-wrapper {
    display: none;
  }
  /* line 2136, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    display: block;
    width: 100%;
  }
  /* line 2140, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .form-item {
    margin: 0px;
  }
  /* line 2143, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form label {
    display: none;
  }
  /* line 2146, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"] {
    height: 45px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 4px;
  }
  /* line 2157, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:focus, .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:hover {
    -moz-box-shadow: 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
  }
  /* line 2160, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2164, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-moz-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2168, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-ms-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2172, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form button {
    display: block;
    margin: auto;
  }
  /* line 2176, ../scss/styles/_medium.sass */
  .overlay .wrapper .newsletter .block-title {
    text-align: center;
    color: white;
  }
  /* line 2180, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section {
    display: block;
    padding-top: 4.5em;
  }
  /* line 2185, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu {
    margin: 0px;
  }
  /* line 2188, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu li {
    width: 100%;
    display: inline-block;
    padding: 0.8em 0em;
    text-align: right;
    -moz-transform: translateX(10em);
    -ms-transform: translateX(10em);
    -webkit-transform: translateX(10em);
    transform: translateX(10em);
  }
  /* line 2195, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu li a {
    text-transform: uppercase;
    font-size: 1.5em;
    color: white;
  }
  /* line 2200, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu li span, .overlay .middle-menu-section .block-system-main-menu .menu li span:hover {
    text-transform: uppercase;
    color: white;
    font-size: 2em;
    cursor: pointer;
  }
  /* line 2206, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(4), .overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(7) {
    display: none;
  }
  /* line 2210, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu .logotipo {
    display: block;
    margin: auto;
    height: 74px;
    background-image: url("../images/logo-casa-da-serra.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    text-indent: -99999px;
  }
  /* line 2221, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-locale-language {
    position: absolute;
    left: 0.9375em;
    top: 56px;
    padding: 23px 0px;
    z-index: 999;
  }
  /* line 2228, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-locale-language .block-title {
    display: none;
  }
  /* line 2231, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url {
    margin-bottom: 0em;
  }
  /* line 2234, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li {
    display: inline-block;
    padding: 0.1em 0.4em;
    list-style: none;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  /* line 2240, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li a {
    color: white;
    font-size: 1em;
    vertical-align: 2px;
  }
  /* line 2245, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li .locale-untranslated {
    display: none;
  }
  /* line 2248, ../scss/styles/_medium.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url .active {
    background-color: white;
    color: black;
  }

  /* line 2252, ../scss/styles/_medium.sass */
  .open-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  /* line 2261, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li {
    -moz-transform: translateX(0em);
    -ms-transform: translateX(0em);
    -webkit-transform: translateX(0em);
    transform: translateX(0em);
  }
  /* line 2264, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(1) {
    -moz-transition: -moz-transform 500ms ease-out 100ms;
    -o-transition: -o-transform 500ms ease-out 100ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 100ms;
    transition: transform 500ms ease-out 100ms;
  }
  /* line 2267, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(2) {
    -moz-transition: -moz-transform 500ms ease-out 150ms;
    -o-transition: -o-transform 500ms ease-out 150ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 150ms;
    transition: transform 500ms ease-out 150ms;
  }
  /* line 2270, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(3) {
    -moz-transition: -moz-transform 500ms ease-out 200ms;
    -o-transition: -o-transform 500ms ease-out 200ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 200ms;
    transition: transform 500ms ease-out 200ms;
  }
  /* line 2273, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(5) {
    -moz-transition: -moz-transform 500ms ease-out 250ms;
    -o-transition: -o-transform 500ms ease-out 250ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 250ms;
    transition: transform 500ms ease-out 250ms;
  }
  /* line 2276, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(6) {
    -moz-transition: -moz-transform 500ms ease-out 300ms;
    -o-transition: -o-transform 500ms ease-out 300ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 300ms;
    transition: transform 500ms ease-out 300ms;
  }
  /* line 2281, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 100ms ease-out 950ms;
    -o-transition: -o-transform 100ms ease-out 950ms;
    -webkit-transition: -webkit-transform 100ms ease-out;
    -webkit-transition-delay: 950ms;
    transition: transform 100ms ease-out 950ms;
  }
  /* line 2285, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li:nth-child(1) {
    -moz-transition: -moz-transform 100ms ease-out 950ms;
    -o-transition: -o-transform 100ms ease-out 950ms;
    -webkit-transition: -webkit-transform 100ms ease-out;
    -webkit-transition-delay: 950ms;
    transition: transform 100ms ease-out 950ms;
  }
  /* line 2288, ../scss/styles/_medium.sass */
  .open-overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li:nth-child(2) {
    -moz-transition: -moz-transform 100ms ease-out 1s;
    -o-transition: -o-transform 100ms ease-out 1s;
    -webkit-transition: -webkit-transform 100ms ease-out;
    -webkit-transition-delay: 1s;
    transition: transform 100ms ease-out 1s;
  }
  /* line 2293, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .item .telefone, .open-overlay .wrapper .item .morada, .open-overlay .wrapper .item .email {
    -moz-transform: translateX(0em);
    -ms-transform: translateX(0em);
    -webkit-transform: translateX(0em);
    transform: translateX(0em);
  }
  /* line 2296, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .item .telefone {
    -moz-transition: -moz-transform 500ms ease-out 350ms;
    -o-transition: -o-transform 500ms ease-out 350ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 350ms;
    transition: transform 500ms ease-out 350ms;
  }
  /* line 2299, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .item .morada {
    -moz-transition: -moz-transform 500ms ease-out 400ms;
    -o-transition: -o-transform 500ms ease-out 400ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 400ms;
    transition: transform 500ms ease-out 400ms;
  }
  /* line 2302, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .item .email {
    -moz-transition: -moz-transform 500ms ease-out 450ms;
    -o-transition: -o-transform 500ms ease-out 450ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 450ms;
    transition: transform 500ms ease-out 450ms;
  }
  /* line 2305, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter {
    width: 100%;
    margin-top: 4em;
    float: right;
  }
  /* line 2310, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form {
    width: 400px;
    margin: auto;
  }
  /* line 2314, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-wrapper {
    display: none;
  }
  /* line 2317, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    display: block;
    width: 100%;
  }
  /* line 2321, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .form-item {
    margin: 0px;
  }
  /* line 2324, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form label {
    display: none;
  }
  /* line 2327, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"] {
    height: 45px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 4px;
  }
  /* line 2338, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:focus, .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:hover {
    -moz-box-shadow: 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
  }
  /* line 2341, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2345, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-moz-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2349, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-ms-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2353, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form button {
    display: block;
    margin: auto;
  }
  /* line 2357, ../scss/styles/_medium.sass */
  .open-overlay .wrapper .newsletter .block-title {
    text-align: center;
    color: white;
  }

  /* line 2361, ../scss/styles/_medium.sass */
  .modal {
    max-width: 570px;
    max-height: 570px;
    margin: auto auto;
    margin-top: 90px;
    padding: 20px;
    overflow: hidden;
  }
  /* line 2371, ../scss/styles/_medium.sass */
  .modal .block {
    max-width: 520px;
    max-height: 520px;
    margin: 25px;
  }

  /* line 2376, ../scss/styles/_medium.sass */
  .mfp-close {
    float: right;
  }
}
@media screen and (min-width: 320px) and (max-width: 799px) {
  /* line 4, ../scss/styles/_small.sass */
  html, body {
    height: auto;
  }
  /* line 7, ../scss/styles/_small.sass */
  html .page-wrapper, body .page-wrapper {
    display: block;
    position: relative;
    min-height: 100%;
    margin-bottom: -100px;
  }
  /* line 13, ../scss/styles/_small.sass */
  html .page-wrapper:after, body .page-wrapper:after {
    content: "";
    display: block;
    height: 100px;
  }

  /* line 18, ../scss/styles/_small.sass */
  .default {
    height: auto;
    overflow: auto;
    padding-top: 135px;
    padding-bottom: 135px;
  }

  /* line 24, ../scss/styles/_small.sass */
  input[type="text"],
  input[type="password"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="month"],
  input[type="week"],
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="tel"],
  input[type="time"],
  input[type="url"],
  input[type="file"],
  input[type="checkbox"],
  input[type="radio"] {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0px;
  }

  /* line 43, ../scss/styles/_small.sass */
  input, input:focus, input:active {
    border: 0px none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  /* line 48, ../scss/styles/_small.sass */
  button, .button, .button.secondary, .button.radius {
    border: 2px solid white;
    box-shadow: none;
    background-color: transparent;
    color: white;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 56, ../scss/styles/_small.sass */
  button:hover, .button:hover, .button.secondary:hover, .button.radius:hover {
    box-shadow: none;
    background-color: white;
    color: black;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 63, ../scss/styles/_small.sass */
  button:focus, .button:focus, .button.secondary:focus, .button.radius:focus {
    box-shadow: none;
    background-color: white;
    color: black;
    outline: none;
    font-weight: 300;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  /* line 71, ../scss/styles/_small.sass */
  .reveal-modal {
    padding: 0px;
    border: 0px none;
    box-shadow: 0px 0px 0px 2500px rgba(0, 0, 0, 0.5);
  }
  /* line 76, ../scss/styles/_small.sass */
  .reveal-modal .alert-box {
    padding: 1em;
    background-color: #e2df04;
    border: 0px none;
  }
  /* line 81, ../scss/styles/_small.sass */
  .reveal-modal .alert-box ul {
    margin: 0px;
    color: black;
  }
  /* line 85, ../scss/styles/_small.sass */
  .reveal-modal .close-reveal-modal {
    color: black;
    cursor: pointer;
  }

  /* line 90, ../scss/styles/_small.sass */
  #sliding-popup.sliding-popup-top {
    height: auto !important;
    padding: 15px 0px;
    background-color: #00caca;
  }
  /* line 98, ../scss/styles/_small.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button,
  #sliding-popup.sliding-popup-top #popup-text button {
    margin: 3px 5px 3px 0px;
    padding: 8px 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #00caca;
    text-shadow: none;
    color: white;
    font-family: "thin";
    font-weight: normal;
    border: 2px solid white;
  }
  /* line 109, ../scss/styles/_small.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button strong,
  #sliding-popup.sliding-popup-top #popup-text button strong {
    font-family: "bold";
  }
  /* line 112, ../scss/styles/_small.sass */
  #sliding-popup.sliding-popup-top #popup-buttons button:hover,
  #sliding-popup.sliding-popup-top #popup-text button:hover {
    background: white;
    color: #00caca;
    border: 2px solid #00caca;
  }

  /* line 119, ../scss/styles/_small.sass */
  .tab-bar-preto, .tab-bar-branco {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 13px 0px;
    background-color: rgba(0, 0, 0, 0.7);
    color: black;
    z-index: 200;
    overflow: hidden;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -webkit-transition: background-color 200ms;
    transition: background-color 200ms;
  }
  /* line 131, ../scss/styles/_small.sass */
  .tab-bar-preto .logotipo, .tab-bar-branco .logotipo {
    width: 100px;
    height: auto;
  }
  /* line 135, ../scss/styles/_small.sass */
  .tab-bar-preto .middle-menu-section, .tab-bar-branco .middle-menu-section {
    display: block;
  }
  /* line 138, ../scss/styles/_small.sass */
  .tab-bar-preto .middle-menu-section .menu, .tab-bar-branco .middle-menu-section .menu {
    margin: 0px;
  }
  /* line 141, ../scss/styles/_small.sass */
  .tab-bar-preto .middle-menu-section .menu li, .tab-bar-branco .middle-menu-section .menu li {
    width: 11%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  /* line 147, ../scss/styles/_small.sass */
  .tab-bar-preto .middle-menu-section .menu li a, .tab-bar-branco .middle-menu-section .menu li a {
    text-transform: uppercase;
    color: white;
  }
  /* line 151, ../scss/styles/_small.sass */
  .tab-bar-preto .middle-menu-section .menu li span, .tab-bar-preto .middle-menu-section .menu li span:hover, .tab-bar-branco .middle-menu-section .menu li span, .tab-bar-branco .middle-menu-section .menu li span:hover {
    text-transform: uppercase;
    color: white;
    cursor: pointer;
  }
  /* line 156, ../scss/styles/_small.sass */
  .tab-bar-preto .middle-menu-section .menu li:nth-child(4), .tab-bar-branco .middle-menu-section .menu li:nth-child(4) {
    width: 30%;
  }
  /* line 160, ../scss/styles/_small.sass */
  .tab-bar-preto .middle-menu-section .menu .logotipo, .tab-bar-branco .middle-menu-section .menu .logotipo {
    display: none;
  }
  /* line 163, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger, .tab-bar-branco .hamburger {
    display: inline-block;
    position: relative;
  }
  /* line 167, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger .nav-icon, .tab-bar-branco .hamburger .nav-icon {
    width: 30px;
    height: 25px;
    position: relative;
    margin-top: 12px;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transition 0.5s ease-in-out;
    -o-transition: -o-transition 0.5s ease-in-out;
    transition: transition 0.5s ease-in-out;
    cursor: pointer;
  }
  /* line 184, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger .nav-icon span, .tab-bar-branco .hamburger .nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.25s ease-in-out, background 200ms;
    -moz-transition: -moz-transform 0.25s ease-in-out, background 200ms;
    -o-transition: -o-transform 0.25s ease-in-out, background 200ms;
    transition: transform 0.25s ease-in-out, background 200ms;
  }
  /* line 202, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger .nav-icon span:nth-child(1), .tab-bar-branco .hamburger .nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  /* line 210, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger .nav-icon span:nth-child(2), .tab-bar-branco .hamburger .nav-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  /* line 218, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger .nav-icon span:nth-child(3), .tab-bar-branco .hamburger .nav-icon span:nth-child(3) {
    top: 21px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  /* line 226, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger .nav-icon.nav-open span:nth-child(1), .tab-bar-branco .hamburger .nav-icon.nav-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
  }
  /* line 235, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger .nav-icon.nav-open span:nth-child(2), .tab-bar-branco .hamburger .nav-icon.nav-open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  /* line 240, ../scss/styles/_small.sass */
  .tab-bar-preto .hamburger .nav-icon.nav-open span:nth-child(3), .tab-bar-branco .hamburger .nav-icon.nav-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 0px;
  }

  /* line 249, ../scss/styles/_small.sass */
  .maintenance-page {
    text-align: center;
  }
  /* line 252, ../scss/styles/_small.sass */
  .maintenance-page .logo {
    width: 100%;
    height: 100vh;
    padding-top: 22%;
    background-image: url("../images/maintenance-background.jpg");
    background-size: cover;
    background-position: 50% 100%;
  }
  /* line 260, ../scss/styles/_small.sass */
  .maintenance-page .logo h1, .maintenance-page .logo h3 {
    color: white;
  }

  /* line 264, ../scss/styles/_small.sass */
  .slide-out-div {
    padding: 20px;
    width: 250px;
    height: 340px;
    background-color: rgba(0, 0, 0, 0.7);
    top: 80px;
    z-index: 5;
    -moz-transition: left 500ms ease-in-out;
    -o-transition: left 500ms ease-in-out;
    -webkit-transition: left 500ms ease-in-out;
    transition: left 500ms ease-in-out;
  }
  /* line 273, ../scss/styles/_small.sass */
  .slide-out-div .mybookings {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    padding: 8px 0px;
    background-image: url("../images/theme/bookmark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
    text-indent: 25px;
  }
  /* line 286, ../scss/styles/_small.sass */
  .slide-out-div .handle {
    width: 150px;
    padding: 10px 0px;
    top: 53px !important;
    right: -96px !important;
    opacity: 1;
    text-align: center;
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transition: opacity 500ms linear 500ms;
    -o-transition: opacity 500ms linear 500ms;
    -webkit-transition: opacity 500ms linear;
    -webkit-transition-delay: 500ms;
    transition: opacity 500ms linear 500ms;
  }
  /* line 300, ../scss/styles/_small.sass */
  .slide-out-div .block-rooms-booking-manager .block-title {
    display: none;
  }
  /* line 304, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .rooms-date-range {
    margin: 0.5em 0em 0em;
  }
  /* line 307, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper {
    display: block;
    position: relative;
    width: 100%;
    float: none;
    overflow: auto;
  }
  /* line 314, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 320, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date {
    width: 100%;
    margin: 0px 0px 10px;
  }
  /* line 324, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date input {
    width: 100%;
    height: 25px;
  }
  /* line 328, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper .start-date .error {
    background-color: white;
  }
  /* line 331, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper .end-date {
    width: 100%;
    margin: 0px;
    margin: 0px 0px 10px;
  }
  /* line 336, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper .end-date input {
    width: 100%;
    height: 25px;
    background-color: white;
  }
  /* line 341, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item {
    width: 100%;
    margin: 0px;
  }
  /* line 345, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item select {
    height: 25px;
    background-color: white;
    border: 0px none;
  }
  /* line 350, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-wrapper .form-item .error {
    background-color: white;
  }
  /* line 353, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-item {
    width: 100%;
    margin: 0px;
  }
  /* line 357, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-item label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 363, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-item select {
    height: 40px;
    background-color: white;
    border: 0px none;
  }
  /* line 368, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form .form-item-unit-type {
    display: none;
  }
  /* line 371, ../scss/styles/_small.sass */
  .slide-out-div .rooms-management-form button {
    margin: 1em 0em 0em;
  }

  /* line 376, ../scss/styles/_small.sass */
  .open .handle {
    opacity: 0;
    -moz-transition: opacity 100ms linear 50ms;
    -o-transition: opacity 100ms linear 50ms;
    -webkit-transition: opacity 100ms linear;
    -webkit-transition-delay: 50ms;
    transition: opacity 100ms linear 50ms;
  }

  /* line 382, ../scss/styles/_small.sass */
  #ui-datepicker-div {
    padding: 0px;
    border: 1px solid black;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: white;
    z-index: 1000 !important;
  }
  /* line 389, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header {
    background: black;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 393, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    width: 27px;
    height: 27px;
    background-color: transparent;
    opacity: 1;
    top: 2px;
    left: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 402, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
    background-image: url("../images/theme/setas-calendario.svg");
    background-position: -20% 50%;
    background-size: auto 50%;
    cursor: pointer;
  }
  /* line 408, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
    width: 27px;
    height: 27px;
    background-color: transparent;
    opacity: 1;
    top: 2px;
    left: 2px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 417, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    width: 27px;
    height: 27px;
    background-color: transparent;
    top: 2px;
    right: 2px;
    opacity: 1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 426, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
    background-image: url("../images/theme/setas-calendario.svg");
    background-position: 120% 50%;
    background-size: auto 50%;
    cursor: pointer;
  }
  /* line 432, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
    width: 27px;
    height: 27px;
    background-color: transparent;
    top: 2px;
    right: 2px;
    opacity: 1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 441, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 444, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
    background: white;
  }
  /* line 447, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    color: white;
  }
  /* line 450, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover {
    background: transparent;
    opacity: 1;
    border: 0px transparent;
  }
  /* line 455, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover .ui-datepicker-month {
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 459, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-header .ui-state-hover .ui-datepicker-year {
    background: white;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  /* line 463, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-calendar {
    margin: 0px;
  }
  /* line 467, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr {
    height: 30px;
  }
  /* line 469, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td {
    background: white;
    opacity: 1;
  }
  /* line 473, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td span, #ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
    border: 0px transparent;
    background: white;
    text-align: center;
  }
  /* line 478, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable {
    background: white;
    opacity: 1;
  }
  /* line 482, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable a, #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-unselectable span {
    color: lightgray;
  }
  /* line 485, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-today {
    background: white;
    opacity: 1;
  }
  /* line 488, ../scss/styles/_small.sass */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr .ui-datepicker-today a {
    font-weight: 700;
  }

  /* line 500, ../scss/styles/_small.sass */
  .page-wrapper {
    position: relative;
    display: block;
  }
  /* line 504, ../scss/styles/_small.sass */
  .page-wrapper .front {
    display: block;
    position: relative;
    width: 100%;
    height: 380px !important;
    padding-top: 40px;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 513, ../scss/styles/_small.sass */
  .page-wrapper .front .front-titulo {
    padding-top: 60px;
  }
  /* line 516, ../scss/styles/_small.sass */
  .page-wrapper .front .front-titulo h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 2.6em;
    color: white;
  }
  /* line 522, ../scss/styles/_small.sass */
  .page-wrapper .coleccao {
    display: block;
    position: relative;
  }
  /* line 526, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container {
    display: block;
    position: relative;
    margin: 0px;
    border: 0px none;
  }
  /* line 532, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view {
    display: block;
    position: relative;
    height: auto !important;
    margin: 0px;
    padding: 0px;
    border: 0px none;
  }
  /* line 540, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only {
    width: 100%;
    height: 360px !important;
  }
  /* line 544, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section {
    width: 100%;
    height: 360px !important;
    background-size: cover;
    background-position: 63% 50%;
  }
  /* line 550, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section .transparency-layer {
    width: 100%;
    height: 360px !important;
  }
  /* line 554, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section .transparency-layer .texto-wrapper {
    width: 100%;
    height: 360px !important;
  }
  /* line 559, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .image-only .content-section .transparency-layer .texto-wrapper .titulo-wrapper h2 {
    display: none;
  }
  /* line 562, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text, .page-wrapper .coleccao .field-collection-container .field-collection-view .text, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text {
    width: 100%;
    height: auto !important;
    display: block;
    position: relative;
    overflow: auto;
    z-index: 2;
  }
  /* line 570, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section {
    display: block;
    position: relative;
    height: auto !important;
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding: 4em 0em;
    z-index: 2;
  }
  /* line 579, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .transparency-layer, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .transparency-layer, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .transparency-layer {
    width: 100%;
    height: auto !important;
  }
  /* line 583, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper {
    height: auto;
  }
  /* line 586, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .titulo-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .titulo-wrapper, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .titulo-wrapper {
    padding: 1em 0em 1em 0em;
    text-align: center;
    color: white;
    z-index: 2;
  }
  /* line 592, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .titulo-wrapper .field-name-field-titulo {
    font-size: 2em;
    line-height: 0.8em;
    color: white;
    font-family: "Lato";
  }
  /* line 598, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .field-name-field-texto, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .field-name-field-texto, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .field-name-field-texto {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1em 1em 3em 1em;
    text-align: center;
    font-size: 1em;
    line-height: 1.2em;
    color: white;
  }
  /* line 606, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view .small-text .content-section .texto-wrapper .field-name-field-texto p, .page-wrapper .coleccao .field-collection-container .field-collection-view .text .content-section .texto-wrapper .field-name-field-texto p, .page-wrapper .coleccao .field-collection-container .field-collection-view .big-text .content-section .texto-wrapper .field-name-field-texto p {
    line-height: 1.5em;
    color: white;
  }
  /* line 610, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .field-collection-view-links {
    display: none;
  }
  /* line 613, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add {
    display: block;
    position: absolute;
    margin: 0px;
    right: 6px;
    bottom: 11px;
  }
  /* line 620, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add li {
    list-style: none;
  }
  /* line 623, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .field-collection-container .action-links-field-collection-add li a {
    color: white;
  }

  /* line 629, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block {
    display: block;
    position: relative;
    height: 100%;
  }
  /* line 634, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .block-title {
    display: none;
  }
  /* line 637, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos {
    display: block-system;
    position: relative;
    height: 100%;
  }
  /* line 642, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content {
    display: block;
    position: relative;
    height: 100%;
  }
  /* line 647, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider {
    display: block;
    position: relative;
    height: 100%;
    margin: 0px;
    border: 0px none;
  }
  /* line 654, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .slides, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .slides {
    display: block;
    position: relative;
    height: 100%;
  }
  /* line 659, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .slides li, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .slides li {
    height: 100%;
  }
  /* line 662, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .slides li .views-field, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .slides li .views-field {
    height: 100%;
  }
  /* line 665, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .slides li .views-field .field-content, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .slides li .views-field .field-content {
    height: 100%;
  }
  /* line 668, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .slides li .views-field .field-content .imagem, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .slides li .views-field .field-content .imagem {
    height: 100%;
    width: auto;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 676, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 680, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-prev::before, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 686, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a.flex-prev::before, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 689, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-direction-nav a, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 693, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-control-paging, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 15% 0% 3% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 702, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    position: relative;
  }
  /* line 708, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 714, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a.flex-active, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 720, ../scss/styles/_small.sass */
  .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flex-flexslider .flex-control-paging li a.flex-active::before, .page-wrapper .slider-quartos .block .view-slider-quartos .view-content .flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 731, ../scss/styles/_small.sass */
  .page-wrapper .quarto {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: auto;
  }
  /* line 738, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente {
    display: block;
    position: relative;
    padding: 5em 0em 2em 0em;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 745, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .page-title {
    color: white;
    text-align: center;
    margin-bottom: 1em;
    font-size: 3em;
  }
  /* line 751, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .texto {
    overflow: auto;
  }
  /* line 754, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .texto p {
    color: white;
    font-size: 1em !important;
    line-height: 22px !important;
    font-family: "Lato" !important;
    font-weight: 300;
  }
  /* line 761, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .service-links {
    margin-bottom: 3em;
    text-align: center;
  }
  /* line 765, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .service-links .service-label {
    color: white;
  }
  /* line 768, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .service-links ul {
    text-align: center;
  }
  /* line 771, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 777, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 789, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 793, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .service-links ul li a:hover, .page-wrapper .quarto .gradiente .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 800, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .service-links ul .service-links-forward a:hover, .page-wrapper .quarto .gradiente .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 806, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .icones {
    display: block;
    position: relative;
  }
  /* line 810, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha, .page-wrapper .quarto .gradiente .icones .roteiros, .page-wrapper .quarto .gradiente .icones .piscina, .page-wrapper .quarto .gradiente .icones .sala {
    display: block;
    position: relative;
    width: 180px;
    height: 180px;
    margin: 2em auto 0em;
    border: 2px solid white;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50% 35%;
    overflow-y: hidden;
    z-index: 2;
  }
  /* line 823, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha span, .page-wrapper .quarto .gradiente .icones .roteiros span, .page-wrapper .quarto .gradiente .icones .piscina span, .page-wrapper .quarto .gradiente .icones .sala span {
    display: inline-block;
    position: relative;
    padding-top: 130px;
    text-transform: uppercase;
    color: white;
    z-index: 2;
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transition: -moz-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
  }
  /* line 833, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .icones .cozinha {
    background-image: url(../images/icon-cozinha.svg);
  }
  /* line 836, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .icones .roteiros {
    background-image: url(../images/icon-roteiros.svg);
  }
  /* line 839, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .icones .piscina {
    background-image: url(../images/icon-piscina.svg);
  }
  /* line 842, ../scss/styles/_small.sass */
  .page-wrapper .quarto .gradiente .icones .sala {
    background-image: url(../images/tv.svg);
  }
  /* line 845, ../scss/styles/_small.sass */
  .page-wrapper .quarto table {
    background-color: transparent;
    border: 0px transparent;
  }
  /* line 849, ../scss/styles/_small.sass */
  .page-wrapper .quarto table tr {
    background-color: transparent;
  }
  /* line 852, ../scss/styles/_small.sass */
  .page-wrapper .quarto table tr td {
    color: white;
  }
  /* line 855, ../scss/styles/_small.sass */
  .page-wrapper .quarto table tr td:nth-child(1) {
    text-align: right;
  }
  /* line 858, ../scss/styles/_small.sass */
  .page-wrapper .quarto table tr td:nth-child(2) {
    text-align: left;
  }

  /* line 864, ../scss/styles/_small.sass */
  #features-cozinha, #features-sala, #features-casa {
    padding: 1em 0em;
    border: 1px solid white;
    background-color: black;
  }
  /* line 869, ../scss/styles/_small.sass */
  #features-cozinha .block-title, #features-sala .block-title, #features-casa .block-title {
    text-align: center;
    color: white;
    margin-bottom: 1em;
  }
  /* line 874, ../scss/styles/_small.sass */
  #features-cozinha table, #features-sala table, #features-casa table {
    background-color: transparent;
    border: 0px transparent;
  }
  /* line 878, ../scss/styles/_small.sass */
  #features-cozinha table tr, #features-sala table tr, #features-casa table tr {
    background-color: transparent;
  }
  /* line 881, ../scss/styles/_small.sass */
  #features-cozinha table tr td, #features-sala table tr td, #features-casa table tr td {
    color: white;
  }
  /* line 884, ../scss/styles/_small.sass */
  #features-cozinha table tr td:nth-child(1), #features-sala table tr td:nth-child(1), #features-casa table tr td:nth-child(1) {
    text-align: right;
  }
  /* line 887, ../scss/styles/_small.sass */
  #features-cozinha table tr td:nth-child(2), #features-sala table tr td:nth-child(2), #features-casa table tr td:nth-child(2) {
    text-align: left;
  }
  /* line 890, ../scss/styles/_small.sass */
  #features-cozinha h5, #features-sala h5, #features-casa h5 {
    color: white;
    font-size: 0.7em;
  }

  /* line 894, ../scss/styles/_small.sass */
  .page-wrapper {
    position: relative;
    display: block;
  }
  /* line 898, ../scss/styles/_small.sass */
  .page-wrapper .casa {
    display: block;
    position: relative;
  }
  /* line 902, ../scss/styles/_small.sass */
  .page-wrapper .casa .fullscreen {
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 908, ../scss/styles/_small.sass */
  .page-wrapper .casa .fullscreen .gradiente {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10% 0% 5% 0%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 916, ../scss/styles/_small.sass */
  .page-wrapper .casa .fullscreen .gradiente span {
    display: block;
    text-align: center;
    color: white;
    font-size: 3em;
  }
  /* line 922, ../scss/styles/_small.sass */
  .page-wrapper .casa .fullscreen .gradiente a {
    display: block;
    width: 175px;
    margin: 1em auto 0em;
  }
  /* line 927, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao {
    width: 100%;
    padding: 2em 0em;
    height: auto;
    overflow: auto;
    background-color: black;
  }
  /* line 934, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .page-title {
    color: white;
    text-align: center;
    font-size: 2em;
  }
  /* line 939, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .page-subtitle {
    color: white;
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1.5em;
  }
  /* line 945, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .texto {
    padding: 2em 0em;
    text-align: center;
    color: white;
    font-size: 1em;
  }
  /* line 951, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .service-links {
    margin-bottom: 3em;
    text-align: center;
  }
  /* line 955, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .service-links .service-label {
    color: white;
  }
  /* line 958, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .service-links ul {
    text-align: center;
  }
  /* line 961, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 967, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 979, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 983, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .service-links ul li a:hover, .page-wrapper .casa .descricao .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 990, ../scss/styles/_small.sass */
  .page-wrapper .casa .descricao .service-links ul .service-links-forward a:hover, .page-wrapper .casa .descricao .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 996, ../scss/styles/_small.sass */
  .page-wrapper .trigger-reserva-especial {
    display: inline-block;
    position: relative;
    color: white;
    border: 1px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 1006, ../scss/styles/_small.sass */
  .page-wrapper .trigger-reserva-especial:hover, .page-wrapper .trigger-reserva-especial:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 1012, ../scss/styles/_small.sass */
  .page-wrapper .coleccao {
    display: block;
    position: relative;
  }
  /* line 1016, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content {
    display: block;
    position: relative;
  }
  /* line 1021, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider {
    margin: 0px;
    border: 0px none;
  }
  /* line 1025, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 1029, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 1035, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 1038, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 1042, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 20% 0% 0% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 1051, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0px 5px 20px 5px;
    background: transparent;
    position: relative;
  }
  /* line 1057, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 1063, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 1069, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-imagens .flex-flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 1080, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-titulo {
    display: block;
    position: relative;
    padding: 5em 0em 2em 0em;
    text-align: center;
    color: white;
    font-size: 2em;
    z-index: 1;
    background-color: black;
  }
  /* line 1090, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-texto-casa {
    display: block;
    position: relative;
    padding: 0em 0em 7em 0em;
    color: white;
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
    z-index: 1;
    background-color: black;
    text-align: center;
  }
  /* line 1102, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .content .field-name-field-admin-propriedades {
    display: none;
  }
  /* line 1105, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .exterior {
    background-color: black;
  }
  /* line 1108, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .cozinha {
    background-color: black;
  }
  /* line 1111, ../scss/styles/_small.sass */
  .page-wrapper .coleccao .decoracao {
    background-color: black;
  }

  /* line 1115, ../scss/styles/_small.sass */
  .quartos {
    width: 100%;
    min-height: 670px;
  }
  /* line 1119, ../scss/styles/_small.sass */
  .quartos .imagem {
    display: block;
    position: relative;
    width: 100%;
    height: 30%;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 1127, ../scss/styles/_small.sass */
  .quartos .imagem .opacity {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-transition: background-color 300ms ease-out 100ms;
    -o-transition: background-color 300ms ease-out 100ms;
    -webkit-transition: background-color 300ms ease-out;
    -webkit-transition-delay: 100ms;
    transition: background-color 300ms ease-out 100ms;
  }
  /* line 1135, ../scss/styles/_small.sass */
  .quartos .imagem .opacity .texto-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 19%;
    opacity: 1;
    -moz-transition: opacity 300ms ease-out 0ms;
    -o-transition: opacity 300ms ease-out 0ms;
    -webkit-transition: opacity 300ms ease-out;
    -webkit-transition-delay: 0ms;
    transition: opacity 300ms ease-out 0ms;
  }
  /* line 1144, ../scss/styles/_small.sass */
  .quartos .imagem .opacity .texto-wrapper .texto {
    display: block;
    position: relative;
    width: 250px;
    padding: 1em 0.2em;
    margin: auto;
    border: 2px solid white;
    font-size: 1.7em;
    font-family: "Lato";
    text-transform: uppercase;
    text-align: center;
    color: white;
  }
  /* line 1157, ../scss/styles/_small.sass */
  .quartos .imagem .opacity:hover {
    background-color: rgba(0, 0, 0, 0.2);
    -moz-transition: background-color 300ms ease-in 0ms;
    -o-transition: background-color 300ms ease-in 0ms;
    -webkit-transition: background-color 300ms ease-in;
    -webkit-transition-delay: 0ms;
    transition: background-color 300ms ease-in 0ms;
  }
  /* line 1161, ../scss/styles/_small.sass */
  .quartos .aire {
    height: 40%;
    background-image: url("../images/suite-serra-daire.jpg");
  }
  /* line 1166, ../scss/styles/_small.sass */
  .quartos .aire .opacity .texto-wrapper {
    top: 40%;
  }
  /* line 1169, ../scss/styles/_small.sass */
  .quartos .antonio {
    background-position: 50% 40%;
    background-image: url("../images/suite-serra-de-santo-antonio.jpg");
  }
  /* line 1173, ../scss/styles/_small.sass */
  .quartos .candeeiros {
    background-image: url("../images/suite-serra-dos-cadeeiros.jpg");
  }

  /* line 1178, ../scss/styles/_small.sass */
  footer {
    display: block;
    position: relative;
    width: 100%;
    z-index: 200;
  }
  /* line 1184, ../scss/styles/_small.sass */
  footer .footer-top {
    display: block;
    position: relative;
    width: 100%;
    height: 100px;
  }
  /* line 1190, ../scss/styles/_small.sass */
  footer .footer-top .mapa {
    display: block;
    position: absolute;
    width: 75%;
    height: 100px;
    right: 0px;
  }
  /* line 1197, ../scss/styles/_small.sass */
  footer .footer-top .footer-shape {
    display: block;
    position: absolute;
    width: 178px;
    height: 300px;
    left: 29.9%;
    background-image: url("../images/theme/shape-footer.svg");
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: contain;
  }
  /* line 1208, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper {
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    padding: 10px 0px;
    left: 0px;
    background-color: black;
  }
  /* line 1217, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info {
    height: 80px;
    padding: 10px 0px;
  }
  /* line 1221, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .logotipo {
    display: block;
    position: relative;
    height: 50px;
    opacity: 0.4;
    background-image: url("../images/logo-casa-da-serra.svg");
    background-repeat: no-repeat;
    background-position: 0.69em 50%;
    background-size: contain;
  }
  /* line 1231, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .morada-contatos {
    color: white;
    margin-left: 0.5em;
  }
  /* line 1235, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .morada-contatos span {
    display: block;
    max-width: 256px;
    opacity: 0.6;
    font-size: 0.8em;
    line-height: 1.2em;
  }
  /* line 1242, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .morada-contatos span a {
    color: white;
    opacity: 0.6;
  }
  /* line 1247, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .morada-contatos span a:hover {
    color: white;
    opacity: 1;
    -moz-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  /* line 1252, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .morada-contatos .small-font {
    font-size: 0.8em;
  }
  /* line 1255, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper {
    display: block;
    position: relative;
    height: 20px;
    margin-top: 12px;
  }
  /* line 1261, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks {
    float: right;
  }
  /* line 1264, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0px 2px;
    opacity: 0.4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  /* line 1275, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter {
    background-image: url("../images/theme/twitter.svg");
  }
  /* line 1277, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook {
    background-image: url("../images/theme/facebook.svg");
  }
  /* line 1279, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube {
    background-image: url("../images/theme/youtube.svg");
  }
  /* line 1281, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram {
    background-image: url("../images/theme/instagram.svg");
  }
  /* line 1284, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .twitter:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .facebook:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .youtube:hover, footer .footer-top .info-wrapper .info .social-networks-wrapper .social-networks .instagram:hover {
    opacity: 1;
  }
  /* line 1287, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes {
    display: block;
    position: absolute;
    bottom: -6px;
    color: gray;
    font-size: 0.8em;
    padding: 0em 1.2em;
  }
  /* line 1295, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes a {
    opacity: 0.7;
    color: white;
    font-weight: 700;
    -moz-transition: opacity 250ms linear;
    -o-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition: opacity 250ms linear;
  }
  /* line 1301, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .termos-condicoes a:hover {
    opacity: 1;
    color: white;
  }
  /* line 1305, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .powered {
    opacity: 0.7;
    color: white;
    text-align: right;
  }
  /* line 1310, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .powered span {
    display: block;
    font-size: 0.7em;
  }
  /* line 1314, ../scss/styles/_small.sass */
  footer .footer-top .info-wrapper .info .powered a {
    display: inline-block;
    width: 100px;
    height: 10px;
    background-image: url("../images/logo_digital.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }

  /* line 1322, ../scss/styles/_small.sass */
  .rooms-search-result__unit-type-name, .rooms-current-search__units, .form-item-rooms {
    display: none;
  }

  /* line 1328, ../scss/styles/_small.sass */
  .page-wrapper .userlogin {
    background-image: url("../images/login.jpg");
    background-position: 50% 50%;
    background-size: cover;
    padding: 18em 0em;
    overflow-y: auto;
  }
  /* line 1335, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
  }
  /* line 1341, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .page-title {
    color: white;
  }
  /* line 1344, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified {
    padding: 5em 0em;
  }
  /* line 1347, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-message {
    color: white;
  }
  /* line 1350, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-links {
    display: none;
  }
  /* line 1354, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form span {
    color: white;
    border-bottom: none;
    font-size: 1em;
    font-family: "Lato";
    font-weight: normal;
  }
  /* line 1361, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form a {
    color: white;
    position: absolute;
    top: 60%;
    right: 3%;
    font-size: 1em;
    font-family: "Lato";
  }
  /* line 1369, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .toboggan-unified #login-form label {
    color: white;
    font-size: 1em;
    font-family: "Lato";
  }
  /* line 1375, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table {
    background: none;
    border: none;
  }
  /* line 1379, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1382, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr {
    background: none;
    border: none;
  }
  /* line 1386, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr td, .page-wrapper .userlogin .page-title-container .entity-commerce-order table tr th {
    color: white;
    border: none;
  }
  /* line 1390, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order table tbody {
    text-align: left;
  }
  /* line 1393, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field {
    color: white;
    margin-bottom: 1em;
  }
  /* line 1397, ../scss/styles/_small.sass */
  .page-wrapper .userlogin .page-title-container .entity-commerce-order .field-name-commerce-line-items {
    margin-bottom: 0em;
  }

  /* line 1403, ../scss/styles/_small.sass */
  .page-wrapper .ajax-progress {
    display: none;
  }
  /* line 1406, ../scss/styles/_small.sass */
  .page-wrapper .booking {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  /* line 1412, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper {
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 1000px;
    overflow: auto;
  }
  /* line 1418, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container {
    text-align: center;
  }
  /* line 1421, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1425, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos h2 {
    color: white;
    font-weight: bold;
    text-align: center;
  }
  /* line 1430, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos span {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1436, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1442, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form {
    margin-bottom: 0px;
  }
  /* line 1445, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form select {
    background-color: white;
    border: 0px none;
    height: 32px;
  }
  /* line 1450, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form fieldset {
    border-top: 1px solid white;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    margin-bottom: 5em;
  }
  /* line 1457, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos form fieldset legend {
    text-align: center;
  }
  /* line 1460, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos input {
    background-color: white;
  }
  /* line 1463, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form {
    width: 240px;
    margin: auto;
    text-align: center;
  }
  /* line 1468, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form #edit-submit {
    margin-top: 10px;
  }
  /* line 1471, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-item-unit-type {
    display: none;
  }
  /* line 1474, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-item, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .rooms-date-range, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form .form-text, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-management-form #edit-group-size-adults1 {
    margin: 1em 0em;
    width: 240px;
  }
  /* line 1478, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info {
    width: 100%;
    margin-bottom: 3em;
    padding: 0em;
    border-top: 1px solid white;
    border-bottom: 0px none;
    border-left: 0px none;
    border-right: 0px none;
    float: none;
  }
  /* line 1488, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info legend {
    background: none;
    text-align: center;
  }
  /* line 1492, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info legend .fieldset-legend {
    color: white;
    font-weight: bold;
  }
  /* line 1496, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .form-item {
    margin: 1em 0em;
  }
  /* line 1499, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__arrival {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1503, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__departure {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1507, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info .rooms-current-search__nights {
    width: 240px;
    margin: 1em auto;
  }
  /* line 1512, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos #edit-info button {
    display: block;
    float: none;
    margin: auto;
  }
  /* line 1518, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__new-price {
    margin-top: 1.2em;
  }
  /* line 1521, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__new-price label {
    font-weight: bold;
  }
  /* line 1524, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos input[type=checkbox] {
    margin-bottom: 0px;
  }
  /* line 1527, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 300px;
    margin: 2em 0em 0em;
    overflow-y: hidden;
    vertical-align: middle;
  }
  /* line 1536, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_1 {
    background-image: url("../images/suite-serra-de-santo-antonio.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }
  /* line 1541, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_2 {
    background-image: url("../images/suite-serra-dos-cadeeiros.jpg");
    background-position: 50% 100%;
    background-size: cover;
  }
  /* line 1546, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_3 {
    background-image: url("../images/suite-serra-daire.jpg");
    background-position: 50% 100%;
    background-size: cover;
  }
  /* line 1551, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type #unit_4 {
    background-image: url("../images/img_5872.jpg");
    background-position: 50% 50%;
    background-size: cover;
  }
  /* line 1556, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type button {
    margin: 1em 0px 0px 0px;
  }
  /* line 1559, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__new-price {
    display: none;
  }
  /* line 1562, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded {
    height: 500px;
    padding: 0em;
    border-bottom: 0px none;
  }
  /* line 1567, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit, .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* line 1571, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit {
    padding: 1em 0em;
  }
  /* line 1575, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .entity-rooms-unit .content .field-name-rooms-booking-unit-options {
    display: none;
  }
  /* line 1578, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form {
    padding: 0em 1em 250px 1em;
    text-align: center;
  }
  /* line 1583, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form .rooms-search-result__unit-base-price label {
    display: block;
  }
  /* line 1586, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .reserva-quartos .rooms-search-result__unit-type .rooms-search-result__unit-embedded .rooms-book-unit-form .rooms-search-result__unit-base-price .rooms-search-result__base-price-amount {
    font-size: 24px;
    font-weight: 700;
  }
  /* line 1590, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial {
    display: inline-block;
    position: relative;
    color: white;
    border: 1px solid white;
    padding: 1em 1em;
    margin-top: 5em;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 1600, ../scss/styles/_small.sass */
  .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial:hover, .page-wrapper .booking .content-wrapper .page-title-container .trigger-reserva-especial:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 1605, ../scss/styles/_small.sass */
  #reserva-especial {
    min-height: 250px;
    margin-top: 2%;
    padding-top: 2em;
    top: 25px !important;
    background-color: black;
    border: 1px solid white;
    background-position: 50% 50%;
  }
  /* line 1614, ../scss/styles/_small.sass */
  #reserva-especial .block-title {
    color: white;
    text-align: center;
    font-weight: bold;
  }
  /* line 1619, ../scss/styles/_small.sass */
  #reserva-especial label {
    font-size: 1em;
    font-family: "Lato";
    color: white;
    font-weight: 300;
  }
  /* line 1625, ../scss/styles/_small.sass */
  #reserva-especial .error {
    background-color: white;
  }
  /* line 1628, ../scss/styles/_small.sass */
  #reserva-especial .webform-client-form {
    text-align: center;
  }
  /* line 1632, ../scss/styles/_small.sass */
  #reserva-especial .webform-client-form .webform-component-date .form-type-select {
    display: none;
  }
  /* line 1635, ../scss/styles/_small.sass */
  #reserva-especial .webform-client-form .webform-component {
    text-align: center;
  }
  /* line 1640, ../scss/styles/_small.sass */
  #reserva-especial .webform-client-form .webform-component-select select {
    height: 33px;
    background-color: white;
    font-size: 1em;
    font-family: "Lato";
    font-weight: 300;
  }
  /* line 1647, ../scss/styles/_small.sass */
  #reserva-especial .webform-client-form .webform-component-textarea {
    width: 100%;
  }
  /* line 1650, ../scss/styles/_small.sass */
  #reserva-especial .webform-client-form .webform-component-textarea textarea {
    width: 100% !important;
    min-height: 125px;
  }

  /* line 1656, ../scss/styles/_small.sass */
  .page-wrapper .bookings {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  /* line 1662, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper {
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    height: 100vh;
    min-height: 1000px;
    overflow-x: hidden;
  }
  /* line 1669, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container {
    padding-top: 5em;
    text-align: center;
  }
  /* line 1673, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container .cart-empty-page {
    color: white;
  }
  /* line 1676, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1679, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table {
    background: none;
    border: none;
  }
  /* line 1683, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1686, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tr {
    background: none;
    border: none;
  }
  /* line 1690, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tr td, .page-wrapper .bookings .content-wrapper .page-title-container table tr th {
    color: white;
    border: none;
  }
  /* line 1694, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody {
    text-align: left;
  }
  /* line 1697, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody .views-field-edit-delete {
    text-align: center;
  }
  /* line 1700, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody .views-field-line-item-label {
    width: 48%;
    padding: 1em 1em 1em 0em;
  }
  /* line 1706, ../scss/styles/_small.sass */
  .page-wrapper .bookings .content-wrapper .page-title-container table tbody .delete-line-item {
    margin-top: 10px;
  }

  /* line 1714, ../scss/styles/_small.sass */
  .page-wrapper .checkout {
    background-image: url("../images/booking.jpg");
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
  }
  /* line 1720, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper {
    padding: 10em 0;
    background-color: rgba(0, 0, 0, 0.8);
    min-height: 1000px;
  }
  /* line 1725, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container {
    padding-top: 5em;
  }
  /* line 1728, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container h2 {
    color: white;
  }
  /* line 1731, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container fieldset {
    border: 0px none;
    padding: 0em;
    color: white;
  }
  /* line 1736, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container select {
    background-color: white;
    border: 1px solid black;
    max-width: 200px;
    height: 32px;
  }
  /* line 1742, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container legend {
    background: none;
  }
  /* line 1745, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container label {
    color: white;
  }
  /* line 1748, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container span {
    color: white;
  }
  /* line 1752, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .form-item-customer-profile-billing-commerce-customer-address-und-0-name-line {
    width: 100%;
  }
  /* line 1755, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-name-line, .page-wrapper .checkout .content-wrapper .page-title-container #edit-account-login-mail, .page-wrapper .checkout .content-wrapper .page-title-container .name-block, .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-thoroughfare, .page-wrapper .checkout .content-wrapper .page-title-container #edit-customer-profile-billing-commerce-customer-address-und-0-premise {
    max-width: 350px;
  }
  /* line 1759, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method {
    margin: 1.5em 0em;
  }
  /* line 1762, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method input {
    vertical-align: middle;
  }
  /* line 1765, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option {
    vertical-align: middle;
  }
  /* line 1768, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icon {
    top: -2px;
  }
  /* line 1772, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icons .label {
    background-color: transparent;
  }
  /* line 1775, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method .option .commerce-paypal-icons .commerce-paypal-icon {
    top: -1px;
  }
  /* line 1778, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #payment-details {
    color: white;
  }
  /* line 1783, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #commerce-checkout-form-complete .checkout-completion-message p {
    color: white;
  }
  /* line 1786, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #commerce-checkout-form-complete .checkout-completion-message p a {
    font-weight: 700;
    color: white;
  }
  /* line 1790, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons {
    border: none;
  }
  /* line 1793, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons button {
    height: 48px;
  }
  /* line 1796, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-buttons .button-operator {
    margin: 0em 1em;
  }
  /* line 1799, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-submit {
    margin-top: 1em;
  }
  /* line 1802, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-cancel {
    color: white;
  }
  /* line 1805, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table {
    background: none;
    border: none;
    width: 100%;
  }
  /* line 1810, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table thead {
    background: none;
    border-bottom: 1px solid white;
  }
  /* line 1813, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr {
    background: none;
    border: none;
  }
  /* line 1817, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr td, .page-wrapper .checkout .content-wrapper .page-title-container table tr th {
    color: white;
    border: none;
  }
  /* line 1821, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr .views-field-line-item-label {
    padding: 1em 1em 1em 0em;
  }
  /* line 1824, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container table tr .views-field-commerce-total {
    text-align: right;
  }
  /* line 1827, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .checkout-help {
    color: white;
  }
  /* line 1830, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container #edit-back {
    color: white;
  }
  /* line 1833, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .error {
    background-color: white;
    margin-bottom: 1em;
  }
  /* line 1838, ../scss/styles/_small.sass */
  .page-wrapper .checkout .content-wrapper .page-title-container .terms_conditions a {
    color: white;
    text-decoration: underline;
  }

  /* line 1845, ../scss/styles/_small.sass */
  .roteiros .wrapper-row {
    background-color: rgba(0, 0, 0, 0.6);
  }
  /* line 1847, ../scss/styles/_small.sass */
  .roteiros .wrapper-row .row-roteiro {
    padding: 10em 0em;
  }
  /* line 1851, ../scss/styles/_small.sass */
  .roteiros .wrapper-row .row-roteiro h2 a {
    color: white;
    font-weight: bold;
  }
  /* line 1855, ../scss/styles/_small.sass */
  .roteiros .wrapper-row .row-roteiro .row-body {
    font-family: "Lato" !important;
    color: white !important;
    text-size: 1em;
    line-height: 1.5em;
  }
  /* line 1861, ../scss/styles/_small.sass */
  .roteiros .wrapper-row .row-roteiro span {
    float: right;
    width: 100px;
    margin-top: 1em;
  }
  /* line 1866, ../scss/styles/_small.sass */
  .roteiros .wrapper-row .row-roteiro span a {
    position: relative;
    display: block;
    color: white;
    border: 1px solid white;
    padding: 10px 0;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 1875, ../scss/styles/_small.sass */
  .roteiros .wrapper-row .row-roteiro span a:hover, .roteiros .wrapper-row .row-roteiro span a:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 1882, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 1888, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider {
    margin: 0px;
    border: 0px none;
  }
  /* line 1893, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .slides .imagem {
    height: 100vh;
    width: auto;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
  }
  /* line 1901, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav {
    display: block;
    z-index: 2;
  }
  /* line 1905, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-next::before, .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-prev::before {
    content: "";
    background: url(../images/theme/setas/seta-direita-branco.svg) no-repeat;
    width: 27px;
    height: 50px;
  }
  /* line 1911, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a.flex-prev::before {
    background: url(../images/theme/setas/seta-esquerda-branco.svg) no-repeat;
  }
  /* line 1914, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-direction-nav a {
    width: 27px;
    height: 50px;
  }
  /* line 1918, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0%;
    padding: 15% 0% 3% 0%;
    text-align: center;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 99%);
  }
  /* line 1927, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li {
    display: inline-block;
    margin: 0 5px;
    background: transparent;
    position: relative;
  }
  /* line 1933, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a {
    background: white;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
  /* line 1939, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a.flex-active {
    background: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
  }
  /* line 1945, ../scss/styles/_small.sass */
  .page-wrapper .slider-roteiro .field-name-field-slideshow .flex-flexslider .flex-control-paging li a.flex-active::before {
    position: absolute;
    top: -3px;
    left: -3px;
    content: "";
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px white solid;
    border-radius: 50%;
  }
  /* line 1956, ../scss/styles/_small.sass */
  .page-wrapper .roteiro {
    display: block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: auto;
  }
  /* line 1964, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente {
    display: block;
    position: relative;
    padding: 6em 0em 2em 0em;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* line 1971, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .page-title {
    color: white;
    text-align: center;
    margin-bottom: 1em;
    font-size: 3em;
  }
  /* line 1977, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .texto {
    padding: 1em 0em 3em 0em;
  }
  /* line 1979, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .texto p {
    color: white !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: "Lato" !important;
    font-weight: 300;
  }
  /* line 1986, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente span {
    float: right;
    width: 100px;
    margin-top: 1em;
  }
  /* line 1991, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente span a {
    position: relative;
    display: block;
    color: white;
    border: 1px solid white;
    padding: 10px 0;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 2000, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente span a:hover, .page-wrapper .roteiro .gradiente span a:active {
    color: black;
    background-color: white;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 2006, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .service-links ul {
    text-align: center;
  }
  /* line 2009, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li {
    position: relative;
    display: inline-block;
    list-style: none;
    margin-bottom: 1em;
  }
  /* line 2015, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a {
    display: block;
    position: relative;
    width: 175px;
    margin: auto;
    color: white;
    border: 2px solid white;
    padding: 1em 1em;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: linear 300ms 100ms;
    -o-transition: linear 300ms 100ms;
    -webkit-transition: linear 300ms;
    -webkit-transition-delay: 100ms;
    transition: linear 300ms 100ms;
  }
  /* line 2027, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a img {
    margin-top: -4px;
    margin-right: 5px;
  }
  /* line 2031, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .service-links ul li a:hover, .page-wrapper .roteiro .gradiente .service-links ul li a:active {
    color: black;
    background-color: white;
    text-indent: -16px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }
  /* line 2038, ../scss/styles/_small.sass */
  .page-wrapper .roteiro .gradiente .service-links ul .service-links-forward a:hover, .page-wrapper .roteiro .gradiente .service-links ul .service-links-forward a:active {
    color: black;
    background-color: white;
    text-indent: -30px;
    -moz-transition: linear 300ms;
    -o-transition: linear 300ms;
    -webkit-transition: linear 300ms;
    transition: linear 300ms;
  }

  /* line 2045, ../scss/styles/_small.sass */
  .overlay {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 7;
  }
  /* line 2055, ../scss/styles/_small.sass */
  .overlay .overlay-close {
    width: 40px;
    height: 34px;
    position: absolute;
    display: none;
    right: 90px;
    bottom: 70px;
    overflow: hidden;
    border: none;
    background: url(../images/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
  }

  /* line 2070, ../scss/styles/_small.sass */
  .overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }

  /* line 2077, ../scss/styles/_small.sass */
  .overlay .wrapper {
    width: 100%;
  }
  /* line 2080, ../scss/styles/_small.sass */
  .overlay .wrapper .item {
    padding-right: 0em;
    margin: 0.5em 0em;
    float: right;
  }
  /* line 2085, ../scss/styles/_small.sass */
  .overlay .wrapper .item .telefone, .overlay .wrapper .item .morada, .overlay .wrapper .item .email {
    display: block;
    position: relative;
    width: 100%;
    height: 32px;
    padding-top: 8px;
    padding-right: 25px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    text-align: right;
    -moz-transform: translateX(16em);
    -ms-transform: translateX(16em);
    -webkit-transform: translateX(16em);
    transform: translateX(16em);
  }
  /* line 2098, ../scss/styles/_small.sass */
  .overlay .wrapper .item .telefone span, .overlay .wrapper .item .morada span, .overlay .wrapper .item .email span {
    font-size: 0.8em;
    color: white;
  }
  /* line 2102, ../scss/styles/_small.sass */
  .overlay .wrapper .item .telefone span p, .overlay .wrapper .item .morada span p, .overlay .wrapper .item .email span p {
    display: inline-block;
    line-height: 1em;
    margin: 0px 3px 0px 0px;
  }
  /* line 2107, ../scss/styles/_small.sass */
  .overlay .wrapper .item .telefone {
    background-image: url("../images/theme/telefone.svg");
    background-position: 100% 100%;
  }
  /* line 2111, ../scss/styles/_small.sass */
  .overlay .wrapper .item .telefone a {
    display: block;
    color: white;
  }
  /* line 2115, ../scss/styles/_small.sass */
  .overlay .wrapper .item .morada {
    padding-top: 0px;
    max-width: 320px;
    float: right;
    background-image: url("../images/theme/morada.svg");
  }
  /* line 2121, ../scss/styles/_small.sass */
  .overlay .wrapper .item .email {
    background-image: url("../images/theme/email.svg");
  }
  /* line 2124, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter {
    width: 100%;
    margin-top: 4em;
    float: right;
  }
  /* line 2129, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form {
    width: 400px;
    margin: auto;
  }
  /* line 2133, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-wrapper {
    display: none;
  }
  /* line 2136, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    display: block;
    width: 100%;
  }
  /* line 2140, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .form-item {
    margin: 0px;
  }
  /* line 2143, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form label {
    display: none;
  }
  /* line 2146, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"] {
    height: 45px;
    border: 2px solid white;
    background-color: transparent;
    max-width: 450px;
    margin: auto;
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 4px;
  }
  /* line 2159, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:focus, .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:hover {
    -moz-box-shadow: 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
  }
  /* line 2162, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2166, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-moz-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2170, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-ms-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2174, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .mailchimp-signup-subscribe-form button {
    display: block;
    margin: auto;
  }
  /* line 2178, ../scss/styles/_small.sass */
  .overlay .wrapper .newsletter .block-title {
    text-align: center;
    color: white;
  }
  /* line 2182, ../scss/styles/_small.sass */
  .overlay .middle-menu-section {
    display: block;
    padding-top: 4.5em;
  }
  /* line 2187, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu {
    margin: 0px;
  }
  /* line 2190, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu li {
    width: 100%;
    display: inline-block;
    padding: 0.4em 0em;
    text-align: right;
    -moz-transform: translateX(10em);
    -ms-transform: translateX(10em);
    -webkit-transform: translateX(10em);
    transform: translateX(10em);
  }
  /* line 2197, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu li a {
    text-transform: uppercase;
    font-size: 1.3em;
    color: white;
  }
  /* line 2202, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu li span, .overlay .middle-menu-section .block-system-main-menu .menu li span:hover {
    text-transform: uppercase;
    color: white;
    font-size: 2em;
    cursor: pointer;
  }
  /* line 2208, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(4), .overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(7) {
    display: none;
  }
  /* line 2212, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-system-main-menu .menu .logotipo {
    display: block;
    margin: auto;
    height: 74px;
    background-image: url("../images/logo-casa-da-serra.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    text-indent: -99999px;
  }
  /* line 2223, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-locale-language {
    position: absolute;
    left: 0.9375em;
    top: 56px;
    padding: 23px 0px;
    z-index: 999;
  }
  /* line 2230, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-locale-language .block-title {
    display: none;
  }
  /* line 2233, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url {
    margin-bottom: 0em;
  }
  /* line 2236, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li {
    display: inline-block;
    padding: 0.1em 0.4em;
    list-style: none;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  /* line 2242, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li a {
    color: white;
    font-size: 1em;
    vertical-align: 2px;
  }
  /* line 2247, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li .locale-untranslated {
    display: none;
  }
  /* line 2250, ../scss/styles/_small.sass */
  .overlay .middle-menu-section .block-locale-language .language-switcher-locale-url .active {
    background-color: white;
    color: black;
  }

  /* line 2254, ../scss/styles/_small.sass */
  .open-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  /* line 2263, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li {
    -moz-transform: translateX(0em);
    -ms-transform: translateX(0em);
    -webkit-transform: translateX(0em);
    transform: translateX(0em);
  }
  /* line 2266, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(1) {
    -moz-transition: -moz-transform 500ms ease-out 100ms;
    -o-transition: -o-transform 500ms ease-out 100ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 100ms;
    transition: transform 500ms ease-out 100ms;
  }
  /* line 2269, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(2) {
    -moz-transition: -moz-transform 500ms ease-out 150ms;
    -o-transition: -o-transform 500ms ease-out 150ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 150ms;
    transition: transform 500ms ease-out 150ms;
  }
  /* line 2272, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(3) {
    -moz-transition: -moz-transform 500ms ease-out 200ms;
    -o-transition: -o-transform 500ms ease-out 200ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 200ms;
    transition: transform 500ms ease-out 200ms;
  }
  /* line 2275, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(5) {
    -moz-transition: -moz-transform 500ms ease-out 250ms;
    -o-transition: -o-transform 500ms ease-out 250ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 250ms;
    transition: transform 500ms ease-out 250ms;
  }
  /* line 2278, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-system-main-menu .menu li:nth-child(6) {
    -moz-transition: -moz-transform 500ms ease-out 300ms;
    -o-transition: -o-transform 500ms ease-out 300ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 300ms;
    transition: transform 500ms ease-out 300ms;
  }
  /* line 2283, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 100ms ease-out 950ms;
    -o-transition: -o-transform 100ms ease-out 950ms;
    -webkit-transition: -webkit-transform 100ms ease-out;
    -webkit-transition-delay: 950ms;
    transition: transform 100ms ease-out 950ms;
  }
  /* line 2287, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li:nth-child(1) {
    -moz-transition: -moz-transform 100ms ease-out 950ms;
    -o-transition: -o-transform 100ms ease-out 950ms;
    -webkit-transition: -webkit-transform 100ms ease-out;
    -webkit-transition-delay: 950ms;
    transition: transform 100ms ease-out 950ms;
  }
  /* line 2290, ../scss/styles/_small.sass */
  .open-overlay .middle-menu-section .block-locale-language .language-switcher-locale-url li:nth-child(2) {
    -moz-transition: -moz-transform 100ms ease-out 1s;
    -o-transition: -o-transform 100ms ease-out 1s;
    -webkit-transition: -webkit-transform 100ms ease-out;
    -webkit-transition-delay: 1s;
    transition: transform 100ms ease-out 1s;
  }
  /* line 2295, ../scss/styles/_small.sass */
  .open-overlay .wrapper .item .telefone, .open-overlay .wrapper .item .morada, .open-overlay .wrapper .item .email {
    -moz-transform: translateX(0em);
    -ms-transform: translateX(0em);
    -webkit-transform: translateX(0em);
    transform: translateX(0em);
  }
  /* line 2298, ../scss/styles/_small.sass */
  .open-overlay .wrapper .item .telefone {
    -moz-transition: -moz-transform 500ms ease-out 350ms;
    -o-transition: -o-transform 500ms ease-out 350ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 350ms;
    transition: transform 500ms ease-out 350ms;
  }
  /* line 2301, ../scss/styles/_small.sass */
  .open-overlay .wrapper .item .morada {
    -moz-transition: -moz-transform 500ms ease-out 400ms;
    -o-transition: -o-transform 500ms ease-out 400ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 400ms;
    transition: transform 500ms ease-out 400ms;
  }
  /* line 2304, ../scss/styles/_small.sass */
  .open-overlay .wrapper .item .email {
    -moz-transition: -moz-transform 500ms ease-out 450ms;
    -o-transition: -o-transform 500ms ease-out 450ms;
    -webkit-transition: -webkit-transform 500ms ease-out;
    -webkit-transition-delay: 450ms;
    transition: transform 500ms ease-out 450ms;
  }
  /* line 2307, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter {
    width: 100%;
    margin-top: 4em;
    float: right;
  }
  /* line 2312, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form {
    width: 100%;
    margin: auto;
  }
  /* line 2316, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-wrapper {
    display: none;
  }
  /* line 2319, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields {
    display: block;
    width: 100%;
  }
  /* line 2323, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields .form-item {
    margin: 0px;
  }
  /* line 2326, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form label {
    display: none;
  }
  /* line 2329, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"] {
    height: 45px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 4px;
  }
  /* line 2340, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:focus, .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form input[type="text"]:hover {
    -moz-box-shadow: 0 0 0px transparent;
    -webkit-box-shadow: 0 0 0px transparent;
    box-shadow: 0 0 0px transparent;
  }
  /* line 2343, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2347, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-moz-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2351, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form [placeholder]:focus::-ms-input-placeholder {
    transition: opacity 0.5s 0.5s ease;
    opacity: 0;
  }
  /* line 2355, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .mailchimp-signup-subscribe-form button {
    display: block;
    margin: auto;
  }
  /* line 2359, ../scss/styles/_small.sass */
  .open-overlay .wrapper .newsletter .block-title {
    text-align: center;
    color: white;
  }

  /* line 2363, ../scss/styles/_small.sass */
  .modal {
    max-width: 570px;
    max-height: 570px;
    margin: auto auto;
    margin-top: 90px;
    padding: 20px;
    overflow: hidden;
  }
  /* line 2373, ../scss/styles/_small.sass */
  .modal .block {
    max-width: 520px;
    max-height: 520px;
    margin: 25px;
  }

  /* line 2378, ../scss/styles/_small.sass */
  .mfp-close {
    float: right;
  }
}
