body {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

:focus {
	outline: 0 !important;
}
::-moz-focus-inner, button::-moz-focus-inner {
	border: 0 !important;
}
::selection {
  background: #f90;
  color: #fff;
}
::-moz-selection {
  background: #f90;
  color: #fff;
}
.ccm-ui input, .ccm-ui textarea, .ccm-ui select, .ccm-ui .uneditable-input {
	box-sizing: content-box;
}
img {
	max-width: 100%;
}
/* Google maps can't have max-width img */
#gmap img,
.gmnoprint img {
    max-width: none; 
}
a {
	-webkit-transition: color 0.25s linear, background-color 0.25s linear;
	-moz-transition: color 0.25s linear, background-color 0.25s linear;
	-o-transition: color 0.25s linear, background-color 0.25s linear;
	-ms-transition: color 0.25s linear, background-color 0.25s linear;
	transition: color 0.25s linear, background-color 0.25s linear;
}
dl { margin: 0; }
dt {
	width: 80px;
	float: left;
	clear: left;
	font-weight: bold;
}
dd {
	margin-left: 90px;
	padding: 0 0 6px 0;
}
dt, dd {
	line-height: 16px;
	min-height: 16px;
}
ul, ol {
	padding-left: 20px;
}
p {
	margin-bottom: 12px;
}
h1, h2, h3, h4 {
	text-shadow: 1px 1px 3px rgba(50,50,50,0.2);
	margin-bottom: 15px;
	color: #444;
	font-weight: 300;
}
h1 {
	color: #004267;
	margin-bottom: 30px;
}
#main > .content {
	padding: 40px 0;
}
.social {
	background: transparent url(../images/social-media.png) no-repeat 0 0;
	line-height: 1;
	text-indent: -9000px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}
.social.twitter { background-position: 0 0; }
.social.linkedin { background-position: -30px 0; }
.social.googleplus { background-position: -60px 0; }
.social.facebook { background-position: -90px 0; }

.btn {
	border: none;
	border-radius: 0;
	font-weight: bold;
	padding: 11px 20px;
}

.navbar-default {
	background: transparent;
	border-radius: 0;
	min-height: 80px;
	border: none;
	position: relative;
	z-index: 120;
	margin-bottom: 0;
}
.lt-768 .navbar-default {
	min-height: 50px;
}
.navbar-default .navbar-brand {
	padding: 0;
	height: auto;
}
.gte-768 .navbar-nav .dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-collapse {
	border: none;
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.navbar-default .navbar-nav > li.last > a {
	font-size: 19px;
}
.navbar-default .navbar-right .dropdown-menu {
	margin-top: -18px;
}
.navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}
.lt-768 .navbar-default .navbar-right .dropdown-menu {
	margin-top: 0;
}
.lt-768 .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-default .navbar-toggle {
	margin-top: 23px;
}
.gte-768.lt-992 a.navbar-brand img {
	width: 290px;
}
.gte-768.lt-992 .navbar-default .navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}
.lt-480 a.navbar-brand img {
	width: 200px;
	padding-top: 1px;
	padding-left: 5px;
}
.lt-480 .navbar-default .navbar-toggle {
	margin-top: 8px;
}
.navbar-default .dropdown-menu {
	border: none;
	background: #000;
}
.navbar-default .dropdown-menu > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.selected > a,
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background: none !important;
}
.navbar-default .dropdown-menu > li.active > a,
.navbar-default .dropdown-menu > li.selected > a,
.navbar-default .dropdown-menu > li > a:hover {
	background: #eee;
	color: #fff;
}
.navbar-default .dropdown-menu > li > a:hover {
	background: #fff;
	color: #000;
}
#featured {
	width: 100%;
	height: 640px;
	background-position: center center;
	background-size: cover;
	margin-top: -80px;
	position: relative;
	z-index: 1;
}
.lt-992 #featured {
	height: 460px;
}
.lt-480 #featured {
	height: 300px;
}
#featured .overlay {
	background: transparent url(../images/top-fade.png) repeat-x;
	height: 360px;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
}
.home-nav .navbar-nav.navbar-right {
	float: left !important;
}
.home-nav.navbar {
	margin-bottom: 0;
	min-height: 80px;
	background: #fff;
}
.home-nav.navbar .navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 17px;
	color: #222;
}
.lt-768 .home-nav.navbar .navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.home-nav.navbar .navbar-nav > li.active > a,
.home-nav.navbar .navbar-nav > li.selected > a,
.home-nav.navbar .navbar-nav > li > a:hover {
	color: #6ba3a9;
	background: none;
}
#main {
	background: #dedede;
}
.banner {
	/*max-height: 460px;*/
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.banner.full {
	padding-bottom: 60px;
}
.gte-768 .banner {
	min-height: 285px;
}
.gte-992 .banner {
	min-height: 377px;
}
.gte-1200 .banner {
	min-height: 460px;
}
.lt-768 .banner {
	/*padding-top: 30px;
	padding-bottom: 30px;*/
}
.lt-992 .banner {
/*	padding-top: 30px;
	padding-bottom: 30px;*/
}
.banner h1.title {
	font-size: 46px;
	line-height: 1.1;
	margin-top: 120px;
	font-weight: 400;
}
.banner.full h1.title {
	margin-bottom: 40px;
}
.gte-768.lt-992 .banner h1.title {
	margin-top: 30px;
}
.lt-768 .banner h1.title {
	margin-top: 15px;
	font-size: 32px;
}
.banner .box h1.title {
	margin-top: 0 !important;
}
.banner .quote {
	position: absolute;
	bottom: 0;
	right: 0;
	background: transparent url(../images/quote.png) no-repeat;
	background-position: center center;
	background-size: cover;
	width: 800px;
	height: 400px;
}
.lt-1200 .quote {
	width: 600px;
	height: 300px;
}
.lt-922 .quote {
	width: 500px;
	height: 250px;
}
.lt-768 .banner .quote {
	display: none;
}
.banner .box {
	margin: 100px 0 15px -20px;
	padding: 20px;
	background: rgba(0, 0, 0, 0.85);
	color: #fff;
}
.lt-ie9 .banner .box {
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAAA1BMVEUAAACnej3aAAAAAXRSTlPZv+myFgAAAAtJREFUCNdjoDIAAABQAAGAw7uHAAAAAElFTkSuQmCC) repeat;
}
.lt-992 .banner .box {
	margin-top: 50px;
	margin-left: 0;
}
.lt-768 .banner .box {
	margin: 15px 0;
}
.banner .embed-responsive {
	margin-top: 80px;
}
.lt-992 .banner .embed-responsive {
	margin-top: 40px;
}
.lt-768 .banner .embed-responsive {
	margin-top: 20px;
	margin-bottom: 20px;
}
.banner a.btn + a.btn {
	margin-left: 20px;
}
.banner .left > :last-child {
	margin-bottom: 100px;
}
.lt-992 .banner .left > :last-child {
	margin-bottom: 50px;
}
.lt-768 .banner .left > :last-child {
	margin-bottom: 30px;
}
#footer-top {
	padding: 80px 0 60px 0;
	background: #dedede;
}
.gte-768.lt-992 #footer-top {
	padding: 50px 0 40px 0;
}
.lt-768 #footer-top {
	padding: 30px 0 15px 0;
}
#footer-top h2 {
	font-size: 46px;
	color: #000;
	margin: 0 0 20px 0;
}
.gte-768.lt-992 #footer-top h2 {
	font-size: 36px;
}
.lt-768 #footer-top h2 {
	font-size: 28px;
}
#footer-top .btn {
	padding: 15px 50px;
	margin: 20px 0;
}
.form-group.captcha {
	margin-bottom: 0;
}
.form-group.captcha div {
	text-align: center;
}
#enquiry br + div {
	text-align: left;
	display: none;
}
.ccm-input-captcha {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.ccm-input-captcha:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#enquiry label {
	font-weight: normal;
}
#enquiry textarea {
	height: 80px;
}
#enquiry .form-group.submit {
	margin-top: -10px;
}
#footer {
	background: #000;
	color: #fff;
}
#footer h3 {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
#footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul li {
	margin: 0;
	padding: 0;
}
#footer ul li a {
	color: #fff;
}
#footer ul li a:hover {
	text-decoration: underline;
}
#footer .social-list li {
	float: left;
	margin: 0 15px 15px 0;
}
#footer .social-list li:last-child {
	margin-right: 0;
}
#footer div.col-xs-6 {
	margin-bottom: 15px;
}
#terms-and-conditions-page h2 span, #terms h2 span,
#terms-and-conditions-page p span, #terms p span {
	display: inline-block;
	width: 70px;
}
#terms-and-conditions-page h2, #terms h2 {
	font-size: 24px;
}
blockquote {
	border-color: #004267;
}
.testimonial {
	padding-bottom: 20px;
}
#main .navbar-right {
	margin-right: 0;
}
.lt-768 #main .navbar-right {
	padding-left: 15px;
}
#footer .carousel-control {
	display: none;
}
#footer blockquote {
	border: none;
	padding-top: 0;
	padding-left: 0;
	font-size: 14px;
}
#footer blockquote footer, #footer blockquote small, #footer blockquote .small {
	font-size: 95%;
}
#footer .abn {
	margin: 20px 0 -14px 0;
}
#testes a {
	color: #fff;
}
#testes .testimonial {
	padding: 0;
}
#testes .testimonial .container {
	width: auto;
	padding: 0;
	margin: 0;
}
#testes .testimonial .container .row {
	margin: 0;
}
