body {
	font-family: 'PT Sans', sans-serif;
	color: #222;
	background-color: #ebf1f8;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
/*################# WRAPPER #####################*/

.wrapper {
	margin:0px;
	padding:0px;
}
.banner-wrapper {
	/*max-width: 1140px;
	margin: 10px auto;*/
}
.banner-wrapper img {
	width:100%;
}
.columns-wrapper {
	overflow: hidden;
	max-width: 1140px;
	margin: 10px auto;
	background-color: white;
	padding:10px 20px;
}
.columns-wrapper .content {
	padding:10px;
	overflow: hidden;
}

/*################# MASTHEAD #####################*/
.masthead {
	overflow: hidden;
	padding: 10px;
	background-color: white;
}
.masthead .content {
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
	
	overflow: hidden;
}
.logo {
	float: left;
	/*width: 550px;*/
}
.sub-logo {
float:left;
clear:both
}
.address {
	float: right;
	width: 200px;

}
.members {
	float: right;
	background-image: url(http://sgclt.org.uk/img/members.png);
	background-repeat: no-repeat;
	position:top left;
	width:204px;
	height:80px;
	clear:right;
	margin-top:12px;
}
.members .content {
	padding:19px 0 0 74px;
	font-size:1.2em;
	color: #6faf36;
	text-align: center;
	font-weight:bold;
}
/*################# NAVIGATION #####################*/
.navigation {
	background-color: #6faf36;
	
}
.navigation .content {
	max-width: 1140px;
	margin: 0 auto;
	
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 60px;
}
#navbar {
	z-index:999999999999999;
}

/*################# CONTENT #####################*/
.main-content {
	float: left;
	width: 70%;
	margin-right: 1%;
}
.main-content .content {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.main-content .content img {
	margin:0 12px 12px 0;
}
.sidebar {
	width: 28%;
	float: right;
}
.sidebar .content {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}

/*################# FOOTER #####################*/

.footer {
	border-top: 4px solid #6faf36;
	background-color: #3b78ba;
	padding: 25px 10px;
	clear: both;
	bottom: 0px;
	min-height: 120px;
}
.footer .content {
	font-size: 0.9em;
	max-width: 1140px;
	margin: 0 auto;
	color:#fff;
	    list-style-type: none;
}
.footer-logo {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	background-color: white;
	padding:8px;
	max-width:260px;
}
/*################# HEADINGS #####################*/

h1, h2, h3, h4 {
	margin: 10px 0px 10px 0px;
	font-weight: normal;
	color: #6faf36;
	line-height: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
}
.footer .content h2 {
	font-size: 1.4em;
	color:white;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}

/*################# LINKS #####################*/
.main-content a:link, .sidebar a:link {
	color: #6faf36;
	text-decoration: none;
}
.main-content a:visited, .sidebar a:visited {
	color: #6faf36;
	text-decoration: none;
}
.main-content a:hover, .main-content a:focus, .sidebar a:hover, .sidebar a:focus {
	color: black;
	text-decoration: none;
}

.masthead a:link {
	color: #6faf36;
	text-decoration: none;
}
.masthead a:visited {
	color: #6faf36;
	text-decoration: none;
}
.masthead a:hover {
	color: black;
	text-decoration: none;
}
.footer a:link {
	color: #fff;
	text-decoration: none;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a:hover, .footer a:focus {
	color: #6faf36;
}

/*################# NEWS #####################*/

.news {
	line-height: 1.35em;
	padding:12px;
	margin-bottom:20px;
	border: 1px solid #ccc;
	overflow:hidden;
}
.news img {
	width: 20%;
	border: 1px solid;
	border-color: #ccc;
	float: left;
	margin-right: 2em;
}
.imgBorder {
	border: 1px solid #bdbdbd;
	background-color: #eeeeee;
	padding: 9px;
}
.news-col {
	background-color: rgba(191,225,255,1.00);
	border-bottom:1px solid white;
	height:110px;
    padding:8px 8px 0 8px;
}
.news-col img {
	width:30%;
	float:right;
	margin-left:8px;
}

.news-col a:link {
color: black;
	text-decoration: none;
font-size:1.1em;
}
.news-col a:visited {
color: black;
	text-decoration: none;
}
.news-col a:hover {
color: #6faf36;
	text-decoration: none;
}

/*################# BOXES #####################*/

.box-content img {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
.column-fourth:last-child {
	float: left;
	margin-right: 0;
}
.box-content a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
.box-content {
	line-height: 1.35;
	padding:12px 12px 4px 12px;
	margin:6px;
	border: 1px solid;
	border-color: #ccc;
	background-image: -webkit-linear-gradient(#eeeeee, #FFF);
	background-image: linear-gradient(#eeeeee, #FFF);
}


/*################# GENERAL #####################*/

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}

hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin: 1.2em 0px;
}
blockquote {
	background-color: rgba(191,225,255,1.00);
	padding:8px 20px;
	text-align: center;
	font-size:1.2em;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	font-style: italic;
	width: 92%;
    margin: 20px 0px;
}

/*####################################################################*/

/*                         Media Queries

/*####################################################################*/

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
 padding-bottom: 0px;
}
.footer {
 position: static;
 width: auto;
}
.content-wrapper, .columns-wrapper {
margin: 0px;
border: none;
}
.sidebar, .main-content, .column-fourth, .column-fourth:last-child {
 width: auto;
 float: none;
 position: static;
}
.main-content .content, .sidebar .content {
 padding: 20px 10px;
 border: none;
 height: auto !important;
 max-height: 888678px;
}
.column-third, .column-content-mid {
 float: none !important;
 width: auto !important;
}
.column-content, .column-content-mid {
 height: auto !important;
 max-height: 888678px;
 border: none !important;
 padding:6px !important;
 margin:6px !important;
}
.news-wrapper img {
	max-height:50%;
	width:100%;
}
h1 {
 font-size:1.4em;
}
.logo {
 width: auto;
 margin:0;
}
}

@media only screen and (min-width: 0px) and (max-width: 589px) {
	.address {
	/*float: none;*/
	width: 360px;

}
}
/* iPhone 5 320 */
@media only screen and (min-width: 0px) and (max-width: 330px) {
}
/* iPhone 6 375 */
@media only screen and (min-width: 331px) and (max-width: 380px) {
}
/* iPhone 6+ 414 */
@media only screen and (min-width: 381px) and (max-width: 420px) {

}
table#testimonials {
    width: 49%;
    float: left;
}

