/* Custom Stylesheet */
nav.navigation {
  background: #f5f5f5;
  /*width: 200px;
  color: #555;*/
  margin: 0 auto;
  position: relative;
  padding-top: 45px;
  min-height: 100px;
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  -ms-box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

nav.navigation > a, nav.navigation .second_level a{
  display: table;
  width: 100%;
  height: 45px;
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}

nav.navigation > a > .icon {
  display: table-cell;
  vertical-align: middle;
  width: 45px;
}

nav.navigation > a > .icon > i {
  margin: 0 11px;
  line-height: 100%;
  font-size: 21px;
  position: relative;
  top: 2px;
}

nav.navigation > a > .content {
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  background: #f5f5f5;
}

nav.navigation > a.active {
  top: 0;
  position: absolute;
}

nav.navigation > a.home, nav.navigation > a.home .content {
  background: #444;
  color: white;
}

nav.navigation > a.home.active {
  background: #444;
  color: white;
}

nav.navigation > a.home.active > .content {
  background: #444;
}

nav.navigation > a.green .icon{
  background: #b3c833;
  color: white;
}

nav.navigation > a.green:hover > .content, nav.navigation > a.green.active > .content, nav.navigation > a.green.hover > .content,
nav.navigation > a.green:focus > .content, nav.navigation > a.green.active > .content, nav.navigation > a.green.hover > .content {
  background: #b3c833;
  color: white;
}

nav.navigation > a.red .icon{
  background: #ce5043;
  color: white;
}

nav.navigation > a.red:hover > .content, nav.navigation > a.red.active > .content, nav.navigation > a.red.hover > .content,
nav.navigation > a.red:focus > .content, nav.navigation > a.red.active > .content, nav.navigation > a.red.hover > .content {
  background: #ce5043;
  color: white;
}

nav.navigation > a.orange .icon{
  background: #fb8521;
  color: white;
}

nav.navigation > a.orange:hover > .content, nav.navigation > a.orange.active > .content , nav.navigation > a.orange.hover > .content,
nav.navigation > a.orange:focus > .content, nav.navigation > a.orange.active > .content , nav.navigation > a.orange.hover > .content {
  background: #fb8521;
  color: white;
}

nav.navigation > a.blue .icon{
  background: #1aa1e1;
  color: white;
}

nav.navigation > a.blue:hover > .content, nav.navigation > a.blue.active > .content, nav.navigation > a.blue.hover > .content,
nav.navigation > a.blue:focus > .content, nav.navigation > a.blue.active > .content, nav.navigation > a.blue.hover > .content{
  background: #1aa1e1;
  color: white;
}

nav.navigation > a.purple .icon{
  background: #5e5ca6;
  color: white;
}

nav.navigation > a.purple:hover > .content, nav.navigation > a.purple.active > .content, nav.navigation > a.purple.hover > .content,
nav.navigation > a.purple:focus > .content, nav.navigation > a.purple.active > .content, nav.navigation > a.purple.hover > .content  {
  background: #5e5ca6;
  color: white;
}

nav.navigation > a.grey .icon{
  background: #658092;
  color: white;
}

nav.navigation > a.grey:hover > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content,
nav.navigation > a.grey:focus > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content {
  background: #658092;
  color: white;
}

nav.navigation > a.gray .icon{
  background: #806c80;
  color: white;
}

nav.navigation > a.gray:hover > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content,
nav.navigation > a.gray:focus > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content {
  background: #806c80;
  color: white;
}

nav.navigation > a.green2 .icon{
  background: #1bbc9b;
  color: white;
}

nav.navigation > a.green2:hover > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content,
nav.navigation > a.green2:focus > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content {
  background: #1bbc9b;
  color: white;
}

nav.navigation > a.rosybrown .icon{
  background: #bf8fb0;
  color: white;
}

nav.navigation > a.rosybrown:hover > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content,
nav.navigation > a.rosybrown:focus > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content {
  background: #bf8fb0;
  color: white;
}

nav.navigation > a.dimgray .icon{
  background: #884862;
  color: white;
}

nav.navigation > a.dimgray:hover > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content,
nav.navigation > a.dimgray:focus > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content {
  background: #884862;
  color: white;
}

nav.navigation > a.lightsteelblue .icon{
  background: #AAABD3;
  color: white;
}

nav.navigation > a.lightsteelblue:hover > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content,
nav.navigation > a.lightsteelblue:focus > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content {
  background: #AAABD3;
  color: white;
}

nav.navigation > a.yellow .icon{
  background: #ccae62;
  color: white;
}

nav.navigation > a.yellow:hover > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content,
nav.navigation > a.yellow:focus > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content {
  background: #ccae62;
  color: white;
}

nav.navigation > a.qq2 .icon{
  background: #8395a7;
  color: white;
}

nav.navigation > a.qq2:hover > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content,
nav.navigation > a.qq2:focus > .content, nav.navigation > a.grey.active > .content, nav.navigation > a.grey.hover > .content {
  background: #8395a7;
  color: white;
}


nav.navigation .second_level {
  display: none;
}

nav.navigation .second_level a {
  height: auto;
  line-height: 20px;
  padding: 8px 0 8px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

nav.navigation .second_level a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

nav.navigation .second_level > .back {
  height: 100%;
  display: table-cell;
  padding: 0 3px;
  background: #FFF;
  vertical-align: middle;
  font-size: 13px;
  width: 5px;
}

nav.navigation .second_level > .content {
  padding: 6px 0;
  text-align: left;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  background: #f5f5f5;
}