@media only screen and (min-width: 992px) {
  /*Para bajar el menú inicio de sesión*/
  .first.last {
  margin-top: 30px;
 }
 .panel-default > .panel-heading {
 	width: 256px;
 }
 .views-exposed-form.bef-exposed-form .btn-default.btn {
    padding: 12px 0;
    width: 86px;
 }
}
.feed-icons {
    display: none;
}
.slide__title a {
  color: #39bdf1;
  text-shadow: 1px 1px 3px #1e1b2c;
}