.nav-collapse,
.nav-collapse * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

nav.menu.opened ul {
	clear: both;
	float: right;
	width: 100%;	
}

nav.menu.opened ul li {
/* 	float: right; */
	clear: both;
	text-align: center;	
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;	
	font-size: 17px;	
}

@media screen and (min-width: 992px) {
  .nav-collapse ul ul a {
	display: none;
  }
}

.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	zoom: 1;
}

.nav-collapse.opened {
	max-height: 9999px;
}

@media screen and (min-width: 992px) {
	.js .nav-collapse {
		position: relative;
	}
	.js .nav-collapse.closed {
		max-height: none;
	}
	.nav-toggle {
		display: none;
	}
}

.nav-toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border: 0 !important;
	position: relative;
	width: 55px;
	top: -15px;
	height: 55px;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	background: white url("hamburger.gif") no-repeat 50% 50%;
}

header.sticky .nav-toggle {
	top: -20px;
	background-color: transparent !important;	
}

header.sticky.opened .nav-toggle {
  top: 12px;
}

header.opened.sticky {
	height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .nav-toggle {
	background-image: url("hamburger-retina.gif");
	-webkit-background-size: 100px 100px;
	-moz-background-size: 100px 100px;
	-o-background-size: 100px 100px;
	background-size: 100px 100px;
  }
}
