/* MENU */
.menu-wrap {
	position: relative;
	z-index: 998;
	height: 50px;
}
.topnav {
	width: 100%;
	display: table;
}
.topnav li {
	width: 14.5%;
	display: table-cell;
	position: static;
	height: 50px;
}
.topnav li a {
	position: relative;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.9rem;
	padding: 0 2rem;
	padding-top: 0px;
	margin-right: 0rem;
	text-align: center;
	height: 50px;
}
.topnav li a span {
	position: relative;
	z-index: 2;	
	display: block;
	padding-top: 0px;
}
.topnav > li > a:before {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	content:'';
	transform: skewX(45deg);
	z-index: 0;
}
.topnav > li:nth-of-type(1) > a:before {
	background: #c5004b;
	left: -20%;
	width: 120%;
}
.topnav > li:nth-of-type(2) > a:before {
	background: #ca3e60;
}
.topnav > li:nth-of-type(3) > a:before {
	background: #d46378;
}
.topnav > li:nth-of-type(4) > a:before {
	background: #f7dfe1;
}
.topnav > li:nth-of-type(5) > a:before {
	background: #faeaeb;
}
.topnav > .menu-88423 > a:before {
	background: #c5004b;
}

.topnav > li:nth-of-type(4) {
	padding-left: 10px;
}

.topnav > li:nth-of-type(4) > a,
.topnav > li:nth-of-type(5) > a,
.topnav > li:nth-of-type(6) > a,
.topnav > li:nth-of-type(7) > a {
	color: #a60049;
	font-weight: 400;
}
.topnav > .menu-88423 > a {
	font-weight: 700!important;
	color: rgba(255, 255, 255, 0.8)!important;
	font-size: 0.9rem;
	text-align: center;
}
.topnav > .menu-88423 > a:hover {
	color:#c7d22b!important;
}

.topnav > .menu-117395 > a {
	font-weight: 700!important;
	color: #a60049 !important;
	font-size: 0.9rem;
	text-align: center;
}
.topnav > .menu-117395 > a:hover {
	color:#c7d22b!important;
}

.topnav li a:hover {
	color: #c7d22b;
}
.topnav .item-breadcrumb > a {
	color: #c7d22b !important;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: none;
}
.topnav li.search a {

}
.topnav li.search a span {
	color: #a60049;
	text-align: left;
	padding-left: 3rem;
	background-position: 18px 4px;
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-image: url('../images/icon-search.svg');
	z-index: 2;
}


.topnav.dropdown.menu .is-active > a {
	font-weight: 700;
	color: #c7d22b !important;
}





/*** ESSENTIAL STYLES ***/
.sf-menu {
 /* position: relative; */
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -5px;
}

.sf-menu li {
  float: none;
}
.sf-menu li:hover .sf-mega,
.sf-menu li.sfHover .sf-mega {
  display: block;

}

.sf-menu li a {
  display: block;
  border: 0 !important;
  /* position: relative; */
}


/*** DEMO SKIN ***/
.sf-menu {
  float: none;
  margin-bottom: 0em;
	
}
.sf-menu li a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255,255,255,.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1; /* IE7 */

}
.sf-menu li {
  background: none;
  -webkit-transition: background .2s;
  transition: background .2s;
  
}
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: none;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {

}

	@media (max-width: 1100px) {
		.sf-menu {
		  margin-left: -10px;
		}
	}
	@media (max-width: 970px) {
		.sf-menu {
		  margin-left: -14px;
		}
	}


/*** Normal dropdown **/

#top-nav .sf-menu ul {
	top: 50px;
	left:0 !important;
	border:0;
	position: absolute;
	background: #c5004b;
	width: 1280px !important;
	border-radius: 0px;
	display:none;
	z-index: 9998 !important;
	margin-left:0;
	padding: 1rem 2rem;
	padding-right: 20%;
	box-shadow: 0px 10px 9px rgba(0, 0, 0, 0.15)
}

#top-nav .sf-menu ul li {
	width:25%;
	float:left;
	height: auto;
	background: none;
	display: block !important;
	text-align: left !important;
}

#top-nav .sf-menu ul li:last-child {
	border:0;
}

#top-nav .sf-menu ul li a {
	width:100%;
	height: auto !important;
	float:left;
	text-align: left !important;
	display: block !important;
	text-transform: none !important;
	color: rgba(255, 255, 255, 0.7) !important;
	line-height: 1 !important;
	font-size: 1rem !important;
	padding: 10px 2rem 10px !important;
	text-shadow: none !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	border-radius: 0 !important;
}
#top-nav .sf-menu ul li a:hover {
	color: #ffff !important;
	background: transparent !important;
}

#top-nav .sf-menu ul li a:after {
	position: absolute;
	top: 10px;
	right:20px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #fff;
	opacity: 0.7;
}
#top-nav .sf-menu ul li a:hover:after {
	opacity: 1;	
}

#top-nav .sf-menu ul li a:before {
	display: none;
}
#top-nav .sf-menu ul li a:hover:before {
	display: none;
}

#top-nav li.item-breadcrumb ul li a {
	background: transparent !important;
	border-radius: 0;
	box-shadow: none !important;
}
#top-nav li.item-breadcrumb ul li a:hover {
	color: #fff !important;
	background: transparent !important;
}


.topnav > li:nth-of-type(1) .subs {
	background: #c5004b !important;
}
.topnav > li:nth-of-type(2) .subs {
	background: #ca3e60 !important;
}
.topnav > li:nth-of-type(3) .subs {
	background: #d46378 !important;
}
.topnav > li:nth-of-type(4) .subs {
	background: #f7dfe1 !important;
}
.topnav > li:nth-of-type(5) .subs {
	background: #faeaeb !important;
}
.topnav > li:nth-of-type(6) .subs {
	background: ;
}

#top-nav .sf-menu.topnav > li:nth-of-type(4) .subs li a,
#top-nav .sf-menu.topnav > li:nth-of-type(5) .subs li a {
	color: rgba(0, 0, 0, 0.6) !important;
}
#top-nav .sf-menu.topnav > li:nth-of-type(4) .subs li a:after {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.2);
}
#top-nav .sf-menu.topnav > li:nth-of-type(4) .subs li a:hover:after {
	border-color: transparent transparent transparent rgba(0, 0, 0, 0.6);
}
#top-nav .sf-menu.topnav > li:nth-of-type(4) .subs li a:hover,
#top-nav .sf-menu.topnav > li:nth-of-type(5) .subs li a:hover {
	color: rgba(0, 0, 0, 1) !important;
}

@media (max-width: 640px) {
	.search-trigger {
		position: absolute;
		top:12px;
		right: 65px;
		width: 50px;
		height: 50px;
		color: #a60049;
		text-align: left;
		padding-left: 0rem;
		background-position: center;
		background-size: 24px auto;
		background-repeat: no-repeat;
		background-image: url('../images/icon-search.svg');
		
		z-index: 2;
	
	}
}

/* Mobile Mmenu */
.nav-trigger {
	display: none;
	position: absolute;
	right: 0rem;
	top: 15px;

		
	width: 60px;
	height: 50px;
	line-height: 50px;
	border: 0;
	text-align: center;
	z-index: 99 !important;

	background-color: transparent !important;
}


.nav-trigger:hover {

}
html.mm-opened .nav-trigger {
	z-index: 9999999 !important;
}
.small .nav-trigger {
	
}

	@media (max-width: 970px) {
		
		.nav-trigger {
			display: block;
		}
		.mm-menu {
			visibility: visible;
		}
	}
	@media (max-width: 640px) {
		.nav-trigger {

		}
	
	}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 4px;
	width: 32px;
	background: #c5004b;
	border-radius: 5px;
}
.nav-trigger span::after {
	background: #c5004b;
}
.nav-trigger span {
	/* line in the center */
	position: absolute;
	top: 44%;
	right: calc(50% - 10px);

	background: #c5004b;
	-webkit-transition: background 0.3s 0.3s;
	-moz-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}
.nav-trigger span::before, .nav-trigger span::after {
	/* other 2 lines */
	content: '';
	right: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	-moz-transition: -moz-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.nav-trigger span::before {
	/* menu icon top line */
	top: -10px;
}
.nav-trigger span::after {
	/* menu icon bottom line */
	top: 10px;
}

.mm-opening .nav-trigger span {
	/* hide line in the center */
	background: rgba(255, 255, 255, 0);

}
.mm-opening .nav-trigger span::before, .mm-opening .nav-trigger span::after {
	/* keep visible other 2 lines */
	background: #c5004b;
}
.mm-opening .nav-trigger span::before {
	-webkit-transform: translateX(4px) translateY(-2px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-2px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-2px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-2px) rotate(45deg);
	transform: translateX(4px) translateY(-2px) rotate(45deg);
}
.mm-opening .nav-trigger span::after {
	-webkit-transform: translateX(4px) translateY(1px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(1px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(1px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(1px) rotate(-45deg);
	transform: translateX(4px) translateY(1px) rotate(-45deg);
}


	@media (max-width: 640px) {
		.nav-trigger span,
		.nav-trigger span::before, 
		.nav-trigger span::after {

		}
	
	}

.mm-listview>li.more-logo:not(.mm-divider):after {
    border: 0;
}

.mm-slideout {
	z-index: inherit;
}
.mm-menu.mm-offcanvas {

	
}


.mm-menu.mm-offcanvas.mm-current {

}
.mm-menu {

	background: #c5004b;
	font-weight: 700;
}

/*
.mm-menu:before {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	top: 0px;
	left:0px;
	content:'';
	background: url('../images/bg-dots-white-topright.png') top right;
	background-repeat: no-repeat;
	background-size: contain;
}
*/


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


.mm-menu.mm-bottom {
	height: calc(100% - 150px) !important;
}
	@media (max-width: 500px) {
		.mm-menu.mm-bottom {
			height: calc(100% - 90px) !important;
		}
	}

.mm-panels {
	z-index:3;
}



.mm-navbar {
	border-color: rgba(0, 0, 0, 0.08);
}	

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {

}

.mm-navbar .mm-btn:first-child {

}

.mm-listview > li > a,
.mm-listview > li > span {
		color: #fff;
    font-size: 1rem;
    padding: 15px 10px 15px 40px;
	font-weight: 700;
	display: block;
	margin-bottom: 0;

	letter-spacing: 0px;

}
.mm-listview > li > a:hover {
	color: #c7d22b;
}
	@media (max-width: 970px) {
		.mm-listview > li > a,
		.mm-listview > li > span {
			padding: 15px 10px 15px 30px;
		}

	}
	@media (max-width: 500px) {
		.mm-navbar {
			
		}
		.mm-listview > li > a,
		.mm-listview > li > span {
			font-size: 0.96rem;
			padding: 15px 10px 15px 30px;
		}

	}


.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next), .mm-menu .mm-listview>li.mm-selected>span {
	background-color: rgba(0, 0, 0, 0);
}

.mm-listview > li > a.active {
    color: #c7d22b !important;
    font-weight: 700;
}





.mm-listview>li.mm-vertical>.mm-next, .mm-vertical .mm-listview>li>.mm-next {
	height: 100%;
}
.mm-listview>li, .mm-listview>li .mm-next, .mm-listview>li .mm-next:before, .mm-listview>li:after {
	border-color: rgba(0, 0, 0, 0.05);
}


.mm-menu em.mm-counter {
	color: rgba(25, 32, 97, 0.51);	
}
.mm-menu .mm-listview>li .mm-arrow:after, .mm-menu .mm-listview>li .mm-next:after {
	border-color: rgba(0, 0, 0, 0.7);
}

/* Contact */

.mm-menu .mm-listview > li.mm-contact {
	padding: 0px 0px 0 20px;
	
}
.mm-menu .mm-listview > li.mm-contact > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-contact > span {
  position: relative;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;  
  color: #fff;	
  font-family: 'Bebas Neue Bold';
	font-weight: 700;
	display: block;
	margin-top: 15px;
	font-size: .86rem;
	text-transform: uppercase;
	letter-spacing: 3px;
  border-radius: 0px;

}
.mm-menu .mm-listview > li.mm-contact:after {
	display: none;
}
.mm-menu .mm-listview > li.mm-contact > a > i {
	color: #fff;	
	font-size: 1.2rem !important;
	position: absolute;
	top:14px;
	left:20px;
}

	@media (max-width: 500px) {
		.mm-menu .mm-listview > li.mm-contact > a:not(.mm-next),
		.mm-menu .mm-listview > li.mm-contact > span {

		}
		.mm-menu .mm-listview > li.mm-contact {
	padding: 0px 20px 0 20px;
	
}
		.mm-menu .mm-listview > li.mm-contact > a > i {
			left:20px;
		}
	}





/*
--------------------------------------
MENU
--------------------------------------
*/

.navigation-wrap {
	display: block;
	padding: 8rem 0;
}
.navigation-wrap h2 {
	text-align: center;
	font-family: 'Bebas Neue Bold';
	font-weight: 700;
	display: block;
	margin-bottom: 3rem;
	font-size: 1rem;
	color: #ccb56e;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.navigation ul {
	list-style: none;
	padding: 0;
	margin-left:0 !important;
	width: 100%;
}

.navigation > ul > li {
	width: 33%;
	float: left;
	display: inline-block;
	padding-left:20px;	
	position: relative;
}
/*
.navigation > ul > li:before {
	position: absolute;
	top: 4px;
	left: 0px;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../images/logo-shape.svg');
	width: 15px;
	height: 30px;
}
*/
.navigation > ul > li > ul {
	padding-bottom: 4rem;
}
.navigation > ul > li a {
	font-family: 'essonnes-display', sans-serif;
	font-weight: 700;
	color: #fff;
	padding-left: 0;
	padding-right: 2rem;
	padding-bottom: 2rem;
}

.navigation > ul > li > a {
	font-weight: 700;
	color: #fff;
	font-size: 18px;
}

.navigation > ul li.menu-heading  {
	text-transform: uppercase;
	color: #fff;
	opacity: 0.4;
	font-size: 13px;
	font-weight: 700;
	padding-top: 15px;
	letter-spacing: 1px;
}

/* Second level */

.navigation > ul > li li a  {
	font-weight: 400;
	font-size: 18px;
	padding: 6px 0px;
	padding-right: 2rem;
	line-height: 1.4;
	font-family: 'Roboto';
	
}
.navigation > ul > li li a:hover  {
	color: #ccb56e;
}



