body {
	margin: 0 auto;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #77b7ef; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #77b7ef 0%, #000000 100%);
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, colorstop(
	0%,#77b7ef), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #77b7ef 0%,#000000 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #77b7ef 0%,#000000 100%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #77b7ef 0%,#000000 100%);
	/* IE10+ */
	background: radial-gradient(ellipse at center, #77b7ef 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77b7ef', endColo
	rstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}


.topnav {
  overflow: hidden;
  background: linear-gradient(White, #293f50);
}

.topnav a {
  float: left;
  display: block;
  color: #252d52;
  text-align: center;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 17px;
  width: 12%;   /*to adjust the red square*/
}

.active {
	background-color: #052B59; 
	color:white;
}
.topnav .active a{
	background-color: #052B59; 
	color:white;
}
.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: #252d52;
  padding: 6px 10px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #052B59; 
	color:white;
	border-radius: 5px;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


#nav_wrapper{
	height: 30px;	/*to adjust the square VERTICALLY*/
	width: 100%;   /*to adjust the red square*/
	background: linear-gradient(White, #293f50);
	margin-left: auto;
	margin-right: auto;		
	Margin-top: -20px;
	border: none;
	float:center;
}
#nav_wrapper li a.active {
	background-color: #052B59;
	color:white;
	border-radius: 5px;
}

#nav_wrapper ul {
	padding: 0px;				/* decrease the menus in the bar, e.g HOME, NEWS, JANE FURSE, SPORTS.....*/
	margin-left: auto;
}

#nav_wrapper ul li {
	list-style-type: none;
	display: inline; 
	background-color: linear-gradient(White, #293f50);
	position: relative;
	float:left;
	margin: 1px;
}


#nav_wrapper ul li a {				/*to adjust the blocks in the menu, e.g Home, Jane Furse, News....*/
		text-decoration: none; 
		color:black;
		padding:5px;
		display:block;
		width: 155px;
		text-align: center;
		font-size: 15px;
		
}

#nav_wrapper ul li:hover {
		background-color: #052B59; 
		color:white;
		border-radius: 5px;
}
#nav_wrapper a:hover {
color:white;
}


/*######################################
		header
#######################################*/
 header{
position: none;
bottom: 0;
}
 
@media (max-height:600px){
header { position: static; }
header { padding-top:0px; }
}
 
 
.header-distributed{
	background-image:url('images/Background.jpg');
	box-sizing: border-box;
	width: 100%;
	
}
 
.header-distributed .header-left,
.header-distributed .header-center,
.header-distributed .header-right{
	display: inline-block;
	vertical-align: top;

}
 
/* header left */
.header-left{
	width: 25%;
	margin: 0;
	float: center;
	text-align: center;
}
.header-left .header-Full img{
	width: 75%;
	}
	
.header-left .header-Mobile img{
	width: 0%;
	}


 
/* .header-distributed .header-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	} */

 
/* header Center */
.header-distributed .header-center{
	width: 45%;
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
	text-align: center;
	display:inline-block;
	line-height: 1.8;
	font-size: 18px;
}
 
/* header Right */
.header-right {
	width: 30%;
	color:  white;
	position:absolute;
	right: -100px;
	margin-right: 10%;
	margin-top: 1%;
	text-align: right;
}

 
@media (max-width: 880px) {
	.header-distributed .header-left img{
	width: 97%;
	}
	.header-distributed .header-left{
	display: block;
	width: 100%;
	margin-top: -16px;
	text-align: center;
	}
	.header-left .header-Full img{
	width: 0%;
	}
	
	.header-left .header-Mobile img{
	width: 99%;
	}
	
	.header-distributed .header-center{
		margin-top: -16px;
		display: block;
		width: 100%;
		margin-bottom: 0px;
		font-size: 13px;
		text-align: center;
	}
	 .header-distributed .header-right{
		margin-top: 2200px;
		width: 100%;
		margin-bottom: 0px;
		text-align: center;
	}
}









	
@media (max-width: 880px) {
	#nav_wrapper ul li a {				/*to adjust the blocks in the menu, e.g Home, Jane Furse, News....*/
		text-decoration: none; 
		color:black;
		padding:05px;
		display:block;
		width: 67px;
		font-weight: none;
		font-size: 10.5px;
	}
	#nav_wrapper{
		height: 25px;	/*to adjust the square VERTICALLY*/
		width: 100%;   /*to adjust the red square*/
		background: linear-gradient(White, #293f50);
		margin-left: auto;
		margin-right: auto;		
		Margin-top: -15px;	
	}
}
@media (max-width:479px) {
		
	#nav_wrapper ul li a {				/*to adjust the blocks in the menu, e.g Home, Jane Furse, News....*/
		color:black;
		padding:1px;
		display:block;
		width: 20%;
		font-weight: none;
		font-size: 9.5px;
	}
	#nav_wrapper{
		height: 40px;	/*to adjust the square VERTICALLY*/
	}
}







/*######################################
		CENTER FILTER
	##############################*/
.filterDiv {
	  float: left;
	  color: #ffffff;
	  width: 100%;
	  margin: 2px;
	  margin-bottom: 20px;
	  display: none;
	  font-size:12px;
}
.filterDiv img{
	width: 17.5%;
}
.show {
  display: block;
}

.container {
  margin-top: 10px;
  overflow: hidden;
}

/* Style the buttons */
.btnAcc {
  border: none;
  outline: none;
  padding: 12px;
  margin-bottom: 2px;
  cursor: pointer;
  width: 24%;
  font-size: 13px;
}
.btnAcc img{
  border: none;
  outline: none;
  width: 100%;
}

.btnAcc:hover {
  background-color: #ddd;
}

.btnAcc.active {
  background-color: #666;
  color: white;
}

@media (max-width: 880px) {
	.btnAcc {
		  padding: 8px;
		  width: 24%;
		  font-size: 10px;
	}
}






/*######################################
		CATERGORIES tap
#######################################*/
* {box-sizing: border-box}
body {font-family: "Lato", sans-serif;}

/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 14.5%;
  height: 100%;
}
/* Style the buttons inside the tab */
.tab button {
  border: 0px solid grey;
}
/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 6.8px ;
  width: 100%;
  border-bottom: 0.5px solid grey;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 12.5px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #052B59;
	color: white;
}

/* Create an active/current "tab button" class */
.tab button.active {
	  background-color: #052B59;
	  color: white;
}

.tabcontent {
		color: white;
		display: none;	
		float: left;
		padding: 0px;
		border-bottom: 1px solid #ccc;
		width: 85.5%;
		border-right: none;
		height: 100%;
}


@media (max-width: 880px) {
	.tab {
	  background-color: #f1f1f1;
	  width: 20%;
	  height: 100%;
	}
	
	.tab button {
	  padding: 2.8px ;
	  width: 100%;
	  border-bottom: 0.5px solid grey;
	  transition: 0.3s;
	  font-size: 9.5px;
	}
	.tabcontent {
	  color: white;
	  display: none;	
	 width: 80%;

	}
	.Numbers{
	color: #0073FC;
	font-size: 0px;
	}
	

}

@media (max-width:479px) {
	.tab {
	  background-color: #f1f1f1;
	  width: 22%;
	  height: 100%;
	}
	
	.tab button {
	  padding: 3.8px ;
	  width: 100%;
	  border-bottom: 0.5px solid grey;
	  transition: 0.3s;
	  font-size: 9.5px;
	}
	.tabcontent {
	  color: white;
	  display: none;	
	 width: 78%;

	}
	.Numbers{
	color: #0073FC;
	font-size: 0px;
	}

	
}






/*######################################
	Content
#######################################*/

#wrap{
	height:100%;
	margin-bottom:50px;
}
.content-center {
float: right;
width:87%;
height:100%;
margin:0;
}


.sidebar {
		float: right;
		width: 13%;
		margin: 0px;
		background-color: white;
	}
	
.sidebar img{
		width: 99.9%;
	}
	
.sidebar img:hover {
		transform: scale(1.24) translateY(2px); 
		z-index: 1; 
		-webkit-transition: 0.3s;
		transition: 0.5s;
		border: 5px solid grey;
		
}
	
@media (max-width: 880px) {
	.content-center {
		float: left;
		width:85%;
		height:100%;
		margin:0;
	}
	.sidebar {
		width:15%;
	}
}
	
@media (max-width:479px) {
		.content-center {
		float: left;
		width:100%;
		height:100%;
		margin:0;
	}
	.sidebar {
		width:0%;
	}
}

/*######################################
	Content 2
#######################################*/

#wrap2{
	height:100%;
	color: White;
	margin-top: 90px;
}

#wrap2 P{
	padding-left:10px;
}
#wrap3{
	height:1000px;
	margin-top: 100px;
}

#wrap5{
	height:100%;
	margin-top: 10px;
	margin-left: 5%;
}
#wrap6{
	height:100%;
	margin-top: 1px;
	margin-left: 2.5%;
	margin-right: 1.5%;
	font-size: 13.5px;
	color: #E4E3E3;
}


/*######################################
		SEARCH
#######################################*/
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: none;
  position: none;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: none;
  border: 219px solid grey;
  z-index: 1;
  	transform: scale(1) translate(-29%, -65%);
		-webkit-transition: 0.3s;
		transition: 0.5s;
}




/* Set a style for the submit/login button */
.form-container .btn {
  background-color: green;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 1.0;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
 background-image: url('Images/GroceryPic/Choppies jane furse (2).jpg');
  width: 720px;
  height:930px;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
  
/*######################################
		emergency table 
#######################################*/

.Emergency {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin-left:10px;
  font-size: 14;
}

.Emergency td, th {
  border: 1px solid red;
  text-align: left;
  padding: 0.5px;
}

.Emergency tr:nth-child(even) {
  background-color: #dddddd;
}

 .Emergency a {
	color: red;
	text-decoration: none;
}

 .Emergency a:hover {
	color:  orange;
	text-decoration: none;
}
.ten {
  width: 20%
}
.twenty {
  width: 50%;
}

@media (max-width:679px) {
	.Emergency {
		width: 90%;
		font-size: 12.7
	}
	.ten {
		width: 30%
}
	.twenty {
	  width: 60%;
	}
}




/*######################################
		LEFT CONTENT 
#######################################*/
 footer{
position: none;
bottom: 0;
}
 
@media (max-height:600px){
footer { position: static; }
header { padding-top:0px; }
}
 
 
.footer-distributed{
	box-sizing: border-box;
	box-shadow: 0 8px 12px 0 rgba(2,2,2,2.2);
	width: 95%;
	background-image: url('Images/30-background.jpg');
	padding-bottom: 1px;
	vertical-align: middle; 
	margin-left: 20px;
	border-radius: 4px; 
}

 .footer-distributed a {
	color: #ffffff;
	text-decoration: none;
}

/* header left */
.footer-left{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin:3px;
	text-align: left;
	font: 13px sans-serif;
}

.footer-left img:hover {
  opacity: 0.5;
}

.footerBigView img:hover {
		transform: scale(3) translate(30%, -16%);
		-webkit-transition: 0.3s;
		transition: 0.5s;
		opacity: 1.5;
		border: 2px solid blue;
}
.footer-left .footerBigView {
	text-align: left;
	font: 12px sans-serif;
}

.footer-left img{
	width: 94%;
}
 
.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	}

 
/* header Center */
.footer-center{
		vertical-align: top;
		width: 40%;
		display: inline-block;
		color: #E4E3E3;
		vertical-align: middle;
		margin:3px;
		text-align: left;
		line-height:1.5;
		font-weight: normal;
		font: 13px sans-serif;
}

.footer-center img:hover {
	opacity: 1.5;
}
.footer-center img {
	width: 9.5%;
	border-radius: 8px;
}
.footer-center a {
	color: #E4E3E3;
	text-decoration: none;
}

 .footer-center a:hover {
	color:  orange;
	text-decoration: none;
}
 
 
/* header Right */
.footer-right {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	color: #E4E3E3;
	font: 13px sans-serif;
	margin:5px;
	text-align: left;
	line-height:1.8;
}

.footer-right img {
	width: 9.5%;
	border-radius: 15px;
}
.footer-right img:hover {
	opacity: 0.5;
}

.footer-right a:hover {
	color:  orange;
	text-decoration: none;
}

 
 
 
 .footerHideMobile{
	font: 13px sans-serif;
}

.footerScreenView{
	font: 0px sans-serif;
	width: 0%;
	}
.footer-right .footerScreenView img{
	width: 0%;
	}
.footer-right .footerScreenView a:hover {
	color:  orange;
	text-decoration: none;
}
@media (max-width: 880px) {
		.footer-distributed{
		width: 100%;
		vertical-align: middle; 
		margin-left: 1px;
	}
	.footer-left{
		width: 40%;
		margin-bottom: 9px;
		text-align: left;
	}	
		
	.footer-center{
		width: 50%;
		margin-bottom: 9px;
		margin:0px;
		text-align: left;
		font: 12px sans-serif;
	}
	
	 .footer-right{
		width: 0%;
		color:  white;
		position:absolute;
		right:0;
		margin-right: 0%;
		text-align: left;
		font: 0px sans-serif;
	}
	
	 .footerHideMobile{
		font: 0px sans-serif;
	}
	.footerScreenView{
		font: 12px sans-serif;
		width: 100%;
	}
	.footerScreenView img:hover {
		transform: scale(2.5) translate(30%, -16%);
		-webkit-transition: 0.3s;
		transition: 0.5s;
		opacity: 1.5;
	}
	.footer-right a:hover {
		color:  orange;
		text-decoration: none;
	}
}












/*######################################
		EVENTS / CAREERS
	##############################*/
























/*######################################
		Home box
	##############################*/

#service{
	margin:0 auto;
	Width:100%;
}

.price{
	list-style-type: none;
	margin: 0;
	padding: 2px;
	-webkit-transition: 0.3s;
	transition: 0.5s;
}
.price img{
	border-radius: 8px;
	max-width: 85%;
	height: auto;
	opacity: 0.75;
	cursor: pointer;
	box-shadow: 0 8px 12px 0 rgba(2,8,2,9.2);
}
@keyframes skew {
  0% {
    transform: skewX(20deg);
  }
  100% {
    transform: skewX(-20deg);
  }
}
.price img:hover {
  opacity: 1.0;
  
}


@media only screen and (max-width: 600px) {
	.price img{
	Width:100%;
	}
}




.spin {
  padding: 5px;
  animation: roll 8s infinite;
  transform: rotate(30deg);
  opacity: .7;
  
}

@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}






















	/*######################################
		Russels promotions
######################################*/

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}





/*######################################
		TABLE
#######################################*/	
			
#IndexTable{ 
	  width: 68%; 
	  color:#eafa05;
	  font-size: 17px;
	  text-align:left;
	  padding-left: 0%;
	  margin: 0 auto;
	  border: 1px solid #F2F2F2;
	  
}




.city2 {
	padding: 10px;
	margin: 10px;
	width: 76%;
	border: 0px solid black;
	background-color: #00C2CE;
	text-align:center;
	border-radius: 9px; 
	color: white;
	font-family:Calibri;
	font-size: 17px;
	box-shadow: 0 8px 12px 0 rgba(2,2,2,2.2);
	animation: skew 3s infinite;
  transform: skew(20deg);
  animation-direction: alternate;
}
@media (max-height:880px){
	.city2 {
		width: 0%;
		background-color: #FFF891;
		border-radius: 9px; 
		font-size: 0px;
		padding:0px;
		margin: 0px;
	}
	
	#IndexTable {
		width:0%; 
		font-size: 0px;
		border: 0px solid #F2F2F2;
	}
}




/*######################################
		BUTTONS
	##############################*/
.talk {
	Margin: auto;
	margin-left:02%;
	margin-bottom: 2px;
	width: 95%;
	font-size: 13.5px ;
	color: black;
	background: #C7E1F4;
	border-radius: 1px;
	padding: 8px 14px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: center; /* Float the buttons side by side */
	text-align: center;
}
.talk:hover{
	background-color: #052B59;
	color: white;
}

.BtnSpecial {
	Margin: auto;
	margin-left:2%;
	margin-bottom: 9px;
	width: 20%;
	font-size: 25.5px ;
	font-family:courier;
	font-weight: bold;
	color: #4e535f;
	background: #f0f2f7;
	border-radius: 38px;
	padding: 28px 34px; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: center; /* Float the buttons side by side */
	text-align: center;
}
.BtnSpecial:hover{
	background-color: #57D301;
	color: red;
}


.SideBtn {
	Margin: auto;
	margin-left:0%;
	margin-bottom: 03px;
	border: 1.5px solid grey;
	width:90%;
	border-radius: 4px;
	cursor: pointer; /* Pointer/hand icon */
}

.SideBtn img{
	width: 100%;
	
}
.SideBtn:hover {
		transform: scale(1.24) translateY(2px); 
		z-index: 1; 
		-webkit-transition: 0.3s;
		transition: 0.5s;
		border: 0px solid grey;
}



.OrderBtn{
	Margin: auto;
	margin-right:02%;
	margin-bottom: 2px;
	border-radius:5px;
	width: 35%;
	font-size: 12.5px ;
	color:#97FF00;
	background: #6F716C;
	padding: 8px ; /* Some padding */
	cursor: pointer; /* Pointer/hand icon */
	float: left; /* Float the buttons side by side */
	text-align: center;
	border: 0.1px solid #C2D3A9;
}

.OrderBtn:hover{
	background-color: #052B59;
	color: white;
}


@media (max-width: 880px) {
	.talk {
		padding: 0px;
		width: 0%;
		font-size: 0px;
		font-weight: none;
		
		Margin: 0px;
		margin-left:0%;
		margin-bottom: 0px;
	}
	.OrderBtn{
		Margin: auto;
		margin-right:0%;
		margin-bottom: 0px;
		border-radius:0px;
		width: 0%;
		color:#97FF00;
		background: #6F716C;
		padding: 0px;
		border: 0px solid #C2D3A9;
	}
	.BtnSpecial {
		Margin: auto;
		margin-left:1%;
		margin-bottom: 9px;
		width: 24%;
		font-size: 13.5px ;
		font-weight: bold;
		border-radius: 10px;
		padding: 8px 14px; 
	}
}










/*######################################
		HOME PICTURES
#####################################*/	
/*Even better
https://zipso.net/how-to-fix-list-item-indentation-in-wordpress/
*/

div#footer-address h4 {
  font-weight:bold;
  padding:0;
  margin:0;
}
ul#footer-address {
  list-style: none;
  padding: 0;
  margin-left: 25px;
}
ul#footer-address li {
  padding-left: 1.3em;
}
ul#footer-address li:before {
  font-family: FontAwesome;
  color: orange;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
ul#footer-address li#map-icon:before {
  content: "\f041";
  color: red;
}
ul#footer-address li#phone-icon:before {
  content: "\f095";
  color: green;
}
ul#footer-address li#envelope-icon:before {
  content: "\f0e0";
  color: blue;
}

























/*######################################
		text
#####################################*/		
.TopText {
	Font-size: 25px;
	text-align: center;
	color: white;
}

.MiddleText {
	color: orange;
	font-size:25px;
}
.covidText{
	color: white; 
	font-size: 14.5px ; 
}
.TabHeader{
	color: orange;
	font-size:18px
}
.covidText:hover {
	color: orange;
	}
.HeadText {
	Font-size: 25px;
	color: #eafa05;
	padding-left: 0px;
	text-align: center;
}

	
.HeadText2 {
	Font-size: 20px;
	color: #b3ffc4;
	padding-left: 8px;
	text-align: left;
}
.HeadText2  li a:hover {
    text-decoration: underline;
	color: blue;
}
.smallText {
	Font-size: 15.4px;
	color: #e3e3e3;
	padding-left: 8px;
	text-align: left;
}
.smallText2 {
	Font-size: 15.4px;
	color: #e3e3e3;
	padding-left: 8px;
	text-align: left;
}

.mobileHide{
	font-size:16px;
}


@media (max-height:880px){
	.MiddleText {
	color: orange;
	font-size:19px;
	}
	.TopText {
		Font-size:0px;
	}
	.covidText{
	font-size: 14px ; 
	font-weight: none;
	}
	.HeadText {
	Font-size: 12px;
	}

	.smallText {
	Font-size: 0px;
	}
	.smallText2 {
	Font-size: 11.9px;
	}
	.TabHeader{
	font-size:15px
	}
	.covidText{
	font-size: 0px ; 
	color: orange;
	}
}
@media (max-width:479px) {
	.HeadText {
	Font-size: 10px;
	}
}



/*######################################
		PICTURE SLIDE
######################################*/

.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: red;
  font-weight: bold;
  font-size: 24px;
  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;
  color: red;
}

/* 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 */
.text {
  color: #red;
  font-size: 0px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  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 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}





/*######################################
		LOADER
#######################################*/

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}



/*######################################
		BSCHOOLS PAGE
######################################*/
table.AdvertTable {
  border: 1px solid #1C6EA4;
  background-color: #EEEEEE;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

table.AdvertTable img{
	width: 98%;
}

.PiCschool img:hover {
		transform: scale(1.24) translateY(2px); 
		z-index: 1; 
		-webkit-transition: 0.3s;
		transition: 0.5s;
		border: 0px solid grey;
}
table.AdvertTable td, table.AdvertTable th {
  border: 1px solid #AAAAAA;
  padding: 3px 2px;
  width: 33%;
  
}

table.AdvertTable tbody td {
  font-size: 13px;
  color: #414241;
}
table.AdvertTable tr:nth-child(even) {
  background: #D0E4F5;
}
table.AdvertTable thead {
  background: #1C6EA4;
  background: -moz-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: -webkit-linear-gradient(top, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  background: linear-gradient(to bottom, #5592bb 0%, #327cad 66%, #1C6EA4 100%);
  border-bottom: 2px solid #444444;
}
table.AdvertTable thead th {
  font-size: 15px;
  font-weight: bold;
  color: black;
  border-left: 2px solid #D0E4F5;
}
table.AdvertTable thead th:first-child {
  border-left: none;
}

@media screen and (max-width: 650px) {
	table.AdvertTable thead th {
		font-size: 10.5px;
	}
	table.AdvertTable tbody td {
		font-size: 10.5px;
	}
	table.AdvertTable img{
	width: 100%;
	}
}














/*######################################
		FOOTER
#######################################*/

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}



.ct-footer {
    background-color: #111;
	Padding-left: 10px;
    padding-top: 0px;
    margin-top: 2px;
    position: relative;
}


.ct-footer-list {
    padding: 5px;
    list-style: none;
    padding-left: 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #555;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width:479px) {
    .ct-footer-list {
        padding: 20px 0
    }
}

@media (min-width:1200px) {
    .ct-footer-list > li {
        width: 20%;
        display: table-cell;
        vertical-align: top
    }
    .ct-footer-list > li:last-child {
        width: 7%
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .ct-footer-list > li {
        width: 33.3333%
    }
}

@media (min-width:480px) and (max-width:767px) {
    .ct-footer-list > li {
        width: 50%
    }
}

@media (max-width:479px) {
    .ct-footer-list > li {
        width: 100%;
        text-align: center
    }
}

@media (max-width:1199px) {
    .ct-footer-list > li {
        display: inline-block;
        float: left
    }
}

.ct-footer-list > li .ct-footer-list-header {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #00bff3;
    font-size: 30px
}

.ct-footer-list > li ul {
    list-style: none;
    padding-left: 0;
}

.ct-footer-list > li ul li a {
    color: #fff;
}

.ct-footer-list > li ul li a:hover {
    text-decoration: underline;
	color: blue;
}

.ct-footer-post {
    background: #000;
    padding: 0px 0;
	padding-left: 20px;
}



.ct-footer-post a {
    color: #fff;
}

.ct-footer-post a:hover {
    text-decoration: underline
	color: blue;
}

.ct-footer-post p {
    color: #fff;
}

@media (min-width:768px) {
    .ct-footer-post p {
        display: inline-block
    }
    .ct-footer-post p + p {
        padding-left: 50px
    }
}



@media (max-width:991px) {
    .ct-footer-post {
        text-align: center
    }
}


address {
    color: #fff;
    display: inline-block;
}

address span {
    font-weight: 600
}

address a {
    color: #fff;
}

address a:hover {
    text-decoration: underline
}

@media (max-width:767px) {
    address {
        padding-top: 30px
    }
}

.btn {
    font-family: 'Open Sans Condensed', sans-serif;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    color: #111;
    font-size: 26px;
    padding: 12px 30px;
}

.btn.btn-motive {
    background-color: #00bff3;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.btn.btn-motive:hover {
    background-color: #00bff3;
}

.btn.btn-motive:hover:active {
    background-color: #00bff3
}

.btn.btn-violet {
    color: #fff;
    background-color: #4f4f99;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.btn.btn-violet:hover {
    background-color: #37376b;
}

.btn.btn-violet:hover:active {
    background-color: #2f2f5b
}

.btn.btn-green {
    color: #fff;
    background-color: #43670f;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.btn.btn-green:hover {
    background-color: #36520c;
}

.btn.btn-blue:hover:active {
    background-color: #314a0b
}

.btn.btn-red {
    color: #fff;
    background-color: #da2229;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.btn.btn-red:hover {
    background-color: #ae1b21;
}

.btn.btn-red:hover:active {
    background-color: #9d181e
}

.btn.btn-white {
    background-color: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.btn.btn-white:hover {
    background-color: #d9d9d9;
}

.btn.btn-white:hover:active {
    background-color: #c9c9c9
}

.btn.btn-large {
    padding: 20px 50px;
    font-size: 30px;
    white-space: normal;
}

@media (max-width:479px) {
    .btn.btn-large {
        padding: 20px 10px;
        line-height: .9;
        font-size: 26px;
        letter-spacing: -.2px
    }
}
.ct-mediaSection {
    background-attachment: fixed
}

.ct-section_header--type1 {
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;
    font-size: 115px;
    text-transform: uppercase;
}

@media (max-width:479px) {
    .ct-section_header--type1 {
        font-size: 60px;
        line-height: .8
    }
}

.ct-section_header--type2 small {
    font-family: 'coquette', fantasy;
    font-size: 58px;
    line-height: .7;
    display: block;
    font-weight: 700;
    position: relative;
    left: -12px
}

.ct-section_header--type2 span {
    font-family: 'Bebas Neue';
    font-size: 115px;
    line-height: .8
}

.ct-section_header--type2 img {
    display: inline-block;
    float: left;
    position: relative;
    top: 15px;
    padding-right: 3px
}

.ct-section_header--type3 {
    text-align: center;
}

.ct-section_header--type3 small {
    font-family: 'coquette', fantasy;
    font-size: 50px;
    padding: 15px 0;
    font-weight: 700;
    color: #fff;
    background-image: url("/core/fileparse.php/16/urlt/../images/ribbon.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block
}

.ct-section_header--type3 span {
    font-family: 'Bebas Neue';
    font-size: 150px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: .85
}

@media (max-width:479px) {
    .ct-section_header--type3 small {
        font-size: 25px
    }
    .ct-section_header--type3 span {
        font-size: 90px
    }
}

.ct-section_header--type4 {
    text-align: center;
}

.ct-section_header--type4:before,
.ct-section_header--type4:after {
    content: '';
    display: table
}

.ct-section_header--type4:after {
    clear: both
}

.ct-section_header--type4 small {
    font-family: 'coquette', fantasy;
    font-size: 50px;
    color: inherit;
    font-weight: 700;
    display: block
}

.ct-section_header--type4 span {
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-size: 150px;
    text-transform: uppercase;
    display: block;
    line-height: .7
}

@media (max-width:479px) {
    .ct-section_header--type4 small {
        font-size: 40px
    }
    .ct-section_header--type4 span {
        font-size: 80px
    }
}

.ct-section_header + p {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.5px;
    text-align: center;
}

@media (max-width:479px) {
    .ct-section_header + p {
        font-size: 22px
    }
}

.ct-section_header--type4 + p {
    font-family: 'nimbus-sans-condensed', sans-serif;
    font-weight: 400;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width:479px) {
    .ct-section_header--type4 + p {
        font-size: 28px
    }
}