/*! responsive-nav.js 1.0.32 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

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

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

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  	/*background-image: url('../img/TTA_nav_480.png');
  	background-repeat: no-repeat;
  	text-indent: -9999px;
  	overflow: hidden;
  	display: block;
	width: 70px;
	height: 55px;
	float: right;
	margin: 0 -2em 1em 0;*/
	background-image: url('../img/TTA_nav_480.gif');
	background-repeat: no-repeat;
	background-attachment: initial;
	background-position-x: 50%;
	background-position-y: 33%;
	background-origin: initial;
	background-clip: initial;
	text-indent: -9999px;
  	overflow: hidden;
  	display: block;
  	width: 70px;
	height: 55px;
	float: right;
	
}

/* @media screen and (min-width: 40em) { */
@media screen and (min-width: 48em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

