/***********************
*  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');
@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: '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-semibold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-semibold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-semibold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-semibold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Raleway/raleway-semibold-webfont.svg#ralewaysemibold) format('svg');
   font-weight:600;
   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:#f00;
  color:#fff;
}

a {
	color:#f00;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	background:url(http://cdn.myld.com.au/2/1423/bv-steel_d49eda51a7.png) repeat;
	color:#000;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
	letter-spacing:0.025em;
}

#mainBox {
	background:#fff;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 1);
}

.sidePadded {
	padding-left:15px;
	padding-right:15px;
}

#header {
	background:#343434;
}

#headerRight {
	display:none;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
}

.navbar-nav>li>a {
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:21px;
	text-transform:uppercase;
	letter-spacing:0.025em;
	white-space:nowrap;
	padding:36px 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:transparent;
	color:#bfbfbf;
}

.navbar-nav>li>a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:22px;
	height:1px;
	left:50%;
	margin-left:-11px;
	bottom:30px;
	background:#ff0003;
	-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;
}

#headerIcons {
	padding-top:30px;
	padding-right:30px;
}

#headerIcons a {
	margin-left:20px;
	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;
}

#headerIcons a:hover {
	opacity:0.6;
}

.headerPhone {
	margin-left:0 !important;
	width:18px;
	height:33px;
	background:url(http://cdn.myld.com.au/2/1422/bv-steel_e7db6ce376.png);
}

.headerMail {
	width:27px;
	height:18px;
	background:url(http://cdn.myld.com.au/2/1422/bv-steel_eeaebf20c1.png);
}

#headerIcons .facebook {
	width:16px;
	height:32px;
	background:url(http://cdn.myld.com.au/2/1422/bv-steel_34c3cf0bb8.png);
}

#slider {
	position:relative;
	min-height:525px;
}

body#contact-us #slider {
	display:none;
}

a.prev, a.next {
	position:absolute;
	width:17px;
	height:26px;
	bottom:10px;
	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/1423/bv-steel_5890854735.png) no-repeat;
	right:40px;
}

a.next {
	background:url(http://cdn.myld.com.au/2/1423/bv-steel_36a5613a20.png) no-repeat;
	right:10px;
}

a.prev:hover, a.next:hover {
	opacity: 0.5;
}

#welcome {
	position:relative;
	width:auto;
	height:auto;
	left:auto;
	top:auto;
	background:rgba(0,0,0,0.75);
	padding-top:45px;
	padding-bottom:45px;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:21px;
	letter-spacing:0.025em;
}

#welcome h1 {
	color:#ff0003;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:21px;
	line-height:21px;
	letter-spacing:0.025em;
	margin:0 0 20px 0;
}

#welcome p {
	margin-bottom:25px;
}

#welcomeBtn {
	margin-top:30px;
}

#welcomeBtn a {
	display:inline-block;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:21px;
	text-transform:uppercase;
	letter-spacing:0.025em;
	padding:10px 35px;
	border:solid 1px #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;
}

#welcomeBtn a:hover {
	color:#ff0003;
	background:#fff;
}

#content {
	padding-top:60px;
	padding-bottom:80px;
}

.contentBox {
	margin-bottom:50px;
}

.contentBox:last-child {
	margin-bottom:0;
}

body#home .contentBox {
	line-height:19px;
}

.contentBox h2,
#homeGallery h3 {
	position:relative;
	color:#000;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	font-size:25px;
	line-height:normal;
	letter-spacing:0.025em;
	margin:0 0 40px 0;
}

.contentBox h2:after,
#homeGallery h3:after {
	content:"";
	position:absolute;
	width:55px;
	height:3px;
	left:0;
	bottom:-12px;
	background:#ff0003;
}

.contentBox h3 {
	color:#000;
	font-family: 'Raleway';
	font-weight:500;
	font-style:normal;
	font-size:20px;
	line-height:normal;
	letter-spacing:0.025em;
	margin:0 0 15px 0;
}

.contentBox p,
.contentBox ul {
	margin-bottom:20px;
}

.contentImage {
	margin-top:20px;
}

.contentImage img {
	display:inline-block;
}

#homeGallery {
	padding-top:30px;
	padding-bottom:90px;
	background:#3a3a3a;
}

#homeGallery h3 {
	color:#fff;
	margin-bottom:30px;
}

#slickBox {
	margin-bottom:0 !important;
}

.slickBox {
	float:none !important;
	display:inline-block !important;
	vertical-align:middle;
}

.slickBox img {
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}

.slick-next, .slick-prev {
	width:33px;
	height:33px;
	margin-top:0;
	top:auto;
	bottom:-60px;
	-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-prev {
	left:50%;
	margin-left:-38px;
	background:url(http://cdn.myld.com.au/2/1422/bv-steel_1f13d2bfda.png);
}

.slick-next {
	left:50%;
	margin-right:-38px;
	background:url(http://cdn.myld.com.au/2/1422/bv-steel_51f7d42d6f.png);
}

.slick-prev:hover, .slick-next:hover {
	opacity:0.5;
}

.slick-prev:before,
.slick-next:before {
	display:none;
}

#footer1 {
	position:relative;
	padding-top:40px;
	padding-bottom:20px;
	background:url(http://cdn.myld.com.au/2/1422/bv-steel_0866504bf9.jpg) center center no-repeat;
	background-size:cover;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:20px;
	letter-spacing:0;
}

#footer1:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(http://cdn.myld.com.au/2/1423/bv-steel_b3a9558800.png) center center no-repeat;
}

#footer1 h3 {
	color:#ff0003;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	margin:0 0 30px 0;
}

#synopsis p {
	margin-bottom:20px;
}

#footerLogo {
	margin-top:40px;
}

#footerNavWrap h3 {
	color:#fff;
}

#footerNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#footerNav li {
	display:block;
	width:auto;
}

#footerNav li a {
	display:block;
	color:#fff;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:35px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	padding:0;
}

#footerNav li a:hover, #footerNav li.active a {
	color:#ff0003;
}

#footerNav li a:after {
	display:none;
}

#footerContact h3 {
	padding-left:30px;
}

#footerContact address {
	padding-left:30px;
	margin-bottom:15px;
	line-height:26px;
}

#footerContact address span {
	display:block;
	color:#ff0003;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/1423/bv-steel_55883db956.png) left 4px no-repeat;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1423/bv-steel_28ca962427.png) left 4px no-repeat;
}

.footerMail {
	margin-bottom:0 !important;
	background:url(http://cdn.myld.com.au/2/1423/bv-steel_821afe4623.png) left 4px no-repeat;
}

#footerContact a {
	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:#ff0003;
}

#footer2 {
	padding-top:25px;
	padding-bottom:20px;
	background:#202020;
}

#copyright {
	color:#b7b7b7;
	font-family: 'Raleway';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:normal;
	margin-top:8px;
}

#toTop {
	padding-top:5px;
}

#toTop a img {
	display:inline-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;
}

#toTop a:hover img {
	opacity:0.5;
}

#footerBrand {
	margin-left:20px;
}

#map-canvas {
	height:200px;
}

.btn {
	background:#f00;
	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:#f00;
	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;
}

#mobileCTA {
	padding-top:15px;
	padding-bottom:15px;
	background:#ff0003;
}

#mobileCTA a {
	color:#fff;
	display:inline-block;
	padding-left:30px;
	font-weight:700;
	font-size:15px;
	background:url(http://cdn.myld.com.au/2/1890/bv-steel_8158d21c1b.png) left center no-repeat;
	line-height:22px;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {...}

@media (min-width: 992px) {
	#map-canvas {
		height:525px;
	}

	.sidePadded {
		padding-left:30px;
		padding-right:30px;
	}
	
	#headerRight {
		display:block;
	}
	
	#welcomeWrap {
		display:none;
	}

	#welcome {
		position:absolute;
		width:505px;
		height:100%;
		left:0;
		top:0;
	}
	
	#mobileCTA {
		display:none;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.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;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#headerIcons {
		padding-top:20px;
	}
	
	#headerIcons a {
		margin-left:10px;
	}
	
	.navbar-nav>li>a {
		padding-top:26px;
		padding-bottom:26px;
	}
}

/* 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) {...}