.nav-button { display: none; } /* hide the navigation button by default */

@media only screen and (min-width: 0px) and (max-width: 979px){

	/* Navigation Button
	-------------------------------------------------------- */
	.banner_graphic_div
	{
		margin-top: 100px;
	}
	.phone
	{
		/*padding-top:40px;
		margin-bottom:80px;*/
	}
	
	#top_menu
	{
		position:relative;
		top:-54px;
	}

	.nav-button {
/*		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
*/	}
	
	.nav-button {
	display: block;
		position: absolute;
		top: 98px;
		right: 30px;
		width: 50px;
		height: 35px;
	-webkit-appearance: none;	
	background-image:url("../images/menu-icon-large.png");
	

/*	background: url('../images/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../images/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../images/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
	background: url('../images/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));		
*/
	background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		-webkit-background-size: 50%, 100%;
		-webkit-background-repeat: no-repeat;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
		background-color: rgba(0,0,0,0); 
}
	
	
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('../images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('../images/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */


		/*
		#nav li:hover {
		 background-color:#CF1B27;
		}
		*/
		#nav li {
			background:none;
		}

	.primary-nav {
		width: 94%;
		float: none;
		/*background-color: #DAE1E5 !important; /* change the menu color */
		background-color: #a2acb1;
		/*background:url(../images/navigation_bg.png) repeat;*/
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-image:      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		display: block;
		height: 50px;
		margin-left: 3%;
		padding: 0;
		overflow: hidden;
		position: absolute;
		top: -10px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none!important;
		width: 100% !important;
		/* font-family: Arial; */
	}
	.primary-nav li a {
		display: block; 
		padding: 10px 5%;
		font-size: 14px;
		font-weight: bold;
		/* text-shadow: -1px -1px 0 rgba(0,0,0,.15); */
		color: #000;
		text-decoration: none;
		/* border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); */ 
	}
	.primary-nav li a:hover {
		/*background-color: rgba(0,0,0,.5);*/
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 60px !important;
	}
	.primary-nav.open li { 
		display: block !important; 
	}

	/* Submenus – optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		/*background: rgba(0,0,0,.5);*/
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "▼";
		color: rgba(255,255,255,1);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		/*background: rgba(0,0,0,.75);*/
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
		position:relative !important;
		left:0% !important;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}
	
	/*// custom css for other */
	.nav-button 
	{
		top: 8px;
	
		z-index: 1000;
}
	#nav ul 
	{
    	margin: 10px 0 0;
	}
	.phone 
	{
 		/*margin-bottom: 0;
	    padding-top: 20px;*/
	}
	.primary-nav 
	{
		width:100%;
		height:60px;
	}
	/*---------- Custom css by Fahima ------------*/
	#nav li:hover, #nav ul li a:hover, #nav ul li a:focus, #nav ul li a:active {
		background-color: #722100;
	}
	#nav ul ul li a:link, #nav ul ul li a:visited {
		color: #061533;
	}
	#nav ul {
  		margin: 0 0 0;
	
  		z-index: 999;
}
	#nav ul li a:link, #nav ul li a:visited {
		top: 0;
	}
	#nav li{
		text-align: Left;
		height:auto;
	}
	#nav ul ul {
  		width: 100%;
	}
	.navigation .nav > li:hover > .nav-child, .navigation .nav > li > a:focus + .nav-child {
		display: block;
	}
	.navigation .nav-child {
		text-align:left;
		top: -23%;
 	}
	#nav ul ul li a:link, #nav ul ul li a:visited {
  		text-align: left;
		margin-left: 20px;
	}
	.primary-nav {
 		background-color: #742200;
	}
	#nav ul > li.current.active {
	  /*border-bottom: 1px solid #091837;*/
	}
	.navigation .nav-child:after{
		display: none;
	}
	#nav li ul li:hover > a{
		color: #fff;
	}
	.primary-nav li ul a {
	  border: 0 none;
	  font-size: 12px;
	  font-weight: normal;
	  padding: 5px;
	}
	#nav li.active > a {
		color: #e87d1e;
		font-weight: 700 !important;
	}
	#nav li a, #nav ul li a {
		font-size: 15px;
		font-weight: 500;
		padding-left: 25px;
		text-transform: capitalize;
	}
	#nav ul li:hover > a, #nav ul li:focus > a, #nav ul li a:active {
		color: #e87d1e;
	}
	
} /* End Mobile Styles */

