/*! responsive-nav.js 1.0.25 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;
}

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

.nav-toggle {
  -webkit-tap-highlight-color: rgba(256,256,256,256);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

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




a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


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

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left; margin-bottom: .5em;  
}

.nav-collapse li {
  float: left;
  width: 100%; opacity: .9;background-color:#ffffff; background:#ffffff; line-height:2.5em;
}

@media screen and (min-width: 43em) {
  .nav-collapse li {
   width: 14.28571428571429%;
    *width: 13.9%; /* IE7 Hack */
    _width: 08%; /* IE6 Hack */
  }
}
/* menu en mode small size */

.nav-collapse a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  background: #ffffff;
   color:black;
   font-size: 1.50em;
  padding: 0.34em 1em;
  float: left; text-align:left;
  border-top: 1px solid white; 
}
.nav-collapse a:hover {
  
  text-decoration: line-through;
 
}


/* menu en mode full size */
@media screen and (min-width: 43em) {
  .nav-collapse a {
    margin: 0; 
    padding-left: .5em;     color:black;
    float: left;
    text-align: center;
    border-top: 0;
  /*   border-right: 1px solid black; */
  }
    .nav-collapse a:hover{
   text-decoration: underline;
  /*   border-right: 1px solid black; */
  }
}
@media screen and (min-width: 90em) {

  .nav-collapse a {
    font-size: 2em; }
   
}
@media screen and (max-width: 70em) {

  .nav-collapse a {
    font-size: 1.50em;}
   
}
@media screen and (max-width: 55em) {
  .nav-collapse a {
    font-size: 1.30em;}
   
}
@media screen and (max-width: 49em) {
  .nav-collapse a {
    font-size: 1.10em;}
   
}
@media screen and (max-width: 42em) {
  .nav-collapse a {
    font-size: 1.5em;}
   
}
.nav-collapse ul ul a {
  background: #000000;
  padding-left: 2em;
}

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

}

.nav-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 50px;
  float:left; 
    text-align:center;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../img/hamburger.gif") no-repeat 50% 33%; 
  
-moz-transition:all 1s ease-in-out;
-webkit-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
-ms-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
/* order: name, direction, duration, iteration-count, timing-function */  
-moz-animation:blink normal 2s infinite ease-in-out; /* Firefox */
-webkit-animation:blink normal 2s infinite ease-in-out; /* Webkit */
-ms-animation:blink normal 2s infinite ease-in-out; /* IE */
animation:blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

@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("../img/hamburger-retina.gif");
    -webkit-background-size: 100px 100px;
    -moz-background-size: 100px 100px;
    -o-background-size: 100px 100px;
    background-size: 100px 100px; margin-bottom: .5em;
  }
}
	/* blink shit*/
	@-moz-keyframes blink {0%{opacity:1;} 50%{opacity:0.16;} 100%{opacity:1;}} /* Firefox */
@-webkit-keyframes blink {0%{opacity:1;} 50%{opacity:0.16;} 100%{opacity:1;}} /* Webkit */
@-ms-keyframes blink {0%{opacity:1;} 50%{opacity:0.16;} 100%{opacity:1;}} /* IE */
@keyframes blink {0%{opacity:1;} 50%{opacity:0.16;} 100%{opacity:1;}} /* Opera and prob css3 final iteration */
