

@-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,
#nav * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#nav,
#nav ul {
  list-style: none;
  /*height: 34px;*/
  /*width: 100%;*/
  float: left;
}

#nav li {
  float: left;
  /*width: 100%;*/
  text-transform:uppercase;
  
}
.flag {
   float: right;
   margin-left:1%;
   width:30px;
   height:30px;
   border:0px solid #fff;
}



@media screen and (min-width: 40em) {
  #nav li {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #ffffff;
    background: url(../img/menuback.png);

    /*
    width: 25%;
    */
    /**width: 24.9%; /* IE7 Hack */
    /*_width: 19%; /* IE6 Hack */
  }
  
  #nav li:first-child  { border-left: 0px solid #ffffff; }
  
  #nav li:hover {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #ffffff;
    background-position:0 -34px;
  }
  
  .menuwrapper {
    background: url(../img/menuback.png);
    height: 34px;
    margin-left: 0px;
  }
  
}

#nav a {
  color: #000000;
  text-decoration: none;
  font-size:0.8em;
  font-weight: bold;
  /**/
  display:block;
  width: 100%;


  border-bottom: 1px solid white;
  padding: 0.7em 1em;
  float: left;
}


@media (max-width: 40em) {
    #nav ul {
         width: 100%;
         float:left;
         
  }

    #nav li {
         width: 100%;
         display:block;

  }


    #nav a {
      color: #000000;
      text-decoration: none;
      font-size:0.8em;
      font-weight: bold;
      background: #777777;
      color:#ffffff;
      border-bottom: 1px solid white;
      padding: 0.7em 1em;
    }

}



@media screen and (min-width: 40em) {
  #nav a {
    margin: 0;
    padding: 0.5em 0.5em 0.5em 0.5em;
    float: left;
    text-align: center;
    border-bottom: 0;
  }
}

#nav ul ul a {
  /*background: #ca3716;*/
  padding-left: 0em;
}

@media screen and (min-width: 40em) {
  #nav 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: 70px;
  height: 55px;
  float: right;
  text-indent: -9999px;
  overflow: hidden;
  background: #999999 url("../img/hamburger.gif") no-repeat 50% 33%;
}

@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;


  }


}

.flex-video{position:relative;padding-top:1.5625em;padding-bottom:67.5%;height:0;margin-bottom:1em;overflow:hidden}
.flex-video.widescreen{padding-bottom:57.25%}
.flex-video.vimeo{padding-top:0}
.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}
