.foundation-5-top-bar {}

.foundation-5-top-bar .menu {}

.foundation-5-top-bar .menu a {
    font-size: 15px;}

.foundation-5-top-bar .is-dropdown-submenu {
  border: 0;}

.foundation-5-top-bar .is-dropdown-submenu-item.opens-right a::after {
  border-color: transparent transparent transparent #fefefe;}

.foundation-5-top-bar .js-drilldown-back > a::before {
  border-color: transparent #fefefe transparent transparent;}

.foundation-5-top-bar .is-drilldown-submenu-parent > a::after {
  border-color: transparent transparent transparent #fefefe;}

.foundation-5-top-bar .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: #fefefe transparent transparent;}


.foundation-5-top-bar {
  background: $foundation-5-top-bar-bg;
  color: $foundation-5-top-bar-text-color;

  .menu {
    background: $foundation-5-top-bar-bg;

    a {
      color: $foundation-5-top-bar-text-color;}
  }

  .is-dropdown-submenu {
    border: 0;}

  .is-dropdown-submenu-item.opens-right a::after {
    border-color: transparent transparent transparent $foundation-5-top-bar-text-color;}

  .js-drilldown-back > a::before {
    border-color: transparent $foundation-5-top-bar-text-color transparent transparent;}

  .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent $foundation-5-top-bar-text-color;}

  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: $foundation-5-top-bar-text-color transparent transparent;}
}

.ie6 {
    text-align: center;
    font-size: 16px;
    background: #FC6;
    line-height: 100px;
    z-index: 100000;
    width: 100%;
    position: absolute;
    height: 100px;
    top: 0px;
    left: 0px;}
.ie6 SPAN {
    float: right;
    margin-right: 30px;
    cursor: pointer;
    display:none;}


.breadcrumb a{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    color: #333;
    text-decoration: none;
    font-size:16px;}

.breadcrumb {
    margin-left:0px;}
.col-md-10 span{
font-size:15px;}
.listall{
    margin-bottom: 50px !important;}

