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

/* @imports
--------------*/
@import url('http://cdn.myld.com.au/1/js/plugins/CameraSlider/1.3.4/camera.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/smartCaptcha/smartCaptcha-v1.0.min.css');
@import url('http://cdn.myld.com.au/1/fancybox/jquery.fancybox-1.3.4.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/CustomScrollbar/v3.0.2/jquery.mCustomScrollbar.min.css');
@import url('http://cdn.myld.com.au/1/js/plugins/Slick/1.3.6/slick.min.css');

/* @font-faces
--------------*/
@font-face{
   font-family: 'Squada One';
   src:   url(http://cdn.myld.com.au/1/fonts/SquadaOne/squadaone-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/SquadaOne/squadaone-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/SquadaOne/squadaone-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/SquadaOne/squadaone-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/SquadaOne/squadaone-regular-webfont.svg#squada_oneregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Ubuntu';
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-l-webfont.svg#ubuntulight) format('svg');
   font-weight:300;
   font-style:normal;
}

@font-face{
   font-family: 'Ubuntu';
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-r-webfont.svg#ubunturegular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'Ubuntu';
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Ubuntu/ubuntu-b-webfont.svg#ubuntubold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Roboto';
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-regular-webfont.svg#robotoregular) format('svg');
   font-weight:400;
   font-style:normal;
}

/* @general styles
-----------------*/
html, body {
    height: 100%;
}

body {
    font-family: 'Ubuntu', sans-serif;
  background-color: #141a18;
}

.wrapper {
  background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_ee64f0e75a.png) left top repeat scroll;
    min-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

h1, h2, h3, h4 {
  font-family: 'Squada One';
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: -0.015em;
	text-align: left;
	-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;
}

b {
	font-weight: 700;
	color: #fff;
}

.wrapper p, .wrapper li, .wrapper label {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -0.015em;
	text-align: left;
	color: #dcdcdc;
	-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;
}

p, ul {
	margin-bottom: 22px;
}

a, a:hover {
	color: inherit;
	-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;
}


h3 a,
p a {
	color: #ea3838;
}

img {
	-webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden; 
	-ms-backface-visibility: hidden; 
	backface-visibility: hidden; 

}

::selection {
  background: rgba(200, 200, 200, .6);
}

::-moz-selection {
  background: rgba(200, 200, 200, .6);
}

::-webkit-selection {
  background: rgba(200, 200, 200, .6);
}

.schema-address {
	display: none;
}

/* header
-----------------*/
header {
	background: #202020;
	position: relative;
	z-index: 100;
	-moz-box-shadow: 3px 4px 5px rgba(0,0,0,.23);
	-webkit-box-shadow: 3px 4px 5px rgba(0,0,0,.23);
	box-shadow: 3px 4px 5px rgba(0,0,0,.23);
}

header .container {
	position: relative;
}

.logo {
	position: relative;
	z-index: 0;
}

.logo a {
	display: inline-block;
	max-width: 100%;
}

.nav {
	background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_f9e16a2bef.png) left bottom no-repeat scroll;
	-webkit-background-size: 100% 6px;
	-moz-background-size: 100% 6px;
	-o-background-size: 100% 6px;
	background-size: 100% 6px;
	padding-bottom: 6px;
}

.nav > li {
	position: relative;
}

.nav > li > a {
	font-family: 'Squada One';
	background-color: transparent;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	color: #d9d9d9;
	border-bottom: 2px solid #202020;
	padding-top: 20px;
	padding-bottom: 0;
	height: 53px;
	position: relative;
	z-index: 10;
}

.nav > li:before,
.nav > li > a:after {
	content: '';
	display: block;
	width: 1px;
	height: 53px;
	background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_04ac5058e7.png) left top no-repeat scroll;
	position: absolute;
	z-index: 0;
	right: 0;
	top: 0;
}

.nav > li:last-child > a:after {
	display: none;
}

.nav > li:before {
	width: 100%;
	height: 6px;
	top: 100%;
	background: none #ea3838;
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1;
	-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.active:before,
.nav > li:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav > li.active > a,
.nav > li.active > a:hover,
.nav > li > a:hover,
.nav > li > a:focus {
	background: none #000;
	color: #ea3838;
	outline: none;
}

.tel-num {
	position: absolute;
	top: 100%;
	right: 15px;
}

#contact-us .tel-num {
	display: none;
}

.tel-num a {
	display: block;
	font-family: 'Squada One';
	letter-spacing: -0.022em;
	font-size: 27px;
	color: #1a1a1a;
	background-color: #ea3838;
	-moz-border-radius: 0 0 0 2px;
	-webkit-border-radius: 0 0 0 2px;
	border-radius: 0 0 0 2px;
	padding: 5px 16px 0 17px;
	min-height: 43px;
	-moz-box-shadow: inset 0 9px 5px -5px rgba(0,0,0,.23);
	-webkit-box-shadow: inset 0 9px 5px -5px rgba(0,0,0,.23);
	box-shadow: inset 0 9px 5px -5px rgba(0,0,0,.23);
}

.tel-num a:hover {
	text-decoration: none;
	color: #fff;
}

/* Slider                     
-----------------*/
.slider-area {
	background: #343434;
	position: relative;
	z-index: 0 !important;
}

.slider-area:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #141a18;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
}

#slider {
	height: 460px;
}

#contact-us #slider {
	display: none;
}

.camera_wrap {
	float: none;
	max-height: 460px;
	-moz-box-shadow: 0 0 9px rgba(0,0,0,.65);
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,.65);
	box-shadow: 0 0 9px rgba(0,0,0,.65);
}

.camera_fakehover {
	min-height: 460px;
}

.camera_prev, .camera_next {
	background: none;
	width: 30px;
	height: 32px;
	margin-top: -16px;
	left: -30px;
}

.camera_next {
	left: auto;
	right: -30px;
}

.camera_prev > span,
.camera_next > span {
	background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_ef22deb718.png) no-repeat left top;
	width: 30px;
	height: 32px;
}

.camera_next > span {
	background-position: -34px 0;
}

.camera_wrap .camera_prev:hover > span {
	background-position: 0 -33px;
}

.camera_wrap .camera_next:hover > span {
	background-position: -34px -33px;
}

/* contact page
-----------------*/
.map-area {
	position: relative;
	z-index: 10;
}

#map-canvas {
	width: 100%;
	height: 460px;
}

.form-control {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
}

#captcha-answer {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-custom {
	font-family: 'Squada One';
	font-size: 18px;
	background-color: #ea3838;
	border-color: #ea3838;
	color: #202020 !important;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px;
	margin-bottom: 30px;
	padding-left: 60px;
	padding-right: 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;
}

.btn-custom:hover,
.btn-custom:focus {
	background-color: #ea3838;
	border-color: #ea3838;
	color: #fff !important;
	outline: none;
}

/* footer
-----------------*/
.footer {
	background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_86bfd7864d.png) #343434 center bottom no-repeat scroll;
	color: #e1e1e1;
	padding-top: 16px;
	padding-bottom: 21px;
	-moz-box-shadow: 3px 4px 16px rgba(0,0,0,.46);
	-webkit-box-shadow: 3px 4px 16px rgba(0,0,0,.46);
	box-shadow: 3px 4px 16px rgba(0,0,0,.46);
	position: relative;
	z-index: 100;
}

#map-footer {
	width: 100%;
	height: 125px;
}

.footer h3 {
	font-size: 24px;
	letter-spacing: 0;
	color: #fafafa;
	margin-bottom: 17px;
}

.footer .col-sm-4:last-child h3 {
	margin-bottom: 20px;
}

.footer p,
.footer li {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0;
}

.footer p,
.footer ul {
	margin-bottom: 10px;
}

.footer ul {
	list-style-type: none;
	padding-left: 0;
}

address {
    padding-left: 26px;
	line-height: 22px;
    margin-bottom: 0;
}

address i {
    float: left;
    margin-left: -26px;
    margin-top: 2px;
}

ul.text-right {
	padding-top: 1px;
}

ul.text-right li {
	display: inline-block;
	padding-left: 25px;
	font-weight: 300;
	color: #fff;
}

li i {
	margin-right: 10px;
}

.ls-branding {
	padding-top: 2px;
}

.socialmedia {
	padding-right: 19px;
}

.footer .links {
	padding-top: 37px;
}

/* content
-----------------*/
#main-content {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(29,29,29,0.4) 0%, rgba(51,51,51,0.55) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(29,29,29,0.4)), color-stop(100%,rgba(51,51,51,0.55))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(29,29,29,0.4) 0%,rgba(51,51,51,0.55) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(29,29,29,0.4) 0%,rgba(51,51,51,0.55) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(29,29,29,0.4) 0%,rgba(51,51,51,0.55) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(29,29,29,0.4) 0%,rgba(51,51,51,0.55) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#661d1d1d', endColorstr='#8c333333',GradientType=0 ); /* IE6-8 */
	position: relative;
	z-index: 50;
}

.content-area {
	padding-top: 23px;
	position: relative;
	z-index: 20;
}

#home .content-area {
	padding: 0 !important;
}

.content-area h2,
.content-area h3 {
	font-size: 24px;
	margin-top: 12px;
	margin-bottom: 17px;
	color: #fff;
}

.content-area h2:first-child,
.content-area h3:first-child {
	margin-top: 0;
}

.content-box ul {
	list-style-type: none;
	padding-left: 15px;
}

.content-box li {
	padding-left: 7px;
	background: url(http://cdn.myld.com.au/2/738/s-w-crane-hire_189e8b75f8.png) left 9px no-repeat scroll;
}

.intro-area {
	position: relative;
	z-index: 10;
}

.intro-inner {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.12)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
	padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

.intro-area h1 {
	font-size: 32px;
	line-height: 0.91666666666667em;
	margin-bottom: 24px;
	color: #fff;
}

#home .intro-inner {
	padding-top: 9px;
}

#home .intro-inner h1 {
	font-size: 24px;
	margin-bottom: 26px;
}

.cta {
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgba(220,220,220,.05);
	padding-top: 22px;
	padding-bottom: 2px;
	min-height: 68px;
}

.cta h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 21px;
	color: #fff;
}

.feature-area {
	padding-top: 20px;
}

.feature {
	display: block;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.feature .img-box {
	position: relative;
	z-index: 0;
}

.feature .img-box:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;

	background-color: rgba(255,54,54,.33);
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	zoom: 1;
	-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;
}

.feature:hover .img-box:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.feature:hover {
	text-decoration: none;
}

.feature h2 {
	margin-top: 18px;
	color: #dcdcdc;
}

.feature:hover h2 {
	color: #e23636;
}

.feature .btn-more {
	-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;
}

.details {
	background-color: rgba(255,255,255,.04);
	padding: 17px 15px 16px;
	border-bottom: 5px solid #ea3838;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,.46);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.46);
	box-shadow: 0 0 7px rgba(0,0,0,.46);
	position: relative;
	min-height:0;
}

.details h4,
.btn-more h4 {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	color: #202020;
	background-color: #ea3838;
	-webkit-border-radius: 2px 2px 0 0; 
	-moz-border-radius: 2px 2px 0 0; 
	border-radius: 2px 2px 0 0;
	padding: 10px 19px 0;
	height: 38px;
}

.details h4 {
	position: absolute;
	bottom: 0;
	right: 0;
	padding-top: 7px;
	height: 30px;
}

.single {
	padding-bottom: 30px;
}

.single p:nth-child(2) {
	margin-top: 12px;
}

.project-box {
	text-align: center;
}

.project-box a {
	display: block;
	background-color: #fff;
	padding: 10px;
	opacity: 1;
	filter: alpha(opacity=100);
	zoom: 1;
}

.project-box a:hover {
	opacity: .6;
	filter: alpha(opacity=60);
}

.project-box #leighton {
	padding: 0 !important;
	background-color: #01244e;
}

.project-box #john {
	background-color: #fe000b;
}

.project-box #telstra {
	background-color: #01b1ed;
}

.project-box #glencore {
	padding: 10px !important;
}

.project-box img {
	margin: 0 auto;
}

.item {
	padding-bottom: 30px;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
	margin-bottom: 30px;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-box {
	display: inline-block;
	max-width: 100%;
}

.fancybox {
	position: relative;
	display: block;
}

.fancybox img {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	-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;
}

.fancybox img {
	margin: 0 auto;
}

.fancybox:hover img {
	filter: alpha(opacity=60);
	opacity: .6;
}

.fancybox:hover h4 {
	color: #fff;
}

#fancybox-content {
	overflow: visible !important;
}

.scroll {
	overflow: auto;
	max-height: 352px;
}

#fancybox-content {
	background-color: transparent !important;
}

#fancybox-outer {
	background-color: transparent !important;
}

.fancybox-bg {
	display: none;
}

#modals {
	display: none;
}

.modal-box {
	-moz-border-radius: 4px !important;
	-webkit-border-radius: 4px !important;
	border-radius: 4px !important;
	background-color: #fff;
	-moz-box-shadow: 0 0 16px rgba(0,0,0,.75);
	-webkit-box-shadow: 0 0 16px rgba(0,0,0,.75);
	box-shadow: 0 0 16px rgba(0,0,0,.75);
	max-width: 730px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}

.modal-box .back {
	background-color: #e6e6e6;
	padding-top: 0;
	padding-bottom: 0;
	-moz-border-radius: 0 0 4px 4px !important;
	-webkit-border-radius: 0 0 4px 4px !important;
	border-radius: 0 0 4px 4px !important;
	padding-left: 26px;
	padding-right: 9px;
	border-top: 1px solid #fff;
	text-align: right
}

.modal-box .back:first-child {
	padding-top: 20px;
	padding-bottom: 17px;
	-moz-border-radius: 4px 4px 0 0 !important;
	-webkit-border-radius: 4px 4px 0 0 !important;
	border-radius: 4px 4px 0 0 !important;
	border-top: none;
	border-bottom: 1px solid #fff;
}

.modal-box .inner {
	width: 730px;
	max-width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

.modal-box .img-box {
	margin-top: 14px;
}

.modal-box .scroll p:first-child {
	margin-top: 14px;
}

.modal-box h2 {
	font-size: 33.15px;
	color: #191919;
	margin-top: 0;
	margin-bottom: 0;
}

.modal-box .col-sm-7 {
	text-align: right;
}

.modal-box p,
.modal-box li {
	font-family: 'Roboto';
	font-size: 14px;
	line-height: 22px;
	color: #666;
}

.scroll .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #7d7d7d !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.back h4 {
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #e93737;
	margin-bottom: 8px;
}

.back h4 a {
	display: block;
	padding: 10px 23px 8px;
}

.back h4 a:hover {
	text-decoration: none;
	color: #fff;
}

.contentImage img {
	display:inline-block;
}

.slick {
  margin-top:20px;
}

/* error
-----------------*/
#page-not-found #main-content {
	padding-top: 40px;
	padding-bottom: 30px;
}

#page-not-found #error h1,
#page-not-found #error p {
	text-align: center;
}


/* ie9 hack
-----------------*/
.ie9 .gradient{filter:none !important;}

/* @media queries
-----------------*/
@media (min-width: 768px) {
	.cta,
	.intro-inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	.feature-area {
		padding-top: 29px;
		padding-bottom: 0;
	}
	.feature {
		min-height: 380px;
	}
	.feature .btn-more {
		position: absolute;
		z-index: 0;
		left: 0;
		bottom: 0;
	}
	.content-area {
		border-top: 6px solid #343434;
	}
	.project-box {
		padding-bottom: 40px;
	}
	.project-box h2 {
		min-height: 53px;
		margin-bottom: 5px;
	}
	.project-box a {
		min-height: 142px;
	}
	.project-box #leighton {
		overflow: hidden;
		max-height: 142px;
		position: relative;
	}
	.project-box #leighton img {
		position: absolute;
		bottom: 0;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
	header {
		max-height: 59px;
	}
	.logo {
		margin-left: -34px;
		margin-right: -7px;
	}
	.navbar {
		margin-left: -30px;
	}
	.nav > li > a {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	.ie .nav > li > a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	.logo a {
		width: 100%;
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
	}
	.intro-area {
		background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_dc78fce472.png) left top no-repeat scroll;
		margin-left: -30px;
		margin-top: -47px;
		border-top: 6px solid #343434;
		min-height: 358px;
	}
	.intro-area:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_f8efc88303.png) left top no-repeat scroll;
		padding-left: 23px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box; 
		box-sizing: content-box;
		position: absolute;
		z-index: -1;
		left: -22px;
		top: -19px;
	}
	.content-area {
		background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_40754e72ad.png) left top no-repeat scroll;
		margin-top: -109px;
		margin-left: -30px;
		margin-right: -30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.content-area:after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_b278d03030.png) left top no-repeat scroll;
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
		padding-left: 28px;
		padding-top: 12px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box; 
		box-sizing: content-box;
		position: absolute;
		z-index: -1;
		left: -14px;
		top: -18px;
	}
	.content-area:before {
		content: '';
		display: block;
		width: 1px;
		height: 255px;
		background: url(http://cdn.myld.com.au/2/737/s-w-crane-hire_b33c014e1d.png) left top no-repeat scroll;
		position: absolute;
		z-index: 0;
		left: 0;
		top: 0;
	}
	.feature-area {
		padding-left: 30px;
		padding-right: 30px;
	}
	.feature {
		min-height: 411px;
	}
	.feature .btn-more {
		bottom: -40px;
	}
	.feature .btn-more h4 {
		-moz-box-shadow: inset 0 -9px 16px -6px rgba(0,0,0,.46);
		-webkit-box-shadow: inset 0 -9px 16px -6px rgba(0,0,0,.46);
		box-shadow: inset 0 -9px 16px -6px rgba(0,0,0,.46);
	}
	.feature:hover .btn-more {
		bottom: 0;
	}
	.project-box a {
		min-height: 150px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
	.logo {
		margin-left: -34px;
		margin-right: -11px;
	}
	.nav > li > a {
		padding-left: 13px !important;
		padding-right: 13px !important;
	}
	.ie .nav > li > a {
		padding-left: 17px !important;
		padding-right: 17px !important;
	}
	.footer {
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
	.cta h3 {
		font-size: 20px;
	}
	.feature {
		min-height: 398px;
	}
	.content-area {
		-webkit-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-o-background-size: 100% auto;
		background-size: 100% auto;
	}
	.content-area:after {
		padding-left: 32px;
		padding-top: 14px;
		left: -16px;
		top: -20px;
	}
	.project-box a {
		min-height: 184px;
	}
	
	.details {
		min-height:213px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#map-canvas {
		height: 410px;
	}
	#slider {
		height: 390px;
	}
	.camera_wrap {
	float: none;
		max-height: 390px;
	}
	.camera_fakehover {
		min-height: 390px;
	}
	
	.details {
		min-height:235px;
	}
}

/*beginning of default fixed menu bar*/
@media (max-width: 991px) {
	header {
		border-bottom: 6px solid #343434;
	}
	#map-canvas {
		height: 300px;
	}
	.logo {
		text-align: center;
		padding-left: 7px;
	}
	.tel-num {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.details {
		min-height:235px;
	}
}

@media (max-width: 767px) {
	#map-canvas {
		height: 200px;
	}
	.feature-area .col-sm-4 {
		overflow: auto;
	}
	.feature {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.cta {
		border-top: 6px solid #343434;
	}
	.cta,
	.intro-inner {
		margin-left: -15px;
		margin-right: -15px;
	}
	.btn-more h4 {
		min-width: 255px;
		text-align: center;
	}
	.project-box .col-sm-3 {
		margin-bottom: 30px;
	}
	.modal-box .col-sm-7 {
		text-align: center;
	}
	.inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.modal-box .row {
		max-width: 100% !important;
	}
}

@media (max-width: 480px) {
	.btn-more h4 {
		width: 100%;
	}
}

/* Device specific media queries ----------- */
/* iPads (landscape) */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	.feature .btn-more {
		bottom: 0;
	}
}
