.test_nav.overlay {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #fff;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
}

.fullscreen-overlay-content {
	position: relative;
	top: 40px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.close-menu-div {
	text-align: center;
}

.overlay .closebtn {
	position: absolute;
	top: 20px;
	font-size: 20px;
}

.left-to-right-style {
	height: 100%;
	width: 0%;
}

.top-to-bottom-style {
	height: 0%;
	width: 100%;
}

#menu-popup-nav {
	display: none;
	width: 100%;
	background-color: #fff;
	z-index: 2;
}

#menu-popup-nav > #headerHTML, #menu-popup-nav > #footerHTML{
	display: none;
}

#navigation_menu_open_button.fullscreen-menu-icon {
	font-size: 24px;
	cursor: pointer;
}

/*
* for mobile view
*/
@media screen and (max-height: 450px) {
	.overlay .closebtn {
		font-size: 15px;
		top: 15px;
	}
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = 1281px to higher resolution desktops
  ##Screen = B/w 1025px to 1280px
*/
/* @media ( min-width : 1281px) , ( min-width : 1025px) and (max-width: 1280px) { */
	/* #navigation_menu_open_button.hidden-desktop { */
		/* display: none; */
	/* } */
/* } */

/*
* hiding view on desktop or 1231px above screen
*/
@media screen and (min-width: 1231px) and (max-width:1280px) {
	#navigation_menu_open_button.hidden-desktop {
		display: none;
	}
	.humburger.fullscreen-menu-icon.nav-menu-icon.hidden-desktop {
		display: none;
	}
}

/*
* for IPad Pro view
* inline display on ipad navigation
*/
@media ( min-width : 768px) and (max-width:1230px) {
	.aui .hidden-desktop {
		display: inherit !important
	}
	.nav-menu-icon.hidden-desktop+#menu-popup-nav li.fullscreen-menu-popup-nav-parent {
		display: inline-block;
		vertical-align: top;
	}
	.nav-menu-icon.hidden-desktop+#menu-popup-nav .fullscreen-overlay-content {
		position: relative;
		top: 0px;
		width: 100%;
		text-align: center;
		margin-top: 0px;
	}
}