﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  /*margin-top:65px;*/
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 66px;
}

/* navbar links */
.navbar-default .navbar-nav > li {padding:5px 5px 5px 5px; vertical-align: middle; }
.navbar-default .navbar-nav > li > a{line-height:30px;  padding:5px 20px 5px 20px; vertical-align: middle; border-radius:12px; -webkit-border-radius:12px; -moz-border-radius:12px;}
    .navbar-default .navbar-nav > li i {
        float: left;
    }

.navbar-nav .dropdown-menu li i{float:none; }

