/*BOXES*/
/*BUTTONS*/
/*	--------------------------------------------------------------
:: Navigation
-------------------------------------------------------------- */
#nav-wrap {
  margin-top: 20px;
}
/* menu icon */
#kMobileMenu {
  display: none;
  /* hide menu icon initially */
}
#nav {
  position: relative;
  padding: 0px;
  margin: 20px 0 0;
  width: auto;
  float: right;
  text-align: right;
}
#nav li {
  float: left;
  list-style: none;
  margin-left: 8px;
  display: inline;
  /* IE6 Fix */
}
#nav li a {
  width: 86px;
  background: #cacaca;
  color: #535353;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Conduit ITC W01 Regular', Arial, sans-serif;
  font-weight: normal;
  text-decoration: none;
  outline: none;
  text-align: center;
  padding: 5px 2px 0;
  letter-spacing: 0;
  display: block;
  height: 46px;
  position: relative;
  overflow: hidden;
}
#nav li a:hover {
  background: #d7e6b8;
}
#nav a.nav-selected {
  background-color: #9ecf36;
}
#nav #menu_item_1 a {
  background-image: url(../images/home.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -5000px;
}
#nav #menu_item_1 a.nav-selected {
  background-image: url(../images/home-over.png);
}
/*	--------------------------------------------------------------
:: iPad Smaller than 959px
-------------------------------------------------------------- */
@media only screen and (max-width: 959px) {
  #nav-wrap {
    position: relative;
    float: right;
    text-align: right;
    width: auto;
  }
  #kMobileMenu {
    float: right;
    width: 72px;
    font-size: 20px;
    color: #535353;
    font-family: 'Conduit ITC W01 Regular', Arial, sans-serif;
    font-weight: normal;
    background-color: #9ecf36;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9ecf36), color-stop(100%, #9ecf36), color-stop(100%, #cccccc));
    background: -moz-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
    background: -ms-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
    background: -o-linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
    background: linear-gradient(center bottom, #9ecf36 0, #9ecf36 100%, #cccccc 100%);
    -pie-background: linear-gradient(#9ecf36, #9ecf36, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9ecf36,endColorstr=#cccccc);
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #7daa1f;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
  }
  #kMobileMenu .menuIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url(../images/menu-icon.png) no-repeat center center;
    vertical-align: middle;
    margin: 0 8px 0 0;
  }
  #kMobileMenu:hover {
    background-color: #f8f8f8;
  }
  #kMobileMenu.active {
    background-color: #bbb;
  }
  /* main nav */
  #nav {
    float: right;
    clear: both;
    z-index: 1000000;
    display: none;
    margin: 6px 0 0 0;
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 0px;
  }
  #nav li {
    clear: both;
    float: none;
    display: block;
    float: right;
    padding: 0px;
    margin: 0px;
  }
  #nav li a {
    background: #cacaca;
    color: #535353;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Conduit ITC W01 Regular', Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    width: 170px;
    height: 28px;
    border: #FFF solid 1px;
    border-top: none;
  }
  #nav a:hover,
  #nav ul a:hover {
    background: none;
  }
}
/*	--------------------------------------------------------------
:: iPhone - Landscape or portrait
-------------------------------------------------------------- */
@media only screen and (max-width: 759px) {
  #nav li a {
    font-size: 16px;
    line-height: 22px;
    width: 150px;
    height: 24px;
  }
}
@media screen and (min-width: 959px) {
  /* ensure #nav is visible on desktop version */#nav {
    display: block !important;
  }
}
