/*** ESSENTIAL STYLES ***/
#navigation .sf-menu, #navigation .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation .sf-menu li {
	position: relative;
	padding: 0;
}
#navigation .sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
#navigation .sf-menu li:hover > ul,
#navigation .sf-menu li.sfHover > ul {
	display: block;
}
#navigation .sf-menu a {
	display: block;
	position: relative;
}
#navigation .sf-menu ul ul {
	top: 0;
	left: 100%;
}
/*** DEMO SKIN ***/
#navigation .sf-menu {
	/* background: #ffffff; */
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	padding: 0;
}
#navigation .sf-menu > li {
	-webkit-flex: 1 auto;
	flex: 1 auto;
	text-align: center;
	/*! border-right: 1px solid rgba(255,255,255,.5); */
	/* background: url(../images/sep.png)right top 32px no-repeat; */
	/* border-right: 1px solid #e7d7ff; */
}
#navigation .sf-menu li:first-child{
	padding-left:0;
}
#navigation .sf-menu li:last-child{
	background: none;
	padding-right: 0;
}
#navigation .sf-menu a {
	color: #140a09;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	padding: 20px 10px 15px;
	letter-spacing: 1.5px;
	/* text-shadow: 0 0 0; */
	text-transform: uppercase;
	font-family: 'josefin_sansbold';
}
.is-sticky #navigation .sf-menu a {
/*	padding-top: 15px;
	padding-bottom: 15px;*/
}
#navigation .sf-menu a:hover, #navigation .sf-menu li.sfHover > a, 
#navigation .sf-menu li.active > a, #navigation .sf-menu li.selected > a {
	background: #ab137b;
	color: #fff;
}
#navigation .sf-menu ul {
	min-width: 100%;
	background: rgb(0, 0, 0);
	text-align: left;
}
#navigation .sf-menu ul li {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding: 0 !important;
}
#navigation .sf-menu ul li:first-child{
	border-top: none;
}
#navigation .sf-menu ul li:first-child {
	/*border-top: none;*/
}
#navigation .sf-menu ul a {
	/*! color: #ffffff; */
	padding: 5px 10px;
	text-transform: none;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}
#navigation .sf-menu ul a:hover, #navigation .sf-menu ul li.sfHover > a, 
#navigation .sf-menu ul li.active > a, #navigation .sf-menu ul li.selected > a {
	background: #ab137b;
	/* color: #01a5f0; */
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(0, 0, 0, 0.5);
	transition: border-top-color .4s, bottom .4s;
}
.is-sticky .sf-arrows .sf-with-ul:after {
	bottom: 5px;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ffffff; /* IE8 fallback colour */
	/* bottom: 4px; */
}
.is-sticky .sf-arrows > li > .sf-with-ul:focus:after,
.is-sticky .sf-arrows > li:hover > .sf-with-ul:after,
.is-sticky .sf-arrows > .sfHover > .sf-with-ul:after {
	bottom: 2px;
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
@media only screen and (max-width : 1024px) {
	#navigation .sf-menu a {
		
	}
}
@media only screen and (max-width : 980px) {
	
}