nav {
	margin: 0;
	padding: 0;
	position: relative;
}
nav:after {
	content: "";
	display: table;
	clear: both;
}
nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
nav ul li {
	display: inline-block;
	float: left;

	height: 50px;
	border-right: 1px solid #aebc4a;
}
nav ul li span {
	color: #fff;
	display: inline-block;
}
nav a {
	display: inline-block;
	padding: 17px 39px;
	color: #4d5513;
	font-family: "ColaborateLightRegular", Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	border-top: 0px solid #00b9da;
	border-left: 0px solid #009fbb;
	-webkit-transition: all 450ms ease-in-out;
	-moz-transition: all 450ms ease-in-out;
	-ms-transition: all 450ms ease-in-out;
	-o-transition: all 450ms ease-in-out;
	transition: all 450ms ease-in-out;
}
nav ul li:first-child {
	border-left: 1px solid #aebc4a;
}
nav ul li ul li:hover { /*background: #f6f6f6;*/
}
nav a:hover {
	background: #DCE78B;
	border-top: 0px solid #000;
	color: #000;
}
nav ul ul {
	display: none;
	position: absolute;
	top: 50px;
	background: rgba(204, 221, 87, 0.93);
	border-bottom: 4px solid #535724;
}
nav ul li:hover > ul {
	display: inherit;
}
nav ul ul li {
	float: none;
	display: list-item;
	position: relative;
	border-left: none;
}
nav ul ul ul li {
	position: relative;
	top: -60px;
}
li > a:after {
	content: '';
}
li > a:only-child:after {
	content: '';
}
nav .active { /*background:#fa4887;border-bottom:4px solid #d20c52;*/
}
nav .active a {/*color:#fff;*/
	background: #fff;
}
.toggle, [id^=drop],  [id^=drop-mobile] {
display: none;
}
.menuImage {
	background-image: url(../images/menu.png);
	cursor: pointer; /*background-color:#000!important;*/
	height: 36px;
	width: 10%!important;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0!important;
	margin: 0 0 0 83%;
}

/*|===========================================================|media query begins|===========================================================|*/
/*START CSS FOR RESOLUTION BELOW 1070 BEGINS*/
@media all and (max-width:1169px) {
nav a {
	padding: 0px 14px;
	display: block;
	line-height: 35px!important;
	height: 35px;
}
nav a:hover {
	color: #CCDD57;
	background: #000;
}
nav .active a {
	background: none;
}
nav ul li {
	border-right: none;
	height: 35px;
}
nav ul li:hover {
	background: #000;
}
nav ul li:first-child {
	border-left: none;
}
.home {
	top: 30px;
}
nav {
	height: 60px;
}
.menuImage {
	width: 47px !important;/*margin:16px 0 0 0%;*/
	float: right;
}
#nav, #nav-mobile {
	width: 100%;
	text-align: center;
}
.navigation {
	width: 40%;
}
.navigation {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 35px;
	min-width: 200px;
	max-width: 250px;
	text-align: left;
}
#nav ul, #nav-mobile ul {/*background:#4F95C5;*/
	background: rgba(42, 42, 41, 0.98) none repeat scroll 0% 0%;
	border-radius: 0 0 3px 3px;
}
nav a {
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 0 20px;
}
nav a:hover {
	border: none;
	background: none;
}
.navigation li {	/*float: left;*/
	width: 100%;
}
nav ul {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
	border-right: 0px solid #d20c52;
}
nav ul li {
	margin: 0px;
	display: inline-block;
	float: left;
	border-left: 0px solid #d20c52;
}
nav {
	margin: 0;
	height: 41px;
}
.toggle + a, .menu {
	display: none;
}
.toggle {
	display: block;
	background-color: transparent;
	padding: 0 20px;
	color: #333;
	font-size: 20px;
	line-height: 60px;
	text-decoration: none;
	border: none;
}
.toggle img {
	float: right;
}
.toggle:hover {
	background-color: transparent;
}
[id^=drop]:checked + ul, [id^=drop-mobile]:checked + ul {
	display: block;
}
nav ul li {
	display: block;
	width: 100%;
}
nav ul ul .toggle, nav ul ul a {
	padding: 0 40px;
}
nav ul ul ul a {
	padding: 0 80px;
}
nav a:hover, nav ul ul ul a {
	border-bottom: 0px solid #fff;
}
nav ul li ul li .toggle, nav ul ul a {
	background-color: #ffffff;
}
nav ul ul {
	float: none;
	position: static;
	color: #ffffff;
}
nav ul ul li:hover > ul, nav ul li:hover > ul {
	display: none;
}
nav ul ul li {
	display: block;
	width: 100%;
}
nav ul ul ul li {
	position: static;
}
}
 @media all and (width:1024px) {
}

/*START CSS FOR RESOLUTION BELOW 1024 BEGINS*/
@media all and (max-width:1023px) {
.news_text {
	width: 52%;
}
nav a {
	padding: 0px 13px;
}
}
 @media all and (max-width:1000px) {
}
 @media all and (max-width:800px) {
nav a {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 73px;
	padding: 0 6px;
}
}
/*START CSS FOR RESOLUTION 768 ONLY*/


/*START CSS FOR RESOLUTION BELOW 768 BEGINS*/
@media all and (max-width:767px) {
.navigation { /*width: 50%;*/
	text-align: left;
}
.menuImage {
	margin: 0px 0px 0px 0%;
}
nav ul li {
	height: 35px;
}
}

/*START CSS FOR RESOLUTION BELOW 600 BEGINS*/
@media all and (max-width:700px) {
}

/*START CSS FOR RESOLUTION BELOW 600 BEGINS*/
@media all and (max-width:599px) {
/*.menuImage{margin: 0 auto;float: none;}	
.navigation{ width:98%; text-align:left;}*/
.navigation {
	width: 50%;
}
.home {
	display: none;
}
}

/*START CSS FOR RESOLUTION BELOW 480 BEGINS*/
@media all and (max-width:479px) {
.navigation {
	width: 50%;
	text-align: left;
}
#nav ul, #nav-mobile ul{
	margin-top: 3%;
}
.navigation {
	right: 15px;
}
}

/*START CSS FOR RESOLUTION BELOW 360 BEGINS*/
@media all and (max-width:359px) {
}
