.club-win {
  color: #15b5f1;
}
.club-loss {
  color: #15b5f1;
}
.facebook{
  background: #4d6aab;
}
.twitter{
  background: #3fcef1;
}
.instagram{
  background: #D93175;
}
.innner_banner{
  padding: 48px 0 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
/*  background-image: url(xxx); */
}


.panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
}

.blocklink {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
}

.widget_ul .blocklink i {
  width: 30px;
}



.ab_section {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}

.text_wrper .ab_fcard {
  padding: 10px 10px 0;
}


/*
.kode_header_2 .kode_navigation li ul li a{
  background-color: #99130a;
}
*/

.ab-sn-bigbutton {
  margin-bottom: 15px;
}


.bouton-image:before {
  content: "";
  width: 16px;
  height: 16px;
  left:-15px;
  position:relative;
  display: inline-block;
  margin-right: 2px;
  vertical-align: text-top;
  background-color: transparent;
  background-position : center center;
  background-repeat:no-repeat;
}

.bouton-image-lg:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 2px;
  vertical-align: text-top;
  background-color: transparent;
  background-position : center center;
  background-repeat:no-repeat;
}

.monBouton:before{
  background-image : url(http://icons.iconarchive.com/icons/fatcow/farm-fresh/16/accept-icon.png);
}


/*Ranking Widget*/
.widget_eventstats .kf_border{
  padding: 15px 0;
}

.widget_eventstats .team_stats .row {
  margin-bottom: 18px;
}

.widget_eventstats .team_stats > .row:last-child{
  margin-bottom: 0;
}


/*
.widget_eventstats .team_stats .stat > div:first-child{
  margin-bottom: 18px;
}

.widget_eventstats .team_stats .stat:last-of-type {
  margin-bottom: 0;
}

.widget_eventstats .team_stats .row > div:first-child{
  padding-top: 18px;
  border: 1px solid red;
}
*/

.kf_map{
  padding: 0 10px 10px 0;
}
.kf_map:before{
  top: 10px;
  left: 10px;
}

.firstheading > span:first-child {
  padding-left: 10px;
}

.kf_map #map-canvas{
  height: 200px;
}

.kf_table2 .versus div p {
  overflow: visible;
}

.event_links .kf_h5 {
  padding-top: 13px;
  padding-bottom: 13px;
}

div.idx{
  width: 5%;
}


.match_comparison .kf_table li div.kf_prd{
  text-transform: uppercase;
}
.match_comparison .kf_table li div.kf_time{
  width: 10%;
  position: relative;
}
.match_comparison .kf_table li div.kf_time:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.05;
  position: absolute;
  background-color: #1e252f;
}
.match_comparison .kf_table li div.kf_date3,
.match_comparison .kf_table li div.kf_day{
  width: 14%;
}
.match_comparison .kf_table li div.kf_prd{
  width: 10%;
  /*background-color: #e8f3ff;*/
}
.match_comparison .kf_table li div.kf_home,
.match_comparison .kf_table li div.kf_away{
  width: 22%;
}
.match_comparison .kf_table li div.kf_score{
  width: 10%;
}
.match_comparison .kf_table li div.kf_info,
.match_comparison .kf_table li div.kf_venue,
.match_comparison .kf_table li div.kf_division,
.match_comparison .kf_table li div.kf_location{
  width: 14%;
}
.match_comparison .kf_table li div.kf_info{
  text-align: right;
}
.match_comparison .kf_table li div.kf_name{
  text-align: right;
  padding-right: 40px;
}
.match_comparison .kf_table li div:first-child{
  padding-left: 30px;
}
.match_comparison .kf_table li div:last-child{
  padding-right: 30px;
}




.division_summary .kf_table2 li div.kf_win,
.venue_summary .kf_table2 li div.kf_win,
.club_summary .kf_table2 li div.kf_pct{
  width: 10%;
  position: relative;
}
.division_summary .kf_table2 li div.kf_win:before,
.venue_summary .kf_table2 li div.kf_win:before,
.club_summary .kf_table2 li div.kf_pct:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.05;
  position: absolute;
  background-color: #1e252f;
}






.ab_featured_item{
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.ab_featured_item figure{
  background: #000;
}
.ab_featured_item img{
  opacity: 0.70;
}
.ab_featured_item .text{
  left: 0;
  bottom: 0;
  width: auto;
  padding: 45px;
  position: absolute;
}
.ab_featured_item .text h6{
  float: left;
  width: 100%;
  color: #fff;
  margin: 0 0 3px 0;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}
.ab_featured_item .text h2{
  float: left;
  width: 100%;
  color: #fff;
  font-size: 30px;
  overflow: hidden;
  font-weight: bold;
  margin: 0 0 8px 0;
  white-space: nowrap;
  line-height: normal;
  text-overflow:ellipsis;
  text-transform: uppercase;
}
.thumb_footer .admin_thumb{
  text-align: center;
  width: 100%;
}
.ab_featured_item .text h2 a{
  color: #fff;
}
.ab_featured_item .text span {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

.ab_featured_item{
  border: 1px solid #d7d8d8;
}

/* https://stackoverflow.com/questions/28119377/bootstrap-3-responsive-columns-of-varying-heights */
/* Small Devices, Tablets */

/* Medium Devices, Desktops */
@media only screen and (min-width : 768px) {
  .fix-row > div:nth-child(2) {
    clear: none;
  }
  .fix-row > div:nth-child(3) {
    clear: left;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .fix-row > div:nth-child(3) {
    clear: none;
  }
  .fix-row > div:nth-child(4) {
    clear: none;
  }
  .fix-row > div:nth-child(5) {
    clear: left;
  }
}
