/****** Bootstrap Colors ******/
.primary {
  min-height: 800px;
}
/*** Accordion Toggles ***/
.panel-heading {
  position: relative;
}
.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e260";
  position: absolute;
  right: 16px;
}
.panel-heading .accordion-toggle.collapsed:after {
  font-family: 'Glyphicons Halflings';
  content: "\e259";
}
/*** Filter Menu ***/
/* Panels */
.filter-menu .panel {
  border-radius: 0;
  border: 1px solid #eeeeee;
}
.filter-menu .panel-heading {
  background: #fff;
  padding: 0;
}
.filter-menu .panel-title {
  color: #333333;
  font-weight: bold;
  display: block;
  padding: 16px;
}
.filter-menu a.panel-title {
  color: #333333;
}
.filter-menu a.panel-title:hover,
.filter-menu a.panel-title:focus {
  color: #333333;
  text-decoration: none;
}
.filter-menu .panel-body {
  padding: 16px;
}
/* Inner Panels */
.filter-menu .panel-group {
  margin: -16px;
}
.filter-menu .panel-group .panel-title {
  background: #eee;
  transition: color, 0.5s, ease;
}
.filter-menu .panel-group .panel-title:hover {
  color: #333333;
  text-decoration: none;
  background: #777777;
}
.filter-menu .panel-group .panel + .panel {
  margin-top: 0;
}
/*** Filter Menu - Mobile ***/
/* Panels - Mobile */
.filter-menu.mobile .btn-link {
  color: #f9f9f9;
}
.filter-menu.mobile hr {
  margin-top: 0;
  border-top-color: #4B6473;
}
.filter-menu.mobile .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-color: #4B6473;
}
.filter-menu.mobile .panel {
  border-color: #4B6473;
  background: #30404a;
  color: #f9f9f9;
}
.filter-menu.mobile .panel-heading {
  background: #30404a;
}
.filter-menu.mobile a.panel-title {
  color: #f9f9f9;
}
.filter-menu.mobile a.panel-title:hover {
  color: #f9f9f9;
}
.filter-menu.mobile .panel-group .panel {
  border-color: #4B6473;
}
.filter-menu.mobile .panel-group .panel-title {
  background: #3f5460;
}
.filter-menu.mobile .panel-group .panel-title:hover {
  color: #f9f9f9;
  background: #30404a;
}
/****** Footer ******/
.footer {
  background-color: #eeeeee;
}
.footer p {
  margin: 20px 0;
  text-align: center;
  color: #888888;
}
.footer .glyphicon-heart {
  color: pink;
}
/*** Sticky Footer ***/
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}