/*@charset "UTF-8";*/

body {
  font: 400 15px/1.8 Lato, sans-serif;
}

/*audio { max-width: 350px; }*/
audio {
  width: 100%;
}

.clLikes {
  padding: 0px;
  margin: 0px;
  display: inline;
}

.container {
  padding: 40px 10px;
  background: #000000;
  /*color: #D9D3BD;*/
  color: #BFBDAA;
}

.full {
    background: url('http://placehold.it/1920x1080') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.bg-1 {
   background: #000000;
   color: #D9D3BD;
}

.wyp-cat {
  padding: 25px 10px;
}

.list-group-item {
  background: #16121A;
}


.btn-custom {
  background-color: hsl(254, 11%, 38%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#736c87", endColorstr="#5b566b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#736c87), to(#5b566b));
  background-image: -moz-linear-gradient(top, #736c87, #5b566b);
  background-image: -ms-linear-gradient(top, #736c87, #5b566b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #736c87), color-stop(100%, #5b566b));
  background-image: -webkit-linear-gradient(top, #736c87, #5b566b);
  background-image: -o-linear-gradient(top, #736c87, #5b566b);
  background-image: linear-gradient(#736c87, #5b566b);
  border-color: #5b566b #5b566b hsl(254, 11%, 35.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}