html, body {
  background: #CFDDE6;
  font-family: 'Anton', sans-serif;  
}

.top_bar {
  min-height: 40px;
  background: rgba(76,76,76,1);
  background: -moz-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(76,76,76,1)),color-stop(12%,rgba(89,89,89,1)),color-stop(25%,rgba(102,102,102,1)),color-stop(39%,rgba(71,71,71,1)),color-stop(50%,rgba(44,44,44,1)),color-stop(51%,rgba(0,0,0,1)),color-stop(60%,rgba(17,17,17,1)),color-stop(76%,rgba(43,43,43,1)),color-stop(91%,rgba(28,28,28,1)),color-stop(100%,rgba(19,19,19,1)));
  background: -webkit-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  background: -o-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  background: -ms-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  background: linear-gradient(to bottom,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=0);
}

.social {
  list-style-type: none;
  margin-bottom: 0;
  float: left;
  padding: 0;
  margin-left: 0;
}

.social li {
  float: left;
}

.social li a {
  padding: 0 10px;
  font-size: 13px;
  line-height: 40px;
  color: #FFF;
}

.rightc {
  list-style-type: none;
  margin-bottom: 0;
  float: right;
}

.rightc li {
  margin: 0 10px;
  font-size: 13px;
  float: left;
  line-height: 40px;
  color: #FFF;
}

.rightc li a {
  color: #FFF;
  font-size: 9pt;
}

.navbar-brand img {
  margin-top: 0;
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
}

.header_image {
  margin-top: -70px;
  float: left;
}

.nav.navbar-nav.navbar-right span {
  font-family: 'Open Sans',sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #1b6977;
}

.navbar-right li a {
  font-family: 'Anton', sans-serif;
  color:black !important;
  font-size: 16pt;
}

/* Makes images fully responsive */
.img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
  display: block;
  width: 100%;
  height: auto;
}

/* ------------------- Carousel Styling ------------------- */
.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,.carousel-control.right {
  background-image: none;
}

/* ------------------- Section Styling - Not needed for carousel styling ------------------- */
.section-white {
  padding: 10px 0;
}

.section-white {
  background-color: #fff;
  color: #555;
}

@media screen and (min-width: 768px) {
  .section-white {
    padding: 1.5em 0;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 930px;
  }
}

.navbar-default {
  background: rgba(255,175,75,1);
  background: -moz-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,175,75,1)),color-stop(100%,rgba(255,146,10,1)));
  background: -webkit-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  background: -o-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  background: -ms-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  background: linear-gradient(to bottom,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b',endColorstr='#ff920a',GradientType=0);
  border: none;
}

/**
 * Zabuto Calendar
 */
#zabuto_calendar_72b {
  height: 392px;
  overflow-y: hidden;
}

div.zabuto_calendar {
  margin: 0;
  padding: 0;
  border-radius:10px !important;
}

div.zabuto_calendar .table {
  width: 100%;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar .table th,div.zabuto_calendar .table td {
  padding: 0px 0px;
  text-align: center;
}

div.zabuto_calendar .table tr th,div.zabuto_calendar .table tr td {
  background-color: #363636;
  color: #FFF;
}

div.zabuto_calendar .table tr.calendar-month-header th {
  background-color: #fafafa;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
  cursor: pointer;
  display: inline-block;
  padding-bottom: 0px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
  background-color: #000;
  border: 1px solid #000;
}

div.zabuto_calendar .table tr:last-child {
  border-bottom: 1px solid #000;
}

div.zabuto_calendar .table tr.calendar-month-header th {
  padding-top: 4px;
  padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
  border-left: 0;
  border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
  border-left: 1px solid #000;
}

div.zabuto_calendar div.calendar-month-navigation {
  cursor: pointer;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,div.zabuto_calendar tr.calendar-dow td {
  width: 14%;
}

div.zabuto_calendar .table tr td div.day {
  margin: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,div.zabuto_calendar ul.legend li.event {
  background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,div.zabuto_calendar .table tr td.event-clickable {
  cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,div.zabuto_calendar div.legend span.badge-today {
  background-color: #357ebd;
  color: #fff;
  text-shadow: none;
}

div.zabuto_calendar .badge-event,div.zabuto_calendar div.legend span.badge-event {
  background-color: #ff9b08;
  color: #fff;
  text-shadow: none;
}

div.zabuto_calendar .badge-event {
  font-size: .95em;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
  margin-top: 5px;
  text-align: right;
  display:none;
}

div.zabuto_calendar div.legend span {
  color: #999;
  font-size: 10px;
  font-weight: 400;
}

div.zabuto_calendar div.legend span.legend-text:after,div.zabuto_calendar div.legend span.legend-block:after,div.zabuto_calendar div.legend span.legend-list:after,div.zabuto_calendar div.legend span.legend-spacer:after {
  content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
  padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
  padding-left: 2px;
}

.nopadding {
  padding: 0;
}

div.zabuto_calendar ul.legend {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

div.zabuto_calendar ul.legend li {
  display: inline-block;
  height: 11px;
  width: 11px;
  margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
  margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
  margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
  font-size: .9em;
  border-radius: 5px 5px 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
  div.zabuto_calendar .table th,div.zabuto_calendar .table td {
    padding: 2px 1px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
/* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
/* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
/* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fade-in.one {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s;
}

.panel-default > .panel-heading {
  color: #fff;
  background: rgba(164,141,227,1);
  background: -moz-linear-gradient(top,rgba(164,141,227,1) 0%,rgba(33,180,226,1) 94%,rgba(53,160,196,1) 94%,rgba(133,80,201,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(164,141,227,1)),color-stop(94%,rgba(33,180,226,1)),color-stop(94%,rgba(53,160,196,1)),color-stop(100%,rgba(133,80,201,1)));
  background: -webkit-linear-gradient(top,rgba(164,141,227,1) 0%,rgba(33,180,226,1) 94%,rgba(53,160,196,1) 94%,rgba(133,80,201,1) 100%);
  background: -o-linear-gradient(top,rgba(164,141,227,1) 0%,rgba(33,180,226,1) 94%,rgba(53,160,196,1) 94%,rgba(133,80,201,1) 100%);
  background: -ms-linear-gradient(top,rgba(164,141,227,1) 0%,rgba(33,180,226,1) 94%,rgba(53,160,196,1) 94%,rgba(133,80,201,1) 100%);
  background: linear-gradient(to bottom,rgba(164,141,227,1) 0%,rgba(33,180,226,1) 94%,rgba(53,160,196,1) 94%,rgba(133,80,201,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a48de3',endColorstr='#8550c9',GradientType=0);
  text-align: center;
  border: none;
  border-radius: 0;
}

a.list-group-item-success {
  background-color: #2f4154;
  color: #fff;
  -webkit-transition: border .35s linear,color 5s linear,background-color .35s linear;
  transition: border .35s linear,color .35s linear,background-color .65s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}

a.list-group-item-success:hover {
  background-color: #2f4154;
  color: #1abc9c;
}

.heightnewseve {
  height: 392px;
  overflow-y: scroll;
  background: #2F4154;
}

.calendar-month-header {
  background: rgba(0,0,0,1) !important;
  background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(0%,rgba(102,102,102,1)),color-stop(0%,rgba(89,89,89,1)),color-stop(0%,rgba(71,71,71,1)),color-stop(95%,rgba(17,17,17,1)),color-stop(95%,rgba(43,43,43,1)),color-stop(100%,rgba(19,19,19,1))) !important;
  background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -o-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -ms-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#131313',GradientType=0) !important;
  text-align: center;
  color: #fff;
}

.calendar-month-header th {
  background: rgba(0,0,0,1) !important;
  background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(0%,rgba(102,102,102,1)),color-stop(0%,rgba(89,89,89,1)),color-stop(0%,rgba(71,71,71,1)),color-stop(95%,rgba(17,17,17,1)),color-stop(95%,rgba(43,43,43,1)),color-stop(100%,rgba(19,19,19,1))) !important;
  background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -o-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -ms-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#131313',GradientType=0) !important;
  color: #fff;
}

.calendar-dow td {
}

#features {
  margin-top: 20px;
}

.feature,.feature i,.feature h3,.feature .title_border {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.feature {
  background: rgba(73,155,234,1);
  background: -moz-linear-gradient(top,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(73,155,234,1)),color-stop(100%,rgba(32,124,229,1)));
  background: -webkit-linear-gradient(top,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  background: -o-linear-gradient(top,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  background: -ms-linear-gradient(top,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  background: linear-gradient(to bottom,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea',endColorstr='#207ce5',GradientType=0);
  text-align: center;
  padding: 20px;
  border: solid 1px #ccc;
  color: #fff;
}

.feature p {
  margin-top: 20px;
  margin-bottom: 30px;
}

.feature i {
  font-size: 32px;
  color: #FFF;
  background: rgba(255,175,75,1);
  background: -moz-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,175,75,1)),color-stop(100%,rgba(255,146,10,1)));
  background: -webkit-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  background: -o-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  background: -ms-linear-gradient(top,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  background: linear-gradient(to bottom,rgba(255,175,75,1) 0%,rgba(255,146,10,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b',endColorstr='#ff920a',GradientType=0);
  padding: 10px;
  border-radius: 50%;
  border: solid 3px #FCA700;
}

.feature h3 {
  color: #FCA700;
}

.feature:hover {
  background: rgba(147,206,222,1);
  background: -moz-linear-gradient(top,rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(147,206,222,1)),color-stop(41%,rgba(117,189,209,1)),color-stop(100%,rgba(73,165,191,1)));
  background: -webkit-linear-gradient(top,rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
  background: -o-linear-gradient(top,rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
  background: -ms-linear-gradient(top,rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
  background: linear-gradient(to bottom,rgba(147,206,222,1) 0%,rgba(117,189,209,1) 41%,rgba(73,165,191,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93cede',endColorstr='#49a5bf',GradientType=0);
  -webkit-transform: translate(0,1em);
  -moz-transform: translate(0,1em);
  -o-transform: translate(0,1em);
  -ms-transform: translate(0,1em);
  transform: translate(0,1em);
}

.feature:hover i {
  color: #FCA700;
  border-color: #FCA700;
  background: #FFF;
}

.feature:hover .title_border {
  background-color: #1E825F;
  width: 50%;
}

.feature .title_border {
  width: 0;
  height: 3px;
  background: #1E825F;
  margin: 0 auto;
  margin-top: 12px;
  margin-bottom: 8px;
}

.foot {
  padding: 20px;
  background: #000;
  text-align: center;
  color: #fff;
}

footer {
  background: #000;
  margin-top: 40px;
}

.well {
    border-radius: 0;
    height: 796px;
    background-color: #000000;
    color: #fff;
}

thead {
  color: #fff !important;
  background: rgba(73,155,234,1);
  background: -moz-linear-gradient(top,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(73,155,234,1)),color-stop(100%,rgba(32,124,229,1)));
  background: -webkit-linear-gradient(top,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  background: -o-linear-gradient(top,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  background: -ms-linear-gradient(top,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  background: linear-gradient(to bottom,rgba(73,155,234,1) 0%,rgba(32,124,229,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#499bea',endColorstr='#207ce5',GradientType=0);
}

.panel-win {
  font-size: 24pt;
  padding: 20px;
  background: rgba(0,0,0,1) !important;
  background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(0%,rgba(102,102,102,1)),color-stop(0%,rgba(89,89,89,1)),color-stop(0%,rgba(71,71,71,1)),color-stop(95%,rgba(17,17,17,1)),color-stop(95%,rgba(43,43,43,1)),color-stop(100%,rgba(19,19,19,1))) !important;
  background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -o-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -ms-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#131313',GradientType=0) !important;
}

.panel-win-foot {
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 5%,rgba(43,43,43,1) 5%,rgba(19,19,19,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(0%,rgba(102,102,102,1)),color-stop(0%,rgba(89,89,89,1)),color-stop(0%,rgba(71,71,71,1)),color-stop(5%,rgba(17,17,17,1)),color-stop(5%,rgba(43,43,43,1)),color-stop(100%,rgba(19,19,19,1)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 5%,rgba(43,43,43,1) 5%,rgba(19,19,19,1) 100%);
  background: -o-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 5%,rgba(43,43,43,1) 5%,rgba(19,19,19,1) 100%);
  background: -ms-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 5%,rgba(43,43,43,1) 5%,rgba(19,19,19,1) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 5%,rgba(43,43,43,1) 5%,rgba(19,19,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#131313',GradientType=0);
  border: none;
}

.body-black-win {
  background-color: #000;
  min-height: 200px;
}

.table-win tr td {
  text-align: center;
  border-bottom: 2px solid #1E373B;
  font-size: 16pt;
  border-color: #1E373B !important;
  color: #010101;
}

.table-win2,.table-win2>tr,.table-win2 tr td {
  text-align: center;
  font-size: 13pt;
  border-top: none !important;
  color: #010101;
  padding: 8px !important;
  padding-top:11px !important;
  padding-bottom:11px !important;
  line-height: .6 !important;
  vertical-align: top !important;
}

td.win {
  color: #010101 !important;  
}

.table-win2 thead tr td {
  background-color: #111;
}

.table-win2 tr td.sep {
  border-right: 2px solid #E05900;
}

.table-win2 thead tr td {
  color: #FFFFFF !important;
  font-size: 14pt !important;
}

.border-black{
    border:solid 5px #82C9F5
}

.block-txt {
  background: rgba(76,76,76,1);
  background: -moz-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(76,76,76,1)),color-stop(12%,rgba(89,89,89,1)),color-stop(25%,rgba(102,102,102,1)),color-stop(39%,rgba(71,71,71,1)),color-stop(50%,rgba(44,44,44,1)),color-stop(51%,rgba(0,0,0,1)),color-stop(60%,rgba(17,17,17,1)),color-stop(76%,rgba(43,43,43,1)),color-stop(91%,rgba(28,28,28,1)),color-stop(100%,rgba(19,19,19,1)));
  background: -webkit-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  background: -o-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  background: -ms-linear-gradient(top,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  background: linear-gradient(to bottom,rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c',endColorstr='#131313',GradientType=0);
  min-height: 40px;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #FAB03A !important;
}
.darkgrey-bg{
	background-color: #101010;
}
.panel-default {
  border: none !important;
}
.panel-winnext{
	background: rgba(255,175,75,1) !important;
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1))) !important;
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 ) !important;
}
.body-black-winnext{
	min-height: 200px;
	background: rgba(241,231,103,1);
	background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
	background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}
.panel-win-footnext{
	background: rgba(254,182,69,1);
	background: -moz-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(163,153,38,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,182,69,1)), color-stop(100%, rgba(163,153,38,1)));
	background: -webkit-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(163,153,38,1) 100%);
	background: -o-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(163,153,38,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,182,69,1) 0%, rgba(163,153,38,1) 100%);
	background: linear-gradient(to bottom, rgba(254,182,69,1) 0%, rgba(163,153,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb645', endColorstr='#a39926', GradientType=0 );
  border: none;
  text-align: center;
  color: #fff;
}
.table-winnext thead tr td,.table-winnext thead{
	background:rgba(0,0,0,0);
	color: #000;
	text-align: center;
}
.table-winnext thead{
	background:rgba(0,0,0,0);
	color: #000;
	text-align: center;
	font-size: 14pt;
}
.table-winnext tr td{
	border:none !important;
	text-align: center;
	padding: 0 !important;
	font-weight: bold;
}
.run-txt{
	background: rgba(0,0,0,1) !important;
  background: -moz-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,1)),color-stop(0%,rgba(102,102,102,1)),color-stop(0%,rgba(89,89,89,1)),color-stop(0%,rgba(71,71,71,1)),color-stop(95%,rgba(17,17,17,1)),color-stop(95%,rgba(43,43,43,1)),color-stop(100%,rgba(19,19,19,1))) !important;
  background: -webkit-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -o-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: -ms-linear-gradient(top,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  background: linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(102,102,102,1) 0%,rgba(89,89,89,1) 0%,rgba(71,71,71,1) 0%,rgba(17,17,17,1) 95%,rgba(43,43,43,1) 95%,rgba(19,19,19,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#131313',GradientType=0) !important;
  height: 70px;
  margin-top: -20px;
}
.calendar-dow td{
	border: 1px solid #D65007;
	background: #363636;
}
tr.calendar-month-header th{
	border: none !important;
}

.marquee {
  width: 100%;
  line-height: 70px;
  background: url(../img/block.jpg);
  color: white;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  height: 70px;
  font-size: 17pt;
  font-family: 'Electrolize';
  border:2px solid #000;
}
.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.darkgrey-bg{
	border-radius: 10px;
  border: 5px solid #000;
}
tr.tr2{
	background-color: #CCCCCC !important;
}
.table-sched>tbody>tr>td, .table-sched>tbody>tr>th, .table-sched>tfoot>tr>td, .table-sched>tfoot>tr>th, .table-sched>thead>tr>td, .table-sched>thead>tr>th {
    border-top: 1px solid #653A03 !important;
}
.table-sched>thead>tr>th{
	background: rgba(255,175,75,1);
	background: -moz-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
	background: -webkit-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -o-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	background: linear-gradient(to bottom, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0 );
	border-bottom: 2px solid #653A03;
}
.pagination>li>a, .pagination>li>span {
  background-color: #81A7BE;
  color:black;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #black;
    text-decoration: none;    
    border: 1px solid #82C9F5;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #000;
    background: #82C9F5;
    border-color: #FFF;
    font-weight: bold;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background: #82C9F5;
    border-color: #FFF;
    font-weight: bold;
}

