@charset "utf-8";
/* CSS Document */




.navigation {
  display: block;
  /*! margin: 20px 0; */
  /*! background: #009788; */
  /*! box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
  border-radius: 3px;
  float: right;
}

.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  float: right;
}

.navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 17px;
  color: #def1f0;
}

.navigation li a {
  padding: 10px 30px;
  font-size: 17px;
  color: #2b2828;
  display: inline-block;
  outline: 0;
  font-weight: 400;
}

.navigation li:hover ul.dropdown { display: block; }

.navigation li ul.dropdown {
  position: absolute;
  display: none;
  width: 225px;

  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0px;
  z-index: 99;
  margin-top: 69px;
  background: #fff;
  border-top: 2px solid #000;
}

.navigation li ul.dropdown li {
  display: block;
  list-style-type: none;
  width: 100%;
}

.navigation li ul.dropdown li a {
  padding: 11px;
  font-size: 13px;
  color: #2b2828 !important;
  display: block;
  border-bottom: 1px solid #a19e9e;
  font-weight: 400;
  margin-top: 0;
  width: 100%;
}

.navigation li ul.dropdown li:last-child a { border-bottom: none; }

.navigation li:hover a {
  /*! background: #278094; */
  /*! color: #fff !important; */
}

.navigation li:first-child:hover a { border-radius: 3px 0 0 3px; }

.navigation li ul.dropdown li:hover a { background: #e0e0e0; color: #050505 !important;}

.navigation li ul.dropdown li:first-child:hover a { border-radius: 0; }

.navigation li:hover .arrow-down { border-top: 5px solid #2a2929; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2a2a2a;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
  /*! color: #000; */
}

 @media only screen and (max-width:767px) {

.navigation {
  background: #fff;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  left: -200px;
  top: 0px;
  transition: left 0.3s linear;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.navigation.visible {
  left: 0px;
  transition: left 0.3s linear;
  z-index: 99;
  margin-top:   63px !important;
  background: #0f2941;
}

.nav_bg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  padding: 12px 0 0 10px;
  /*! box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
}

.nav_bar {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
  float: right;
}

.nav_bar span {
  height: 3px;
  background: #3e3d3d;
  margin: 3px;
  display: block;
  width: 20px;
}

.nav_bar span:nth-child(2) { width: 20px; }

.nav_bar span:nth-child(3) { width: 20px; }

.navigation ul { /*! padding-top: 50px; */ }

.navigation li { display: block; width: 100%;}

.navigation li a {
  display: block;
  color: #e4e4e4;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}

.navigation li:first-child:hover a { border-radius: 0; }

.navigation li ul.dropdown { position: relative; margin-top: 0;width: 200px;}

.navigation li ul.dropdown li a {
  background: #00695b !important;
  border-bottom: none;
  color: #fff !important;
  font-size: 13px;
}

.navigation li:hover a {
  background: #009788;
  color: #fff !important;
}

.navigation li ul.dropdown li:hover a {
  background: #56b5ae !important;
  color: #fff !important;
}

.navigation li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.navigation li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.opacity {
  /*! background: rgba(0,0,0,0.7); */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}

 @media only screen and (max-width:1199px) {

.navigation {
  background: #fff;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  left: -200px;
  top: 0px;
  transition: left 0.3s linear;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.navigation.visible {
  left: 0px;
  transition: left 0.3s linear;
  z-index: 99;
  margin-top: 60px;
  background: #0f2941;
}

.nav_bg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  padding: 12px 0 0 10px;
  /*! box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
  z-index: -1;
}

.nav_bar {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
  float: right;
  margin-top: 5px;
}

.nav_bar span {
  height: 3px;
  background: #3e3d3d;
  margin: 3px;
  display: block;
  width: 20px;
}

.nav_bar span:nth-child(2) { width: 20px; }

.nav_bar span:nth-child(3) { width: 20px; }

.navigation ul { /*! padding-top: 50px; */ }

.navigation li { display: block; width: 100%;}

.navigation li a {
  display: block;
  color: #e4e4e4;
  font-weight: 500;
  width: 100%;
  float: left;
  margin-bottom: 0;
  margin-top: 0;
}

.navigation li:first-child:hover a { border-radius: 0; }

.navigation li ul.dropdown { position: relative; margin-top: 0;width: 200px;}

.navigation li ul.dropdown li a {
  background: #00695b !important;
  border-bottom: none;
  color: #fff !important;
  font-size: 13px;
}

.navigation li:hover a {
  background: #f7a145;
  color: #fff !important;
}

.navigation li ul.dropdown li:hover a {
  background: #56b5ae !important;
  color: #fff !important;
}

.navigation li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.navigation li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.opacity {
  /*! background: rgba(0,0,0,0.7); */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
