/*
	Theme Name: Light TC
	Theme URI: http://html5blank.com
	Description: 
	Version: 0.1

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
/* content wrapper */
.contentwrapper {
	width:1350px;
	margin:0 auto;
	position:relative;

}
/* header */
.header {
	height: 160px;
	padding-top: 35px;
	background: #231f20;
	border-bottom: 3px #ecc119 solid;
}
.headerinwrap {
	max-width: 1350px;
	margin: 0 auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
/* logo */
.logo {
	padding-left: 20px;
}

.logo-img {
	width: 240px;
	float: left;
}

.logo-img a {
	border: 0px;
}


/* nav */

/* hide mobile nav toggle by default */
.nav-toggle {
	display: none;
}

.menu {
	margin-top: 20px;
	float: left;
}

.nav {
	left: 0;
}

.nav ul {
	height: 30px;
}
.nav li    {
    display: block;
    float: left;
    line-height: 15px; /* this should be the same as your #main-nav height */
    height: 30px; /* this should be the same as your #main-nav height */
    position: relative; /* this is needed in order to position sub menus */
	text-align: center;
	vertical-align: middle;
	margin-left: 30px;
}
.nav li a  {
    display: block;
    line-height: 15px;
    padding: 0px;
	color: #fcda04;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 4px;
}

.nav li a:hover {
	color: #fff;
	border-bottom: 1px #ecc119 solid;
}

.current_page_item a {
	border-bottom: 1px #ecc119 solid;
}

/* hide home page from nav */
li.page_item.page-item-36 {
	display: none;
}

/* fix vertical adjust on ligthing, energy and life menu options */
.page-item-7 {
	margin-top: -5px;
	width: 100px;
}
.page-item-11 {
	margin-top: -5px;
	width: 80px;
}
.page-item-13 {
	margin-top: -5px;
	width: 80px;
}


/* sub nav */
.subnavwrap{
	width: 100%;
	background: #ecc119;
}

.subnav {
	margin: 0 auto;
	max-width: 890px;
	height: 50px;
	text-align: right;
}

.subnav a  {
    display: inline-block;
    line-height: 50px;
	color: #000;
	font-size: 1.1em;
	font-weight: 600;
	margin-left: 25px;
}

.subnav a:hover {
	color: #fff;
}

.subnav span  {
	display: inline-block;
	margin-left: 25px;
}

.subnav2 {
	margin: 0 auto;
	max-width: 890px;
	height: auto;
	text-align: right;
}

.subnav2 a  {
    display: inline-block;
    line-height: 50px;
	color: #000;
	font-size: 1.1em;
	font-weight: 600;
	margin-left: 15px;
}

.subnav2 a:hover {
	color: #fff;
}

.subnav2 span  {
	display: inline-block;
	margin-left: 25px;
}



/* sidebar */
.sidebar {

}


/* slider  */

	ul.slider {
		list-style-type: none;
		margin: 0;
		padding: 0;
		position: relative;
	}
	
	ul.slider li {
		position: absolute;
		width: 100%;
	}
	
	ul.slider li:not(:first-child) {
		display: none;
	}

	.prodslider {
		height: 500px;
	}

	.prodslider li {
	background-size: cover;
	height: 500px;
	}

	.prodslider .bullets {
		bottom: 25px;
		right: 50px;
		position: absolute;
		z-index: 1;
	}

	.prodslider .bullets a {
		background: #fff;
		border-radius: 12px;
		display: inline-block;
		height: 12px;
		margin: 0 5px;
		width: 12px;
		transition: background .25s;
	}

	.prodslider .bullets a.active {
		background: #fcda04;
	}

	.slidetxtbox {
		width: 520px;
		height: 225px;
		padding: 30px;
		margin-top: 40px;
		float: left;
		background: rgb(51, 51, 51);
		background: rgba(51, 51, 51, .9);
		color: #fff;
		font-size: 1.2em;
	}

	.slidetxtbox h1 {
		color: #fcda04;
		margin: 0px;
		font-size: 1.6em;
	}
	
	.slidetxtbox a {
		text-decoration: none;
		color: #fff;
		font-weight: 900;
	}
	
	.slidetxtbox span {
		color: #fcda04;
		font-size: 1.3em;
		font-weight: 900;
	}

	.slideoverlay {
		width: 1050px;
		padding-top: 100px;
		margin: 0 auto;
		display: block;
		height: auto;
		z-index: 9
	}
	
	.slideimg {
		float: left;
		width: 400px !important;
		padding-left: 40px;
	}
	
	.slideimg4 {
		float: left;
		width: 400px !important;
		padding-top: 60px;
		padding-left: 40px;
	}
	
	.slideimg5 {
		float: left;
		width: 400px !important;
		padding-top: 30px;
		padding-left: 40px;
	}
	

	.scrolldown {
		 display: none;
	}
	

/* home about us */
.homeaboutus {
	width: 100%;
	min-height: 400px;
	margin:0 auto;
	background: #231f20;
	overflow: hidden;
}

.homeaboutuswrap {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}

.homeaboutuswrap h1 {
	color: #fff;
	margin: 0;
}

.homeaboutuswrap h1 span {
	color: #fcda04;
}

.abouticonwrap {
	margin: 0 auto;
	width: 920px;
}

.abouticon {
	float: left;
	width: 200px;
	height: 80px;
	color: #fcda04;
	margin-right: 40px;
}

.abouticon.last {
	margin-right: 0px;
}

.abouticon img {
	float: left;
	width: 75px;
	padding-right: 15px;
}

.abouticon span {
	display: block;
	padding-top: 12px;
}

.aboutfindbutton {
	margin: 0 auto;
	width: 200px;
	height: 30px;
	background: #fff;
	color: #999;
	text-align: center;
	line-height: 30px;
}

/* home testimonials */
.hometestimonials {
	width: 100%;
	height: 250px;
	margin:0 auto;
	position:relative;
	background: #fcd827;
	overflow: hidden;
}

.hometestimonialswrap {
	width: 900px;
	margin:0 auto;
	position:relative;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.hometestimonials h1 {
	color: #000;
	margin: 0 auto;
	width: 1200px;
}

/* testimonials slider  */

 .testslider {
	width: 900px;
}

div.hometestimonials > div > div > div.owl-controls {
	position: absolute;
	top: 70px;
	height: 20px;
	width: 100%;
}

div.hometestimonials > div > div > div.owl-controls > div.owl-nav {
	width: 100%;
}

div.hometestimonials > div > div > div.owl-controls > div.owl-nav > div.owl-prev {
	float: left;
	font-size: 1.8em;
	font-weight: 900;
}

div.hometestimonials > div > div > div.owl-controls > div.owl-nav > div.owl-next {
	float: right;
	font-size: 1.8em;
	font-weight: 900;
}

.testslide {
	text-align: center;
	font-size: 1.3em;
	padding-top: 50px;
	padding-bottom: 50px;
}





/* footer contact */
.footercontact {
	min-height: 400px;
	border-top: 1px #000 solid;
	overflow: hidden;
}

.footercontact h1 {
	color: #000;
	margin: 0 auto;
	width: 1200px;
}

.footercontact h1 span {
	color: #fcda04;
}

.footercontactinw {
	margin: 0 auto;
	width: 900px;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #000;
}

.contactdetails {
	float: left;
	width: 300px;
	padding-bottom: 20px;
	color: #000;
	border-right: 1px #000 solid;
}

.contactdetails img {
	vertical-align: middle;
}


.contactlocation {
	float: left;
}


.contactdetails span {
	display: block;
	height: 7px;
	width: 10px;
}

.contactyt {
	margin-left: -10px;	
}

.contactform {
	float: left;
	width: 600px;
	color: #bcbec0;
	padding-top: 0px;
	padding-left: 100px;
}



input[type=text], input[type=email] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	transition: all .30s ease-in-out
		
	color: #000;
	background: #fff;
	padding: 10px;
	text-decoration: none;
	width: 160px;
	outline: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 0.7em;
	margin-bottom: 5px;
	
	/* fix for element moving with focus border */
	border: 1px solid #fff;
	
	border-bottom: 1px #000 solid;
}

#cphone {
	width: 260px;
	margin-left: 20px;
}

#cemail {
	width: 260px;
	margin-left: 20px;
}

textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: none;
	border: none;

	color: #000;
	background: #e6e7e8;
	padding: 10px;
	text-decoration: none;
	width: 447px;
	height: 120px;
	outline: 0;
	font-family: 'Oswald', sans-serif;
	font-size:0.7em;
	margin: 1px;
	margin-top: 30px;
	margin-bottom: 0px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	box-shadow: 0 0 2px #ffd900;
	border: 1px solid #ffd900;
}

input[type=submit] {
	background: #fcd827;
	border: none;
	color: #74787a;
	display: inline-block;
	font-size: 1em;
	font-weight: 400;
	width: 448px;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	cursor:pointer
}

.result {
	height: 30px;
}


/* sitemap */

.sitemapwrap {
	height: 40px;
	background: #e8e9ea;
	overflow: hidden;
}

.sitemap {
	width: 900px;
	margin: 0 auto;
	line-height: 30px;
}

/* footer */
.footer {
	height: 60px;
	line-height: 60px;
	background: #231f20;
	color: #fff;
	text-align: center;
}

.footer a {
	color: #ecc119;
}

.designed {
	padding: 0px;
}


/*------------------------------------*\
    YOUTUBE EMBEDDED
\*------------------------------------*/

.youtubewrap {
	margin: 0 auto;
	width: 560px;
	height: 315px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.pagetitlewrap {
	height: 60px;
	line-height: 60px;
	background: #231f20;
	width: 100%;
}

.pagetitle {
	width:1200px;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	padding-left: 10px;
}

.pagetitle span {
	color: #fcda04;
}

.pagetitle h1 {
	margin: 0;
}

.pagecentered {
	width: 900px;
	margin: 0 auto;
	font-size: 1.1em;
}

.pagecentered a {
	color: red;
}

/*------------------------------------*\
    PRODUCTS
\*------------------------------------*/

.prodwrap {
	margin: 0 auto;
	width: 900px;
	text-align: center;
}

.prodwrap h2 {
	text-align: left;
}

.prod1 {
	width: 300px;
	text-align: center;
	float: left;
}

.prod2 {
	width: 300px;
	text-align: center;
	float: left;
	padding-left: 5px;
}

.prod3 {
	width: 300px;
	text-align: center;
	float: left;
	padding-left: 5px;
}

/*------------------------------------*\
    NEWS POSTS
\*------------------------------------*/

.post h1 {
	margin-bottom: 5px;
}

span.date {
	color: #999;
	font-size: 1.1em;
}

.post > p {
	font-size: 1.0em;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width:1400px) {

	/* reduce slider overlay, text and image */
	.slideoverlay {
		width: 840px;
		height: 250px;
	}
	
	.slideimg {
		width: 300px !important;
		padding-left: 40px;
	}
	
	.slideimg4 {
		width: 300px !important;
		padding-top: 60px;
		padding-left: 40px;
	}
	
	.slideimg5 {
		width: 300px !important;
		padding-top: 30px;
		padding-left: 40px;
	}
	
	.slidetxtbox {
		width: 500px;
		height: 180px;
		padding: 20px;
		margin-top: 40px;
		font-size: 1.1em;
	}
	
	.slidetxtbox h1 {
		color: #fcda04;
		margin: 0px;
		font-size: 1.5em;
	}
	
	.slidetxtbox a {
		text-decoration: none;
		color: #fff;
		font-weight: 900;
	}
	
	.slidetxtbox span {
		color: #fcda04;
		font-size: 1.3em;
		font-weight: 900;
	}
	
	

	
	/* reduce page title */
	.pagetitle {
		width: 900px;
	}

	.homeaboutuswrap {
		width: 900px;
	}
	
	.hometestimonials h1 {
		width: 900px;
	}
	
	.footercontact h1 {
		width: 900px;
	}
	
}

@media screen and (max-width: 1150px){

	.headerinwrap {
		width: 900px;
	}

	/* logo */
	.logo {
		padding-left: 0px;
	}
	
	.slideoverlay {
		width: 500px;
	}
	
	.slideimg {
		display: none;
	}
	
	.slideimg4 {
		display: none;
	}
	
	.slideimg5 {
		display: none;
	}	
	
	.scrolldown {
		 padding-top: 10px;
		 display: block;
		 margin: 0 auto;"
	}
	
	
	.nav{
		top: 20px;
		width: 100%;
		position: absolute;
		background-color: #fcda04;
		border-bottom: 1px solid #231f20;
		border-top: 1px solid #231f20;
		z-index: 9999;
	}

	.menu {
		margin: 0px;
		width: 100%;
	}
	
	.nav ul {
		margin: 0;
		padding: 0;
		width: 100%;
		display: block;
		list-style: none;
	}

	.nav li {
		width: 100%;
		display: block;
		font-size: 1.1em;
		height: 30px;
		line-height: 30px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}
	
	.nav li a {
		color: #231f20;
		line-height: 30px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.nav li a:hover {
		color: #fff;
		background-color: #231f20;
	}

	.current_page_item a {
		border-bottom: 0px;
	}
	
	.js .nav {
		clip: rect(0 0 0 0);
		max-height: 0;
		position: absolute;
		display: block;
		overflow: hidden;
		zoom: 1;
	}

	.nav.opened {
		max-height: 9999px;
	}

	.nav-toggle{
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: block;
		width: 70px;
		height: 55px;
		float: right;
		margin: 0;
		text-indent: -9999px;
		overflow: hidden;
		background:#fcda04 url("img/hamburger.png") no-repeat 50% 33%;
	}

	.pagetitle {
		width: 100%;
	}
	
	.pagetitlewrap > h1 {
		padding-left: 5px;
	}
	
	/* about us home page */
	.abouticon {
		margin-right: 10px;
	}
	
	
}


@media only screen and (max-width: 950px) {

	.headerinwrap {
		width: 100%;
	}

	.subnav {
		width: 100%;
		padding-right: 20px;
	}


	.subnav2 {
		padding-right: 10px;
	}


	
	
	.pagetitlewrap > h1 {
		padding-left: 10px;
	}

	.pagecentered {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	h1 {
		padding-left: 0px;
	}
	
	h2 {
		padding-left: 0px;
	}
	
	.prodwrap {
		width: 100%;
	}
	
	.prod1 {
		margin: 0 auto;
		float: none;
	}
	
	.prod2 {
		margin: 0 auto;
		float: none;
	}
	
	.prod3 {
		margin: 0 auto;
		float: none;
	}
	
	/* youtube vid */
	.youtubewrap {
		width: 300px;
		height: 180px;
	}
	
	/* home about us */
	.homeaboutuswrap {
		width: 100%;
	}
	
	.abouticonwrap {
		width:100%;
	}
	
	.abouticon {
		float: none;
		margin-right: 0px;
		margin: 0 auto;
		margin-top: 25px;
	}
	
	.abouticon.first {
		float: none;
		margin-right: 0px;
		margin: 0 auto;
		margin-top: 0px;
	}
	
	.abouticon.last {
		float: none;
		margin-right: 0px;
		margin: 0 auto;
		margin-top: 25px;
	}
	
	/* home testimonials */
	
	.hometestimonials h1 {
		padding-left: 10px;
	}

	.hometestimonialswrap {
		width: 100%;
	}
	
	 .testslider {
		width: 100%;
	}
	
	/* footer contact */
	
	.footercontactinw {
		width: 100%;
		padding-top: 0px;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.footercontact h1 {
		width: 100%;
		padding-left: 10px;
	}
	
	.contactdetails {
		float: none;
		width: 250px;
		border-right: 0px;
		margin: 0 auto;
	}
		
	.contactform {
		float: none;
		width: 300px;
		padding-left: 0px;
		padding-top: 20px;
		margin: 0 auto;
	}

	#cname {
		float: none;
		display: block;
		width: 300px;
	}
	
	#cphone {
		float: none;
		margin-left: 0px;
		width: 300px;
	}
	
	#clname {
		float: none;
		display: block;
		width: 300px;
	}
	
	#cemail {
		float: none;
		margin-left: 0px;
		width: 300px;
	}
	
	#cmessage {
		width: 300px;
		display: block;
	}
	
	
	input[type=submit] {
		width: 300px;
	}
	
	.sitemap {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	
	.slidetxtbox {
		width: 300px;

	}

	.slideoverlay {
		width: 300px;
		padding-top: 100px;
	}
	
	.prodslider .bullets {
		display: none;
	}
	
	.homeaboutuswrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

