/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

.button {
  background: #213b79;
  color: white;
  display: block;
  font-size: 2em;
  padding: 1em;
  margin: .5em auto;
  cursor: pointer; }
  @media (min-width: 40em) {
    .button {
      font-size: 1em;
      display: inline-block; } }
  .button:hover {
    color: white;
    background-color: #1c3165; }

[grid] article {
  float: none;
  padding: 0;
  width: 100%;
  padding: .5em 0;
  overflow: hidden; }
  @media (min-width: 40em) {
    [grid] article {
      float: left;
      padding: 1.75em; }
      [grid] article.inverted {
        float: right; }
      [grid] article [grid] {
        padding: 0; }
        [grid] article [grid] article {
          padding: 0; } }
[grid][grid="2-3"] article, [grid][grid="2-4"] article, [grid][grid="2-5"] article, [grid][grid="2-6"] article {
  float: left;
  width: 50%; }
  [grid][grid="2-3"] article:nth-child(2n+1), [grid][grid="2-4"] article:nth-child(2n+1), [grid][grid="2-5"] article:nth-child(2n+1), [grid][grid="2-6"] article:nth-child(2n+1) {
    clear: left; }
    @media (min-width: 40em) {
      [grid][grid="2-3"] article:nth-child(2n+1), [grid][grid="2-4"] article:nth-child(2n+1), [grid][grid="2-5"] article:nth-child(2n+1), [grid][grid="2-6"] article:nth-child(2n+1) {
        clear: none; } }
@media (min-width: 40em) {
  [grid][grid="1-2"] article {
    width: 50%; }
    [grid][grid="1-2"] article:nth-child(odd) {
      clear: left;
      padding: 1.75em 1.75em 1.75em 0; }
    [grid][grid="1-2"] article.inverted:nth-child(odd) {
      clear: left;
      padding: 1.75em 0 1.75em 1.75em; }
    [grid][grid="1-2"] article:nth-child(even) {
      padding: 1.75em 1.75em 1.75em 0; }
    [grid][grid="1-2"] article.inverted:nth-child(even) {
      padding: 1.75em 0 1.75em 1.75em; } }
@media (min-width: 40em) {
  [grid][grid="1-3"] article, [grid][grid="2-3"] article {
    width: 33.333%; }
    [grid][grid="1-3"] article:nth-child(4n+0), [grid][grid="2-3"] article:nth-child(4n+0) {
      clear: left; } }
@media (min-width: 40em) {
  [grid][grid="1-4"] article, [grid][grid="2-4"] article {
    width: 25%; }
    [grid][grid="1-4"] article:nth-child(4n+1), [grid][grid="2-4"] article:nth-child(4n+1) {
      clear: left; } }
@media (min-width: 40em) {
  [grid][grid="1-5"] article, [grid][grid="2-5"] article {
    width: 20%; }
    [grid][grid="1-5"] article:nth-child(6n+0), [grid][grid="2-5"] article:nth-child(6n+0) {
      clear: left; } }
@media (min-width: 40em) {
  [grid][grid="1-6"] article, [grid][grid="2-6"] article {
    width: 16.66%; }
    [grid][grid="1-6"] article:nth-child(7n+0), [grid][grid="2-6"] article:nth-child(7n+0) {
      clear: left; } }

body {
  background: #FFFFFF;
  color: #525252;
  font-family: "Cabin";
  font-size: .65em;
  margin: 0 auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 30em) {
    body {
      font-size: .7em; } }
  @media (min-width: 60em) {
    body {
      font-size: .9em; } }

img {
  width: 100%;
  display: block; }

article {
  text-align: center; }
  @media (min-width: 40em) {
    article {
      text-align: left; } }
  article h2 {
    margin: 0 auto; }
  article.picture {
    margin: 2em auto 1em; }
    @media (min-width: 60em) {
      article.picture {
        margin: 0 auto; } }

main section {
  margin: 0 auto;
  padding: 2.25em; }
main section:nth-child(odd) {
  background-color: #F9F9F9; }
main.inverted-background section:nth-child(even) {
  background-color: #F9F9F9; }

.cookies {
  padding: 1em;
  width: 100%; }
  @media (min-width: 80em) {
    .cookies {
      width: 70em; } }

.logo {
  display: block;
  text-align: center; }
  @media (min-width: 40em) {
    .logo {
      display: initial; } }
  .logo h1 {
    display: inline-block;
    font-size: 5em;
    margin: 0 auto;
    text-align: center;
    color: #213b79; }
    @media (min-width: 40em) {
      .logo h1 {
        font-size: 3em;
        margin: 0 0 0 .2em;
        font-weight: bold; } }
  .logo img {
    margin: 0 auto;
    max-width: 3.5em;
    display: inline-block; }
    @media (min-width: 40em) {
      .logo img {
        float: left;
        margin: .3em auto .6em;
        max-width: 3em; } }

#top-bar {
  margin: 0 auto;
  padding: 2em 1.5em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75); }
  @media (min-width: 40em) {
    #top-bar {
      background: #FFFFFF;
      padding: .5em 1em;
      position: static; } }
  #top-bar .bar {
    max-width: 80em;
    margin: 0 auto; }

.quote {
  padding: 3em 2em; }
  @media (min-width: 40em) {
    .quote {
      padding: 4em 2em; } }
  .quote h1 {
    margin: 0; }
  .quote p {
    margin-top: 0;
    max-width: 40.5em; }
    @media (min-width: 40em) {
      .quote p {
        font-size: 1.5em; } }
  .quote img {
    width: 75px;
    margin: 0 auto 2em; }

section.cover {
  background-position: 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  max-width: none;
  padding: 0; }
  section.cover.content {
    height: 25em; }
  section.cover.pool-under-construction {
    background-image: url("../assets/images/pool-under-construction.JPG");
    background-position: 70%;}
    @media (min-width: 40em) {
      section.cover.pool-under-construction {
        height: 30em;
        background-position: 0;
      } }
  section.cover.kitchen {
    background-image: url("../assets/images/IMG_4516.JPG"); }
    @media (min-width: 40em) {
      section.cover.kitchen {
        height: 30em; } }
  section.cover.gas-top {
    background-image: url("https://place-hold.it/1600x800");
    background-position-x: 81.7%; }
    @media (min-width: 40em) {
      section.cover.gas-top {
        height: 30em; 
        background-position-x: 0; } }
  section.cover.gas-bottom {
    background-image: url("https://place-hold.it/1600x800"); }
    @media (min-width: 40em) {
      section.cover.gas-bottom {
        height: 30em; } }
  section.cover.contatti-top {
    background-image: url("https://place-hold.it/1600x800"); }
    @media (min-width: 40em) {
      section.cover.contatti-top {
        height: 30em; } }
  section.cover.contatti-bottom {
    background-image: url("https://place-hold.it/1600x800"); }
    @media (min-width: 40em) {
      section.cover.contatti-bottom {
        height: 30em; } }
  section.cover.chi-siamo-top {
    background-image: url("../assets/images/chi-siamo/cover.JPG"); }
    @media (min-width: 40em) {
      section.cover.chi-siamo-top {
        height: 30em; } }
  section.cover.chi-siamo-bottom {
    background-image: url("https://place-hold.it/1600x800"); }
    @media (min-width: 40em) {
      section.cover.chi-siamo-bottom {
        height: 30em; } }

section.devices {
  padding: 3em 2.25em 4em; }
  section.devices h2 {
    text-transform: none !important; }
  section.devices h3 {
    text-transform: uppercase;
    font-weight: normal; }
  section.devices img {
    max-width: 6em;
    margin: 1em auto; }
  section.devices h2 {
    margin: 0 auto .5em;
    padding: .25em 0 .75em;
    text-align: center;
    text-transform: uppercase; }
  section.devices h3 {
    margin: 1.5em auto 0;
    text-align: center; }
  section.devices .constrain {
    padding: 0 1.75em; }
  section.devices article {
    padding: 0; }

section.md {
  background-color: white !important; }
  section.md a {
    color: #d4d4d4; }
    section.md a:hover {
      color: #bababa; }
  section.md * {
    text-align: left; }
  section.md h2, section.md h3, section.md h4 {
    text-transform: uppercase; }
  section.md h3 {
    font-size: 1.95em; }
  section.md h3:first-child {
    margin-top: 0; }
  section.md h4 {
    font-size: 1.4em;
    font-weight: normal;
    color: #c7c7c7; }
  @media (min-width: 40em) {
    section.md ul li, section.md ol li {
      font-size: 1.3em; } }
  section.md p code, section.md li code {
    background: #f3f3f3;
    padding: 0.2em; }

footer {
  color: #525252;
  font-size: 1.1em;
  padding: 1.5em; }
  @media (min-width: 40em) {
    footer {
      padding: 2em 1.5em 1em; } }
  footer article {
    margin: 0 auto;
    position: relative;
    display: inline-block; }
  footer p {
    margin: 0 auto;
    text-align: center;
    font-size: 1.2em; }
    @media (min-width: 40em) {
      footer p {
        font-size: 1em;
        padding-left: 4em;
        text-align: left; } }
  footer img {
    margin: 0em auto 1em;
    width: 6em; }
    @media (min-width: 40em) {
      footer img {
        width: 3em;
        float: left; } }

#specs {
  background: #F9F9F9;
  font-size: .75em; }
  @media (min-width: 40em) {
    #specs {
      padding: 2em 1em 1em;
      font-size: 1em; } }
  #specs ul {
    font-size: 1.1em; }
  #specs h3 {
    text-align: left;
    margin-top: 0;
    font-size: 2.25em; }
    @media (min-width: 40em) {
      #specs h3 {
        font-size: 1.75em; } }
  #specs article {
    padding: 0; }

@media (min-width: 40em) {
  #menu {
    float: right;
    margin-top: .25em;
    text-align: left; } }
#menu ul {
  margin: 1em auto 0;
  text-align: center;
  padding-left: 0; }
  @media (min-width: 40em) {
    #menu ul {
      margin: 0 auto;
      padding-left: 2em; } }
#menu li {
  font-size: 2em;
  list-style-type: none;
  margin: .5em auto 0;
  text-transform: uppercase; }
  @media (min-width: 40em) {
    #menu li {
      display: inline-block;
      font-size: 1em;
      margin-top: 0;
      padding: .8em .45em; } }
  @media (min-width: 60em) {
    #menu li {
      font-size: 1em; } }
  @media (min-width: 80em) {
    #menu li {
      font-size: 1.25em; } }
#menu a,
#menu a:visited,
#menu a:active {
  text-decoration: none;
  color: #213b79; }

table {
  color: #525252;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.25em 0;
  width: 100%; }
  @media (min-width: 40em) {
    table {
      width: auto; } }

td, th {
  border: 1px solid transparent;
  /* No more visible border */
  padding: .75em; }

th {
  background: #e6e6e6;
  font-weight: bold; }

td {
  text-align: center; }

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td {
  background: #ececec; }

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td {
  background: #f3f3f3; }

a {
  color: #aeaeae;
  outline: 0;
  text-decoration: none; }
  a:hover {
    color: #e1e1e1; }

code {
  font-size: 0.85em; }
  @media (min-width: 40em) {
    code {
      font-size: 1em; } }

h1,
h2,
h3 {
  text-shadow: -1px 1px 0px #ECECEC;
  color: #c7c7c7;
  font-weight: 200;
  margin-bottom: 0; }

h1 {
  font-size: 3.65em;
  text-transform: uppercase; }
  @media (min-width: 40em) {
    h1 {
      font-size: 3.75em; } }

h2 {
  font-size: 2.75em;
  margin: .75em auto 0; }
  @media (min-width: 40em) {
    h2 {
      font-size: 2.25em;
      margin: .25em auto .5em; } }

h3 {
  font-size: 1.6em; }
  @media (min-width: 40em) {
    h3 {
      font-size: 1.35em; } }

h4 {
  margin: 1em auto .5em; }

label {
  display: block;
  margin-bottom: .5em;
  text-align: left; }
  label small {
    color: #c7c7c7; }

p {
  font-size: 1.5em;
  line-height: 1.5;
  margin: .25em auto; }
  @media (min-width: 40em) {
    p {
      font-size: 1.3em;
      line-height: 1.6; } }
  p:last-child {
    margin-bottom: 0; }

small {
  font-size: 1.3em; }
  @media (min-width: 40em) {
    small {
      font-size: .8em; } }

input[type=date],
input[type=email],
input[type=text],
input[type=submit],
select {
  display: block;
  padding: .5em;
  width: 100%;
  font-size: 1.2em; }

input[type=submit] {
  background: #5B9289;
  border-radius: 0;
  font-size: 1.5em;
  border: none;
  color: white;
  margin: .75em auto .25em;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 40em) {
    input[type=submit] {
      width: auto; } }
  input[type=submit]:hover {
    background: #47736c; }

ul,
ol {
  text-align: left;
  padding-left: 2em; }
  ul li,
  ol li {
    font-size: 1.5em;
    margin-bottom: .5em; }
    @media (min-width: 40em) {
      ul li,
      ol li {
        font-size: 1em;
        margin-bottom: .35em; } }

ol {
  list-style-type: decimal; }

pre {
  background: #f2f2f2;
  padding: .75em; }

.field {
  padding: .5em; }
  .field.error input[type=date],
  .field.error input[type=email],
  .field.error input[type=text],
  .field.error select {
    border: 1px solid #e69696; }
  .field.error label {
    color: #b14b4b; }

.js-result {
  margin: 0 auto;
  color: #c7c7c7;
  text-align: center;
  font-size: 3em;
  display: block;
  text-transform: uppercase;
  font-weight: 200; }

.js-search-places {
  background-color: #fff;
  font-family: Roboto;
  font-size: 1em;
  font-weight: 300;
  margin-left: .75em;
  padding: 0 .75em;
  text-overflow: ellipsis;
  margin-top: .7em;
  width: auto !important; }

.controls {
  margin-top: 0;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }

.debug {
  color: red;
  display: block; }

#param-captcha, #param-captcha option {
  font-family: monospace !important; }

.range {
  float: right; }

.cf:before,
.cf:after,
main:before,
main:after {
  content: ' ';
  display: table; }

.cf:after,
main:after {
  clear: both; }

.clear {
  clear: both; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.underline {
  text-decoration: underline; }

.camel {
  text-transform: none !important; }

.center {
  text-align: center; }

.constrain {
  margin: 0 auto;
  max-width: 80em; }

.disabled {
  opacity: .3; }

.map-container #map {
  width: 100%;
  height: 400px; }
  @media (min-width: 40em) {
    .map-container #map {
      height: 500px; } }
.map-container .constrain {
  padding: .5em; }

.hidden {
  display: none !important; }

.transparent {
  visibility: hidden; }

.mobile-hidden {
  display: none; }
  @media (min-width: 60em) {
    .mobile-hidden {
      display: inherit; } }

.underline {
  text-decoration: underline !important; }

.edge-attached {
  position: relative;
  left: -2.25em;
  width: calc(100% + 4.5em); }
  @media (min-width: 60em) {
    .edge-attached {
      position: static;
      left: auto;
      width: 100%; } }

.forced-white {
  background-color: white !important; }

.video-container {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.gallery {
  user-select: none;
  position: relative; }
  .gallery img {
    user-select: none; }
  .gallery .left, .gallery .right {
    color: white;
    cursor: pointer;
    font-size: 4em;
    opacity: 0.9;
    padding: 1em 0;
    position: absolute;
    text-shadow: 0px 0px 3px black;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999; }
  .gallery .left:hover, .gallery .right:hover {
    opacity: 1; }
  .gallery .left {
    left: .25em; }
    @media (min-width: 40em) {
      .gallery .left {
        left: .8em; } }
  .gallery .right {
    right: .25em; }
    @media (min-width: 40em) {
      .gallery .right {
        right: .8em; } }