.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: 400px) {
.home_cycle{ width:100%; }
.top-nav { display: none; }
.wide { display: none; }
.not_mobile {display:none; }
 ul.flexbox {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-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:#737272;
		font-size:12px;
		margin:15px 10px 0px 15px;
		text-indent:60px;
	}
	.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-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;
		top:0;
		left:0;
		right:0;
		z-index: 2000;
		box-shadow: none;
	}
	.main{
		padding:10px 0 20px 0;
		padding:0 0;
		margin-top:46px;
	}
	#container{
		padding:10px 0 20px 0;
	}
	/*.mobile-logo-container{
		max-height:46px;
	}*/
	.mobile-logo{  
		display:inline;
		float:right;
		max-height:50px;
		/*max-width:80%;*/
		/*max-height:44px;*/  
		z-index: 1000;
		margin:5px 20px 5px 0px;	
	}
	.mobile-logo-container h1{
		text-indent:-9999px;
		margin:0 0;
	}
	.nav-container{
		background:#fff;
	}
	.nav_wrapper{
    	width: 100%;
    	margin: 0 0;
	}
	ul#header_contact{
		position: relative;
	}
	.primary-nav {
		width: 100%;
		float: none;
		background-color: #737272;
		background-color: #000;
		background-color: #fff;
		display: block;
		height: -46px;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #000;
		/*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:66px;
	}
	.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: #737272;
		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: 50px;
	}
	.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,
	#services .primary-nav .services > a,
	#about .primary-nav .about > a,
	#contact .primary-nav .contact > a
	{
		color:		#737272;	
		color:#fff;
		text-decoration:none;
		cursor:		default;
		font-weight:bold;
		background:#f1f1f1;
		background:#444545;
	}

		/* 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: 407px) {
.tablet { display: none; }
.smallphone {display:block; }
} /* End Mobile Styles */