html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

@font-face {
	font-family: eds;
	src : url("/includes/EdwardianScriptITC.ttf");
}

body {  
}

/* ***************************/
/* Used for shopping basket  */
.container {
  position: relative;
  width: 100%;}
  
.middle-right {
   position: absolute;
   text-align: center;
   top: 04px;
   right: 40px;
   color: white;}

.middle-center {
   position: absolute;
   text-align: center;
   top: 05px;
   right: 40px;
   color: white;}
   
/* Used for shopping basket - End */
/* ****************************/

/* ***********************/
/* Used for page header  */
.header-title{
	font-family:eds;
	font-size:95px;
	color:white;}

.header-table{
	position:sticky;
	top: 0;
	width:100%;
	min-width:740px;
	z-index: 1;
	cellpadding:0;
	cellspacing:0;
	border-collapse: collapse;}

.header-cell-image {
	background-image: url("/images/site/grad.png");}
	
.header_style_1   { font-family: "Castellar";                   
text-align: center;
}

.header_style_2   {
 font-family: "Castellar";
 color: #808080;
}

.header_style_3   {
 font-family: "Castellar";                                        
 font-size: xx-small;
}

.header_style_4   {
 font-family: "Castellar";                                                             
 text-decoration: none;
}	
/* Used for page header  - End*/
/* ****************************/

/* ***********************/
/* Used for page footer  */
.footer-table{
	position:fixed;
	bottom: 0;
	width:100%;
	min-width:740px;
	z-index: 1;
	cellpadding:0;
	cellspacing:0;
	border-collapse: collapse;
	background-image: url("/images/site/grad_footer.png");}

.footer_style_1   {
 font-family: "Castellar";
 color: black;
}
.footer-cell-image {
	}
/* Used for page footer  - End*/
/* ****************************/


/* ***********************/
/* Used for menu header  */

.header-menu-cell-image {
	background-image: url("/images/site/whiteline.png");}

/* ****************************/
/* Used for menu header  - End*/
/* ****************************/


* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 740px;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slidetext {
  color: #222222;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #222222;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


.image {
  display: block;
  width: 100%;
  height: auto;
  z-index: -1;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.container:hover .overlay {
  width: 100%;
  left: 0;
}

.text {
  color: grey;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}






/* ********************/
/* The navigation bar */
div.fixedheader {
  background-color: #FFFFFF;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  z-index:1;  /* this stacks the level of display */
}
.dropbtn {
    color: white;
    padding: 0px;
    font-size: 0px;
    border: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
	font-family: "Courier New";
	font-weight: bold;
    background-color: #f0eded;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #777373;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #f1f1f1;}

/* The navigation bar End*/
/*************************/

/************************/
/* magnifier */

.mySlides {display:none}
.demo {cursor:pointer}
div.scrollable {
    height: 400px;
    margin: 0;
    padding: 0;
    overflow: scroll;
}

* {box-sizing: border-box;}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 200px;
  height: 200px;
}

* {box-sizing:border-box}

/* magnifier end */
/************************/

/* These are used for the login screen */
/* Taken from here : https://codeshack.io/secure-login-system-php-mysql/ */

* {
  	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.login {
  	width: 300px;
  	background-color: #D3D3D3;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 100px auto;
}
.login lh1 {
  	text-align: center;
  	color: #FFFFFF;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 1px solid #dee0e4;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #3274d6;
  	color: #D3D3D3;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 250px;
  	height: 50px;
  	border: 1px solid #3274d6;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #3274d6;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #FFFFFF;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #7e7d79;
  	transition: background-color 0.2s;
}
/* Login end section */