#menumobile {
	display: none
}
#menu-mobile-wrapper{
	height: 100vh;
}
.mobile-mega-menu .menu-item{
    font-size: 17px;
    line-height: 25px;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
.mobile-mega-menu .menu-item.upper-txt{
    text-transform: uppercase;
}

.mobile-mega-menu li:not(.switcher-option) {
	margin: 0;
	font-size: 17px;
	line-height: 45px;
}

.mobile-mega-menu li.pin-menu {
	opacity: 1!important
}
.mobile-mega-menu li.pin-menu.pin-logo{
	margin-bottom: 15px;
}
.pin-menu.pin-logo{
	text-align: center;
	border-bottom: 1px solid #EEEEEE;
	height: 65px;
	margin-bottom: 15px;
}
.pin-menu.pin-logo .img-logo{
	height: 65px;
    position: relative;
    width: 30px;
    margin: 0 auto;
}
.pin-menu.pin-logo .img-logo img{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.pin-menu.pin-close{
	position: absolute;
	z-index: 10;
}
.pin-menu.pin-close .btn-mobile-nav{
	position: absolute;
    right: 0;
    top: -65px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}
.pin-menu.pin-close .btn-mobile-nav .icon-close{
	width: 17px;
    height: 17px;
}
.mobile-mega-menu ul:not(.switcher-dropdown){
	display: block !important;
}

@media(max-width:1024px) {
	#menumobile {
		display: block
	}
}

.button.mmm {
	padding: 10px;
	text-align: center;
	text-decoration: none;
	position: absolute;
	top: 5px
}

.button.mmm.quick-links-toggle {
	border-left: 1px solid #fff;
	float: right
}

.mobile-mega-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 250ms linear;
	transition: all 250ms linear;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	background: #fff;
	z-index: 30000;
}

.mobile-mega-menu li:not(.switcher-option) {
	display: block;
	width: 100%;
	float: none;
	background: #fff;
}

.mobile-mega-menu.open {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: #fff;
}

.mobile-mega-menu .widget-region {
	background: #fff;
	padding: 10px 20px;
	clear: both;
	-webkit-transform: translateZ(0)
}

.mobile-mega-menu nav {
	position: relative
}

.mobile-mega-menu ul:not(.switcher-dropdown) {
	height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    background-color: white;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-webkit-transform: translateZ(0);
}
.mobile-mega-menu ul.sub-lv-1{
	position: relative;
}

.mobile-mega-menu ul.has-been-viewed {
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	left: 0%;
	height: 100vh;
}
.mobile-mega-menu ul.has-been-viewed .wrap-menu-fix{
	display: none;
}

.mobile-mega-menu ul li ul {
	left: 100%;
}
.mobile-mega-menu ul li.top-val-1 a{
	padding: 10px 20px;
}

.mobile-mega-menu ul.sub-lv-2 li a{
	padding: 10px 47px;
}


.mobile-mega-menu ul li a {
	-webkit-tap-highlight-color: transparent;
	color: #000;
	padding: 10px 40px;
	display: block;
}
.mobile-mega-menu ul li a.next-button .ic{
	width: 10px;
	height: 6px;
	transform: rotate(270deg);
	right: 20px;
    top: 20px;
    position: absolute;
}

.mobile-mega-menu ul li a.next-button {
	color: #fff;
	text-align: center;
	text-indent: 0;
	text-shadow: none;
	width: 100%;
	float: right;
	left: 0;
	position: relative;
    height: 50px;
    width: 100%;
    margin-top: -45px;
    height: 45px;
}

.mobile-mega-menu ul li a.next-button .arrow {
	visibility: hidden;
}

.mobile-mega-menu ul li a.back-button {
	color: #333;
	text-indent: 0;
	text-shadow: none;
	background-size: 10px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	text-decoration: none;
}
.mobile-mega-menu ul li a.back-button .ic{
	width: 10px;
	height: 6px;
	transform: rotate(90deg);
	position: absolute;
    left: 20px;
    top: 28px;
}

.mobile-mega-menu ul li a.close-button {
	background: #4651a0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.mobile-mega-menu ul li:last-child>a {
	border-bottom: none;
}

.mobile-mega-menu ul li:first-child>a {
	border-top: none;
}

html.no-cssanimations .mobile-mega-menu {
	left: -100%;
}

html.no-svg .mobile-mega-menu ul li a.back-button {
	background: url(/App_Themes/StyleSheet/images/png/arrow-6-back.png) 0 50% no-repeat #4e97b3;
}

html.no-svg .mobile-mega-menu ul li a.next-button {
	background: url(/App_Themes/StyleSheet/images/png/arrow-6-forward.png) 50% 50% no-repeat #4e97b3;
}

.btn-mobile-menu {
	background: transparent;
}

.btn-mobile-menu span {
	background-color: #a7a9ac;
	display: block;
	height: 5px;
	left: 0;
	opacity: 1;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
	margin-top: 5px;
	width: 30px;
}
.mobile-mega-menu ul li ul.is-in-view{
	left: 0;
    z-index: 2;
}
.sub-lv-2{
	top: 0px!important;
}
.sub-lv-2 .back-button{
	font-size: 17px;
    line-height: 45px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.pin-menu{
	background-color: #fff;
}
@media(min-width:768px){
	.menu-mobile-wrapper,#menu-mobile-wrapper{
		display: none !important;
	}
}
@media(max-width:1024px) and (min-width:768px) {
	.mobile-mega-menu ul li ul {
		left: 0;
		z-index: -1
	}
	.pin-menu {
		width: 16.66%!important;
	}
	.mobile-mega-menu li {
		width: 33.33%;
	}
	.mobile-mega-menu ul li ul.is-in-view li:first-child a {
		display: none;
	}
	.mobile-mega-menu ul li ul.is-in-view li:first-child {
		min-height: 52.5px;
		background-color: #0072bc;
	}
	.mobile-mega-menu ul li ul.has-been-viewed li:first-child a {
		display: none;
	}
	.mobile-mega-menu ul li ul.has-been-viewed li:first-child {
		min-height: 52.5px;
		background-color: #0072bc;
	}
	.mobile-mega-menu ul.has-been-viewed {
		-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}
	.sub-lv-1{
		overflow: hidden;
	}
	.mobile-mega-menu ul li ul.is-in-view {
		left: 33.33%;
	}
	.mobile-mega-menu ul li ul.has-been-viewed {
		left: 33.33%;
	}
	.mobile-mega-menu ul.has-been-viewed {
		left: 0%;
	}
	.mobile-mega-menu ul li ul li ul.is-in-view {
		left: 33.33%;
	}
	.mobile-mega-menu ul li a.next-button {
		position: relative;
		left: 0;
		width: 100%;
		margin-top: -58px
	}
	.mobile-mega-menu li.half-width {
		width: 16.66%;
		float: left;
		background: #f3f3f3;
		font-size: 14px;
		border: .5px solid #eceaea
	}
	.mobile-mega-menu li.half-width a {
		width: 100%;
	}
	.mobile-mega-menu li.half-width .next-button {
		display: none;
	}
	.close-menu-icon-mobile {
		left: 0%;
		background: transparent!important;
		transition: all 250ms linear;
		z-index: 30001;
	}
}


@media(max-width:767px) and (min-width:320px) {
	.mobile-mega-menu li.half-width {
		width: 50%;
		float: left;
		background: #f3f3f3;
		font-size: 14px;
		border: .5px solid #eceaea;
	}
	.mobile-mega-menu li.half-width .next-button {
		display: none;
	}
}


