/* Main colours: light green #766d06 (88a443) dark green #314a0e (455a2a) */

/* Main defaults */

@font-face {
	font-family: Bevan;
	src: url(/default/fonts/Bevan/Bevan.ttf);
	font-weight: normal;
}

@font-face {
	font-family: OpenSans-Regular;
	src: url(/default/fonts/Open_Sans/OpenSans-Regular.ttf);
	font-weight: normal;
}

@font-face {
	font-family: OpenSans-Bold;
	src: url(/default/fonts/Open_Sans/OpenSans-Bold.ttf);
	font-weight: bold;
}

@font-face {
	font-family: OpenSans-Light;
	src: url(/default/fonts/Open_Sans/OpenSans-Light.ttf);
	font-weight: bold;
}

@font-face {
	font-family: OpenSans-Italic;
	src: url(/default/fonts/Open_Sans/OpenSans-Italic.ttf);
	font-weight: bold;
}

body {
	background-color: white;
	color: #000000;
	font: normal 14px OpenSans-Regular, Verdana, Helvetica, sans-serif;
}

/* Top layout */

div.global {
	margin: 0 auto;
	background-color: white;
	border: 0;
	width: 100%;
	padding: 0;
}

#logindetails {
	padding: 5px 0;
	width: 1170px;
	color: #455a2a;
	font-size: 90%;
	margin: -180px auto 0 auto;
}

#logindetails a, div.bannerContent a {
	color: #455a2a;
}

#logindetails a:hover, div.bannerContent a:hover {
	color: #766d06;
}

/* No longer required, fixed propery in code GM20160319
-------------------------------------------------------
#logindetails a:nth-child(1), #logindetails a:hover:nth-child(1) {
	display: none;
}
------------------------------------------------------- */

div#searchSite {
	top: 30px;
	margin-left: 925px;
}
 
input.searchSite {
	background-color: white;
}

input#googlesearch.submit {
    color: black;
    background-color: white;
}

#sectioncontainer, #menucontainer, #submenucontainer, #bannercontainer {
	margin: 0 auto;
	width: 1170px;
}

.greeting1#sectioncontainer {
	margin: 20px auto 40px;
}

#sectioncontainer {
	min-height: 450px;
}

#sectioncontainer.generic, #sectioncontainer.persons {
	width: 900px;
	float: left;
	margin-bottom: 20px;
}

#headercontainer {
	background-color: white;
	position: relative;
	top: 25px;
}

#sectioncontainer.generic52, #sectioncontainer.generic53, #sectioncontainer.generic87, div#beachFacilities {
	width: 1170px;
	float: none;
	margin: 0 auto;
}

#bannercontainer {
	height: 180px;
}

div#bannerExtra {
	background-color: #303030;
	color: white;
	width: 100%;
/*	opacity: 0.4; */
}

div.bannerExtra p {
	font-size: 90%;
} 

div.bannerExtra a {
	color: white;
}

div.bannerExtra a:hover, div.web-site a:hover {
	color: #88a443;
}

div.web-site {
	font-size: 90%;
	background-color: white;
	border-radius: 10px;
	position: relative;
	width: 200px;
	padding: 10px;
	float: left;
	min-height: 190px;
	margin: 20px 10px;
	text-align: center;
}

div.web-site img {
	margin: 5px auto;
	display: block;
}

div.web-site a {
	color: #222222;
}

div.bannerContent a.button, .generic39 a.button, .generic51 a.button, .generic73 a.button, .generic87 a.button {
	padding: 10px 25px;
	color: white;
	border: 1px solid #88a443;
	background-color: #88a443;
	border-radius: 5px;
	margin-top: 70px;
	float: right;
}

.generic39 a.button, .generic51 a.button, .generic73 a.button, .generic87 a.button {
	margin-top: 0;
	margin-right: 10px;
	float: left;
	display: block;
}

div.bannerContent a.button {
	margin-right: 10px;
}

div.research-item p {
	min-height: 35px;
}

div.bannerContent a.button:hover, section#sectioncontainer.generic39 p a.button:hover, .generic51 a.button:hover, .generic73 a.button:hover,  .generic87 a.button:hover {
	background-color: #455a2a;
	color: white;
	border: 1px solid #455a2a;	
}

/* ---------  Virgin Money donation button -------- */

.virginmoney {
	float: right;
	margin: 63px 15px 0 0;
}

/* ---------  Donate now page -------- */

div.allDonations {
    margin: 0 auto;
}

div.donation1, div.donation2, div.donation3 {
	width: 30%;
    min-height: 220px;
    float: left;
    margin: 5px;
    padding: 1%;
    text-align: center;
}

div.donation1 img, div.donation2 img, div.donation3 img {
	width: 250px;
}

figcaption {
	font-size: 90%;
	padding-top: 10px;
}

figcaption b {
	font-size: 175%;
	padding: 10px 0;
}

/* Footer items */

div.footer-copyright a img.donationButton {
	display: block;
	margin: 20px 0;
}

div.footer-copyright p {
	text-align: left;
}

/* Social network icons at top */

#twitterLink, #facebookLink {
	top: 72px;
}

/* Figure border */

figure {
	border: 1px #e8e8e8 solid;
}

/* Menu stuff */

#menucontainer {
	background-color: #455a2a;
	margin: 100px auto 0 auto;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
}

#submenucontainer {
	background-color: #455a2a;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

nav#submenucontainer.private {
	background-color: #999999;
}

.activeMenu, .inactiveMenu {
	font-size: 115%;
}

.activeMenu a, .inactiveMenu a {
	padding: 4px 12px;
}

#subMenuitems {
	min-width: 200px;
	max-width: 240px;
}

#subMenuitems.private {
	min-width: none;
	max-width: none;
}

.inactiveMenu a, .inactiveMenu a:link, .inactiveMenu a:visited, #subMenuitems div.inactiveMenu a, #subMenuitems div.inactiveMenu a:link, #subMenuitems div.inactiveMenu a:visited {
	color: white;
	background-color: #455a2a;
}

.activeMenu a, .activeMenu a:link, .activeMenu a:visited, .inactiveMenu a, .inactiveMenu a:hover {
	color: white;
	background-color: #88a443;
}

#subMenuitems div.activeMenu a, #subMenuitems div.inactiveMenu a:hover {
	color: white;
	background-color: #88a443;
	font-size: 90%;
}

#subMenuitems div.inactiveMenu a {
	color: white;
	background-color: #455a2a;
	font-size: 90%;
}

.activeMenu a.private, .activeMenu a.private:link, .activeMenu a.private:visited, .inactiveMenu a.private:hover {
	color: white;
	background-color: #999999;
}

.activeOptionsMenu, .inactiveOptionsMenu  {
	font-size: 100%;
}

.inactiveOptionsMenu a, .inactiveOptionsMenu a:link, .inactiveOptionsMenu a:visited {
	color: gray;
	border: 1px solid gray;
	background-color: white;
}

.activeOptionsMenu a, .activeOptionsMenu a:link, .activeOptionsMenu a:visited, .inactiveOptionsMenu a, .inactiveOptionsMenu a:hover {
	color: white;
	border: 1px solid gray;
	background-color: gray;
}

#subMenuitems div.activeMenu a.private, #subMenuitems div.inactiveMenu a.private:hover {
	color: white;
	background-color: gray;
    border-bottom: 1px gray solid;
}

#subMenuitems div.inactiveMenu a.private {
	color: white;
	background-color: #999999;
    border-bottom: 1px gray solid;
}

#optionsMenuitems {
    margin-top: 10px;
}

/* General links */

a {
	color: #88a443;
	text-decoration: none;
}

a.private {
	font-style: italic;
}

a:hover {
	color: #455a2a;
}

blockquote {
	line-height: 180%;
	font-size: 130%;
	font-style: italic;
}

/* Commonly used classes for layout */

.subtitle {
	color: #909090;
	font-family: Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 60%;
}

/* Defining common elements */

p, li {
	font-family: OpenSans-Regular, Verdana, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 110%;
}

b {
	font-family: OpenSans-Bold, Verdana, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
}

i {
	color: gray;
}

h1 {
	font-family: Bevan, Times New Roman, serif;
	font-weight: normal;
	color: #455a2a;
	font-size: 240%;
	line-height: 125%;
	padding-top: 20px;
}

h2 {
	font-family: Bevan, Times New Roman, serif;
	font-weight: normal;
	color: #455a2a;
	font-size: 180%;
	line-height: 110%;
}

.abstract {
	width: 80%;
	text-align: center; 
	background-color: transparent;
	margin: 10px auto;
}

.abstract p {
	font-family: OpenSans-Bold, Verdana, Helvetica, sans-serif;
	font-size: 140%;	
}

h3 {
	font-family: Bevan, Times New Roman, serif;
	font-weight: normal;
	color: #455a2a;
	font-size: 150%;
	line-height: 125%;
}

h4 {
	font-family: OpenSans-Regular, Verdana, Helvetica, sans-serif;
	color: #455a2a;
    font-size: 135%;
    line-height: 100%;
}

.generic51 h4 {
	font-family: OpenSans-Bold, Verdana, Helvetica, sans-serif;
	margin-top: 40px;
}

.textualPoster h2 a {
	color: #096185;
}

#logo {
	margin-top: 20px;
}

.image-caption {
	display: inline;
	margin: 0 0 0 20px;
	width: 340px;
}

img.left {
	float: left;
	margin: 10px 10px 10px 0; 
}

img.center {
	display: block;
    margin: 10px auto;
}

img.right {
	float: right;
	margin: 10px 0 10px 10px; 
}

#resources1 .firstLineItem img {
    width: 140px;
}

#resources1 p#url741, #resources1 p#url742, #resources1 p#url743, #resources1 p#url766, #resources1 p#url767 {
	display: none;
}

ol, ul {
	overflow: visible;
}

li {
	padding: 5px 0 0 10px;
	
}

/* img.eco-schools-icon {
    position: relative;
    left: 85px;
} */

/* Main sidebar formatting */

#sidebar {
	border-left: 1px #e8e8e8 solid;
	line-height: 140%;
	margin-top: 20px;
}

#greeting1 h1 {
	display: none;
}

#greeting1 h1.statement {
	color: #455a2a;
	margin-top: 30px;
	display: block;
    font-size: 220%;
}

div.home-message {
	margin: 0 40px;
}

/* Classes used with divs for screen layout */

.form {
	border: 1px solid gray;
	background-color: #fffffa;
}

#support1 .columnsWide2 {
    margin: 0 auto;
}

/* Highlight news and main newsitem module */

.newsDate {
	font-style: italic;
}

.newsTitle {
	font-weight: bold;
}

.newsContent {
	font-size: 90%;
}

.item {
	border-bottom: 1px #e8e8e8 solid;
}

.newsitems p {
	line-height: 150%;
}

/* Used at top of listings */

.headerRecord, .headerRecord a {
	font-weight: bold;
	color: gray;
}

/* Greeting page formatting */

.welcomeText, .welcomeText p {
	font-size: 110%;
	line-height: 150%;
}

/* Paypal payment page */

body#donate div#freestyle div.blockCenter.form.columnsWide2, body#pay div#freestyle div.blockCenter.form.columnsWide2 {
	border-radius: 20px;
}

input.paypalButton {
	width: auto;
}

/* Footer styles */ 

#footercontainer {
	width: 100%;
	background-color: #f2faf4;
	min-height: 280px;
	padding: 25px 0;
	margin: 0 auto;
}

.footerContent {
	width: 1170px;
	margin: 0 auto;
	border-top: 0;
}

div.footer-logos {
	text-align: center;
	background-color: white;
	margin-bottom: 40px;
}
	
div.footer-logos img {
	padding: 10px;
	background-color: white;
	margin: 10px;
	border-radius: 5px;
}

div.footer-copyright {
	float: left;
}

div.footer-contacts {
	float: right;
}

/* For different Beach NI headings

.generic53 h2, .generic52 h2, .generic52 h3 {
	font-family: OpenSans-Light, Verdana, Helvetica, sans-serif;
	background-color: #455a2a;
	color: white;
	padding: 5px 5px 8px 10px;
	letter-spacing: 2px;
}
 */

/* Beaches NI */

.generic53 #map-canvas {
	height: 540px;
	width: 800px;
	margin: 0 auto 30px;
	padding: 0;
}

.generic53 .div1 {
	width: 320px;  // this is the width of the popup box that appears when you click on a flag
}

.generic53 .div1, .generic53 .div2, .generic53 .div3, .generic53 .blockdiv {
	text-align: center;   // just various boxes within the popup box
}

.generic53 .div4 {
	width: 100px;   // the width of the beach pictures that appear in the popup box
}

.generic53 .blockdiv {
	display: inline-block;  // divs hold the beach pictures in the popup box
}

.generic53 .pics {
	width: 50px;  // width of the award icon in the popup box
}

.generic53 p.abstract {
	text-align: center;
	font-size: 100%;
	padding: 10px;
	width: 75%;
}

/* Beach page */

.generic52 .container, div#beachFacilities .container  {
	width: 100%;
}

.generic52 .beachesPhotos, div#beachFacilities .beachesPhotos {
	width: 56%;
	float: left;
	margin: 0;
}

.generic52 .beachesPhotos img, div#beachFacilities .beachesPhotos img {
	box-shadow: 8px 8px 5px #cccccc;
    margin: 0 15px 15px 0;
}

.generic52 .beachIcons, div#beachFacilities .beachIcons {
	width: 40%;
	float: right;
}

.generic52 div.awards, .generic52 div.icon, .generic52 div.spacer,
div#beachFacilities div.awards, div#beachFacilities div.icon, div#beachFacilities div.spacer {
	width: 70px;
	padding: 2px;
	float: left;
}

.generic52 div.icon small, div#beachFacilities div.icon small {
	font-weight: bold;
}

.generic52 div.awards, div#beachFacilities div.awards {
	width: 145px;
}

.generic52 div.spacer, div#beachFacilities div.spacer {
	height: 70px;
}

.generic52 .otherResources img, div#beachFacilities .otherResources img  {
	padding: 10px;
    box-shadow: 0 0;
}

div.lifeguardTimes, div.accessStatement {
	display: block;
	min-height: 150px;
}

div.no-service {
	opacity: 0.15;
}

div.no-awards {
	border: 1px solid #cccccc;
	width: 125px;
	height: 85px;
	font-size: 100%;
	margin: auto;
	padding: 5px;
	text-align: center; 
	border-radius: 5px;
}

div.no-awards p {
	line-height: 120%;
}

/* Beaches Awards content */

.awardsContent h4 {
	font-weight: normal;
	line-height: 125%;
}

.awardsContent div.opening {
    text-align: center;
}

.awardsContent section:nth-child(1) {
    border-top: 0;
}

.awardsContent div.awardsNav {
	margin: 20px auto;
	display: table;
}

div.awardLeft {
	float: left;
	padding: 0 20px;
}

div.awardLeft img {
	display: block;
	margin: 0 auto;
}

div#beachFacilities .beachesPhotos div.wind-arrow {
	display: inline-block;
}

div#beachFacilities .beachesPhotos div.wind-arrow img {
	box-shadow: none;
    vertical-align: bottom;
    width: 75%;
    margin: 0;
}

/* Beaches Tide Time widgets */

.tidetimes-widget {
	min-height: 530px;
	overflow: auto;
	width: 250px;
	border: solid 1px #cccccc;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	text-decoration: none;
	color: #455a2a;
	font-family: OpenSans-Regular, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	-webkit-font-smoothing: antialiased;
	margin: 0 10px 20px 0;
	float: left;
}

.tidetimes-widget a {
	border: 0px;
	text-decoration: none;
}

.tidetimes-widget > h1.tidetimes-title, .tidetimes-widget h4 {
    font-family: OpenSans-Regular, Verdana, Helvetica, sans-serif;
    color: #455a2a;
    font-size: 135%;
    line-height: 100%;
    font-weight: bold;
    padding-top: 0;
    margin: 10px 0;
}

.tidetimes-widget > h1.tidetimes-title a, .tidetimes-widget h4 a {
    color: #455a2a;
}

.tidetimes-widget p.tidetimes-disclaimer, .tidetimes-widget p.tidetimes-cite {
	color: #807c78;
	font-size: 90%;
	line-height: 10px;
	margin: 0 0 10px;
}

.tidetimes-widget p.tidetimes-disclaimer > a, .tidetimes-widget p.tidetimes-cite > a{
  text-decoration: underline;
}

.tidetimes-widget .tidetimes-forecast-date a {
  color: #88a443;
  font-size: 120%;
  line-height: 16px;
  margin-bottom: 3px;
  font-weight: bold;
}

dt.tidetimes-forecast-date {
	margin-bottom: 7px;
}

.tidetimes-widget .tidetimes-date-for {
  display: none;
}

.tidetimes-widget  p.tidetimes-cite {
  font-size: 90%;
}

.tidetimes-widget .tidetimes-times dl {
}

.tidetimes-widget .tidetimes-times dl dd {
  margin: 10px 0;
}

.tidetimes-widget .tidetimes-times dl dd dl {
  margin: 0;
}

.tidetimes-widget .tidetimes-times dl dd dt, .tidetimes-widget .tidetimes-times dl dd dd {
  display: inline-block;
  margin: 0 0 5px;
}

.tidetimes-widget .tidetimes-times dl dd dt {
  width: 70px;
}

.tidetimes-widget .tidetimes-times dl dd dd {
  margin-left: 10px;
  min-width: 100px;
  font-weight: bold;
}

.tidetimes-widget .hi {
  color: #4f4d4b;
}

.tidetimes-widget .low {
  color: #2b6399;
}

.tidetimes-widget .tidetimes-logo {
	display: block;
	height: 70px;
	width: 220px;
	background: url('https://tidetimes.co.uk/assets/logo.svg') center bottom no-repeat #fff;
	background-size: 100%;
	margin-top: 3px;
}

/* Larger tablets (portrait and landscape) from 320px - 640px ----------- */

@media only screen and (min-width: 320px) and (max-width: 640px) {
	.tidetimes-widget {float: none; padding: 10px; margin: 10px auto;}
}

/* Blog tag cloud */

div#tagCloudControl {
    word-wrap: break-word;
}

.blog2 .blogContent {
	height: 250px;
}

.blog2 .blogContent:after {
	height: 225px;
}

div#blogControl {
    height: 320px;
    overflow-y: scroll;
}

/* Event category images */

.event_category_0, a.event_category_0 {
	background: url("/keepnorthernirelandbeautiful/images/bsc-bag-small.png") no-repeat;
}

.mediumBox, .smallBox {
    margin-top: 1px;
    width: 20px;
    height: 20px;
}

/*  Home page programmes  */

section.programmes {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

div.programme {
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	overflow: hidden;
	display: inline-block;
	border: 2px solid silver;
	border-radius: 10px;
	margin: 20px;
	padding: 10px;
	height: 250px;
	width: 250px;
	float: none;
	line-height: 248px;
	-webkit-transform: scale(1.0) rotate(0deg);
	-ms-transform: scale(1.0) rotate(0deg);
	-moz-transform: scale(1.0) rotate(0deg);
	-o-transform: scale(1.0) rotate(0deg);
	transform: scale(1.0) rotate(0deg);
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0.2s;  
	-ms-transition: -ms-transform 0.5s ease-in-out 0.2s;  
	-moz-transition: -moz-transform 0.5s ease-in-out 0.2s;  
	-o-transition: -o-transform 0.5s ease-in-out 0.2s;  
	transition: transform 0.5s ease-in-out 0.2s;
}

div.programme div.programmeLogo {
	clear: both;
	width: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
}

div.programme.txt div.programmeLogo {
	z-index: -100;
}

div.programme div.programmeLogo img {
	border: 0;
	padding: 0;
	margin: 15px auto;
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0.2s;  
	-ms-transition: -ms-transform 0.5s ease-in-out 0.2s;  
	-moz-transition: -moz-transform 0.5s ease-in-out 0.2s;  
	-o-transition: -o-transform 0.5s ease-in-out 0.2s;  
	transition: transform 0.5s ease-in-out 0.2s;
}

div.programme.txt div.programmeLogo img {
	-webkit-transform: translate(-275px,-275px);
	-ms-transform: translate(-275px,-275px);
	-moz-transform: translate(-275px,-275px);
	-o-transform: translate(-275px,-275px);
	transform: translate(-275px,-275px);
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0.2s;  
	-ms-transition: -ms-transform 0.5s ease-in-out 0.2s;  
	-moz-transition: -moz-transform 0.5s ease-in-out 0.2s;  
	-o-transition: -o-transform 0.5s ease-in-out 0.2s;  
	transition: transform 0.5s ease-in-out 0.2s;
}

div.programme div.programmeText {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 100%;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s ease-in-out 0.2s;
}

div.programme.txt div.programmeText {
	opacity: 1;
	transition: all 0.5s ease-in-out 0.2s;
}

div.programme.txt {
	-webkit-transform: scale(1.0) rotate(3deg);
	-ms-transform: scale(1.0) rotate(3deg);
	-moz-transform: scale(1.0) rotate(3deg);
	-o-transform: scale(1.0) rotate(3deg);
	transform: scale(1.0) rotate(3deg);
	-webkit-transition: -webkit-transform 0.5s ease-in-out 0.2s;  
	-ms-transition: -ms-transform 0.5s ease-in-out 0.2s;  
	-moz-transition: -moz-transform 0.5s ease-in-out 0.2s;  
	-o-transition: -o-transform 0.5s ease-in-out 0.2s;  
	transition: transform 0.5s ease-in-out 0.2s;
}

div.programme:hover, div.programme.txt div.programmeLogo img, div.programme div.programmeLogo img {
    transition-delay: 0.2s;
}

/* About us -- partners  */

div.partners {
	overflow: hidden;
	width: 100%;
	text-align: center;
}

div.partner {
	text-align: center;
	vertical-align: middle;
	background-color: white;
	overflow: hidden;
	display: inline-block;
	border: 1px solid silver;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	height: 180px;
	width: 180px;
	float: none;
	line-height: 248px;
}

div.partner a img {
	border: 0;
	padding: 0;
	margin: 10px auto;
	height: 150px;
}

/* ---------- Climate Action flash page  ----------- */

#sectioncontainer.generic73 {
	float: left;
	width: 900px;
}

.generic73 .right {
	float: right;
	text-align: left;
}

.generic73 .left {
	float: left;
}

.generic73 div.partner {
	line-height: 10px;
	border: 0;
	height: auto;
	width: 400px;
}

.generic73 div.partner img.gov, .generic73 div.partner a img {
	height: auto;
}

.generic73 div.programme {
	height: 180px;
	width: 190px;
	margin: 5px;
	border: 0;
}

.generic73 div.programme div.programmeText {
	vertical-align: baseline;
}

.generic73 .poster {
	border: 0;
}

.generic73 .subtitle {
	font-size: 50%;
	display: block;
}

.generic73 .billboard {
	text-align: center;
}

.generic73 .bookings {
	width: 300px;
	height: 200px;
	border: 1px solid silver;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
}

.generic73 a.button {
	margin: 50px auto;
	padding: 10px 180px;
	display: inline-block;
	text-align: center;
}

.generic73 .responsive-iframe {
	width: 560px;
	height: 315px;
}

/* ---------- Statements  ----------- */

div.contactStatement, div.loginStatement, div.privacyStatement {
	width: 60%;
	margin: 10px auto;
	padding: 10px 5%;
	border: 1px #cccccc solid;
	border-radius: 20px;
	font-size: 90%;
}

/* From 0 - 960px  ----------- */

@media only screen and (min-width: 0) and (max-width: 960px) {

	div#bannerExtra {display: none;}
	#headercontainer {top: 0;}
	#menucontainer {width: 100%;}
	h1 {margin: 0;}
	div#beachFacilities h1#sectionHeading {margin: 10px 0;}
	img.eco-schools-photo {width: 50%;}
	img.center {width: 90%;}
	img.left, img.right {width: 50%;}
}

/* From 0 - 680px  ----------- */

@media only screen and (min-width: 0) and (max-width: 680px) {

	div.home-message {margin: 0;}
	div.footer-contacts, div.footer-copyright {margin-top: 20px; float: none; text-align: center;}
	div.footer-contacts {margin-top: 40px;}
	div.footer-copyright a.pledge-button, div.footer-copyright p {text-align: center;}
    div.footer-copyright a img.donationButton {margin: 20px auto; float: none;}
}

/* Smartphones (portrait and landscape) from 0 - 319px----------- */

@media only screen and (min-width: 0px) and (max-width: 319px) {

	body {font: normal 11px 'OpenSans-Regular', Verdana, Helvetica, sans-serif;}
	#sectioncontainer, #menucontainer, #submenucontainer, #logindetails, #bannercontainer, .footerContent {width: 96%;}
	#logo {margin: 20px auto; display: block; float: none; width: 40%;}
	div.bannerContent a.button {display: none;}
	#bannercontainer {height: 170px;}
	#twitterLink, #facebookLink, div.bannerContent a.button {display: none;}
	#menucontainer {margin: 10px auto 0px;}
	#logindetails {display: none;}
	div#searchSite {display: none;}
	#greeting1 .activeMenu:nth-child(1) {display: none;}
	#greeting1 h1.statement {margin-top: 0; font-size: 140%;}
	#sectioncontainer.generic, #sectioncontainer.persons {width: 96%; margin: 2%;}
	#sectioncontainer.generic52, #sectioncontainer.generic53, #sectioncontainer.generic73, #sectioncontainer.generic87, div#beachFacilities {width: 98%; float: none; margin: 0 auto;}
	.generic52 .beachesPhotos, div#beachFacilities .beachesPhotos {width: 100%; text-align: center;}
	.generic52 .beachesPhotos img, div#beachFacilities .beachesPhotos img {width: 45%; margin: 0 10px 10px 0;}
	.generic52 .beachesPhotos img.boxRight, div#beachFacilities .beachesPhotos img.boxRight {padding-right: 0;}
	.generic52 .otherResources img, div#beachFacilities .otherResources img {width: initial;}
	.generic52 .beachIcons, div#beachFacilities .beachIcons {width: 100%; text-align: center;}
	.generic52 div.spacer, div#beachFacilities div.spacer {display: none;}
	div.weatherFeeds {margin: 10px auto; display: inline-block;}
	div.lifeguardTimes div.icon, div.accessStatement div.icon {float: none; margin: 0 auto;}
	.personContainer {width: 100%;}
	h1 {font-size: 180%; padding-top: 0;}
	#footercontainer {min-height: 200px; margin: 0 auto;}
	.generic4 img, .generic16 img {width: 140px;}
	.generic24 img.right, .generic29 img.left, .generic30 img.right {width: 70%;}
	.generic26 img.right {width: 80%; float: none; margin: 10px auto;}
	div.programme, div.partner {width: 80%; height: 80%; margin: 10px; line-height: 0;}
	div.programme {line-height: 248px;}
	div.programme img, div.partner img {width: 80%; height: 80%;}
	.generic73 div.partner {margin: 15px; width: auto;}
	.generic73 div.partner img {width: 90%; height: 80%;}
	.virginmoney {float: none; margin: -5px auto; display: block;}

	div.donation1, div.donation2, div.donation3 {width: 100%;}
	div.donation1 img, div.donation2 img, div.donation3 img {width: 250px;}
	figcaption {font-size: 120%;}
	figcaption b {font-size: 200%;}

}

/* Smartphones (portrait and landscape) from 320px - 480px ----------- */

@media only screen and (min-width: 320px) and (max-width: 480px) {

	body {font: normal 11px 'OpenSans-Regular', Verdana, Helvetica, sans-serif;}
	#sectioncontainer, #menucontainer, #submenucontainer, #logindetails, #bannercontainer, .footerContent {width: 96%;}
	#logo {margin: 20px auto; display: block; float: none;}
	#bannercontainer {height: 210px;}
	#twitterLink, #facebookLink, div.bannerContent a.button {display: none;}
	#menucontainer {margin: 10px auto 0px;}
	#logindetails {margin-top: -30px;}
	div#searchSite {display: none;}
	#greeting1 .activeMenu:nth-child(1) {display: none;}
	#greeting1 h1.statement {margin-top: 0; font-size: 160%;}
	#sectioncontainer.generic, #sectioncontainer.persons {width: 96%; margin: 2%;}
	#sectioncontainer.generic52, #sectioncontainer.generic53, div#beachFacilities {width: 96%; float: none; margin: 0 auto;}
	.generic52 .beachesPhotos, div#beachFacilities .beachesPhotos {width: 100%; text-align: center;}
	.generic52 .beachesPhotos img, div#beachFacilities .beachesPhotos img {width: 45%; margin: 0 10px 10px 0;}
	.generic52 .beachesPhotos img.boxRight, div#beachFacilities .beachesPhotos img.boxRight {padding-right: 0;}
	.generic52 .otherResources img, div#beachFacilities .otherResources img  {width: initial;}
	.generic52 .beachIcons, div#beachFacilities .beachIcons {width: 100%; text-align: center;}
	.generic52 div.spacer, div#beachFacilities div.spacer {display: none;}
	div.weatherFeeds {margin: 10px auto; display: inline-block;}
	div.lifeguardTimes div.icon, div.accessStatement div.icon {float: none; margin: 0 auto;}
	.personContainer {width: 100%;}
	.generic4 img, .generic16 img {width: 160px;}
	.generic24 img.right, .generic29 img.left, .generic30 img.right {width: 70%;}
	div.programme img, div.partner img {width: 80%; height: 80%;}
	.generic73 div.partner {margin: 15px; width: auto;}
	.generic73 div.partner img {width: 90%; height: 80%;}
	div.footer-contacts, div.footer-copyright {margin-top: 0; float: none; text-align: center;}
	img.niMap {width: 80%;}
	.virginmoney {float: none; margin: -5px auto; display: block;}

	div.donation1, div.donation2, div.donation3 {width: 100%;}
	div.donation1 img, div.donation2 img, div.donation3 img {width: 250px;}
	figcaption {font-size: 120%;}
	figcaption b {font-size: 200%;}
	.generic73 .billboard {display: block;}
	.generic73 a.button {padding: 10px; display: block; float: center; width: 90%;}
	.generic73 .responsive-iframe {width: 320px; height: 180px;}
	.generic73 div.right {float: none;}

}

/* Larger smartphones/smaller tablets (portrait and landscape) from 481px - 768px ---- */

@media only screen and (min-width: 481px) and (max-width: 768px) {

	body {font: normal 12px 'OpenSans-Regular', Verdana, Helvetica, sans-serif;}
	#sectioncontainer, #menucontainer, #submenucontainer, #logindetails, #bannercontainer, .footerContent {width: 96%;}
	section#logindetails {width: 96%;}
	#logo {margin-top: 22px;}
	div.bannerContent a.button {margin-top: 68px;}
	#greeting1 h1.statement {margin-top: 0; font-size: 180%;}
	#sectioncontainer.generic, #sectioncontainer.persons {width: 58%; float: left;}
	#sectioncontainer.generic52, #sectioncontainer.generic53, #sectioncontainer.generic73, #sectioncontainer.generic87, div#beachFacilities  {width: 96%; float: none; margin: 0 auto;}
	.generic52 .beachesPhotos, div#beachFacilities .beachesPhotos {width: 100%; text-align: center;}
	.generic52 .beachesPhotos img, div#beachFacilities .beachesPhotos img {width: 45%; margin: 0 10px 10px 0;}
	.generic52 .beachesPhotos img.boxRight, div#beachFacilities .beachesPhotos img.boxRight {padding-right: 0;}
	.generic52 .otherResources img, div#beachFacilities .otherResources img {width: initial;}
	.generic52 .beachIcons, div#beachFacilities .beachIcons {width: 100%; text-align: center;}
	.generic52 .beachIcons .awards, div#beachFacilities .beachIcons .awards {display: inline-block; float: none; margin: 10px 0;}
	.generic52 div.spacer, div#beachFacilities div.spacer {display: none;}
	div.weatherFeeds {margin: 10px auto; display: inline-block;}
	div.lifeguardTimes div.icon, div.accessStatement div.icon {float: none; margin: 0 auto;}
	.personContainer {width: 100%;}
	#subMenuitems {min-width: 205px; margin-right: 10px; margin-top: 0;}
	#blog1 aside#sidebar {display: none;}
	#footercontainer {padding-top: 25px;}
	div.home-message {margin: 10px;}
	.activeMenu, .inactiveMenu {font-size: 120%;}
	.generic4 img, .generic16 img {width: 180px;}
	.generic24 img.right, .generic29 img.left, .generic30 img.right {width: 70%;}
	div.programme img, div.partner img {width: 80%; height: 80%;}
	.generic73 div.partner img {width: auto; height: 80%;}
	.personContainer {width: 100%;}
	img.niMap {width: 80%;}
	.virginmoney {margin-top: 58px;}

	div.donation1, div.donation2, div.donation3 {width: 100%;}
	div.donation1 img, div.donation2 img, div.donation3 img {width: 250px;}
	figcaption {font-size: 105%;}
	figcaption b {font-size: 175%;}
	.generic73 .billboard {display: block;}

}

/* Larger tablets (portrait and landscape) from 480px - 640px ----------- */

@media only screen and (min-width: 480px) and (max-width: 640px) {

	body {font: normal 12px 'OpenSans-Regular', Verdana, Helvetica, sans-serif;}
	#sectioncontainer.generic, #sectioncontainer.persons {width: 96%; float: none; margin: 0 auto;}
	img.virginmoney {margin-right: 2px;}
	div.bannerContent a.button {display: none;}
	
}

/* Larger tablets (portrait and landscape) from 620px - 700px ----------- */

@media only screen and (min-width: 620px) and (max-width: 720px) {

	.generic53 #map-canvas {height: 500px; width: 600px;}
}

/* Larger tablets (portrait and landscape) from 769px - 960px ----------- */

@media only screen and (min-width: 769px) and (max-width: 960px) {

	body {font: normal 12px 'OpenSans-Regular', Verdana, Helvetica, sans-serif;}
	#sectioncontainer, #menucontainer, #submenucontainer, #bannercontainer, #logindetails, .footerContent {margin: 0 auto; width: 98%;}
	div#searchSite {display: none;}
	#logo {margin-top:10px;}
	div.bannerContent a.button {margin-top: 68px;}
	div#global {width: 100%; margin: 0 auto;}
	#logindetails {margin-top: -180px;}
	#menucontainer {margin-top: 90px;}
	#greeting1 h1.statement {margin-top: 0; font-size: 200%;}
	#sectioncontainer.generic, #sectioncontainer.persons {width: 65%; float: left; margin: 0 auto;}
	#sectioncontainer.generic52, #sectioncontainer.generic53, #sectioncontainer.generic73, #sectioncontainer.generic87, div#beachFacilities {width: 96%; float: none; margin: 0 auto;}
	.generic52 .beachesPhotos, div#beachFacilities .beachesPhotos {width: 70%;}
	.generic52 .beachesPhotos img, div#beachFacilities .beachesPhotos img {width: 45%; margin: 0 10px 10px 0;}
	.generic52 .otherResources img, div#beachFacilities .otherResources img {width: initial;}
	.generic52 .beachIcons, div#beachFacilities .beachIcons {width: 28%;}
	.generic52 div.spacer, div#beachFacilities div.spacer {display: none;}
	.personContainer {width: 100%;}
	.activeMenu a, .inactiveMenu a {padding: 4px 10px;}
	.activeMenu, .inactiveMenu {font-size: 115%;}
	#footercontainer {padding-top: 25px;}
	.generic4 img, .generic16 img {width: 200px;}
	.generic24 img.right, .generic29 img.left, .generic30 img.right {width: 60%;}
	img.niMap {width: 80%;}
	.virginmoney {margin-top: 58px;}

	div.donation1, div.donation2, div.donation3 {width: 28%;}
	div.donation1 img, div.donation2 img, div.donation3 img {width: 150px;}
	.generic73 .billboard {display: block;}

}

/* Larger monitors from 961px - 1190px ----------- */

@media only screen and (min-width: 961px) and (max-width: 1190px) {

	#sectioncontainer, #menucontainer, #submenucontainer, #bannercontainer, #logindetails, .footerContent {margin: 0 auto; width: 960px;}
	#menucontainer {width: 100%;}
	div#searchSite {margin-left: 715px;}
	#logindetails {margin: -180px auto 0 auto;}
	#logo {margin-top:10px;}
	#menucontainer {margin: 90px auto 0;}
	#sectioncontainer.generic, #sectioncontainer.persons {width: 680px; float: left;}
	#sectioncontainer.generic52, #sectioncontainer.generic53, #sectioncontainer.generic73, #sectioncontainer.generic87, div#beachFacilities {width: 96%; float: none; margin: 0 auto;}
	.generic52 .beachesPhotos, div#beachFacilities .beachesPhotos {width: 70%;}
	.generic52 .beachIcons, div#beachFacilities .beachIcons {width: 28%;}

	.personContainer {width: 100%;}
	#greeting1 h1.statement {margin-top: 0; font-size: 200%;}
	#subMenuitems {max-width: 240px;}
	#subMenuitems.private {max-width: 100%;}
	img.niMap {width: 80%;}

	div.donation1, div.donation2, div.donation3 {width: 28%;}
	div.donation1 img, div.donation2 img, div.donation3 img {width: 200px;}
	.generic73 .billboard {display: block;}

}

/* Larger devices (portrait and landscape, 961px - 980px) ----------- */

@media only screen and (min-width: 961px) and (max-width: 980px) {

	#sectioncontainer, #menucontainer, #submenucontainer, #bannercontainer, #logindetails, .footerContent {margin: 0 auto; width: 940px;}
	div#searchSite {margin-left: 695px;}
	#logindetails {margin: -180px auto 0 auto;}
	#menucontainer {margin: 90px auto 0px;}
	#sectioncontainer.generic {width: 685px; float: left;}
	#sectioncontainer.generic52, #sectioncontainer.generic53, #sectioncontainer.generic73, #sectioncontainer.generic87, div#beachFacilities {width: 96%; float: none; margin: 0 auto;}
	.generic52 .beachesPhotos, div#beachFacilities .beachesPhotos {width: 70%;}
	.generic52 .beachIcons, div#beachFacilities .beachIcons {width: 28%;}

}

/*  -------- */