 .filter-button-group {
  padding: 30px;
}

.btn.btn-default {
  padding: 1rem 0;
  font-size: 1.7rem;
  background-color: #a86f4b;
  border-color: #fff;
  border-radius: 0;
  color:#fff;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default.is-checked {
  background-color: #D5C8BA;
  color: #a86f4b;
  /*border: none;*/
  outline: none;
}

.thumbnail {
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}

a.pp_play,
a.pp_arrow_previous,
a.pp_arrow_next,
a.pp_close {
  display: none;
}

.pp_social .twitter {
  float: left;
  width: 60px;
}

.pp_social .facebook {
  float: left;
  margin-left: 15px;
  width: 80px;
  overflow: hidden;
}

.pp_nav {
  margin-top: 0;
}
/*.btn-group-justified > .btn-group { width:100%;}*/
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
.btn-group-justified > .btn-group { display:inline !important;}
}