.t3-megamenu .mega-inner {
  padding: 20px;
}
.t3-megamenu .mega-dropdown-inner .last-col {
  margin-left: 0 !important;
}
.t3-megamenu .mega-dropdown-inner .last-col .mega-inner,
.t3-megamenu .mega-dropdown-inner .row-fluid > div:last-child .mega-inner {
  padding: 20px 20px 0 10px;
}
.t3-megamenu .mega-dropdown-inner .row-fluid > .span12.mega-col-nav:last-child .mega-inner {
  padding: 20px;
}
.t3-megamenu .nav-child.mega-group-ct .mega-dropdown-inner .last-col .mega-inner,
.t3-megamenu .nav-child.mega-group-ct .mega-dropdown-inner .mega-col-nav .mega-inner,
.t3-megamenu .nav-child.mega-group-ct .row-fluid > div:last-child .mega-inner,
.t3-megamenu .span12.mega-col-nav:last-child .nav-child.mega-group-ct .row-fluid .mega-inner {
  padding: 0;
}
.t3-megamenu .row-fluid + .row-fluid {
  border-top: 1px solid #e5e5e5;
}
.t3-megamenu .mega-nav .mega-group > .mega-group-title,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title {
  background: inherit;
  border-bottom: solid 1px #333;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.t3-megamenu .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .mega-nav .mega-group > .mega-group-title:focus,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .dropdown-menu .mega-nav .mega-group > .mega-group-title:focus,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:hover,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:active,
.t3-megamenu .dropdown-menu .active .mega-nav .mega-group > .mega-group-title:focus {
  background: inherit;
  color: #fff;
}
.t3-megamenu .mega-group-ct .mega-dropdown-inner .mega-col-nav .mega-inner {
  border-right: none;
}
.t3-megamenu .mega-group-ct > .row-fluid > [class*="span"] > .mega-inner,
.t3-megamenu .span12.mega-col-nav .mega-group-ct .mega-inner,
.t3-megamenu .mega-col-nav .mega-group-ct .mega-inner {
  padding: 0;
  border-right: none;
}
.t3-megamenu .mega-dropdown-inner .mega-col-nav .mega-inner {
  border-right: solid 1px #333;
}
.t3-megamenu .mega-dropdown-inner .mega-col-nav:last-child .mega-inner {
  border-right: none;
}
.t3-megamenu .span12.mega-col-nav .mega-inner {
  padding: 20px;
}
.t3-megamenu .mega-nav > li a {
  padding: 5px 10px;
}
.t3-megamenu .dropdown-menu .mega-nav > li a {
  padding: 5px 0;
}
.t3-megamenu .mega-group .mega-nav > li a,
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li a {
  padding-left: 0;
  padding-right: 0;
}
.t3-megamenu .mega-group .mega-nav > li.divider,
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.divider {
  border-bottom: none;
  background: none;
  height: auto;
}
.t3-megamenu .mega-group .mega-nav > li.divider .separator,
.t3-megamenu .dropdown-menu .mega-group .mega-nav > li.divider .separator {
  color: #666;
}
.t3-megamenu .mega-nav .dropdown-submenu > a::after {
  margin-right: 0;
}
.t3-megamenu .t3-module .module-title {
  display: block;
  line-height: 20px;
  border-bottom: 1px solid #333333;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.t3-megamenu .t3-module .module-ct {
  color: #666;
  font-weight: 400;
}
.t3-megamenu .t3-module ul,
.t3-megamenu .t3-module .nav {
  margin: 0 0 0 15px;
}
.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 ul li a:focus,
.t3-megamenu .t3-module ul li a:active,
.t3-megamenu .t3-module .nav li a:hover,
.t3-megamenu .t3-module .nav li a:focus,
.t3-megamenu .t3-module .nav li a:active {
  background: none;
  color: inherit;
  font: inherit;
}
.t3-megamenu .t3-module .category-module {
  margin: 0;
  color: #666;
  font-weight: 400;
}
.t3-megamenu .t3-module .category-module li {
  list-style: none;
}
.t3-megamenu .t3-module .category-module li h4 {
  border-bottom: 1px solid #333;
  line-height: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.t3-megamenu .t3-module .category-module li h4 a {
  color: #fff;
}
.t3-megamenu .t3-module .category-module li h4 a:hover,
.t3-megamenu .t3-module .category-module li h4 a:focus,
.t3-megamenu .t3-module .category-module li h4 a:active {
  color: #fff;
  text-decoration: none;
}
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a {
  background: #01a3d4;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  opacity: 1;
  padding: 3px 14px;
  text-indent: 0;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.1);
}
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active {
  color: #fff;
  text-decoration: none;
  color: 0 -1px 0 rgba(0,0,0,0.25);
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #01a3d4;
  background-image: -moz-linear-gradient(top,#01a3d4,#01a3d4);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#01a3d4),to(#01a3d4));
  background-image: -webkit-linear-gradient(top,#01a3d4,#01a3d4);
  background-image: -o-linear-gradient(top,#01a3d4,#01a3d4);
  background-image: linear-gradient(to bottom,#01a3d4,#01a3d4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01a3d4', endColorstr='#ff01a3d4', GradientType=0);
  border-color: #01a3d4 #01a3d4 #016888;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  
  *background-color: #01a3d4;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover:hover,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover:focus,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover:active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover.active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover.disabled,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover[disabled],
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus:hover,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus:focus,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus:active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus.active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus.disabled,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus[disabled],
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active:hover,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active:focus,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active:active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active.active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active.disabled,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active[disabled] {
  color: 0 -1px 0 rgba(0,0,0,0.25);
  background-color: #01a3d4;
  *background-color: #018fbb;
}
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover:active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:hover.active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus:active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:focus.active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active:active,
.t3-megamenu .t3-module .category-module li p.mod-articles-category-readmore a:active.active {
  background-color: #017ca1 \9;
}
.t3-megamenu .mega-caption {
  color: #999;
  font-size: 11px;
  margin-top: 3px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .vertical-nav .t3-megamenu.elastic .level0 > .mega .mega-dropdown-menu {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
  }
  .vertical-nav .t3-megamenu.elastic .level0 > .mega.open > .mega-dropdown-menu {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  .vertical-nav .t3-megamenu.slide .mega > .mega-dropdown-menu {
    min-width: 0;
  }
  .vertical-nav .t3-megamenu.slide .mega > .mega-dropdown-menu > div {
    min-width: 200px;
    margin-top: 0;
    margin-left: -500px;
  }
  .vertical-nav .t3-megamenu.slide .mega.open > .mega-dropdown-menu > div {
    margin-left: 0;
  }
}