/***********************
*  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: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-regular-webfont.svg#open_sansregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-bold-webfont.svg#open_sansbold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabold-webfont.svg#open_sansextrabold) format('svg');
   font-weight:800;
   font-style:normal;
}

@font-face{
   font-family: 'Open Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabolditalic-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabolditalic-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabolditalic-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabolditalic-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-extrabolditalic-webfont.svg#open_sansextrabold) format('svg');
   font-weight:800;
   font-style:italic;
}

/* @general styles
-----------------*/
::selection {
  background:#134083;
	color:#fff;
}

a {
	color:#134083;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	background:url(http://cdn.myld.com.au/2/188/ace-scaffolding-services_db2d6187c2.png) repeat;
	color:#332f2f;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:24px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	border-top:4px solid #134083;
	padding-top:15px;
	padding-bottom:15px;
	background:#ffe611;
}

#logo img {
	display:inline-block;
}

#headerRight {
	display:none;
	padding-top:20px;
	color:#999;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:19px;
	text-transform:uppercase;
}

#headerRight a {
	display:block;
	color:#333;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:16px;
	line-height:25px;
	-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;
}

#headerRight a:hover {
	color:#999;
}

.headerPhone {
	margin-top:45px;
}

.headerMail {
	margin-top:20px;
}

#menu {
	display:none;
	box-shadow:0px 5px 10px -3px rgba(0, 0, 0, 1);
	-webkit-box-shadow:0px 5px 10px -3px rgba(0, 0, 0, 1);
	-moz-box-shadow:0px 5px 10px -3px rgba(0, 0, 0, 1);
	background: #134083;
	background: -moz-linear-gradient(top, #134083 79%, #10366f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(79%,#134083), color-stop(100%,#10366f));
	background: -webkit-linear-gradient(top, #134083 79%,#10366f 100%);
	background: -o-linear-gradient(top, #134083 79%,#10366f 100%);
	background: -ms-linear-gradient(top, #134083 79%,#10366f 100%);
	background: linear-gradient(to bottom, #134083 79%,#10366f 100%);
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
	margin-left:4px;
}

.navbar .nav>li:first-child {
	margin-left:0;
}

.navbar-nav>li>a {
	color:#fff;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	text-shadow:0 -1px 0 rgba(0,0,0,0.25);
	white-space:nowrap;
	padding:21px 19px 19px;
	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 {
	color:#000;
	background: #f7ff11;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f7ff11 0%, #ffcb05 72%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ff11), color-stop(72%,#ffcb05));
	background: -webkit-linear-gradient(top, #f7ff11 0%,#ffcb05 72%);
	background: -o-linear-gradient(top, #f7ff11 0%,#ffcb05 72%);
	background: -ms-linear-gradient(top, #f7ff11 0%,#ffcb05 72%);
	background: linear-gradient(to bottom, #f7ff11 0%,#ffcb05 72%);
}

#pageTitle h1 {
	color:#332f2f;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:30px;
	line-height:22px;
	text-transform:capitalize;
	margin:0 0 0 0;
}

#content {
	padding-top:45px;
	padding-bottom:45px;
}

.contentBox {
	position:relative;
	padding-bottom:20px;
	margin-bottom:15px;
}

.contentImage {
	display:inline-block;
	float:none;
	background:#fff;
	padding:9px;
	border:1px solid #979797;
	margin:0 auto 20px;
}

.contentBox:last-child,
body#about .contentBox {
	padding-bottom:0;
	margin-bottom:0;
}

.contentBox:after {
	content:"";
	position:absolute;
	width:80%;
	left:50%;
	margin-left:-40%;
	bottom:0;
	border-top:solid 4px #eee;
	border-bottom:solid 3px #fff;
}

.contentBox:last-child:after,
body#about .contentBox:after {
	display:none;
}

.contentBox h2 {
	color:#332f2f;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:22px;
	line-height:24px;
	margin:0 0 20px 0;
}

.contentBox h3 {
	color:#332f2f;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:18px;
	line-height:normal;
	margin:0 0 15px 0;
}

.serviceImages {
	margin-top:20px;
}

#welcome,
#pageTitle {
	margin-top:55px;
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
	border-top:dashed 1px #777;
	border-bottom:dashed 1px #777;
}

.welcomeImage {
	margin-bottom:10px;
}

.welcomeImage img {
	display:inline-block;
}

.shadowMe {
	position:relative;
}

.shadowMe:after {
	position: absolute;
	width: 90%;
	height: 41%;
	left: 5%;
	border-radius: 30%;
	z-index: -1;
	bottom: 2%;
	content: "";
	box-shadow: 0 25px 20px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 25px 20px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 25px 20px rgba(0,0,0,0.45);
}

#sliderWrap {
	display:none;
	margin-top:30px;
}

#sliderBG {
	background:#6c6c6c;
	padding:28px 7px 7px;
	border-radius:9px 9px 0 0;
	-webkit-border-radius:9px 9px 0 0;
	-moz-border-radius:9px 9px 0 0;
}

#sliderBG:after {
	box-shadow: 0 33px 35px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0 33px 35px rgba(0,0,0,0.45);
	-moz-box-shadow: 0 33px 35px rgba(0,0,0,0.45);
}

#sliderBG h3 {
	color:#fff;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:22px;
	line-height:24px;
	text-transform:uppercase;
	text-align:center;
	margin:0 0 28px 0;
}

#homeThumbs {
	padding-top:75px;
	padding-bottom:100px;
}

.ht {
	margin-bottom:50px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:7px 7px 32px;
	background:#fff;
	border:solid 1px #ddd;
}

.htMask,
#aboutBox {
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}

#aboutBox {
	margin-top:55px;
	margin-bottom:0;
}

.htMaskRight,
.aboutRight {
	position:relative;
	right:0;
	-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;
}

.aboutRight {
	display:none;
	min-height:425px;
	background:url(http://cdn.myld.com.au/2/243/ace-scaffolding-services_ae81eaeb89.JPG) center center no-repeat;
	background-size:cover;
}

#homeThumbs a:hover .htMaskRight,
#aboutBox:hover .aboutRight {
	right:0;
}

.htMaskLeft,
.aboutLeft {
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	left:-100%;
	top:0;
	background:rgba(0,116,204,0.5);
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-style:italic;
	font-size:12px;
	line-height:17px;
	-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;
}

.aboutLeft {
	position:relative;
	display:block;
	line-height:24px;
	padding-bottom:75px;
	left:0;
}

.aboutInner {
	margin-bottom:40px;
}

.aboutInner:last-child {
	margin-bottom:0;
}

#homeThumbs a:hover .htMaskLeft,
#aboutBox:hover .aboutLeft {
	left:0;
}

.htMaskLeft h4,
.aboutLeft h4 {
	color:#000;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:13px;
	line-height:17px;
	text-transform:uppercase;
	margin:0 0 10px 0;
	padding:10px;
	background:#c0ddf3;
	box-shadow:0px 1px 3px rgba(159, 141, 140, 0.5);
	-webkit-box-shadow:0px 1px 3px rgba(159, 141, 140, 0.5);
	-moz-box-shadow:0px 1px 3px rgba(159, 141, 140, 0.5);
}

.htText {
	padding:0 10px;
}

.aboutLeft h4 {
	font-size:17px;
	line-height:24px;
	margin:20px 0;
}

.aboutLeft h5 {
	color:#332f2f;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:18px;
	line-height:normal;
	margin:0 0 30px 0;
}

.htMaskLeft a,
.aboutBtn a {
	display:inline-block;
	position:absolute;
	left:50%;
	margin-left:-48px;
	bottom:18px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:400;
	font-style:italic;
	font-size:11px;
	text-transform:uppercase;
	padding:4px 14px;
	background:#0074cc;
	box-shadow:0 0 1px #000;
	-webkit-box-shadow:0 0 1px #000;
	-moz-box-shadow:0 0 1px #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;
}

.aboutBtn a {
	margin-left:-61px;
}

.htMaskLeft a:hover,
.aboutBtn a:hover {
	color:#0074cc;
	background:#fff;
}

.aboutLast {
	margin-top:40px;
}

.homeThumb h3 {
	color:#333;
	font-family: 'Open Sans';
	font-weight:800;
	font-style:normal;
	font-size:15px;
	line-height:19px;
	margin:0 0 10px 0;
}

.htText {
	color:#333;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:21px;
}

#footer1 {
	color:#fff;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:14px;
	line-height:21px;
	padding-top:20px;
	padding-bottom:25px;
	background: #0b264f;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #0b264f 28%, #134083 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,#0b264f), color-stop(100%,#134083));
	background: -webkit-linear-gradient(top, #0b264f 28%,#134083 100%);
	background: -o-linear-gradient(top, #0b264f 28%,#134083 100%);
	background: -ms-linear-gradient(top, #0b264f 28%,#134083 100%);
	background: linear-gradient(to bottom, #0b264f 28%,#134083 100%);
}

#footer1 h3 {
	color:#fff;
	font-family: 'Open Sans';
	font-weight:800;
	font-style:normal;
	font-size:42px;
	line-height:42px;
	text-transform:uppercase;
	margin:0 0 32px 0;
}

#footer1 h3 span {
	display:block;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:800;
	font-style:italic;
	font-size:21px;
	line-height:29px;
	text-transform:none;
}

#footer2 {
	padding-top:15px;
	padding-bottom:10px;
	background:#ffe611;
}

#copyright {
	color:#333;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:12px;
	line-height:normal;
	margin-top:22px;
}

#footerBrand {
	margin-top:15px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#134083;
	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:#134083;
	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;
}

#toTop {
	padding:30px !important;
	background:url(http://cdn.myld.com.au/1/bootstrap/reboot/img/back_to_top_btn_hover.png) center center rgba(0,0,0,0.75) no-repeat !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;
}

#toTop:hover {
	background-color:rgba(0,0,0,0.5) !important;
}

#toTop i {
	display:none;
}

#filterBox {
	margin-bottom:50px;
	padding:14px;
	background:#134083;
	border-top:1px solid #c2b333;
	box-shadow:0px 5px 10px -3px rgba(0, 0, 0, 1);
	-webkit-box-shadow:0px 5px 10px -3px rgba(0, 0, 0, 1);
	-moz-box-shadow:0px 5px 10px -3px rgba(0, 0, 0, 1);
}

#filterBox ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#filterBox li {
	width:1%;
	display:table-cell;
}

#filterBox li a {
	cursor:pointer;
	display:block;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:18px;
	text-align:center;
	padding:10px 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;
}

#filterBox li a:hover, #filterBox li.active a {
	color:#000;
	background: #f7ff11;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #f7ff11 0%, #ffcb05 72%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ff11), color-stop(72%,#ffcb05));
	background: -webkit-linear-gradient(top, #f7ff11 0%,#ffcb05 72%);
	background: -o-linear-gradient(top, #f7ff11 0%,#ffcb05 72%);
	background: -ms-linear-gradient(top, #f7ff11 0%,#ffcb05 72%);
	background: linear-gradient(to bottom, #f7ff11 0%,#ffcb05 72%);
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:970px;
	}
}

@media (min-width: 992px) {
	#headerRight,
	#menu,
	#sliderWrap,
	.htMaskLeft,
	.aboutRight {
		display:block;
	}

	#homeThumbs a:hover .htMaskRight,
	#aboutBox:hover .aboutRight {
		right:-100%;
	}
	
	.aboutLeft {
		position:absolute;
		padding-bottom:0;
		left:-100%;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.welcomeImage,
	.ht {
		margin-bottom:0;
	}
	
	.aboutLast {
		margin-top:0;
	}
	
	.contentImage.left {
		float:left;
		margin-right:20px;
	}
	
	.contentImage.right {
		float:right;
		margin-left:20px;
	}
	
	.serviceImages {
		margin-top:50px;
	}
}

@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) {...}

/* iPhone */
@media only screen  
and (max-device-width : 568px) {...}