@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
	text-align: center;
	
}
/* IE 6 does not support max-width so default to width 100% 
.ie6 img {
	width:100%;
}
*/
* {
  box-sizing: border-box;
}

body  {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	color: #3E383B;
	background-color: #CCC;
/*	background-image: url(/images/giflog.fw.png);*/
}
.container  {
	width: 50%;
	background-color: #009900;
	margin: auto;
	text-align: left;
	padding: 0px;
	flex: 1;
	color: #000000;
	box-shadow: 5px 1px 5px #888888,-3px -3px 5px #888888;
}
.header  {
	background-color: #4D7A00;
	font-family: "Century Gothic";
	color: #C1B9BD;
}

/*SLIDE CONTROL*/
#slide{
	width:100%;
	}
	
.mySlides {
	display: none
}

.slideshow-container {
	width: 100%;
	position: relative;
	margin: 0px;

}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}
/* 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 */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 2px;
	background-color: #CCC;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #009966;
}
/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/* END OF PICTURE CONTROL*/
.copyright {
	text-align: center;
}

.first {
display:inline-block;
width:33%;
font-size: 13px;
margin: 0;
float: left;
text-align: center;
cursor: pointer;
}

.second {
	display:inline-block;
width:34%;
font-size: 17px:
margin: 0;
float: left;
text-align: center;
cursor: pointer;
}
.third {
	display:inline-block;
width:33%;
font-size: 13px;
margin: 0;
float: right;
text-align: center;
cursor: pointer;
}

.footer {
	position: fixed;
	bottom: 0;
	padding: 7px;
	margin-left: 0;
	margin-right: 0;
	width: 50%;
	background-color: #4D7A00;
	color: #00FF99;
	/*-webkit-box-shadow: 0 -8px 0px 0px black;
	   -moz-box-shadow: 0 -8px 0px 0px black;*/
	box-shadow: 0px -2px 15px 3px #888888;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #009900;
	/*background-image: url(../images/bottombar1.fw.png);
	background-repeat: repeat-x;*/
}
.first a {
	color: #00FF99;
	font-size: 13px;
	font-weight: normal;
	background-color: #4D7A00;
	text-decoration: none
}
.first a:hover {
	background-color: #009900;
	font-weight: bold;
	color: #FFF;
}
.second a {
	color: #00FF99;
	font-size: 17px;
	font-weight: normal;
	background-color: #4D7A00;
	text-decoration: none
}
.second a:hover {
	background-color: #009900;
	font-weight: bold;
	color: #FFF;
}
.third a {
	color: #00FF99;
	font-size: 13px;
	font-weight: normal;
	background-color: #4D7A00;
	text-decoration: none
}
.third a:hover {
	background-color: #009900;
	font-weight: bold;
	color: #FFF;
}

table.table2  {
	table-layout: fixed;
	table-align: center;
	text-align:left;
	word-wrap: break-word;
	width: 100%;
	height: auto;
}
table.table2 th, td {
  padding: 10px;
  
  border-bottom: 1px solid #ddd;
}
table.table2 tr:nth-child(odd) {
	background-color: #f2f2f2;
	color:#000;
	}


table {
	table-layout: fixed;
	text-align:left;
	word-wrap: break-word;
	width: 90%;
	height: auto;
}
th, td {
  padding: 10px;
  text-align: left;
}
tr:nth-child(odd) {
	background-color: #f2f2f2;
	color:#000;
	}
.caption {
	font-size:85%;
	font-style: italic;
}


/*SPECIAL NOTICE*/
.child-right{
	float: right;
	width: 300px;
	height: auto;
	border: solid 1px #0000B2;
	box-shadow: 5px 5px 5px #888888;
	padding: 10px 10px 10px 10px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #73DCFF;
	color: #000099;
	margin: 10px;
}

#announce {
	font-size: 90%;
	font-family: "verdana";
	color: #0033CC;
	background-color: #BFEFFF;
	padding: 8px;
	box-shadow: 1px 1px 5px 1px #888888 inset;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #06F;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #06F;
}
#announce p{
	color: #000099;
	font-weight: normal;
	text-align: left;
}

.pichead {
	margin:0;
	width: 100%;
	height: auto;
	padding: 0:
	color:#333;
	background-color: #FFF; 
}
.picgap {
	height: 4px;
	font-size: 4px;
	width: 100%;
	background-color: #009900;
	border-bottom-style: solid;
	border-bottom-color: #063;
	border-bottom-width: thin;
}
.picgapt {
	height: 4px;
	font-size: 4px;
	width: 100%;
	background-color: #FFF;
	border-top-style: solid;
	border-top-color: #09F;
	border-top-width: thin;
}
.content {
	line-height: 170%;
	margin: auto;
	height: auto;
	padding: 10px;
	background-color: #FFF;
	color:#333
}
.content p {
	font-family: "Century Gothic"
	line-height: 100%;
	padding: 0 0 0px 0;
	line-height: none;
	font-size: 16px;
	font-style: normal;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-family: "Century Gothic";
}

.content a {
	text-align: left;
	color: #0000CC;
	text-decoration: none;
	font-weight: bold;
	word-wrap: break-word;
}
.content a:hover {
	background-color: #0033CC;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.content h1 {
	padding: 0px;
	font-family: "Century Gothic";
	font-size: 200%;
	text-align: center;
	color: #4D7A00;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.content h2 {
	padding: 0px;
	font-family: "Century Gothic";
	font-size: 180%;
	color: #4D7A00;
	text-align: right;
}
.content h3 {
	font-size:18px;
	font-family: "Century Gothic";
	line-height:28px;
	margin:0;padding:0;
	color: #4D7A00;
}
.content h4 {
	font-size:18px;
	font-family: "Century Gothic";
	line-height:28px;
	margin:0;padding:0;
	color:#4D7A00;
	text-align: center;
}
.content h5 {
	font-size: 16px;
	font-family: "Century Gothic";
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: left;
	;
	color: #4D7A00;
	font-weight: bold;
}

.caption{
	text-align: center;
	padding-top: 4px;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
}
.blockholder{
	width: 100%;
	display: inline-block;
	border-top-color: #2DB200;
	border-right-color: #2DB200;
	border-bottom-color: #2DB200;
	border-left-color: #2DB200;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	background-color: #BFFFCF;
}
.blocktitle{
	width:90%;
	margin: 2% 5% 2% 5%;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 24px;
	font-style: normal;
	letter-spacing: 1px;	
}
.blocks1{
	display:inline-block;
	float:left;
	width:33%;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
}
.blocks2{
	display:inline-block;
	float:left;
	width:34%;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
}
.blocks3{
	display:inline-block;
	float:right;
	width:33%;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 16px;
	font-style: italic;
	letter-spacing: 1px;
}

.wrap {
    overflow: hidden;
  position: relative;
width: 100%;
    height: 100%;
    overflow: hidden;
}

.weatherframe2 {
    border:1px solid #000; 
    overflow:hidden;
    margin:auto;
      }  
.weatherframe2 iframe {
    width:1000px;
    height:550px;
    margin-left:-15px;
    margin-top:-47px;   
    border:0 solid;
         }
#nbox {
	float: left;
	width: 100%;
	background-color: #FFF;
	/*padding: 10px;
	border: 1px solid #009;
	box-shadow: 0px 8px 16px 0px #888888;*/
}
#ntitle {
	float: left;
	width: 100%;
	background-color: #C7F5FE;
	color:#009;
	font-weight: bold;
	font-size: 120%;
	line-height: 130%;
	padding: 5px;
	margin-bottom:10px;
}

/* AD TITLE*/
.adtitle {
	float: left;
	width: 100%;
	background-color: #C7F5FE;
	color:#009;
	font-weight: bold;
	font-size: 120%;
	line-height: 130%;
	padding: 10px;
}

/* ADVERT CONTAINER*/
.advertbox {
	display:inline-block;
	/*float: left;*/
	width: 100%;
	background-color: #FFF;
	padding: 20px;
	/*border: 1px solid #009;
	box-shadow: 0px 8px 16px 0px #888888;*/
}
/*ADVERT BOXES*/
.left {
display:inline-block;
/*float:left;*/
width: 55%;
font-weight: normal;
font-size: 110%;
background-color:#FFF;
padding: 10px;

}
.right {
display:inline-block;
float: right;
width: 45%;
font-weight: normal;
font-size: 110%;
background-color:#FFF;
padding: 10px;

}
/*PIC BOXES*/
.picleft {
display:inline-block;
/*float:left;*/
width: 45%;
font-weight: normal;
font-size: 110%;
background-color:#FFF;
padding: 10px;

}
.picright {
display:inline-block;
float: right;
width: 45%;
font-weight: normal;
font-size: 110%;
background-color:#FFF;
padding: 10px;

}
.domain::before {
    content: "\0040";    /* Unicode */
  }

.domain::after {
    content: "\kebc\002E\0063\006f\002E\uk";    /* Unicode */
  }

/* NEWS PIC BOXES*/
.newsbox {
    display: block;
    width: 100%;
}

#pic-right-land {
	float: right;
	width: auto;
	height: auto;
	border: solid 1px #FFFFCC;
	box-shadow: 5px 5px 5px #888888;
	padding: 5px 5px 1px 5px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #009933;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 12px 12px 12px 5px;
	
}
#pic-left-land{
	float: left;
	width: auto;
	height: auto;
	border: solid 1px #FFFFCC;
	box-shadow: 5px 5px 5px #888888;
	padding: 5px 5px 1px 5px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #009933;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 12px 24px 12px 5px;
}
/* Add a black background color to the top navigation */
.topnav {
	background-color: #4D7A00;
	overflow: hidden;
	font-family: "Century Gothic";
}

/* Style the links inside the navigation bar */
.topnav a {
	float: left;
	display: inline-block;
	color: #00FF99;
	text-align: center;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 17px;
}

/* Add an active class to highlight the current page */
.active {
	background-color: #009900;
	color: #0059B2;
	font-weight: bold;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
	font-size: 17px;
	border: none;
	outline: none;
	color: #0059B2;
	padding: 10px 15px;
	font-family: "Century Gothic";
	margin: 0;
	background-color: #BFEFFF;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #BFEFFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: #0059B2;
  background-color: #BFEFFF;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #009900;
	color: white;
	font-weight: bold;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #0059B2;
  color: #FFF;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}
/* 7 days*/
#weatherwidget {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 921px;
	height: 85px;
	background-image: url(https://www.yourweather.co.uk/wimages/foto255002a6e05b53ba5d45775b855f722c.png);
}



@media screen and (max-width:1600px) {
.container  {
	width: 64%;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	padding: 0px;
	flex: 1;
	color: #3E383B;
}
.footer {
width: 64%;
}
#weatherwidget {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 791px;
	height: 85px;
	background-image: url(https://www.yourweather.co.uk/wimages/fotof038e2f422d671576d6430fe04b5ea90.png);
}
}

@media screen and (max-width:1200px) {
.container  {
	width: 74%;
	background-color: #FFFFFF;
	margin: auto;
	text-align: left;
	padding: 0px;
	flex: 1;
	color: #3E383B;
}	
.footer {
width: 74%;
}
 #weatherwidget{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 661px;
	height: 85px;
	background-image: url(https://www.yourweather.co.uk/wimages/foto9f0f4bc0da915c0671b5c7b98819d865.png);
}
}
@media screen and (max-width:900px) {
  .topnav a {
	float: left;
	display: inline-block;
	color: #00FF99;
	text-align: center;
	padding: 8px 13px;
	text-decoration: none;
	font-size: 15px;
}
.dropdown .dropbtn {
  font-size: 15px; 
  border: none;
  outline: none;
  color: #0059B2;
  padding: 8px 13px;
  font-family: "Century Gothic";
  margin: 0;
  background-color: #BFEFFF;
}
.dropdown-content a {
  float: none;
  color: #0059B2;
  background-color: #BFEFFF;
  padding: 8px 13px;
  text-decoration: none;
  display: block;
  text-align: left;
 }
.adtitle {
	float: left;
	width: 100%;
	background-color: #C7F5FE;
	font-weight: bold;
	font-size: 120%;
	line-height: 160%;
	padding: 10px;
}
.left {
float:left;
width: 49%;
font-weight: normal;
font-size: 95%;
line-height: 130%;
background-color:#FFF;
padding: 10px;
}

.right {
	float: right;
	width: 49%;
	font-weight: normal;
	font-size: 95%;
	background-color: #FFF;
	padding: 10px;
}

 #weatherwidget{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 531px;
	height: 85px;
	background-image: url(https://www.yourweather.co.uk/wimages/fotob23565b3fe55c1133cbdc3250a337478.png);
}
   

}
@media screen and (max-width:790px) {
  .container {
    width:100%;
	margin: 0px 0px 0px 0px;
  }
 
}

@media screen and (max-width:790px) {
  .footer { width:100%; }
  #weatherwidget {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 401px;
	height: 85px;
	background-image: url(https://www.yourweather.co.uk/wimages/foto50e3c807259b88a0afd1312f6345cce6.png);
}
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
   .child-right{
	float: right;
	width: 100%;
	height: auto;
	border: solid 1px #0000B2;
	box-shadow: 3px 3px 3px #888888;
	padding: 5px;
	font-size: 75%;
	font-family: "Century Gothic";
	background-color: #73DCFF;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin-bottom: 15px;
}
  
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.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;
	background-color: #BFEFF;
  }
     .topnav.responsive .dropdown-content a{
  color: #0059B2;
  background-color: #FFFFFF;
 
   }
    .topnav.responsive .dropdown-content a:hover{
  font-weight: bold;
   }
}

@media screen and (max-width: 600px) {
	
	
.adtitle {
	float: left;
	width: 100%;
	background-color: #C7F5FE;
	font-weight: bold;
	font-size: 100%;
	line-height: 140%;
	padding: 10px;
}
.left {
float:left;
width: 100%;
font-weight: normal;
font-size: 95%;
line-height: 130%;
background-color:#FFF;
padding: 10px;
}

.right {
float: right;
width: 100%;
font-weight: normal;
font-size: 95%;
background-color:#FFF;
padding: 10px;
} 

.picleft {
float:left;
width: 100%;
font-weight: normal;
font-size: 95%;
line-height: 130%;
background-color:#FFF;
padding: 10px;
}

.picright {
float: right;
width: 100%;
font-weight: normal;
font-size: 95%;
background-color:#FFF;
padding: 10px;
} 



.bosunleft {
	float: left;
	width: 100%;	
}
.bosunright {
float: left;
width: 100%;
}
#pic-right-land{
	float: right;
	width: 95%;
	height: auto;
	border: solid 1px #FFFFCC;
	box-shadow: 0px 0px 0px #888888;
	padding: 5px 5px 1px 5px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #FFF;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 12px 12px 12px 5px;
}
#pic-left-land{
	float: left;
	width: 98%;
	height: auto;
	border: solid 1px #FFFFCC;
	box-shadow: 0px 0px 0px #888888;
	padding: 5px 5px 1px 5px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #FFF;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	margin: 12px 12px 12px 5px;
}
.container  {
	width: 100%;
}	
.footer {
width: 100%;
}
.child-right{
	width: 100%;
	height: auto;
	border: solid 1px #0000B2;
	box-shadow: 0px 0px 0px #888888;
	padding: 10px 10px 10px 10px;
	font-size: 95%;
	font-family: "Century Gothic";
	background-color: #00CC00;
	color: #006600;
	margin: 0px 0px 15px 0px;
}

#announce {
	font-size: 90%;
	font-family: "verdana";
	color: #0033CC;
	background-color: #BFEFFF;
	padding: 8px;
	box-shadow: 1px 1px 5px 1px #888888 inset;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #06F;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #06F;
}
#announce p{
	color: #000099;
	font-weight: normal;
	text-align: left;
}
