


.nav-menu {
	position: static;
	top: 0;
	z-index: 999999999;
}

nav a {
	display: block;
	z-index: 99;

	color: #565656;
	text-decoration: none;
	font-family: Signika;
	font-size: 1.02rem;
	font-weight: 600;

	letter-spacing: -.01rem;


	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-ms-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	margin-left: 5px;
	padding: 0 90px 0 15px
}

.toggle, [id^=drop] {
	display: none
}

nav {
	margin: 0;
	padding: 0;
}

	nav a:hover {
		color: #009D8F;
	}

	nav:after {
		content: "";
		display: table;
		clear: both;
		z-index: 99
	}

	nav ul {
		float: left;
		padding: 0;
		margin: 0;
		list-style: none;
		position: relative;
		z-index: 999999;
	}

		nav ul li {
			margin: 0;
			display: inline-block;
			float: left;
			z-index: 99999999
		}

			nav ul li a {
				line-height: 65px;
				margin-left: 0;
				padding-left: 10px;
				padding-right: 10px;
				margin-right: 30px;
				display: block;
			}

		nav ul ul {
			display: none;
			position: absolute;
			top: 46px;
			margin-top: 13px
		}

		nav ul li li a {
			line-height: 35px;
			padding: 0 20px;
			padding-left: 10px;
			color: #2F2612;
		}

		nav ul li ul li:hover {
			background: #F7F3EA
		}

		nav ul li:hover > ul {
			display: inherit
		}

		nav ul ul li {
			width: 270px;
			float: none;
			display: list-item;
			position: relative
		}

			nav ul ul li a {
				font-family: 'Signika';
				font-style: normal;
				font-size: 15px;
				text-align: left;
				margin-left: 20px;
				-webkit-transition: .0s ease-in-out;
				-moz-transition: .0s ease-in-out;
				-ms-transition: .0s ease-in-out;
				-o-transition: .0s ease-in-out;
				transition: .0s ease-in-out;
			}

		nav ul ul ul li {
			position: relative;
			top: -60px;
			left: 270px;
		}

		nav ul li ul li {
			background: #fff
		}

li > a:after {
	content: ' +'
}

li > a:only-child:after {
	content: ''
}






@media screen and (min-width: 1091px) and (max-width: 1215px) {

	nav ul li a {
		line-height: 65px;
		margin-left: 0;
		padding-left: 20px;
		padding-right: 20px;
		display: block;
	}
}

@media screen and (min-width: 1026px) and (max-width: 1090px) {



	nav ul li a {
		line-height: 65px;
		margin-left: 0;
		padding-left: 5px;
		padding-right: 5px;
		display: block;
	}
}


@media all and (max-width : 1025px) {
	#logo {
		display: block;
		padding: 0;
		width: 100%;
		text-align: center;
		float: none;
	}

	nav {
		margin: 0;
		padding: 0;
		background: #ccc;
		margin-top: 0px;
		font-size: 14px;
		color: #333;
		font-family: 'Signika';
		font-style: normal;
		font-weight: 400;
	}

		nav a {
			display: block;
			padding: 0 20px;
			text-decoration: none;
			z-index: 9999;
			background: #fff;
			font-size: 14px;
			color: #333;
			font-family: 'Signika';
			font-style: normal;
			font-weight: 400
		}

			nav a:hover {
				color: #333;
			}

	.nav-menu {
		position: fixed;
		top: 0;
		z-index: 9999;
	}

	.toggle {
		display: block;
		background: #fff;
		z-index: 9999;
		font-size: 14px;
		color: #333;
		font-family: 'Signika';
		font-style: normal;
		font-weight: 400;
		line-height: 37px;
		text-decoration: none;
		padding: 0 20px 1px;
		cursor: pointer;
	 
	}

		.toggle:hover {
			background-color: #fff;
			color: #333;
		}

	.menu {
		max-height: 600px;
		overflow-y: scroll;
	}

	.toggle + a, .menu {
		display: none;
		text-align: left;
	}

	[id^=drop]:checked + ul {
		display: block;
		z-index: 9999;
	}

	nav ul li {
		display: block;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ccc;
	}

		nav ul li a {
			line-height: 50px;
			margin-left: 10px;
		}




	nav ul ul .toggle, nav ul ul a {
		line-height: 30px;
		padding: 0 40px 1px;
	}

	nav ul ul ul a {
		padding: 0 80px;
		line-height: 40px;
	}

	nav a:hover, nav ul ul ul a {
		background-color: #eee;
		z-index: 9999;
	}

		nav ul ul ul a:hover {
			background-color: #eee;
		}

	nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
		padding: 0 25px;
		line-height: 35px;
		color: #333;
		font-size: 14px;
		z-index: 9999;
		margin-left: 5px;
	}

	nav ul li ul li .toggle, nav ul ul a {
		background-color: #fff;
		z-index: 9999;
		font-size: 14px;
		color: #333;
		font-family: 'Signika';
		font-style: normal;
		font-weight: 400;
	}

		nav ul ul a:hover {
			background-color: #eee;
		}

	nav ul ul {
		float: none;
		position: static;
		color: #333;
		line-height: 40px;
		z-index: 9999;
	}

		nav ul ul li:hover > ul, nav ul li:hover > ul {
			display: none;
			z-index: 9999;
		}

		nav ul ul li {
			display: block;
			width: 100%;
			z-index: 9999;
		}

		nav ul ul ul li {
			position: static;
			text-indent: 20px;
		}


	.sticky {
		z-index: 9999;

		/*top: 0px;*/
		top: 0px;

		right: -10px;
		background-color: #fff;
		float: right;
		text-align: right;
	}

}
