/***********************
*  Site Specific CSS   *
************************/

/* @imports
--------------*/
@import url("http://cdn.myld.com.au/1/css/fontawesome/4.0.3/css/font-awesome.css");
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.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:#f93;
	color:#fff;
}

a {
	color:#f93;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	background:#f5f5f5;
	color:#627882;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:0.025em;
	line-height:20px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	width:auto;
	top:auto;
	z-index:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f2f2f2+100 */
	background: rgb(255,255,255); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%); /* W3C */
}

#logo {
	padding-top:10px;
	padding-bottom:10px;
}

#menu {
	display:none;
}

.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:#627882;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:0.08em;
	line-height:23px;
	white-space:nowrap;
	padding:56px 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:#f93;
}

.navbar-nav>li>a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	left:50%;
	margin-left:-3px;
	bottom:38px;
	pointer-events:none;
	background:#f93;
	-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 {
	height:545px;
	margin-top:135px;
}

a.prev, a.next {
	opacity:0;
	position:absolute;
	width:18px;
	height:27px;
	top:50%;
	margin-top:-14px;
	text-indent:-99999%;
	z-index:99;
	-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;
}

#slider:hover a.prev,
#slider:hover a.next {
	opacity:1;
}

a.prev {
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_041d477b5f.png) no-repeat;
	left:10px;
}

a.next {
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_5a8f7ce325.png) no-repeat;
	right:10px;
}

a.prev:hover, a.next:hover {
	opacity: 0.5 !important;
}

#intro {
	padding-top:100px;
	padding-bottom:115px;
}

#intro h1 {
	color:#627882;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	text-transform:uppercase;
	letter-spacing:0.08em;
	line-height:normal;
	margin:0 0 25px 0;
}

#intro p {
	margin-bottom:25px;
}

#content {
	position:relative;
	padding-top:75px;
	padding-bottom:115px;
	background:#dedede;
}

.contentBg {
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	pointer-events:none;
	padding-left:60px;
}

.contentBg > div {
	position:relative;
	width:100%;
	height:100%;
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_641b5d8d15.jpg) left top no-repeat;
	background-size:cover;
}

.contentBg > div:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	background:rgba(224,224,224,0.95);
}

.contentBox {
	margin-bottom:50px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#627882;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.08em;
	line-height:normal;
	margin:0 0 30px 0;
}

.contentBox p {
	margin-bottom:25px;
}

.subContent {
	padding-top:55px;
	color:#465258;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	letter-spacing:0.025em;
	line-height:18px;
}

.managed {
	margin-top:30px;
}

#homeThumbsWrap {
	margin-top:130px;
}

#homeThumbs {
	padding:0 15px 80px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8d8d9+0,f5f5f5+100 */
	background: rgb(216,216,217); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(216,216,217,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,217,1)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(216,216,217,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(216,216,217,1) 0%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(216,216,217,1) 0%,rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(216,216,217,1) 0%,rgba(245,245,245,1) 100%); /* W3C */
}

.ht {
	margin-top:0;
	margin-bottom:40px;
}

.ht:first-child {
	margin-top:-30px;
}

.ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	position:relative;
	top:0;
	max-width:326px;
	margin-left:auto;
	margin-right:auto;
	color:#727272;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:0;
	line-height:normal;
	-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 {
	top:-20px;
}

.htImage {
	position:relative;
	margin-bottom:25px;
	box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 0);
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 0);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 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;
}

#homeThumbs a:hover .htImage {
	box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 0.1);
	-webkit-box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 0.1);
	-moz-box-shadow: 3px 4px 5px 0px rgba(0, 1, 1, 0.1);
}

.htImage:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border:solid 2px #627882;
	background-color:rgba(244,244,244,0.7);
	background-position:center center;
	background-repeat:no-repeat;
	-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 {
	border-color:#fff;
	background-color:rgba(243,131,33,0.7);
}

.ht:first-child .htImage:before {
	background-image:url(http://cdn.myld.com.au/2/1066/storage-aus_f376b8303d.png);
}

.ht:nth-child(2) .htImage:before {
	background-image:url(http://cdn.myld.com.au/2/1066/storage-aus_05fa3fbc1b.png);
}

.ht:last-child .htImage:before {
	background-image:url(http://cdn.myld.com.au/2/1066/storage-aus_c476a67ef8.png);
}

.homeThumb h3 {
	color:#627882;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	line-height:normal;
	margin:0 0 15px 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;
}

#homeThumbs a:hover .homeThumb h3 {
	color:#f93;
}

#welcome {
	position:relative;
	color:#fff;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	letter-spacing:0.025em;
	line-height:25px;
	padding-top:145px;
	padding-bottom:135px;
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_cfffa67511.jpg) center top no-repeat;
	background-size:cover;
	z-index:1;
}

#welcome:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	background:rgba(56,56,56,0.85);
	z-index:-1;
}

#welcome p {
	margin-bottom:30px;
}

#welcome a {
	-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 {
	position:relative;
	padding-top:60px;
	padding-bottom:70px;
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_a4e89b10c1.jpg) center center no-repeat;
	background-size:cover;
	color:#494949;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	letter-spacing:0;
	line-height:15px;
}

#footer1 h3 {
	color:#627882;
	font-family: 'Open Sans';
	font-weight:700;
	font-style:normal;
	font-size:17px;
	text-transform:uppercase;
	letter-spacing:0.08em;
	line-height:normal;
	margin:0 0 30px 0;
}

#footerLeft {
	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/#61717e+0,61717e+100&amp;0.95+0,0.8+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNzE3ZSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTcxN2UiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(97,113,126,0.95) 0%, rgba(97,113,126,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,113,126,0.95)), color-stop(100%,rgba(97,113,126,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(97,113,126,0.95) 0%,rgba(97,113,126,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(97,113,126,0.95) 0%,rgba(97,113,126,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(97,113,126,0.95) 0%,rgba(97,113,126,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(97,113,126,0.95) 0%,rgba(97,113,126,0.8) 100%); /* W3C */
}

#footerLeft:before {
	content:"";
	position:absolute;
	width:60px;
	height:100%;
	right:-60px;
	top:0;
	pointer-events:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#61717e+0,61717e+100&amp;0.95+0,0.8+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNzE3ZSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MTcxN2UiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(97,113,126,0.95) 0%, rgba(97,113,126,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,113,126,0.95)), color-stop(100%,rgba(97,113,126,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(97,113,126,0.95) 0%,rgba(97,113,126,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(97,113,126,0.95) 0%,rgba(97,113,126,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(97,113,126,0.95) 0%,rgba(97,113,126,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(97,113,126,0.95) 0%,rgba(97,113,126,0.8) 100%); /* W3C */
}

#footerRight {
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	pointer-events:none;
	padding-left:60px;
}

#footerRight > div {
	width:100%;
	height:100%;
	background:rgba(254,254,254,0.95);
}

#footerContact h3 {
	color:#fff;
}

#footerContact address {
	color:#ebebeb;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:0;
	line-height:18px;
	margin-bottom:18px;
	padding-left:25px;
}

#footerContact address:last-child {
	margin-bottom:0;
}

#footerContact address span {
	font-weight:600;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_c0e2a11230.png) left center no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_016a4ea6c2.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_76b27dbcc1.png) left center no-repeat;
}

.noPad {
	padding-left:0 !important;
}

#footerContact a {
	color:#ebebeb;
	-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:#f93;
}

#footerSocial {
	margin-top:25px;
}

#footerSocial .facebook {
	width:10px;
	height:20px;
	background:url(http://cdn.myld.com.au/2/1066/storage-aus_8bc807ddfa.png) no-repeat;
}

#footer2 {
	position:relative;
	z-index:1;
	padding-top:30px;
	padding-bottom:35px;
	background:rgba(83,98,110,0.85);
}

#copyright {
	color:#f7f7f7;
	font-family: 'Open Sans';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	letter-spacing:0.05em;
	line-height:18px;
	margin-top:5px;
}

#footerBrand {
	margin-left:25px;
}

#footer-map {
	margin-top:-93px;
	height:330px;
}

body#contact-us #footer-map {
	display:none;
}

#map-canvas {
	margin-top:40px;
	height:200px;
}

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;
}

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;
}

.btn {
	background:#f93;
	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:#f93;
	background:#fff;
}

#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;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:545px;
	}
	
	#menu {
		display:block;
	}
	
	#logo {
		padding-top:33px;
		padding-bottom:0;
	}

	#header {
		position:fixed;
		width:100%;
		top:0;
		z-index:100;
	}
	
	#homeThumbs {
		padding-left:30px;
		padding-right:30px;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {	
	.ht {
		margin-top:-30px;
		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) {
	.navbar .nav>li {
		margin-left:20px;
	}
	
	.navbar-nav>li>a {
		letter-spacing:0;
	}
	
	#footerContact address {
		font-size:13px;
	}
}

/* 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) {...}