nav ul {
	list-style-type: none;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {

}

#siteheader {
	padding: 55px 0 0 0;
}

nav {
	position: relative;
}

nav > ul {
	width: 100%;
}

nav li.li-level-1 {
	float: left;
	padding-bottom: 2em;
}
nav li.li-level-1 > a {
	color: ##667378;
	padding: 0 15px;
	width: 100%;
}
nav li.li-level-1:last-child > a {
	padding-right: 0;
}
nav li.li-level-1:first-child > a {
	padding-left: 0;
}

nav .ul-level-2 {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 990px;
	overflow: hidden;
	border: 1px solid #ECECEC;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
nav .ul-level-2 {
padding-left:2px;
}
nav ul.ul-level-2 li {
}
nav li.li-level-3 {

	text-align: left;
	background-color: #fff;
}
nav li.li-level-2 {
	float: right;
	text-align: center;
	margin-right: 6px;
	line-height: 24px;
	width: 135px;
}
nav li.li-level-2 a.level-2.with-children:hover {
	cursor: text;
}
nav li.li-level-3 {
	margin-bottom: 2px;
	line-height: 20px;
	border-bottom:2px solid #f1f2f2;
	
}
nav li.inox li.li-level-3 {
	float: left;
	width: 200px;
	margin-right:60px;
	margin-left:60px;
	text-align: left;
}
nav li.li-level-3:hover {

	background-color: #f1f2f2;
}
nav li.li-level-2 a {
	width: 135px;
	display: block;
}
nav li.li-level-3 a {
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 13px;
	margin-right: 13px;
}
nav li.li-level-2 a.level-2 {
	padding-top:5px;
	padding-bottom:5px;
	background-color: #DCDDDE;
	margin-bottom:15px;
}
nav ul.ul-level-3 {
	margin-top:20px;
}

nav li.in-path a.level-1 {
	font-weight: 500;
	color: #000;
}
nav li.li-level-2.in-path a.level-2 {
	font-weight: 500;
	color: #000;
}
nav li.li-level-3.in-path a.level-3 {
	font-weight: 500;
	color: #000;
}
nav a.level-3.selected {
	font-weight: 500;
	color: #000;
}

#wrap {
	margin-top: 95px;
	display: inline-block;
	position: relative;
	float: right;
	padding: 0;
	top: -120px;
}

#wrap input[type="text"] {
	font-family: 'Roboto', sans-serif;
	height: 60px;
	font-size: 35px;
	display: inline-block;
	font-weight: 100;
	border: none;
	outline: none;
	color: #555;
	padding: 3px;
	padding-right: 60px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
	cursor: pointer;
}

#wrap input[type="text"]:focus:hover {
	/*  border-bottom: 1px solid #BBB; */
}

#wrap input[type="text"]:focus {
	width: 535px;
	z-index: 1;
	/*  border-bottom: 1px solid #BBB; */
	cursor: text;
	background-color: #fff;
}
#wrap input[type="submit"] {
	height: 67px;
	width: 63px;
	display: inline-block;
	color: red;
	float: right;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
	background-size: 50%;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0.4;
	cursor: pointer;
	transition: opacity .4s ease;
}

#wrap input[type="submit"]:hover {
	opacity: 0.8;
}

h3.accordion-section-title {
	margin: 0;
	padding: 0;
	outline: none;
	transition: all linear 0.15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 8px;
	border-top: 1px solid #939598;
}
h3.accordion-section-title:hover, h3.ui-accordion-header-active {
	cursor: pointer;
	background: #ECECEC;
}
