

._hidden_menu .hidden_menu_block a {
	font-family: 'Mitr', sans-serif;
}

._hidden_menu .hidden_menu_block a.normal {
	transition: all 0.3s;
}

._hidden_menu .hidden_menu_block a.normal:hover {
	text-decoration: none !important;
	color: #3e1001;
}


section[data-name="missmonribs"].menu a:not(.md-button) {
	transition: all 0.3s;
}

section[data-name="missmonribs"].menu a:not(.md-button):hover {
	text-decoration: none !important;
	color: #3e1001 !important;
}

._hidden_menu .hidden_menu_block a.normal {
	padding: 0;
	font-weight: normal;
	margin: 0px 10px;
}

/* Desktop Mid,Large */

@media (min-width:992px){

	section[data-name="missmonribs"].menu {
		height: 190px;
		max-height: 190px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: transparent !important;
		color: #fff !important;
		position: absolute;
		top: 0;
		z-index: 1010;

	}

	section[data-name="missmonribs"].menu.desktopOnActive {
		background-color: white ;
		color: white ;
		height: 100px;
		padding: 10px 0 ;
		width: 100% ;
		float: left ;
		position: relative ;
		transition: all 0.6s;
	}

	section[data-name="missmonribs"].menu a {
		padding-left: 50px;
		padding-right: 50px;
		font-family: 'Mitr', sans-serif;
		color: white !important;
		line-height: 150px !important;
		width: 190px;
		text-align: center;
		padding: 0 10px;
		font-weight: normal;
	}


	section[data-name="missmonribs"].menu a img {
		height: 80px;
		width: auto;
		padding: 0;
	}

	section.menu.desktopOnActive ._menuHeadCover a img {
		height: 80px;
		width: auto;
	}

	.hamburgerRight {
		display: none;
	}

}

/* Mobile Mid,Xs,Tablet */

@media (max-width:991px){
	section[data-name="missmonribs"].menu {
		background-color: white !important;
		color: #fff !important;
	}
	section.mobileOnActive {
		background-color: white;
		overflow: hidden;
		height: 100%;
	}

	section.mobileOnActive ._menuHeadList a {
		color: black !important;
	}

	.hamburger {
		right: 0px;
		left: 15px;
	}

	.hamburgerRight {
		display: block;
		right: 15px;
		top: 10px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		color: black !important;
		z-index: 1021;
		border-radius: 5px;
		outline: none;
		position: fixed;
	}
	.hamburgerRight span {
		border-color: #FCC02C;
		background: #FCC02C;
		color: rgba(0,0,0,.5)!important;
		border: 2px solid #FCC02C;
		border-radius: 50%;
		padding: 0px 6px;
	}
	.hamburgerRight img {
		margin-right: 5px;
	}
	._menuHeadCover a{
		text-align: center;
	}
	
}

section.menu.desktopOnActive ._menuHeadCover a {
	line-height: 100% !important;
}

section.menu.desktopOnActive ._menuHeadList a {
	line-height: 80px !important;
}

.hamburger_close .x-a {
	background-color: black !important;
}
.hamburger_close .x-b {
	background-color: black !important;
}