﻿a.nav-expander {
  background: none repeat scroll 0 0;  
  color: #99ca3c;
  display: block;
  font-size: 2em;
  font-weight: 400;
  padding: 11px 10px 10px 10px;
  position: absolute;
  right: 0px;
  text-decoration: none;
  text-transform: uppercase;
  top: 8px;
  transition: right 0.3s ease-in-out 0s;
  width: 50px;
  z-index: 12;

  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

a.nav-expander:hover {
  cursor: pointer;
}

a.nav-expander.fixed {
  position: fixed;
}

.nav-expanded a.nav-expander.fixed {
    right: 15em;
}

nav.flyin {
  background: #9ac93c;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -15em;
  font-size: 14px;
  top: 0;
  width: 15em;
  z-index: 2000;
  
  transition: right 0.3s ease-in-out 0s;
  -webkit-transition: right 0.3s ease-in-out 0s;
  -moz-transition: right 0.3s ease-in-out 0s;
  -o-transition: right 0.3s ease-in-out 0s;

}

nav.flyin .switch-site-mobile  { text-align: right; color: white; font-size: 1em; letter-spacing: 2px; }
nav.flyin .switch-site-mobile  a { letter-spacing: 2px; margin-right: 10px;  }
nav.flyin .switch-site-mobile  a:link { color: inherit; }
nav.flyin .switch-site-mobile  a:visited { color: inherit; }
nav.flyin .switch-site-mobile  a:hover { color: inherit; text-decoration: underline; background-color: inherit; }
nav.flyin .switch-site-mobile  a.active { color: inherit; text-decoration: underline; }

.nav-expanded nav {
  right: 0;
}

body.nav-expanded {
  margin-left: 0em;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}

#nav-close {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  font-size: 1em;
  padding-right: 10px;
}

.main-menu {
  padding-top: 12px;
}

.main-menu li.main {
  border-bottom: 1px solid #fff;
  margin-left: 20px;
  font-size: 1.1em;
  padding: 10px;
}

.main-menu li.main a {
  color: #fff;
  text-decoration: none;
}

.main-menu li.main a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.main-menu li.sub {
  margin-left: -25px;
  padding: 10px 10px 10px 5px;
  font-size: 0.9em;
  color: #fff;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
    margin-top: 10px;
  	margin-left: 7px;
  color: #fff;
}

.main-menu a:hover .caret {
	border-top-color: #4f5963;
}

.main-menu li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #4f5963;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.main-menu li.open > a:hover > .caret {
	border-bottom-color: #4f5963;
}

.icon:before {
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\f105';
}

.main-menu li > a > span.icon {
  float: right;
  margin: 0.1em 1.7em -0.1em 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}

.main-menu li > a:hover > span.icon {
  float: right;
  margin: 0.1em 0.8em -0.1em 0;
  opacity: 1;
}
