@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
strong {font-weight:bold;}
textarea {max-width:95%;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#3E4C5C;
	margin:0 auto;
	padding:0;}

/* heading */
#main {max-width:100%; background-color:#FFFFFF;margin:0 auto}
header {background:#00103F url(../images/back-heading.gif) top repeat-y;text-align:center; margin:0 auto; display:block; overflow:auto;padding:0 .5em;}
footer {color:#FFFFFF;text-align:center; margin:0 auto; display:block; overflow:auto;padding:.5em; background-color: #00103F;}
footer a {text-decoration:none;color:#FFFFFF;}
footer p {margin:1em;}
#address {padding:1em;}
#logo img {max-width:100%; height:auto;margin:.5em 0;}
#contact {padding:1em;}
#topimage img {
	max-width:100%;
	height: auto;
	margin:0 auto;}
#toplinks {
    background-color: #00103F;
    text-align: center;
    margin: 0 auto;}
#toplinks ul {
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
	display:block;
	overflow:hidden;
}
.navbar li {
    list-style: outside none none;
    display:block;}
.navbar li a {
    display: block;
    padding: 1.2em 1em;
    color: #FFFFFF;
    text-decoration: none;}
.navbar li a:hover {
    color: #0051A9;
    background-color: #EFD57B;}
#middle {display:block;overflow:auto;}
#middle h2, #callout h2 {
	display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
#middle img {max-width:100%;height:auto;display:block;margin:.5em;}
#middle h1 {
    font-size: 18px;
    font-weight: bold;
    color: #0051A9;
    margin: 0;
    padding: 10px 0;
}
#services {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #A7A7A7;
    text-align: center;
}
#services ul {list-style:none; text-align:center;margin:1em auto;}
#service ul li {padding:.5em;}
#hometext {
    line-height: 20px;
}
#hometext h1 {
    font-size: 20px;
    font-weight: bold;
    color: #0051A9;
	margin:.5em 1em;}
#hometext h2 {text-align: center;}
#hometext p, #subtext p {margin:1em 0;}
#subtext {
    line-height: 20px;
    padding: 20px;}
#subtext ul {display:block;overflow:hidden;clear:both;}
#callout {height:220px;}
#callout img {max-width:100%;height:auto;text-align:center;margin:1em auto;display:block;overflow:auto;}
#callout h2 {
    background: url(../images/back-callout.png) center top no-repeat;
	display:block;
	overflow:hidden;
    color: #0051A9;
    text-align: center;
    line-height: 20px;
	margin-top:20px;
	padding-bottom:30px;}
#callout h2 .big {
    font-size: 24px;
    padding: 40px 0 5px 0;}
#subimage {
	display:block;
	overflow:auto;
	background:url(../images/topimage-toilets.jpg);
	background-repeat:no-repeat;
	background-position: top center;}
#subimage #callout {margin-top:75px;}

/* Lightbox style */
#imagelightbox
{
    position: fixed;
    z-index: 9999;
 
    -ms-touch-action: none;
    touch-action: none;
}
.gallery li {float:left;}
.gallery img {
    border: 0.625em solid rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 0.313em rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;
}

/* MENU THEMING */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
	margin: 0;
	padding: 1em;
}
ul li {
	line-height: 2em;
}
.mobile-toggleable-menu {
	background-color: #00103f;
	color: #fff;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
}
.mobmenu-toggle {
	background-color: #30BBDC;
	color: #fff;
	font-size: 35px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.mobile-toggleable-menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: 40px;
	line-height: 40px;
}
.mobile-toggleable-menu li a {
	height: 100%;
	width: 100%;
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding: 0 20px;
}
.mobile-toggleable-menu li a:hover {
	background-color: #EFD57B;
	color: #0051A9;
}
.mobmenu-toggle:hover {
	background-color: #EFD57B;
}

/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 320px) {
#address {
	color:#000000;
	float:none;
	margin:0 auto;}
#logo {float:none;
	margin:0 auto;}
#contact {
	color:#000000;
	float:none;
	margin:0 auto;}
#hometext, #services, #callout {float:none;margin: 0 auto;width:100%;}
#hometext h1 {margin:.5em 1em; font-size:1.5em;}
}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 560px) {
.mobile-menu-toggle-button:checked ~ .mobmenu-toggle {
	background-color: #30BBDC;
	color: #ffffff;
	-webkit-transform: rotate(-180deg);
}
.mobile-toggleable-menu li {
	display: inline-block;
	}
.navbar li {
    list-style: outside none none;
    display:inline-block;}
#hometext, #services, #callout {float:none;margin: 0 auto;}
#hometext {width:80%;text-align:center;}
#hometext h1 {margin: 1em; font-size:2em;}
.right {
    float: right;}
.left {
    float: left;}
.bumpup {margin-top:-20px!important;}
}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
.navbar li a {
    padding: 1.2em 1.5em;}
#services {
	width:25%;
    font-size: 18px;
    line-height: 28px;
    float: left;}
#service ul {text-align:center;}
#callout {
	width:25%;
    float: right;}
#hometext {
	width:50%;
	text-align:left;
    line-height: 20px;
    float: left;}
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
#main {width:1000px;}
#address {
	color:#FFFFFF;
	width:300px;
	float:left;
	text-align:left;
	font-size:1.2em;}
#logo {
	float:left;}
#contact {
	color:#FFFFFF;
	float:right;
	text-align:right;
	font-size:1.2em;}
#contact a {color:#ffffff;}
}