/*
@import url(http://fonts.googleapis.com/css?family=Oxygen+Mono);
*/

/* Starter CSS for Menu */
.menu-header {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}

.menu-header ul,
.menu-header li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-header ul {
  position: relative;
  z-index: 597;
}

.menu-header ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}

.menu-header ul li.hover,
.menu-header ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}

.menu-header ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}

.menu-header ul ul li {
  float: none;
}

.menu-header ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}

.menu-header ul li:hover>ul {
  visibility: visible;
}

.menu-header ul ul {
  bottom: 0;
  left: 0;
}

.menu-header ul ul {
  margin-top: 0;
}

.menu-header ul ul li {
  font-weight: normal;
}

.menu-header a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}

/* Custom CSS Styles */
.menu-header {
  /*
  background: #333333;
  border-bottom: 1px solid #54857e;
  */

  font-family: Arial, sans-serif;
  font-size: 12px;
}

.menu-header>ul {
  *display: inline-block;
}

.menu-header :after,
.menu-header ul:after {
  content: '';
  display: block;
  clear: both;
}

.menu-header ul {
  text-transform: uppercase;
}

.menu-header ul ul {
  border-top: 4px solid #54857e;
  text-transform: none;
  min-width: 190px;
}

.menu-header ul ul a {
  background: #54857e;
  color: #ffffff;
  border: 1px solid #54857e;
  border-top: 0 none;
  line-height: 200%; /*150%;*/
  padding: 16px 20px;
  font-size: 12px;
}

.menu-header ul ul ul {
  border-top: 0 none;
}

.menu-header ul ul li {
  position: relative;
}

.menu-header ul ul li:first-child>a {
  border-top: 1px solid #54857e;
}

.menu-header ul ul li:hover>a {
  background: #4eb1ff;
  color: #ffffff;
}

.menu-header ul ul li:last-child>a {
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -moz-box-shadow: 0 1px 0 #54857e;
  -webkit-box-shadow: 0 1px 0 #54857e;
  box-shadow: 0 1px 0 #54857e;
}

.menu-header ul ul li:last-child:hover>a {
  -moz-border-radius: 0 0 0 3px;
  -webkit-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.menu-header ul ul li.has-sub>a:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

.menu-header ul li:hover>a,
.menu-header ul li.active>a {
  background: #54857e;
  color: #ffffff;
}

.menu-header ul li.has-sub>a:after {
  content: '+';
  margin-left: 5px;
}

.menu-header ul li.last ul {
  left: auto;
  right: 0;
}

.menu-header ul li.last ul ul {
  left: auto;
  right: 99.5%;
}

.menu-header a {
  background: #fff;
  color: #333;
  padding: 0 20px !important;
  border-radius: 0px !important;
}

.menu-header>ul>li>a {
  line-height: 50px;
  font-size: 16px;
  white-space: nowrap;
  font-weight: 700;
}

/* some related css for white menu*/
header {
  background: #fff;
}

.main-container {
  box-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
}

/*
http://cssmenumaker.com/blog/wordpress-3-drop-down-menu-tutorial
*/
