/***********************
*  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/fancybox2/jquery.fancybox.css');
@import url('http://cdn.myld.com.au/1/js/fancybox2/helpers/jquery.fancybox-thumbs.css');
@import url('http://cdn.myld.com.au/1/js/plugins/PhotoSwipe/photoswipe.min.css');

/* @font-faces
--------------*/
@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;
}

@font-face{
   font-family: 'Roboto';
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-medium-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-medium-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-medium-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-medium-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-medium-webfont.svg#robotomedium) format('svg');
   font-weight:500;
   font-style:normal;
}

@font-face{
   font-family: 'Roboto';
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bold-webfont.svg#robotobold) format('svg');
   font-weight:700;
   font-style:normal;
}

@font-face{
   font-family: 'Roboto';
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bolditalic-webfont.eot);
   src:   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bolditalic-webfont.woff) format('woff'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bolditalic-webfont.ttf) format('truetype'),
   url(http://cdn.myld.com.au/1/fonts/Roboto/roboto-bolditalic-webfont.svg#robotobold_italic) format('svg');
   font-weight:700;
   font-style:italic;
}

/* @general styles
-----------------*/
::selection {
  background:#fff200;
	color:#fff;
}

a {
	color:#fff200;
	text-decoration:none;
}

a:hover {
	color:inherit;
	text-decoration:none;
}

body {
	background:#000;
	color:#fff;
	font-family: 'Roboto';
	font-weight:400;
	font-style:normal;
	font-size:15px;
	letter-spacing:-0.015em;
	line-height:24px;
}

.negMargin {
	margin-left:-15px;
	margin-right:-15px;
}

#header {
	position:relative;
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
	/*box-shadow: 0px 5px 12.35px 5px rgba(0, 0, 0, 0.47) inset;
	-webkit-box-shadow: 0px 5px 12.35px 5px rgba(0, 0, 0, 0.47) inset;
	-moz-box-shadow: 0px 5px 12.35px 5px rgba(0, 0, 0, 0.47) inset;*/
}

#headerBG {
	display:none;
	position:absolute;
	width:50%;
	height:100%;
	right:0;
	top:0;
	pointer-events:none;
	padding-left:30px;
}

#headerBG > div {
	position:relative;
	width:100%;
	height:100%;
	background:#000;
}

#headerBG > div:before {
	content:"";
	position:absolute;
	width:122px;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1169/photon-solar_1314df8eaa.png) left top no-repeat;
	background-size:122px 100%;
}

#logo {
	position:relative;
	display:block;
}

#logo:before {
	display:none;
	content:"Using Nature's Energy to Power You";
	position:absolute;
	left:130px;
	bottom:-30px;
	color:#000;
	font-family: 'Roboto';
	font-weight:700;
	font-style:italic;
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
}

#headerRight {
	display:none;
	padding-top:25px;
}

#headerRight a {
	padding-right:60px;
	color:#fff200;
	font-family: 'Roboto';
	font-weight:400;
	font-style:normal;
	font-size:25px;
	letter-spacing:-0.015em;
	line-height:35px;
	-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;
}

#headerRight a:hover {
	color:#fff;
}

.headerPhone {
	font-size:30px !important;
	font-weight:700 !important;
	background:url(http://cdn.myld.com.au/2/1169/photon-solar_8a3819eb18.png) right center no-repeat;
}

.headerMail {
	background:url(http://cdn.myld.com.au/2/1169/photon-solar_dfc1d4a0c8.png) right center no-repeat;
}

#sliderWrap {
	display:none;
	position:relative;
	z-index:1;
	padding-bottom:65px;
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_7ba1f7d742.png) repeat;
	box-shadow: 0px 6px 33.25px 1.75px rgba(0, 0, 0, 0.34) inset;
	-webkit-box-shadow: 0px 6px 33.25px 1.75px rgba(0, 0, 0, 0.34) inset;
	-moz-box-shadow: 0px 6px 33.25px 1.75px rgba(0, 0, 0, 0.34) inset;
}

body#contact-us #sliderWrap {
	display:block;
}

#menu {
	display:none;
	overflow:hidden;
	margin-top:-40px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.98);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.98);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.98);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffec00+0,fdca01+100 */
	background: rgb(255,236,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGNhMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,236,0,1) 0%, rgba(253,202,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,236,0,1) 0%,rgba(253,202,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,236,0,1) 0%,rgba(253,202,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.navbar {
	min-height:0;
	margin-bottom:0;
}

.navbar .nav {
	margin:0;
}

.navbar .nav>li {
	position:relative;
	float:left;
	padding-right:6px;
}

.navbar .nav>li:before {
	content:"";
	position:absolute;
	width:6px;
	height:82px;
	right:0;
	top:50%;
	margin-top:-41px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_7d7f06ab8c.png);
}

.navbar .nav>li:last-child {
	padding-right:0;
}

.navbar .nav>li:last-child:before {
	display:none;
}

.navbar-nav>li>a {
	color:#000;
	font-family: 'Roboto';
	font-weight:500;
	font-style:normal;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:0;
	line-height:24px;
	white-space:nowrap;
	padding:30px 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:rgba(247,133,0,0.58);
}

#slider {
	position:relative;
	height:383px;
	margin-top:65px;
}

body#contact-us #slider {
	display:none;
}

#slider:after,
#mapWrap:after {
	content:"";
	position:absolute;
	width:100%;
	height:65px;
	left:0;
	top:100%;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_9543dbe59d.png) center top no-repeat;
	background-size:100% 65px;
}

#slider .backstretch,
#slider .backstretch img {
	overflow:hidden;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

a.prev, a.next {
	position:absolute;
	width:25px;
	height:41px;
	bottom:16px;
	text-indent:-99999%;
	z-index:100;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.prev {
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_c0d2ce104f.png) no-repeat;
	left:20px;
}

a.next {
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_c343d69ccc.png) no-repeat;
	right:20px;
}

a.prev:hover, a.next:hover {
	opacity: 0.5;
}

#homeCTA {
	position:absolute;
	width:100%;
	left:0;
	bottom:-24px;
	z-index:2;
}

#homeCTA a {
	display:inline-block;
	color:#000;
	font-family: 'Roboto';
	font-weight:700;
	font-style:normal;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	line-height:24px;
	padding:17px 75px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.98);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.98);
	-moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.98);
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffed00+0,fdca01+100 */
	background: rgb(255,237,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGNhMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,237,0,1) 0%, rgba(253,202,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,237,0,1) 0%,rgba(253,202,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,237,0,1) 0%,rgba(253,202,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-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;
}

#homeCTA a:hover {
	opacity:0.5;
}

#homeCTA a span {
	padding:17px 0 17px 35px;
	background:url(http://cdn.myld.com.au/2/1169/photon-solar_c1b2c799fe.png) left center no-repeat;
}

#intro {
	padding-top:65px;
}

#intro h1 {
	color:#fff200;
	font-family: 'Roboto';
	font-weight:700;
	font-style:normal;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:-0.015em
	line-height:24px;
	margin:0 0 30px 0;
}

#intro h2 {
	display:block;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
	color:#fff;
	font-family: 'Roboto';
	font-weight:700;
	font-style:normal;
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	margin:50px 0 0 0;
}

#intro h2 span {
	position:relative;
	display:inline-block;
}

#intro h2 span:before,
#intro h2 span:after {
	content:"";
	position:absolute;
	top:50%;
	margin-top:-2px;
	width:9999px;
	height:3px;
	background:#fff200;
}

#intro h2 span:before {
	right:100%;
	margin-right:8px;
}

#intro h2 span:after {
	left:100%;
	margin-left:8px;
}

#intro h2 span 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;
}

#intro h2 span a:hover {
	color:#fff200;
}

#content {
	border-top:solid 3px #fff200;
	margin-top:60px;
	padding-top:70px;
	padding-bottom:75px;
}

.contentBox {
	margin-bottom:75px;
}

.contentBox:last-child {
	margin-bottom:0;
}

.contentBox h2 {
	color:#fff200;
	font-family: 'Roboto';
	font-weight:700;
	font-style:normal;
	font-size:17px;
	line-height:34px;
	letter-spacing:-0.015em;
	text-transform:uppercase;
	margin:0 0 40px 0;
	padding-bottom:40px;
	border-bottom:solid 3px #808080;
}

.contentImage {
	margin-bottom:15px;
}

.contentImage img {
	display:inline-block;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#homeThumbs {
	padding-top:50px;
	padding-bottom:60px;
}

.ht {
	margin-bottom:50px;
}

#htRow2 .ht:last-child {
	margin-bottom:0;
}

.homeThumb {
	max-width:350px;
	margin-left:auto;
	margin-right:auto;
	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;
}

#homeThumbs a:hover .homeThumb {
	color:#fff200;
}

.htImage {
	position:relative;
	margin-bottom:25px;
}

.htImage:before {
	opacity:0;
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	pointer-events:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff200+0,fff200+100&amp;1+0,0+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjIwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmYyMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,242,0,1) 0%, rgba(255,242,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,242,0,1) 0%,rgba(255,242,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,242,0,1) 0%,rgba(255,242,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-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 {
	opacity:1;
}

.htImage:after {
	content:"";
	position:absolute;
	width:65px;
	height:64px;
	right:10px;
	top:10px;
	pointer-events:none;
	background:url(http://cdn.myld.com.au/2/1169/photon-solar_370f62b752.png);
}

.homeThumb h3 {
	color:#fff;
	font-family: 'Roboto';
	font-weight:700;
	font-style:normal;
	font-size:17px;
	line-height:34px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	margin:0 0 30px 0;
	padding-bottom:25px;
	border-bottom:solid 3px #4f4e4e;
	-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:#fff200;
	border-bottom-color:#fff200;
}

body#contact-us #footerCTA {
	display:none;
}

#footerCTA a {
	display:inline-block;
	color:#000;
	font-family: 'Roboto';
	font-weight:700;
	font-style:normal;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:-0.015em;
	line-height:24px;
	padding:13px 40px;
	-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;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffed00+0,fdca01+100 */
	background: rgb(255,237,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZWQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGNhMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,237,0,1) 0%, rgba(253,202,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,237,0,1) 0%,rgba(253,202,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,237,0,1) 0%,rgba(253,202,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-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;
}

#footerCTA a:hover {
	opacity:0.6;
}

#synopsis {
	position:relative;
	border-top:solid 4px #4a4a4a;
	padding-top:75px;
	padding-bottom:60px;
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_6e933d9f8c.png) center top no-repeat #212121;
	color:#fff;
	font-family: 'Roboto';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:35px;
	letter-spacing:-0.015em;
}

#synopsis ul {
	margin:0 0 20px;
	padding:0;
	list-style-type:none;
}

#synopsis ul li {
	position:relative;
	display:inline-block;
	padding-left:12px;
	margin-left:12px;
}

#synopsis ul li:before {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	left:0;
	top:50%;
	margin-top:-3px;
	pointer-events:none;
	background:#fff200;
	border-radius:999px;
	-webkit-border-radius:999px;
	-moz-border-radius:999px;
}

#accreditation {
	position:absolute;
	right:14px;
	bottom:14px;
	padding:10px;
	background:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

#footer1 {
	padding:25px 25px 20px;
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_7ba1f7d742.png) repeat;
}

#copyright {
	margin-top:8px;
}

#copyright span {
	background:#4f4e4e;
	color:#000;
	font-family: 'Roboto';
	font-weight:400;
	font-style:normal;
	font-size:13px;
	line-height:18px;
	letter-spacing:0;
}

#footerSocial a {
	display:inline-block;
	width:37px;
	height:37px;
	-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;
}

#footerSocial .googlep {
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_07b98856df.png);
}

#footerSocial .ls {
	margin-left:20px !important;
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_017ea3fdec.png);
}

#footerSocial .facebook {
	margin-left:20px !important;
	background:url(http://cdn.myld.com.au/2/1170/photon-solar_f2ae1225b4.png);
}

#footerBrand {
	margin-top:8px;
}

#footerBrand a {
	background-color:#4f4e4e;
}

#mapWrap {
	position:relative;
	margin-top:65px;
}

#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:#fff200;
	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:#fff200;
	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;
}

a.fancybox.thumbnail {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.fancybox.thumbnail:hover {
	opacity:0.6;
	filter: alpha(opacity=60);
	border-color:#ddd;
}

.firefox .isotope,
.firefox .item {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
}

p.italic {
	font-style:italic;
}

/* @media queries
-----------------*/
@media (min-width: 1200px) {...}

@media (min-width: 992px) {
	#map-canvas {
		height:383px;
	}
	
	#sliderWrap,
	#logo:before,
	#headerRight,
	#menu,
	#headerBG {
		display:block;
	}
	
	#header {
		padding-top:65px;
		padding-bottom:100px;
	}
	
	#logo {
		display:inline-block;
	}
}

@media (max-width: 991px) { /*beginning of default fixed menu bar*/ }

@media (min-width: 768px) {
	#htRow2 {
		margin-top:50px;
	}
	
	.ht {
		margin-bottom:0;
	}
	
	.cotentImage {
		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) {...}

/* 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) {...}