html, body
{
	padding: 0;
	margin: 0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}

.hidden {
	display: none;
}


nav:not(.mm-menu)
{
	display: none;
}

#menumobile {
	--mm-color-background: #fff;
}

#menumobile .beez_mainmenu_last a {
	color: #77787b !important;
	font-size: 20px !important;
	background-position: left 20px center !important;
	background-size: 40px !important;
	padding-left: 70px !important;
}

#menumobile .mm-listview ul {
	list-style: none;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-evenly;
	box-sizing: border-box;
	padding: 25px 0;
	margin:10px 0;
	width: 100%;
	background-color: #f9f8f6;
}

#menumobile .mm-listview ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #D9C58E;
	text-transform: uppercase;
}

#menumobile .mm-listview ul li a.CUR {
	font-weight: 400;
	color: #77787b;
}

.mm-menu {
	background-color: white;
}

.mm-navbar {
	background-image: url('/fileadmin/user_upload/logo-capvermell-group.png');
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 150px;
	height: 80px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	border-color: rgba(0,0,0,.1);

}

.mm-navbar .mm-navbar__title {
	display: none;
}

.mm-navbar a.mm-title {
	display:none;
}

.mm-navbar a.mm-btn {
	color: #D9C58E;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: 40px;
}

/* .mm-listview > li {
	border-top: 1px solid rgba(0,0,0,.1) ;
} */

.mm-listview > li.beez_mainmenu_first {
	border-top: 0;
}

.mm-listview > li > a, .mm-listview > li > span {
	color: #D9C58E !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.mm-listview > li > a {
	border-left: none !important;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after {
	border-color: rgba(0,0,0,.1);
}

.mm-menu .mm-listview > li .mm-next::after {
	border-color: rgba(0,0,0,.1);
}

.mm-listitem:nth-child(1) {
	border-top: none;
}

.mm-listitem.acurrent_page_item > li > a {
	font-weight: 400;
}

.mm-listview .mm-next::before {
	border-left-width: 0px;
	border-left-style: none;
}

.mm-menu .mm-btn::after, .mm-menu .mm-btn::before {
	border-color: #D9C58E;
}

.mm-navbar .mm-btn:first-child {
	left: auto;
	right: 20px;
}

.mm-menu ul > li.beez_mainmenu_last {
	margin-top: 15px;
	float: unset !important;
	text-align: left;
}

.mm-menu ul > li.beez_mainmenu_last:after {
	border-bottom-width: 0px;
	border-bottom-style: none;
}

.mm-listview > li:not(.mm-divider)::after {
	left: 20px;
}

.mm-btn_prev::before {
	height: 18px;
	width: 18px;
	margin-top: 50px;
}
