.pushy {
	position: fixed;
	width: 270px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: white;
	font-size: 0.9em;
	margin: 0 !important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.pushy_wrapper {
	height: 100%;
	overflow: auto;
}

.pushy-left {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.pushy-active .pushy {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.3);
}
.container-push, .push-push {
	-webkit-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);
}
.pushy {
	transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
	transition: transform .2s cubic-bezier(.16, .68, .43, .99);
	transition: transform .2s cubic-bezier(.16, .68, .43, .99), -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
	transition: transform .2s cubic-bezier(.16, .68, .43, .99), -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
	transition: transform .2s cubic-bezier(.16, .68, .43, .99), -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
}
.site-overlay {
	display: none;
}
.pushy-active .site-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9998;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-animation: fade 500ms;
	animation: fade 500ms;
}
.pushy-active {
	overflow: hidden;
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.mobile_menu_btn {
	display: none;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	background-color: transparent;
	float: left;
	position: relative;
	z-index: 1;
	padding: 16px;
	background-position: center center;
}
.mobile_menu_btn:before {
	content: '';
	background-image: url('menu-adapt-24	.png');
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 24px;
	background-repeat: no-repeat;
}
.pushy-active .mobile_menu_close_btn {
	opacity: 1;
	visibility: visible;
}
.mobile_menu_close_btn {
	background-image: url('mobile_menu_close_btn.png');
	background-size: 15px auto;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 32px;
	height: 32px;
	position: fixed;
	top: 10px;
	right: -43px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	margin-right: 0 !important;
}
.pushy #menuitem1 {
	display: block;
	width: 100%;
	margin: 50px 0px;
	float: none;
}
.pushy #menuitem1 #pageMenu {
	background-color: transparent;
	border:none;
	padding: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.pushy #menuitem1 #pageMenu .menu {
	display: block;
	border-left: none;
	float: none;
	width: 100%;
	color: ;
	padding: 20px 25px;
	-moz-box-sizing:border-box; box-sizing:border-box;	
	border-bottom: 1px solid rgba(0,0,0,0.08);
	white-space: normal;
	background-image: none;
}
.pushy #menuitem1 #pageMenu .TextItemMenu {
	margin: 0px;
}
.pushy #menuitem1 #pageMenu .TextActiveMenu {
	margin: 0px;
}
.pushy #menuitem1 #pageMenu .menu:hover, .pushy #menuitem1 #pageMenu .menu.menuActive {

}
.pushy #menuitem1 #pageMenu .submenu {
	border-bottom: 1px solid rgba(0,0,0,0.08);
	margin: auto;
	padding: 25px 0;background-color: rgba(0,0,0,0.03);
}
.pushy #menuitem1 #pageMenu .submenu .menu {
	color: rgba(255,255,255,0.75);
	border: none;
	padding: 12px 25px;
	color: #575757;
	text-align: left;
	width: auto;
}
.pushy #menuitem1 #pageMenu .submenu .menu:hover, .pushy #menuitem1 #pageMenu .submenu .menu.menuActive {
	color: #3aab48;
	background-color: transparent;
}

.pushy #menuitem1 table,
.pushy #menuitem1 tbody,
.pushy #menuitem1 tr,
.pushy #menuitem1 td {
	display: block;
	width: auto;
	position: static !important;
	visibility: visible !important;
}
.pushy #menuitem1 #pageMenu .mids {
	display: none !important;
}
.pushy #menuitem1 #pageMenu .mbordl {
	display: none !important;
}
.pushy #menuitem1 #pageMenu .mbordr {
	display: none !important;
}



@media (max-width:1100px) {


#div235 #menuitem1 {
	display: none;
}
.pushy {
	visibility: visible;
}
.pushy #menuitem1 {
	display: block;
}
.mobile_menu_btn {
	display: inline-block;
}
}/*@media*/