[class*=" icon-"],
[class^=icon-] {
  font-family: fontawesome;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-toggle:before {
  /*    content: " \e600"*/
  content: " \f0c9";
  color: white;
  opacity: .75;
}

.icon-menuitem:before {
  content: "  \f15b";
  /* "\f061"; "\f0a9"; f0da"; \f152"; "\e611"*/
  color: #444;
  padding-left: 4px;
  -moz-text-shadow: 2px 2px 1px 1px #000;
  -webkit-text-shadow: 2px 2px 1px 1px #000;
  text-shadow: 2px 2px 1px 1px #000;
  transition: .3s ease all;
}

.icon-home:before {
  content: "\f015";
  color: #fff;
  width: 25px;
  height: auto;
  margin-left: -2px;
}

img.menu-icon {
  width: 25px;
  height: auto;
  margin: 0 .5rem -4px 0;
  padding-left: 4px;
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body,
html {
  height: 100%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  text-rendering: optimizeLegibility;
  min-width: 100%;
}

.page-frame {
  position: relative;
  overflow: hidden;
}

.page {
  position: relative;
  height: 100%;
}

.content-frame {
  height: 100%;
  position: relative;
  padding: 0;
  background-color: #fff;
  -ms-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate(-250px, 0);
  -ms-transition: -ms-transform .28s ease-in-out;
  -moz-transition: -moz-transform .28s ease-in-out;
  -webkit-transition: -webkit-transform .28s ease-in-out;
  transition: transform .28s ease-in-out;
  min-height: 1600px;
  -moz-box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 9px 6px rgba(0, 0, 0, 0.65);
  /*    border-left: 1px solid black;*/
}

.nav-collapsed .content-frame {
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate(0, 0);
}

.header {
  max-height: 90px;
  height: 80px;
  border-bottom: 1px solid #333;
  width: 100%;
  background-color: #006b3f;
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.logo {
  padding: 6px 8px 1px .8rem;
  height: 65px;
  width: auto;
  position: relative;
}

ul.feature-menu-items {
  display: flex;
  flex-direction: row;
  flex-wrap: none;
  justify-content: flex-end;
  width: calc(100% - 330px);
  height: 100%;
  position: absolute;
  float: right;
  right: calc(60px + .75em);
  top: 0px;
  font-family: 'lato';
  font-size: .9rem;
}

li.feature-menu > a {
  display: block;
  color: #cccccc;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 30px .75em 28px .75em;
  white-space: nowrap;
  height: 100%;
}

li.feature-menu a:hover {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 815px) {
  li.item3 {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  li.item2 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  li.item1 {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .logo {
    height: auto;
    width: 75vw;
    max-width: 75vw;
    padding-right: .5rem;
    margin-right: .5rem;
  }
}

.menu-toggle {
  optimizeLegibility: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px calc(16px + .5em);
  z-index: 999;
}

.menu-toggle:hover {
  color: white;
  opacity: 1;
  text-decoration: none;
}

.toggle-me {
  font-size: 2em;
}

.offcanvas {
  font-family: 'lato', sans-serif;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 250px;
  overflow: hidden;
  cursor: default;
  color: #fff;
  background: #222;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transition: width ease-in-out .28s, background linear .1s;
  -webkit-transition: width ease-in-out .28s, background linear .1s;
  -o-transition: width ease-in-out .28s, background linear .1s;
  transition: width ease-in-out .28s, background linear .1s;
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate(0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.offcanvas.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
  width: 250px;
}

.scroll {
  position: absolute;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}

.offcanvas ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 300;
}

.offcanvas li {
  display: block;
}

.offcanvas a {
  display: block;
  height: 100%;
  width: 100%;
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid #353434;
  padding: 13px 10px;
  transition: .3s ease all;
  opacity: .75;
}

.offcanvas a:hover {
  background-color: #111;
  transition: .3s ease all;
  color: white;
  opacity: 1;
}

/*  TRANSITION ICON COLOR ON HOVER */
.offcanvas a:hover [class*=" icon-"]:before,
.offcanvas a:hover [class^=icon-]:before {
  color: #ddd;
}

.offcanvas a i {
  font-size: 23px;
  float: left;
  padding: 0 15px 0 4px;
}
