/* Google font variations for headings ===========================================*/

/*@import url(http://fonts.googleapis.com/css?family=Bree+Serif);*/
/*@import url(http://fonts.googleapis.com/css?family=Raleway:200,400,600,700,800);*/
@import url(http://fonts.googleapis.com/css?family=Lato:400,900,700,300);
/*@import url(http://fonts.googleapis.com/css?family=Oxygen:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);*/
/*@import url(http://fonts.googleapis.com/css?family=Anton);*/
/*@import url(http://fonts.googleapis.com/css?family=Squada+One);*/
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Patua+One);*/
/*@import url(http://fonts.googleapis.com/css?family=Bevan);*/
/*@import url(http://fonts.googleapis.com/css?family=Nunito:400,300,700);*/
/*@import url(http://fonts.googleapis.com/css?family=Anonymous+Pro:400,700);*/


/* one weight only for bree serif */
/*h1,h2,h3,h4,h5 {
	font-family: 'Bree serif', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	letter-spacing: 1px;
}*/
/*h1,h2,h3,h4,h5 {
	font-family: 'Raleway', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
h1,h2,h3,h4,h5 {
	font-family: 'Lato', sans-serif;
	/* Change weight here depending on the weight imported above */
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*/
}
/*h1,h2,h3,h4,h5 {
	font-family: 'Oxygen', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/*h1,h2,h3,h4,h5 {
	font-family: 'PT Sana', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/*h1,h2,h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/* one weight only for Anton */
/*h1,h2,h3,h4,h5 {
	font-family: 'Anton', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/* one weight only for Squada One */
/*h1,h2,h3,h4,h5 {
	font-family: 'Squada One', cursive;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/*h1,h2,h3,h4,h5 {
	font-family: 'Droid Sans', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/* one weight only for Patua One */
/*h1,h2,h3,h4,h5 {
	font-family: 'Patua One', cursive;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/* one weight only for Bevan */
/*h1,h2,h3,h4,h5 {
	font-family: 'Bevan', cursive;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/*h1,h2,h3,h4,h5 {
	font-family: 'Nunito', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/
/*h1,h2,h3,h4,h5 {
	font-family: 'Anonymous Pro', sans-serif;
	/* Change weight here depending on the weight imported above *//*
	font-weight:400; 
	color: #fbb040;
	/*letter-spacing: 1px;*//*
}*/


/* heading styles ===========================================*/
/*
h1{
	font-weight:700px;
	color: #fff;
	font-size: 36px;
	margin-bottom: 18px;
}

h3{
	font-weight:700px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 18px;
}
h4{
	font-weight:700px;
	color: #fff;
	font-size: 20px;
	margin-bottom: 18px;
}
h5{
	font-weight:700px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 18px;
}
*/
h2{
	font-weight:400px;
	color: #fff;
	font-size: 24px;
	margin-bottom: 18px;
}
/* Custom CSS and overrides for Bootstrap CSS */

/* Overall background colour */
body {
	background-color:#bbd8ed;
	/*background-image:url(../images/bg-shadow-1230.png);*/
	background-repeat:repeat-y;
	background-position:center;
	color: #857a77;
}



/* Some general overrides */
a {
    color: #fff;
    text-decoration: underline;
}
p	{
	line-height: 150%;
	}
hr {
	height:1px;
	border: none;
	background-color: #ccc;
}
.intro-text {
	padding-bottom:20px;
	}
.intro-text p{
	margin: 10px 0 0 100px;
	font-size: 16px;
	}
.content-box {
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	padding-bottom:20px;
	padding-top:10px;
	}
.content-box p{
	margin: 10px 0 0 100px;
	}
.content-box h2{
	border-top: #91c66f 2px solid;
	margin: 5px 0 0 100px;
	color: #91c66f;
	}

/* Advert ================================================================ */
#advert-container {
	padding:20px;
	/*background-color: #3b3b3b;*/
	background-image:url(../images/header-bkg.jpg);
	background-repeat:repeat-x;
	}
#advert-container p{
	margin: 0;
	}
/* HEADER ================================================================ */

/* Outer container - full width of window on desktop */
#header-container {
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/bg-shadow-1230.png);
	background-repeat:repeat-y;
	background-position:center;
}

/* Inner container */
#header { 
	/*background-color:#099;*/
	/*padding-left:20px;
	padding-right:20px;*/
}

.logo {
	margin-top:24px;
	margin-bottom:20px;
	padding-left:15px;
	}

.contact-number {
	margin-top:-16px;
	padding-right: 14px;
	text-align: right;
	}
/*#header .span5 p,
#header .span5 h1 {
	text-align: right;
	}
#header .span5 h1 {
	padding: 18px 0px 0 0;
	font-size: 40px;
	color: #6cb33f;
	}
.header-text h3{
	line-height: 1.8em;
	font-size: 2em;
	}
.header-text {
	/*margin-left:60px;
	}*/
.strap-line {
	padding-top:15px;
	padding-right: 0px;
	}
	
/* SLIDESHOW  ================================================================ */	
#slideshow-container {
	padding:0px 20px 0px 20px;
	background-image:url(../images/banner-1230.png);
	background-repeat:repeat-y;
	background-position:center;
	height: 465px;
}

/* Slidehsow overrides */
.label_skitter p {
	letter-spacing:0;
	padding:0;
}
/* CONTENT ================================================================ */

/* Outer container - full width of window on desktop */
#content-area-container {
	/*background-color:#3C9;*/
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/bg-shadow-1230.png);
	background-repeat:repeat-y;
	background-position:center;
}
/* Inner container */
#content-area {
	padding-top:0px;
	padding-bottom:20px;
}

/* CONTENT  SECTION 1 (S1): INTRO TEXT GOOGLE MAP ADDRESS ================================================================ */

/* Outer container - full width of window on desktop */
#section-one-container {
	padding:0px 20px 30px 20px;
	background-image:url(../images/bg-shadow-1230.png);
	background-repeat:repeat-y;
	background-position:center;
}
#section-one {
	
	}

.content-left p {
	font-size:15px;
	}
	
.content-left h2 {
	margin-bottom: 16px;
}
h2.content-right {
	padding-top:2px;
	margin-bottom:16px;
}

/* CONTENT  SECTION 2 (S2)  ================================================================ */

#section-two-container {
	padding:20px 20px 40px 20px;
	/*background-color: red;
	background-image:url(../images/bg-shadow-1230.png);
	background-repeat:repeat-y;
	background-position:center;*/
}
#section-two {
}
/* heading styles with Icons ===========================================*/
/*.heading-one h2{
	background-image:url(../images/spanner-icon.gif); 
	background-repeat:no-repeat;
	padding-left: 110px;
	height: 79px;
	line-height: 100%;
	padding-top:28px;
}*/

/* headings for each individual column */
.home-page-box h3{
	display:block;
	padding-bottom:10px;
	border-bottom: 1px solid #f7941e;
	vertical-align:bottom;
	font-size:22px;
	line-height:1.2em;
}
.home-page-box {
	
	}
/* CONTENT  SECTION 3(S3)  ================================================================ */

#section-three-container {
	padding:20px 20px 30px 20px;
	background-color: red;
	background-image:url(../images/bg-shadow-1230.png);
	background-repeat:repeat-y;
	background-position:center;
}
/* .heading-three h2{
	background-image:url(../images/speech-icon.gif); 
	background-repeat:no-repeat;
	padding-left: 110px;
	height: 79px;
	line-height: 100%;
	padding-top:28px;
}*/

/* CONTENT  SECTION 4(S4)  ================================================================ */

#section-four-container {
	padding:20px 20px 30px 20px;
	/*background-color: red;
	background-image:url(../images/footer-shadow-1230.png);
	background-repeat:repeat-y;
	background-position:center;*/
}
/* FOOTER ================================================================ */

/* Outer container - full width of window on desktop */
#footer-container {
	padding-left:20px;
	padding-right:20px;
	background-image:url(../images/footer-bkg.png);
	background-repeat:no-repeat;
	background-position: top center;
	min-height:400px;
	
}
/* Inner container */
#footer {
	padding-bottom:0px;
	min-height:400px;
}
#footer h3 {
	color: #58595b;
	}
#footer {
	color:#ffffff;
}
.footer-details{
	padding-top: 20px;
	}
.footer-details p{
	padding-left: 0px;

	}
.footer-details hr{
	width: 90%;
	background-color: #fff;

	}
fieldset.formFieldset legend {
	float:left;
	display: block;
	color: #fff;
	font-family: 'lato',sans-serif;
	font-weight:700 !important;
    letter-spacing: 1px;
	padding: 0;
	border: none;
	font-size: 18px;
    /*line-height: 40px;*/
	margin: 0;
}
div.formBody {
	float: none;
}
input, textarea, .uneditable-input {
	width: 96%;
}
.formBody textarea {
	height: 100px;
}
fieldset.formFieldset ol.formContainer li {
	padding: 0;
}

.footer-association-text{
	margin-top: 74px;
	}
.footer-association-text h3{
	line-height: 1.1em;
	}
#copyright-container {
	padding-left:20px;
	padding-right:20px;
	/*background-image:url(../images/bg-copyb-shadow-1230.png);*/
	background-repeat:repeat-y;
	background-position: top center;
	
}
#copyright {
	font-size: 12px;
	color: #757575;
	padding-top:8px;
	text-align:center;
	}
#copyright a {
	color: #757575;
	font-weight: bold;
	}

/* JCE styles */
.image-left {
	float:left;
	margin-right:14px;
	margin-bottom: 14px;
}

.image-right {
	float:right !important;
	margin-left:12px;
	margin-bottom: 12px;
	border: 3px solid #6a6b6d !important;
}

.blue-text-highlight {
	font-size: 22px!important;
	color: #569fd3!important;
	font-family: 'lato',sans-serif!important;
}
.grey-text-highlight {
	font-size: 22px!important;
	color: #857a77!important;
	font-family: 'lato',sans-serif!important;
}
.white-text-highlight {
	color: #fff !important;
	font-size: 18px!important;
	line-height: 120%!important;
	font-family: 'lato',sans-serif!important;
	font-weight:700;
	}
.image-middle{
	margin-left: 24px;
	margin-right: 24px;
	}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
   height: 17px;
}
/* Stretch Creative note: removing this padding allow the outer containers to remain full width. */
	
	

@media (max-width: 980px) {
  	#footer-container {
		padding-left:20px;
		padding-right:20px;
		background-color:#6fadda;
		background-image:none;
	}
}	

@media (max-width: 479px) {
	
  	.intro-text {
		padding-bottom:20px;
	}
	.intro-text p{
		margin: 10px 0 0 0px;
		font-size: 16px;
	}
	.content-box {
		background-image:none;
		background-repeat:no-repeat;
		padding-bottom:20px;
		padding-top:10px;
	}
	.content-box p{
		margin: 10px 0 0 0px;
	}
	.content-box h2{
		border-top: #91c66f 2px solid;
		margin: 5px 0 0 0px;
		color: #91c66f;
	}
  	}	
@media (max-width: 767px) {
	.footer-details p{
	padding-left: 100px;
	}
	.footer-details hr {
		width:auto;
		margin-left:100px;
	}

	fieldset.formFieldset {
    padding-left: 100px;
	margin-bottom: 10px;
	}
	#copyright {
	/*padding-left: 120px;*/
	}
	
	.logo {
		text-align:center;
		padding-bottom:10px;
	}
	.contact-number {
		text-align:center;
		padding:0;
	}
	.strap-line {
		text-align:center;
	}


	}
@media (min-width: 768px) and (max-width: 979px) {
	.logo{
	margin-top:59px;
	margin-bottom:20px;
	padding-left:0px;
	
	}

	.contact-number {
	margin-top:-16px;
	padding-right: 0px;
	
	}

	.strap-line {
	padding-top:14px;
	padding-right: 0px;
	
	}

	}	
@media (min-width: 980px) and (max-width: 1199px) {

	.logo{
	margin-top:45px;
	}
	.contact-number {
	padding-right: 10px;
	}
	.strap-line {
	padding-right: 10px;
	padding-top:10px;
	}
	
}

@media (max-width: 479px) {
	
  	.intro-text {
		padding-bottom:20px;
	}
	.intro-text p{
		margin: 10px 0 0 0px;
		font-size: 16px;
	}
	.content-box {
		background-image:none;
		background-repeat:no-repeat;
		padding-bottom:20px;
		padding-top:10px;
	}
	.content-box p{
		margin: 10px 0 0 0px;
	}
	.content-box h2{
		border-top: #91c66f 2px solid;
		margin: 5px 0 0 0px;
		color: #91c66f;
	}
	.footer-details p{
	padding-left: 0px;
	}
	fieldset.formFieldset {
    padding-left: 0px;
	margin-bottom: 10px;
	}
	#copyright {
	/*padding-left: 20px;*/
	}
	.logo{
	margin-top:20px;
	margin-bottom:0px;
	padding-left:0px;
	text-align: center;
	}

	.contact-number {
	margin-top:10px;
	padding-right: 0px;
	text-align: center;
	}

	.strap-line {
	padding-top:14px;
	padding-right: 0px;
	text-align: center;
	}
	.footer-details hr {
		width:auto;
		margin-left:0px;
	}

}

@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (min-width:768px) {
	
}
/*
@media (min-width: 900px) {
  #copyright {
	padding-left: 20px;
	}
}
*/

.rsform {
	padding-top:15px;
}