body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
* {
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.input {
  margin-bottom: 1.5em;
}
input[type='text'],
input[type='number'],
textarea,
select {
  font: inherit;
  border: 1px solid #b8b8b8;
  padding: .6em 1em;
  background: #fff;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type='text']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  box-shadow: 0 0 3px #F2E3CA inset;
  border-color: #d1d1d1;
}
input[type='submit'],
.button,
button {
  font: inherit;
  -webkit-appearance: none;
  height: 50px;
  line-height: 50px;
  background: rgba(242,227,202,0.2);
  border: 1px solid #F2E3CA;
  font-family: 'Satisfy', cursive;
  font-size: 23px;
  padding: 0 2em;
  color: #921B22;
  cursor: pointer;
  transition: 220ms ease-out;
}
input[type='submit']:hover,
.button:hover,
button:hover {
  background: rgba(242,227,202,0.75);
}
.button {
  display: inline-block;
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  display: inline;
}
.checkbox:not(foo) label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #b8b8b8;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
  color: #AFC833;
  font-size: 24px;
}
.checkbox:not(foo) input:checked + label::before {
  content: "\2713";
}
.checkbox:not(foo) input[type=checkbox] {
  display: none;
}
.error-message {
  font-size: .9em;
  color: red;
}
label {
  margin-bottom: .3em;
  display: block;
}
body {
  color: #4A4A4A;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
}
p {
  margin-bottom: 1.5em;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-family: 'Marcellus SC', serif;
}
h1.lined,
h2.lined,
h3.lined,
h4.lined,
h5.lined,
h6.lined {
  overflow: hidden;
}
h1.lined span,
h2.lined span,
h3.lined span,
h4.lined span,
h5.lined span,
h6.lined span {
  position: relative;
}
h1.lined span::after,
h2.lined span::after,
h3.lined span::after,
h4.lined span::after,
h5.lined span::after,
h6.lined span::after {
  content: '';
  height: 1px;
  width: 2000px;
  position: absolute;
  left: 110%;
  top: 50%;
  background: #4A4A4A;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 25px;
}
ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
ul li {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.cantina a {
  color: #AFC833;
}
.cantina a:hover {
  color: #c0d559;
}
.agriturismo a {
  color: #921B22;
}
.agriturismo a:hover {
  color: #bd232c;
}
.date {
  color: #9E9E9E;
  margin-bottom: 20px;
  display: block;
}
.readMore {
  font-family: 'Satisfy', cursive;
  font-size: 30px;
}
.attachments {
  list-style-type: none;
  padding: 30px 0 0 0;
  margin: 0 0 30px;
}
.attachments li {
  margin: 0 0 10px;
}
.attachments li a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: rgba(242,227,202,0.2);
  border: 1px solid #F2E3CA;
  font-family: 'Satisfy', cursive;
  font-size: 23px;
  padding: 0 2em;
  color: #921B22;
  cursor: pointer;
  transition: 220ms ease-in;
}
.attachments li a:hover {
  color: #921B22;
  background: rgba(242,227,202,0.75);
}
table {
  border-collapse: collapse;
  margin-bottom: 1em;
}
table td,
table th {
  border: 1px solid #F2E3CA;
  text-align: center;
  padding: .8em 1em;
}
table th {
  background: rgba(242,227,202,0.3);
}
table td {
  background: rgba(242,227,202,0.5);
  font-size: 28px;
  font-family: 'Satisfy', cursive;
  color: #921B22;
}
@media (max-width: 1540px) {
  body {
    font-size: 15px;
  }
  .readMore {
    font-size: 26px;
  }
  h1 {
    font-size: 44px;
    margin-bottom: .6em;
  }
  h3 {
    font-size: 38px;
  }
  h4 {
    font-size: 23px;
  }
}
.slider {
  position: relative;
}
.slider button {
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  overflow: hidden;
  padding: 0;
  text-indent: -100em;
  z-index: 20;
}
.slider button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  font-size: 20px;
  font-family: 'Marcellus SC', serif;
}
.slider button.slick-prev {
  left: -30px;
}
.slider button.slick-prev::before {
  content: '<';
}
.slider button.slick-next {
  right: -30px;
}
.slider button.slick-next::before {
  content: '>';
}
#languages {
  position: absolute;
  font-size: 15px;
  top: 20px;
  right: 20px;
  z-index: 200;
}
#languages a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #921B22;
  text-transform: uppercase;
  text-align: center;
  color: #4A4A4A;
  margin-left: 5px;
}
body {
  background: #fff;
}
#popup {
  padding: 20px;
}
