/*! Pushy - v0.9.1 - 2013-9-16
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */


/* Menu Appearance */


/* ================================================================================================== */


/* 3. structure - NAV */


/* ================================================================================================== */

#navWarpper {
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 20;
}

.ie9 #navWarpper, .oldie #navWarpper {
  z-index: 200;
}

#nav {
  position: relative;
  height: 53px;
  margin: 120px auto 0;
  padding: 0;
  border-top: 0;
  max-width: 1200px;
  z-index: 1;
  text-align: center;
  overflow: visible;
  /*background-clip*/
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.ie9 #nav, .oldie #nav {
  position: static !important;
}


/* ------------------------------------------------------------------------------ */


/* navSelect */

#navSelect {
  display: none;
}


/* ------------------------------------------------------------------------------ */


/* navItems */

#navItems {
  max-width: 870px;
  margin-left: 19.5%;
  max-width: 750px;
  display: inline-block;
  vertical-align: top;
  margin: -22px 0 0 220px;
  width: 100%;
}


/* ------------------------------------------------------------------------------ */


/* navItem */

#nav .navItem {
  /*layout*/
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  /*style*/
  color: #3e3e38;
  /*text*/
  font-family: 'Touche-Bold', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  /*letter-spacing:0.2pt*/
  ;
  /*interaction*/
  text-decoration: none!important;
  outline: 0 none!important;
  /*style*/
  color: #919396;
  /*text*/
  font-family: 'Touche-Regular', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
}


/* ------------------------------------------------------------------------------ */


/* items - label */

#nav .navItem .label {
  display: block;
  width: auto;
  height: 25px;
  margin: 0;
  padding: 0 0 4px;
  text-align: center;
  /*border-left:1px solid #046e93; border-right:1px solid #2188b1;*/
  cursor: pointer;
}

#nav .navItem .label .small {
  text-transform: lowercase;
}

.blt-nav {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 24px;
  left: -2px;
  background: url(../img/blt-nav.png) 0 0 no-repeat;
}


/* ------------------------------------------------------------------------------ */


/* extra */

#nav .navItem .label .extra {
  display: inline;
}


/* ------------------------------------------------------------------------------ */


/* navItem - interaction */

.no-touch #nav .navItem:hover, .no-touch #nav .navItem:focus, .touch #nav .navItem:active {
  color: #131F6B;
  text-decoration: underline;
}


/* navItem - selected */

#nav .navItem.selected, #nav .navItem.selected .label, .no-touch #nav .navItem.selected:hover, .no-touch #nav .navItem.selected:focus, .touch #nav .navItem.selected:active {
  cursor: default!important;
}

#nav .navItem.selected .label, .no-touch #nav .navItem.selected:hover .label, .no-touch #nav .navItem.selected:focus .label, .touch #nav .navItem.selected:active .label {
  color: #131F6B;
  text-decoration: underline;
}


/* ------------------------------------------------------------------------------ */


/* navItem extend */


/* no border */

#nav #nav0 .label, #nav #nav1 .label {
  border-left: none;
}

#nav .navItem:last-child .label {
  border-right: none;
}

#nav .navItem.last-child .label {
  border-right: none;
}


/* size and display */

#nav #nav0 {
  display: none;
}

#nav #nav1 {
  width: 10%;
}

#nav #nav1.navItem {
  border-left: none;
}


/*#nav2shell { width:11%; }
		#nav3shell { width:11%; }
		#nav4shell { width:12%; }
		#nav5shell { width:13%; }
		#nav6shell { width:15%; }
		#nav7shell { width:12%; }
		#nav8shell { width:15%; } */


/*#nav9shell { width:11.29%; } */

.navShell {
  padding: 0 12px;
}


/* ------------------------------------------------------------------------------ */


/* btnNavMenu */

#nav #btnNavMenu {
  display: none;
}


/* ------------------------------------------------------------------------------ */


/* FIXING NAV BAR */

.navbar-fixed {
  top: 0!important;
  position: fixed !important;
}


/* ------------------------------------------------------------------------------ */


/* topNav */

#topNav {
  position: absolute;
  height: 30px;
  margin: -124px auto 0;
  padding: 0;
  border-top: 0;
  width: auto;
  max-width: none;
  z-index: 1;
  text-align: right;
  overflow: hidden;
  left: auto;
  right: 220px;
}

#topNav .navTop {
  padding: 0 5px;
  color: #CCC;
  font-size: 14px;
}

#topNav .navTop#navTop01, #topNav .navTop#navTop02 {
  /*border-right:1px solid #aac5d8;	*/
}

#topNav .navTop#navTop04, #topNav .icon {
  display: none;
}

.container-push, .push-push {
  -webkit-transform: translate3d(auto, 0, 0);
  -moz-transform: translate3d(auto, 0, 0);
  -ms-transform: translate3d(auto, 0, 0);
  -o-transform: translate3d(auto, 0, 0);
  transform: translate3d(auto, 0, 0);
}


/* ------------------------------------------------------------------------------ */


/* nav responsive */

@media only screen and (max-width:1200px) {
  .navDrop, .dropArrow {}
  /*#topNav{
		position: relative;
		right: auto;
		margin-left: 19%;
	}*/
}

@media only screen and (max-width:1060px) {
  #nav .navItem {
    font-size: 13px;
  }
}

@media only screen and (max-width:1024px) {
  #navItems {
    margin-left: 13.5%;
  }
  #topNav {
    margin-left: 11.5%;
  }
}

@media only screen and (max-width:930px) {
  #nav9shell {
    padding-top: 10px;
  }
  #topNav {
    right: 0px;
    top: 154px;
    padding-left: 20px;
  }
  a.navTop {
    color: #eff0f2 !important;
  }
  #nav br {
    display: none;
  }
  .navShell {
    height: 21px !important;
  }
  #nav {
    margin: 0;
    height: 100%;
  }
  #navItems {
    margin-left: 0;
  }
  #nav0 {
    padding-top: 7px !important;
    padding-bottom: 0px !important
  }
  #navWarpper {
    position: absolute;
    background-color: transparent;
    overflow: hidden;
    height: 100%;
    z-index: 0;
  }
  .oldie .pushy-active #navWarpper {
    overflow: visible;
  }
  .pushy-active #nav {
    position: fixed;
    background: url(../img/menu-back.jpg) 0 0 no-repeat #092243;
  }
  #nav {
    overflow: visible;
    width: 100%;
    max-width: 250px;
    height: 100%;
  }
  .ie9 #nav, .oldie #nav {
    position: relative !important;
    float: right;
  }
  #nav .navItem {
    display: block;
    font-size: 15px;
    text-align: left;
    color: #eff0f2;
    padding: 10px 0;
  }
  #nav .navItem.selected {
    background-color: #0c141f;
    color: #FFF!important;
    text-decoration: none;
  }
  #nav .navItem .label {
    text-align: left;
    padding: 5px 0 5px 20px;
    height: auto;
  }
  #nav #nav0 {
    display: block;
    padding-left: 11px;
    padding-top: 20px !important;
  }
  #nav #nav2shell, #nav #nav3shell, #nav #nav4shell, #nav #nav5shell, #nav #nav6shell, #nav #nav7shell, #nav #nav8shell, #nav #nav9shell {
    width: 100%;
    margin: 10px 0;
  }
  .pushy {
    font-size: 1.0em;
  }
  .pushy {
    position: fixed;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9999;
    background: transparent;
    font-size: 0.9em;
    font-weight: bold;
    -webkit-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
  }
  .pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    /*border-bottom: 1px solid rgba(0, 0, 0, .1);
			border-top: 1px solid rgba(255, 255, 255, .1);*/
    text-decoration: none;
  }
  .pushy a:hover {
    background: #00b4ff;
    color: #FFF;
  }
  /* Menu Movement */
  .pushy-right {
    position: absolute !important;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .pushy-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .container-push, .push-push {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
  /* Menu Transitions */
  .pushy, #pushContainer, .push {
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    /* improves performance issues on mobile*/
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  /* Site Overlay */
  .site-overlay {
    display: none;
  }
  .pushy-active .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 250px;
    z-index: 9999;
  }
  /* ----------------------------- */
  #pushContainer {
    position: relative;
    padding: 0;
  }
  /* Menu Button */
  .menu-btn {
    width: 40px;
    padding: 12px 10px 10px;
    margin-bottom: 20px;
    color: #2767b7;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 500;
    font-size: 22px;
  }
  .pushy-active .menu-btn, .menu-btn:hover {
    color: #FFF;
  }
  /* ------------------------------------------------------------------------------ */
  /* navItem - interaction */
  .no-touch #nav .navItem:hover, .no-touch #nav .navItem:focus, .touch #nav .navItem:active {
    color: #FFF;
  }
  /* ------------------------------------------------------------------------------ */
  /* topNav */
  #topNav .navTop#navTop04, #topNav .navTop, #topNav {
    display: block;
    clear: both;
    position: relative;
    margin: 10px 0 0;
    height: auto;
    text-align: left;
  }
  .navTop {
    width: 100%;
    border: none !important;
  }
  .navTop .icon, .navTop .label {
    display: inline-block !important;
    position: relative;
    padding-left: 3%;
    height: 20px;
  }
  .navTop .label {
    padding-left: 2%;
    text-transform: uppercase;
  }
  .navTop:hover {
    color: #fff !important;
    background: none !important;
  }
  #nav .navItem.selected .label, .no-touch #nav .navItem.selected:hover .label, .no-touch #nav .navItem.selected:focus .label, .touch #nav .navItem.selected:active .label {
    color: #FFF;
    text-decoration: none
  }
}


/* ------------------------------------------------------------------------------ */


/* NAV shells */

#nav2shell, #nav3shell, #nav4shell, #nav5shell, #nav6shell, #nav7shell, #nav8shell, #nav9shell {
  display: inline-block;
  position: relative;
  height: 30px;
}

.ie7 #nav2shell, .ie7 #nav3shell, .ie7 #nav4shell, .ie7 #nav5shell, .ie7 #nav6shell, .ie7 #nav7shell, .ie7 #nav8shell, .ie7 #nav9shell {
  display: inline-block;
  *display: inline;
  zoom: 1;
}


/* ------------------------------------------------------------------------------ */


/* DROP DOWN */

.navDrop {
  display: block;
  position: relative;
  top: 30px;
  left: 0;
  width: 200px;
  margin: 0;
  padding: 15px;
  z-index: 200;
  background: rgba(255, 255, 255, 0.9);
  text-align: left;
}


/*Initialize*/

ul.navDrop li {
  list-style-type: none;
  display: block;
  width: 100%;
  min-width: 200px;
  padding: 4px 0;
  font-family: 'Touche-Regular', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  float: left;
}

.dropArrow {
  display: none;
  width: 12px;
  height: 7px;
  position: absolute;
  bottom: 0px;
  left: 30px;
  background: url(../img/drop-arrow.png) 0 0 no-repeat transparent;
  opacity: 0;
}


/*Link Appearance*/

ul.navDrop li a {
  text-decoration: none;
  color: #131F68;
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}

.ie7 ul.navDrop li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

ul.navDrop li:hover a {
  color: #444;
}


/*sub menu*/

.navDrop {
  display: none;
}

.navShell:hover ul.navDrop {
  display: block;
  position: absolute;
}

.navShell:hover .dropArrow {
  display: block;
  position: absolute;
}
