  /* 616 */
  /*
  .event-list .event-time {
    position: absolute;
    height: auto;
    width: 60px;
    top: 0;
    left: 0;
    bottom: 0;
    line-height: normal;
    text-align: center;
    background: #F5F4F1;
    padding-top: 8px;
    transition: 0.18s ease;
  }
  */

  /* 628 */
  /*
  .event-list .event-time span {
    display: block;
    transition: 0.18s ease;
  }
  */

/* 631 */
/*
.event-list .event-time .date {
    font-family: "League Gothic", sans-serif;
    font-size: 25px;
    color: #c0bdb4;
    margin-bottom: -5px;
}
*/

/* 671 */
/*
.event-wrap .event {
  padding: 18px 10px 18px 110px;
}
*/

/* 673 */
/*
  .event-wrap .event-time {
    width: 80px;
    padding-top: 19px;
  }
*/

.event-wrap .event-list div.event-time {
  width: 120px;
}

.event-wrap .event-list div.event-time .text {
  padding-left: 10px;
  padding-right: 10px;
}

.event-wrap .table .event {
  padding: 18px 10px 18px 150px;
}

table {
  width: 100%;
}

td {
  padding:       4px 5px;
  background:    rgb(244, 243, 239);
  border-bottom: 1px solid rgb(213, 212, 207); /* #E7E7E3; */
  border-right:  1px solid rgb(213, 212, 207); /* #E7E7E3; */
  margin:        0;
  font-size:     12px;
}

tr:first-child td {
  border-top: 1px solid rgb(213, 212, 207);
}
/*
tr td:first-child {
  border-left: 1px solid rgb(213, 212, 207);
}
*/
tr td:last-child {
  border-right: none;
}
tr:nth-child(2n) td {
  background: rgb(236, 235, 229); /* rgba(250, 250, 248, 0.78); */
}

th, td.th, thead td {
  background:     rgb(236, 235, 229); /* rgba(250, 250, 248, 0.78); */
  color:          rgb(138, 137, 134);
  font-family:    "League Gothic", sans-serif;
  text-transform: uppercase;
  font-size:      16px;
}

.tracklisting .track a.big {

}

.tracklisting .track a.big i {
  font-size: 32px;
  border:    none;
}

.tracklisting .track a.big h4 {
  padding-top: 9px;
}

.browse_category_buttons a {
  margin-right: 10px;
}

a.inactiv {
  background: rgb(192, 189, 180) !important; /* rgba(250, 250, 248, 0.78); */
  color:      rgb(236, 235, 229) !important;
  /* color: #FFF;
  background: #242424 !important; */
}

.floating_checkboxes label {
  float: left;
  width: 180px;
}

.form-wrap {
  margin:     0 0 25px 0;
  background: rgb(225, 221, 211);
  padding:    10px;
}

.clearfix:after {
  visibility: hidden;
  display   : block;
  content   : "";
  clear     : both;
  height    : 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

section.home-row div.item {
  min-height: 350px;
}

.list .item .item-title, .list .item .item-subtitle {
  text-overflow: ellipsis;
  white-space  : nowrap;
  overflow     : hidden;
}

.flexslider .slides img {
  height: auto;
}

.slide-content h3 {
  background-color: rgba(0, 0, 0, 0.2);
  display         : inline-block;
  padding         : 10px;
}

.slide-content p {
  margin-top    : 15px;
  font-size     : 30px;
  color         : #2a81ba;
  text-shadow   : 1px 1px 1px rgba(0, 0, 0, 0.8);
  font-weight   : 900;
  font-style    : normal;
}

.slide-content .btn {
  background-color: rgba(0, 0, 0, 0.3);
}

.slide-content a.btn.alt:hover {
  background-color: rgba(42, 129, 186, 0.3);
  border-color:     rgba(42, 129, 186);
}

.flex-direction-nav a,
.flex-direction-nav a:visited,
.flex-direction-nav a:focus,
.flex-direction-nav a:active {
  color: #63625f !important;
}

/* reactivate bootstrap */

.btn-group-xs>.btn, a.btn-xs, input.btn-xs {
  padding      : 1px 5px;
  font-size    : 12px;
  line-height  : 1.5;
  border-radius: 3px;
}

.btn-group-sm>.btn, a.btn-sm {
  padding      : 5px 10px;
  font-size    : 12px;
  line-height  : 1.5;
  border-radius: 3px;
}

.item-info>li span {
  width:       120px;
  margin-left: -120px;
}

.item-info>li {
  padding-left: 120px;
}

.item-info>li ul {
  padding-left: 19px;
}

.item-info>li ul {
  margin-top: -19px;
}

a.sficn {
  width         : 40px;
  height        : 40px;
  margin-left   : 7px;
  margin-bottom : 7px;
  opacity       : 0.6;
  display       : inline-block;
}

a.sficn:hover {
  opacity       : 1;
}

#ads125 a {
  opacity       : 0.7;
}

#ads125 a:hover {
  opacity       : 1;
}

#clickmore a {
  opacity       : 0.7;
}

#clickmore a:hover {
  opacity       : 1;
}

#navigation > li:last-child > a {
    padding-right: 20px;
}
