/*
Theme Name: LED Conversion Systems
Author: Netwizard Design
Author URI: http://www.netwizarddesign.com.au
Version: 1.0
*/
@import url('fonts/fonts.css');
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 14px;
	line-height: 1.5em;
	font-family:'TeXGyreAdventorRegular';
	color: #444;
	background:#f3f3f3;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	position:relative;
}
.clear {
	clear:both;
}
.container {
	width:1200px;
}
#top-header {
	width:100%;
	padding:6px;
	background:#222;
	color:#fff;
	position:relative;
	z-index:400;
}
#header {
	position:relative;
	z-index:300;
	background:#fff;
	padding:20px 0;
	box-shadow:0 0 7px rgba(0,0,0,0.8);
}
.logo {
	float:left;
}
.slicknav_menu {
	display:none;
}
.menu {
	position:relative;
	z-index:100;
	list-style-type:none;
	margin:-15px 0 0 0;
	float:right;
}
.menu li {
	display:inline;
	margin:0 0 0 0;
}
.menu li a {
	border-radius:8px;
	float:left;
	display:block;
	font-size:20px;
	color:#606060;
	padding:70px 28px 30px 28px;
	text-align:center;
	text-decoration:none;
	
}
.menu li a:hover {
	
}
.menu li.current_page_item a {
	background:url(images/menu-active.png) no-repeat top center;
	-webkit-box-shadow: 0 8px 12px -5px rgba(0,0,0,0.7);
	   -moz-box-shadow: 0 8px 12px -5px rgba(0,0,0,0.7);
            box-shadow: 0 8px 12px -5px rgba(0,0,0,0.7);
			text-shadow:1px 1px 1px #fff;
}
#inner-wrap {
	position:relative;
	z-index:100;
	background:url(images/slider.png) repeat-x bottom right;
	height:100px;
}

#slider {
	position:relative;
	z-index:100;
	background:url(images/slider.png) repeat-x;
	height:475px;
}
.cycle-slideshow .slide {
	position:relative;
	width:100%;
}
.cycle-slideshow .slide img {
	position:absolute;
	top:-10px;
	right:30px;
}
.cycle-slideshow .slide h1 {
	color:#fff;
	font-size:60px;
	text-shadow:1px 1px 1px #222;
	margin:45px 0 15px 0;
}
.cycle-slideshow .slide p {
	color:#fff;
	font-size:24px;
	line-height:30px;
	text-shadow:1px 1px 1px #222;
	margin:0 0 55px 0;
}
.cycle-slideshow .slide .slide-btn {
	color:#fff;
	border-radius:10px;
	font-size:30px;
	background:#76a83e url(images/button.png) repeat-x;
	padding:10px 20px;
	text-align:center;
	text-shadow:1px 1px 1px #222;
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.7);
	   -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.7);
            box-shadow: 0 0px 6px rgba(0,0,0,0.7);
}
.cycle-slideshow .slide .slide-btn:hover {
	text-decoration:none;
	background:#76a83e url(images/button_h.png) repeat-x;	
}
.cycle-slideshow a:link, .cycle-slideshow a:visited, .cycle-slideshow a:hover, .cycle-slideshow a:active {
	text-decoration:none;
}

#slider .container {
	position:relative;
}
#slider .container .prev{
	position:absolute;
	z-index:999;
	width:13px;
	height:27px;
	background:url(images/prev.png) no-repeat;
	top:330px;
	right:80px;
}
#slider .container .next{
	position:absolute;
	z-index:999;
	width:13px;
	height:27px;
	background:url(images/next.png) no-repeat;
	top:330px;
	right:50px;
}
.home-boxes {
	margin:-72px 0 0 0;
	position:relative;
	z-index:500;
}
.home-boxes2 {
	margin:-40px 0 0 0;
	position:relative;
	z-index:500;
}
.box1 {
	width:47%;
	margin:0 0 0 0;
	float:left;
	border-radius:10px;
	background:rgba(255,255,255,0.4);
	padding:1.5%;
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
            box-shadow: 0 0px 12px rgba(0,0,0,0.3);
}
.box2 {
	width:47%;
	margin:0 0 0 0;
	float:right;
	border-radius:10px;
	background:rgba(255,255,255,0.4);
	padding:1.5%;
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
            box-shadow: 0 0px 12px rgba(0,0,0,0.3);
}
.box1 h2, .box2 h2  {
	color:#fff;
	background:#149c48;
	padding:10px 0;
	text-align:center;
	margin:0 0 0 0;
}
.box1 .text, .box2 .text  {
	background:#fff;
	padding:20px;
}
.box1 .text img, .box2 .text img  {
	float:left;
	margin:0 30px 30px 0;
}
.box1 .text p, .box2 .text p  {
	text-align:justify;
	padding:20px 0 0 0;
}
.box1 .text .link, .box2 .text .link  {
	margin:10px 0;
	clear:both;
}
.box1 .text .link a.pdf, .box2 .text .link a.pdf  {
	background:url(images/pdf.png) no-repeat;
	padding:3px 0 7px 40px;
	text-decoration:underline;
}
.small-btn {
	float:right;
	color:#fff;
	border-radius:10px;
	font-size:20px;
	background:#76a83e url(images/button.png) repeat-x;
	padding:7px 18px 10px 18px;
	text-align:center;
	text-shadow:1px 1px 1px #222;
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.7);
	   -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.7);
            box-shadow: 0 0px 6px rgba(0,0,0,0.7);
}
.small-btn:hover {
	color:#fff;
	text-decoration:none;
	background:#76a83e url(images/button_h.png) repeat-x;	
}
.small-btn:link, .small-btn:visited, .small-btn:hover, .small-btn:active {
	text-decoration:none;
	color:#fff;
}
#white {
	background:#fff;
	border-top:1px solid #ccc;
	padding:30px 0;
	margin:60px 0 0 0;
}
#white img {
	margin:0 0 30px 30px;
}
#white h1 {
	border-left:5px solid #149c48;
	color:#444;
	text-transform:uppercase;
	font-size:26px;
	padding:0 0 0 10px;
}
#white h1 span {
	color:#149c48;
}
#page {
	margin:-40px 0 40px 0;
	border-radius:10px;
	background:rgba(255,255,255,0.4);
	padding:1.5%;
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
            box-shadow: 0 0px 12px rgba(0,0,0,0.3);
	position:relative;
	z-index:400;
}
#page .content {
	background:#fff;
	padding:20px;
	border-radius:10px;
}
#page .content .main{
	width:65%;
	float:left;
}
#page .content .sidebar{
	width:30%;
	float:right;
}
#page .content h1 {
	color:#149c48;
	text-transform:uppercase;
	font-size:26px;
	margin:0 0 20px 0;
}
.wp-post-image {
	float:right;
	margin:0 0 40px 40px;
}


.box_sidebar {
	width:100%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	clear:both;
	margin:-30px 0 50px 0;
	background:rgba(255,255,255,0.4);
	padding:0 0 30px 0;
	-webkit-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
	   -moz-box-shadow: 0 0px 12px rgba(0,0,0,0.3);
            box-shadow: 0 0px 12px rgba(0,0,0,0.3);
}
.box_sidebar img {
	float:left;
	width:100px;
	margin:0 20px 20px 20px;
}
.box_sidebar h2  {
	color:#fff;
	font-size:18px;
	background:#149c48;
	padding:10px 0;
	text-align:center;
	margin:0 0 15px 0;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
}

.box_sidebar p {
	font-size:13px;
	line-height:18px;
}
.sidebar ul {
	list-style-type:none;
	width:100%;
	margin:0 0 0 -40px;
}
.widgettitle {
	font-size:20px;
	text-align:center;
	margin:0 0 0 0;
}
.small-btn2 {
	float:right;
	margin:10px 20px 0 0;
	color:#fff;
	border-radius:10px;
	font-size:16px;
	background:#76a83e url(images/button.png) repeat-x;
	padding:7px 12px 10px 12px;
	text-align:center;
	text-shadow:1px 1px 1px #222;
	-webkit-box-shadow: 0 0px 6px rgba(0,0,0,0.7);
	   -moz-box-shadow: 0 0px 6px rgba(0,0,0,0.7);
            box-shadow: 0 0px 6px rgba(0,0,0,0.7);
}
.small-btn2:hover {
	color:#fff;
	text-decoration:none;
	background:#76a83e url(images/button_h.png) repeat-x;	
}
.small-btn2:link, .small-btn2:visited, .small-btn2:hover, .small-btn2:active {
	text-decoration:none;
	color:#fff;
}
ul.pdf {
	list-style-type:none;
	margin:0 0 0 -30px;
}
ul.pdf li   {
	background:url(images/pdf.png) no-repeat;
	padding:3px 0 7px 40px;
	margin:0 0 7px 0;
}
.prod-box {
	min-height:240px;
	width:100%;
	position:relative;
	clear:both;
	padding:20px 0 80px 0;
	border-bottom:1px solid #eee;
}
.prod-box img {
	width:150px;
	float:right !important;
	margin:0 0px 20px 20px !important;
}
.prod-box h3 {
	color:#222;
	margin:0 0 0px 0;
	font-size:20px;
	font-weight:bold;
}
.prod-box p {
	margin:-5px 0 15px 0;
	font-size:13px;
	line-height:18px;
	text-align:left;
}
.prod_left {
	width:60%;
	float:left;
}
.prod_right {
	width:35%;
	float:right;
}
.prod_right img{
	margin:0 0 40px 0;
}
.prod_right table {
	width:100%;
	border:1px solid #ccc;
}
.prod_right table th{
	background:#149c48;
	color:#fff;
	text-align:center;
	padding:10px 0;
}
.prod_right table tr:nth-child(odd){
	background:#eee;
}
.prod_right table td{
	padding:3px 3px;
	border-right:1px solid #ccc;
	font-size:13px;
}
a.pdf   {
	background:url(images/pdf.png) no-repeat;
	padding:3px 0 7px 40px;
}
.map {
	width:100%;
	height:300px;
}

#footer {
	background:#222;
}
.copy {
	float:left;
	color:#999;
	font-size:12px;
	padding:20px 0;
	margin:0 0 0 0;
}
.designer {
	color:#999;
	font-size:12px;
	padding:20px 0;
	margin:0 0 0 0;
	float:right;
}
.designer a{
	color:#999;
}


.screen-reader-response {
	display:none;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
	color:red;
}
.wpcf7-mail-sent-ok {
	color:green !important;
}
.wpcf7-form {
    width:100%;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
	margin:0 0 30px 0;
}
.wpcf7-form label {
    display: block;
    margin: 0px;
	float: left;
	clear:both;
}
span.req {
	color:red;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea, .wpcf7-form select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 100%;
    font-size: 14px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.wpcf7-form textarea{
    padding: 5px 3px 3px 5px;
}
.wpcf7-form select {
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.wpcf7-form textarea{
    height:100px;
}
.wpcf7-form input[type="submit"] {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.wpcf7-form input[type="submit"]:hover {
    background: #CF7A7A
}
@media only screen and (max-width: 1200px) {
	.container {
		width:96%;
		padding:0 2%;
	}
	.menu li a {
		padding:70px 15px 30px 15px;
	}
	.cycle-slideshow .slide img {
		position:absolute;
		top:45px;
		right:30px;
		width:300px;
	}
	.cycle-slideshow .slide h1 {
		color:#fff;
		font-size:50px;
		text-shadow:1px 1px 1px #222;
		margin:45px 0 15px 0;
	}
	.cycle-slideshow .slide p {
		color:#fff;
		font-size:18px;
		line-height:26px;
		text-shadow:1px 1px 1px #222;
		margin:0 0 55px 0;
	}
}
	
@media only screen and (max-width: 1024px) {
	
	.copy {
		float:none;
		text-align:center;
		padding:20px 0 0 0;
		margin:0 0 0 0;
	}
	.designer {
		float:none;
		text-align:center;
		padding:5px 0 20px 0;
		margin:0 0 0 0;
	}

	.menu {
		display:none;
	}
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		width:100%;
		z-index:9998;
	}
	#header {
		margin-top:50px;
		text-align:center;
	}
	.logo {
		float:none;
	}
	#top-header {
		width:200px;
		float:left;
		padding:0px;
		background:transparent;
		color:#fff;
		position:fixed;
		top:15px;
		left:10px;
		z-index:999999;
		text-align:left !important;
	}
	.email {
		display:none;
	}
	#top-header .pull-right {
		float:none !important;
	}
	.mobi-hide {
		display:none;
	}
	#page .content .main{
		width:100%;
		float:none;
	}
	.box1, .box2 {
		width:100%;
		margin:0 0 40px 0;
		float:none;
	}
	.cycle-slideshow .slide img {
		position:absolute;
		top:45px;
		right:30px;
		width:250px;
	}
	.cycle-slideshow .slide h1 {
		color:#fff;
		font-size:40px;
		text-shadow:1px 1px 1px #222;
		margin:45px 0 15px 0;
	}
	.cycle-slideshow .slide p {
		color:#fff;
		width:400px;
		font-size:16px;
		line-height:22px;
		text-shadow:1px 1px 1px #222;
		margin:0 0 55px 0;
	}
	.prod_left{
		width:100%;
		float:none;
		margin:0 0 30px 0;
	}
	.prod_right {
		width:100%;
		float:none;
	}
	.sidebar {
		width:100% !important;
		float:none !important;
		margin:0 0 30px 0 !important;
	}
	a.pdf {
		display:block;
		float:left;
		clear:both;
		width:100%;
		margin:15px 0;
	}
	
}
@media only screen and (max-width: 600px) {
	#slider {
		position:relative;
		z-index:100;
		background:url(images/slider.png) repeat-x bottom center;
		height:120px;
	}
	.cycle-slideshow  {
		display:none;
	}
}
