@import url('https://fonts.googleapis.com/css?family=Arvo|Montserrat:400,700&display=swap');

html {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

[hidden] {
  display: none
}

*,
:after,
:before {
  box-sizing: inherit
}

html {
  box-sizing: border-box;
  font-size: 62.5%
}

body {
  color: #272727;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
  margin: 0
}

blockquote {
  margin-left: 60px;
  margin-right: 40px;
  margin-top: 0;
  padding: 0 0 1.5rem;
  text-align: center
}

blockquote.quotetop {
  margin-left: 48px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 1rem 1.5rem;
  text-align: left
}

.quote-small-lt {
  width: 22px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 10px
}

.quote-small-rt {
  width: 22px;
  margin-top: -60px
}

.quote-large-lt {
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px
}

.quote-large-rt {
  margin-top: -80px
}

blockquote :last-child {
  margin-bottom: 0
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background-color: rgba(175, 23, 26, 0.85);
  border: 0;
  border-radius: .3rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  height: 3.4rem;
  letter-spacing: .2rem;
  line-height: .9rem;
  padding: 0 2.6rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type='button']:focus,
input[type='button']:hover,
input[type='reset']:focus,
input[type='reset']:hover,
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0
}

.button[disabled],
button[disabled],
input[type='button'][disabled],
input[type='reset'][disabled],
input[type='submit'][disabled] {
  cursor: default;
  opacity: .5
}

.button[disabled]:focus,
.button[disabled]:hover,
button[disabled]:focus,
button[disabled]:hover,
input[type='button'][disabled]:focus,
input[type='button'][disabled]:hover,
input[type='reset'][disabled]:focus,
input[type='reset'][disabled]:hover,
input[type='submit'][disabled]:focus,
input[type='submit'][disabled]:hover {
  background-color: #af171a;
  border-color: #af171a
}

.button.button-outline,
button.button-outline,
input[type='button'].button-outline,
input[type='reset'].button-outline,
input[type='submit'].button-outline {
  border: .2rem solid #af171a;
  background-color: transparent;
  color: #af171a;
  padding: 1rem 2.7rem;
  height: auto;
  line-height: 1.8rem;
}
}

.button.button-outline:focus,
.button.button-outline:hover,
button.button-outline:focus,
button.button-outline:hover,
input[type='button'].button-outline:focus,
input[type='button'].button-outline:hover,
input[type='reset'].button-outline:focus,
input[type='reset'].button-outline:hover,
input[type='submit'].button-outline:focus,
input[type='submit'].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76
}

.button.button-outline[disabled]:focus,
.button.button-outline[disabled]:hover,
button.button-outline[disabled]:focus,
button.button-outline[disabled]:hover,
input[type='button'].button-outline[disabled]:focus,
input[type='button'].button-outline[disabled]:hover,
input[type='reset'].button-outline[disabled]:focus,
input[type='reset'].button-outline[disabled]:hover,
input[type='submit'].button-outline[disabled]:focus,
input[type='submit'].button-outline[disabled]:hover {
  border-color: inherit;
  color: #af171a
}

.button.button-clear,
button.button-clear,
input[type='button'].button-clear,
input[type='reset'].button-clear,
input[type='submit'].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #af171a
}

.button.button-clear:focus,
.button.button-clear:hover,
button.button-clear:focus,
button.button-clear:hover,
input[type='button'].button-clear:focus,
input[type='button'].button-clear:hover,
input[type='reset'].button-clear:focus,
input[type='reset'].button-clear:hover,
input[type='submit'].button-clear:focus,
input[type='submit'].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76
}

.button.button-clear[disabled]:focus,
.button.button-clear[disabled]:hover,
button.button-clear[disabled]:focus,
button.button-clear[disabled]:hover,
input[type='button'].button-clear[disabled]:focus,
input[type='button'].button-clear[disabled]:hover,
input[type='reset'].button-clear[disabled]:focus,
input[type='reset'].button-clear[disabled]:hover,
input[type='submit'].button-clear[disabled]:focus,
input[type='submit'].button-clear[disabled]:hover {
  color: #af171a
}

code {
  background: #f4f5f6;
  border-radius: .4rem;
  font-size: 86%;
  margin: 0 .2rem;
  padding: .2rem .5rem;
  white-space: nowrap
}

pre {
  background: #f4f5f6;
  border-left: .3rem solid #af171a;
  overflow-y: hidden
}

pre>code {
  border-radius: 0;
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre
}

hr {
  border: 0;
  border-top: .1rem solid #c7c8ca;
  margin: 1rem 0
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: .1rem solid #d1d1d1;
  border-radius: .4rem;
  box-shadow: none;
  box-sizing: inherit;
  height: 3.8rem;
  padding: .6rem 1rem;
  width: 100%
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  border-color: #af171a;
  outline: 0
}

select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat;
  padding-right: 3rem
}

select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#af171a" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>')
}

textarea {
  min-height: 6.5rem
}

label,
legend {
  margin-bottom: .5rem
}

fieldset {
  border-width: 0;
  padding: 0
}

input[type='checkbox'],
input[type='radio'] {
  display: inline
}

.label-inline {
  display: inline-block;
  font-weight: 400;
  margin-left: .5rem
}

.container {
  margin: 0 auto;
  max-width: 112rem;
  padding: 0 2rem;
  position: relative;
  width: 100%
}

.row {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%
}

.row.row-no-padding {
  padding: 0
}

.row.row-no-padding>.column {
  padding: 0
}

.row.row-wrap {
  flex-wrap: wrap
}

.row.row-top {
  align-items: flex-start
}

.row.row-bottom {
  align-items: flex-end
}

.row.row-center {
  align-items: center
}

.row.row-stretch {
  align-items: stretch
}

.row.row-baseline {
  align-items: baseline
}

.row .column {
  display: block;
  flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
  width: 100%
}

.row .column.column-offset-10 {
  margin-left: 10%
}

.row .column.column-offset-20 {
  margin-left: 20%
}

.row .column.column-offset-25 {
  margin-left: 25%
}

.row .column.column-offset-33,
.row .column.column-offset-34 {
  margin-left: 33.3333%
}

.row .column.column-offset-50 {
  margin-left: 50%
}

.row .column.column-offset-66,
.row .column.column-offset-67 {
  margin-left: 66.6666%
}

.row .column.column-offset-75 {
  margin-left: 75%
}

.row .column.column-offset-80 {
  margin-left: 80%
}

.row .column.column-offset-90 {
  margin-left: 90%
}

.row .column.column-10 {
  flex: 0 0 10%;
  max-width: 10%
}

.row .column.column-20 {
  flex: 0 0 20%;
  max-width: 20%
}

.row .column.column-25 {
  flex: 0 0 25%;
  max-width: 25%
}

.row .column.column-33,
.row .column.column-34 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%
}

.row .column.column-40 {
  flex: 0 0 40%;
  max-width: 40%
}

.row .column.column-50 {
  flex: 0 0 50%;
  max-width: 50%
}

.row .column.column-60 {
  flex: 0 0 60%;
  max-width: 60%
}

.row .column.column-66,
.row .column.column-67 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%
}

.row .column.column-75 {
  flex: 0 0 75%;
  max-width: 75%
}

.row .column.column-80 {
  flex: 0 0 80%;
  max-width: 80%
}

.row .column.column-90 {
  flex: 0 0 90%;
  max-width: 90%
}

.row .column .column-top {
  align-self: flex-start
}

.row .column .column-bottom {
  align-self: flex-end
}

.row .column .column-center {
  -ms-grid-row-align: center;
  align-self: center
}

@media (min-width: 42rem) {
  .row {
    flex-direction: row;
    margin-left: -1rem;
    width: calc(100% + 2.0rem)
  }

  .row .column {
    margin-bottom: inherit;
    padding: 0 1rem
  }
}

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

a:focus,
a:hover {
  color: #606c76
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem
}

ol {
  list-style: decimal inside
}

ul {
  list-style: circle inside
}

.button,
button,
dd,
dt,
li {
  margin-bottom: 1rem
}

fieldset,
input,
select,
textarea {
  margin-bottom: 1.5rem
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 2.5rem
}

table {
  border-spacing: 0;
  width: 100%
}

td,
th {
  border-bottom: .1rem solid #e1e1e1;
  padding: 1.1rem;
  text-align: left
}

td:first-child,
th:first-child {
  padding-left: 0
}

td:last-child,
th:last-child {
  padding-right: 0
}

b,
strong {
  font-weight: 700
}

p {
  margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arvo', serif;
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 0;
  color: #af171a
}

h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  margin-top: 20px;
}

h3 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 6px
}

h4 {
  font-size: 1.6rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
  color: #272727
}

h5 {
  font-size: 1.5rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
  color: #272727
}

h6 {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
  color: #272727
}

img {
  max-width: 100%
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: table
}

.float-left {
  float: left
}

.float-right {
  float: right
}

body {
  word-wrap: break-word !important
}

nav input[type='checkbox'] {
  display: none
}

.toggle,
[id^=drop] {
  display: none
}

nav {
  margin: 0;
  padding: 0
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px
}

nav:after {
  content: "";
  display: table;
  clear: both;
  z-index: 2000
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative
}

nav ul li {
  margin: 0;
  display: inline-block;
  float: left
}

nav a {
  display: block;
  padding: 14px 20px;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

nav ul li ul li:hover {
  background: #c12d30
}

nav a:hover {
  background-color: #c12d30;
  color: #fff
}

nav ul ul {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 2000
}

nav ul li:hover>ul {
  display: inherit
}

nav ul ul li {
  width: 236px;
  float: none;
  display: list-item;
  position: relative;
  background-color: #af171a
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px
}

li>a:after {
  content: ''
}

li>a:only-child:after {
  content: ''
}

@media all and (max-width : 768px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none
  }

  nav {
    margin: 0
  }

  .toggle+a,
  .menu {
    display: none
  }

  .toggle {
    display: block;
    background-color: #af171a;
    padding: 14px 20px;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
  }

  .toggle:hover {
    background-color: #af171a
  }

  [id^=drop]:checked+ul {
    display: block
  }

  nav ul li {
    display: block;
    width: 100%;
    background-color: #af171a
  }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px
  }

  nav ul ul ul a {
    padding: 0 80px
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: #af171a
  }

  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a {
    padding: 14px 20px;
    color: #FFF;
    font-size: 14px
  }

  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #c12d30
  }

  nav ul ul {
    float: none;
    position: static;
    color: #fff
  }

  nav ul ul li:hover>ul,
  nav ul li:hover>ul {
    display: none
  }

  nav ul ul li {
    display: block;
    width: 100%
  }

  nav ul ul ul li {
    position: static
  }
}

@media all and (max-width : 330px) {
  nav ul li {
    display: block;
    width: 94%
  }
}

@media (max-width: 42.0rem) {

  .row .column.column-10,
  .row .column.column-20,
  .row .column.column-25,
  .row .column.column-33,
  .row .column.column-40,
  .row .column.column-50,
  .row .column.column-60,
  .row .column.column-67,
  .row .column.column-75,
  .row .column.column-80,
  .row .column.column-90 {
    flex: 1 1 auto;
    max-width: 100%
  }
}

body {
  color: #272727;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6
}

.rowtop {
  padding-top: 18px;
  padding-bottom: 14px;
  background-color: #af171a
}

.rownav {
  background-color: rgba(175, 23, 26, 0.8);
  position: relative;
  z-index: 1;
}

.banner {
  padding: 12px;
  padding-top: 250px;
  margin-top: -455px;
  padding-bottom: 160px
}

.banner.innerbanner {
  background-image: url(../img/innerpagebanner.png);
  background-size: cover;
  padding: 12px;
  padding-top: 100px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-top: 0
}

.column.bannercontainer {
  z-index: -10;
  margin-top: -50px
}

.homebannercontainer {
  z-index: -10;
  margin-top: -50px;
  background-image: url(../img/banner-new.jpg);
  background-size: cover;
  height: 500px;
  position: relative
}

.commercialbannercontainer {
  z-index: -10;
  margin-top: -50px;
  background-image: url(../img/banner-commercial-saunas.jpg);
  background-size: cover;
  height: 500px;
  position: relative
}

.banner h1 {
  color: #fff;
  padding: 18px 20px;
  font-size: 42px;
  max-width: 680px;
}

.banner.innerbanner h1 {
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
  padding: 10px 20px;
  font-size: 34px;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

h2.centre,
h1.centre,
h3.centre,
p.centre,
.product {
  text-align: center
}

h2.centre {
  margin: 42px 0
}

footer {
  padding: 30px 0;
  background-color: #af171a
}

footer,
footer h3,
footer a {
  color: #fff;
  font-weight: 300
}

footer ul {
  margin-top: 10px
}

footer ul li {
  list-style: none;
  margin-bottom: 0
}

.news {
  margin-top: 20px
}

.news h3 {
  font-size: 18px
}

.news p,
.copyright,
.footerlinks {
  font-size: 13px
}

.footerlinks {
  text-align: right
}

.productrow {
  margin: 20px
}

.productrow .column {
  padding: 2px
}

.product {
  padding: 14px 24px 10px
}

.product p {
  font-size: 13px;
  max-width: 270px;
  margin: auto
}

.product h3 {
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: none
}

.productrow .column {
  text-align: center;
  background: #f3f3f3;
  background: -moz-radial-gradient(center, ellipse cover, #f3f3f3 0%, #fff 50%, #f3f3f3 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f3f3f3 0%, #fff 50%, #f3f3f3 100%);
  background: radial-gradient(ellipse at center, #f3f3f3 0%, #fff 50%, #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f3f3f3', GradientType=1)
}

.product-img {
  padding-top: 20px;
  padding-bottom: 20px
}

.productrow .column img {
  max-height: 197px;
}

@media (min-width: 671px) {
  .productrow img {
    filter: brightness(0.98);
    max-width: 80%;
  }
}


p.callout {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px
}

.vogue img {
  float: left;
  margin-left: -18px;
  max-width: 170px;
  margin-top: -10px
}

p.vogue {
  font-size: 13px;
  line-height: 18px
}

.mail p,
.mail p a {
  color: #fff;
  line-height: 16px;
  margin-bottom: 15px;
  font-size: 14px
}

.mail img {
  padding: 0px 3px 5px 20px;
  vertical-align: middle;
}

.mail {
  width: 180px
}

@media (max-width: 639px) {
  .productrow {
    margin-left: 0;
    margin-right: 0
  }

  .footerlinks,
  .copyright {
    text-align: center
  }
}

.txtred {
  color: #af171a;
  font-weight: 700
}

.rwspace {
  margin: 30px 0
}

.brochure {
  width: 140px;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px
}

.sidebar {
  width: 220px;
  margin: auto
}

.sidebar p {
  font-size: 13px
}

.bdr-rt {
  border-right: solid 1px #fff
}

img.product-image {
  width: 100%
}

h1.product-header {
  font-size: 3.4rem
}

p.more {
  margin-bottom: 12px;
  margin-left: 20px
}

h4.product-list {
  font-size: 1.5rem;
  text-align: center;
  max-width: 200px
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute
}

.quote {
  margin-left: 40px;
  margin-right: 40px
}

.quoteimage {
  width: 220px;
  float: left
}

.quote-large-lt,
.quote-large-rt {
  width: 5%;
  max-width: 40px
}

.form-error {
  background-color: rgba(175, 23, 26, 0.85);
  color: #fff;
  padding: 20px;
  border-radius: 3px
}

.form-error ul,
.form-error ul li {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .switch {
    display: none
  }

  .quoteimage {
    float: none;
    text-align: center;
    width: 100%
  }

  #slider {
    min-height: 360px
  }

  .slides {
    height: 360px
  }

  blockquote {
    margin: 0
  }
}

@media (max-width: 460px) {
  #slider {
    min-height: 460px
  }

  .slides {
    height: 460px
  }
}

#slider {
  width: 100%;
  min-height: 220px;
  position: relative;
  overflow: hidden
}

@keyframes "load" {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

.slides {
  width: 400%;
  height: 100%;
  position: relative;
  -webkit-animation: slide 50s infinite;
  -moz-animation: slide 50s infinite;
  animation: slide 50s infinite
}

.slider {
  width: 25%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden
}

.slide img {
  width: 100%;
  height: 100%
}

.slide img {
  width: 100%;
  height: 100%
}

.image {
  width: 100%;
  height: 100%
}

.image img {
  width: 100%;
  height: 100%
}

.content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden
}

.switch {
  width: 120px;
  height: 10px;
  position: absolute;
  bottom: 50px;
  z-index: 99;
  left: 47.5%
}

.switch>ul {
  list-style: none
}

.switch>ul>li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  float: left;
  margin-right: 5px;
  cursor: pointer
}

.switch ul {
  overflow: hidden
}

.on {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #af171a;
  position: relative;
  -webkit-animation: on 50s infinite;
  -moz-animation: on 50s infinite;
  animation: on 50s infinite
}

@-webkit-keyframes "slide" {

  0%,
  100% {
    margin-left: 0;
  }

  21% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  46% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }

  71% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }

  96% {
    margin-left: -300%;
  }
}

@-moz-keyframes slide {

  0%,
  100% {
    margin-left: 0;
  }

  21% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  46% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }

  71% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }

  96% {
    margin-left: -300%;
  }
}

@keyframes "slide" {

  0%,
  100% {
    margin-left: 0;
  }

  21% {
    margin-left: 0;
  }

  25% {
    margin-left: -100%;
  }

  46% {
    margin-left: -100%;
  }

  50% {
    margin-left: -200%;
  }

  71% {
    margin-left: -200%;
  }

  75% {
    margin-left: -300%;
  }

  96% {
    margin-left: -300%;
  }
}

@-webkit-keyframes "content-s" {
  0% {
    left: -420px;
  }

  10% {
    left: 0;
  }

  30% {
    left: 0;
  }

  40% {
    left: 0;
  }

  50% {
    left: 0;
  }

  60% {
    left: 0;
  }

  70% {
    left: 0;
  }

  80% {
    left: -420px;
  }

  90% {
    left: -420px;
  }

  100% {
    left: -420px;
  }
}

@-moz-keyframes content-s {
  0% {
    left: -420px;
  }

  10% {
    left: 0;
  }

  30% {
    left: 0;
  }

  40% {
    left: 0;
  }

  50% {
    left: 0;
  }

  60% {
    left: 0;
  }

  70% {
    left: 0;
  }

  80% {
    left: -420px;
  }

  90% {
    left: -420px;
  }

  100% {
    left: -420px;
  }
}

@keyframes "content-s" {
  0% {
    left: -420px;
  }

  10% {
    left: 20px;
  }

  15% {
    left: 0;
  }

  30% {
    left: 0;
  }

  40% {
    left: 0;
  }

  50% {
    left: 0;
  }

  60% {
    left: 0;
  }

  70% {
    left: 0;
  }

  80% {
    left: -420px;
  }

  90% {
    left: -420px;
  }

  100% {
    left: -420px;
  }
}

@-webkit-keyframes "on" {

  0%,
  100% {
    margin-left: 0;
  }

  21% {
    margin-left: 0;
  }

  25% {
    margin-left: 15px;
  }

  46% {
    margin-left: 15px;
  }

  50% {
    margin-left: 30px;
  }

  71% {
    margin-left: 30px;
  }

  75% {
    margin-left: 45px;
  }

  96% {
    margin-left: 45px;
  }
}

@-moz-keyframes on {

  0%,
  100% {
    margin-left: 0;
  }

  21% {
    margin-left: 0;
  }

  25% {
    margin-left: 15px;
  }

  46% {
    margin-left: 15px;
  }

  50% {
    margin-left: 30px;
  }

  71% {
    margin-left: 30px;
  }

  75% {
    margin-left: 45px;
  }

  96% {
    margin-left: 45px;
  }
}

@keyframes "on" {

  0%,
  100% {
    margin-left: 0;
  }

  21% {
    margin-left: 0;
  }

  25% {
    margin-left: 15px;
  }

  46% {
    margin-left: 15px;
  }

  50% {
    margin-left: 30px;
  }

  71% {
    margin-left: 30px;
  }

  75% {
    margin-left: 45px;
  }

  96% {
    margin-left: 45px;
  }
}

.center,
.centre {
  text-align: center
}

.banner.centre .button {
  padding-top: 13px
}

span.price {
  color: #af171a;
  font-size: 16px;
  font-weight: bold;
}

a.tellme {
  display: block;
  border: .2rem solid #af171a;
  border-radius: 3px;
  width: 280px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 12px;
  background-color: #af171a;
  color: #fff;
  padding: 2px 4px;
  padding-bottom: 1px;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .2rem;
}

a.tellme:hover {
  background-color: #606c76;
  border-color: #606c76;
}

.banner h2 {
  background-color: #272727;
  color: white;
  padding: 5px;
  padding-left: 13px;
  max-width: 475px;
  margin-top: -20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 21px;
}

.gradient {
  background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);

}

.homepage .button {
  margin-left: 20px;
  display: initial;
  padding: 18px;
}

.offwhite {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.dark {
  background-color: #1f1f1f;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: 40px;
  color: white;
}

.darkcedar {
  background-color: #1f1f1f;
  padding-bottom: 30px;
  margin-top: 40px;
  color: white;
}

.dark h2 {
  margin-top: 0px;
}

.cream {
  background-color: #eee7e0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

p.accreditations {
  text-align: center;
}

p.accreditations img {
  margin-left: 16px;
  margin-right: 16px;
}

.warranty-block {
  background-color: white;
  padding: 20px;
  border-radius: 18px;
  margin-top: 10px;
}

.warranty-block p {
  font-size: 1.4rem;
}

.cedar {
  height: 200px;
  background-image: url("/img/cedar-wood-strip.png");
  background-repeat: repeat;
  background-size: contain;
}

.redrow {
  background-color: #af171a;
}

.redrow h2 {
  text-align: center;
  color: #fff;
}

.brandcomp h2 {
  color: #1f1f1f;
  margin-bottom: 8px;

}

.brandcomp h3 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 2px;
}


/* Price tags */


.tags a {
  float: left;
  position: relative;
  width: auto;
  height: 50px;
  margin-left: 20px;
  padding: 0 16px;
  line-height: 50px;
  background: #af171a;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  font-family: 'Arvo', serif;
  font-weight: 400;
}

.tags a:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.tags a:after {
  content: "";
  position: absolute;
  top: 21px;
  width: 6px;
  height: 6px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  -moz-box-shadow: -1px -1px 2px #770000;
  -webkit-box-shadow: -1px -1px 2px #770000;
  box-shadow: -1px -1px 2px #770000;
}

.tags a:hover {
  background: #1f1f1f;
}

/* Add rounded corners to right end of the anchor tag */
.price-tag a {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* Position and show only right border of triangle  */
.price-tag a:before {
  right: -20px;
  border-color: transparent transparent transparent #af171a;
  border-width: 26px 0 24px 20px;
}

/* Fix the circle between anchor box and triangle left to it  */
.price-tag a:after {
  left: -2px;
}

.price-tag a:hover:before {
  border-color: transparent #1d85ca transparent transparent;
}

/* Add rounded corners to left end of the anchor tag */
.post-tag a {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* Position right and show only left border of triangle  */
.post-tag a:before {
  right: -20px;
  border-color: transparent transparent transparent #af171a;
  border-width: 24px 0 26px 20px;
}

/* Fix the circle between anchor box and triangle right to it  */
.post-tag a:after {
  right: -4px;
}

.post-tag a:hover:before {
  border-color: transparent transparent transparent #1f1f1f;
}

p.was {
  color: #af171a;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: 22px;
}

p.save {
  font-size: 22px;
  font-weight: 700;
  color: #af171a;
  display: block;
  margin-left: 236px;
  margin-top: 12px;
  text-transform: uppercase;
}

p.stock {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #eee7e0;
  color: #272727;
  padding: 1px 6px;
  display: inline-block;
  margin-left: 2px;
}

li {
  margin-bottom: initial;
}

.ribbon {
  line-height: 1.0em;
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  /*  text-shadow: 1px 1px 5px rgb(0 0 0 / 15%); */
  letter-spacing: -1px;
  display: block;
  width: 6rem;
  height: 4rem;
  background-color: #af171a;
  color: white;
  margin: 1em 0.5em 0;
  float: left;
  padding-top: 0.6rem;
  position: relative;
  -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.3));
  transform: translate3d(0, 0, 0);
  margin-left: 40px;
  display: none;
}

.ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 1.5rem solid #af171a;
  position: absolute;
  top: 4rem;
  left: 0;
}

.with-ribbon img.product-image {
  margin-top: -20px;
}

.ribbon.smribbon {
  margin-left: 0px;
  margin: -0.2em 0.5em 0;
}

body.lp {
  font-size: 1.6rem;
}

body.lp h1 {
  font-size: 6rem;
  line-height: 6rem;
}

body.lp h2 {
  font-size: 4.5rem;
}

body.lp h3 {
  font-size: 2.2rem;
  text-transform: uppercase;
}

ul.scroll-link {
  list-style: none;
  text-align: center;
}

ul.scroll-link a {
  color: #000;
}

ul.scroll-link a {
  color: #000;
}

ul.scroll-link a:after {
  display: block;
  width: 18px;
  margin: auto;
  content: url(/assets/slick/down.svg);
}


.carousel {
  margin: 0 auto;
  max-width: 142rem;
  padding: 0 2rem;
  position: relative;
  width: 90%;
}

.slick-block {
  -webkit-box-shadow: 0px 0px 21px -2px rgba(158, 158, 158, 0.54);
  -moz-box-shadow: 0px 0px 21px -2px rgba(158, 158, 158, 0.54);
  box-shadow: 0px 0px 21px -2px rgba(158, 158, 158, 0.54);
  margin: 20px 40px;
  padding: 40px 30px 20px 30px;
  min-height: 360px;
}

.lp-button,
.lp-button:visited {
  border: 2px solid #af171a;
  color: #af171a;
  padding: 12px;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-top: 40px;
  display: inline-block;
  width: 260px;
  text-align: center;
}

.lp-button:hover {
  background-color: #af171a;
  color: white;
}

.lp-button-contact,
.lp-button-contact:visited {
  border: 2px solid #af171a;
  color: #af171a;
  padding: 12px;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-top: 40px;
  display: inline-block;
  width: 180px;
  margin-right: 25px;
  text-align: center;
}

.lp-button-contact:hover {
  background-color: #af171a;
  color: white;
}

a.lp-phone:before {
  display: inline-block;
  width: 20px;
  content: url(/img/phone-outline.svg);
  margin-right: 8px;
  vertical-align: -6px;
}

a.lp-mail:before {
  display: inline-block;
  width: 20px;
  content: url(/img/mail-blk.svg);
  margin-right: 8px;
  vertical-align: -2px;
}

a.lp-booking:after {
  margin-left: 12px;
  display: inline-block;
  width: 10px;
  vertical-align: -2px;
  content: url(/assets/slick/right.svg);
}

a.lp-phone,
a.lp-mail {
  color: #000;
  font-size: 1.9rem;
}

a.lp-booking {
  font-size: 1.9rem;
}

a.lp-phone-red:before {
  display: inline-block;
  width: 24px;
  content: url(/img/phone-outline-red.svg);
  margin-right: 8px;
  margin-left: 10px;
  vertical-align: -6px;
}

a.lp-phone-red {
  color: #af171a;
  font-size: 2.2rem;
}


ul.tick {
  list-style-type: none;
  font-size: 1.6rem;
}

ul.tick li,
ul.plus li {
  margin-bottom: 1rem;
}

ul.tick li:before {
  content: '';
  display: inline-block;
  height: 13px;
  width: 17px;
  background-size: 17px;
  background-image: url('/img/tick.svg');
  background-repeat: no-repeat;
  margin-right: 10px;
}

ul.tick.white-bullet li:before {
  background-image: url('/img/tick-white.svg');
}

ul.exclaim {
  list-style-type: none;
  font-size: 1.7rem;
  display: table;
}

ul.exclaim li {
  height: 50px;
  display: table-row;
  line-height: 2rem;
}

ul.exclaim li:before {
  content: '';
  height: 20px;
  width: 20px;
  background-size: 20px;
  background-image: url('/img/exclaim.svg');
  background-repeat: no-repeat;
  padding-right: 36px;
  display: table-cell;
  text-align: right;
}

ul.plus {
  list-style-type: none;
  font-size: 1.7rem;
  font-weight: bold;
  display: table;
}

ul.plus.red-bullet {
  font-weight: normal;
}

ul.plus li {
  display: table-row
}

ul.plus li:before {
  content: '';
  height: 16px;
  width: 28px;
  background-size: 16px 30px;
  background-image: url('/img/cross.svg');
  background-repeat: no-repeat;
  margin-right: 15px;
  display: table-cell;
  text-align: right;
}

ul.plus.red-bullet li:before {
  background-image: url('/img/cross-red.svg');
}


.lp-brochure {
  background-image: url('/img/lp/brochure-bg.jpg');
  background-size: cover;
  margin-top: 70px;
}

.lp-brochure-screen {
  background-color: #ffffffab;
}

.brochure-image {
  width: 100%;
  max-width: 395px;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.p6-image {
  max-width: 595px;
  position: absolute;
  bottom: 0;
  right: 10px;
  z-index: -1;
}

.row .column.br-col {
  padding-left: 5rem;
  padding-right: 5rem;
}

body.lp .br-col h2 {
  font-size: 6rem;
  margin-top: 60px;
  line-height: 6.6rem;
}

@media (min-width: 1400px) {
  .row .column.br-col {
    padding-left: 10rem;
    padding-right: 4rem;
    margin-left: 12vw;
    max-width: 600px;
  }
}

.red {
  background-color: #af171a;
  padding-top: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.red h2,
.red p,
.red li {
  color: white;
}

.red a.lp-button {
  color: white;
  border-color: white;
}

.grey {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.type {
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}

a p.type,
a p {
  color: black;
}

img.blockimage {
  padding-right: 60px;
  padding-left: 0px;
}

.grey img.blockimage {
  padding-right: 0px;
  padding-left: 60px;
}

.relaxation {
  margin-bottom: -70px;
}

@media (max-width: 670px) {
  img.blockimage {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grey img.blockimage {
    padding-right: 20px;
    padding-left: 20px;
  }
}

body.lp h2.blockheader {
  font-size: 3.8rem;
}

.red-carousel {
  background-color: #af161a;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 60px;
  margin-bottom: -50px;
}

.red-carousel .slick-block {
  background-color: #ffffff;
  box-shadow: 0px 0px 21px -2px rgb(0 0 0 / 29%);
}

.red-carousel .slick-prev:before {
  content: url(/assets/slick/left-white.svg);
}

.red-carousel .slick-next:before {
  content: url(/assets/slick/right-white.svg);
}

.red-carousel .slick-dots li.slick-active button:before {
  color: white;
}

.grey-carousel {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.grey-carousel .slick-block {
  background-color: #ffffff;
}

.lilft {
  float: left;
  padding-right: 20px;
}

.schedule-red {
  background-color: #af171a;
  color: white;
  margin-top: 60px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 40px;
}

.schedule-red h2 {
  color: white;
}

.float-cta {
  right: 20%;
  position: absolute;
  bottom: 70px;
}

.grey-col {
  background-color: #f5f5f5;
  padding: 40px 40px;
  height: 100%;
}

.red-col {
  background-color: #af161a;
  color: white;
  padding: 40px 40px;
}

.red-col h2 {
  color: white;
}

img.circular {
  width: 100%;
  max-width: 200px;
  border-radius: 100px;
  margin-left: 60px;
  margin-bottom: 40px;
}

b.rd {
  color: #af171a;
}


.eight-one-image {
  background-image: url('/img/lp/page8/1.jpg');
  background-position: left;
}

.eight-two-image {
  background-image: url('/img/lp/page8/2.png');
  background-position: right;
}

.eight-two-text {
  margin-top: 220px;
  float: right;
  max-width: 460px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 660px) {
  .eight-two-text {
    margin-top: 160px;
  }
}

.eight-three-image {
  background-image: url('/img/lp/page8/3.jpg');
  background-position: left;
}

.eight-one-image,
.eight-two-image,
.eight-three-image {
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 450px;
}

@media (min-width: 918px) {

  .eight-one-image,
  .eight-two-image,
  .eight-three-image {
    min-height: 650px;
  }
}



.eight-four {
  background-image: url('/img/lp/page8/4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}

.eight-one {
  margin-bottom: 0px;
  margin-top: 40px;
}

.eight-two,
.eight-three {
  margin-bottom: 40px;
  margin-top: 40px;
}

.red-strip {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 18%, #af161a 18%, #af161a 88%, #ffffff 88%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 18%, #af161a 18%, #af161a 88%, #ffffff 88%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 18%, #af161a 18%, #af161a 88%, #ffffff 88%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  min-height: 654px;
}

.red-strip h2,
.red-strip p {
  color: #fff;
}

.eight-one h2,
.eight-three h2,
.eight-one p,
.eight-three p {
  max-width: 400px;
}

.red-form-box {
  margin: auto;
  max-width: 540px;
  background-color: #af161a;
  padding: 10px 26px;
  margin-bottom: 60px;
  margin-top: 80px;
}

.red-form-box h2,
.red-form-box p {
  color: #fff;
  text-align: center;
}

.red-form-box input {
  background-color: #ffffff;
  border-radius: 2px;
  height: 46px;
  font-family: 'Montserrat', sans-serif;
}

.red-form-box button.button-primary {
  font-family: 'Montserrat', sans-serif;
  border: #ffffff solid 2px;
  font-size: 14px;
  padding: 16px 0px 26px 0px;
  margin: 18px 0px;
  width: 100%;
}

@media (min-width: 554px) {

  /*.red-form-box button.button-primary {
  margin: 18px 30px;
  width:280px
} */
  .red-form-box {
    padding: 40px 90px;
    margin-bottom: 60px;
    margin-top: 80px;
  }
}

.waves {
  background-image: url('/img/lp/page6/wave.png');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 320px) and (max-width: 667px) {
  #_form_622F4F4DD7F4B_ button[type="submit"] {
    font-size: 1em !important;
  }
}


.grey .row .column.column-offset-10 {
  margin-left: 0;
}

@media (min-width: 998px) {
  .top-section-rt h1 {
    margin-top: 60px;
  }
}

.top-section-lt img {
  width: 100%;
  max-width: 480px;
  margin-bottom: 40px;
  display: none;
}

@media (min-width: 671px) {
  .top-section-lt img {
    display: block;
  }
}

p.button-row {
  margin-top: 40px;
}

@media (max-width: 671px) {
  .mail {
    width: 55px;
    padding-top: 8px;
  }

  .mail .mail-txt {
    display: none;
  }

  .lp-button {
    margin-top: 0px;
  }

  p.button-row {
    margin-top: 0px;
  }
}

.header-cta {
  color: white;
  background-color: #2f2f2f;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  position: sticky;
  top: 0;
  z-index: 2000;
}

.header-cta a {
  color: white;
}

@media only screen and (max-width: 769px) {
  .header-cta span {
    display: none;
  }

}

.whatsapp {
  color: white;
  background-color: #2f2f2f;
  display: block;
  width: 150px;
  font-size: 13px;
  padding: 3px;
  border-radius: 6px;
  position: fixed;
  bottom: 55px;
  right: 20px;
}

.whatsapp:hover {
  background-color: #af171a;
  border: 1px white solid;
}

.whatsapp img {
  max-width: 36px;
  vertical-align: middle;
}

.headshot {
  border-radius: 100px;
  width: 62px;
  height: 62px;
  position: fixed;
  bottom: 82px;
  right: 157px;
  background-image: url(/img/headshot.png);
  background-size: contain;
  display: block;
  border: 1px solid #fffa;
}

/* Prevent scrollbars to appear when waves go out of bound */
.sonar-wrapper {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* The circle */
.sonar-emitter {
  position: relative;
  position: fixed;
  bottom: 82px;
  right: 157px;
  width: 62px;
  height: 62px;
  border-radius: 9999px;
  background-image: url(/img/headshot.png);
  background-size: contain;
}

/* the 'wave', same shape and size as its parent */
.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #ffb2b2;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(3);
    opacity: 0;
  }
}

@media only screen and (max-width: 769px) {

  .sonar-emitter {
    bottom: 42px;
  }
}

.autumn-offer h2 {
  text-transform: initial;
  font-size: 24px;
  margin-left: 9px;
}

a.trustpilot {
  padding-bottom: 30px;
  margin-top: 20px;
  margin-left: 24px;
  color: white;
  font-weight: 200;
  display: block;
}

a.trustpilot img {
  max-width: 160px;
  vertical-align: -7px;
  padding-right: 12px;
}

.button.fp-booking {
  background-color: #2F2F30;
}

.banner.homepage {
  padding-top: 140px;
}

@media only screen and (max-width: 769px) {

  a.fp-booking,
  a.trustpilot {
    margin-top: 0px;
  }

  .banner {
    padding-bottom: 180px;
  }
}

@media only screen and (max-width: 579px) {
  .banner {
    padding-bottom: 140px;
  }

  .banner h1 {
    font-size: 34px;
  }

  .button.fp-booking {
    margin-top: 30px;
    display: block;
    max-width: 239px;
    height: 45px;
  }

  .banner.homepage {
    padding-top: 100px;
  }
}

.reviews {
  text-align: center;
}

.reviews img {
  display: block;
  margin-left: 70px;
  padding-bottom: 10px;
  width: 150px;
}

.split-header {
  background-image: url(/img/banner-new.jpg);
  background-position: right;
  background-size: cover;
  margin-bottom: 60px;
}

.split-header-inner {
  background: linear-gradient(80deg, #af171a 0%, #af171abd 50%, rgba(175, 23, 26, 0) 50%, rgba(175, 23, 26, 0) 100%);
  min-height: 500px;
}

@media only screen and (max-width: 769px) {
  .split-header-inner {
    background: linear-gradient(90deg, #af171a 0%, #af171abd 100%, rgba(175, 23, 26, 0) 50%, rgba(175, 23, 26, 0) 100%);
    min-height: 500px;
  }
}

.split-a {
  width: 50%;
  float: left;
  height: 500px;
}

.split-header h1 {
  color: #ffffff;
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 160px;
}

.split-header h2 {
  color: #ffffff;
  font-size: 2.2rem;
}