/***********************
*  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/css/AnimateCss/animate.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;
}

/* @general styles
-----------------*/
::selection {
  background:#fcc514;
  color:#fff;
}

a {
  color:#fcc514;
  text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:24px;
	letter-spacing:-0.015em;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

.sidePadded {
	padding-left:15px;
	padding-right:15px;
}

#mainbg {
	background:url(http://cdn.myld.com.au/2/1297/grafton-sheetmetal_c25d9ac2e5.jpg) center top no-repeat;
	background-size:cover;
}

#header {
	padding-top:20px;
}

#logo img {
	display:inline-block;
	max-width:700px;
	margin-bottom:20px;
}

#menu {
	display:none;
	background:url(http://cdn.myld.com.au/2/1297/grafton-sheetmetal_a4ae644079.png) right top no-repeat;
	background-size:100% 74px;
}

.navbar {
	min-height:0;
	margin-bottom:0;
	padding-right:10px;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
	padding-left:5px;
	background:url(http://cdn.myld.com.au/2/1297/grafton-sheetmetal_1142ad18e6.png) left center no-repeat;
}

.navbar .nav>li:first-child {
	padding-left:0;
	background:none;
}

.navbar-nav>li>a {
	color:#fff;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	white-space:nowrap;
	padding:25px 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:#393939;
	color:#fcc514;
}

#feature {
	margin-top:30px;
	border:solid 4px #010101;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: 0px 7px 16.92px 1.08px rgba(0, 0, 0, 0.82);
	-webkit-box-shadow: 0px 7px 16.92px 1.08px rgba(0, 0, 0, 0.82);
	-moz-box-shadow: 0px 7px 16.92px 1.08px rgba(0, 0, 0, 0.82);
}

body#contact-us #feature {
	display:none;
}

#feature img {
  width:100%;
  height:auto;
}

#mainContent {
	padding-top:60px;
	padding-bottom:40px;
	background:rgba(0,0,0,0.74);
}

#intro h1 {
	color:#fcc514;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	margin:0 0 20px 0;
}

#intro p,
#intro ul {
	margin-bottom:25px;
}

#intro ul {
	list-style-position:inside;
	margin-left:0;
}

#content {
	margin-top:65px;
}

.contentBox {
	margin-bottom:50px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#fcc514;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	margin:0 0 25px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:25px;
}

.contentBox ul li {
	color:#fcc514
}

.contentBox ul li span {
	color:#fff;
}

.contentImage {
	margin-bottom:25px;
}

.contentImage img {
	display:inline-block;
	border:solid 4px #fcc514;
}

#cta {
	margin-top:100px;
}

#cta img {
	display:inline-block;
}

#cta img:hover {
	-webkit-animation:pulse 0.8s;
	-moz-animation:pulse 0.8s;
	-ms-animation:pulse 0.8s;
	animation:pulse 0.8s;
}

#homeThumbs {
	position:relative;
	z-index:1;
	margin-top:70px;
}

.ht {
	margin-bottom:50px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	max-width:539px;
	margin-left:auto;
	margin-right:auto;
}

.htImage {
	position:relative;
	border:solid 4px #000;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-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 .htImage {
	border-collapse:#fcc514;
}

.htImage:after {
	opacity:1;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(http://cdn.myld.com.au/2/1297/grafton-sheetmetal_ab86096cb6.png) center center no-repeat rgba(252,197,20,0.5);
	-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 .htImage:after {
	opacity:0;
}

.htText {
	background:rgba(0,0,0,0.74);
	padding-top:65px;
	padding-bottom:65px;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:24px;
	letter-spacing:-0.015em;
}

.htText h3 {
	color:#fcc514;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	line-height:normal;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	margin:0 0 50px 0;
}

.footer {
	position:relative;
	border-top:solid 6px #fcc514;
	background:url(http://cdn.myld.com.au/2/1298/grafton-sheetmetal_893b7e0e05.jpg) center top no-repeat;
	background-size:cover;
	padding-top:65px;
	padding-bottom:40px;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:24px;
	letter-spacing:-0.015em;
}

.footer:before {
	content:"";
	position:absolute;
	width:100%;
	height:59px;
	left:0;
	top:-64px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1298/grafton-sheetmetal_087ce381f0.png) center bottom no-repeat;
	background-size:100% 59px;
}

.footer h3 {
	color:#fcc514;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:17px;
	line-height:24px;
	letter-spacing:-0.015em;
	text-transform:uppercase;
	margin:0 0 30px 0;
}

#logosWrap {
	margin-top:30px;
}

#copyright {
	vertical-align:sub;
	color:#a1a1a1;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:normal;
	letter-spacing:0;
}

#logos {
	width:375px;
}

.logos {
	display:inline-block;
	vertical-align:middle;
	margin-left:15px;
}

.logos:first-child {
	margin-left:0 !important;
}

.logos img {
	display:inline-block;
}

#footerContact h3 {
	padding-left:38px;
}

#footerContact address {
	line-height:30px;
	padding-left:38px;
	margin-bottom:2px;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1297/grafton-sheetmetal_f5da677d75.png) left center no-repeat;
}

.footerFax {
	background:url(http://cdn.myld.com.au/2/1297/grafton-sheetmetal_961e43c4e0.png) left center no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/1297/grafton-sheetmetal_0bbe95ce3c.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/1297/grafton-sheetmetal_7cdc98f869.png) left 4px no-repeat;
}

#footerContact a {
	display:block;
	color:#fff;
	-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:#fcc514;
}

#footerLS {
	margin-top:85px;
}

#footerLS .ls {
	opacity:0.5;
}

#footerLS .ls:hover {
	opacity:0.2;
}

#footerBrand {
	margin-top:10px;
}

#footerBrand img {
	opacity:0.5;
}

#map-canvas {
	height:200px;
	margin-top:30px;
	border:solid 4px #010101;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: 0px 7px 16.92px 1.08px rgba(0, 0, 0, 0.82);
	-webkit-box-shadow: 0px 7px 16.92px 1.08px rgba(0, 0, 0, 0.82);
	-moz-box-shadow: 0px 7px 16.92px 1.08px rgba(0, 0, 0, 0.82);
}

.btn {
	background:#fcc514;
	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:#fcc514;
	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;
}

#clarence_valley_logo {
  margin-left: 13px;
  width: 300px;
}

/* @media queries
-----------------*/
@media (max-width: 1199px) {
  #clarence_valley_logo {
    margin-left: 20px;
    width: 200px;
  }
}

@media (min-width: 1200px) {
	#logos {
		text-align:right;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:415px;
	}

	.sidePadded {
		padding-left:30px;
		padding-right:30px;
	}

	#menu {
		display:block;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.ht,
	.contentImage {
		margin-bottom: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) {...}

/* iPhone */
@media only screen
and (max-device-width : 568px) {...}
