.mobiledisplay {
  display:none;
}
.mobiledesktop {
  display:block;
  margin:0;
  padding:0;
}
.about {
padding:10px 20px;
color:#fff;
font-size:14px;
}

.info {
padding:10px 20px;
color:#fff;
font-size:14px;
}

@media (max-width: 768px) {
  .mobiledisplay {
    display:block;
  }
  .mobiledesktop {
    display:none;
  }
  .about {
  padding:10px 20px;
  color:#000;
  font-size:14px;
  }
}
.nopadding {
  margin:0;
  padding:0;
}
.titlebg {
  margin-top:-2px;
  background:url('../images/title-bg.png') no-repeat;
  min-height:94px;
}

.resultmp {
  display:none;
}
.resultmd {
  display:block;
}

@media (max-width: 1024px) {
  .resultmp {
    display:block;
  }
  .resultmd {
    display:none;
  }
  .arrowhide {
    display:none;
    margin:0;
    padding:0;
  }
}

@media (max-width: 1024px) {
  div.col-xs-6,
  li.col-xs-6 {
    width: 50%;
  }
}
.clearfull {
  clear:both;
  width:100%;
  height:10px;
}

#no-more-tables {
  width:100%;
}
.purple {
  background:#553474;
  border: 1px solid #553474;
}
#no-more-tables th,
#no-more-tables td
 {
  border: 1px solid #ccc;
  padding: 10px 30px;
  text-align: center;
  color:#fff;
  font-size:20px;
  font-weight:bold;
}
@media only screen and (max-width: 800px) {

  /* Force table to not be like tables anymore */
  #no-more-tables table,
  #no-more-tables thead,
  #no-more-tables tbody,
  #no-more-tables th,
  #no-more-tables td,
  #no-more-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #no-more-tables tr { border: 1px solid #ccc;
  margin-top:20px; }

  #no-more-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 5%;
    white-space: normal;
    padding: 10px 30px;
    text-align: center;
    color:#fff;
    font-size:20px;
    font-weight:bold;
  }

  #no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 5%;
    padding-right: 10px;
    white-space: nowrap;
    text-align:center;
    font-weight: bold;
  }

  /*
  Label the data
  */
  #no-more-tables td:before { content: attr(data-title); }
}
.clubinfo {
  text-align:right;
  color:#fff;
}
.clublabel {
  font-weight:bold;
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
}
.clubdata {
  color:#fff;
  font-size:18px;
}

.playerlabel {
  font-weight:bold;
  color:#67438a;
  font-size:16px;
  text-transform:uppercase;
}
.playerdata {
  color:#fff;
  font-size:16px;
}
.paddingtable {
  padding:5px 40px 5px 60px;
}
.paddingtable2 {
  padding:20px 40px 20px 60px;
  background: rgba(0, 0, 0, 0.5);
}
.playertitle {
  font-weight:bold;
  color:#67438a;
  font-size:30px;
  text-transform:uppercase;
}

@media (max-width: 768px) {
  .clubinfo {
    text-align:center;
    color:#000;
  }
  .clublabel {
    font-weight:bold;
    color:#67438a;
    font-size:14px;
    text-transform:uppercase;
  }
  .clubdata {
    color:#363636;
    font-size:14px;
  }
  .playerlabel {
    font-weight:bold;
    color:#67438a;
    font-size:14px;
    text-transform:uppercase;
  }
  .playerdata {
    color:#fff;
    font-size:14px;
    padding-top:5px;
  }
  .paddingtable {
    padding:5px 10px 5px 10px;
  }
  .paddingtable2 {
    padding:10px 10px;
    background: rgba(0, 0, 0, 0.5);
  }
}
/* Needed for Scoll Event Changes
 *******************************************/
.navbar {
  transition-duration: 0.2s;
  background:#67438a;
  background:url('../images/topbg.jpg') no-repeat;
  width:100%;
  height:225px;
}
.navbar-scroll-custom {
    background:#67438a;
    max-height:5px;
}
.navbar-scroll-custom1 {
    background:#67438a;
}

.info p, .about p  {
  padding:10px 0;
  margin:0;
}
.rd-navbar-megamenu a {
  color:#fff;
}
.logodesktop {
  padding: 0;
  margin: 0;
  float:left;
}
.infodesktop {
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .logodesktop {
    display:none;
  }
  .infodesktop {
    display:none;
  }
}
.newline {
	white-space: pre-line;
}
.pdt {
    padding-top:30px;
}
