html {
  position: relative;
  min-height: 100%;
        }


body {
  /* Margin bottom by footer height + a 30px margin */
  margin-bottom: 110px;
}

/* Override B3 .panel adding a subtly transparent background */
.panel {
    /*background-color: rgba(255, 255, 255, 0.9);*/
}

#footer {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  background-color: #eee;
  padding: 20px;
  font-size: 75%;
  line-height: 1.5;
}

#footer a{
  margin: 20px;
}


.navbar .nav > li > a {
    -webkit-transition: all ease .3s;
       -moz-transition: all ease .3s;
         -o-transition: all ease .3s;
            transition: all ease .3s;
}

.navbar .nav > li > a:hover {
    background-color: #E7E7E7;
    color: #555;
}

.navbar-nav.navbar-left {
  margin-left: -15px;
}


/*



*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color: #E7E7E7;
	background-image: linear-gradient(to bottom, #E7E7E7 0px, #E7E7E7 100%);
	background-repeat: repeat-x;
  color: #555;
}



@media (min-width: 979px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  }
}
