#content #search-container {
	box-sizing: border-box;
	border: 1px solid #d2d3d5;
	margin-right: 5px;
	overflow: hidden;
	line-height: 46px;
	margin-bottom: 10px;
	width: auto;
	float: none;
	clear:right;
}

/* Mobile Style  */

#iconmob-logo {
	display: none;
	height: 21px;
	margin-top: 9px;
	float: right;
}

#wrapiconmob {
	width: 100%;
	background: #ffffff;
	height: 39px;
	position: relative;
	display: none;
	background-color: #d6e7c0;
	border-bottom: 1px solid #fff
}


#menuicon {
	display: none;
	width: 26px;
	height: 20px;
	position: absolute;
	left: 5px;
	cursor: pointer;
	top: 5px;
	border: 1px solid #02421c;
	border-radius: 4px;
	padding: 3px;
}

#menuicon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 26px;
	background: #02421c;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	margin-left: 3px;
}



#menuicon span:nth-child(1) {
  top: 5px;
}

#menuicon span:nth-child(2), #menuicon span:nth-child(3) {
  top: 12px;
}

#menuicon span:nth-child(4) {
  top: 19px;
}

#menuicon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#menuicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menuicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menuicon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}


@media (max-width: 1040px) {
	#search-container label {
		display: none;
	}
}


@media (max-width: 820px) {
	
	#wrapiconmob {
		display: block;
	}
	#wrapiconmob #search-container {
		margin-left: 10px;
		padding-top: 9px;
	}
	#wrapiconmob input.tx-indexedsearch-searchbox-button.submit {
		display: none;
	}
	#wrapiconmob #search-container .sword {
		margin: 0;
		width: 50%;
		padding: 2px 5px;
		box-shadow: inset 0px 0px 7px rgba(0, 0, 0, .4);
		border: none;
		font-size: 12px;
		height: 20px;
	}
}


@media (max-width: 680px) {
	#menu-bg {
		margin-top: -10px;
	}
	#content #left-container {
		margin-top: 20px;
	}
}

@media (max-width: 500px) {
	#menu {
		overflow:inherit;
	}
	#sidemenu {
		display: none;
		margin-left: 10px;
	}
	#menu .item, #sidemenu .item {
		font-size: 80%;
		line-height: 190%;
	}
	#sidemenu .item {
		text-transform: uppercase;
		float: none;
		clear: left;
		display: block;
	}
	#sidemenu .item a {
		display: block;
		padding-left: 10px;
	}
	#wrapiconmob #search-container {
		margin-left: 47px;
	}
	#wrapiconmob #menuicon {
		display: block;
	}
}







