/* $variabili */
/* @mixin */
/* Sass */
.hide {
  display: none; }

* {
  outline: 0 !important; }

h1, h2, h3, h4 {
  margin-top: 0; }

a, .btn {
  -webkit-transition: 0.5s;
          transition: 0.5s; }

.nopad {
  padding-left: 0;
  padding-right: 0; }

.gfull {
  width: 100%; }

.href-hide {
  text-indent: -250%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1; }

.btn {
  box-shadow: none;
  border: 2px solid white;
  letter-spacing: 1px; }
  .btn:hover {
    background-color: white;
    border: 2px solid white;
    color: #868787;
    box-shadow: none; }

/* index.html */
.call {
  background-color: #76a5cb;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center; }
  .call p {
    margin-bottom: 0;
    color: white;
    display: inline-block;
    margin-right: 20px; }
    .call p a {
      color: white; }
  .call .btn {
    height: 32px;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 20px; }

.full-hero {
  background-image: url(../imgs/full-hero.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  min-height: 374px; }
  .full-hero img {
    max-width: 350px;
    margin: 0 auto;
    margin-top: 60px; }
  .full-hero p {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 20px;
    letter-spacing: 0.5px; }

.slog {
  padding-top: 80px;
  padding-bottom: 140px; }
  .slog h2 {
    font-size: 37px;
    text-align: center;
    max-width: 660px;
    margin: 0 auto;
    margin-bottom: 60px; }
  .slog p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0; }

.full-flex {
  background-image: url(../imgs/full-flex.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 80px; }
  .full-flex h2 {
    text-align: center; }
  .full-flex p {
    text-align: center;
    letter-spacing: 0.5px; }
  .full-flex .flex {
    margin-top: 40px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch; }
  .full-flex .flex-item {
    -webkit-flex: 0 0 23%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    background-color: red;
    margin: 10px;
    border-radius: 4px;
    padding: 20px; }
    .full-flex .flex-item small {
      color: white;
      font-weight: 300;
      font-size: 29px; }
    .full-flex .flex-item p {
      color: white;
      text-align: left;
      margin-top: 20px;
      font-size: 16px; }
      .full-flex .flex-item p.small {
        max-width: 160px; }
    .full-flex .flex-item.uno, .full-flex .flex-item.quattro, .full-flex .flex-item.sei, .full-flex .flex-item.otto {
      -webkit-flex: 2 0 23%;
      -webkit-box-flex: 2;
          -ms-flex: 2 0 23%;
              flex: 2 0 23%; }
    .full-flex .flex-item.uno, .full-flex .flex-item.sette {
      background-color: #76a5cb; }
    .full-flex .flex-item.due, .full-flex .flex-item.otto {
      background-color: #868787; }
    .full-flex .flex-item.tre, .full-flex .flex-item.sei {
      background-color: #d8c912; }
    .full-flex .flex-item.quattro, .full-flex .flex-item.cinque {
      background-color: #b6b6b6; }
    .full-flex .flex-item.due, .full-flex .flex-item.tre, .full-flex .flex-item.cinque, .full-flex .flex-item.sette {
      -webkit-flex: 0 0 16%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16%;
              flex: 0 0 16%; }

.aicel {
  padding-top: 80px;
  padding-bottom: 80px; }
  .aicel img {
    margin: 0 auto; }
  .aicel h2 {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 900px; }
  .aicel .item {
    margin-top: 20px;
    border: 1px solid #e4e9e5;
    padding: 40px;
    padding-left: 20px;
    padding-right: 20px; }
    .aicel .item h3 {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      margin: 0 auto;
      margin-top: 60px;
      letter-spacing: 0.5px;
      max-width: 200px; }
    .aicel .item hr {
      width: 50px;
      height: 3px;
      background-color: #868787; }
    .aicel .item p {
      text-align: center;
      font-size: 16px;
      margin-bottom: 0;
      min-height: 110px; }

.form {
  background-image: url(../imgs/form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 80px; }
  .form h4 {
    color: white;
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 40px; }
  .form p {
    margin-bottom: 40px;
    color: white;
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: 1px; }
  .form form .form-group {
    margin-bottom: 30px; }
  .form form input {
    border: none;
    border-bottom: 1px solid white;
    box-shadow: none;
    letter-spacing: 0.5px;
    font-size: 16px; }
    .form form input:focus {
      box-shadow: none; }
      .form form input.txt2 {display: none; visibility: hidden; }
  .form form textarea {
    height: 260px;
    box-shadow: none;
    letter-spacing: 0.5px;
    padding: 12px;
    font-size: 16px; }
    .form form textarea:focus {
      box-shadow: none; }
  .form form label {
    font-weight: 500;
    font-size: 14px;
    color: white;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-top: 30px; }
  .form form .btn {
    text-transform: uppercase;
    padding-left: 40px;
    padding-right: 40px; }
    
form#frmCnt ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8;
    font-style: italic; }
  form#frmCnt :-moz-placeholder {
    color: #fff;
    opacity: 0.8;
    font-style: italic; }
  form#frmCnt ::-moz-placeholder {
    color: #fff;
    opacity: 0.8;
    font-style: italic; }
  form#frmCnt :-ms-input-placeholder {
    color: #fff;
    opacity: 0.8;
    font-style: italic; }
  form#frmCnt .preload {
    background: #fff;
    display: inline-block;
    padding: 0;
    border-radius: 0.25em;
    position: absolute;
    bottom: 0.35em;
    right: 17%;
    border: 1px solid #fff;
    display: none; }

#form .errore {
    font-size: 1.2em;
    font-weight: 400;
    background: #d8c912;
    color: #fff;
    margin: 0.5em 0;
    padding: 0.25em 0;
    width: 100%;
    text-align: center;
    display: none; }
  #form #thanks .message {
    color: #fff;
    text-align: center;
    padding: 4em 0 6em; }

.footer {
  padding-top: 80px;
  padding-bottom: 80px; }
  .footer img {
    margin: 0 auto; }
  .footer address {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    margin-bottom: 40px; }
  .footer .mail {
    border: 1px solid #e2e2e2;
    text-align: center;
    max-width: 281px;
    height: 43px;
    line-height: 43px;
    text-transform: uppercase;
    color: #76a5cb;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    -webkit-transition: 0.5s;
            transition: 0.5s; }
    .footer .mail:hover {
      background-color: #e2e2e2; }

.ueppy {
  padding-top: 20px;
  padding-bottom: 10px; }
  .ueppy p {
    margin-bottom: 0;
    font-size: 14px;
    color: #b7b9bc; }
    .ueppy p a {
      color: #b7b9bc; }

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