/* Phone */
@media (max-width:767px) {
	.logo {
		margin:0 auto;
	}
	.title-bar .pathway-last {
		padding:5px !important;
	}
	.finder {
		margin-bottom: 20px;
	}
}
/* Larger than a Phone */
@media (min-width:768px) {
	.space-top h3 {
		display:block;
		text-align:center;
		margin:70px auto 30px;
	}
	.pad {
		padding: 5px 10px;
	}
	.navbar-nav > li > a {
	  font-size: 16px;
	  margin-left: 10px;
	  margin-right: 10px;
}
/* Tablet */
@media (min-width:768px) and (max-width:991px) {
	.carousel-caption h1 {
		font-size:1em;
	}
	.carousel-caption {
		left:20%;
		top:10%;
		right:auto;
		text-align: left !important;
	}
}
/* Small Monitor */
@media (min-width:992px) and (max-width:1199px) {
	.carousel-caption h1 {
		font-size:2em;
	}
	.carousel-caption {
		left:20%;
		top:10%;
		right:auto;
		text-align:left !important;
	}
	.overlap-banner {
		background:#fff;
		margin-top:-200px;
		min-height:200px;
		max-height:200px;
		overflow: hidden;
	}
}
/* Desktop */
@media (min-width:1200px) and (max-width:1700px) {
	.carousel-caption h1 {
		font-size:3em;
	}
	.carousel-caption {
		left:20%;
		top:2%;
		right:auto;
		text-align:left !important;
	}
	.overlap-banner {
		background:#fff;
		margin-top:-200px;
		min-height:200px;
		max-height:200px;
		overflow: hidden;
	}
}
/* Large Widescreen Desktop */
@media (min-width:1701px) {
	.carousel-caption h1 {
		font-size:3em;
	}
	.carousel-caption {
		left:20%;
		top:20%;
		right:auto;
		text-align:left !important;
	}
	.overlap-banner {
		background:#fff;
		margin-top:-200px;
		min-height:200px;
		max-height:200px;
		overflow:hidden;
	}
}
.cck_form {
	width:100% !important;
	padding-right:5px;
}
input#enq_name,input#enq_email,input#enq_phone,textarea#enq_message {
	width:100% !important;
}
.overlap-banner {
	position:relative;
	z-index:99;
}
.enquiry-form label {
	width:250px;
}
.green-bg {
	background:#479512;
	color:#fff;
}
.greentxt,section h1 {
	color:#479512 !important;
}
.whitetxt {
	color:#fff;
}
.bluebg,li.active>a {
	background:#0b1559;
}
.logo {
	padding-bottom:20px;
}
.title-bar {
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	margin-bottom:30px;
	color:#fff !important;
}
.title-bar .pathway-last {
	padding:20px 5px;
	font-size:2.4em;
	float:left;
}
.title-bar .pathway {
	display:none;
}
.title-bar .divider {
	display:none;
}
.overlap-banner {
	border-bottom:1px solid #000;
	box-shadow:0 -35px 30px -30px #000,0 0 0,0 -8px 20px -20px black inset,0 0 0;
	background:#eee !important;
}
.content {
	padding:20px 0 30px;
	position:relative;
	z-index:999;
	background:#fff;
}
.side-menu li.active a,.side-menu li a:hover {
	color:#fff;
}
.side-menu li a {
	color:#0b1559;
}
.side-menu h3 {
	margin-top:5px;
}
.tab-content {
	padding-top:20px;
}
.finder.hidden-xs {
	padding:5px 0 15px;
}
.finder.hidden-xs input {
	float:right;
}
.social-icons img {
	width:30px;
}
* {
	margin:0;
}
html,body {
	height: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}
.page-wrap {
	min-height:100%;
	/* equal to footer height */
	margin-bottom:-200px;
}
.page-wrap:after {
	content:"";
	display: block;
}
.site-footer,.page-wrap:after {
	/* .push must be the same height as footer */
	height:200px;
}
.site-footer {
	background:#333;
	padding:20px;
	color:#fff;
}
.site-footer a {
	color:#fff;
}
.site-footer .nav-stacked a {
	padding: 0 0 5px;
}
h3 {
  margin-top: 0;
}
.overlap-banner h3 {
  margin-top: 20px;
}