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

@import url('../../../cdn/1/js/cform_validation/validation-2.0.css');

@font-face {
  font-family: 'oswaldbold';
  src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.eot');
  src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.woff') format('woff'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.ttf') format('truetype'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-bold-webfont.svg#oswaldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldlight';
  src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.eot');
  src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.woff') format('woff'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.ttf') format('truetype'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-light-webfont.svg#oswaldlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald';
  src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.eot');
  src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.woff') format('woff'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.ttf') format('truetype'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-regular-webfont.svg#oswaldbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswald_stencilregular';
  src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.eot');
  src: url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.eot?#iefix') format('embedded-opentype'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.woff') format('woff'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.ttf') format('truetype'),
       url('http://cdn.myld.com.au/1/fonts/Oswald/oswald-stencil-webfont.svg#oswald_stencilregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.div-marg{
  margin-bottom:30px !important;
  }
  
  .no-marg{
  margin-bottom:0px !important;
  }

@media (max-width: 767px){
.w1 {
margin: 0 !important;
}
}

@media (max-width: 979px){
#main-nav .nav > li {
width: 100%;
}
#menu{
 float:none; 
}
}

#menu {
padding-top: 30px;
}
#menu > li > a {
font-size: 12px;
}

#map{
  margin-bottom:30px;
  }
body{
  color: #5e5e5e;
	font: 13px/19px 'oswald', Arial, Helvetica, sans-serif;
	background: #805731 url(../../../cdn/2/233/pest-solutions_ede6ceec4c.png);
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
	text-transform: none;
}
.container{
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
}
/* wrapper */
#wrapper{
	position: relative;
}
.w1{
  /*margin: 0 -32px;*/
	margin: 0 -21px;
	/*padding: 18px 30px 0;*/
  padding: 18px 20px 0;
	background: #fff;
	border: 1px solid #ccc;
  position:relative;
}
.w1:before,
.w1:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.w1:before {
top: 0%;
bottom: 0%;
left: 0;
right: 0;
-webkit-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.6);
-moz-box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.6);
box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.6);
-moz-border-radius: 30px / 100px;
border-radius: 25px / 1000px;
}
/* header */
#header{
	margin: 0 0 23px !important;
	padding: 0 0 25px;
	background: url(../../../cdn/2/233/pest-solutions_d0ac8944a8.png) repeat-x 0 100%;
}
#header .logo{
	float: left;
	margin: 0 20px 0 0;
}
#header .logo h1{
	margin: 0;
	overflow: hidden;
}
#header .logo img{
	display: block;
	margin: 0 auto;
}
.header-block{
	float: right;
}
/* main-nav */
#main-nav{
	float: none;
	margin: 0 0 16px;
}
#main-nav .nav-inner:after,
#main-nav .nav-collapse:after{
	clear: both;
	display: block;
	content: '';
}
#main-nav .nav-inner{
	position: relative;
}
#main-nav .nav-collapse{
	float: left;
}
#main-nav .nav{
	margin: 0;
}
#main-nav .nav > li {
	margin: 0 0 0 34px;
}
#main-nav .nav > li:first-child {
	margin: 0;
}
#main-nav .nav > li > a{
	color: #333;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	text-align: right;
	padding: 0;
}
#main-nav .nav a span{
	text-transform: uppercase;
	color: #414042;
	font: 10px/12px 'oswald', Arial, Helvetica, sans-serif;
}
#main-nav .nav a em{
	display: block;
	font: italic 9px/11px Georgia, 'Times New Roman', Times, serif;
	color: #666;
	padding: 0 0 1px;
}
#main-nav .nav > li > a:hover em,
#main-nav .nav > .active > a em,
#main-nav .nav > .active > a:hover em,
#main-nav .nav > .active > a:focus em{
	color: #666;
}
#main-nav .nav > li > a:hover,
#main-nav .nav > .active > a,
#main-nav .nav > .active > a:hover,
#main-nav .nav > .active > a:focus,
#main-nav .nav > li > a:hover span,
#main-nav .nav > .active > a span,
#main-nav .nav > .active > a:hover span,
#main-nav .nav > .active > a:focus span{
	color: #d72329;
	background: none;
}
.header-block .see-block{
	color: #424242;
	font: 17px/22px 'oswaldbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	display: block;
}
.header-block .see-block a{
	color: #23ad45;
	padding: 0 0 0 5px;
}
.header-block .see-block a:hover{
	color: #e95850;
}
/* main */
#main{
	position: relative;
	margin: 0 0 28px;
}
/* slider styles */
#home_slider{
	margin: 0 0 33px;
}
#home_slider .num{
	background: #34ab47;
	width: 6%;
}
#home_slider .text{
	width: 94%;
  padding-top: 30px;
  height: 70px;
}
.float-right{
 float:right; 
}
.right-padding{
  padding-right:30px;
}

#home_slider{
  
}

#home_slider .num span{
	border-color: #fff;
}
#home_slider .left {
  padding-left: 20px;
  width: 65%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#home_slider .right{
	width: auto !important;
}
#home_slider .text-holder{
  overflow: hidden;
	padding: 0 15px 0 0;
	border-right: 1px solid #ccc;
	color: #fff;
	text-align: right;
}
#home_slider .text-holder a{
	color: #fff;
	padding-left: 5px;
}
#home_slider .text-holder a:hover{
	color: #34ab47;
}
#home_slider .text-block{
	display: block;
	margin: 0;
}
#home_slider .text-block.large{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 3px;
}
#home_slider .info-list{
	overflow: hidden;
	vertical-align: top;
}
#home_slider .info-list div{
	display: inline-block;
	vertical-align: top;
	padding: 0 0 3px 18px;
	background: url(../../../cdn/2/234/pest-solutions_6e61596a7e.png) no-repeat 7px 6px;
}
#home_slider h2{
	border: none;
}
/* welcome-section */
.welcome-section{
	overflow: hidden;
	padding: 0 0 46px;
	color: #666;
	font: 700 italic 17px/20px 'ubuntu', Arial, Helvetica, sans-serif;
	text-align: center;
}
.welcome-section p{
	margin: 0;
}
/* portfolio */
.portfolio{
	padding: 0 0 20px;
	margin: 0;
	background: url(../../../cdn/2/233/pest-solutions_d0ac8944a8.png) repeat-x 0 100%;
}
.portfolio article{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid #fff;
	border-width: 0 1px;
}
.portfolio h2{
	font: bold 15px/20px 'oswaldbold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0 11px;
}
.portfolio .title small{
	padding-left: 5px;
	color: #666;
}
.portfolio .p-text{
	padding: 22px 15px 20px;
	font-size: 9px;
	line-height: 18px;
	text-transform: uppercase;
}
.portfolio h3{
	font: 11px/13px 'oswald', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 3px;
}
/* text-section */
.text-section{
	padding: 0 0 40px;
	background: url(../../../cdn/2/233/pest-solutions_d0ac8944a8.png) repeat-x 0 100%;
}
.text-section .visual{
	display: block;
	margin: 0 0 20px;
}
.text-section .visual img{
	display: block;
}
.text-section .description{
	background: #f9f9f9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 22px 13px 22px;
	overflow: hidden;
	color: #5e5e5e;
	font: 13px/20px 'Ubuntu', Arial, Helvetica, sans-serif;
}
.text-section h2.title{
	float: left;
	margin: 0 10px 0 0;
	padding: 0 7px 0 0;
	font: bold 18px/19px 'Ubuntu', Arial, Helvetica, sans-serif !important;
	color: #5e5e5e;
	background: none !important;
	border-right: 2px solid #5e5e5e;
}
.text-section h3{
	font: 16px/21px 'Ubuntu', Arial, Helvetica, sans-serif !important;
	color: #5e5e5e;
}
.text-section .description p{
	margin: 0 0 8px;
}
.text-section .text-list{
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 20px;
}
.text-section .text-list li{
	padding: 0 0 2px;
	vertical-align: top;
	line-height: 20px;
}
.text-section .text-list a{
	color: #34ab47;
}
.text-section .text-list a:hover{
	color: #e95850;
}
.text-section .description .large-text{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;color: #34ab47;
}
/* map-section */
.map-section{
  overflow: hidden;
  margin: 0 0 30px;
}
.map-section h2{
  font: 700 26px/30px 'Ubuntu', Arial, Helvetica, sans-serif !important;
  color: #414243;
  margin: 0 0 20px;
}
.map-section .map-holder{
  overflow: hidden;
}
.map-section img{
  display: block;
}
/* contact-section */
.contact-section{
  margin: 0 0 20px;
  font: 14px/18px 'Ubuntu', Arial, Helvetica, sans-serif;
}
.contact-section h2{
  margin: 0 0 10px;
  color: #414243;
  font: 700 18px/24px 'Ubuntu', Arial, Helvetica, sans-serif !important;
}
.contact-section p{
  margin: 0 0 10px;
}
.contact-section label{
  float: left;
}
.contact-section input{
  float: left;
}
.contact-section textarea{
  height: 160px;
}
.contact-section .form-row{
  padding: 0 0 2px;
}
.contact-section .form-row:after{
  clear:both;
  display:block;
  content:'';
}
.contact-section .btn-send{
  padding: 8px 12px;
  font-size: 14px;
  line-height: 18px;
}
.contact-section .controls input{
  margin: 0 15px 0 0;
}
.contact-section label.error{
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/ico-error.html) no-repeat 0 5px;
  padding: 5px 0 1px 26px;
  margin: 0;
  color: #d83b39;
  font-weight: bold;
}
.contact-section label.valid{
  background: url(../img/ico-valid.html) no-repeat 0 5px;
  display: inline-block;
  padding: 5px 0 1px 26px;
  color: #50b20e;
}
.contact-section .error input{
  border-color: #d83b39;
  -webkit-box-shadow: 0 0 3px 0 #d83b39;
  -moz-box-shadow: 0 0 3px 0 #d83b39;
  -ms-box-shadow: 0 0 3px 0 #d83b39;
  box-shadow: 0 0 3px 0 #d83b39;
}
.contact-section  input.valid{
  border-color: #50b20e;
  -webkit-box-shadow: 0 0 3px 0 #50b20e;
  -moz-box-shadow: 0 0 3px 0 #50b20e;
  -ms-box-shadow: 0 0 3px 0 #50b20e;
  box-shadow: 0 0 3px 0 #50b20e;
}
.contact-section h3{
  font: 700 15px/20px 'Ubuntu', Arial, Helvetica, sans-serif !important;
  margin: 0 0 5px;
  color: #414243;
}
.contact-section .address-box{
  margin: 0 0 10px;
  line-height: 20px;
}
.contact-section .address-box span{
	display: block;
}
.contact-section h3{
	margin: 0 0 8px;
}
.contact-section .ico-address{
	background: url(../../../cdn/2/233/pest-solutions_392c68af2f.png) no-repeat;
	padding: 1px 0 4px 30px;
}
.contact-section .ico-tel{
	background: url(../../../cdn/2/233/pest-solutions_5249beda89.png) no-repeat;
	padding: 1px 0 4px 30px;
}
.contact-section .ico-email{
	background: url(../../../cdn/2/233/pest-solutions_1e8ea2ca25.png) no-repeat 0 4px;
	padding: 1px 0 4px 30px;
}
.contact-section .address-block a{
	color: #23ad45;
}
.contact-section .address-block a:hover{
	color: #e95850;
}
.hidden-block{
  display: none;
}
/* footer */
#footer{
	padding: 0 0 10px;
	margin: 0;
	background: none;
	color: #666;
	font: 15px/22px 'ubuntu', Arial, Helvetica, sans-serif;
}
#footer #family {
  position: relative;
top: -21px; 
  }

#footer h3{
	font: 16px/22px 'oswald', Arial, Helvetica, sans-serif;
	padding: 0 0 12px;
	background: url(../../../cdn/2/233/pest-solutions_7e6411b264.gif) no-repeat 0 100%;
	margin: 0 0 21px;
	color: #666;
	list-style: 2px;
}
#footer p{
	margin: 0 0 14px;
}
#footer .contact-list{
	margin: 0;
	padding: 7px 0 0;
}
#footer .contact-list dt{
	float: left;
	margin: 0 4px 8px 0;
	width: 96px;
}
#footer .contact-list dd{
	position: relative;
	margin: 0 0 8px;
	overflow: hidden;
}
#footer .contact-list .address-box{
	margin: 0;
	overflow: hidden;
}
#footer .contact-list .address-box span{
	display: block;
	padding: 0 0 2px;
}
#footer .contact-list p{
	margin: 0 0 2px;
}
#footer .contact-list .address{
	padding: 6px 0 8px 35px;
	background: url(../../../cdn/2/233/pest-solutions_392c68af2f.png) no-repeat;
	display: block;
	margin: -5px 0 0;
}
#footer .contact-list .tel{
	padding: 0 0 0 28px;
	background: url(../../../cdn/2/233/pest-solutions_5249beda89.png) no-repeat;
	display: block;
}
#footer .contact-list .email{
	padding: 0 0 0 28px;
	background: url(../../../cdn/2/233/pest-solutions_1e8ea2ca25.png) no-repeat;
	display: block;
}
#footer .contact-list .info{
	display: block;
	font-weight: bold;
	padding: 8px 0 0;
}
#footer a{
	color: #23ad45;
}
#footer a:hover{
	color: #e95850;
} 

/* Google Map Fix */
#map img{
  max-width:none !important;
}
      
/* 404 Page */
#page-not-found div#error{
  margin: 0 auto;
  padding: 30px;
  background: #fff
}
  
#page-not-found div#error h1, #page-not-found div#error p  {
  text-align: center;
  color: red;
}

/* Form Input Width */
input[type="text"], textarea, input, textarea, select, .uneditable-input {
width: 98% !important;
}

/* LD Footer */
#ldfooter{
  width:100%;
  background:#333;
  line-height: 50px;
  overflow:auto;
}

#ldfooter p{
  float:left;
  margin-left:10px;
  margin-bottom:0px;
  color:#c1c1c1;
  line-height: 50px;
}
  
#ldfooter #ld_branding_link{
  float:right;
  margin-right:10px;
}

/* Socialmedia */
.socialmedia{
  margin:20px 0px 20px 0px;
}

/* Fancybox */
.fgallery{
  margin-top:20px;
  margin-bottom:20px;
  }

.fgallery .span3{
  margin-bottom:20px;
  -webkit-box-shadow: 0px 10px 20px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow:    0px 10px 20px -3px rgba(0, 0, 0, 0.3);
  box-shadow:         0px 10px 20px -3px rgba(0, 0, 0, 0.3);
  }
  
@media (min-width: 980px){
.fgallery{
  margin-left:-20px !important;
  }
}

/* Feature Box's */
.feature-height{
  height:180px;
  }

@media (max-width: 1200px) and (min-width: 769px){
  .feature-height{
  height:200px;
  }
}
@media (max-width: 979px) and (min-width: 768px){
  .feature-height{
  height:300px;
  }
}
@media (max-width: 767px){ 
  .feature-height{
  height:180px;
  }
} 



h3 {
color: #5e5e5e;
}




@media (min-width: 980px) and (max-width: 1200px) {
	#main-nav .nav > li{
		margin: 0 0 0 15px;
	}
	#home_slider .info-list{
		line-height: 16px;
	}
	#home_slider .text-holder{
		font-size: 12px;
	}
}
@media (max-width: 979px) {
  #header{
  	text-align: center;
		padding: 10px 20px;
	}
	#header .logo{
		display: inline-block;
		vertical-align: top;
		float: none;
		margin: 0 0 16px;
	}
	.header-block{
		float: none;
		display: block;
		padding: 0;
	}

	#main-nav {
		float: none;
		display: block;
		margin: 0 0 6px;
	}
	#main-nav .btn-navbar{
		width: 120px;
		margin: 0 auto 10px;
		color: #333;
		float: none;
		background: #ddd;
	}
	#main-nav .nav-collapse{
		float: none;
	}
	#main-nav .nav{
		display: inline-block;
		vertical-align: top;
	}
	#main-nav .nav > li{
		margin: 0 0 6px;
	}
	#main-nav .nav > li > a:first-child,
	#main-nav .nav > li > a,
	#main-nav ul > li:first-child a,
	#main-nav ul > li.last-child a{
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		text-align: center;
	}
	#main-nav .nav > li > a:hover:after,
	#main-nav .nav > .active > a:after,
	#main-nav .nav > .active > a:hover:after,
	#main-nav .nav > .active > a:focus:after,
	#main-nav .nav > li.open > a:after{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#main-nav .nav a em{
		display: none;
	}
	
}
@media (max-width: 1252px) {
  
  #menu > li {
margin-left: 25px;
}
	#header{
		padding: 18px 20px 35px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}

.drop-shadow {
   position:relative;
   width:90%;
}

.drop-shadow:before,
.drop-shadow:after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   max-width:300px;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -webkit-transform:rotate(-3deg);
   -moz-transform:rotate(-3deg);
   -o-transform:rotate(-3deg);
   transform:rotate(-3deg);
}

.drop-shadow:after{
   right:10px;
   left:auto;
   -webkit-transform:rotate(3deg);
   -moz-transform:rotate(3deg);
   -o-transform:rotate(3deg);
   transform:rotate(3deg);
 }
.privacy-policy {
	color: #23ad45;
}
.privacy-policy:hover {
	color: #e95850;
}