/***********************
*  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: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-regular-webfont.svg#ralewayregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-medium-webfont.svg#ralewaymedium) format('svg');
   font-weight:500;
   font-style:normal;
}

@font-face{
   font-family: 'Raleway';
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-bold-webfont.svg#ralewaybold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* NEW CSS 2/8/2017 */

.contactInfo a {
  font-family:arial !important;
  }

/*Homepage*/

.home-modules .overlay h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #0054a6;
    font-size: 18px;
  }

.home-modules {
    position:relative;
  }
  
.home-modules img:hover {
    background-color:#000;
    background:url(http://cdn.myld.com.au/2/1573/web_all-areas-building-pest-reports_382ec2d4a6.jpg);
    opacity: 0.5;
    top: 0px;
    width: 400px;
    height: 300px;
    -webkit-transition: all 1.2s ease;
  	-moz-transition: all 1.2s ease;
  	-ms-transition: all 1.2s ease;
  	-o-transition: all 1.2s ease;
  	transition: all 1.2s ease;
    }

.home-modules .overlay {
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0px;
    width: 360px;
    height: 100px;
  }

.home-modules img {
  width: 400px;
  height: 300px;
  }

/* About Page */

.about-image {
  float:right;
  }

/* @general styles
-----------------*/
::selection {
  background:#0054a6;
	color:#fff;
}

a {
	color:#0054a6;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
	content:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_d8fda62bf9.png) url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_aa9281f472.png);
	display:none;
}

body {
	background:#fff;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:normal;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	padding-top:15px;
}

#headerRight {
	display:none;
}

#headerRightBorder {
	border-bottom:solid 1px #c2c2c2;
}

#menu {
	margin-bottom:-1px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
  width:900px;
}

.navbar .nav>li {
	float:left;
	margin-left:20px;
}

.navbar .nav>li:first-child {
	margin-left:0;
}

.navbar-nav>li>a {
	padding: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;
}

.navbar-nav>li>a span {
	display:inline-block;
	color:#000;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	/*font-size:16px;*/
	line-height:20px;
	padding:26px 0 20px;
	border-bottom:solid 1px transparent;
	-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 span, .nav>li>a:focus span, .nav>li.active>a span {
	color:#0054a6;
	border-bottom-color:#0054a6;
}

#headerIcons {
    padding-top: 15px;
    /* margin-right: -90px; */
    width: 100px;
    float: right;
}


#headerIcons a {
	display:inline-block;
	vertical-align:middle;
	-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;
}

.headerPhone {
	width:22px;
	height:30px;
	background:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_46c0575517.png);
}

.headerMail {
	margin-left:15px;
	width:28px;
	height:19px;
	background:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_432a7ee841.png);
}

.headerPhone:hover {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_d8fda62bf9.png);
}

.headerMail:hover {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_aa9281f472.png);
}

#feature {
	display:none;
	margin-top:60px;
  
  
  
}

#content {
	padding-top:50px;
	padding-bottom:100px;
}

.contentBox {
	margin-bottom:50px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#0054a6;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:24px;
	line-height:normal;
	text-transform:uppercase;
	margin:0 0 40px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:20px;
}

.contentImage {
	margin-top:20px;
}

.contentImage img {
	display:inline-block;
}

#intro  {
  background:url(http://cdn.myld.com.au/2/1573/web_all-areas-building-pest-reports_382ec2d4a6.jpg);
    padding-top:60px;
	  padding-bottom:60px;
	  border-bottom:solid 1px #0054a6;
        }
        
#intro  h1  {
  color:#0054a6;
  font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:24px;
	line-height:normal;
	text-transform:uppercase;
	margin:0 0 50px 0;
}

#welcome {
	padding-top:10px;
	padding-bottom:60px;
	border-bottom:solid 1px #0054a6;
}

#welcome h1 {
	color:#0054a6;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:24px;
	line-height:normal;
	text-transform:uppercase;
	margin:0 0 50px 0;
  margin-top:20px;
}

#welcome p,
#welcome ul {
	margin-bottom:15px;
}

.welcomeImage {
	margin-top:0;
	margin-bottom:15px;
}

.introImage {
  margin-top:0;
	margin-bottom:15px;
}


  
.welcomeImage img {
	display:inline-block;
}

#homeThumbs {
	padding-top:35px;
	padding-bottom:65px;
	background:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_382ec2d4a6.jpg) center center no-repeat;
	background-size:cover;
}

#homeThumbs h2 {
	color:#0054a6;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:40px;
	line-height:normal;
	text-transform:uppercase;
	margin:0 0 50px 0;
}

.ht {
	margin-bottom:30px;
}

#htRow2 .ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
	max-width:365px;
	margin-left:auto;
	margin-right:auto;
	border:solid 1px #b9b9b9;
	-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 {
	border-color:#0054a6;
}

.htImage {
	position:relative;
	height:355px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#htImage1 {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_def3b12ca5.jpg);
}

#htImage2 {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_e0605ea7e1.jpg);
}

#htImage3 {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_dc4ba75b46.jpg);
}

#htImage4 {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_7416cc6f01.jpg);
}

#htImage5 {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_5e6ee22ef9.jpg);
}

.homeThumb h3 {
	color:#0054a6;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:17px;
	line-height:normal;
	text-transform:uppercase;
	margin:0 0 0 0;
	position:absolute;
	width:100%;
	left:0;
	top:0;
	padding:20px 15px;
	background:rgba(255,255,255,0.9);
}

.homeThumb h3 br {
	display:none;
}

#htBtn {
	margin-top:70px;
}

#htBtn a {
	margin-top:10px;
	display:inline-block;
	color:#0054a6;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	font-size:18px;
	line-height:normal;
	text-transform:uppercase;
	padding:15px;
	background:transparent;
	border:solid 2px #0054a6;
	-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;
}

#htBtn a:hover {
	color:#fff;
	background-color:#0054a6;
}

#footer1 {
	border-top:solid 1px #0054a6;
	padding-top:40px;
	padding-bottom:40px;
}

body#contact #footer1 {
	display:none;
}

#footer1 h3 {
	color:#0054a6;
	font-family: 'Arial';
	font-weight:700;
	font-style:normal;
	font-size:23px;
	line-height:normal;
	text-transform:uppercase;
	letter-spacing:0.08em;
	margin:0 0 40px 0;
}

#footerContact address {
	padding-left:25px;
	color:#000;
	font-family: 'Arial';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:18px;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_1bd4c519e2.png) left center no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_908a75474c.png) left center no-repeat;
}

.footerHours {
	margin-bottom:0 !important;
	background:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_1015b80f66.jpg) left center no-repeat;
}

#footerContact a {
	color:#000;
	-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:#0054a6;
}

#footerForm input,
#footerForm textarea {
	background-color:#fff !important;
	background-position:right 10px center !important;
	background-repeat:no-repeat !important;
}

#footerForm #name {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_cbb2779458.png) !important;
}

#footerForm #email {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_417c1e23f1.png) !important;
}

#footerForm #subject {
	background-image:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_7faf41378c.png) !important;
}

#footerIcon {
	height:18px;
	margin-bottom:12px;
	background:url(http://cdn.myld.com.au/2/1573/all-areas-building-pest-reports_365b7950de.png) right center no-repeat;
}

#footerForm .btn {
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-weight:700 !important;
}

#footer2 {
	padding-top:15px;
	padding-bottom:10px;
	background:#0054a6;
}

#footerBrand {
	margin-left:15px;
}

#copyright {
	color:#fefefe;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:normal;
	margin-top:8px;
}

#mapWrap {
	margin-top:60px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#0054a6;
	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:#0054a6;
	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) {
	.homeThumb h3 {
		padding-left:30px;
		padding-right:30px;
	}
	
	.homeThumb h3 br {
		display:block;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:390px;
	}
	
	#header {
		padding-top:40px;
	}
	
	#headerRight,
	#feature {
		display:block;
	}
	
	body#contact #feature {
		display:none;
	}
	
	#htBtn a {
		padding-left:25px;
		padding-right:25px;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.welcomeImage {
		margin-top:60px;
		margin-bottom:0;
	}
	
	#htRow2 {
		margin-top:20px;
	}

	#htBtn a:last-child {
		margin-left:20px;
	}
	
	.ht {
		margin-bottom:0;
	}
	
	.contentImage {
		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) {...}

/* 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) {
  .about-image {
    float: none;
    margin-top: 60px;
    margin-left: 90px;
}

.home-modules img {
    width: 500px;
    height: 300px;
    margin-top: 20px;
    margin-left: 100px;
}

.home-modules .overlay {
    width: 500px;
    margin-left: 100px;
}
  
  }

/* iPhone */
@media only screen  and (max-device-width : 568px) {
  .about-image {
    float: none;
    margin-top: 30px;
}

.home-modules img {
    width: 400px;
    height: 300px;
    margin-top: 20px;
}

.home-modules .overlay {
    width: 345px;
    height: 100px;
}
  
  }