@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	background-attachment:fixed;
  background-size: cover;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #09e;
	font-size: 20px;
	display:inline;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #eeeeee;
	font-size: 14px;
	display:inline;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 22px;
}
.style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	}
.style13 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.style21 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size:24px;
}
.style22 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size:18px;
}
.style23 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	color: #ffffff;
	font-size:36px;
}
.style30 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; }
.style31 { font-size: 11px; color: #000; }
.style32 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #FFFFFF; }
.style33 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; }
.style41 {color: #FFFFFF}
.style43 {color: #FF0000}
.style47 {
	color: #FF6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style50 {color: #FF6600; font-family: Verdana, Arial, Helvetica, sans-serif; }
.style53 {
	color: #FF5555;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
}
.style54 {
	color: #FF0000;
	font-weight: bold;
}
.style55 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099ee;
	font-size: 11px;
}
.style56 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099ee;
	font-size: 14px;
}
.style57 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0099ee;
	font-size: 24px;
}
.style58 {
	font-weight: bold;
	color: #333;
	font-size: 16px;
}
.style61 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: large;
	color: #0099ee;
}
.style62 {color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px; }
.style63 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: #0099CC; font-size: large; }
.style64 {color: #777777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px; }
.style67 {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF6600; font-weight: bold; }

#slideshow { 
    margin: 20px auto; 
    position: relative;
	width:90%;	
    height: 250px; 
    padding: 10px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}
a:link {
color: #f5f5f5;
text-decoration: none;
}
a:visited {
color: #f5f5f5;
text-decoration: none;
}
a:hover {
color: #ffffff;
}
html, body {
margin:0px;
height: 100%;

}

#header, #footer {
      		min-width:100%;
			}


.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -83px;
}
.footer, .push {
height: 83px;
}

 /* For pages */
 
  /* ------------BUTTONS---------------------------------------------------------------------------- */	 
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 5px 20px;
	 background: #65a9d7;
    outline: none;
   background: -ms-linear-gradient(top, #42aaff, #003366);
   background: -o-linear-gradient(top, #42aaff, #003366);
		background: -moz-linear-gradient(
		top,
		#42aaff 0%,
		#003366);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#42aaff),
		to(#003366));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #003366;
}

  button.css3button:hover {
     border: 1px solid #555;
	 cursor:pointer;
	 color: #eeeeee;
    }
	
	button.css3button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 15px 10px;
	 background: #65a9d7;
	 width:150px;
    outline: none;
   background: -ms-linear-gradient(top, #42aaff, #003366);
   background: -o-linear-gradient(top, #42aaff, #003366);
		background: -moz-linear-gradient(
		top,
		#42aaff 0%,
		#003366);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#42aaff),
		to(#003366));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #000;
}

  button.css3button2:hover {
     border: 1px solid #555;
	 cursor:pointer;
	 color: #eee;
    }
@media screen and (max-width: 700px){
	button.css3button2 {
		font-size: 13px;
	padding: 12px 8px;
	 width:100px;
}
}
	 
  /* BOXES FOE LINKS AND MENU  ----------------------------------------------------------------------- */
	.floating-box {
    display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 40px 10px;
		  min-width: 40px;
	z-index:2;
}
 .floating-box:hover {
    background-color: #359;
}
	.floating-box-fixed {
    display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 40px 10px;
		  min-width: 40px;
	z-index:2;
}
 .floating-box-fixed:hover {
    background-color: #359;
}
.floating-box-Acc {
    display: inline-block;
       color: white;
	   font-weight: bold;
	   height:20px;
    text-decoration: none;
	 border-left:1px;
	 border-color:#666;
   float:right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 40px 10px;
		  min-width: 40px;
	z-index:2;
}
 .floating-box-Acc:hover {
    background-color: #359;
}
	.floating-box-nav {
    display: none;
       color: white;
	  text-decoration: none; 
   float:right;
   padding:40px;
	z-index:2;
}
 .floating-box-nav:hover {
    background-color: #359;
}

/* payment button */	
	.floating-box2 {
    display:block;	
	width:80%;	
	max-width: 300px;	
    text-decoration: none; 
	margin:auto;
   padding: 10px 30px;
   text-align: center;
   cursor:pointer;
   overflow:auto;
   background-color: #46a;
transition: 0.2s;		
     }
 .floating-box2:hover {
    background-color: #47b;
	
}
/* for individual test boxes */	
	
   .floating-box3 {
    display: inline-block;
    text-decoration: none; 
   width: 98%;
   padding: 1%;
  }
 .floating-box3:hover {
    background-color: #555;
}
	.floating-box4 {
    display: inline-block;
       color: white;
	   height:20px;
    text-decoration: none; 
float: right;
       text-align: center;
	   font-size: 12px;
	  	  padding: 40px 20px;
		   background-color: #555555;
 	z-index:2;
}
 .floating-box4:hover {
    background-color: #375790;
}
.floating-text {
	 display: inline-block;
    text-decoration: none; 
   width: 48%;
   padding: 0% 1% 0% 1%;
   height:90px;
}
.dropdown-container {
   display: inline-block;
    float: right;
	z-index: 6;
  }
.dropdown-content {
	top:100px;
    display:none;
	
    position: absolute;
    background-color: #248;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 6;
	right: 0;
}
.dropdown-content a {
    color: white;
	font-size: 12px;
    padding: 8px 16px;
    display: block;
    text-align: left;
}
.dropdown-content a:hover {background-color: #359;}
.dropdown-container:hover .dropdown-content  {
   display:inline-block;
}
@media screen and (max-width: 1100px){
.floating-box {
    display: none;
    }
.floating-box-nav {
    display: inline-block;
    }
}
	 /* ----------new box format----------------------------------------------- */	
.barGrey{
	width:98%;
	background-color:#222;
	padding:1%;
	}
.barGrey1{
	width:96%;
	background-color:#eee;
	padding:2%;
	border-top:1px solid black;
	}
.spacer{
width: 100%;
	height:50px;
display: block;
}
.summaryBlock {
margin: auto;
	width:96%;
max-width: 1300px;
	border-spacing:2%;
	vertical-align: middle;
}
.row{
	display: table;
		margin: auto;
	width:98%;
	max-width: 1300px;
	}

 .columnL {
	 display: table-cell;
   padding:0% 1%;
     width:48%;
	}
 .columnR {
	 display: table-cell;
  padding:0% 1%;
	background-color: #e4e4e4;
     width:48%;
	 vertical-align: middle;
	 box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
	}
.paymentBook{
	width:100px;
	border:1px solid black;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}
	
.summaryOptional {}
@media (max-width:900px) {
    .books2, .summaryOptional {
display: none;
}
} 	
@media (max-width:800px) {
  .columnL, .columnR {
        display: block;
        width: 94%;
		padding: 3%;
		margin: 10px 0px 10px 0px;
		align-self:center;
		border-right: 0px;
	      }
	h3{
	font-size: 16px;	
	}
	.spacer{
		height:25px;
	}
}    

 
  /* ------------------------------- */	
  
  .header2
   {
	   width:100%;
	   padding:10px;
	 	   border:none;
	   		 margin-left: auto;
    margin-right: auto;
	
	
 	  }
.header1
   {
	   width:100%;
	   padding:10px;
	 	   border:none;
	   		 margin-left: auto;
    margin-right: auto;
	background-color:#3355aa;
	opacity:0.80;
	 filter:alpha(opacity=80); /* For IE8 and earlier */
 	  }	 
	  
/* For BANNER HEADINGS */
.title {
text-align: center;
display: block;
position: absolute;
	z-index: 0;
float: left;	
width: 220px;
	
margin-left: 50%;
 transform: translate(-110px);	
padding-top: 30px;	
}
.title2{
display: none;	
}
	  
div#parent { position:relative; width:100%; min-height:100px; vertical-align:bottom; }
div#opacity1 { position:absolute; width:100%; min-height:100px; z-index:-1; background-color:#335599;	opacity:0.90;  filter:alpha(opacity=90); /* For IE8 and earlier */}
div#gglogo { z-index:2;  padding:10px; border:none; float:left; display: inline-block;}	
div#gglogo2 { z-index:2;  padding:10px; border:none; float:left; display: none; }	  
div#title { position:absolute;  z-index:2;  width:90%; border:none; text-align:center; margin-left: 10%; margin-right: auto;}	
div#links { position:absolute;  right: 0px; top:40px; height:20px; z-index:2; border:none;  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;  float:right;}	
div#opacity2 { position:absolute; width:100%; height:100px; z-index:-1; background-color:#335599;	opacity:0.90;  filter:alpha(opacity=90); /* For IE8 and earlier */}
/* ____________________ */	
@media screen and (max-width: 1100px){
div#gglogo {
display: none;
}
div#gglogo2 {
display: inline-block;
}
div#title {
width:50%;	
}

}
@media (max-width:600px) {
 #slideshow, .books1, .KS3image {
display: none;
}
	.title {display:none}	
	.title2 {display:block; font-size: 20px}
} 
/* For loading warning */	
 #loading-div
    {
         width: 300px;
         height: 200px;
         background-color: #0c0b0b;
         text-align:center;
         position:absolute;
         left: 50%;
         top: 50%;
         margin-left:-150px;
         margin-top: -100px;
     }
	   #loading-div-background 
    {
        display:none;
        position:fixed;
        top:0;
        left:0;
        background:black;
        width:100%;
        height:100%;
     }
.tblLong { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:2;
	text-align:left;
	background-color:#EEE;
		}
.tblShort { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height:2;
	text-align:center;
	background-color:#EEE;
		}
.tblHeadShort { width:50px; }	
.tblHeadLong { width:150px; }	
.overlay{
	background: rgba(180, 180, 180, 0.5);
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
}
.box{
    position:fixed;
    top:-1200px;
    left:15%;
    right:15%;
	max-width: 800px;
	margin:auto;
    background-color:#333;
    padding:20px;
    border:2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
}
a.boxclose{
    float:right;   
    margin-top:0px;
    margin-right:0px;
    cursor:pointer;
}
@media screen and (max-width: 700px){
.box{
    left:0%;
    right:0%;
}
}
.rowBook{
	display: block;
		margin: auto;
		border-spacing:10px;
	width:96%;
	max-width: 1300px;
		  padding: 0px;
     background-color:#222;
     vertical-align: middle;
	}
	
	.rowBook2{
	display: table;
		margin: auto;
	width:98%;
	max-width: 1300px;
	border-spacing:10px 4px; 
	}

	.columnBook2 {
	 display: table-cell;
   padding: 4px;
     width:100%;
	    background-color:#222;
        vertical-align: middle;
	}
	.rowBook3{
	margin: auto;
		width:95%;
	max-width: 1300px;
	  background-color:#181818;
	border:1px solid #ddd;
	padding: 2px;
	vertical-align: middle;
	}
	
	.booksCell { align-content:center;
	width:31%;
}

@media (max-width:800px) {
    .booksCell {
display: none;
}
} 
@media (max-width:600px) {
    .rowBook2, .columnBook2, .booksCell2, #slideshow {
display: none;
}
} 
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;	
	}
	.voucher {
width:200px;
padding:5px;		
		position: absolute;
top:110px;
right:10px;
background-color: #B9D8F7;
border:1px solid #000;		
	}	
@media screen and (max-width: 1000px){
	.voucher {
width:290px;
padding:5px;
right:0px;		
margin: auto;		
position: relative;
top:0;		
	}	
	}
	.voucherInput{
display:block;		
	}	
.paymentDiv{
max-width: 600px;
padding:5px;	
margin: auto;
text-align: center;	
}
	