@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url("reset.css");
/* line 1, /Volumes/lance/lungarno/sito/sass/_common.scss */
a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 5, /Volumes/lance/lungarno/sito/sass/_common.scss */
a:hover {
  opacity: 0.7;
}

/* line 10, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper {
  width: 100%;
}

@media screen and (max-width: 790px) {
  /* line 10, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 790px) {
  /* line 16, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper.footer-home {
    min-height: 100vh;
  }
}

/* line 21, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper #header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 25px;
  text-align: center;
  z-index: 99;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 400px) {
  /* line 21, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper #header {
    background-color: white;
  }
}

/* line 36, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper #header .header-container {
  width: 100%;
  text-align: center;
  max-width: 1680px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  /* line 21, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper #header {
    padding: 15px 20px;
    background-color: white;
  }
}

/* line 46, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper #header .logo {
  display: inline-block;
}

/* line 48, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper #header .logo--right {
  position: absolute;
  right: 5%;
  top: 30px;
}

@media screen and (max-width: 800px) {
  /* line 48, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper #header .logo--right {
    display: none;
  }
}

/* line 57, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper #header .back-container {
  position: absolute;
  left: 25px;
  top: 0;
  padding: 25px 60px;
  padding-right: 160px;
  background: url(/i/icon-arrow--back.png);
  background-repeat: no-repeat;
  background-position: left 30px top 50%;
  background-color: white;
}

/* line 68, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper #header .back-container img {
  max-width: 110px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 890px) {
  /* line 68, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper #header .back-container img {
    top: 50%;
  }
}

@media screen and (max-width: 890px) {
  /* line 57, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper #header .back-container {
    padding: 40px 100px;
    left: 0;
  }
}

@media screen and (max-width: 400px) {
  /* line 57, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper #header .back-container {
    padding: 40px 95px;
  }
}

/* line 90, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper #header .back-container p {
  font-weight: bold;
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 890px) {
  /* line 90, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #wrapper #header .back-container p {
    display: none;
  }
}

/* line 100, /Volumes/lance/lungarno/sito/sass/_common.scss */
#wrapper #header .back-container:hover {
  background-position: left 20px top 50%;
  opacity: 1;
}

/* line 108, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 130px;
}

@media screen and (max-width: 1600px) {
  /* line 108, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container {
    padding-top: 110px;
  }
}

@media screen and (max-width: 400px) {
  /* line 108, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container {
    padding-top: 150px;
  }
}

/* line 125, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content {
  font-size: 0;
  padding: 0 20px;
  position: relative;
  text-align: center;
}

/* line 131, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78%;
  z-index: 99999;
}

/* line 139, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .map-container img {
  width: 100%;
}

@media screen and (max-width: 790px) {
  /* line 131, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .map-container {
    display: none;
  }
}

/* line 149, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col {
  width: 32%;
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width: 1048px) {
  /* line 149, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col {
    width: 29%;
  }
}

/* line 158, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col a {
  display: none;
}

/* line 161, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col a:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  /* line 161, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col a:hover {
    opacity: 0.7;
  }
}

/* line 171, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col a.image-link {
  display: block;
}

@media screen and (max-width: 1024px) {
  /* line 175, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col a {
    display: inline-block;
  }
  /* line 177, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col a h2 {
    padding-bottom: 20px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: url(/i/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: left 0px bottom 0px;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
  }
}

@media screen and (max-width: 1024px) and (max-width: 450px) {
  /* line 177, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col a h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1024px) {
  /* line 191, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col a h2:hover {
    color: #C2AC82 !important;
  }
}

/* line 197, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col .triangle {
  position: relative;
  background: white;
  width: 100%;
  height: auto;
}

/* line 202, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col .triangle img {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: relative;
  top: 30px;
  left: 0;
}

@media screen and (max-width: 1024px) {
  /* line 202, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col .triangle img {
    top: 0;
  }
}

/* line 216, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col--left {
  position: relative;
  z-index: 2;
}

/* line 220, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col--central {
  margin: 0 20px;
  position: relative;
  z-index: 10;
}

/* line 225, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col--central img {
  transform-origin: right;
}

@media screen and (max-width: 1024px) {
  /* line 230, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col--central .triangle, .container .content .col--central .triangle img {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 236, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col--right {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  /* line 240, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .col--left, .container .content .col--central, .container .content .col--right {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
  }
}

/* line 248, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col img {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* line 253, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .col h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: black;
  font-weight: 400;
}

/* line 260, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .text-container {
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  /* line 260, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .text-container {
    display: none;
  }
}

/* line 265, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .text-container .text-col {
  display: inline-block;
  width: 33%;
}

/* line 268, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .text-container .text-col h2 {
  margin-top: 20px;
  color: black;
  text-transform: uppercase;
  background: url(/i/icon-arrow.png);
  background-repeat: no-repeat;
  background-position: left 0px bottom 0px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 50px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 60px;
}

@media screen and (max-width: 1600px) {
  /* line 268, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .text-container .text-col h2 {
    font-size: 50px;
    background-position: left 0px bottom 25px;
  }
}

@media screen and (max-width: 1400px) {
  /* line 268, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .text-container .text-col h2 {
    margin-top: 10px;
  }
}

/* line 294, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .text-container .text-col h2.hover-text {
  color: #C2AC82;
}

@media screen and (max-width: 1080px) {
  /* line 268, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .container .content .text-container .text-col h2 {
    font-size: 45px;
  }
}

/* line 301, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .text-container .text-col h2:hover {
  color: #C2AC82;
}

/* line 306, /Volumes/lance/lungarno/sito/sass/_common.scss */
.container .content .text-container .text-col--central h2, .container .content .text-container .text-col--right h2 {
  margin-left: 50%;
  transform: translateX(-50%);
}

/* line 316, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer {
  width: 100%;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

@media screen and (max-width: 790px) {
  /* line 316, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer {
    position: relative;
  }
}

/* line 326, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container {
  max-width: 1440px;
  padding: 25px 20px;
  width: 100%;
  margin: 0 auto;
}

/* line 331, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container .footer-col {
  width: 24%;
  display: inline-block;
  text-align: center;
}

/* line 335, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container .footer-col.footer-logo {
  vertical-align: bottom;
}

@media screen and (max-width: 790px) {
  /* line 335, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col.footer-logo {
    margin-bottom: 10px;
    margin-top: 0px;
  }
}

/* line 343, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container .footer-col.footer-logo img {
  max-width: 225px;
  width: 100%;
}

@media screen and (max-width: 1135px) {
  /* line 331, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col {
    width: 33%;
    text-align: center;
  }
}

@media screen and (max-width: 790px) {
  /* line 331, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 10px;
    position: relative;
  }
  /* line 362, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col.footer-col--central p {
    display: block;
    margin-bottom: 15px;
    text-align: center;
  }
  /* line 368, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col.footer-col--central::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 1px;
    background-color: #c2c2c2;
  }
  /* line 378, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col.footer-col--central::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20%;
    height: 1px;
    background-color: #c2c2c2;
  }
}

/* line 389, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container .footer-col p {
  display: inline-block;
  color: #c2c2c2;
}

/* line 393, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container .footer-col img {
  display: inline-block;
  max-width: 20px;
  vertical-align: middle;
  margin: 0 10px;
}

/* line 399, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container .footer-col a.newsletter {
  padding: 10px;
  border-bottom: 1px solid #c2c2c2;
  color: #c2c2c2;
}

/* line 403, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container .footer-col a.newsletter:hover {
  color: #C2AC82;
  border-bottom: 1px solid #C2AC82;
}

@media screen and (max-width: 790px) {
  /* line 399, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col a.newsletter {
    border-bottom: transparent;
  }
  /* line 409, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col a.newsletter:hover {
    border-bottom: transparent;
  }
}

/* line 415, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-container .footer-col--copyright p {
  text-transform: uppercase;
}

@media screen and (max-width: 1135px) {
  /* line 414, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col--copyright {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 790px) {
  /* line 414, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container .footer-col--copyright {
    margin-top: 0px;
  }
}

@media screen and (max-width: 790px) {
  /* line 326, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-container {
    padding-bottom: 5px;
  }
}

/* line 433, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer .footer-logo img {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 790px) {
  /* line 432, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-logo {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* line 442, /Volumes/lance/lungarno/sito/sass/_common.scss */
  #footer .footer-logo img {
    padding: 0 10px;
    max-width: 100%;
  }
}

/* line 448, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer #credits {
  text-align: center;
  padding: 0 0 20px 0;
}

/* line 451, /Volumes/lance/lungarno/sito/sass/_common.scss */
#footer #credits a {
  color: #c2c2c2;
}

/* line 458, /Volumes/lance/lungarno/sito/sass/_common.scss */
.hover-effect img {
  transform: scale(1.2);
}

@media screen and (max-width: 1024px) {
  /* line 458, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .hover-effect img {
    transform: scale(1.1);
  }
}

/* line 468, /Volumes/lance/lungarno/sito/sass/_common.scss */
.opacity-effect img {
  opacity: 0.5;
}

/* line 474, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content {
  font-size: 0;
  position: relative;
}

/* line 477, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail {
  position: relative;
}

/* line 480, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button {
  display: inline-block;
  vertical-align: middle;
  margin: 15px;
  min-width: 230px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
}

/* line 490, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  padding-top: 60vh;
  text-align: center;
}

@media screen and (max-width: 980px) {
  /* line 490, /Volumes/lance/lungarno/sito/sass/_common.scss */
  .detail-page .content--detail .button-container {
    top: 50%;
  }
}

/* line 499, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button-container a {
  letter-spacing: 2px;
}

/* line 503, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button-container .button-details {
  background-color: black;
  color: white;
  padding: 20px 65px;
}

/* line 508, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button-container .button-details:hover {
  opacity: 0.8;
}

/* line 512, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button-container .button-details.button--coming {
  background-color: transparent;
  color: black;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  font-size: 60px;
  letter-spacing: 0;
}

/* line 523, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button-container div.button-details:hover {
  opacity: 1;
}

/* line 527, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button-container .button-book {
  background-color: white;
  color: black;
  padding: 20px 65px;
  border: 2px solid black;
}

/* line 532, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail .button-container .button-book:hover {
  opacity: 0.8;
}

/* line 537, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail #slideshow {
  position: fixed;
  min-height: 100%;
  min-width: 100%;
}

/* line 546, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* line 556, /Volumes/lance/lungarno/sito/sass/_common.scss */
.detail-page .content--detail img.fade-1 {
  -webkit-animation: fadein 1.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 1.5s;
  /* Internet Explorer */
  -o-animation: fadein 1.5s;
  /* Opera < 12.1 */
  animation: fadein 1.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  /* line 608, /Volumes/lance/lungarno/sito/sass/_common.scss */
  from {
    opacity: 0;
  }
  /* line 609, /Volumes/lance/lungarno/sito/sass/_common.scss */
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*---------------------------------------------*                   common  
\*---------------------------------------------*/
/* line 12, /Volumes/lance/lungarno/sito/sass/main.scss */
* {
  margin: 0;
  padding: 0;
  font: 13px/1.35 Arial, Verdana, serif;
  color: #555;
  z-index: 1;
  -webkit-text-size-adjust: none;
}

/* line 14, /Volumes/lance/lungarno/sito/sass/main.scss */
html, body {
  min-height: 100%;
  height: auto;
  width: auto;
}

/* line 15, /Volumes/lance/lungarno/sito/sass/main.scss */
html > body {
  min-height: 100vh;
  height: auto;
  width: auto;
}

/* line 17, /Volumes/lance/lungarno/sito/sass/main.scss */
body {
  background: #fff;
}

/* line 19, /Volumes/lance/lungarno/sito/sass/main.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  color: #ccc;
  font-weight: normal;
  padding: 0;
  padding-bottom: 10px;
}

/* line 20, /Volumes/lance/lungarno/sito/sass/main.scss */
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
  line-height: 1em;
  font-size: inherit;
  font-family: inherit;
}

/* line 21, /Volumes/lance/lungarno/sito/sass/main.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  line-height: 1em;
  background: none;
}

/* line 24, /Volumes/lance/lungarno/sito/sass/main.scss */
h1 {
  font-size: 38px;
}

/* line 25, /Volumes/lance/lungarno/sito/sass/main.scss */
h2 {
  font-size: 36px;
}

/* line 26, /Volumes/lance/lungarno/sito/sass/main.scss */
h3 {
  font-size: 22px;
  background: none;
  color: #E8690C;
}

/* line 27, /Volumes/lance/lungarno/sito/sass/main.scss */
h4 {
  font-size: 22px;
}

/* line 28, /Volumes/lance/lungarno/sito/sass/main.scss */
h5 {
  font-size: 18px;
}

/* line 29, /Volumes/lance/lungarno/sito/sass/main.scss */
h6 {
  font-size: 16px;
}

/* line 31, /Volumes/lance/lungarno/sito/sass/main.scss */
p {
  margin: 5px 0;
  clear: right;
}

/* line 32, /Volumes/lance/lungarno/sito/sass/main.scss */
a {
  text-decoration: none;
  color: #333;
}

/* line 33, /Volumes/lance/lungarno/sito/sass/main.scss */
a:hover {
  color: #ccc;
}

/* line 34, /Volumes/lance/lungarno/sito/sass/main.scss */
hr {
  height: 1px;
  border: 0;
  border-bottom: 1px dotted #ccc;
  margin: 10px 0;
}

/* line 35, /Volumes/lance/lungarno/sito/sass/main.scss */
a:visited, a:link {
  outline: none;
}

/* line 36, /Volumes/lance/lungarno/sito/sass/main.scss */
a img {
  border: 0;
}

/* line 37, /Volumes/lance/lungarno/sito/sass/main.scss */
p.err {
  color: red;
  margin-bottom: 10px;
}

/* line 39, /Volumes/lance/lungarno/sito/sass/main.scss */
strong {
  font-weight: bold;
}

/* line 40, /Volumes/lance/lungarno/sito/sass/main.scss */
input {
  margin: 0;
  padding: 0;
}

/* line 41, /Volumes/lance/lungarno/sito/sass/main.scss */
form p {
  margin: 0;
  padding: 0;
}

/* line 42, /Volumes/lance/lungarno/sito/sass/main.scss */
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

/* line 44, /Volumes/lance/lungarno/sito/sass/main.scss */
label {
  color: #f7bb5d;
}

/* line 46, /Volumes/lance/lungarno/sito/sass/main.scss */
.hide {
  display: none;
}

/* line 47, /Volumes/lance/lungarno/sito/sass/main.scss */
.err {
  color: #f12 !important;
}

/* line 48, /Volumes/lance/lungarno/sito/sass/main.scss */
strong.err {
  font-size: inherit;
  padding: 0;
}

/* line 49, /Volumes/lance/lungarno/sito/sass/main.scss */
h3.err {
  font-size: 30px;
  padding: 0;
}

/*---------------------------------------------*                   wrapper  
\*---------------------------------------------*/

/*# sourceMappingURL=../s/main.map */