/* RESPONSIVE CODE */

/* TABLET SPECIFIC */
@media (max-width:800px) {
	
	.practice ul li {
		padding: 10% 0;
	}
	
	.xstructure {
		margin-top:50px;
	}
	
	#search {
		
	}

/* COMMON MOBILE */

.mobile-menu-open {
	overflow:hidden;
	width: 100%;
	height: 100%;
}
.mobile-menu-open body {
	-webkit-overflow-scrolling: none;
	max-height: 100%;
	overflow: hidden;
}

#mobnav-btn {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #70aa43;
	z-index: 9999999999;
	display: none;
	cursor: pointer;
	line-height:50px;
	height:50px;
	border-bottom: 2px solid #333;
}
.mobile-menu #mobnav-btn .mobnav-btn-label {
	padding-left: 5%;
	padding-right:5%;
	display: block;
}
.mobile-menu #mobnav-btn.xactive {
	
}
.mobnav-icon {
	position: absolute;
	background:url('../../images/mobile-button.png');
	background-size:100%;
	width: 50px;
	height: 34px;
	top: 7px;
	right:5%;
}
.mobnav-logo {
	position: absolute;
	background:url('../../images/mobile-logo.png');
	background-size:100%;
	width: 38px;
	height: 37px;
	top: 6px;
	left:5%;
}
.mobnav-icon span {
	background-color: white;
	display: block;
	width: 100%;
}

.mobile-menu #mobnav-btn {
	display: block;
}
.mobile-menu #mobnav-btn.xactive {
	
}
.xnav-container {
	width: 100%;
	height: 100%;
}
.mobile-menu nav {
	display: none;
}
.mobile-menu-open nav {
	background-color:#fff;
	display: block;
	position: fixed;
	top: 50px;
	overflow:scroll;
	min-height:100%;
	height:100%;
	z-index: 9999999999;
	padding-bottom: 50px;
}
.mobile-menu .sf-menu li {
	display: block;
	float: none;
}
.mobile-menu .sf-menu a {
	background-color: #fff;
	color:#000;
	padding:2.5% 5%;
}

}

/* MOBILE SPECIFIC */
@media (max-width:600px) {
	
	.practice ul li {
		padding: 5% 0;
	}
	
	.logo a {
		text-align: left;
	}
	
	.header-right {
		border-bottom:none;
		padding-bottom:0;
		margin-bottom:0;
		font-size:12px;
		line-height:18px;
	}
	
	.home-content h1:after,
	.home-content h1:before {
	    content: "";
	    position: absolute;
	    height: 2px;
	    width: 30%;
		margin:0 20%;
	    top: 50%;
	    right: 90%;
	    background: #abb89f;
	}
	.home-content h1:after { left: 90%; }
	
	.header-right {
		text-align:center;
	}
	
	.xstructure {
		margin-top:50px;
	}
	
	#search {
		display:none;
	}
	
	.go-btn {
		display:none;
	}
}