.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: .75em 1em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.sm-simple a:hover, .sm-simple ul ul a {
	color: #b1cae7;
}

.sm-simple ul ul a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.sm-simple h2 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 2rem;
	margin-left: 1em;
}


.sm-simple a.current {
  color: #fff;
}
.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple li {
  border-top: 1px solid #fff;
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: #242424;
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 1.6rem;
}



@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  
    .sm-simple {
	z-index: 10000;
}
  
  .sm-simple h2 {
  	margin-left: 0;
  }
  
  
  
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
  }
  .sm-simple a.current {
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple a.has-submenu {

}

  
  .sm-simple > li {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }

  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  
  .sm-simple ul > li {
    border-left: 0;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }

  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }


/*# sourceMappingURL=sm-simple.css.map */

/*===========================================
 	HAMBURGER MENU X TRANSITION
  ===========================================*/
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }

}
