.horizontal-dropdown {
  position: fixed;
  float: left;
  top: auto;
  left: 0;
  right: 0;
  width: 100%;
  margin: 25px 5px 5px 0px !important;
  text-align: center;
  border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-top: 1px solid #DBDFE0;
  z-index: 100;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.dropdown-menu {
  min-width: 160px;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
}

.navbar-collapse:before,.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-default ul li {
  position: unset;
  padding: 14px 25px 12px 25px;
}


.navbar-default ul li a {
  padding: 0;
  text-transform: capitalize;
  font-size: 15px;
}

.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
  text-align: left;
  vertical-align: top;
}

.mnpro .mega-menu .img-link {
  display: block;
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
  overflow: hidden;
  object-fit: cover;
}

.horizontal-dropdown li {
  display: inline-block;
  padding: 16px 20px !important;
}

.mega-menu {
	position: fixed;
	top: auto;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px 0 !important;
	margin: 15px auto 0 auto !important;
	margin-top: 13px;
	border-top: 2px solid #eee !important;
	text-align: center;
	border: none;
	border-radius: 0;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.col-centered {
  text-align: left;
  padding-bottom: 15px;
}

.mega-menu .list-group .list-group-item:first-child {
  padding-top: 0 !important;
}

.mega-menu .list-group .list-group-item {
	display: block;
	padding: 1px 0 !important;
	padding-top: 0px;
	font-weight: 400;
	font-size: 16px;
}
.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.list-group-item {
  background: transparent;
  padding: 6px 0;
  border: none;
}

.row-centered{
	width:100%;
	text-align: center;
	display: block !important;
}

.dropdown li.active > a, .dropdown li:hover > a {
  color: #ec1f27;
}

.mega-menu {
  text-align: center;
}