#menu-wrapper {
	float:right;
	display:inline-block;
	margin-top:15px;
	margin-right:15px;
	font-family: 'PT Sans', sans-serif;
}
@media screen and (max-width:1150px) {
	#menu-wrapper {
		margin-right:10px;
	}
}

@media screen and (max-width:1179px) {
	#menu-wrapper {
		display:none;
	}
}
.nav-arrow {
	width:9px;
	height:5px;
	display:inline-block;
	background:url(https://epuja.co.in/img/nav-arrow.png) no-repeat 0 0;
}
/* Reset */
.Nav,
.Nav a,
.Nav ul,
.Nav li,
.Nav div,
.Nav form,
.Nav input {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

.Nav a { text-decoration: none; }

.Nav li { list-style: none; }

/* Menu Container */
.Nav {
	display: inline-block;
	position: relative;
	cursor: default;
	z-index: 500;
}

/* Menu List */
.Nav > li {
	display: block;
	float: left;
}

/* Menu Links */
.Nav > li > a {
	position: relative;
	display: block;
	z-index: 510;
	height: 38px;
	padding: 0 7px;
	line-height: 38px;

	font-size: 16px;
	color: #fcfcfc;
	/* text-shadow: 0 0 1px rgba(0,0,0,.35); */

	background: transparent;
	border-bottom: 2px solid transparent;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
@media screen and (min-width:1201px) and (max-width:1300px) {
	.Nav > li > a {
		padding:0 7px;
		font-size: 15px;
	}
}
@media screen and (min-width:980px) and (max-width:1200px) {
	.Nav > li > a {
		padding:0 7px;
		font-size: 15px;
	}
}
@media screen and (max-width:980px) {
	.Nav > li > a {
		padding:0 3px;
		font-size: 15px;
	}
}
@media screen and (max-width:768px) {
	.Nav > li > a {
		padding:0 5px;
		font-size: 15px;
	}
}
.Nav > li:hover > a { border-bottom: 2px solid #fff; }

.Nav > li:first-child > a {
	/* border-radius: 3px 0 0 3px; */
	border-left: none;
}

/* Search Form */
.Nav > li.Nav-search > form {
	position: relative;
	width: inherit;
	height: 54px;
	z-index: 510;
	border-left: 1px solid #4b4441;
}

.Nav > li.Nav-search input[type="text"] {
	display: block;
	float: left;
	width: 1px;
	height: 24px;
	padding: 15px 0;
	line-height: 24px;

	font-size: 13px;
	color: #999999;
	text-shadow: 0 0 1px rgba(0,0,0,.35);

	background: #372f2b;

	-webkit-transition: all .3s ease 1s;
	-moz-transition: all .3s ease 1s;
	-o-transition: all .3s ease 1s;
	-ms-transition: all .3s ease 1s;
	transition: all .3s ease 1s;
}

.Nav > li.Nav-search input[type="text"]:focus { color: #fcfcfc; }

.Nav > li.Nav-search input[type="text"]:focus,
.Nav > li.Nav-search:hover input[type="text"] {
	width: 110px;
	padding: 15px 20px;

	-webkit-transition: all .3s ease .1s;
	-moz-transition: all .3s ease .1s;
	-o-transition: all .3s ease .1s;
	-ms-transition: all .3s ease .1s;
	transition: all .3s ease .1s;
}

.Nav > li.Nav-search input[type="submit"] {
	display: block;
	float: left;
	width: 20px;
	height: 54px;
	padding: 0 25px;
	cursor: pointer;

	background: #372f2b url(https://epuja.co.in/img/search-icon.png) no-repeat center center;

	border-radius: 0 3px 3px 0;

	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}

.Nav > li.Nav-search input[type="submit"]:hover { background-color: #4b4441; }

/* Menu Dropdown */
.Nav > li > div {
	/* position: absolute; */
	position: fixed;
	display: block;
	width: 90%;
	top: 58px;
	left: 5%;

	opacity: 0;
	visibility: hidden;
	overflow: hidden;

	background: #ffffff;
	border-radius: 0 0 3px 3px;

	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
	
	box-shadow:0 4px 4px rgba(0,0,0,0.1);
}

.Nav > li:hover > div {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}
@media screen and (max-width:768px) {
	.Nav > li > div {
		top: 110px;
	}
}
/* Menu Content Styles */
.Nav .Nav-column {
	float: left;
	width: 33%;
	padding: 3% 1%;
}

.Nav .Nav-column h3 {
	margin: 20px 0 10px 0;
	line-height: 18px;
	
	font-weight: bold;
	font-size: 18px;
	color: #372f2b;
	text-transform: uppercase;
}

.Nav .Nav-column h3.orange { color: #ff722b; }

.Nav .Nav-column li a {
	display: block;
	line-height: 35px;

	font-size: 15px;
	color: #343434;
	border-bottom:solid 1px #e1e1e1;
	padding:0 5px;
	text-align:left;
}

.Nav .Nav-column li a:hover {
	color: #000;
	}






/* @media screen and (max-width:979px) {
	#menu-wrapper {
		width:100%;
		position:relative;
	}
	.Nav > li {
		display: block;
		float: none;
	}
	.nav > li > a {
		width:100%;
	}
} */

