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

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Slick/1.3.6/slick.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;
}

/* @general styles
-----------------*/
::selection {
  background:#005baa;
  color:#fff;
}

a {
  color:#005baa;
  text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
	content:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_920c128422.png) url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_8d09c13508.png);
	display:none;
}

body {
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_8ab43909a4.jpg) center bottom no-repeat;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:0.01em;
	line-height:normal;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

.sidePadded {
	padding-left:15px;
	padding-right:15px;
}

#mainBox {
	background:none center bottom no-repeat #fff;
}

body#home #mainBox {
	background-image:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_b0675c5741.png);
}

#header {
	position:relative;
	z-index:1;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_144e0169fa.png) center top no-repeat;
	background-size:cover;
}

#header:after {
	content:"";
	position:absolute;
	width:100%;
	height:31px;
	left:0;
	top:100%;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_c2028761c7.png) center top no-repeat;
}

#logo {
	padding:15px;
}

#logo img {
	display:inline-block;
}

#menu {
	display:none;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	position:relative;
	float:left;
}

.navbar .nav>li:before {
	content:"";
	position:absolute;
	width:1px;
	height:20px;
	left:0;
	top:50%;
	margin-top:-10px;
	pointer-events:none;
	background:#fff;
}

.navbar .nav>li:first-child:before {
	display:none;
}

.navbar-nav>li>a {
	color:#fff;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	line-height:24px;
	white-space:nowrap;
	padding:13px 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;
}

.ie .navbar-nav>li>a {
	font-size:13px;
	padding-left:15px;
	padding-right:15px;
}

_:-ms-lang(x), _:-webkit-full-screen, .navbar-nav>li>a {
		font-size:13px;
		padding-left:15px;
		padding-right:15px;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li.active>a {
	background:transparent;
	color:#fff200;
}

.navbar-nav>li>a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:40px;
	height:2px;
	left:50%;
	margin-left:-20px;
	bottom:10px;
	pointer-events:none;
	background:#fff200;
	-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:after, .nav>li>a:focus:after, .nav>li.active>a:after {
	opacity:1;
}

#slider {
	position:relative;
	height:550px;
}

body#contact #slider {
	display:none;
}

#slider:before {
	content:"";
	position:absolute;
	width:100%;
	height:254px;
	left:0;
	bottom:0;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_eb54a062b8.png) no-repeat;
}

#arrowBox {
	position:absolute;
	width:68px;
	height:43px;
	right:10px;
	bottom:128px;
}

#arrowBox:after {
	content:"";
	position:absolute;
	width:75px;
	height:8px;
	left:50%;
	margin-left:-37px;
	bottom:-12px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_64db6f658e.png) no-repeat;
}

a.prev, a.next {
	position:absolute;
	width:26px;
	height:43px;
	top:0;
	text-indent:-99999%;
	z-index:100;
	-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;
}

a.prev {
	background:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_c93347b9e3.png) no-repeat;
	left:0;
}

a.next {
	background:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_48a94e3f3f.png) no-repeat;
	right:0;
}

a.prev:hover {
	background-image:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_920c128422.png);
}

a.next:hover {
	background-image:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_8d09c13508.png);
}

#intro {
	margin-top:50px;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:0.01em;
	line-height:normal;
}

#intro p,
#intro ul {
	margin-bottom:15px;
}

#intro a {
	-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;
}

.introImage {
	margin-top:15px;
}

.introImage img {
	display:inline-block;
}

#content {
	position:relative;
	padding-top:40px;
	padding-bottom:50px;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_b0675c5741.png) center bottom no-repeat;
}

body#contact #content {
	background-image:none;
}

.contentBox {
	margin-bottom:25px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#005baa;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:15px;
	letter-spacing:0.1em;
	line-height:normal;
	margin:0 0 20px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:20px;
}

.contentImages {
	margin-top:35px;
}

.contentImage {
	position:relative;
	max-width:380px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:35px;
}

.contentImage:after {
	content:"";
	position:absolute;
	width:100%;
	height:14px;
	left:0;
	top:100%;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_11e0f2b3b7.png) center top no-repeat;
	background-size:100% 14px;
}

.contentImage:last-child {
	margin-bottom:0;
}

.contentImage img {
	display:inline-block;
	border:solid 1px #969696;
}

body#service-repairs .contentImage img {
	border:none;
}

#homeThumbs {
	margin-top:75px;
}

.ht {
	margin-bottom:40px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	max-width:214px;
	margin-left:auto;
	margin-right:auto;
}

.htImage {
	position:relative;
	margin-bottom:10px;
}

.htImage:before {
	opacity:1;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	background:rgba(255,242,0,0.5);
	-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;
}

#homeThumbs a:hover .htImage:before {
	opacity:0;
}

.htImage:after {
	content:"";
	position:absolute;
	width:100%;
	height:14px;
	left:0;
	top:100%;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_11e0f2b3b7.png) center top no-repeat;
	background-size:100% 14px;
}

.htText {
	opacity:1;
	position:relative;
	width:auto;
	height:auto;
	left:auto;
	top:auto;
	padding:15px;
	border:solid 1px #e1e1e1;
	background:rgba(255,255,255,0.71);
	color:#000;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	line-height:23px;
	-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;
}

#homeThumbs a:hover .htText {
	opacity:1;
}

.htText h3 {
	color:#005aa9;
	font-family: 'Raleway';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	line-height:23px;
	margin:0 0 20px 0;
}

.homeThumb h4 {
	display:none;
	opacity:1;
	color:#005aa9;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	line-height:23px;
	margin:0 0 0 0;
	-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;
}

#homeThumbs a:hover .homeThumb h4 {
	opacity:0;
}

#cta {
	margin-top:10px;
	padding-top:40px;
	padding-bottom:40px;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_479f3dbe50.png) center center no-repeat;
	background-size:100% 108px;
}

#cta a {
	display:inline-block;
	color:#fff200;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	line-height:28px;
	padding-left:30px;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_c62f7be311.png) left center no-repeat;
	-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;
}

#cta a:hover {
	color:#fff;
}

#logosWrap {
	display:none;
	margin-top:30px;
}

#logos {
	margin-bottom:0 !important;
}

.logos {
	float:none !important;
	display:inline-block !important;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
}

.logos img {
	display:inline-block;
}

.slick-next, .slick-prev {
	width:26px;
	height:43px;
	margin-top:-21px;
	-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;
}

.slick-next {
	background:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_48a94e3f3f.png);
}

.slick-prev {
	background:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_c93347b9e3.png);
}

.slick-next:hover {
	background-image:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_8d09c13508.png);
}

.slick-prev:hover {
	background-image:url(http://cdn.myld.com.au/2/1153/pressure-pumps-nq_920c128422.png);
}

.slick-next:before, .slick-prev:before {
	display:none;
}

.footer {
	position:relative;
	margin-top:30px;
	padding-top:20px;
	padding-bottom:8px;
	color:#1a1a1a;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	letter-spacing:0;
	line-height:normal;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dfdfdf+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(223,223,223,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(223,223,223,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%); /* W3C */
}

.footer a {
	-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;
}

#footerMap {
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	padding-left:140px;
}

#footer-map {
	width:100%;
	height:100%;
}

#synopsis p,
#synopsis ul {
	margin-bottom:15px;
}

#footerContact {
	margin-top:35px;
}

#footerContact address {
	display:inline-block;
	line-height:normal;
	margin-bottom:0;
	margin-left:15px;
	padding-left:30px;
}

.footerPhone {
	margin-left:0 !important;
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_af57af7a5b.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_fd5aa5fa43.png) left center no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/1152/pressure-pumps-nq_d68162d45e.png) left center no-repeat;
}

#footerContact a {
	color:#1a1a1a;
}

#footerContact a:hover {
	color:#005baa;
}

#footerLast {
	margin-top:35px;
}

#footerBrand {
	margin-left:6px;
}

#copyright {
	font-size:13px;
	margin-top:10px;
}

#map-canvas {
	height:200px;
}

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;
}

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;
}

.btn {
	background:#005baa;
	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:#005baa;
	background:#fff;
}

#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) {
	body {
		background-size:cover;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:550px;
	}
	
	#menu,
	#logosWrap {
		display:block;
	}

	.sidePadded {
		padding-left:30px;
		padding-right:30px;
	}

	.htText {
		opacity:0;
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
		padding:15px;
	}
	
	.homeThumb h4 {
		display:block;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.introImage {
		margin-top:0;
	}
	
	.contentImages {
		margin-top:0;
	}
	
	#cta a {
		font-size:24px;
	}
}

@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) {
	.navbar-nav>li>a,
	#footerContact address {
		font-size:13px;
	}
	
	#arrowBox {
		bottom:35px;
	}
	
	#footerMap {
		padding-left:170px;
	}
	
	.htText {
		font-size:14px;
		line-height:17px;
	}
	
	.htText h3 {
		font-size:16px;
		line-height:18px;
	}
}

/* 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) {
	.htImage:before,
	.homeThumb h4 {
		display:none;
	}
	
	.htText {
		opacity:1;
	}
}

/* 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) {...}