/* Layout */
/* Palette */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-6_RkBI96.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-2fRkBI96.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-NfNkBI96.ttf) format('truetype');
}
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ebgaramond/v31/SlGDmQSNjdsmc35JDF1K5E55YMjF_7DPuGi-DPNkBI96.ttf) format('truetype');
}
body {
  font: 400 19px/1.618 Arial, Helvetica, sans-serif;
  margin: 0px;
  color: black;
}
body .header-logo {
  float: left;
  margin-bottom: 0px;
  margin-left: 30px;
}
body .header-logo #logo {
  max-width: 390px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 23px;
  line-height: 47px;
}
body .header-logo .strap {
  font: 400 0.44em/0.8em "EB Garamond", "Times New Roman", serif;
  color: white;
}
body .main-menu {
  float: right;
  width: calc(100% - 500px);
}
body .main-menu .web-menu {
  list-style-type: none;
  margin-top: 104px;
  float: right;
  max-width: 1000px;
  width: 100%;
}
body .main-menu .web-menu .web-menu-item {
  float: left;
  margin-left: 1%;
}
body .main-menu .web-menu .web-menu-item a {
  text-decoration: none;
}
body .header {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 150px;
  width: 100%;
  background-color: #6e1818;
  z-index: 100;
}
body .header h1 {
  float: left;
  margin-left: 3%;
  color: white;
  margin-top: 0px;
  font: 400 4em/1em "EB Garamond", "Times New Roman", serif;
}
body .header-home {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 150px;
  width: 100%;
  background-color: rgba(110, 24, 24, 0.85);
  z-index: 100;
}
body .header-home h1 {
  float: left;
  margin-left: 3%;
  color: white;
  margin-top: 0px;
  font: 400 4em/1em "EB Garamond", "Times New Roman", serif;
}
body #kingston-video {
  width: 100%;
  height: 22.1vw;
}
body footer {
  background-color: #6e1818;
  color: white;
  font: 400 14px/1.618 Arial, Helvetica, sans-serif;
  width: 100%;
  padding-top: 10px;
}
body footer .footer-content-left {
  float: left;
  width: 40%;
  padding-left: 10%;
}
body footer .footer-content-right {
  float: right;
  width: 40%;
  padding-right: 10%;
  text-align: right;
}
body footer .footer-content-right a {
  color: white;
  vertical-align: top;
  text-decoration: none;
}
body footer .footer-content-right a img {
  margin-top: 3px;
}
body footer .footer-copy {
  clear: both;
  text-align: center;
}
body input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type="text"],
body input[type="email"],
body textarea {
  padding: 8px 4px;
  border: 0 none;
  font: 400 16px / 1 "Fira Code", Inconsolata, Consolas, monospace;
  border: 1px solid #aa9449;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #333;
}
body .formrowwrap {
  display: block;
  /* width: 100%; */
  padding: 6px 0;
  clear: both;
}
body .formleft {
  vertical-align: top;
  width: 200px;
  float: left;
}
body .formleft label {
  font-weight: 700;
}
body address {
  font-style: normal;
}
body .formright {
  float: left;
  max-width: 100%;
}
body .formright input,
body .formright textarea,
body .formright select {
  max-width: 95%;
}
body p.faded {
  color: rgba(0, 0, 0, 0.3);
  font-size: 14px;
  font-weight: 700;
}
body p:last-child {
  margin: 0;
}
body #bn_YourCraft {
  width: 95%;
}
body table#bn_Events {
  /*  border: 1px solid #777; */
  border-collapse: collapse;
  font-size: 14px;
}
body table#bn_Events tr,
body table#bn_Events td,
body table#bn_Events th {
  padding: 0;
  /* border: 1px solid #777; */
}
body table#bn_Events input {
  font-size: 14px;
}
body table#bn_Events .sh {
  background-color: #e5dbbc;
  display: none;
}
body table#bn_Events .ir:nth-of-type(2n + 1) {
  background-color: #ece6d3;
}
body table#bn_Events .ir:nth-of-type(4n + 1) {
  background-color: #fbfaf7;
}
body .image-left {
  float: left;
  margin-right: 10px;
}
body .image-right {
  float: right;
  margin-left: 10px;
}
body input.inputN {
  text-align: right;
  width: 100px;
}
body .qtyN {
  text-align: right;
  width: 63px;
}
body .topImage {
  width: 100%;
  margin-top: -25px;
}
body .bottomImage {
  margin-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
}
body .bottomImageRight {
  margin-top: 0px;
  float: right;
  padding-right: 5px;
  padding-left: 5px;
}
body .bottomImageLeft {
  margin-top: 0px;
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}
body .mapImage {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}
body .detail-left {
  float: left;
}
body .detail-right {
  float: left;
  margin-top: 20px;
}
body #TopImg,
body #BottomImg {
  width: 100%;
}
body .fsb {
  /* position: absolute;
    right: 10%; */
  float: right;
  margin-top: 19px;
}
body .caption {
  text-align: center;
  width: 100%;
}
body .banner {
  width: 100%;
  margin-bottom: 10px;
}
body .banner #full-width-image {
  width: 100%;
  margin-top: 150px;
}
body .strap-line {
  position: relative;
  left: 3%;
  /*  top: -10%; */
  /* top: -95px; */
  font: 400 2em/1em "EB Garamond", "Times New Roman", serif;
  color: white;
  width: 350px;
}
main {
  width: 80%;
  margin: auto;
}
code {
  background-color: #222;
  color: #fff;
  display: block;
  font: 400 14px / 2 "Fira Code", Insonsolata, Consolas, monospace;
  margin: 0 0 26px 0;
  padding: 13px;
}
.cycle-slide a:active,
.cycle-slide a:hover,
.cycle-slide a:visited,
.cycle-slide a:link {
  text-decoration: none;
  color: #333;
}
#frmDownloadImage {
  float: right;
  margin-right: 48px;
  text-align: right;
}
#showselect2 {
  font-size: 18px;
}
#selectbgxxx {
  display: none;
}
.link {
  font-size: 16px;
  margin-top: 2px;
}
.eventButton {
  background-image: radial-gradient(#6e1818, #6e1818, #a52424);
  color: white;
  padding: 10px;
  border: solid 2px black;
  border-radius: 15px;
  text-decoration: none;
  font-family: arial;
  font-size: 30px;
  margin-right: 20px;
  margin-top: 10px;
  float: left;
}
.eventButton:hover {
  background-image: radial-gradient(#6e1818, #a52424);
}
a.snapshots:link,
a.snapshots:active,
a.snapshots:visited {
  background-color: #fff;
  /* border: 1px solid grey; */
  filter: drop-shadow(0px 0px 4px grey);
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 6px;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
nav {
  /* font-size: 0.9em; */
  position: relative;
}
nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 4px 0;
  z-index: 2000;
}
nav ul li {
  display: inline-block;
  margin-right: 16px;
  position: relative;
}
nav ul li a:link,
nav ul li a:visited,
nav ul li a:active {
  color: white;
  font-weight: 700;
  display: block;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
}
nav ul li ul {
  background-color: #fff;
  color: #333;
  box-shadow: 2px 8px 24px #333;
  box-sizing: border-box;
  opacity: 0;
  left: 0;
  padding: 4px 0;
  position: absolute;
  top: 27px;
  transition: all 0.2s linear 0.2s;
  visibility: hidden;
  z-index: 1001;
}
nav ul li ul li {
  display: block;
  margin: 0;
}
nav ul li ul li a:link,
nav ul li ul li a:visited,
nav ul li ul li a:active {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.618;
  outline: none;
  padding: 2px 26px 1px 26px;
  text-decoration: none;
  white-space: nowrap;
}
nav ul li ul li a:hover {
  color: white;
  background-color: #601414;
}
nav ul li ul li p {
  padding: 0 26px;
}
nav ul li ul li ul {
  border-bottom: 4px solid #83702f;
  left: 160px;
  top: 0;
}
nav ul li ul.xmas-events-submenu {
  left: auto;
  right: 0;
}
nav ul li ul.xmas-events-submenu li {
  display: block;
}
nav ul li ul.xmas-events-submenu li .show-dates {
  font-weight: 400;
}
nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
}
#header-video {
  aspect-ratio: 16 / 9;
  width: 100%;
  background-image: url(../images/banner-marqueue_m.jpg);
}
.show-preview {
  width: 26%;
  float: left;
  min-width: 270px;
}
.mobile-menu .link {
  color: white;
  text-decoration: none;
}
.scrolled {
  color: white !important;
  /* animation: menuChange 4s linear; */
}
a.exhibitor_link:link,
a.exhibitor_link:active,
a.exhibitor_link:visited {
  background-color: #fff;
  border: 1px solid grey;
  color: #000;
  display: inline-block;
  height: 200px;
  line-height: 184px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 6px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  vertical-align: middle;
  width: 260px;
}
a.exhibitor_link:link span,
a.exhibitor_link:active span,
a.exhibitor_link:visited span {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
a.exhibitor_link:link img,
a.exhibitor_link:active img,
a.exhibitor_link:visited img {
  display: inline-block;
  max-width: 100%;
  max-height: 180px;
  vertical-align: middle;
}
a.exhibitor_link:link .dealer-name,
a.exhibitor_link:active .dealer-name,
a.exhibitor_link:visited .dealer-name {
  bottom: 0;
  margin: 0;
  left: 0;
  position: absolute;
  width: 100%;
  line-height: 18px;
}
a.exhibitor_link:hover {
  border: 1px solid #601414;
  color: #601414;
}
div[id^="data"] {
  display: none;
  width: 100%;
  max-width: 593px;
}
div[id^="data"] img {
  float: right;
  max-width: 100%;
  margin-left: 8px;
}
div[id^="data"] > div {
  max-height: calc(100vh - 100px);
  /* overflow: auto; */
}
@keyframes menuChange {
  from {
    color: black;
  }
  to {
    color: white;
  }
}
.ev_Diary {
  border-collapse: collapse;
  width: 100%;
}
.ev_Diary td,
.ev_Diary th {
  padding: 2px;
}
.ev_Diary tr {
  cursor: pointer;
}
.ev_Diary tr:nth-of-type(2n + 2) {
  background-color: #fbfaf7;
}
.ev_Diary tr:nth-of-type(2n + 3) {
  background-color: #ece6d3;
}
.ev_Diary tr:nth-of-type(2n + 2):hover {
  background-color: #c6b57a;
}
.ev_Diary tr:nth-of-type(2n + 3):hover {
  background-color: #cdbe8c;
}
.ev_Diary_pe {
  display: none;
}
a.pe:link,
a.pe:active,
a.pe:visited {
  display: block;
  font-size: 20px;
  font-weight: 700;
  padding: 2px 4px;
  text-decoration: none;
}
.oc-ind {
  transition: all 0.4s ease 0s;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 7px 0 7px 13px;
  border-color: transparent transparent transparent rgba(0, 0, 127, 0.7);
}
.oc-ind-open {
  border-color: transparent transparent transparent rgba(127, 0, 127, 0.7);
  transform: rotate(90deg);
}
a.event-name:link,
a.event-name:active,
a.event-name:visited {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  /* font-size: 1.1em; */
  transition: all 0.2s linear 0s;
}
a.event-name:hover {
  color: #7f1e1e;
}
.preview-image {
  max-width: 100%;
}
.glide__slides {
  height: 220px;
}
.glide__slides .glide__slide {
  webkit-box-shadow: 0 0 8px #555;
  box-shadow: 0 0 8px #555;
  width: 150px !important;
  height: 195px;
}
.glide__slides .glide__slide img {
  max-height: 150px;
}
#eceventbanner {
  width: 100%;
  height: auto;
  max-width: 1200px;
}
.short-menu {
  margin-top: 16px !important;
}
.preview-filler {
  float: left;
  width: 10%;
  height: 600px;
}
.clear {
  clear: both;
  width: 100%;
}
.link-names {
  float: left;
  width: 60%;
  min-width: 200px;
}
.link-names a {
  color: #6e1818;
  text-decoration: none;
  font-weight: 700;
}
.link-dates {
  float: left;
  width: 39%;
  min-width: 135px;
  padding-right: 1%;
}
.gallery,
.gallery:link,
.gallery:visited,
.gallery:hover,
.gallery:active {
  text-decoration: none;
  color: #333;
}
.galleryimage {
  width: auto;
  height: 150px;
  max-width: 150px;
  overflow: hidden;
  border: 1px solid black;
}
.galleryimage img {
  width: 100%;
  vertical-align: middle;
}
.gallerytext p {
  display: block;
  line-height: 19px;
  font-size: 13px;
  height: 27px;
  padding: 13px;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 5px;
}
#gallerycarousel article {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #555;
  box-shadow: 0 0 8px #555;
  display: inline-block;
  margin: 8.66666667px;
  vertical-align: top;
  width: 150px !important;
}
#gallerycarousel article .galleryimage {
  width: auto;
  height: 150px;
  max-width: 150px;
  overflow: hidden;
}
.cycle-slideshow img {
  display: none;
  width: 100%;
}
#gallerycarousel article .gallerytext p {
  display: block;
  line-height: 19px;
  font-size: 13px;
  height: 27px;
  padding: 13px;
  text-align: center;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 5px;
}
.underHeader {
  margin-top: 175px;
}
.event-banner {
  width: 100%;
  padding-top: 150px;
}
.event-banner img {
  width: 100%;
}
.thickColumn {
  width: calc(95% - 250px);
  margin: 0;
  padding: 0 0 0 5px;
  float: left;
}
.thinRightColumn {
  width: 240px;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 20px;
}
.pageTitle {
  font-size: 2em;
  font-weight: 700;
  /* float: left; */
}
.centreImage {
  text-align: center;
  width: 100%;
}
.bigPageImage {
  width: 80%;
}
.about-text {
  color: black;
  /* margin: 1%; */
  font-size: 19px;
  /* width: 48%; */
  min-width: 300px;
  float: left;
  padding-left: 1%;
  padding-right: 1%;
}
.left-column {
  width: 50%;
  float: left;
}
.right-column {
  width: 50%;
  float: right;
}
.imageslides {
  width: 100%;
  min-width: 300px;
  /* float: right; */
  height: calc(100px + 8vw);
  /* min-height: 200px;
  max-height: 290px; */
}
.imageslides .banner-image {
  position: absolute;
  max-width: 39.7vw;
}
.imageslides .banner-image img {
  max-width: 100%;
  height: auto;
}
.imageslides .banner-passive {
  animation: fadeOut 2s;
  opacity: 0;
}
.imageslides .banner-active {
  animation: fadeIn 2s;
  opacity: 1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.pre-links {
  clear: both;
  color: black;
  margin: 1%;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: center;
}
.main-preview {
  width: 100%;
  margin: 1%;
}
.previews {
  width: calc(100vw * 0.78 - 300px);
  float: left;
  min-width: 300px;
}
.facebook-preview {
  width: 310px;
  float: left;
  margin-top: 20px;
}
.next-preview {
  float: left;
  min-width: 300px;
  margin-right: 2%;
}
.instaBy {
  /* font-size: 0.7em; */
}
.forthcomming-header {
  width: 100%;
  font-size: 1.3em;
  font-weight: 700;
  float: left;
}
.forthcomming-preview {
  float: left;
}
.forth-preview {
  width: 48%;
  min-width: 400px;
  margin-right: 2%;
  float: left;
  font-size: 0.85em;
}
.smaller-header {
  font-size: 1.2em;
  margin-top: 10px;
}
.show-heading {
  clear: both;
  line-height: 1.05em;
}
#facebookwrap {
  margin-left: 5px;
}
.preview-title {
  font-size: 1.53em;
  font-weight: 700;
  float: left;
}
.news {
  margin-bottom: 20px;
}
.news .news-title {
  font-size: 1.53em;
  font-weight: 700;
}
.news-text img {
  max-width: 300px;
  width: 100%;
}
.showDate {
  float: left;
  margin-left: 20px;
  font-size: 1.25em;
  margin-top: 5px;
  font-weight: 600;
}
.button {
  border: solid 1px black;
  border-radius: 10px;
  background-color: #6e1818;
  color: white;
  padding: 8px;
  text-decoration: none;
}
.prev-button {
  margin-top: 10px;
  display: block;
  width: 97px;
  padding: 5px;
}
.social-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.social-link {
  float: left;
}
.eventdetails {
  margin-bottom: 20px;
}
/* .mini-menu { */
.mobile-menu {
  display: none;
  float: right;
  border: solid 2px white;
  background-color: rgba(112, 26, 26, 0.75);
  position: absolute;
  right: 9px;
  top: 145px;
  list-style-type: none;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-menu-item {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mobile-menu-item:hover {
  background-color: #701a1a;
}
.mobile-menu-stub {
  display: none;
  color: white;
  font-weight: 700;
  float: right;
  margin-right: 10px;
  cursor: pointer;
  position: absolute;
  top: -12px;
  right: 10px;
  font-size: 40px;
}
.booking-table {
  text-align: right;
  width: 20%;
  float: left;
  min-width: 102px;
}
.booking-table6 {
  text-align: right;
  width: 16%;
  float: left;
  min-width: 85px;
}
.booking-table7 {
  text-align: right;
  width: 14%;
  float: left;
  min-width: 85px;
}
.consenterror {
  color: red;
  font-weight: 700;
}
@media screen and (max-width: 1509px) {
  .main-menu {
    float: left !important;
    width: 100% !important;
  }
  .web-menu {
    margin-top: 10px !important;
    /* float: left!important; */
    padding-left: 14px;
  }
  header {
    height: 175px !important;
  }
}
@media screen and (max-width: 1120px) {
  .detail-left {
    max-width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  .imageslides {
    width: 100%;
    clear: both;
    height: 30vw;
  }
  .banner {
    margin-top: 20px;
  }
  .banner-image {
    max-width: 80% !important;
  }
  .about-text {
    /* width: 100%; */
    clear: both;
  }
  .previews {
    width: 100%;
    clear: both;
  }
  .facebook-preview {
    width: 100%;
    clear: both;
  }
  .next-preview {
    width: 100%;
    clear: both;
  }
  .preview-image {
    max-width: 750px;
    width: 100%;
  }
  .left-column,
  .right-column {
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 1020px) {
  .web-menu-item {
    /*  font-size: 16px !important; */
  }
  .banner {
    margin-top: 42px;
  }
  .formright {
    clear: both;
  }
}
@media screen and (max-width: 1008px) {
  .web-menu {
    display: none;
  }
  .main-menu {
    width: 30px !important;
    float: right !important;
    margin-top: 104px !important;
  }
  .mobile-menu-stub {
    display: block;
  }
}
@media screen and (max-width: 997px) {
  .thinRightColumn {
    display: none;
  }
  .thickColumn {
    width: 95%;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 920px) {
  .web-menu-item {
    font-size: 14px !important;
  }
  .link {
    margin-top: 4px;
  }
  .banner {
    margin-top: 64px;
  }
}
@media screen and (max-width: 815px) {
  .web-menu-item {
    font-size: 13px !important;
  }
  .banner {
    margin-top: 86px;
  }
}
@media screen and (max-width: 785px) {
  .link {
    margin-top: 6px;
  }
}
@media screen and (max-width: 760px) {
  /* #header-video {
    display: none; 
  } */
  .banner {
    margin-top: 108px;
  }
  #full-width-image {
    display: block !important;
  }
  .web-menu {
    display: none;
  }
  .main-menu {
    width: 30px !important;
    float: right !important;
    margin-top: 104px !important;
  }
  .mobile-menu-stub {
    display: block;
  }
  header {
    height: 150px !important;
  }
}
@media screen and (max-width: 465px) {
  .main-menu {
    float: left !important;
    width: 100% !important;
    margin-top: 10px !important;
  }
  main {
    width: 100%;
  }
  header {
    height: 175px !important;
  }
  .banner {
    margin-top: 175px;
  }
  .header-logo {
    margin-left: 5px;
  }
  .forth-preview {
    min-width: 100px;
  }
  .ev_Diary td {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .strap {
    display: none;
  }
  #logo {
    line-height: 1em;
  }
  .header-logo {
    min-width: 100px;
  }
  .mobile-menu-stub {
    top: 12px;
  }
}
.mobile-header {
  height: 58px !important;
}
