/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700|Pontano+Sans);*/
 /*
 font-family: 'Playfair Display', serif; - 
 font-family: 'Lato', sans-serif; bold700 reg400 light300 - headings, titles, nav font
 font-family: 'Pontano Sans', sans-serif; - body text font
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 16px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	font-family: 'Nunito', sans-serif;
	font-optical-sizing: auto;
	font-style:normal;
	background-color: #DDD7CA;
	background:#f9f7f3;
	color:#333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito', sans-serif;
	font-weight:500;
	padding:0;
	margin:0;
	color:#222;
}
h1 {
	font-size:1.7em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.2em
}
h6 {
	font-size:1.2em;
}
ul {
	margin:0;
	padding:0;
}
strong {
	font-weight:600;
}
p {
}
i {
	display:inline-block;
	padding-right:0.5em;
	font-size:1.0em;
}
#wrapper {
	position:relative;
	width:100%;
	max-width:1280px;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
}
header {
	width:100%;
	height:auto;
	min-height:;
	overflow:hidden;
	z-index:10;
}
#head-bar {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0.5em 2%;
	clear:both;
	height:auto;
	overflow:hidden;
	text-align:right;
	font-size:1.1em;
	line-height:1.4em;
	min-height:10px;
	background-color:#eee;
	background:#d5cba4;
}
#head-bar .red-font {
	color:#333;
	padding-left:0.5%;
	padding-right:0.5%;
}
#head-bar .grey-font {
	color:#333;
	padding-left:0.5%;
	padding-right:0.5%;
}
#head-bar a {
	text-decoration:none;
	color:#C00;
}
#head-bar a:hover {
	color:#FFFFFF;
}
.containerTel {
	display:block;
}
#logoCont {
	text-align:center;
	background:#fff;
}
.logo {
	width:250px;
	height:auto;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
/*New Navigation*/
.nav {
	border-bottom:solid 2px #d5cba4;
	background:#ede9d6;
}
.nav { /*Class*/
	position:relative;
	height:auto;
	overflow:hidden;
	padding:0;
	margin:0;
}
.nav ul {
	list-style:outside;
	list-style-type:none;
	padding:0;
	margin:0;
}
.nav ul li {
	display:block;
	float:left;
	width:100%;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-ms-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}
.nav ul li a {
	display:block;
	width:100%;
	padding:0.5em 0;
	text-align:center;
	text-decoration:none;
	border-bottom:dashed 1px #d5cba4;
	text-decoration:none;
	font-size:1.2em;
	color:#121212;
}
.nav ul li:hover {
	background:#d5cba4;
}
.nav ul li a:hover {
	color:#333;
}
.nav-mobile { /*Mobile menu specific*/
	display:none;
	cursor:pointer;
	position:absolute;
	top:5px;
	right:5px;
	height:40px;
	width:40px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background-color: rgba(0,0,0,1.0);
	background-image: url(../img/gfx/nav.svg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*new nav end*/
.banner-container {
	position:relative;
	width:100%;
	max-width:1920px;
}
/*Google Maps Styles*/
#map_canvas {
	width:100%;
	height:450px;
}
/*Content area*/
#content-container {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#FFF;
}
#content-container a {
	text-decoration:none;
	color:#600;
}
#content-container a:visited {
	color:#600;
}
#content-container a:hover {
	color:#333;
	text-decoration:underline;
}
#content-container a:active {
	color:#333;
}
/*Banner*/
#bannerCont {
	display:block;
	clear:both;
	height:auto;
	overflow:hidden;
}
#small-banner-text {
	float:left;
	width:98%;
	height:200px;
	padding-left:2%;
	padding-right:0%;
	text-align:left;
	background: rgb(178,3,3); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(178,3,3,1) 0%, rgba(145,2,2,1) 45%, rgba(89,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,3,3,1)), color-stop(45%,rgba(145,2,2,1)), color-stop(100%,rgba(89,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(178,3,3,1) 0%,rgba(145,2,2,1) 45%,rgba(89,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(178,3,3,1) 0%,rgba(145,2,2,1) 45%,rgba(89,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(178,3,3,1) 0%,rgba(145,2,2,1) 45%,rgba(89,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(178,3,3,1) 0%,rgba(145,2,2,1) 45%,rgba(89,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20303', endColorstr='#590000',GradientType=0 ); /* IE6-9 */
}
#small-banner-text a {
	display:block;
	width:100%;
	height:100%;
	color:#FFFFFF !important;
}
.small-banner-image {
	float:right;
	width:100%;
	max-width:384px;
	height:auto;
	min-height:200px;
	padding-left:2%;
	background-color:;
}
/* /banner end */
#content {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:1.0em 4%;
	margin-left:2%;
	margin-right:2%;
	margin-top:1%;
	margin-bottom:1%;
	font-size:1.2em;
}
/*-----ASIDE-----*/
aside {
	float:right;
	width:98%;
	height:auto;
	overflow:hidden;
	margin-left:1%;
	margin-right:1%;
	margin-top:1%;
	margin-bottom:1%;
	font-size:1.2em;
	background-color:#fff;
}
#side-block {
	width:94%;
	height:auto;
	overflow:hidden;
	padding:2%;
	margin-left:auto;
	margin-right:auto;
	margin-top:1%;
	margin-bottom:1%;
	text-align:center;
	font-size:1.0em;
	background-color:#FFF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border:solid 2px #C00;
}
.things-to-do-button {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;
	background:#F5F5F5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.things-to-do-button:hover {
	background:#9C6;
	cursor:pointer;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.things-to-do-button a {
	display:block;
	width:100%;
	height:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
	color:#333 !important;
}
.things-to-do-text {
	font-size:1.3em;
	color:#FFFFFF;
}
/*Font Awesome icon colours*/
.white {
	color:#333;
}
.gold {
	color:#BEB778;
}
.red {
	color:#D20000;
}
/*-----Content layout elements-----*/

.title-medium {
	font-size:1.4em;
	font-weight:400;
	padding:0;
	margin:0;
}
.did-you-know {
	display:block;
	width:100%;
	text-align:center;
	font-style:italic;
	font-size:1.1em;
}
.paragraph-clear {
	clear:both;
}
.paragraph-centre, .pCen {
	text-align:center;
}
.pRight {
	text-align:right;
}
.image-padding {
	padding-left:2px;
	padding-right:2px;
	padding-bottom:5px;
}
.thumbs-275 {
	width:100%;
	max-width:275px;
	height:auto;
}
.image-left {
	float:left;
	padding-right:1%;
}
.img180 {
	max-width:180px;
}
.cta-paragraph {
	font-size:1.3em;
}
.cta-paragraph .phone {
	color:#CC0000;
}
.bullets-style-1 {
	list-style:outside;
	padding-left:2.0em;
	list-style-type:disc;
}
.channel-set4 {
	width:100%;
	max-width:800px;
	height:auto;
	overflow:hidden;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}
.channel-set4 li {
	float:left;
	width:100%;
	height:auto;
	padding-top:1%;
	padding-bottom:2%;
	margin-bottom:2%;
	text-align:center;
	background:#DACEC2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.channel-set4 li:hover {
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-ms-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
	background:#900;
}
.channel-set4 li:hover > .channel-title {
	color:#FFFFFF;
}
.channel-set4 li img {
	width:90%;
	max-width:350px;
	height:auto;
}
.channel-set4 a {
	color:#333333 !important;
}
.channel-set4 a:hover {
	color:#FFF !important;
}
.channel-title {
	font-size:1.2em;
}
.columns-2-text {
	margin:0;
	padding:0;
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
	-webkit-column-gap:20px;
	-moz-column-gap:20px;
	column-gap:20px;
	-webkit-column-rule:dashed 1px #ccc;
	-moz-column-rule:dashed 1px #ccc;
	column-rule:dashed 1px #ccc;
}
/*Things to do blocks*/
.block {
	clear:both;
	padding-top:2%;
	padding-bottom:1%;
	border-bottom:solid 1px #ccc;
}
.image-left-150 {
	width:100%;
	max-width:150px;
	height:auto;
	float:left;
	padding-right:2%;
}
/*Enquiry form*/
#enquiry-form legend {
	font-size:1.5em;
	color:#CC0000;
}
#enquiry-form label {
	float:left;
	width:100%;
	clear:both;
}
#enquiry-form input {
	float:left;
	width:96%;
	padding:1%;
	clear:both;
	text-align:center;
}
#enquiry-form input#submit {
	float:none;
	margin-right:0%;
	margin-top:1%;
	margin-bottom:2%;
	max-width:250px;
}
#enquiry-form textarea {
	float:left;
	width:97%;
	height:4.0em;
	padding:1%;
	clear:both;
}
#enquiry-form fieldset {
	width:94%;
	padding:3%;
	border:dashed 1px #999;
}
#enquiry-form legend {
	font-size:1.5em;
	color:#CC0000;
}
#enquiry-form div {
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:15px;
}
#enquiry-form label {
	float:left;
	width:100%;
}
#enquiry-form input {
	float:left;
	width:96%;
	padding:1%;
}
#enquiry-form input#submit {
	float:right;
	margin-right:4%;
	margin-top:1%;
	margin-bottom:2%;
	max-width:250px;
}
#enquiry-form textarea {
	float:left;
	width:96%;
	height:4.0em;
	padding:1%;
}
/*Footer area*/
footer {
	display:block;
	box-sizing:border-box;
	width:100%;
	height:auto;
	overflow:hidden;
	padding:2.0em 4%;
	color:#222;
	background:#d5cba4;
}
footer a {
	text-decoration:none;
	color:#333;
}
footer a:hover {
	color:#000;
	text-decoration:underline;
}
#schema-address {
	width:100%;
	height:auto;
	overflow:hidden;
	clear:both;
}
#schema-address div {
	float:left;
	width:auto;
	font-size:1.0em;
}
#schema-address div:first-child {
	padding-right:1%;
}
#schema-address a {
	color:#333;
}
#schema-address a:hover {
	color:#000;
}
#schema-address div span {
	padding-left:0.5em;
	padding-right:0.5em;
}
.jkm {
	display:block;
	margin-top:1.0em;
	font-size:1.0em;
}
/*----- BLOCK STYLES -----*/
.block {
	display:block;
}
.containerRow {
	display:block;
	clear:both;
	width:100%;
}
/*Columns will flex, add as many as required*/
.col {
	flex:1;
	box-sizing:border-box;
}
.ft-box {
	background:#f9f7f3;
	text-align:center;
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-ms-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}
.ft-box:hover {
	background:#ede9d6;
	color:#333;
}
.ft-box > a {
	color:#333 !important;
}
.ft-box a:hover {
	color:#222;
}
.ft-box h3 {
	font-size:1.6em;
	padding:0.4em 0;
}
.ft-box img {
	width:100%;
}
.downloadBox {
	display:block;
	box-sizing:border-box;
	width:100%;
	padding:0.5em 5%;
	border:solid 1px #930;
	border-radius:4px;
}
.downloadBox p {
	font-size:1.1em;
}
/* Text Styles */
.title-banner {
	margin:0;
	padding:0;
	font-size:2.0em;
}
.title-banner-overlay {
	display:none;
	width:100%;
	color:#FFF;
	text-align:center;
	background:#000000;
}
/* Image Styles */
.responsive {
	width:100%;
	height:auto;
}
.banner {
	max-width:1920px;
}
.img150 {
	max-width:150px;
}
/*----- TEXT STYLES -----*/
.txtSm {
	font-size:0.9em;
}
/* ==========================================================================
   MEDIA QUERIES JKM - changed to mobile first July 2018
   ========================================================================== */
@media (min-width: 1px) and (max-width: 767px) {
	/*mobile specific*/
	nav {
		min-height:45px;
	}
	.nav-list {
		display:none;
	}
	.nav-mobile {
		display:block;
	}
	.nav-active {
		display:block;
	}
	.nav-mobile-open {
		border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
	} /*end mobile specific*/
}
@media (min-width:640px) {
	.containerTel {
		display:block;
	}
	.channel-title {
		font-size:1.5em;
	}
	.title-banner-overlay {
		display:block;
	}
}
@media (min-width: 768px) {
	.nav ul {
		width:100%;
	}
	.nav ul li {
		width:20%; /*based on 5 links at 20% each - adjust as required*/
	}
	.nav ul li a {
		font-size:1.0em;
		border-bottom:none;
		border-right:solid 1px #d5cba4;
	}
		.nav ul li:last-child a {
			border-right:none;
		}
	/*was max-width*/
	#content {
		width:96%;
		margin-left:2%;
		margin-right:2%;
		margin-top:1%;
		margin-bottom:1%;
	}
	#content h1 {
		position:static;
		width:100%;
		background:none;
		margin-left:0%;
		padding-left:0%;
		padding-right:0%;
	}
	.containerRow {
		display:flex;
	}
	.col {
		margin:1%;
	}
	.ft-box h3 {
		font-size:1.2em;
	}
	#small-banner-text {
		width:100%;
		text-align:center;
		padding-left:0%;
		padding-right:0%;
	}
	.small-banner-image {
		float:none;
		padding-left:0%;
	}
	.rslides li img { /*styles from responsiveslides.css*/
		display:block;
		float:left;
		clear:both;
		width:100%;
		margin-bottom:0;
	}
	.rslides li div { /*JKM custom entry - div text overlay*/
		position:static !important;
		float:left;
		clear:both;
		border-top:solid 0px #999 !important;
		background:rgba(0,0,0,0.9) !important;
		-webkit-border-top-left-radius: 0px !important;
		-webkit-border-top-right-radius: 0px !important;
		-moz-border-radius-topleft: 0px !important;
		-moz-border-radius-topright: 0px !important;
		border-top-left-radius: 0px !important;
		border-top-right-radius: 0px !important;
		z-index:10;
	}
	.rslides li div p {
		font-size:1.6em !important;
	}
	.title-banner {
		font-size:2.45em;
	}
		/*.title-banner span { Add inline element such as span to wrap text, allows text background colour
			padding:0.2em 0.5em;
			background:rgba(0,0,0,0.4);
		}*/
	.title-banner-overlay {
		position:absolute;
		top:75%;
		width:100%;
		background:rgba(0,0,0,0.75);
	}
}
@media (min-width: 1024px) {
	.nav ul li a {
		font-size:1.2em;
	}
	.channel-set4 li {
		width:24%;
		margin-right:1%;
	}
	.channel-set4 li:last-child {
		margin-right:0%;
	}
	.channel-set4 li img {
		max-width:175px;
	}
	.title-banner {
		font-size:2.9em;
	}
}
@media (min-width:1200px) {
	.title-banner {
		font-size:3.0em;
	}
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
