@font-face {
  font-family: "open-sans";
  src: url("fonts/open-sans-bold.woff2") format("woff2"), url("fonts/open-sans-bold.woff") format("woff"), url("fonts/open-sans-bold.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "open-sans";
  src: url("fonts/open-sans-light.woff2") format("woff2"), url("fonts/open-sans-light.woff") format("woff"), url("fonts/open-sans-light.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "open-sans";
  src: url("fonts/open-sans-regular.woff2") format("woff2"), url("fonts/open-sans-regular.woff") format("woff"), url("fonts/open-sans-regular.otf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "georgia";
  src: url("fonts/georgia.eot");
  src: url("fonts/georgia.eot") format("embedded-opentype"), url("fonts/georgia.woff2") format("woff2"), url("fonts/georgia.woff") format("woff"), url("fonts/georgia.ttf") format("truetype"), url("fonts/georgia.svg#georgia") format("svg");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "georgia";
  src: url("fonts/georgiab.eot");
  src: url("fonts/georgiab.eot") format("embedded-opentype"), url("fonts/georgiab.woff2") format("woff2"), url("fonts/georgiab.woff") format("woff"), url("fonts/georgiab.ttf") format("truetype"), url("fonts/georgiab.svg#georgiab") format("svg");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
body, input, button, select, textarea {
  font-family: "open-sans", sans-serif;
}

body, input, select, textarea {
  font-weight: normal;
  font-size: 16px;
}

body {
  color: #040707;
  background: #ffffff;
}

a {
  color: #040707;
  text-decoration: underline;
}
a:hover {
  color: #f29a27;
}

.message {
  color: #CC0000;
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol {
  margin: 20px 0;
}

h1, h2, h3, h4, h5 {
  margin: 20px 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

h1 {
  margin: 20px auto;
}

h1, h2 {
  font-family: "georgia", serif;
  font-size: 1.6em;
  font-weight: normal;
}

h3 {
  font-family: "georgia", serif;
  font-size: 1.5em;
  font-weight: normal;
}

h4 {
  font-family: "georgia", serif;
  font-size: 1.4em;
  font-weight: normal;
}

h5 {
  font-size: 1.2em;
  font-weight: bold;
}

h6 {
  margin: 1em 0 -1em;
  font-size: 1.1em;
  font-weight: bold;
}

button, .button {
  background: #f29a27;
  color: #040707;
}
button:hover, button:focus, .button:hover, .button:focus {
  background: #fbb151;
  color: #040707;
}
button:active, .button:active {
  background: #b56e12;
  color: #040707;
}

hr {
  border: 0;
  max-width: 100%;
  border-bottom: 1px solid #CCCCCC;
  margin: 30px auto;
  padding: 0;
  height: 0;
  clear: both;
}

#header {
  background: url("../img/header-bg.jpg") top right no-repeat #040707;
  background-size: auto 100%;
  color: #FFFFFF;
  padding: 20px 20px 30px;
}
#header a {
  color: #FFFFFF;
}
#header a:hover {
  color: #f29a27;
}
#header .wrapper {
  position: relative;
}
#header .header-container {
  display: flex;
  align-items: center;
}
#header .logo {
  flex-grow: 1;
  z-index: 1;
}
#header .logo img {
  max-width: 100%;
  max-height: 100px;
}
@media (min-width: 1000px) {
  #header .contact-details {
    padding-right: calc(300px - 20vw);
  }
}
#header .contact-details .icon {
  background: #DCE0DF;
  color: #040707;
  transition: background 0.3s;
}
#header .contact-details li:hover .icon {
  background: #FFFFFF;
}
#header .old-websites {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 800px) {
  #header {
    padding-top: 40px;
    padding-bottom: 0;
  }
  #header .header-container {
    flex-direction: column;
  }
  #header .logo {
    align-self: flex-start;
    order: 2;
  }
  #header .logo img {
    padding: 0;
    margin-left: 0;
    max-width: 300px;
  }
  #header .contact-details {
    padding: 0;
  }
  #header .old-websites {
    top: -30px;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  #header {
    background-image: none;
  }
  #header .logo {
    align-self: auto;
  }
  #header .logo img {
    padding-top: 10px;
    max-width: 100%;
  }
}

#nav {
  background: none;
  margin-top: -50px;
}
@media (max-width: 800px) {
  #nav {
    background: #040707;
    margin-top: 0;
  }
}
.sticky-nav #nav {
  background: rgba(4, 7, 7, 0.7);
}
#nav a {
  background: none;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}
#nav a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 2px;
  height: 3px;
  border-radius: 100%;
  margin-left: -1px;
  background: #F29A27;
  background: radial-gradient(circle, rgb(242, 154, 39) 0%, rgba(242, 154, 39, 0.5) 100%);
  opacity: 0;
  filter: blur(1px);
  transition: opacity 0.3s, width 0.3s, margin-left 0.3s;
}
#nav a:hover, #nav li:hover > a {
  background: rgba(242, 154, 39, 0.3);
}
#nav a:hover:after, #nav li:hover > a:after {
  width: 50px;
  margin-left: -25px;
  opacity: 1;
}
#nav li.active > a {
  background: none;
}
#nav li.active > a:after {
  width: 50px;
  margin-left: -25px;
  opacity: 1;
  filter: blur(0.5px);
}
@media (max-width: 768px) {
  #nav a:after {
    top: 50%;
    left: 15px;
    bottom: auto;
    width: 3px;
    height: 2px;
    margin-left: 0;
    margin-top: -1px;
    transition: opacity 0.3s, height 0.3s, margin-top 0.3s;
  }
  #nav a:hover:after, #nav li:hover > a:after {
    width: 3px;
    height: 2px;
    margin-top: -1px;
    margin-left: 0;
    opacity: 0;
  }
  #nav li.active > a:after {
    width: 3px;
    height: 40px;
    margin-top: -20px;
    margin-left: 0;
    opacity: 1;
  }
  #nav .menu {
    background: rgba(4, 7, 7, 0.7);
  }
  #nav .mobile-menu {
    background: #040707;
  }
  .sticky-nav #nav .mobile-menu {
    background: rgba(4, 7, 7, 0.7);
  }
  #nav .mobile-menu a:after {
    display: none;
  }
}

#footer {
  font-family: "georgia", serif;
  font-size: 16px;
  background: #FFFFFF;
  color: #040707;
  position: relative;
}
#footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: #040707;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}
#footer a {
  color: #040707;
  text-decoration: none;
}
#footer a:hover {
  color: #040707;
  text-decoration: underline;
}
#footer .contact-details {
  float: none;
  font-size: 1.1em;
  padding: 0;
  margin: 20px 0;
}
#footer .contact-details ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
#footer .address {
  text-align: center;
  font-size: 0.9em;
  margin: -10px 0;
}
#footer .website-address {
  text-align: center;
  font-size: 1.2em;
}
#footer .copyright {
  clear: left;
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
#footer .d7d {
  clear: right;
}
@media (max-width: 600px) {
  #footer .copyright {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  #footer .d7d {
    float: none;
    margin-left: 0;
    text-align: center;
  }
}

#main {
  padding: 20px;
  background: #CCCCCC;
}
#main > .wrapper:not(.no-bg) {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 1px 20px;
  box-sizing: border-box;
}
#main > .wrapper:not(.no-bg) + .wrapper:not(.no-bg) {
  margin-top: 20px;
}
#main > .breadcrumbs:first-child, #main > .promo:first-child {
  margin-top: -20px;
  margin-bottom: 20px;
}

.promo {
  font-size: 1.2em;
}
.promo .promo-box .extra-content {
  background: none;
}
.promo .promo-box .extra-content .extra-content-inner {
  background: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.promo .promo-box .extra-content .extra-content-inner h1, .promo .promo-box .extra-content .extra-content-inner h2, .promo .promo-box .extra-content .extra-content-inner h3, .promo .promo-box .extra-content .extra-content-inner h4, .promo .promo-box .extra-content .extra-content-inner h5, .promo .promo-box .extra-content .extra-content-inner h6, .promo .promo-box .extra-content .extra-content-inner p {
  background: rgba(102, 102, 102, 0.7);
  padding: 5px 10px;
}
.promo .promo-box .extra-content .extra-content-inner h1:nth-child(2), .promo .promo-box .extra-content .extra-content-inner h2:nth-child(2), .promo .promo-box .extra-content .extra-content-inner h3:nth-child(2), .promo .promo-box .extra-content .extra-content-inner h4:nth-child(2), .promo .promo-box .extra-content .extra-content-inner h5:nth-child(2), .promo .promo-box .extra-content .extra-content-inner h6:nth-child(2), .promo .promo-box .extra-content .extra-content-inner p:nth-child(2) {
  margin-left: 50px;
}
.promo .promo-box .extra-content .extra-content-inner h1:nth-child(3), .promo .promo-box .extra-content .extra-content-inner h2:nth-child(3), .promo .promo-box .extra-content .extra-content-inner h3:nth-child(3), .promo .promo-box .extra-content .extra-content-inner h4:nth-child(3), .promo .promo-box .extra-content .extra-content-inner h5:nth-child(3), .promo .promo-box .extra-content .extra-content-inner h6:nth-child(3), .promo .promo-box .extra-content .extra-content-inner p:nth-child(3) {
  margin-left: 100px;
}
.promo .promo-box .extra-content .extra-content-inner h1:nth-child(4), .promo .promo-box .extra-content .extra-content-inner h2:nth-child(4), .promo .promo-box .extra-content .extra-content-inner h3:nth-child(4), .promo .promo-box .extra-content .extra-content-inner h4:nth-child(4), .promo .promo-box .extra-content .extra-content-inner h5:nth-child(4), .promo .promo-box .extra-content .extra-content-inner h6:nth-child(4), .promo .promo-box .extra-content .extra-content-inner p:nth-child(4) {
  margin-left: 150px;
}
.promo .promo-box .extra-content .extra-content-inner h1:nth-child(5), .promo .promo-box .extra-content .extra-content-inner h2:nth-child(5), .promo .promo-box .extra-content .extra-content-inner h3:nth-child(5), .promo .promo-box .extra-content .extra-content-inner h4:nth-child(5), .promo .promo-box .extra-content .extra-content-inner h5:nth-child(5), .promo .promo-box .extra-content .extra-content-inner h6:nth-child(5), .promo .promo-box .extra-content .extra-content-inner p:nth-child(5) {
  margin-left: 200px;
}
.promo .promo-buttons {
  display: none;
}

.grid {
  margin-left: -10px;
  margin-right: -10px;
}
.grid .grid-item {
  transition: filter 0.3s, transform 0.3s;
}
.grid .grid-item .grid-image {
  background: #666666;
  color: #FFFFFF;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  transition: background 0.3s;
}
.grid .grid-item .grid-image + .grid-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.grid .grid-item .grid-content {
  background: #666666;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 10px;
  transition: background 0.3s;
}
.grid .grid-item .grid-content p:empty {
  display: none;
}
.grid .grid-item:hover {
  background: none;
  box-shadow: none;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}
.grid .grid-item:hover .grid-image {
  background: #F29A27;
}
.grid .grid-item:hover .grid-content {
  background: #F29A27;
}
.small-grid .grid .grid-item, .grid.small-grid .grid-item {
  width: 20%;
  font-size: 0.9em;
}
@media (max-width: 850px) {
  .small-grid .grid .grid-item, .grid.small-grid .grid-item {
    width: 33.333%;
  }
}
@media (max-width: 550px) {
  .small-grid .grid .grid-item, .grid.small-grid .grid-item {
    width: 50%;
    word-wrap: break-word;
  }
}

.list {
  margin-left: -10px;
  margin-right: -10px;
}
.list .list-item {
  display: flex;
  margin: 10px 0;
  padding: 10px;
  border-radius: 20px;
  border: 0 none;
  position: relative;
}
.list .list-item:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 10px;
  right: 10px;
  border-top: 1px solid #CCCCCC;
}
.list .list-item:first-child:before {
  display: none;
}
.list .list-item .list-image {
  background: #666666;
  color: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 570px) {
  .list .list-item {
    flex-direction: column;
  }
}

.product .product-images {
  float: none;
  width: auto;
  margin: 10px -10px -10px;
}
.product .product-images .product-image, .product .product-images .product-image.first {
  flex-grow: 1;
}
.product .product-images .product-image img, .product .product-images .product-image.first img {
  border-radius: 20px;
  width: 100%;
  height: 150px;
  height: calc(10vw + 75px);
}
@media (min-width: 1050px) {
  .product .product-images .product-image img, .product .product-images .product-image.first img {
    height: 180px;
  }
}
.product .product-images .product-image:first-child:last-child img, .product .product-images .product-image.first:first-child:last-child img {
  height: 300px;
  height: calc(20vw + 150px);
}
@media (min-width: 1050px) {
  .product .product-images .product-image:first-child:last-child img, .product .product-images .product-image.first:first-child:last-child img {
    height: 360px;
  }
}
.product .product-details-box {
  float: none;
  width: auto;
  margin: 20px 0;
}

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