/***********************
*  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/Faq/faq.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-semibold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/OpenSans/opensans-semibold-webfont.svg#open_sanssemibold) format('svg');
   font-weight:600;
   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:#8b0304;
	color:#fff;
}

a {
	color:#8b0304;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	background:url(http://cdn.myld.com.au/2/165/nt-screens_72e990175a.gif) repeat;
	color:#333;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:25px;
}

#mainBox {
	background:#fff;
	border-top:solid 12px #222;
	box-shadow:2px 3px 13px -1px #4e4e4e;
	-webkit-box-shadow:2px 3px 13px -1px #4e4e4e;
	-moz-box-shadow:2px 3px 13px -1px #4e4e4e;
}

.sidePadded {
	padding-left:15px;
	padding-right:15px;
}

#header {
	padding-top:15px;
	padding-bottom:15px;
}

#menuWrap {
	display:none;
}

#menu {
	border-top:solid 1px #ddd;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
	margin-left:40px;
}

.navbar .nav>li:first-child {
	margin-left:0;
}

.navbar-nav>li>a {
	color:#999;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:13px;
	line-height:19px;
	text-transform:uppercase;
	white-space:nowrap;
	padding:12px 2px;
	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:#222;
}

.navbar-nav>li>a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	left:0;
	top:-1px;
	background:#222;
	-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 {
	opacity:1;
}

.nav>li.active>a:after {
	opacity:1;
	height:4px;
	background:#8b0304;
}

#feature {
	position:relative;
	height:220px;
	background:url(http://cdn.myld.com.au/2/441/nt-screens_7d5c5dc72f.jpg) center center no-repeat;
	background-size:cover;
}

#featureText {
	position:absolute;
}

#pageTitleWrap {
	padding-left:15px;
}

#pageTitle {
	border-top:solid 8px #8e0405;
}

#pageTitle span {
	padding: 2px 8% 6px 8%;
	font-weight: 900;
	color: #9f9f9f;
	font-size:22px;
	text-transform:uppercase;
	line-height: 25px;
	letter-spacing: 3px;
	border-radius:0 0 9px 9px;
	-webkit-border-radius:0 0 9px 9px;
	-moz-border-radius:0 0 9px 9px;
	background-color: #8e0405;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8e0405 /*{a-body-background-start}*/), to( #db2229 /*{a-body-background-end}*/));
	background-image: -webkit-linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
	background-image: -moz-linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
	background-image: -ms-linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
	background-image: -o-linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
	background-image: linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
}

#intro {
	padding-top:35px;
	color:#4d4848;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:30px;
}

#intro h1 {
	color:#8b0304;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:24px;
	line-height:25px;
	text-transform:uppercase;
	margin:0 0 25px 0;
}

#intro p {
	margin-bottom:35px;
}

#content {
	padding-top:45px;
	padding-bottom:40px;
}

.contentBox {
	border-top:dotted 1px #ccc;
	padding-top:10px;
	margin-bottom:10px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#8b0304;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:18px;
	line-height:27px;
	margin:0 0 15px 0;
}

.contentBox p {
	margin-bottom:30px;
}

.contentImage {
	margin-bottom:20px;
}

.contentImage img {
	display:inline-block;
}

.carousel .item {
	width: 100%; /*slider width*/
	max-height: 390px; /*slider height*/
}

.carousel .item img {
	width: 100%; /*img width*/
}

.carousel-caption,
#featureText {
	width:275px;
	height:100%;
	left:auto;
	right:0;
	top:0;
	padding:20px;
	background:rgba(139,7,4,.70);
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:24px;
	text-shadow:1px 1px 1px rgba(0,0,0,.4);
	text-align:left;
}

.carousel-caption h3,
#featureText h3 {
	color:#fff;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:28px;
	line-height:36px;
	margin:0 0 0.75em 0;
}

.carousel-caption p,
#featureText p {
	margin-bottom:35px;
}

.carousel-control {
	opacity:1;
	font-size:18px;
	font-weight:600;
	line-height:19px;
	text-align:center !important;
	z-index:100;
	top:auto;
	bottom:15px;
	width:22px;
	padding-bottom:3px;
	background:#222 !important;
	border-top:solid 1px #000;
	border-right:solid 1px #000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow:inset -6px 3px 10px -6px #000;
	-webkit-box-shadow:inset -6px 3px 10px -6px #000;
	-moz-box-shadow:inset -6px 3px 10px -6px #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;
}

.carousel-control:hover {
	opacity:0.6;
}

.carousel-control.left {
	left:auto;
	right:50px;
}

.carousel-control.right {
	right:20px;
}

#homeTitle {
	padding-top:20px;
	padding-bottom:30px;
	color:#777;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:28px;
	line-height:35px;
}

.imgStyle {
	padding:3px;
	border:solid 1px #fff;
	box-shadow:0px 0px 2px 1px #bdbdbd;
	-webkit-box-shadow:0px 0px 2px 1px #bdbdbd;
	-moz-box-shadow:0px 0px 2px 1px #bdbdbd;
}

#welcome {
	border-top:dotted 1px #ccc;
	padding-top:10px;
	color:#4d4848;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:30px;
}

#welcome h1 {
	color:#8b0304;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:24px;
	line-height:25px;
	text-transform:uppercase;
	margin:0 0 25px 0;
}

#welcome p {
	margin-bottom:35px;
}

#welcome span {
	font-weight:700;
}

.welcomeImage {
	margin-bottom:20px;
}

.welcomeImage img {
	display:inline-block;
}

#homeThumbs {
	margin-top:10px;
	border-top:dotted 1px #ccc;
	padding-top:15px;
	padding-bottom:35px;
}

#homeThumbs h2 {
	color:#8b0304;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:24px;
	line-height:normal;
	margin:0 0 20px 0;
}

.htIntro {
	color:#4d4848;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:30px;
	margin-bottom:30px;
}

.ht {
	margin-bottom:40px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
	max-width:196px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:45px;
	color:#333;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:20px;
}

.homeThumb:after {
	content:"view range";
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:12px;
	text-align:center;
	line-height:19px;
	padding:7px 10px;
	text-transform:capitalize;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #8e0405 /*{a-body-background-start}*/), to( #db2229 /*{a-body-background-end}*/));
	background-image: -webkit-linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
	background-image: -moz-linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
	background-image: -ms-linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
	background-image: -o-linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
	background-image: linear-gradient( #8e0405 /*{a-body-background-start}*/, #db2229 /*{a-body-background-end}*/);
}

#homeThumbs a:hover .homeThumb:after {
	background:#db2229 !important;
}

.homeThumb h3 {
	color:#333;
	font-family: 'Open Sans';
	font-weight:600;
	font-style:normal;
	font-size:16px;
	line-height:27px;
	margin:0 0 5px 0;
}

.htImage {
	margin-bottom:15px;
}

.htImage .imgStyle {
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-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 .imgStyle {
	border-color:#9a9a9a;
	box-shadow:0 0 2px 1px #BDBDBD;
	-webkit-box-shadow:0 0 2px 1px #BDBDBD;
	-moz-box-shadow:0 0 2px 1px #BDBDBD;
}

#footer1 {
	padding-top:25px;
	padding-bottom:30px;
	background:url(http://cdn.myld.com.au/2/165/web_nt-screens_c5b838f132.jpg) repeat;
	color:#bbb;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:12px;
	line-height:20px;
}

#footer1 h3 {
	color:#bbb;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:16px;
	line-height:normal;
	margin:0 0 10px 0;
}

#footer1 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;
}

#footer1 a:hover {
	color:#bbb;
}

#footer2 {
	padding-top:15px;
	padding-bottom:10px;
	background:#000;
}

#copyright {
	color:#777;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:11px;
	text-transform:uppercase;
	line-height:normal;
	margin-top:3px;
}

#map-canvas {
	height:200px;
	margin-bottom:25px;
}

.btn {
	background:#8b0304;
	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:#8b0304;
	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;
}

dt {
	font-size:16px;
}

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;
}

.faq-number {
	background:#8b0304;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1012px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:360px;
	}
	
	.sidePadded {
		padding-left:50px;
		padding-right:50px;
	}
	
	#menuWrap {
		display:block;
	}
	
	.ht {
		margin-bottom:0;
	}
	
	#pageTitleWrap {
		padding-left:50px;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	.welcomeImage,
	.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;
	}
	
	.ht:nth-child(3) {
		margin-bottom:0;
	}
}

@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) {...}