/********************************************
* Helper styles
********************************************/
.center {
  text-align: center;
  display: block;
}
.left {
  text-align: left;
  display: block;
}
.right {
  text-align: right;
  display: block;
}
.win {
  background-color: #62A743;
  color: #fff;
  font-weight: 700;
  padding: 3px;
  border-radius: 3px;
}
.lose {
  background-color: #A40000;
  color: #fff;
  font-weight: 700;
  padding: 3px;
  border-radius: 3px;
}
.draw {
  background-color: #373737;
  color: #fff;
  font-weight: 700;
  padding: 3px;
  border-radius: 3px;
}
/*******************************************
* Grid
*******************************************/
.grid12 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -20px;
}
.grid12:after {
  content: "";
  display: table;
  clear: both;
}
.grid12 [class*=column] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.grid12 .column12 {
  width: 100%;
}
.grid12 .offset12 {
  margin-left: 100%;
}
.grid12 .column11 {
  width: 91.66666667%;
}
.grid12 .offset11 {
  margin-left: 91.66666667%;
}
.grid12 .column10 {
  width: 83.33333333%;
}
.grid12 .offset10 {
  margin-left: 83.33333333%;
}
.grid12 .column9 {
  width: 75%;
}
.grid12 .offset9 {
  margin-left: 75%;
}
.grid12 .column8 {
  width: 66.66666667%;
}
.grid12 .offset8 {
  margin-left: 66.66666667%;
}
.grid12 .column7 {
  width: 58.33333333%;
}
.grid12 .offset7 {
  margin-left: 58.33333333%;
}
.grid12 .column6 {
  width: 50%;
}
.grid12 .offset6 {
  margin-left: 50%;
}
.grid12 .column5 {
  width: 41.66666667%;
}
.grid12 .offset5 {
  margin-left: 41.66666667%;
}
.grid12 .column4 {
  width: 33.33333333%;
}
.grid12 .offset4 {
  margin-left: 33.33333333%;
}
.grid12 .column3 {
  width: 25%;
}
.grid12 .offset3 {
  margin-left: 25%;
}
.grid12 .column2 {
  width: 16.66666667%;
}
.grid12 .offset2 {
  margin-left: 16.66666667%;
}
.grid12 .column1 {
  width: 8.33333333%;
}
.grid12 .offset1 {
  margin-left: 8.33333333%;
}
.grid12.grid-pad {
  padding: 20px;
}
/*******************************************
* Page Header Styles
*******************************************/
.page-header {
  padding: 10px 0px;
}
.page-header .title-header {
  border-bottom: 1px dotted #ccc;
  padding: 0px 0px 5px;
}
.page-header__actions {
  padding: 0px 0px 5px;
}
.schedule-dropdown {
  display: inline-block;
  color: #7F0808;
}
/********************************************
* Photo gallery widget styles
********************************************/
.recent_galleries--widget li.gallery-block {
  overflow: hidden;
  width: 145px;
  float: left;
  padding: 5px !important;
  margin: 0 0px 15px 10px;
  border: 0px solid #c3c3c3;
  height: 110px;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}
.recent_galleries--widget a {
  position: relative;
  background: transparent;
  padding: 0;
  display: block;
}
.recent_galleries--widget img {
  border: 0px solid #333;
  width: 135px;
  height: 135px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 0;
  position: absolute;
  top: -10px;
  clip: rect(10px, 133px, 95px, 0px);
}
.recent_galleries--widget .gallery_count {
  width: 133px;
  clear: none;
  line-height: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 5px;
  background-color: #BE0000;
}
.recent_galleries--widget .gallery_count a {
  display: block;
  color: #fff;
  font-size: 11px;
  font-family: inherit;
  margin: 0px;
  margin-top: 0;
  padding: 2px 5px;
  background: inherit;
  text-transform: uppercase;
  float: left;
}
.recent_galleries--widget .gallery_count a.date {
  float: right;
}
.recent_galleries--widget #primary .ngg-sidebar-widget h4 a:hover {
  color: #fff;
}
.widget .button {
  padding: 7px 25px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  box-shadow: 0px 0px 3px #000;
  background: #A8A8A8;
}
/********************************************
* Photo gallery widget styles
********************************************/
.btn-fancy {
  cursor: pointer;
  display: inline-block;
  border: 0;
  background: transparent;
  outline: 0;
  padding: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  color: #333333;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.btn-fancy:hover {
  text-decoration: none;
}
.btn-fancy.hover,
.btn-fancy:hover {
  background: #e6e6e6;
}
.btn-fancy.active,
.btn-fancy:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/********************************************
* Photo gallery pod styles
********************************************/
.gallery_icons {
  margin: 0 0 0 10px;
  padding: 0;
  list-style-type: none;
  font-family: inherit;
  overflow: hidden;
}
.gallery_icons li {
  float: left;
  margin: 10px 20px 0 0;
  border: 0px solid #f00 !important;
  width: 260px;
  min-height: 90px;
  font-size: 12px;
  line-height: 16px;
}
.gallery_icons img {
  width: 125px;
}
.gallery_icons .img {
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 4px;
  box-shadow: 0 0 3px #ddd;
}
.gallery_icons .gallery-title {
  float: left;
  width: 115px;
  font-weight: bold;
  font-size: 14px;
}
.gallery_icons .gallery-meta {
  float: left;
  width: 115px;
  color: #666;
  font-weight: bold;
  font-size: 12px;
}
.gallery_pod_widget_widget h4 {
  text-align: right;
}
/********************************************
* View Schedule Widget
********************************************/
.schedule-list {
  width: 100%;
  height: 300px;
  overflow: hidden;
  overflow-y: auto;
}
.schedule-list__row {
  padding: 10px 5px;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  transition: background 0.4s ease-in;
}
.schedule-list__row:hover {
  background: #f7f7f7;
}
.schedule-list__row input,
.schedule-list__row .row-title {
  display: inline-block;
}
.schedule-list__row .row-title {
  font-weight: 700;
  font-size: 1em;
  vertical-align: middle;
}
.schedule-list__row input[type=checkbox] {
  margin-right: 10px;
  vertical-align: middle;
}
/********************************************
* New DS Table Styles
********************************************/
table.schedule-table {
  border-collapse: collapse;
  width: 100%;
}
table.schedule-table a {
  text-decoration: underline;
}
table.schedule-table .event-info {
  font-weight: 700;
}
table.schedule-table .add-event-info {
  font-size: .9em;
  color: #7F0808;
  font-weight: 700;
}
table.schedule-table thead {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.schedule-table thead th {
  margin: 0;
  border-bottom: 2px solid #ccc;
  text-align: left;
  font-size: 1.2em;
  padding: 5px;
}
table.schedule-table tbody td {
  padding: 10px 5px;
  vertical-align: top;
}
/** 
* Dropdown
**/
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-menu {
  position: absolute;
  bottom: -30px;
  left: 0px;
  font-size: 13px;
  background: #fff;
  font-weight: 500;
  padding: 5px 7px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px #000;
  display: none;
}
