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

body {
  font-family: "avenir","canada-type-gibson","Helvetica Neue",Helvetica,sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  margin-bottom: 60px;
}

.navbar-brand img:hover {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
  -webkit-filter: brightness(50%);
  filter: contrast(50%);
}

.wf-loading {
  visibility: hidden;
}

.navbar-brand img {
  margin: 2px 0px 0px 14px;
  height: 100%;
}

.list-nav {
  margin: 0px 0px 10px 0px;
}

.list-nav a {
  display: block;
  padding: 0px;
  color: #777;
}

.event {
  padding: 12px 10px 12px 0px;
  border-bottom: 1px solid #ccc;
}

.description {
  border-left: 1px #999 solid;
  padding: 2px 0px 2px 10px; 
  margin: 4px 0px 4px 0px;
}

.watchlists {
  margin-bottom: 20px;  
}

button:hover .glyphicon {
  color: red; 
}

.venue {
  margin-bottom: 20px;  
}

.event-title {
  font-size: 20px;
  color: #666;
  line-height: 28px;
  padding-bottom: 2px;
}

.avatar img {
  float: left;
  margin-right: 10px;
}

.month {
  text-align: right;
  font-size: 16px;
  text-transform: uppercase;
  color: #999;
  padding-bottom: 0;
}

.day {
  text-align: right;
  padding: 0;
  line-height: 24px;
  font-size: 36px;            
  color: #999;
}

.modal-backdrop {
    opacity: 0.1 !important;
    z-index: 0;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {    /* used to be tt-dropdown-menu in older versions */
  width: 422px;
  margin-top: 4px;
  padding: 4px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  line-height: 24px;
}

.tt-suggestion.tt-cursor,.tt-suggestion:hover {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.empty-message {
  padding: 5px 10px;
  text-align: center;
}

.twitter-typeahead {
     width: 100%;
}

.pac-container:after {
  margin: 0px 10px 8px 10px; 
}

.pac-item {
  font-family: "avenir","canada-type-gibson","Helvetica Neue",Helvetica,sans-serif;
  font-style: normal;
  font-weight: 200;
  padding: 4px 8px 4px 8px; 
}

.pac-icon {
  display: none; 
}


.footer {
  position: absolute;
  bottom: 0;
  padding: 20px;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

.footer li {
  list-style: none;
  margin-right: 14px;
  float: left;
}