
#mobile-nav a.button{
	display:inline-block;
	background:#8f9c29;
	color:white;
	padding:5px 10px;
	transition:all 0.3s ease-in-out;
	border:1px solid #fff;
}
#mobile-nav a.button:hover{
	background:white;
	border:1px solid #8f9c29;
	color:#8f9c29;
}
.caret-right {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
	margin-top: 8px;
	
}
.caret-left{
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-right: 4px solid;
	display: inline-block;
	height: 0;
	opacity: 1;
	vertical-align: top;
	width: 0;
	margin-top: 8px;
	
}
body.drawer-open{
	overflow:hidden;	
}

body.drawer-open .ajax-wrapper,
body.drawer-open #panel,
body.drawer-open #fullpage{
	opacity:0.2;
}

body.drawer-open #mobile-nav{
	transform:translate3d(0,0,0);
	transition:transform opacity 0.3s ease-in-out;
	position:fixed;
	width:320px;
	z-index:200;
	 -webkit-box-shadow: 3px 0 6px 1px #ccc
          box-shadow: 3px 0 6px 1px #ccc
}
	body.drawer-open > .parallax-mirror img,
	body.drawer-open > footer,
	body.drawer-open > .ajax-wrapper,
	body.drawer-open > .segment,
	body.drawer-open > #panel,
	body.drawer-open > .fteasers{
		transform:translate3d(310px,0,0) !important;
		opacity:0.3 !important;
	}

body.stackednav #mobile-nav{
	overflow-y:hidden;	
}
#mobile-nav{
	transform:translate3d(-768px,0,0);
	transition:all 0.3s ease-in-out;
	height: calc(100% - 78px);
	position:fixed;
	width:320px;
	background:white;
	
	z-index:200;
	top:33px;
	bottom:0;
	padding:0px;
	overflow:auto;
	overflow-x:hidden;
}
#mobile-nav a{

}
.mobile-nav{
	position:absolute;
	right:15px;
	top:8px;
	cursor:pointer;
}
.mobile-nav i{
	color:#999a01;
}
.stackedBack{
	background: #999a01;;
	color: white;
	padding: 10px 2px 10px 15px;
	position: absolute;
	width: calc(100% + 15px);
	left: 0px;
	/*top: -18px;	*/
	cursor:pointer;
}
.stack{
	
}
.stack ul{
	margin-top:20px;	
}
.stack ul li{
	padding: 0px 0 12px 0;	
}
.stack ul li a{
	color:#8f9c29;
	font-weight:400;	
	/*text-transform:uppercase;*/
}
body.stackednav #mobile-nav{
	overflow-y:hidden;	
}
.stack.open {
    transform: translateX(0px);
}
.stack {
    position: fixed;
    top: -15px;
    z-index: 201;
    background: white;
    bottom: 0;
    width: 320px;
    left: 0;
    padding: 15px;
	overflow:auto;
	overflow-x:hidden;
    transform: translateX(-320px);
    transition: all 0.3s ease-in-out;
}









@media all and (max-width: 767px){	
	#mobile-nav .row{
		padding:5px 0 0 15px !important;	
	}
	.inner-footer-padding{
		padding-top:0 !important;	
		padding-left:0px;
		line-height:1.2;
	}
	.inner-footer-padding figure{
		display:none;
	}
	.footer-address{
		display:none !important;	
	}
	
	#mobile-nav ul li{
		padding:6px 0 6px 0;
		line-height:1.4 !important;
	}
	
	#mobile-nav ul li a{
		display:block;
		margin-right:50%;
	}
	
	#mobile-nav ul li a span{
		position:absolute;
		right:0px;
		width:20px;
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-left: 6px solid;
		margin-top:3px;
	}
	
	#mobile-nav ul ul{
		/*display:none;*/
	}
	
	#mobile-nav ul ul li{
		padding:0;
	}
	
	#mobile-nav ul ul li a{
		color:black;
	}
	
	
	#mobile-nav .no-mobilenav{
		display:none;
	}
	
	nav ul li {
		padding-right: 10px;
	}
	nav ul li a {
		font-size: 0.83em;
	}
	#mobile-nav a {
		font-size: 16px;
		font-weight:600;
	}
	.dropdown-menu>li>a {
		font-size:0.9em;
	}
	body.fixed header .row {
		max-width: 767px;
	}
	footer,

	footer h2{
		font-size:13px !important;	
	}
	.footer div[class^="col-"]{
		margin-bottom:15px !important;	
		padding-left:5px;
	}
	.footer div[class^="col-"]:nth-child(2n) a{
		/*font-size:13px !important;	*/
	}
	footer h2:empty{
		margin-top:10px !important;
	}
	footer .footer{
	background:#eee;
	padding:50px 0 50px 0;	
}	
	.footer nav ul{
		
	}
	.footer nav ul ul *{
		display:none;
	}
	.footer nav ul li{
		float:none;
		padding:0px 0 7px 0 !important;
		/*border-bottom:1px solid silver;*/
		margin:0 0 7px 0;
	}
	.footer nav ul li a{
		color:#666;
	}
	.footer a{
		font-weight:300;	
	}

}
