.nav-button { display: none; } /* hide the navigation button by default */
.primary-nav { display: none; }
.mobile-logo-container { display: none; }
.smallphone { display: none; }
.tablet { display: none; }
.mobile { display: none; }
/*.not_mobile {display:block !important ;}*/
/*.expand_item {display:block !important ;}*/
@media only screen and (min-width: 0px) and (max-width: 920px) {
.home_cycle{ width:100%; }
.top-nav { display: none; }
.wide { display: none; }
.not_mobile {display:none; }
.bx-controls-direction {display:none; }
.header-container {display:none; }
.mobile-logo-container {display:block; }
.tablet {display:block; }
.mobile {display:inline-block; }
ul.mobile {padding-left:0px; }
.slideToLeft, .slideToRight, #addthis, #topnav, #myaddthis{display:none;}
	#full-size {display:none !important;}
	#mobile-size {display:block !important; }
	/* Navigation Button
	-------------------------------------------------------- */
	.nav-button {
		display: inline-block;
		/*position: absolute;
		left: 7px;*/
		float:left;
		width: 50px;
		height: 35px;
		/*background: url('../img/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,.2));
		background: url('../img/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,.2));
		background: url('../img/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,.2));
		background: url('../img/menu-icon-large.png'),      -o-linear-gradient(top, rgba(255,255,255,0), rgba(255,255,255,.2));*/
		background: url('../img/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(5,88,157,0), rgba(5,88,157,.2));
		background: url('../img/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(5,88,157,0), rgba(5,88,157,.2));
		background: url('../img/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(5,88,157,0), rgba(5,88,157,.2));
		background: url('../img/menu-icon-large.png'),      -o-linear-gradient(top, rgba(5,88,157,0), rgba(5,88,157,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(115,114,114,.7) inset;
		border-radius: 5px;
		z-index: 999;
		/*padding-left:60px;*/
		color:#226dac;
		font-size:12px;
		margin:30px 10px 0px 15px;
		text-indent:60px;
		vertical-align: middle;
	}
	.nav-button:hover, .nav-button.open:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		/*background: url('../img/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../img/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));*/
		background: url('../img/close-icon-large.png'), -webkit-linear-gradient(top, rgba(5,88,157,0), rgba(5,88,157,.2));
		background: url('../img/close-icon-large.png'),    -moz-linear-gradient(top, rgba(5,88,157,0), rgba(5,88,157,.2));
		background: url('../img/close-icon-large.png'),     -ms-linear-gradient(top, rgba(5,88,157,0), rgba(5,88,157,.2));
		background: url('../img/close-icon-large.png'),      -o-linear-gradient(top, rgba(5,88,157,0), rgba(5,88,157,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */
	.header-container {
		margin-top:46px;
        -webkit-box-shadow: 0 5px 10px #aaa;
           -moz-box-shadow: 0 5px 10px #aaa;
                box-shadow: 0 5px 10px #aaa;
	}
	.nav-container {
		position:fixed;
		background:#fff;
		top:0;
		left:0;
		right:0;
		z-index: 2000;
		box-shadow: none;
		border-bottom:solid #05589d 1px;
	}
	.main{
		padding:10px 0 20px 0;
		padding:0 0;
		margin-top:46px;
	}
	#container{
		padding:10px 0 20px 0;
	}
	.mobile-logo{  
		display:inline;
		float:right;
		max-height:80px;
		z-index: 1000;
		margin:5px 0px 0px 0px;	
	}
	.mobile-logo-container h1{
		text-indent:-9999px;
		margin:0 0;
	}
	.nav_wrapper{
    	width: 100%;
    	margin: 0 0;
		padding-bottom:10px;
	}
	ul#header_contact{
		position: relative;
	}
	.primary-nav {
		width: 100%;
		float: none;
		background-color: #226dac;
		background-color: #000;
		background-color: #fff;
		display: block;
		height: -46px;
		margin: 0;
		padding: 0;
		/*overflow: hidden;*/
	/*	box-shadow: 0 1px 2px rgba(0,0,0,.6);*/
/*		position: absolute;
		left: 0px;*/
		z-index: 998;
		clear: both;
/*		-moz-box-shadow:    0px 10px 10px #aaa;
		-webkit-box-shadow: 0px 10px 10px #aaa;
		box-shadow:         0px 10px 10px #aaa;*/
	}
	.main-container{
		margin-top:100px;
	}
	.home_cycle{
		z-index:10;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		font-family: Arial;
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding-top: 10px;	
		padding-bottom: 10px;	
		padding-left:5%;
		padding-right:5%;
		font-size: 14px;
		font-weight: bold;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		color: white;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
		color:#fff;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		background-color: #226dac;
		background-color: #05589d;
		background-color: #0a76cf;
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
		background-image:      -ms-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
		background-image:       -o-linear-gradient(top, rgba(0,0,0,.2), rgba(0,0,0,0));
		height: auto; 
		margin-top: 80px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.2);
		border-bottom-color: transparent;
		color:#fff;
	}
	 .primary-nav.open li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
		margin-top:0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 13px;
		padding-top: 5px;	
		padding-bottom: 5px;	
		padding-left:8%;
		padding-right:5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}
	.sect_1 h2, .sect_1 p{
		font-size:0.85em;
	}
	h1{
		font-size:1.5em;
		margin: 0.2em 0;
		line-height:1.5;
	}
	/* Indicate active page */
	
	#home .primary-nav .home > a,
	#about .primary-nav .about > a,
	#geothermal .primary-nav .geothermal > a,
	#team .primary-nav .team > a,
	#products .primary-nav .products > a,
	#rebates .primary-nav .rebates > a,
	#faqs .primary-nav .faqs > a,
	#testimonials .primary-nav .testimonials > a,
	#contact .primary-nav .contact > a
	{
		color:		#226dac;	
		color:#fff;
		text-decoration:none;
		cursor:		default;
		font-weight:bold;
		background:#f1f1f1;
		background:#444545;
		background:#05589d;
		background: rgba(0,0,0,.5);
	}

		/* Mozilla gradient syntax */
/*		background-image:
			-moz-linear-gradient(#95e447, #015529);*/
		/* W3C gradient syntax for WebKit */
/*		background-image:
			-webkit-linear-gradient(top,
			#95e447, #015529);*/
		/* W3C gradient syntax for Opera */
/*		background-image:
			-o-linear-gradient(top,
			#95e447, #015529);*/
		/* Unprefixed W3C syntax */ 
/*		background-image:
			linear-gradient(top,
			#95e447, #015529);*/
		/* Old WebKit syntax */
/*		  background-image:
			-webkit-gradient(linear, 
			from(#95e447), to(#015529));*/
		/* IE10 Consumer Preview */ 
/*		  background-image: -ms-linear-gradient(top, #95E447 0%, #015529 100%);*/
.process-expandButton{
	margin:0 0;
}
#process .w-3col, #process .w-1col{
	margin-bottom:0;
	padding:0;	
}
}
@media only screen and (min-width: 0px) and (max-width: 960px) {
	.carousel_container{
		height:600px;
	}
	.below-carousel{
		margin-top:-240px;
	}
}
/*@media only screen and (min-width: 0px) and (max-width: 954px) {
	.carousel{
		height:auto;
	}
	.below-carousel{
		margin-top:-160px;
	}
}*/
@media only screen and (min-width: 619px) and (max-width: 959px) {
	.carousel_container{
		height:500px;
	}
	.below-carousel{
		margin-top:-200px;
	}
/*	.carousel{
		height:auto;
	}*/
	.carousel-caption h1 {
		font-size:22px;
	}
}
@media only screen and (min-width: 491px) and (max-width: 618px) {
	.carousel_container{
		height:400px;
	}
	.below-carousel{
		margin-top:-160px;
	}
/*	.carousel{
		height:auto;
	}*/
	.carousel-caption h1 {
		font-size:20px;
	}
}
@media only screen and (min-width: 416px) and (max-width: 490px) {
	.carousel_container{
		height:400px;
	}
	.below-carousel{
		margin-top:-160px;
	}
	.carousel{
		height:auto;
		/*margin-top:40px;*/
	}
	.carousel-caption h1 {
		font-size:20px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 415px) {
	.mobile-logo{ 
		max-height:50px;	
	}
	.main-container{
		margin-top:66px;
	}
	.nav-button{
		margin:15px 5px 0px 5px;		
	}
	.carousel_container{
		height:400px;
	}
	.below-carousel{
		margin-top:-210px;
	}
	.carousel{
		height:auto;
		/*margin-top:60px;*/
	}
	.carousel-caption h1 {
		font-size:15px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 407px) {
.tablet { display: none; }
.smallphone {display:block; }
} /* End Mobile Styles */