/*-------------------------------------------------------------------------------------

  Copyright (c) 2014 Pixelzauber GmbH, Switzerland
  CSS definition for basic layout

-------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Solway:wght@400;700&display=swap");

/* Start CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
select,
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
html {
  height: 100%;
  font-size: 16px;
  line-height: 23px;
}
body {
  height: 100%;
  line-height: 1;
}
body ol,
body ul {
  list-style: none;
  margin-bottom: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active {
  outline: none;
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
ul,
ol {
  padding: 0;
  margin-left: 25px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 8px;
}

/*-------------------------------------------------------------------------------------
  CSS Layout
-------------------------------------------------------------------------------------*/
header,
#navTop,
#headerImg,
#navMobile,
main,
#section,
.section,
section,
footer,
#row1,
#row2,
#map {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 960px;
  height: auto;
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}
.block,
.block_05,
.block_10,
.block_15,
.block_20,
.block_25,
.block_30,
.block_33,
.block_35,
.block_40,
.block_45,
.block_50,
.block_55,
.block_60,
.block_65,
.block_66,
.block_70,
.block_75,
.block_80,
.block_85,
.block_90,
.block_95,
.block_100 {
  float: left;
  height: auto;
}
.block {
  display: flex;
  flex-wrap: wrap;
  float: left;
  margin: 0 -11px;
  width: calc(100% + 22px);
}
.block > .block {
  margin: 0 11px;
  display: block;
}
.block.border {
  margin: 11px;
}
.block.half {
  width: calc(50% - 22px);
}
.block.third {
  width: calc(33.3333% - 22px);
}
.block.two-third {
  width: calc(66.6666% - 22px);
}
.block.quarter {
  width: calc(25% - 22px);
}
.block.three-quarter {
  width: calc(75% - 22px);
}
.block.fifth {
  width: calc(20% - 22px);
}
.block.two-fifth {
  width: calc(40% - 22px);
}
.block.three-fifth {
  width: calc(60% - 22px);
}
.block.four-fifth {
  width: calc(80% - 22px);
}
.block.full {
  width: calc(100% - 22px);
}
.block.addr {
  float: right;
  margin: 0 11px;
  width: calc(40% - 22px);
}
.block.form {
  margin: 0 11px;
  width: calc(60% - 22px);
}
.block_05 {
  width: 5%;
}
.block_10 {
  width: 10%;
}
.block_15 {
  width: 15%;
}
.block_20 {
  width: 20%;
}
.block_25 {
  width: 25%;
}
.block_30 {
  width: 30%;
}
.block_33 {
  width: 33.3333%;
}
.block_35 {
  width: 35%;
}
.block_40 {
  width: 40%;
}
.block_45 {
  width: 45%;
}
.block_50 {
  width: 50%;
}
.block_55 {
  width: 55%;
}
.block_60 {
  width: 60%;
}
.block_65 {
  width: 65%;
}
.block_66 {
  width: 66.6666%;
}
.block_70 {
  width: 70%;
}
.block_75 {
  width: 75%;
}
.block_80 {
  width: 80%;
}
.block_85 {
  width: 85%;
}
.block_90 {
  width: 90%;
}
.block_95 {
  width: 95%;
}
.block_100 {
  width: 100%;
}

body {
  background-color: #17191c;
}

header {
  float: left;
  position: relative;
  width: 100%;
  height: 60vh;
}

header img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .title {
  position: absolute;
  float: left;
  width: 100%;
  bottom: 60px;
}

main {
  float: left;
  margin-bottom: 100px;
  width: 100%;
}

main .third {
  transition: all 0.2s ease-in-out;
  background-color: #17191c;
}

main .third:hover {
  background-color: #121314;

  transform: scale(1.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
}

main .third .content {
  float: left;
  padding: 20px 0;
  transition: all 0.2s ease-in-out;
}
main .third:hover .content {
  padding: 20px !important;
}

main .third img {
  float: left;
  width: 100%;
}

.soon {
  float: left;
  margin-top: 30px;
  width: 100%;
}

/* Video */
.responsive-iframe {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  padding-top: 0px;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Solway", Arial, Helvetica, sans-serif;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  -webkit-text-size-adjust: none;
  text-shadow: 2px 2px 5px #17191c;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Solway", Arial, Helvetica, sans-serif;
  margin: 20px 0 10px 0;
  color: rgb(255, 255, 255);
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
  text-shadow: 2px 2px 5px #17191c;
}
h1,
.h1 {
  margin-bottom: 8px;
}
h2,
.h2 {
  font-size: 1.6rem;
}
h3,
.h3 {
  font-size: 1.4rem;
}
h4,
.h4 {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-weight: 400;
  font-size: 1rem;
}
.first {
  margin-top: 0;
}
.center {
  text-align: center;
}

p {
  line-height: 1.3em;
  margin-bottom: 8px;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

a {
  color: rgb(231, 120, 21);
  text-decoration: none;
}
a:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
a.active {
}
a[name],
a[name]:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
}

em {
  font-style: italic;
}

pre {
  padding: 10px 19px;
  margin: 18px 0 12px 0;
  line-height: 20px;
  width: auto;
  color: rgb(0, 0, 160);

  border: 1px solid rgb(200, 200, 200);
  background-color: rgb(240, 240, 240);

  overflow: auto;
  overflow-y: hidden;
}

sup {
  line-height: 1em;
}

blockquote {
  display: inline-block;
  position: relative;
  padding: 20px 40px;
  width: auto;
  max-width: calc(100% - 80px);
  margin: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  color: rgb(110, 110, 110);
}
blockquote::before,
blockquote::after {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  width: 40px;
  line-height: 48px;
  font-size: 50px;
  font-size: 4em;
}
blockquote::before {
  content: "\201C";
  float: left;
  margin-top: 0;
  margin-right: 0;
  margin-left: -40px;
}
blockquote::after {
  float: right;
  content: "\201D";
  margin-top: -25px;
  margin-left: 0;
  margin-right: -40px;
  text-align: center;
}
blockquote cite {
  margin-left: 0px;
  display: block;
  font-size: 1em;
  color: rgb(179, 179, 179);
}
blockquote cite:before {
  content: "\2014 \2009";
}

ol,
ul {
  margin: 0;
  padding: 0 0 15px 0;
  width: 100%;
}
ul ul,
ol ol {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul li {
  list-style: none;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0 18px;
}
ul li::before {
  float: left;
  content: "\25CF";
  color: rgb(231, 120, 21);
  margin: 0 0 -10px -14px;
  display: block;
  font-size: 0.8em;
}
ol li {
  margin-left: 30px;
  line-height: 1.5em;
  list-style: decimal;
}
@media print {
  ol {
    margin: 0 0 0 24px;
    padding: 0;
    list-style: decimal;
  }
  ul {
    margin: 0 0 0 17px;
    padding: 0;
    list-style: disc;
  }
  ol li,
  ul li {
    margin: 0;
    padding: 0;
    background: none;
  }
}

b,
strong {
  font-weight: 700;
}

hr {
  padding: 0 0 20px 0;
  margin: 20px 0 0 0;
  height: 0;
  border: 0;
  border-top: 1px dotted rgb(255, 255, 255);
}

table {
  margin-bottom: 10px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1em;
}
table th {
  border-bottom: 1px dotted rgb(0, 0, 0);
  font-weight: 400;
  padding: 2px 0;
  text-align: left;
}
table td {
  padding: 4px 0;
}
table.none,
table.none td {
  padding: 0px;
  margin-bottom: 0px;
}
table.zebra thead tr {
  background-color: rgb(233, 233, 233);
}
table.zebra tbody tr:nth-child(even) {
  background-color: rgb(243, 243, 243);
}

.column {
  column-count: 2;
  column-gap: 30px;
}

/*-------------------------------------------------------------------------------------
  CSS Customising
-------------------------------------------------------------------------------------*/
p.button {
  padding: 20px 0;
}
p.button a {
  padding: 8px 20px;
  cursor: pointer;
  color: rgb(255, 255, 255);
  background-color: #17191c;
  border: none;
}
p.button a:hover {
  background-color: rgb(0, 0, 0);
}

footer {
  font-size: 0.9rem;
}
footer,
footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer a {
  color: rgba(255, 255, 255, 0.5);
}
footer a:hover {
  color: rgb(231, 120, 21);
}

@media only screen and (max-width: 680px) {
  .block_05,
  .block_10,
  .block_15,
  .block_20,
  .block_25,
  .block_30,
  .block_33,
  .block_35,
  .block_40,
  .block_45,
  .block_50,
  .block_55,
  .block_60,
  .block_65,
  .block_66,
  .block_70,
  .block_75,
  .block_80,
  .block_85,
  .block_90,
  .block_95,
  .block_100 {
    margin: 0;
    width: 100%;
  }
  .block,
  .block.half,
  .block.third,
  .block.two-third,
  .block.quarter,
  .block.three-quarter,
  .block.fifth,
  .block.two-fifth,
  .block.three-fifth,
  .block.four-fifth,
  .block.full,
  .block.addr,
  .block.form {
    margin: 0;
    width: 100%;
  }

  body {
    font-size: 18px;
  }
  header {
    height: 80vh;
  }
  header .title {
    bottom: 20px;
  }

  h1 {
    font-size: 40px;
  }

  main .third:hover {
    transform: none;
  }
  main .third:hover .content {
    padding: 20px 0;
  }
}
