@media all and (max-width: 769px) and (min-width: 240px) {

.hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs{display: none!important;}
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs{ display: block!important}

a.nav-expander {
  font-size: 25px;
  display: block; 
  margin-top: 0.7em; 
  text-decoration: none;
  text-transform: uppercase;
  transition: right 0.3s ease-in-out 0s;
  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: 20em;
}

nav {
  background: #FFFFFF;
  border-left: 4px solid #D9E580;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  right: -20em;
  top: 0;
  width: 18em;
  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-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: 24px;
  padding-right: 10px;
}

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

.main-menu li {
  margin-left: 15px;  
  padding: 10px;
}

.main-menu li a {
  color: #5A5C3E;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding-bottom: 5px;
	font-family: 'Oswald', 'sans-serif';
	font-size: 16px;
}

.main-menu li a:hover {
  color: #43452F;
	text-decoration: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border-bottom: 4px solid #D9E580;
}

.main-menu li .sub-nav {
  padding: 1px;
}

.main-menu a .caret {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
    margin-top: 2px;
    border-radius:0;
    border:0;
}

.main-menu a:hover .caret {
	background-color: #DCE99D
}

.dropdown-menu{
	margin:0;
	position:relative;
	top:0;
	float: none; 
}

.dropdown-menu>li>a, .dropdown-menu>li{
	border:0;
	margin: 0;
	padding:5px;
	white-space: normal;
	display: block;
}

.dropdown-menu>li>a:hover{
	background-color: #DCE99D;
	border:0;
}

.main-menu li.open > a > .caret {
	color:#333333;	
}

.main-menu li.open > a:hover > .caret {
	background-color: #DCE99D
}

.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;
}

}















