.t3-megamenu {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.t3-megamenu > .navbar-nav {
  float: none;
}
@media (max-width: 1199px) {
  .t3-megamenu > .navbar-nav {
    text-align: center;
  }
}
.t3-megamenu > .navbar-nav > li {
  float: none;
  display: inline-block;
}
.t3-megamenu > .navbar-nav > li > a:before {
  color: #000000;
  font-size: 14px;
  margin-top: 3px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  content: "-1-";
}
.t3-megamenu > .navbar-nav > li:nth-child(1) > a:before {
  content: "-1-";
}
.t3-megamenu > .navbar-nav > li:nth-child(2) > a:before {
  content: "-2-";
}
.t3-megamenu > .navbar-nav > li:nth-child(3) > a:before {
  content: "-3-";
}
.t3-megamenu > .navbar-nav > li:nth-child(4) > a:before {
  content: "-4-";
}
.t3-megamenu > .navbar-nav > li:nth-child(5) > a:before {
  content: "-5-";
}
.t3-megamenu > .navbar-nav > li:nth-child(6) > a:before {
  content: "-6-";
}
.t3-megamenu > .navbar-nav > li:nth-child(7) > a:before {
  content: "-7-";
}
.t3-megamenu > .navbar-nav > li:nth-child(8) > a:before {
  content: "-8-";
}
.t3-megamenu > .navbar-nav > li:nth-child(9) > a:before {
  content: "-9-";
}
.t3-megamenu > .navbar-nav > li.current > a:before,
.t3-megamenu > .navbar-nav > li.active > a:before,
.t3-megamenu > .navbar-nav > li.open > a:before {
  color: #ffffff;
}
.t3-megamenu .mega-inner {
  padding: 10px 0;
}
.t3-megamenu .row {
  margin-left: auto;
  margin-right: auto;
}
.t3-megamenu .row + .row {
  padding-top: 14px;
  border-top: 1px solid #eeeeee;
}
.t3-megamenu .dropdown-header,
.t3-megamenu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
}
.t3-megamenu .dropdown-header:hover,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:hover,
.t3-megamenu .dropdown-header:active,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:active,
.t3-megamenu .dropdown-header:focus,
.t3-megamenu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .dropdown-header:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .dropdown-header:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .mega-group-ct .row {
  margin-left: -15px;
  margin-right: -15px;
}
.t3-megamenu .mega-nav > li.current a,
.t3-megamenu .dropdown-menu .mega-nav > li.current a,
.t3-megamenu .mega-nav > li.active a,
.t3-megamenu .dropdown-menu .mega-nav > li.active a {
  color: #ffd733;
}
.t3-megamenu .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-nav > li a {
  color: #222222;
}
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.active a {
  color: #333333;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 10px;
}
.t3-megamenu .t3-module .module-title:hover,
.t3-megamenu .t3-module .module-title:active,
.t3-megamenu .t3-module .module-title:focus {
  background: inherit;
  color: inherit;
}
.t3-megamenu .t3-module ul li,
.t3-megamenu .t3-module .nav li {
  list-style: disc;
  display: list-item;
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.t3-megamenu .t3-module ul li a,
.t3-megamenu .t3-module .nav li a {
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  background: none;
  font: inherit;
  white-space: normal;
}
.t3-megamenu .t3-module ul li a:hover,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module ul li a:focus,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .nav .input-group-addon [class^="icon-"],
.t3-megamenu .nav .input-group-addon [class*=" icon-"],
.t3-megamenu .nav .input-group-addon .fa {
  margin-right: 0;
}