/* FONT IMPORTS */
@import url('https://fonts.googleapis.com/css?family=Antic+Slab');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

@font-face {
  font-family: 'eras';
  src:  url('ERASBD.TTF');
}

/* Flex tags */
html, body { 
  margin: 0;
}
html {
  height: 100%;
}
body { 
  display: flex;
  flex-flow: column;
  min-height: 100%;
  background-color: rgb(215, 214, 214); 
}
body, input, button, textarea {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
    color: #3c3c3c;
}

header { flex: 0 1 auto; }
main { flex: 0 1 auto; }
footer { flex: 1 1 50px; }
a { text-decoration: none; color: black; }

.maincontainer {
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-flow: column;
}
@media (min-width: 769px) {
  .maincontainer {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .maincontainer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .maincontainer {
    width: 1170px;
  }
}

h1,h2,h3 {
  font-family: eras !IMPORTANT;
  text-transform: uppercase;
  font-weight: normal !IMPORTANT;
}
/* Header */
header {
  background-color: rgb(215, 214, 214);
}
header .maincontainer {
  display:flex;
  flex-direction: cloumn;
  background-color: white;
}

.topbar {
  background-color: rgb(26, 128, 182);
  width: 100%;
  height: 43px;
}

.logoflexbox {
  //flex: 1;
  display: flex;
  flex-wrap: wrap;
  position:relative;
}
nav {
  flex: 1;
}
@media (max-width:768px) {
  .logoflexbox {
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  } 
}

/* Main Logo */
.mainlogo {
  width: 100%;
  text-align: left; 
  border-bottom-color: rgb(229, 229, 229);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;  
  justify-content: flex-end;
}
.mainlogo img {
  max-width: 300px;
  margin: 20px 0 10px 30px;
  flex-grow: 1;
}
.mainlogo .contact_text {
  font-size: 18px;
  line-height: 25px;
  font-family: eras !IMPORTANT;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
  text-align: right;
  flex-grow: 1;
}
.topbar a, .social a {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center; 
  display: inline-block;
  padding: 3px;
  margin: 5px;
  opacity: 0.5;
}
.topbar a:hover, .social a:hover {
  opacity: 1;
}

@media (max-width:768px) {
  .mainlogo img {
    width: 50%;
    height: auto;
    padding-right: 30px;
  }
  .mainlogo {
   flex-direction: column;
  }
  .contact_text {
    padding-bottom: 20px;
  }
}

/* Menu Button */
.menubutton {
  visibility: hidden;
  //position:sticky;
  top:0px;
  left:0px;
  height: 0;
  width: 0;
}
.menubutton img {
  //width: 100%;
}
@media (max-width:768px) {
  .menubutton {
    visibility: visible;
    height: 100%;
    width: auto;
  }
  .mainlogo {
    text-align: right;
  }
}

/* Nav */
nav {
  // display: flex;
  padding: 20px;
  align-items: center;
  //justify-content: flex-end
}

/* Menu Items */
.menu_link {
//  margin-left: 10px;
//  margin-right: 10px;
  padding: 10px 20px 10px 20px;
  color: black;
  font-size: 16px;
  text-align: center;
}
.menu_link:hover, .active {
  color: #7e00ff;
}
.active {
  border-top: 2px solid #7e00ff;
}
.footmenuitem_active {
  color: #7e00ff !IMPORTANT;
}
@media (max-width: 991px) {
  .menu_link {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
  }
  .keyinfo {
    max-width: 100% !IMPORTANT;
  }
}
@media (max-width:768px) {
  header .maincontainer {
      flex-direction: column;
  }
.active {
    border-bottom: 2px solid #7e00ff;
    border-top: 0px solid #7e00ff;
    }
  .menu_link {
    display: block;
    font-size: 30px;
    margin: 20px;
  }
  #menu {
    display: none;
  }
  nav li img {
    width: auto;
  }
}
.dropdown {
  font-size: 16px;
    text-align: center !IMPORTANT;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  padding-top: 40px;
  background-color: rgba(0,0,0,0);
  width: 100%;
  z-index: 1;   
}

.dropdown-container {
  margin: 0 20px;
  color: black;
  background-color: #f1f1f1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;    
}

.dropdown-container .submenu_link {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  background-color: #f1f1f1;
  line-height: 25px; 
  width: 22%; 
}

.dropdown-container .submenu_link:hover {
  background-color: #ddd
}

.dropdown:hover .dropdown-content {
  display: block;
}
.listsubpages {
  font-size: 16px;
}
.displaysubpage-container {
    margin: 40px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}
.displaysubpage {
  color: #969696;
  background-color: white;
  padding: 12px 16px;
  text-decoration: none;
  line-height: 25px; 
  width: 200px;
  margin: 10px;
  border: 1px solid #e9e9e9;
}
.fullwidth {
  width:100%;
}
.displaysubpage h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  color: #262626;
  margin-bottom: 10px;
}
.displaysubpage a {
  color: #fac200;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
@media (max-width:768px) {
  .displaysubpage {
    width: 100%;
  }
  .displaysubpage-container {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Main-Contents */
 
main { text-align: center; background-color: rgb(215, 214, 214); }

main .maincontainer { background-color: white; }
img { width: 100%; height: auto; }
.breadcrumb {
	display: block;
  padding: 30px;
  color: #333333;
  font-size: 10px;
  border-bottom: solid #eee 1px;
  text-align: right;
    flex-grow: 1;
}
.breadcrumb a { color: #9b9b9b; }
.breadcrumb a:hover { color: #262626; }
.title .contents {
  height: 87px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  display: flex;
}
h1 {
  font-weight: bold;
  font-size: 18px;
  font-family: "MuseoSlab500Regular", arial, helvetica, sans-serif;
  line-height: normal;
  line-height: 26px;
  color: #343333;
  margin: 0;
  padding: 30px;
  flex-grow: 2;  
}
h2 {
  padding: 5px 30px 5px 30px !important;
  margin: 30px 0 !important;
  font-size: 18px !important;
  color: #333;
  margin: 0 0 20px;
  font-family: "MuseoSlab500Regular", arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.icon {
  padding: 5px 0px 5px 0px !important;
}
h3 {
  text-align: left;
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 25px;
  color: #262626;
}
p {
  padding: 0 30px;
}
ul {
 // margin-left: 30px;
}
.quotebox {
  display: block;
  margin: 20px;
  padding: 28px 28px 27px 31px;
  background-color: #fff !important;
  border-color: #7e00ff !important;
  border-left-color: rgb(160, 206, 78);
  border-width: 2px !important;
  border-style: solid;
  font-size: 18px;
  line-height: 24px; 
 box-shadow: 0px 0px 2px 2px #7e00ff;
}
.description {
  font-size: 16px;
  line-height: 25px;
  color: #9b9b9b;
  text-align: left;
  margin: 40px 0 0;
  font-weight: 300;
}
.center {
  text-align: center;
}
.largebackgroundimage {
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #7e00ff; 
  color: #FFFFFF;
  margin: 10px;
  font-size: 17px;
  padding: 16px 30px;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  background-color: #7e00ff;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.button:hover {
  color:#7e00ff;
  background-color: #FFFFFF; 
}
.promo_banner .button:hover {
  background-color: #7f7f7f; 
}
.boxes {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
}
.box {
  width: 45%; 
  min-height: 400px;
  font-size: 16px;
  color: #969696;
  line-height: 23px;
  margin-top: 50px;  
}
.box h2, .box h3 {
  line-height: 1;
}
.boxdouble {
  width: 100%; 
}
.box li {
  font-size: 16px;
  position: relative;
  left:20px;
  padding: 0 0 0 10px;
  font-style: italic;
}
ol {
  margin-left: 40px;
  margin-right: 30px; 
  padding-left: 5px;
}
.imagebox {
  background-repeat:no-repeat;
  background-size:cover;
  background-position: center; 
}
.contents {
  text-align: left;
}
.promo_banner {
  background: rgba(0,0,0,0.5);
  padding: 83px 0 100px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
  .promo_banner .title {
  font-size: 50px;
  font-weight: 600;
  color: white;
}
 .promo_banner .text {
  font-size: 16px;
  line-height: 25px;
  padding: 32px 0 43px;
  font-weight: 300;
}
.columns_container {
  display: flex;
  
}
.column b {
  color: #7e00ff;
}
.column {
  flex: 1;
  flex-grow: 1;
  flex-shrink: 0; 
  padding: 10px;
  margin: 0 30px 30px 30px;
}
.itemswide_2   {
  flex-flow: row wrap;
}

.itemswide_2 .column  {
  min-width: 33%;
  max-width: 50%; 
}


.photo {
  text-align: center; 
}
.photo img {
  width: 100% !IMPORTANT; 
}
.border .column {
  border: 1px solid #e9e9e9;
  margin: 10px;
  padding-bottom: 30px;
}
.center .column h2 {
  text-align: center;
}
.column h2 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 24px;
  color: #000;       
  font-family: "MuseoSlab500Regular", arial, helvetica, sans-serif;
  line-height: 24px;
}
.column h3 {
  font-size: 13px;
}
.column p {
  font-size: 16px;
  line-height: 25px;
  color: #3c3c3c;
  padding: 9px 0 0 0;
  text-align: left;
}
.column img {
  width: 24px;
  height: auto;  
  vertical-align: middle;
}
.opening-hours p, .opening-hours, .keyinfo p{
  font-size: 16px;
  line-height: 25px;
}
.opening-hours div {
  display: inline-block;
}
.oh-times {
  margin-left: 20px;
}
.keyinfo {
  max-width:25%;
}
.keyinfo h3 {
  font-size: 13px;
  line-height: 22px;
  margin: 10px 0;
}
.keyinfo p {
  padding: 0 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.facts {
  background-color: #f6f6f6 !important;
  text-align: center;
  max-width:30%;
}
.facts p {
  padding: 0 0 20px 0;
  text-align: center;
  border-bottom: 0;
}
.keyinfobox {
    background-image: url(/themeimages/keyinfo.png);
    display: block;
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 10px;
}
.textleft_picright {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  margin: 50px 0;
}
.textleft_picright_text {
  width: 45%;
  text-align: left;
  padding: 50px 0 100px;
}
.textleft_picright_text h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin: 30px 0 0;
}
.textleft_picright_text p {
  font-size: 16px;
  line-height: 23px;
  color: rgba(255,255,255,0.6);
  padding-top: 15px;
  margin: 0;
}
.bigbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
  margin: 50px 0;
}
.bigbanner h1 {
  font-size: 50px;
  font-weight: 600;
  margin: 0;
}
.bigbanner p {
  font-size: 20px;
  line-height: 30px;
  padding: 32px 0 43px;
  font-weight: 300;
  color: #FFFFFF;
}
.bigbanner .maincontainer {
  display: block;
    padding: 50px 0;
}
.accreditations img {
  max-height: 70px;
  padding: 20px;
}
.product {
  border: 1px solid #d2d3d4;
  text-align: center;
}
.product-image {
  max-width: 400px !IMPORTANT;
  cursor: pointer;
  transition: .5s ease;
}
.product-image:hover {
  opacity: 0.5;
}
.product-title {
  font-weight: bold;
  text-align: center !IMPORTANT;
  font-size: 20px !IMPORTANT;
}
.product-description {
  text-align: center !IMPORTANT;
}
.product-price {
  font-size: 30px !IMPORTANT;
  font-family: eras !IMPORTANT;
  color: #7e00ff !IMPORTANT;
  text-align: center !IMPORTANT;
  margin-top: 0 !IMPORTANT;
}
a.displaysubpage_link h2 img {
  cursor: pointer;
  transition: .5s ease;
}
a.displaysubpage_link:hover h2 img {
  opacity: 0.5;
}              
.product-ref {
  text-align: right !IMPORTANT;
  color: #b9b9b9 !IMPORTANT;
  margin: 0 !IMPORTANT;
  padding: 0 !IMPORTANT;
  font-size: 10px !IMPORTANT;        
}
@media (max-width: 991px) {
  .columns_container {
    flex-flow: row wrap;
  }
  .column {
    flex-basis: 50%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .itemswide_2 .column  {
    max-width: 100%; 
  }
  .product {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width:768px) {
  .boxes { flex-direction: column; }
  .box { width: 100%; }
  h1 { margin: 0; }
  h2 {
    margin: 0px 0 30px 0 !IMPORTANT;
    padding-left: 0 !IMPORTANT; 
    padding-right: 0 !IMPORTANT;
  }
  .contents {
    text-align: left;
    //padding: 20px 20px 20px 20px;
    flex-wrap: wrap;
  }
  .contents h1 { 
    padding: 20px 20px 0 20px;
    font-size: 16px;
  }
  .contents .breadcrumb { 
    padding: 0 20px 20px 20px;
    width:100%;
  }
  .textleft_picright {
    padding: 0 20px;
    background-position: left; 
  }
  .textleft_picright_text {
    width: 100%;
  }
}
@media (max-width:500px) {
  .fourmini {
    flex-basis: 90%;
  }
}
/* IMAGE POPOUT */

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}





/* Content-Contact Us Page */
.contactus_container {
  display: flex;
  
}
.contactus_text {
  flex: 1;
  margin-right: 10px;
}
.contactus_form{
  flex: 1;
 // margin-left: 20px;
}
input, textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  margin: 10px 0;
  resize: none;
  border-radius: 3px;
  vertical-align: top;
  color: #262626;
}

input:focus, textarea:focus {
  border-color: #7e00ff;
}

textarea {
  height: 120px;
}
label {
  font-family: 'Sniglet', sans-serif;
  font-size: 25px;
}
.messageerror {
  color: red;
  font-family: 'Acme', sans-serif;
  font-size: 20px; 
  margin: 0;
}
.g-recaptcha div {
  margin: auto;
}

@media (max-width:700px) {
  input, textarea, .g-recaptcha {
    width: 100%;
  }
  .contactus_container {
    margin-right: 15px;
  }
  .contactus_form {
    margin-top: 10px;
  }
  .contactus_container {
    display: block;
  }
}

/* Footer */
.footerborder {

}
footer {
  background: #8e8e8e;
  color: #FFFFFF !IMPORTANT;
//  margin-top: 50px;
}
footer .maincontainer {
  display:flex;
  flex-flow: column;
//  height:100%;

padding: 43px 10px 40px;
color: #8c8989; 
}
footer .copyright {
//padding: 18px 10px 12px;
background: #282a2b;
border-top: 1px solid #4b4c4d;
list-style: none;
color: #8c8989;
font-size: 12px;
//text-shadow: 1px 2px 1px #000;
}

footer .copyright .maincontainer {
 padding-top:5px;
 padding-bottom:5px;
 display:inline;
 text-align: center;
}
footer .copyright p {

}
footer .copyright img {
 height:40px;
 width:auto;
 padding: 0 20px;
}
footer h3 {
font-size: 18px !IMPORTANT;
line-height: 20px;
color: #ffffff;
text-transform: uppercase;
font-weight: bold;
}
footer .column p {
  color: #FFFFFF !IMPORTANT;
  line-height: 25px;
  font-size: 16px;
}
.right p, .right h3 {
  text-align: right;
}
.bugs-image {
  text-align: right;
}
.bugs-image img {
  width: 100%;
  max-width: 294px;
}
.column a {
  color: #7e00ff;
}
.column ul {
  padding: 0;
}
footer .column ul a {
  border-bottom: 1px solid #282a2b;
  display: block;
//  text-shadow: 1px 2px 1px #000;
  color: #FFFFFF; 
  padding: 12px 0;
  line-height: 25px;
  font-size: 16px;
}
footer .column a:hover {
  color: #7e00ff;
  text-decoration: underline;
}

.footmenu {
  flex: 0;
  margin: 25px 0;
  display: flex;
  width:100%;
}
.footmenu a {
  text-align: center;
  flex: 1;
  font-size: 20px;  
}
.footmenu a:hover {
  text-align: center;
  flex: 1;
  color: #ff7f7f  
}
.footmenuitem_active {
  color: #7fb3ff;
}
.footerspacer {
  flex: 1;
}
.copyright, .legalbit {
  flex: 0;
 // text-align: right;
  font-size: 13px;
//  margin: 30px 0 30px 0;
}
@media (max-width:768px) {
  .footmenu {
    flex-flow: column;
  }
  .footmenu a {
    width: 100%;
  }
}




/* CAROUSEL   */

.carousel {

}
carousel_slides {
  height: 590px;
}
.slide {
  display: none;
  height: 590px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}
.slide_inner {
  height: 100%;
}
.slide .maincontainer {
  position: relative;
  top: 50%;
  transform: translateY(-50%);  
}
.slide h3 {
  font-size: 60px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0px 0px 5px black;
}
.slide p {
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  text-align: right;
  color: #FFFFFF;
  padding: 30px 30px 10px 30px;
}
.slide p span {
  background-color: rgba(0, 0, 0, 0.5);;
  padding: 3px;
}
.carousel_buttons {
  text-align: left;
}
.slide_active {
  display: block;
}
.carousel_controls {
  display: flex;
  
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel_controls li {
  flex-basis: 20%;
  flex-grow: 1;
  flex-shrink: 0;
  border: 1px solid #DDDDDD;   
  border-top: 0;   
  padding: 20px 10px;
  margin: 0 2px;
}
.carousel_controls li a {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.carousel_controls li small {
  display: block;
  color: #969696;
  font-size: 16px;
  padding-top: 13px;
}
.tab_active {
  background-color: #fac200;
}


@media (max-width:768px) {
  .slide_inner .maincontainer {
      padding: 0 20px;
  }
  .slide h3 {
    font-size: 30px;
  }
  .slide p {
    font-size: 20px;  
   }
  .carousel_controls li {
    flex-basis: 40%;
  }
  .carousel_controls li small { 
    display: none;
  } 
}

.blog { width: 100%; text-align: left; margin-bottom: 30px; }
.blogtitle { margin: 5px !important; }
.blogdate { padding-left: 30px; margin-bottom: 20px; }
.blogcontent { padding-left: 30px; color: black; }
.blogcontentcols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.blogcontentcols p { color: black; margin: 0 0 20px 0; padding: 0; }  
.blogcontent a { color: #7e00ff; font-weight: bold; } 
.blog img { width: auto !important; }


.policies ul, .policies ol, .policies p {
	margin: 0;
}
.policies li {
	margin-left: 40px;
}
.policies ul ul {
	margin-left: 40px;
}
.policies b {
	color: #3c3c3c;
}
.policies span {

}

@media (max-width: 1199px) {
  .blogcontentcols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .blogcontentcols {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
  }
}