/* PC
====================================== */
nav.nav2 {
	display: none;
}
@media (min-width:1001px) {
	nav.nav2 {
		display: block;
		    z-index: 2;
  		  position: relative;
	}
	.primary-content, .sidebar {
		float: none;
		margin: 0 auto;
		width: 100%;
		max-width: 480px;
	}
	.nav {
		margin-bottom: 0px;
	}
	.nav ul {
		*zoom: 1;
		list-style: none;
		margin: 0;
		padding: 0;
		background: #176862;
	}
	.nav ul:before, .nav ul:after {
		content: "";
		display: table;
	}
	.nav ul:after {
		clear: both;
	}
	.nav ul > li {
		float: left;
		position: relative;
		width: 14.2857%
	}
	.nav a {
		display: block;
		padding: 10px 5px;
		line-height: 1.3em;
		letter-spacing: 2px;
		color: #fff;
		border-left: 1px solid #ffffff;
		text-align: center;
		font-size: 1.4em;
		font-weight: bold;
	}
	.nav a:hover {
		text-decoration: none;
		background: #1F8C84;
	}
	.nav li ul {
		background: #fff;
	}
	.nav li ul li {
		width: 100%;
		border-bottom: 1px solid #e4e4e4;
	}
	.nav li ul a {
		border: none;
		color: #505050;
		font-size: 1.1em;
		text-align:left;
		font-weight:normal;
		letter-spacing: 0px;
	}
	.nav li ul a:hover {
		background: rgba(78, 78, 78, 0.34);
		color: #fff;
	}
	.nav1 ul > li:hover ul {
		left: 0;
	}
	.nav1 li ul {
		position: absolute;
		left: -9999em;
		top: 60px;
		z-index: 1;
	}
	.nav2 ul > li:hover ul {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.nav2 li ul {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: 200ms ease;
		-moz-transition: 200ms ease;
		-o-transition: 200ms ease;
		transition: 200ms ease;
	}
}
@media (max-width:1200px) {
	.nav a {
		font-size: 1.4em;
	}
}

/* Mobile
====================================== */
.navbar, .wrapper {
	display: none;
}
@media (max-width:1000px) {
	.hide1 {
		display: none;
	}
	.navbar p {
		margin: 0;
	}
	.wrapper {
		display: block;
	}
	.navbar {
		display: block;
		border: none;
		width: 210px;
		position: fixed;
		z-index: 30;
		height: 100%;
		left: -210px;
		overflow: auto;
		background: #5CAB86;
		transition: all ease-in-out 300ms;
	}
	.navbar .navbar_a1 {
		width: 100%;
		line-height: 20px;
	}
	.navbar .navbar_a1 > li {
		text-align: left;
	}
	.navbar .navbar_a1 > li >a {
		font-weight: bold;
		display: block;
		padding: 10px 10px;
		font-size: 1.4em;
		transition: all ease-in-out 0.3s
	}
	.navbar .navbar_a1 > li a:hover {
		background-color: rgba(0, 0, 0, 0.05);
		cursor: pointer;
	}
	
	.navbar .navbar_a1_bg {
		background: #71B696;
	}
	.navbar .navbar_b1 {
		width: 100%;
		line-height: 20px;
	}
	.navbar .navbar_b1.on {
		display: block;
	}
	.navbar .navbar_b1> li {
	}
	.navbar .navbar_b1 >li>a {
		font-size: 1.2em;
		display: block;
		padding: 5px 15px;
		color: #4b4b4b;
		transition: all ease-in-out 0.3s
	}
	.navbar li i {
		margin-right: 5px;
	}
	.navbar a {
		text-decoration: none;
		/*color: rgb(48, 136, 100);*/
		color: rgb(250, 250, 250);
	}
	header {
		background: #fff;
		position: fixed;
		width: 100%;
		line-height: 35px;
		z-index: 10
	}
	header .logo img {
		height: 100%;
		position: absolute;
		width: auto;
		padding-left: 50px;
		margin: 20 20px;
	}
	header .logo.none {
		display: none;
	}

	header .header-logo-left img {
		height: 100%;
		position: absolute;
		width: auto;
		margin-left :5px;
		padding: 0px;
	}
	header .header-logo-left.none {
		display: none;
	}
	
	header .header-logo-right img {
		height: 100%;
		position: absolute;
		width: auto;
		margin-left:60px;
		padding: 0px;
	}
	header .header-logo-right.none {
		display: none;
	}


	.form-control#google-search {
		border-width:2px ;
		border-color:#CFCFCF;
		background: none;
		border-radius: 0px;
		border: currentColor;
		transition: width 0.4s cubic-bezier(0, 0.26, 0, 1);
		border-image: none;
		top: 10px;
		width: 0px;
		right: 10px;
		padding-right: 32px;
		font-weight: 400;
		/*position: absolute;*/
		z-index: 3;
		cursor: pointer;
		-webkit-box-shadow: none;
	}
	
	.form-control#google-search:focus {
		width: 83%; z-index: 1; cursor: text; background-color: rgb(240, 240, 240); border:#909090 1px solid;
	}
	
	#search-field {
		height: 35px;
		width: 100%;
	}
	
	#search-image input[type="button"] {
		background: url("../images/navSearch.png") no-repeat center / contain;
		border: currentColor;
		border-image: none;
		width: 35px;
		height: 35px;
		text-indent: -10000px;
		margin-top: 10px;
		margin-right: 10px;
		float: right;
		display: inline-block;
		z-index: 2;
		cursor: pointer;
	}
	
	:-ms-input-placeholder.form-control#google-search {
		font-weight: 100;
	}

	.wrapper {
		position: absolute;
		top: 0;
		left: 0px;
		right: 0;
		z-index: 100;
		transition: all ease-in-out 300ms
	}
	.w-open {
		left: 250px;
		background-color: rgba(255, 255, 255, 0.7);
		position: fixed;
		bottom: 0;
	}
	.m-close {
		left: 0
	}
	.i-menu {
		position: relative;
		width: 35px;
		height: 35px;
		border-radius: 2px;
		margin: 10px;
		transition: all ease-in 200ms;
		cursor: pointer;
		float: left;
	}
	.i-menu span {
		position: absolute;
		display: block;
		width: 30px;
		height: 3px;
		background: #8ac0aa;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		transition: all ease-in 200ms
	}
	.i-menu span::before, .i-menu span::after {
		content: " ";
		position: absolute;
		display: block;
		width: 30px;
		height: 3px;
		background: #8ac0aa;
		transform: translateY(-6px);
		transform-origin: 47% 48%;
		transition: all ease-in 200ms
	}
	.i-menu span::after {
		transform: translateY(6px)
	}
	.i-menu.is-opened {
		transform: rotate(-180deg);
		border-radius: 45px;
		float: left;
	}
	.i-menu.is-opened span {
		background: transparent
	}
	.i-menu.is-opened span::before {
		transform: translateY(0) rotate(45deg)
	}
	.i-menu.is-opened span::after {
		transform: translateY(0) rotate(-45deg);
	}
	.active3 {
		background-color: rgba(255, 255, 255, 0.31);
	}
}