/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-regular-webfont.svg#latoregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-bold-webfont.svg#latobold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Lato';
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Lato/lato-black-webfont.svg#latoblack) format('svg');
   font-weight:900;
   font-style:normal;
}

@font-face{
   font-family: 'Source Sans Pro';
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-regular-webfont.svg#source_sans_proregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Source Sans Pro';
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold) format('svg');
   font-weight:600;
   font-style:normal;
}

@font-face{
   font-family: 'Source Sans Pro';
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/SourceSansPro/sourcesanspro-bold-webfont.svg#source_sans_probold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#438c55;
  color:#fff;
}

a {
  color:#438c55;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	background:#2c613c;
	color:#fff;
	font-family: 'Lato';
	font-weight:400;
	font-style:normal;
	font-size:17px;

	line-height:25px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	padding-top:15px;
	padding-bottom:25px;
	z-index:1;
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.35);
}

#header:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e1e1e+0,393939+100&0.5+0,0.5+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlMWUxZSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5MzkzOSIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(30,30,30,0.5) 0%, rgba(57,57,57,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(30,30,30,0.5) 0%,rgba(57,57,57,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(30,30,30,0.5) 0%,rgba(57,57,57,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#top {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:100px;
}

#menuWrap {
	display:none;
}

#menu {
	background:#1c1c1c;
	padding-left:15px;
	padding-right:15px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
}

.navbar-nav>li>a {
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:22px;
	line-height:30px;
	text-transform:uppercase;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0);
	letter-spacing:0.02em;
	white-space:nowrap;
	padding:25px 0;
	position:relative;
	display:block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background:transparent;
	color:#419454;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.76);
}

.dropdown-menu {
	padding:0;
	margin:0;
	background:#1c1c1c;
	border:none;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

.dropdown-menu>li>a {
	padding:10px 20px;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li.active>a {
	color:#419454;
	background:none !important;
}

#sloganWrap {
	padding-left:15px;
	padding-right:15px;
}

#sliderPhone {
	display:none;
	text-align:left;
	float:left;
}

#sliderPhone a {
	position:relative;
	z-index:9;
	display:inline-block;
	color:#fff;
	font-family: 'Lato';
	font-weight:900;
	font-style:normal;
	font-size:35px;
	line-height:35px;
	letter-spacing:0.02em;
	text-transform:uppercase;
	text-decoration:none !important;
	padding-top:12px;
	padding-bottom:12px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#sliderPhone a:hover {
	opacity:0.6;
}

#pageTitle {
	display:inline-block;
	position:relative;
	color:#fff;
	font-family: 'Lato';
	font-weight:900;
	font-style:normal;
	font-size:35px;
	line-height:35px;
	letter-spacing:0.02em;
	text-transform:uppercase;
	background:#1c1c1c;
	padding:20px 40px 20px 50px;
}

#pageTitle:after {
	content:"";
	position:absolute;
	width:5px;
	height:60px;
	right:0;
	bottom:0;
	pointer-events:none;
	background:#fff;
}

#slogan {
	display:none;
	position:relative;
	color:#fff;
	font-family: 'Lato';
	font-weight:900;
	font-style:normal;
	font-size:35px;
	line-height:35px;
	letter-spacing:0.02em;
	text-transform:uppercase;
	padding-right:18px;
}

body#home #slogan {
	display:inline-block;
}

#slogan:after {
	content:"";
	position:absolute;
	width:5px;
	height:100%;
	right:0;
	top:0;
	pointer-events:none;
	background:#fff;
}

#content {
	padding-top:100px;
	padding-bottom:100px;
}

.contentBox {
	margin-bottom:60px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox p {
	margin-bottom:30px;
}

.contentBox a {
	color:#aaa;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.contentBox a:hover {
	color:#fff;
}

#listBox {
	margin-top:30px;
	padding:45px 15px 35px;
	background:url(	http://cdn.myld.com.au/2/1318/hackett-chris_bc0d296597.jpg) center center no-repeat;
	background-size:cover;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
}

#listBox ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#listBox ul li,
.contentBox h2 {
	color:#fff;
	font-family: 'Lato';
	font-weight:700;
	font-style:normal;
	font-size:17px;
	line-height:normal;
	letter-spacing:0;
	margin-bottom:20px;
}

.contentBox h2 {
	margin-top:0;
}

#listBox ul li:last-child {
	margin-bottom:0;
}

#homeThumbs {
	padding-top:85px;
	padding-bottom:80px;
}

#htRight .ht:first-child {
	margin-top:30px;
}

#htRight .ht:last-child {
	margin-top:30px;
}

.homeThumb {
	position:relative;
	padding:25px 15px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	letter-spacing:0.02em;
	text-transform:uppercase;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#homeThumbs a:hover .homeThumb {
	opacity:0.5;
}

#homeThumb1 {
	padding-top:45px;
	padding-bottom:35px;
	background-image:url(http://cdn.myld.com.au/2/1318/hackett-chris_49d636dc4e.jpg);
	font-weight:400;
	font-size:15px;
	line-height:25px;
	letter-spacing:0;
	text-transform:none;
}

#homeThumb2 {
	background-image:url(http://cdn.myld.com.au/2/1318/hackett-chris_d26c3c4285.jpg);
}

#homeThumb3 {
	background-image:url(http://cdn.myld.com.au/2/1318/hackett-chris_32af4ae23b.jpg);
}

.homeThumb:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	background:rgba(47,130,71,0.9);
}

.homeThumb:after {
	content:"";
	position:absolute;
	width:5px;
	height:100px;
	left:auto;
	right:0;
	top:0;
	pointer-events:none;
	background:#fff;
}

#homeThumb1:after {
	width:7px;
	left:0;
	right:auto;
}

.homeThumb h3 {
	position:relative;
	z-index:1;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:23px;
	line-height:normal;
	letter-spacing:0.02em;
	text-transform:uppercase;
	margin:0 0 35px 0;
}

.homeThumb p {
	position:relative;
	z-index:1;
	margin-bottom:20px;
}

.homeThumb span {
	font-weight:600px;
}

.footer {
	padding-top:50px;
	padding-bottom:50px;
	background:url(http://cdn.myld.com.au/2/1319/web_hackett-chris_553971d17b.png) center top no-repeat;
	background-size:cover;
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:normal;
	letter-spacing:0;
}

.footer h3 {
	color:#ededed;
	font-family: 'Source Sans Pro';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	line-height:normal;
	letter-spacing:0.02em;
	text-transform:uppercase;
	margin:0 0 25px 0;
}

.footerPad {
	position:relative;
	padding-left:30px;
}

.footerPad:before {
	content:"";
	position:absolute;
	width:7px;
	height:100px;
	left:0;
	top:0;
	pointer-events:none;
	background:#fff;
}

#synopsis {
	margin-top:30px;
}

#footerContact address {
	display:inline-block;
	padding-left:45px;
	line-height:24px;
	margin:0 75px;
	text-align:left;
}

#footerContact address span {
	display:block;
	font-weight:700;
	text-transform:uppercase;
}

#footerContact address:first-child {
	margin-left:0 !important;
}

#footerContact address:last-child {
	margin-right:0 !important;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1318/hackett-chris_31a897891d.png) left center no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/1318/hackett-chris_f70a47918d.png) left center no-repeat;
}

.footerHours {
	background:url(http://cdn.myld.com.au/2/1318/hackett-chris_4645319dea.png) left center no-repeat;
}

#footerContact2 {
	margin-top:50px;
}

#footerContact2 .besideMe:last-child {
	margin-left:45px;
}

#footerContact a {
	color:#fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#footerContact a:hover {
	color:#438c55;
}

body#contact #footerForm {
	display:none;
}

#footerForm .btn {
	float:right;
	position:relative;
	top:-62px;
	margin-bottom:-62px;
	background:#3d8d50;
	font-weight:700 !important;
	border:solid 1px #3d8d50;
	text-transform:uppercase;
	padding:13px 15px;
}

#footerForm .btn:hover {
	color:#3d8d50;
	background:#fff;
}

.captcha-question {
	display:block;
	margin-bottom:10px;
}

.captcha-answer {
	color:#000;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:5px;
	padding-right:5px;
}

#footer2 {
	margin-top:30px;
}

#footerBrand {
	margin-left:28px;
}

#copyright {
	color:#fff;
	font-family: 'Source Sans Pro';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:18px;
	letter-spacing:0.05em;
	margin-top:3px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#438c55;
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border:1px solid #d9d9d9;
	color:#fff;
	box-shadow:none;
	text-shadow:none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.btn:hover {
	color:#438c55;
	background:#fff;
}

label, input, button, select, textarea {
	font-family:inherit !important;
	font-size:inherit !important;
	font-weight:inherit !important;
	line-height:inherit !important;
}

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 {
	border-radius:0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	background:#f2f2f2 !important;
	border:1px solid #d9d9d9;
}

ul, ol {
	margin:0 0 10px -18px;
}

dt, dd, ul li, ol li {
	line-height:inherit;
}

dd {
	margin-left:0;
	margin-bottom:10px;
}

.break {
	word-break:break-all;
}

#schema, .schema-address {
	display:none;
}

p:last-child,
p.last {
	margin-bottom:0 !important;
}

.besideMe {
	display:inline-block;
}

#page-not-found #error {
	padding-top:100px;
	padding-bottom:100px;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
	
	#top,
	#sloganWrap {
		padding-left:100px;
		padding-right:100px;
	}
	
	.homeThumb {
		padding-left:30px;
		padding-right:30px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:320px;
	}
	
	#menuWrap,
	#sliderPhone {
		display:block;
	}
	
	#header {
		padding-top:75px;
		padding-bottom:75px;
	}
	
	#top {
		/*padding-bottom:550px;*/
		padding-bottom:400px;
	}
	
	.contentText {
		padding-top:40px;
	}
	
	#listBox {
		margin-top:0;
		padding-left:30px;
		padding-right:30px;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#htRight .ht:first-child {
		margin-top:0;
	}
}

@media (max-width: 767px) {
	.contactInfo {
		margin-top:50px;
	}
}

@media (max-width: 568px) {...}

@media (max-width: 480px) {...}

@media (min-width: 768px) and (max-width: 991px) {
	#map-canvas {
		height:320px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#footerContact address {
		margin:0 24px;
	}
}

/* Device specific media queries ----------- */
/* Tablets */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {...}

/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {...}

/* iPads (portrait) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {...}

/* iPhone */
@media only screen  
and (max-device-width : 568px) {...}