/***********************
*  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/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Ubuntu';
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.svg#ubuntulight) format('svg');
   font-weight:300;
   font-style:normal;
}

@font-face{
   font-family: 'Ubuntu';
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.svg#ubunturegular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Ubuntu';
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-m-webfont.svg#ubuntumedium) format('svg');
   font-weight:500;
   font-style:normal;
}

@font-face{
   font-family: 'Ubuntu';
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.svg#ubuntubold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#769bbf;
	color:#fff;
}

a {
	color:#769bbf;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	color:#ddd;
	font-family: 'Ubuntu';
	font-weight:300;
	font-style:normal;
	font-size:15px;
	line-height:23px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

.sidePadded {
	padding-left:15px;
	padding-right:15px;
}

#header {
	position:relative;
	z-index:1;
	width:auto;
	left:auto;
	top:auto;
	margin-left:-15px;
	margin-right:-15px;
	padding-top:15px;
	padding-bottom:15px;
	background:rgba(255,255,255,0.9);
	box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 0.08);
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 0.08);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 0.08);
}

#headerRight {
	display:none;
}

#headerContact 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;
}

.headerMail {
	width:18px;
	height:14px;
	background:url(http://cdn.myld.com.au/2/1278/greg-harwood-plumbing-pty-ltd_1f627e4738.png);
}

.headerPhone {
	margin-left:32px;
	padding-left:40px;
	background:url(http://cdn.myld.com.au/2/1278/greg-harwood-plumbing-pty-ltd_7c84d8fb7c.png) left center no-repeat;
	color:#0b5d8a;
	font-family: 'Ubuntu';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:23px;
}

#headerContact a:hover {
	color:#0b5d8a;
	opacity:0.6;
}

#menu {
	margin-top:20px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
	float:right;
}

.navbar .nav>li {
	float:left;
	margin-left:30px;
}

.navbar .nav>li:first-child {
	margin-left:0;
}

.navbar-nav>li>a {
	color:#373737;
	font-family: 'Ubuntu';
	font-weight:500;
	font-style:normal;
	font-size:15px;
	line-height:23px;
	white-space:nowrap;
	padding:12px 0 32px;
	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:#769bbf;
}

.navbar-nav>li>a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:29px;
	height:20px;
	left:50%;
	margin-left:-15px;
	bottom:-2px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1277/greg-harwood-plumbing-pty-ltd_5beb330df8.png);
	-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:575px;
}

#slider:before {
	content:"";
	position:absolute;
	width:100%;
	height:432px;
	left:0;
	bottom:0;
	pointer-events:none;
	background:rgba(26,78,125,0.6);
}

a.prev, a.next {
	position:absolute;
	width:20px;
	height:34px;
	bottom:216px;
	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/1278/greg-harwood-plumbing-pty-ltd_73b33070eb.png) no-repeat;
	left:50%;
	margin-left:-570px;
}

a.next {
	background:url(http://cdn.myld.com.au/2/1278/greg-harwood-plumbing-pty-ltd_3b9b700a10.png) no-repeat;
	right:50%;
	margin-right:-570px;
}

a.prev:hover, a.next:hover {
	opacity: 0.6;
}

#mainWrap {
	background:url(http://cdn.myld.com.au/2/1277/greg-harwood-plumbing-pty-ltd_e7f8bf2916.jpg) center top no-repeat;
	background-size:cover;
	padding-bottom:85px;
}

#mainContent {
	padding-top:45px;
	padding-bottom:75px;
	background:rgba(28,64,102,0.8);
}

body#home #mainContent {
	padding-top:15px;
	padding-bottom:30px;
}

#pageTitle {
	position:relative;
	width:auto;
	left:auto;
	bottom:auto;
	z-index:1;
	color:#fff;
	font-family: 'Ubuntu';
	font-weight:500;
	font-style:normal;
	font-size:40px;
	line-height:normal;
	letter-spacing:0.05em;
	text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.15);
	margin:0 0 40px 0;
}

#intro p {
	margin-bottom:30px;
}

#introBox {
	margin-top:25px;
	padding-top:20px;
	padding-bottom:30px;
	background:#11406b;
}

#introBox h3 {
	color:#ddd;
	font-family: 'Ubuntu';
	font-weight:500;
	font-style:normal;
	font-size:16px;
	line-height:23px;
	margin:0 0 10px 0;
}

#content {
	margin-top:35px;
}

.contentBox {
	margin-bottom:60px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#ddd;
	font-family: 'Ubuntu';
	font-weight:500;
	font-style:normal;
	font-size:25px;
	line-height:normal;
	margin:0 0 30px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:30px;
}

.contentImage {
	margin-top:20px;
}

.contentImage img {
	display:inline-block;
}

#welcome {
	padding-top:40px;
}

#welcome h1 {
	color:#fff;
	font-family: 'Ubuntu';
	font-weight:500;
	font-style:normal;
	font-size:21px;
	line-height:23px;
	margin:0 0 40px 0;
}

#welcome p {
	margin-bottom:30px;
}

#homeThumbs {
	margin-top:50px;
}

.ht {
	margin-bottom:40px;
}

#htRow2 .ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
	max-width:310px;
	margin-left:auto;
	margin-right:auto;
	border:solid 2px #0e345d;
	-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 {
	border-color:#355476;
}

.htImage {
	position:relative;
}

.htImage:before {
	opacity:1;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#083c77+0,185581+100&0.8+0,0.8+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4M2M3NyIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE4NTU4MSIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(8,60,119,0.8) 0%, rgba(24,85,129,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(8,60,119,0.8) 0%,rgba(24,85,129,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(8,60,119,0.8) 0%,rgba(24,85,129,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-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;
}

.homeThumb h3 {
	opacity:1;
	color:#fff;
	font-family: 'Ubuntu';
	font-weight:500;
	font-style:normal;
	font-size:28px;
	line-height:normal;
	letter-spacing:0.05em;
	margin:0 0 0 0;
	padding:0 15px;
	position:absolute;
	width:100%;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
	-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,
#homeThumbs a:hover .homeThumb h3 {
	opacity:0;
}

.htText {
	opacity:1;
	position:relative;
	width:auto;
	height:auto;
	left:auto;
	top:auto;
	background:rgba(250,250,250,0.8);
	color:#053a6c;
	font-family: 'Ubuntu';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:normal;
	letter-spacing:0.05em;
	-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 p {
	position:relative;
	width:auto;
	padding:30px 15px;
  top:auto;
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}

.cta {
	max-width:310px;
	margin-left:auto;
	margin-right:auto;
	padding:130px 15px 50px;
	background:url(http://cdn.myld.com.au/2/1277/greg-harwood-plumbing-pty-ltd_1a9dc13916.png) center top no-repeat;
	background-size:100% 100%;
	color:#fff;
	font-family: 'Ubuntu';
	font-weight:700;
	font-style:normal;
	font-size:28px;
	line-height:28px;
	letter-spacing:0.06em;
	text-shadow: 1px 2px 2px rgba(0, 1, 1, 0.1);
	-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;
}

#ctaWrap a:hover .cta {
	opacity:0.6;
}

.cta span {
	display:block;
	font-size:26px;
	letter-spacing:0.05em;
}

.cta h3 {
	color:#fff;
	font-family: 'Ubuntu';
	font-weight:500;
	font-style:normal;
	font-size:24px;
	line-height:24px;
	letter-spacing:0.01em;
	text-shadow:none;
	margin:0 0 10px 0;
}

#logos {
	display:none;
	margin-top:30px;
	padding-top:35px;
	padding-bottom:35px;
	background:rgba(245,245,245,0.9);
}

.logos {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	max-width:180px;
}

.logos:first-child {
	margin-left:0 !important;
}

.logos:last-child {
	margin-right:0 !important;
}

.logos img {
	display:inline-block;
}

.footer {
	margin-top:30px;
	background:url(http://cdn.myld.com.au/2/1277/greg-harwood-plumbing-pty-ltd_be8f52ea76.jpg) center center no-repeat;
	background-size:cover;
}

#footer1 {
	position:relative;
	padding-top:30px;
	padding-bottom:50px;
	color:#123962;
	font-family: 'Ubuntu';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:normal;
}

#footer1 h3 {
	color:#fff;
	font-family: 'Ubuntu';
	font-weight:500;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	letter-spacing:0.04em;
	text-transform:uppercase;
	margin:0 0 30px 0;
}

#synopsis h3 {
	color:#102d4b;
}

#footer1Left {
	position:absolute;
	width:50%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103c6a+0,1c4066+100&0.75+0,1+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwM2M2YSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzQwNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(16,60,106,0.75) 0%, rgba(28,64,102,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(16,60,106,0.75) 0%,rgba(28,64,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(16,60,106,0.75) 0%,rgba(28,64,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#footer1Left:before {
	content:"";
	position:absolute;
	width:70px;
	height:100%;
	right:-70px;
	top:0;
	pointer-events:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#103c6a+0,1c4066+100&0.75+0,1+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwM2M2YSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzQwNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(16,60,106,0.75) 0%, rgba(28,64,102,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(16,60,106,0.75) 0%,rgba(28,64,102,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(16,60,106,0.75) 0%,rgba(28,64,102,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#footer1Right {
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	pointer-events:none;
	padding-left:70px;
}

#footer1Right > div {
	width:100%;
	height:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,fafafa+100&0.75+0,1+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwLjc1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(250,250,250,0.75) 0%, rgba(250,250,250,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(250,250,250,0.75) 0%,rgba(250,250,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(250,250,250,0.75) 0%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#footerContact address {
	padding-left:24px;
	margin-bottom:25px;
	color:#f7f7f7;
	font-family: 'Ubuntu';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:18px;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1278/greg-harwood-plumbing-pty-ltd_229b2149d6.png) left center no-repeat;
}

.footerAddress {
	margin-bottom:0 !important;
	background:url(http://cdn.myld.com.au/2/1278/greg-harwood-plumbing-pty-ltd_9f5661ce9a.png) left 4px no-repeat;
}

.footerHours {
	background:url(http://cdn.myld.com.au/2/1278/greg-harwood-plumbing-pty-ltd_463bee81fa.png) left 4px no-repeat;
}

.footerMail {
	margin-bottom:0 !important;
	background:url(http://cdn.myld.com.au/2/1278/greg-harwood-plumbing-pty-ltd_7ca1abd286.png) left center no-repeat;
}

#footerContact a {
	color:#f7f7f7;
	-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:#769bbf;
}

#footer2 {
	padding-top:40px;
	padding-bottom:40px;
	background:rgba(11,41,72,0.95);
}

#copyright {
	color:#f7f7f7;
	font-family: 'Ubuntu';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.05em;
	margin-top:4px;
}

#footerBrand {
	margin-left:25px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#769bbf;
	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:#769bbf;
	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;
}

a.fancybox.thumbnail {
	-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.fancybox.thumbnail:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	border-color:#ddd;
}

.firefox .isotope,
.firefox .item {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

blockquote {
	border-color:#769bbf;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.cta {
		margin-top:-65px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:575px;
	}

	.sidePadded {
		padding-left:30px;
		padding-right:30px;
	}
	
	#headerRight,
	#logos {
		display:block;
	}

	#header {
		position:absolute;
		width:100%;
		left:0;
		top:0;
		margin-left:0;
		margin-right:0;
		padding-top:32px;
		padding-bottom:0;
	}

	.htText p {
		position:absolute;
		width:100%;
		padding:0 30px;
		top:50%;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}

	.htText {
		opacity:0;
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}
	
	#homeThumbs {
		margin-top:0;
	}

	#pageTitle {
		position:absolute;
		width:100%;
		left:0;
		bottom:216px;
		margin:0 0 0 0;
	}
	
	#introBox {
		margin-top:-75px;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#htRow2 {
		margin-top:16px;
	}
	
	.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;
	}
	
	.cta {
		padding-top:180px;
		padding-bottom:114px;
	}
	
	#htRow2 .htText {
		min-height:193px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar .nav>li {
		margin-left:15px;
	}
	
	a.prev {
		margin-left:-470px;
	}
	
	a.next {
		margin-right:-470px;
	}
	
	.htText {
		font-size:13px;
		line-height:15px;
	}
	
	.cta {
		margin-top:-130px;
	}
	
	.logos {
		max-width:120px;
	}
}

/* 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 h3 {
		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) {...}