/* Required styles; changing these may break the menu */

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/engaged-icons/Flaticon.eot");
  src: url("../fonts/engaged-icons/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/engaged-icons/Flaticon.woff") format("woff"),
       url("../fonts/engaged-icons/Flaticon.ttf") format("truetype"),
       url("../fonts/engaged-icons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/engaged-icons/Flaticon.svg#Flaticon") format("svg");
  }
}


.menu-mobile-open{
	    position: relative;
    z-index: 9;
    background: #ffeb41;
    border: none;
    color: #101010;
    padding: 3px 40px 3px 15px;
    height: 40px;
    font-size: 0.8rem;
	display:inline-block;
	vertical-align:top;

}
.menu-mobile-open:before {
	    content: "";
    position: absolute;
    top: 13px;
    right: 10px;
    width: 20px;
    height: 20px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ1OSA0NTkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1OSA0NTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0ibWVudSI+CgkJPHBhdGggZD0iTTAsMzgyLjVoNDU5di01MUgwVjM4Mi41eiBNMCwyNTVoNDU5di01MUgwVjI1NXogTTAsNzYuNXY1MWg0NTl2LTUxSDB6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	    background-size: 94% auto;
}
.slinky-menu {
	max-width:500px;
	overflow: hidden;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
	    float: none;
    width: 100%;
	min-width:320px;
	min-height:100%;
    z-index: 99999999999999999;
    position: fixed;
    top: 0;
    right: -100%;
    margin: 0;
    padding: 0;
	height:100% !important;
	overflow-y:auto;
		background: #fbf6ea;

}
.slinky-menu.menu-opened{
	right:0;
}
.slinky-menu > ul {
	left: 0;
	position: relative;
	transform: translateZ(0);
	transition: all 300ms ease;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 300ms ease;
		
}

.slinky-menu ul,
.slinky-menu li {
	list-style: none;
	margin: 0;
}

.slinky-menu ul {
	width: 100%;
	padding:0;
	height:100%;
}

.slinky-menu a {
	display: block;
	font-size:0.8rem;
}

.slinky-menu li ul a  {
	/*display: none;
	left: 100%;
	position: absolute;
	top: 0;*/
	
}
.slinky-menu li ul li.parent > a {
	font-family:"Heebo Bold","Heebo Regular";
}
.slinky-menu li ul ul a{
	padding-right:40px;
}
.slinky-menu .header {
	position: relative;
}

.slinky-menu h2 ~ a.back {
	left: 5px;
	position: absolute;
	top: 7px;
	background: none;
	border: none;
	padding: 4px 7px;
	color: #fbf6ea;
	line-height: 1;
	}
.slinky-menu h2 ~ a.back:before{
	font-size: 1rem;
	color: #fbf6ea;
	-webkit-text-stroke: 0pt #fbf6ea;
	background: none;
	width: auto;
	height: auto;
	font-family: flaticon;
	margin-left: 5px;
	}


/* Default theme */

.slinky-menu .header {
	background: #AAA;
}

.slinky-menu h2 {
	color: #FFF;
	padding: 5px 6px ;
	font-size: 1.6rem;
	margin: 0;
	text-align: center;
	background: #c76280;
	font-family: "Heebo Light", "Heebo Regular",arial;
}

.slinky-menu a {
	border-bottom: 1px solid #ece6d8;
	color: #3e383a;
	position: relative;
	line-height: 35px;
	text-decoration:none !important;
}
.slinky-menu > ul > li > a{
background: #f491ac;
font-family:"Heebo Bold","Heebo Regular";
}
.slinky-menu  a:focus, 
.slinky-menu  a:hover, 
.slinky-menu li.active > a, 
.slinky-menu a:active {
	background: #c76280;
	color: #ece6d8;
}

.slinky-menu li.active > a:before, 
.slinky-menu a:active:before,
.slinky-menu a:focus:before,
.slinky-menu a:hover:before{
	background:#c76280;
	color:#ece6d8;
	-webkit-text-stroke: 0pt #ece6d8;
}
.slinky-menu li.active > a.next:after , 
.slinky-menu a.next:active:after{
	color:#ece6d8;
	-webkit-text-stroke: 0pt #ece6d8;
}
.slinky-menu a.next:after {
	content: '\f16f';
	margin-left: 10px;
	font-family: Flaticon;
    font-size: 16px;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 4px;
	transform: rotate(180deg);
}

.slinky-menu ul ul a:before {
	padding:0 15px;
	-webkit-text-stroke: 0pt #c76280;
}
.slinky-menu > ul > li > a:before {
	font-size: 25px;
	color: #fbf6ea;
	-webkit-text-stroke: 0pt #fbf6ea;
	background: #f491ac;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	margin-left: 15px;
}
.slinky-menu a.back:before {
	content: '\f16f';
	font-size: 25px;
	color: #fbf6ea;
	-webkit-text-stroke: 0.0pt #fbf6ea;
	background: #f491ac;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	margin-left: 15px;
}



.nav-link{
	padding:0;
}

.slinky-menu .close{
	left: 5px;
	position: absolute;
	top: 5px;
	background: #000;
	border: none;
	padding: 6px 10px;
	color: #fff;
	font-family: calibri, "Spoiler Regular", arial;
	font-weight: 100;
	z-index: 999;
	opacity: 0.7;
	border-radius: 50%;
	font-size: 16px;
}