/*header h1 {*/
  /*float: left;*/
/*}*/
/*nav {*/
  /*font-family: Futura, "Helvetica Neue", Helvetica, sans-serif;*/
  /*text-transform: uppercase;*/
  /*font-weight: 800;  */
/*}*/
/*header nav {  */
  /*display:none;*/
  /*// clear: both;*/
/*}*/
/*header nav ul {*/
  /*padding-left: 0;*/
  /*// text-align: center;*/
  /*line-height: 44px;*/
/*}*/
/*nav ul li {*/
  /*display: block;*/
  /*font-size: .8em;*/
/*}*/

/*@media (min-width: 770px) {*/
  /*#nav-icon3 {*/
    /*display: none;*/
  /*}*/
  /*header nav {*/
    /*display: block;*/
    /*// clear: none;*/
  /*}*/
  /*nav ul {*/
    /*float: right;*/
  /*}*/
  /*nav ul li {*/
    /*display: inline;*/
    /*padding-left: 0.7em;*/
  /*}*/
/*}*/


#nav-icon3 {
  float: right;
  width: 36px;
  height: 44px;
  margin-top: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out; /* was .5s */
  transition: .2s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d3531a;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .1s ease-in-out; /* was .25s */
  transition: .1s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
