/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Global */
/* Grid */
/* Nav */
/* Slogan */
/* Contatti */
/* Come raggiungerci (dove) */
/* Footer */
body {
  background-color: #fff;
  color: #393536;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  text-align: left;
  font-size: 1.1em; }
  body p {
    line-height: 1.6em; }
  body .locked {
    overflow-y: hidden;
    height: 100%; }

a {
  color: #8cb6aa; }

a:link {
  text-decoration: none; }

h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: lowercase;
  text-align: center;
  font-size: 5em; }

h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: lowercase;
  text-align: center;
  font-size: 2.5em; }

h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.66667em; }

h4 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.25em; }

h5 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1em; }

h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.83333em; }

.close, nav ul.mobile-menu li.close {
  position: absolute;
  top: 33px;
  right: 33px;
  background-size: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  padding: 0; }

.hide {
  display: none !important; }

.hide-small {
  display: none; }

.center-small {
  text-align: center; }

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

@media screen and (min-width: 641px) {
  .hide-medium {
    display: none; } }
@media screen and (min-width: 640px) {
  .center-medium {
    text-align: center; }

  .right-medium {
    text-align: right; } }
@media screen and (max-width: 640px) {
  .hide-smaller-medium {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .hide-large {
    display: none; } }
@media screen and (min-width: 1024px) {
  .center-large {
    text-align: center; }

  .right-large {
    text-align: right; } }
@media screen and (max-width: 1024px) {
  .hide-smaller-large {
    display: none !important; } }
@media screen and (min-width: 1201px) {
  .hide-xlarge {
    display: none; } }
@media screen and (min-width: 1200px) {
  .center-xlarge {
    text-align: center; }

  .right-xlarge {
    text-align: right; } }
@media screen and (max-width: 1200px) {
  .hide-smaller-xlarge {
    display: none !important; } }
@media screen and (min-width: 1601px) {
  .hide-xxlarge {
    display: none; } }
@media screen and (min-width: 1600px) {
  .center-xxlarge {
    text-align: center; }

  .right-xxlarge {
    text-align: right; } }
@media screen and (max-width: 1600px) {
  .hide-smaller-xxlarge {
    display: none !important; } }
.clear-both {
  clear: both; }

nav {
  background-color: #fff;
  box-sizing: border-box;
  height: 90px;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: lowercase;
  text-align: center; }
  @media screen and (min-width: 1025px) {
    nav {
      height: 196px; } }
  nav .wrapper {
    height: 100%; }
  nav #logo {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    height: 96px;
    text-align: left;
    padding: 0; }
    @media screen and (min-width: 1025px) {
      nav #logo {
        height: 200px; } }
  nav .title {
    display: table-cell;
    padding: 12px;
    font-size: 1em; }
  nav .desktop-menu {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
    height: 100%; }
    nav .desktop-menu li {
      display: table-cell;
      vertical-align: middle; }
      nav .desktop-menu li:nth-child(2) {
        text-align: left !important; }
      nav .desktop-menu li:nth-child(3), nav .desktop-menu li:nth-child(4) {
        width: 150px; }
    nav .desktop-menu a {
      color: #393536;
      display: block;
      padding: 12px;
      margin: 0;
      text-decoration: none; }
      nav .desktop-menu a:hover {
        border-bottom: 4px solid #8cb6aa;
        border-top: 4px solid #fff; }
  nav ul.mobile-menu {
    background-color: #ffffff;
    width: 50%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    z-index: 50;
    border-left: 1px solid #8cb6aa; }
    nav ul.mobile-menu li {
      display: block;
      text-align: right;
      line-height: 2.5;
      color: #333;
      text-decoration: none;
      font-size: 1.3em;
      padding: 0 40px; }
      nav ul.mobile-menu li:first-of-type {
        padding-top: 130px; }
      nav ul.mobile-menu li.close {
        position: absolute;
        background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%3E%3Cg%20fill%3D%22gray%22%3E%3Cpath%20d%3D%22M0%202.09L2.09%200%2023%2020.907%2020.91%2023z%22%2F%3E%3Cpath%20d%3D%22M20.91%200L23%202.09%202.09%2023%200%2020.91z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%; }
  nav #hamburger {
    display: block;
    background-color: #ffffff;
    width: 90px;
    height: 90px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0; }
    @media screen and (min-width: 1025px) {
      nav #hamburger {
        display: none; } }
    nav #hamburger .container {
      width: 30px;
      margin: 0 auto;
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
      nav #hamburger .container .line {
        width: 100%;
        height: 2px;
        background-color: #8cb6aa; }
      nav #hamburger .container .line:nth-child(2) {
        margin: 7px 0; }

section {
  padding: 30px 0; }

#hero {
  padding: 0 0 30px 0;
  position: relative; }
  #hero img {
    display: block;
    width: 100%; }

#contattiTitle {
  background-color: #8cb6aa;
  color: #fff; }

#contatti {
  background-color: #fff;
  text-align: center; }
  #contatti img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px; }

#dove #map {
  width: 100%;
  height: 400px; }

footer {
  background-color: #383838;
  color: #ffffff;
  font-size: 80%; }
  footer a {
    color: #ffffff; }
  footer ul {
    margin: 0;
    padding: 0; }
  footer li {
    list-style: none; }
  footer .footerSecond {
    border-top: 1px solid #666666; }

#informativaBreve {
  color: #ffffff;
  width: 100%;
  position: fixed;
  left: 0;
  padding: 2%;
  box-sizing: border-box;
  margin: 0;
  z-index: 50;
  background: rgba(102, 102, 102, 0.95);
  bottom: 0;
  font-size: 90%; }
  #informativaBreve h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 3em; }
  #informativaBreve h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 1.5em; }
  #informativaBreve h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 1em; }
  #informativaBreve h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 0.75em; }
  #informativaBreve h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 0.6em; }
  #informativaBreve h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 0.5em; }
  #informativaBreve .close {
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%3E%3Cg%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M0%202.09L2.09%200%2023%2020.907%2020.91%2023z%22%2F%3E%3Cpath%20d%3D%22M20.91%200L23%202.09%202.09%2023%200%2020.91z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%; }
  #informativaBreve .close {
    position: absolute; }

#informativaEstesa {
  color: #ffffff;
  width: 100%;
  position: fixed;
  left: 0;
  padding: 2%;
  box-sizing: border-box;
  margin: 0;
  z-index: 50;
  background-color: #383838;
  height: 100vh;
  overflow-y: scroll;
  top: 0;
  font-size: 90%; }
  #informativaEstesa h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 3em; }
  #informativaEstesa h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 1.5em; }
  #informativaEstesa h3 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 1em; }
  #informativaEstesa h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 0.75em; }
  #informativaEstesa h5 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 0.6em; }
  #informativaEstesa h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    color: #8cb6aa;
    font-size: 0.5em; }
  #informativaEstesa .close {
    background: transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223%22%20height%3D%2223%22%3E%3Cg%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M0%202.09L2.09%200%2023%2020.907%2020.91%2023z%22%2F%3E%3Cpath%20d%3D%22M20.91%200L23%202.09%202.09%2023%200%2020.91z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 50%; }
  #informativaEstesa .close {
    position: fixed; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
  box-sizing: border-box; }

/*

*/
.small-1 {
  box-sizing: border-box;
  float: left;
  width: 8.33333%; }

.small-2 {
  box-sizing: border-box;
  float: left;
  width: 16.66667%; }

.small-3 {
  box-sizing: border-box;
  float: left;
  width: 25%; }

.small-4 {
  box-sizing: border-box;
  float: left;
  width: 33.33333%; }

.small-5 {
  box-sizing: border-box;
  float: left;
  width: 41.66667%; }

.small-6 {
  box-sizing: border-box;
  float: left;
  width: 50%; }

.small-7 {
  box-sizing: border-box;
  float: left;
  width: 58.33333%; }

.small-8 {
  box-sizing: border-box;
  float: left;
  width: 66.66667%; }

.small-9 {
  box-sizing: border-box;
  float: left;
  width: 75%; }

.small-10 {
  box-sizing: border-box;
  float: left;
  width: 83.33333%; }

.small-11 {
  box-sizing: border-box;
  float: left;
  width: 91.66667%; }

.small-12 {
  box-sizing: border-box;
  float: left;
  width: 100%; }

@media screen and (min-width: 641px) {
  .medium-1 {
    box-sizing: border-box;
    float: left;
    width: 8.33333%; }

  .medium-2 {
    box-sizing: border-box;
    float: left;
    width: 16.66667%; }

  .medium-3 {
    box-sizing: border-box;
    float: left;
    width: 25%; }

  .medium-4 {
    box-sizing: border-box;
    float: left;
    width: 33.33333%; }

  .medium-5 {
    box-sizing: border-box;
    float: left;
    width: 41.66667%; }

  .medium-6 {
    box-sizing: border-box;
    float: left;
    width: 50%; }

  .medium-7 {
    box-sizing: border-box;
    float: left;
    width: 58.33333%; }

  .medium-8 {
    box-sizing: border-box;
    float: left;
    width: 66.66667%; }

  .medium-9 {
    box-sizing: border-box;
    float: left;
    width: 75%; }

  .medium-10 {
    box-sizing: border-box;
    float: left;
    width: 83.33333%; }

  .medium-11 {
    box-sizing: border-box;
    float: left;
    width: 91.66667%; }

  .medium-12 {
    box-sizing: border-box;
    float: left;
    width: 100%; } }
@media screen and (min-width: 1025px) {
  .large-1 {
    box-sizing: border-box;
    float: left;
    width: 8.33333%; }

  .large-2 {
    box-sizing: border-box;
    float: left;
    width: 16.66667%; }

  .large-3 {
    box-sizing: border-box;
    float: left;
    width: 25%; }

  .large-4 {
    box-sizing: border-box;
    float: left;
    width: 33.33333%; }

  .large-5 {
    box-sizing: border-box;
    float: left;
    width: 41.66667%; }

  .large-6 {
    box-sizing: border-box;
    float: left;
    width: 50%; }

  .large-7 {
    box-sizing: border-box;
    float: left;
    width: 58.33333%; }

  .large-8 {
    box-sizing: border-box;
    float: left;
    width: 66.66667%; }

  .large-9 {
    box-sizing: border-box;
    float: left;
    width: 75%; }

  .large-10 {
    box-sizing: border-box;
    float: left;
    width: 83.33333%; }

  .large-11 {
    box-sizing: border-box;
    float: left;
    width: 91.66667%; }

  .large-12 {
    box-sizing: border-box;
    float: left;
    width: 100%; } }
@media screen and (min-width: 1201px) {
  .xlarge-1 {
    box-sizing: border-box;
    float: left;
    width: 8.33333%; }

  .xlarge-2 {
    box-sizing: border-box;
    float: left;
    width: 16.66667%; }

  .xlarge-3 {
    box-sizing: border-box;
    float: left;
    width: 25%; }

  .xlarge-4 {
    box-sizing: border-box;
    float: left;
    width: 33.33333%; }

  .xlarge-5 {
    box-sizing: border-box;
    float: left;
    width: 41.66667%; }

  .xlarge-6 {
    box-sizing: border-box;
    float: left;
    width: 50%; }

  .xlarge-7 {
    box-sizing: border-box;
    float: left;
    width: 58.33333%; }

  .xlarge-8 {
    box-sizing: border-box;
    float: left;
    width: 66.66667%; }

  .xlarge-9 {
    box-sizing: border-box;
    float: left;
    width: 75%; }

  .xlarge-10 {
    box-sizing: border-box;
    float: left;
    width: 83.33333%; }

  .xlarge-11 {
    box-sizing: border-box;
    float: left;
    width: 91.66667%; }

  .xlarge-12 {
    box-sizing: border-box;
    float: left;
    width: 100%; } }
@media screen and (min-width: 1601px) {
  .xxlarge-1 {
    box-sizing: border-box;
    float: left;
    width: 8.33333%; }

  .xxlarge-2 {
    box-sizing: border-box;
    float: left;
    width: 16.66667%; }

  .xxlarge-3 {
    box-sizing: border-box;
    float: left;
    width: 25%; }

  .xxlarge-4 {
    box-sizing: border-box;
    float: left;
    width: 33.33333%; }

  .xxlarge-5 {
    box-sizing: border-box;
    float: left;
    width: 41.66667%; }

  .xxlarge-6 {
    box-sizing: border-box;
    float: left;
    width: 50%; }

  .xxlarge-7 {
    box-sizing: border-box;
    float: left;
    width: 58.33333%; }

  .xxlarge-8 {
    box-sizing: border-box;
    float: left;
    width: 66.66667%; }

  .xxlarge-9 {
    box-sizing: border-box;
    float: left;
    width: 75%; }

  .xxlarge-10 {
    box-sizing: border-box;
    float: left;
    width: 83.33333%; }

  .xxlarge-11 {
    box-sizing: border-box;
    float: left;
    width: 91.66667%; }

  .xxlarge-12 {
    box-sizing: border-box;
    float: left;
    width: 100%; } }

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