.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 1.4em;
  font-weight: 400;
}

h1 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #91363b;
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #91363b;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #91363b;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 5px;
  line-height: 1.7em;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.button {
  position: static;
  display: inline-block;
  padding: 12px 30px;
  border: 1px solid #888;
  background-color: transparent;
  -webkit-transition: all 500ms ease, all 500ms ease;
  transition: all 500ms ease, all 500ms ease;
  color: #5e5e5e;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #91363b;
  background-color: #91363b;
  color: #fff;
  text-decoration: none;
}

.button.center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-align: center;
}

.header {
  position: fixed;
  z-index: 150;
  display: block;
  width: 100%;
  border-bottom: 0px solid #f2f2f2;
  background-color: hsla(0, 0%, 100%, 0.59);
  box-shadow: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.footer {
  height: 200px;
  margin-top: 1px;
  background-image: url('../images/footer-bg.jpg');
  background-position: 50% 50%;
  color: #ccc;
  font-size: 11px;
}

.hero {
  position: relative;
  height: 100vh;
}

.header-nav {
  height: 145px;
  background-color: #fff;
}

.copyright {
  padding: 0px;
  color: #666;
  font-size: 12px;
  text-align: center;
}

.footer-links {
  margin-top: 0px;
  padding: 1px 30px;
  color: #585858;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.footer-links:hover {
  color: #91363b;
  text-decoration: none;
}

.inline-text {
  display: inline-block;
}

.inline-text.seperator {
  padding-right: 10px;
  padding-left: 10px;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 100px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-padding {
  display: block;
  height: 140px;
  background-color: transparent;
}

.slider {
  height: 100%;
}

.slider-nav {
  left: 0px;
  right: 0px;
  bottom: 100px;
  display: none;
  margin: 0px;
}

.scroll-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  z-index: 10;
  display: block;
  width: 25px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  width: 180px;
  margin-top: 0px;
  margin-left: 25px;
}

.icon {
  padding: 0px;
}

.slide {
  background-image: url('../images/FM-ImagemProduto-11-Tower-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.slide.slide-2 {
  background-image: url('../images/FM-ImagemProduto-04-ClassicD-01.jpg');
}

.right-arrow {
  right: 0px;
  display: block;
}

.caption {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 300px;
  display: block;
  width: 80%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px 35px;
  background-color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  font-weight: 600;
}

.caption-heading {
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0px;
  color: #000;
  font-size: 40px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
}

.caption-desc {
  margin-top: 12px;
  font-size: 16px;
  text-align: center;
}

.whats-on-img {
  width: 100%;
  height: 350px;
  background-image: url('../images/geoff-chris.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.whats-on-img.whats-on-img2 {
  background-image: url('../images/home.jpg');
}

.read-more {
  padding: 0px;
  color: #91363b;
  font-weight: 700;
}

.header-link {
  margin-left: 28px;
  padding: 6px 10px 6px 0px;
  font-family: 'Open Sans', sans-serif;
}

.header-link:hover {
  color: #91363b;
  font-weight: 600;
  text-decoration: none;
}

.header-link.lang {
  margin-left: 10px;
  padding-left: 22px;
  border-left: 1px solid #aaa;
  background-color: transparent;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #aaa;
  font-size: 13px;
}

.header-link.mobile-link {
  background-color: #fff;
  text-align: left;
}

.header-link.mobile-link:hover {
  font-weight: 700;
}

.header-link.mobile-link.w--current {
  color: #91363b;
  font-weight: 700;
}

.header-link.mobile-link.w--current:hover {
  border-style: none;
}

.header-link.active {
  background-color: #fff;
  color: #91363b;
  font-weight: 700;
  text-align: left;
}

.whats-on.border-bottom {
  margin-top: 30px;
  margin-bottom: 45px;
  padding-top: 30px;
  padding-bottom: 42px;
  border-bottom: 1px solid #888;
}

.button-wrapper {
  margin-top: 39px;
  margin-bottom: 20px;
  text-align: center;
}

.brand {
  margin-top: 40px;
  margin-left: 25px;
}

.insta-item {
  width: 200px;
  height: 200px;
  margin-right: 20px;
  background-image: url('../images/ins1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.insta-item._2 {
  background-image: url('../images/ins2.jpg');
}

.insta-item._3 {
  background-image: url('../images/ins3.jpg');
}

.insta-item._4 {
  background-image: url('../images/ins4.jpg');
}

.insta-items {
  position: relative;
  overflow: hidden;
}

.subscribe-bar {
  height: 68px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #91363b;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.subscribe-bar:hover {
  position: relative;
  height: 71px;
  margin-top: -3px;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.footer-social {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.footer-social-icon {
  width: 24px;
  height: 24px;
  margin: 30px 25px;
  padding-bottom: 0px;
  background-image: url('../images/footer-social-icons.png');
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: opacity 100ms ease;
  transition: opacity 100ms ease;
}

.footer-social-icon:hover {
  opacity: 1;
}

.footer-social-icon.fb {
  background-position: 6px 50%;
}

.footer-social-icon.tw {
  background-position: -68px 50%;
}

.footer-social-icon.ins {
  background-position: -142px 50%;
}

.wp-link {
  display: block;
  width: 180px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/fires-logo-2.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 575ms ease;
  transition: all 575ms ease;
}

.wp-link:hover {
  -webkit-filter: none;
  filter: none;
}

.title-link {
  color: #91363b;
}

.subscribe-wrap {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: -550px;
  z-index: 199;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #e1ded5;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-align: center;
}

.subscribe-wrap.open {
  bottom: -6px;
}

.center {
  display: block;
  margin: 15px auto 39px;
  font-size: 13px;
  text-align: center;
}

.center.read-more {
  margin-top: 0px;
}

.center.p {
  padding-right: 50px;
  padding-left: 50px;
}

.newsletter-title {
  color: #444;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.subscribe-form {
  display: block;
  width: 400px;
  margin: 30px auto;
}

.newsletter-desc {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}

.newsletter-disclaimer {
  padding-right: 20%;
  padding-left: 20%;
  color: #555;
  font-size: 11px;
  line-height: 1.2em;
}

.newsletter-input {
  display: block;
  height: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 70px;
  height: 70px;
  background-image: url('../images/newsletter-close_1newsletter-close.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.slider-icon {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 85px;
  margin: -43px 20px 0px;
  background-image: url('../images/slider-arrows.png');
  background-repeat: no-repeat;
  opacity: 0.3;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.slider-icon.right-icon {
  right: 0px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.left-arrow {
  display: block;
}

.insta-track {
  position: relative;
  width: 2000px;
  height: 200px;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 80px;
}

.image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heroabout {
  position: relative;
  height: 60vh;
}

.hero__about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/about-us.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.titlediv {
  position: relative;
  display: block;
  width: 45%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: hsla(0, 0%, 100%, 0.47);
}

.heading {
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  font-size: 40px;
  font-weight: 700;
}

.subh {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.whoweare.border-bottom {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #888;
}

.image-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.border-bottom {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #888;
}

.heading-2 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
}

.teste {
  color: #000;
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
}

.services {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
}

.services.border-bottom {
  border-bottom: 1px solid #888;
}

.row {
  margin-top: 50px;
  margin-bottom: 46px;
  padding-bottom: 40px;
}

.row.border-bottom {
  margin-bottom: 53px;
  padding-top: 15px;
  padding-bottom: 58px;
}

.heading-3 {
  margin-top: 0px;
  font-size: 18px;
}

.text-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.column-8 {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
}

.icon-contact {
  display: block;
  width: 60px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding: 10px;
  background-color: #91363b;
  color: #be985c;
}

.p__white {
  display: block;
  margin-bottom: 5px;
  float: none;
  clear: both;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.column-9 {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.column-10 {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px none #be985c;
  color: transparent;
  text-align: center;
}

.row-2 {
  background-color: transparent;
}

.section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 35px;
  padding-bottom: 75px;
}

.link {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
}

.button-2 {
  height: 48px;
  padding: 12px 32px;
  border-radius: 24px;
  background-color: #dfa25f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.button-2:hover {
  background-color: #232d41;
}

.input {
  height: 48px;
  margin-bottom: 32px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background-color: #fafafa;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  border: 1px solid #dfa25f;
  background-color: #fff;
}

.input.text-area {
  height: auto;
  min-height: 160px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input.text-area.margin-input {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.input.reservation-input {
  display: block;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  -webkit-box-flex: 90%;
  -webkit-flex: 90%;
  -ms-flex: 90%;
  flex: 90%;
}

.input.reservation-input._33 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.input.reservation-input._50 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.form-success {
  background-color: transparent;
}

.reservation {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 5% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 4px solid #91363b;
  background-color: #fff;
}

.reservation-form {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.form-error {
  margin-top: 24px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(240, 62, 90, 0.5);
  border-radius: 3px;
  background-color: rgba(240, 62, 90, 0.08);
  color: #f03e5a;
  font-size: 13px;
  line-height: 20px;
}

.paragraph {
  margin-bottom: 26px;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  padding-bottom: 30px;
  background-image: url('../images/headway-625656-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/michael-shannon-474807.jpg');
  background-position: 50% 63%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.row-3 {
  margin-top: 20px;
}

.row-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.hero__products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/0003472---Cópia.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-3 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.section-3.border-bottom {
  padding-bottom: 15px;
  border-bottom-width: 0px;
}

.row-5 {
  margin-bottom: 26px;
}

.slide-3 {
  width: 30%;
  margin-right: 3%;
  background-image: url('../images/installation-survey-villager.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  width: 30%;
  margin-right: 3%;
  background-image: url('../images/0003496_double-sided-stoves_440.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  width: 30%;
  margin-right: 3%;
  background-image: url('../images/slider-left-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-6 {
  width: 30%;
  background-image: url('../images/FM-ImagemProduto-11-Tower-01.jpg');
  background-position: 50% 50%;
  background-size: 600px;
}

.slider-2 {
  background-color: transparent;
}

.brands {
  margin-top: 0px;
  margin-bottom: 26px;
  padding-top: 18px;
}

.brand--block {
  position: relative;
  min-height: 200px;
  float: none;
  clear: both;
  background-image: url('../images/logo.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/FM-ImagemProduto-04-ClassicD-01.jpg');
  background-image: url('../images/logo.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/FM-ImagemProduto-04-ClassicD-01.jpg');
  background-position: 50% 50%, 0px 0px, 57% 54%;
  background-size: 50%, auto, 600px;
  background-repeat: no-repeat, repeat, no-repeat;
}

.brand--block:hover {
  background-image: url('../images/logo.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/FM-ImagemProduto-04-ClassicD-01.jpg');
  background-image: url('../images/logo.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/FM-ImagemProduto-04-ClassicD-01.jpg');
  background-position: 50% 50%, 0px 0px, 57% 54%;
  background-size: 50%, auto, 600px;
  background-repeat: no-repeat, repeat, no-repeat;
}

.button__center {
  position: static;
  display: block;
  padding: 12px 30px;
  border: 1px solid #888;
  background-color: transparent;
  -webkit-transition: all 500ms ease, all 500ms ease;
  transition: all 500ms ease, all 500ms ease;
  color: #5e5e5e;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button__center:hover {
  border-color: #91363b;
  background-color: #91363b;
  color: #fff;
  text-decoration: none;
}

.button__center.center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-align: center;
}

.brand--block2 {
  position: relative;
  min-height: 200px;
  float: none;
  clear: both;
  background-image: url('../images/slider-left.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand--block2:hover {
  background-image: url('../images/hunter-white.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/slider-left.jpg');
  background-image: url('../images/hunter-white.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/slider-left.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 120px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.brand--block2._80 {
  background-image: url('../images/hunter-white.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65))), url('../images/ds_-herald-14_-flat_-mf_-ce_-new-doors-_f_-1.jpg');
  background-image: url('../images/hunter-white.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('../images/ds_-herald-14_-flat_-mf_-ce_-new-doors-_f_-1.jpg');
  background-size: 50%, auto, cover;
}

.brand--block3 {
  position: relative;
  min-height: 200px;
  float: none;
  clear: both;
  background-image: url('../images/Alpes_8_kW.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand--block3:hover {
  background-image: url('../images/logo-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/Alpes_8_kW.jpg');
  background-image: url('../images/logo-2.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/Alpes_8_kW.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 150px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.brand--block3._80 {
  background-image: url('../images/logo-2.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/Alpes_8_kW.jpg');
  background-image: url('../images/logo-2.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/Alpes_8_kW.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 50%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.brand--block4 {
  position: relative;
  min-height: 200px;
  float: none;
  clear: both;
  background-image: url('../images/0003472---Cópia.jpeg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand--block4:hover {
  background-image: url('../images/villager-white.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/0003472---Cópia.jpeg');
  background-image: url('../images/villager-white.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/0003472---Cópia.jpeg');
  background-position: 50% 50%, 0px 0px, 57% 54%;
  background-size: 70%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.hero__fogomontanha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/FM-ImagemProduto-04-ClassicD-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.whats-on-img-copy {
  width: 100%;
  height: 350px;
  background-image: url('../images/geoff-chris.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.whats-on-img-copy.whats-on-img2 {
  background-image: url('../images/home.jpg');
}

.fogomontanha {
  margin-bottom: 44px;
}

.fogomontanha.border-bottom {
  border-bottom: 1px solid #888;
}

.image-3 {
  width: 50%;
  float: right;
}

.sell {
  width: 100%;
  height: 350px;
  background-image: url('../images/slimbox-01-1024x783.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sell.whats-on-img2 {
  background-image: url('../images/home.jpg');
}

.clean {
  width: 100%;
  height: 350px;
  background-image: url('../images/chimney-sweep.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.clean.whats-on-img2 {
  background-image: url('../images/home.jpg');
}

.repair {
  width: 100%;
  height: 350px;
  background-image: url('../images/maxresdefault-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.repair.whats-on-img2 {
  background-image: url('../images/home.jpg');
}

.inserts {
  width: 100%;
  height: 350px;
  background-image: url('../images/FM-ImagemProduto-04-ClassicD-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.inserts.whats-on-img2 {
  background-image: url('../images/home.jpg');
}

.stoves {
  width: 100%;
  height: 350px;
  background-image: url('../images/FM-ImagemProduto-11-Tower-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.stoves.whats-on-img2 {
  background-image: url('../images/home.jpg');
}

.hero__services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Algarve-Chimney-Alte-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.text-block-2 {
  margin-bottom: 20px;
}

.brand--block5 {
  position: relative;
  display: block;
  min-height: 200px;
  float: none;
  clear: both;
  background-image: url('../images/WELL-STRALER-K99S-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand--block5:hover {
  background-image: url('../images/LogoWellStralerHigh-res.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/WELL-STRALER-K99S-2.jpg');
  background-image: url('../images/LogoWellStralerHigh-res.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/WELL-STRALER-K99S-2.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 120px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.brand--block5._80 {
  display: block;
  background-image: url('../images/LogoWellStralerHigh-res.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/WELL-STRALER-K99S-2.jpg');
  background-image: url('../images/LogoWellStralerHigh-res.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/WELL-STRALER-K99S-2.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 50%, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.brand--block6 {
  position: relative;
  min-height: 200px;
  float: none;
  clear: both;
  background-image: url('../images/brochure-cover_large_1950x784.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.brand--block6:hover {
  background-image: url('../images/arada-logo.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/brochure-cover_large_1950x784.jpg');
  background-image: url('../images/arada-logo.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/brochure-cover_large_1950x784.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 100px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.brand--block6._80 {
  background-image: url('../images/arada-logo.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/brochure-cover_large_1950x784.jpg');
  background-image: url('../images/arada-logo.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/brochure-cover_large_1950x784.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: 100px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.button--center {
  position: static;
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 30px;
  border: 1px solid #888;
  background-color: transparent;
  -webkit-transition: all 500ms ease, all 500ms ease;
  transition: all 500ms ease, all 500ms ease;
  color: #5e5e5e;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button--center:hover {
  border-color: #91363b;
  background-color: #91363b;
  color: #fff;
  text-decoration: none;
}

.button--center.center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  clear: none;
  text-align: center;
}

.button--center.red {
  width: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#91363b), to(#91363b));
  background-image: linear-gradient(180deg, #91363b, #91363b);
  color: #fff;
}

.container-3 {
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.hero__solzaima {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Alpes_8_kW_Ambiente.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.fogomontanha-copy {
  margin-bottom: 44px;
}

.fogomontanha-copy.border-bottom {
  border-bottom: 1px solid #888;
}

.hero__wellstraler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/WELL-STRALER-K99S-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero__arada {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/brochure-cover_large_1950x784.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero__hunter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hunter_stoves.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-4 {
  margin-bottom: 40px;
}

.heading-5 {
  font-size: 18px;
}

.heading-6 {
  font-size: 18px;
}

.heading-7 {
  margin-top: 0px;
}

.heading-8 {
  margin-top: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.heading-9 {
  font-size: 18px;
}

.heading-10 {
  font-size: 18px;
}

.heading-11 {
  font-weight: 600;
}

.heading-12 {
  font-weight: 600;
}

.heading-13 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.container-5 {
  margin-bottom: 81px;
  padding-top: 25px;
  border-top: 1px solid #888;
}

.heading-14 {
  margin-bottom: 0px;
}

.p {
  line-height: 2em;
}

.link-block {
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rich-text-block {
  margin-top: 50px;
  margin-bottom: 100px;
  line-height: 2em;
  text-align: left;
}

.checkbox {
  margin-top: 21px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
  color: #505e78;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.checkbox-field {
  margin-top: 2px;
  margin-right: 8px;
  margin-left: 0px;
  float: left;
  font-size: 20px;
}

.field-label {
  padding-left: 0px;
  float: left;
  color: #000;
  text-align: left;
  text-decoration: none;
}

.link-2 {
  color: #000;
  text-decoration: underline;
}

.checkbox-field-2 {
  padding-left: 0px;
}

.div-block {
  width: 100%;
  margin-top: 20px;
  padding-left: 0px;
}

.hidden {
  display: none;
}

.center__contact {
  display: block;
  margin: 5px auto 0px;
  font-size: 13px;
  text-align: center;
}

.center__contact.read-more {
  margin-top: 0px;
}

.center__contact.p {
  padding-right: 50px;
  padding-left: 50px;
}

.preloader {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1201;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.preloadercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.image-10 {
  margin-bottom: 28px;
  text-align: center;
}

.paragraph-4 {
  font-size: 18px;
}

.button-wrapper--contact {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

@media screen and (max-width: 991px) {
  .hero {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-nav {
    height: 100px;
    box-shadow: none;
  }
  .footer-links {
    padding-bottom: 0px;
  }
  .main-menu {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    background-color: #91363b;
  }
  .menu-padding {
    height: 100px;
  }
  .slider-nav {
    bottom: 30px;
  }
  .scroll-down {
    display: none;
  }
  .logo {
    width: 150px;
    margin-top: 0px;
  }
  .caption {
    position: relative;
    top: 50vh;
    bottom: 0px;
  }
  .caption-heading {
    font-size: 30px;
  }
  .header-link.lang {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 10px;
    border-left-style: none;
    background-color: transparent;
  }
  .header-link.mobile-link {
    margin-bottom: 10px;
    margin-left: auto;
    padding-left: 10px;
    background-color: transparent;
    color: #fff;
  }
  .header-link.mobile-link.active.w--current {
    color: #000;
  }
  .mobile-nav {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 146px;
    background-color: transparent;
  }
  .hamburger {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
  }
  .hamburger.w--open {
    background-color: #91363b;
  }
  .hamburger-icon {
    display: block;
    width: 44px;
    height: 44px;
    margin-top: 12px;
    margin-left: 12px;
    font-size: 40px;
    text-align: center;
  }
  .noscroll {
    overflow: hidden;
  }
  .titlediv {
    width: 80%;
  }
  .imgcol {
    height: 15%;
    max-width: 100%;
  }
  .icon-contact {
    width: 60px;
    padding: 15px;
    background-color: #91363b;
  }
  .reservation {
    width: 83.33%;
    margin-top: 80px;
    margin-bottom: 0px;
    padding-top: 80px;
    padding-bottom: 72px;
  }
  .reservation-form {
    width: 100%;
  }
  .row-5 {
    display: block;
    height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .link-block {
    padding-right: 16px;
    padding-left: 16px;
  }
  .col {
    display: block;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    box-shadow: none;
  }
  .footer-links {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-menu {
    height: auto;
  }
  .slider {
    height: 100%;
  }
  .slider-nav {
    bottom: 10px;
  }
  .logo {
    margin-left: 20px;
  }
  .caption {
    position: relative;
    top: 50vh;
    bottom: 0%;
    padding: 18px;
  }
  .caption-heading {
    font-size: 26px;
  }
  .caption-desc {
    font-size: 14px;
  }
  .whats-on-img {
    display: block;
    width: 80%;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .header-link.mobile-link {
    margin-bottom: 10px;
  }
  .whats-on {
    text-align: center;
  }
  .whats-on-item {
    margin-bottom: 30px;
  }
  .insta-item {
    width: 140px;
    height: 140px;
    margin-bottom: 20px;
  }
  .insta-items {
    margin-bottom: -10px;
  }
  .subscribe-bar {
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .subscribe-wrap {
    overflow: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .subscribe-form {
    width: 90%;
  }
  .newsletter-disclaimer {
    padding-right: 10%;
    padding-left: 10%;
  }
  .slider-icon {
    display: none;
  }
  .insta-track {
    height: 160px;
  }
  .titlediv {
    width: 80%;
    min-width: 400px;
  }
  .subh {
    font-size: 14px;
  }
  .whoweare {
    text-align: center;
  }
  .imgcol {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .services {
    text-align: center;
  }
  .servicesitem {
    margin-bottom: 30px;
  }
  .icon-contact {
    width: 60px;
    padding: 15px;
    background-color: #91363b;
  }
  .p__white {
    text-align: center;
  }
  .input.text-area.margin-input {
    margin-right: 0px;
    margin-left: 0px;
  }
  .input.reservation-input {
    margin-right: 0px;
    margin-left: 0px;
  }
  .input.reservation-input._50 {
    margin-right: 0px;
    margin-left: 0px;
  }
  .reservation {
    margin-top: 64px;
    padding-top: 64px;
    padding-bottom: 56px;
  }
  .reservation-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column-11.col {
    margin-bottom: 30px;
  }
  .brand--block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .button__center {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .brand--block2._80 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .brand--block3._80 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .whats-on-img-copy {
    display: block;
    width: 80%;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .fogomontanha {
    text-align: center;
  }
  .image-3 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .sell {
    display: block;
    width: 80%;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .clean {
    display: block;
    width: 80%;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .repair {
    display: block;
    width: 80%;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .inserts {
    display: block;
    width: 80%;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .stoves {
    display: block;
    width: 80%;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-2.p {
    text-align: center;
  }
  .brand--block5._80 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .brand--block6._80 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .fogomontanha-copy {
    text-align: center;
  }
  .container-5 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .link-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .link-block-2 {
    display: inline-block;
  }
  .column-12 {
    margin-bottom: 30px;
    text-align: center;
  }
  .column-13 {
    margin-bottom: 30px;
    text-align: center;
  }
  .column-14 {
    text-align: center;
  }
  .column-15 {
    text-align: center;
  }
  .column-16 {
    margin-bottom: 30px;
    text-align: center;
  }
  .column-17 {
    margin-bottom: 30px;
    text-align: center;
  }
  .col {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    height: auto;
    margin-top: 0px;
  }
  .header-nav {
    height: 80px;
    box-shadow: none;
  }
  .copyright {
    padding-bottom: 16px;
  }
  .main-menu {
    z-index: auto;
    height: auto;
  }
  .menu-padding {
    height: 80px;
  }
  .slider {
    height: 100vh;
  }
  .logo {
    width: 120px;
    margin-left: 0px;
  }
  .caption {
    padding: 15px;
  }
  .caption-heading {
    font-size: 20px;
  }
  .header-link.mobile-link {
    margin-bottom: 10px;
  }
  .insta-item {
    width: 120px;
    height: 120px;
  }
  .hamburger {
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
  }
  .subscribe-wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .center {
    margin-bottom: 15px;
  }
  .center.p {
    padding-right: 10px;
    padding-left: 10px;
  }
  .subscribe-form {
    width: 100%;
  }
  .newsletter-disclaimer {
    padding-right: 0%;
    padding-left: 0%;
  }
  .hamburger-icon {
    margin-top: 5px;
    margin-left: 2px;
  }
  .insta-track {
    height: 120px;
  }
  .titlediv {
    width: 90%;
    min-width: 0px;
  }
  .icon-contact {
    width: 40px;
    padding: 10px;
    background-color: #91363b;
  }
  .reservation {
    width: auto;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .row-5 {
    margin-bottom: 0px;
  }
  .link-block {
    display: block;
  }
  .link-block-2 {
    display: block;
  }
  .link-block-3 {
    display: block;
  }
  .col {
    margin-bottom: 30px;
    text-align: center;
  }
  .center__contact {
    margin-bottom: 15px;
  }
  .center__contact.p {
    padding-right: 10px;
    padding-left: 10px;
  }
}

