/***********************
*  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: 'PT Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-regular-webfont.svg#pt_sansregular) format('svg');
   font-weight:400;
   font-style:normal;
}

@font-face{
   font-family: 'PT Sans';
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/PTSans/pt_sans-web-bold-webfont.svg#pt_sansbold) format('svg');
   font-weight:700;
   font-style:normal;
}

/* @general styles
-----------------*/
::selection {
  background:#20547f;
	color:#fff;
}

a {
	color:#20547f;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body:before {
	content:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_84a971b2c6.png) url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_0bf3aa0f80.png) url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_a9973c0e57.png) url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_1f5c69ab26.png);
	display:none;
}

body {
	background:#f7f7f7;
	color:#4f4c4c;
	font-family: 'PT Sans';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:25px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#cta {
	display:none;
	position:fixed;
	right:-133px;
	top:300px;
	z-index:10;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#cta a {
	position:relative;
	display:block;
	color:#002643;
	font-family: 'PT Sans';
	font-weight:700;
	font-style:normal;
	font-size:16px;
	letter-spacing:0.025em;
	line-height:20px;
	padding:10px 30px;
	background:#dbc751;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-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;
}

#cta a:hover {
	background-color:#fff;
}

#cta a:before {
	content:"";
	position:absolute;
	width:40px;
	height:38px;
	right:4px;
	top:-36px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1086/illawarra-truck-car-centre_c0a2f07aa0.png) no-repeat;
}

#header {
	position:relative;
	width:auto;
	left:auto;
	top:auto;
	margin-left:-15px;
	margin-right:-15px;
	background:rgba(32,84,127,0.98);
	z-index:1;
}

#header:before {
	display:none;
	content:"";
	position:absolute;
	width:50%;
	height:3px;
	left:0;
	bottom:0;
	pointer-events:none;
	background:rgba(0,46,85,0.95);
}

#logo {
	padding-top:15px;
	padding-bottom:15px;
}

#headerRight {
	display:none;
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	float:left;
}

.navbar-nav>li>a {
	color:#fefefe;
	font-family: 'PT Sans';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:25px;
	white-space:nowrap;
	padding:35px 0;
	position:relative;
	display:block;
	border-bottom:solid 1px transparent;
	-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:#f5d414;
	border-bottom-color:#f5d414;
}

#headerIcons {
	padding-top:32px;
}

#headerIcons a {
	display:inline-block;
	vertical-align:middle;
	opacity:1 !important;
	margin-left:12px;
	border-bottom:solid 1px transparent;
	-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 .facebook {
	margin-left:0 !important;
	width:11px;
	height:22px;
	background:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_e53b6be847.png) no-repeat;
}

#headerIcons .googlep {
	width:23px;
	height:23px;
	background:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_4aa68fe6d4.png) no-repeat;
}

.headerPhone {
	width:15px;
	height:24px;
	background:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_8f65db39f1.png) no-repeat;
}

.headerMail {
	width:23px;
	height:18px;
	background:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_b7be8359ac.png) no-repeat;
}

#headerIcons .facebook:hover {
	background-image:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_84a971b2c6.png);
}

#headerIcons .googlep:hover {
	background-image:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_0bf3aa0f80.png);
}

.headerPhone:hover {
	background-image:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_a9973c0e57.png);
}

.headerMail:hover {
	background-image:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_1f5c69ab26.png);
}

#slider {
	position:relative;
	height:700px;
}

body#contact #slider {
	display:none;
}

#slider:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002749+0,01172a+100&amp;0.7+0,0.7+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjc0OSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxMTcyYSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,39,73,0.7) 0%, rgba(1,23,42,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,39,73,0.7)), color-stop(100%,rgba(1,23,42,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,39,73,0.7) 0%,rgba(1,23,42,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,39,73,0.7) 0%,rgba(1,23,42,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,39,73,0.7) 0%,rgba(1,23,42,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,39,73,0.7) 0%,rgba(1,23,42,0.7) 100%); /* W3C */
}

#pageTitleWrap {
	display:block;
	padding-top:30px;
	padding-bottom:30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002749+0,01172a+100&amp;0.7+0,0.7+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMjc0OSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxMTcyYSIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,39,73,0.7) 0%, rgba(1,23,42,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,39,73,0.7)), color-stop(100%,rgba(1,23,42,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,39,73,0.7) 0%,rgba(1,23,42,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,39,73,0.7) 0%,rgba(1,23,42,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,39,73,0.7) 0%,rgba(1,23,42,0.7) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,39,73,0.7) 0%,rgba(1,23,42,0.7) 100%); /* W3C */
}

#pageTitle {
	position:relative;
	width:auto;
	height:auto;
	left:auto;
	top:auto;
}

#pageTitle h1 {
	color:#fdfdfd;
	font-family: 'PT Sans';
	font-weight:700;
	font-style:normal;
	font-size:38px;
	text-transform:uppercase;
	text-align:center;
	text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.41);
	line-height:35px;
	letter-spacing:0.1em;
	position:relative;
	width:auto;
  top:auto;
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}

#intro {
	padding-top:100px;
	padding-bottom:150px;
	background:#20547f;
	color:#dfdfdf;
	font-family: 'PT Sans';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:25px;
}

#intro h3 {
	color:#fff;
	font-family: 'PT Sans';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	letter-spacing:0.05em;
	line-height:normal;
	margin:0 0 50px 0;
}

#intro p {
	margin-bottom:30px;
}

#intro a {
	color:#d4c355;
	-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;
}

#intro a:hover {
	color:#fff;
}

#tabNavi {
	position:relative;
	padding-top:10px;
	padding-bottom:25px;
	background:#ebebeb;
}

#tabNavi:before {
	content:"";
	position:absolute;
	width:100%;
	height:30px;
	left:0;
	top:-30px;
	pointer-events:none;
	background:#ebebeb;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#tabNav {
	list-style-type:none;
	margin:0;
	padding:0;
}

#tabNav li a {
	position:relative;
	display:block;
	color:#20547f;
	font-family: 'PT Sans';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	line-height:24px;
	padding:12px 15px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-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;
}

#tabNav li a:hover, #tabNav li.active a {
	background:#f4f4f4;
	color:#2a5b84;
	font-weight:700;
}

#tabNav li a:after {
	opacity:0;
	content:"";
	position:absolute;
	width:50%;
	height:2px;
	left:0;
	bottom:0;
	pointer-events:none;
	background:#20547f;
	-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;
}

#tabNav li a:hover:after, #tabNav li.active a:after {
	opacity:1;
}

.contentPad {
	padding-top:85px;
	padding-bottom:120px;
}

.contentBox {
	margin-bottom:50px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#20547f;
	font-family: 'PT Sans';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	letter-spacing:0.05em;
	line-height:normal;
	margin:0 0 20px 0;
}

.contentBox p {
	margin-bottom:20px;
}

.contentImage {
	margin-top:15px;
}

.contentImage img {
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.homeThumb {
	overflow:hidden;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 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 {
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

.htImage {
	position:relative;
	height:415px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-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 {
	-webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

#htImage1 {
	background-image:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_580559d32a.jpg);
}

#htImage2 {
	background-image:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_52f86ed390.jpg);
}

#htImage3 {
	background-image:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_18f0de7850.jpg);
}

.htTitle {
	opacity:1;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(36,85,125,0.8);
	-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 .htTitle {
	opacity:0;
}

.htTitleInner {
	position:absolute;
	width:100%;
  top:50%;
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  transform:translateY(-50%);
}

.htTitleInner:before {
	content:"";
	position:absolute;
	width:50%;
	height:4px;
	left:0;
	bottom:0;
	pointer-events:none;
	background:#ebebeb;
}

.htTitle h3 {
	position:relative;
	display:inline-block;
	color:#fff;
	font-family: 'PT Sans';
	font-weight:700;
	font-style:normal;
	font-size:30px;
	letter-spacing:0.1em;
	line-height:35px;
	border-bottom:solid 4px #ebebeb;
	margin:0 0 0 0;
}

.htText {
	opacity:1;
	position:relative;
	width:auto;
	height:auto;
	left:auto;
	top:auto;
	border:solid 1px #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dadada+0,e2e2e2+100&amp;0.9+0,0.9+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhZGFkYSIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(218,218,218,0.9) 0%, rgba(226,226,226,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(218,218,218,0.9)), color-stop(100%,rgba(226,226,226,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(218,218,218,0.9) 0%,rgba(226,226,226,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(218,218,218,0.9) 0%,rgba(226,226,226,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(218,218,218,0.9) 0%,rgba(226,226,226,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(218,218,218,0.9) 0%,rgba(226,226,226,0.9) 100%); /* W3C */
	-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 .htText {
	opacity:1;
}

.htTextInner {
	padding:25px 15px 45px;
	position:relative;
	width:auto;
  top:auto;
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}

.htText p {
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	color:#002644;
	font-family: 'PT Sans';
	font-weight:400;
	font-style:normal;
	font-size:18px;
	letter-spacing:0.025em;
	line-height:normal;
}

.findoutmore {
	position:absolute;
	width:100%;
	bottom:0;
	color:#002643;
	font-family: 'PT Sans';
	font-weight:700;
	font-style:normal;
	font-size:16px;
	text-transform:capitalize;
	letter-spacing:0.1em;
	line-height:35px;
	display:block;
	text-align:right;
	overflow:hidden;
	white-space:nowrap;
	padding-right:30px; 
}

.findoutmore span {
	position:relative;
	display:inline-block;
}

.findoutmore span:before {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-1px;
	width:9999px;
	height:2px;
	background:#fff;
}

.findoutmore span:before {
	right:100%;
	margin-right:15px;
}

#welcomeWrap {
	padding-top:125px;
	padding-bottom:160px;
	background:#ebebeb;
}

#welcome {
	color:#4f4c4c;
	font-family: 'PT Sans';
	font-weight:400;
	font-style:normal;
	font-size:16px;
	line-height:25px;
}

#welcome h2 {
	color:#20547f;
	font-family: 'PT Sans';
	font-weight:700;
	font-style:normal;
	font-size:25px;
	letter-spacing:0.05em;
	line-height:normal;
	margin:0 0 55px 0;
}

#welcome p {
	margin-bottom:35px;
}

.footer {
	background:url(http://cdn.myld.com.au/2/1083/illawarra-truck-car-centre_ae5dc51707.jpg) center top no-repeat;
	background-size:cover;
}

#footer1 {
	position:relative;
	padding-top:75px;
	padding-bottom:85px;
	color:#494949;
	font-family: 'PT Sans';
	font-weight:400;
	font-style:normal;
	font-size:14px;
	line-height:normal;
}

#footer1:after {
	content:"";
	position:absolute;
	width:50%;
	height:3px;
	left:0;
	top:0;
	pointer-events:none;
	background:#d4c355;
}

#footer1 h3 {
	color:#121532;
	font-family: 'PT Sans';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	text-transform:capitalize;
	letter-spacing:0.1em;
	line-height:normal;
	margin:0 0 15px 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/#23486c+0,23486c+100&amp;0.9+0,0.95+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzNDg2YyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzNDg2YyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(35,72,108,0.9) 0%, rgba(35,72,108,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,72,108,0.9)), color-stop(100%,rgba(35,72,108,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(35,72,108,0.9) 0%,rgba(35,72,108,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(35,72,108,0.9) 0%,rgba(35,72,108,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(35,72,108,0.9) 0%,rgba(35,72,108,0.95) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(35,72,108,0.9) 0%,rgba(35,72,108,0.95) 100%); /* W3C */
}

#footerLeft:before {
	content:"";
	position:absolute;
	width:70px;
	height:100%;
	right:-70px;
	top:0;
	pointer-events:none;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#23486c+0,23486c+100&amp;0.9+0,0.95+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzNDg2YyIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzNDg2YyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(35,72,108,0.9) 0%, rgba(35,72,108,0.95) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(35,72,108,0.9)), color-stop(100%,rgba(35,72,108,0.95))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(35,72,108,0.9) 0%,rgba(35,72,108,0.95) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(35,72,108,0.9) 0%,rgba(35,72,108,0.95) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(35,72,108,0.9) 0%,rgba(35,72,108,0.95) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(35,72,108,0.9) 0%,rgba(35,72,108,0.95) 100%); /* W3C */
}

#footerRight {
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	padding-left:70px;
	pointer-events:none;
}

#footerRight > div {
	width:100%;
	height:100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e7e7e7+0,fafafa+100&amp;1+0,0.69+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWZhZmEiIHN0b3Atb3BhY2l0eT0iMC42OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(231,231,231,1) 0%, rgba(250,250,250,0.69) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,231,231,1)), color-stop(100%,rgba(250,250,250,0.69))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(250,250,250,0.69) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(250,250,250,0.69) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(231,231,231,1) 0%,rgba(250,250,250,0.69) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(231,231,231,1) 0%,rgba(250,250,250,0.69) 100%); /* W3C */
}

#footerContact h3 {
	color:#fff;
}

#footerContact address {
	color:#fff;
	font-size:16px;
	line-height:normal;
	padding-left:25px;
	margin-bottom:30px;
}

#footerContact address:last-child {
	margin-bottom:0;
}

.footerPhone {
	background:url(http://cdn.myld.com.au/2/1086/illawarra-truck-car-centre_fb91b41a97.png) left center no-repeat;
}

.footerAddress {
	background:url(http://cdn.myld.com.au/2/1086/illawarra-truck-car-centre_9f5832e448.png) left 4px no-repeat;
}

.footerHours {
	background:url(http://cdn.myld.com.au/2/1086/illawarra-truck-car-centre_4d25f8980f.png) left 4px no-repeat;
}

.footerMail {
	background:url(http://cdn.myld.com.au/2/1086/illawarra-truck-car-centre_03e2756af2.png) left center 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:#d4c355;
}

#synopsis 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;
}

#footer2 {
	padding-top:40px;
	padding-bottom:35px;
	background:rgba(32,84,127,0.95);
}

#copyright {
	color:#f7f7f7;
	font-family: 'PT Sans';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:0.05em;
	line-height:18px;
	margin-top:6px;
}

#footerBrand {
	margin-left:26px;
}

#map-canvas {
	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:#20547f;
	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:#20547f;
	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;
}

#fbFeed {
	margin-top:50px;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {
	.container {
		width:1140px;
	}
}

@media (min-width: 992px) {
	#map-canvas {
		height:700px;
	}
	
	#headerRight,
	#header:before {
		display:block;
	}
	
	#logo {
		padding-top:32px;
		padding-bottom:0;
	}

	#header {
		position:absolute;
		width:100%;
		left:0;
		top:0;
		margin-left:0;
		margin-right:0;
	}

	#pageTitle {
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}

	body#contact #pageTitle {
		position:relative;
		width:auto;
		height:auto;
		left:auto;
		top:auto;
	}

	#pageTitle h1 {
		position:absolute;
		width:100%;
		top:50%;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}

	body#contact #pageTitle h1 {
		position:relative;
		width:auto;
		top:auto;
		-webkit-transform:translateY(0);
		-ms-transform:translateY(0);
		transform:translateY(0);
	}
	
	#pageTitleWrap {
		display:none;
	}
	
	body#contact #pageTitleWrap {
		display:block;
	}

	.htText {
		opacity:0;
		position:absolute;
		width:100%;
		height:100%;
		left:0;
		top:0;
	}

	.htTextInner {
		padding:0;
		position:absolute;
		width:100%;
		top:50%;
		-webkit-transform:translateY(-50%);
		-ms-transform:translateY(-50%);
		transform:translateY(-50%);
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#cta {
		display:block;
	}
	
	body#contact #cta {
		display:none;
	}
	
	#fbFeed {
		margin-top:0;
	}
	
	.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;
	}
	
	.htText {
		min-height:235px;
	}
}

@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) {
	.htTitle {
		opacity:0;
	}
	
	.htText {
		opacity:1;
	}
	
	#map-canvas {
		height:320px;
	}
}

/* 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) {...}