.menu {
  display: block;
  position: relative;
}

.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.menu ul a { float: left; }
.menu ul ul a { float: none; }
.menu .mega-menu a { float: none; padding: 0; }

.menu ul ul,
.menu .mega-menu,
.menu .mega-menu ol li {
  opacity: 0;
  visibility: hidden;
  display: none !important/9; /* IE8 Hack */
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  -o-transition: opacity 150ms ease-in-out;
  -ms-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.menu li:hover > ul,
.menu li:hover > .mega-menu,
.menu li:hover > .mega-menu ol li {
  opacity: 1;
  visibility: visible;
  z-index:999999;
  display: block !important/9; /* IE8 Hack */
}

.menu ul:after {
  content: "";
  clear: both;
  display: block;
}

.menu ul li {
  float: left;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.menu ul li a {
  display: block;
  padding: 7px 14px 9px 20px;
  color: #fff;
  text-decoration: none;
}


/* Arrows */
.menu .arrow:after {
  content: "";
  float: right;
  text-align: right;
  width: 0;
  height: 0;
  display: block;
  border-left: 3px solid rgba(255,255,255,0);
  border-right: 3px solid rgba(255,255,255,0);
  border-top: 3px solid #fff;
  top: 9px;
  margin: 0 0 0 5px;
  position: relative;
  /* IE8 Hack */
  border-left: 3px solid transparent/9;
  border-right: 3px solid transparent/9;
}

.menu ul li ul li .arrow:after {
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #bbb;
  margin: -2px 0 0 5px;
}


/* Icons Styles */
.menu i {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  float: left;
  margin: 4px 4px 0 -2px;
  line-height: 14px;
  padding: 0;
}
.col-1 h4 a {
  color:black;
}
.col-1 ol li {
  background: none !important;
  color:black;
}
.col-1 ol li a {
  color:black;
  line-height: 30px;
}

/* Right Floated item */
.menu .right {
  float: right;
}

.menu .right ul,
.menu .right .mega-menu {
  right: 0;
}


/* Drop-Down
================================================== */
.menu ul ul {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: 0;
  border-bottom: 0;
  position: absolute;
  top: 100%;
  width: 177px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  border-top: 1px solid #e0e0e0;
  top: -1px;
}
.menu ul ul li a:hover {
  color:black !important;
}

.menu ul ul li a {
  font-weight: normal;
  padding: 8px 12px;
  color: #777 !important;
  border-bottom: 1px solid rgb(231, 231, 231);
}

.menu ul ul li {
  float: none;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.menu ul ul li {
  background: #fff;
}


/* Mega-Menu
================================================== */
.mega-menu {
  position: absolute;
  top: 100%;
  padding: 18px 11px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
  color: #777;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mega-menu ol {
  list-style: none;
  padding: 0;
}

.mega-menu ol li {
  width: 100%;
}

.mega-menu ol li:hover,
.mega-menu ol li a {
  padding: 0;
  font-weight: normal;
  background-image: none;
}

.mega-menu ol li a:hover {
  color: #505050;
}

.mega-menu div h4 {
  font-weight: bold;
  color: #404040;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 8px 0;
  margin: 0 0 10px 0;
}


/* Grid */
.mega-menu .col-1 { width: 135px; }
.mega-menu .col-2 { width: 288px; }
.mega-menu .col-3 { width: 441px; }
.mega-menu .col-4 { width: 594px; }
.mega-menu .col-5 { width: 747px; }
.mega-menu .col-6 { width: 900px; }

.mega-menu .col-1,
.mega-menu .col-2,
.mega-menu .col-3,
.mega-menu .col-4,
.mega-menu .col-5,
.mega-menu .col-6 {
  float: left;
  margin: 0 9px;
}


/* Grid */
.mega-menu.full-width {
  left: 0;
  width: 100%;
  padding: 18px 0;
}

.full-width .col-1 { width: 14.10%; }
.full-width .col-2 { width: 30.40%; }
.full-width .col-3 { width: 46.70%; }
.full-width .col-4 { width: 63.00%; }
.full-width .col-5 { width: 79.30%; }
.full-width .col-6 { width: 95.60%; }

.full-width .col-1,
.full-width .col-2,
.full-width .col-3,
.full-width .col-4,
.full-width .col-5,
.full-width .col-6 {
  float: left;
  margin: 0 0 0 2.2%;
  padding-bottom: 30px;
}
.fix > ul {
  right: -1px;
}

/* ================================================== */

/* Eigen Style */
.style-1.menu,
.style-1.menu ul li  {
  background-color: #42413F;
  
}