/* = 3.6 Television
	---------------------------------------------------------- 
	   = 3.6.1 ----- Schedule
	   = 3.6.2 ----- Shows
	   = 3.6.3 ----- Channels
	---------------------------------------------------------- */
/* = 3.6.1 ----- Schedule
	---------------------------------------------------------- */
.videoAbout-ribbon {
  background: #1f1f21;
  padding-top: 12px;
}
.videoAbout-ribbon .yt-embed {
  margin: 0 auto;
}
.videoAbout-ribbon .wrap {
  background: #fff;
}
.videoAbout-content {
  display: table;
  padding: 35px 50px;
}
.videoAbout-left {
  width: 70%;
  float: left;
}
.videoAbout-right {
  float: right;
  text-align: center;
}
.videoAbout-right a {
  color: #020202;
}
.videoAbout-right a span {
  font-size: 19px;
}
.schedule-ribbon {
  background-color: #d0d3d5;
  padding-bottom: 14px;
  margin-top: 20px;
}
.schedule-category {
  background-color: #000;
  color: #d0d7db;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  padding: 3px 10px;
}
.schedule-table {
  display: table;
  width: 100%;
  padding: 15px 0;
}
.schedule-row {
  display: table-row;
}
.schedule-cell {
  display: table-cell;
  width: 33%;
  padding-left: 12px;
  vertical-align: top;
}
.schedule-cell:first-child {
  padding-left: 0;
}
.schedule-box {
  background-color: #fff;
  height: 250px;
  width: 300px;
  overflow: hidden;
  margin: 6px 0;
}
.schedule-title {
  background-color: #000;
  height: 31px;
  color: #d0d7db;
}
.schedule-tonight {
  line-height: 31px;
  display: inline-block;
  padding: 0 5px;
}
.schedule-playlist {
  width: 300px;
  height: 219px;
  overflow-y: scroll;
}
.schedule-item {
  text-align: left;
  display: table;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding: 9px 0;
}
.schedule-time {
  width: 60px;
  color: #00aeef;
  display: table-cell;
  text-transform: uppercase;
  padding: 0 8px;
}
.schedule-show {
  color: #000;
  display: table-cell;
  text-transform: capitalize !important;
}
#not-found {
  color: #000;
  padding-left: 7px;
  padding-top: 5px;
  /* Calendar interface  */
}
.ui-datepicker-title {
  text-align: center;
  padding-top: 2px;
  background-color: #000;
  height: 29px;
  text-transform: uppercase;
  font-size: 18px;
  color: #d0d7db;
}
.ui-icon-circle-triangle-w {
  float: left;
  margin-top: 2px;
  margin-left: 10px;
}
.ui-icon-circle-triangle-e {
  float: right;
  margin-top: 2px;
  margin-right: 10px;
}
.ui-icon-circle-triangle-w:hover, .ui-icon-circle-triangle-e:hover {
  cursor: pointer;
}
.ui-datepicker-calendar {
  width: 260px;
  margin: 10px 20px;
}
.ui-datepicker-calendar th {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.ui-datepicker-calendar td {
  text-align: center;
  padding: 1px 0;
}
.ui-datepicker-calendar td a {
  color: #000;
  text-decoration: none;
}
.ui-datepicker-calendar td a:hover {
  text-decoration: underline;
}
.ui-datepicker-current-day {
  background-color: #00aeef;
  /* = 3.6.2 ----- Shows
	---------------------------------------------------------- */
}
.television span {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 20px 0 10px;
}
.show-box {
  background-color: #fff;
  max-width: 300px;
  position: relative;
  display: inline-block;
  margin: 10px 0 0 11px;
}
.show-box h1 {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 10px 0 0 15px;
}
.show-box h2 {
  color: #00aeef;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 0 15px 15px;
}
.show-hover {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.ui-state-active, .show-hover h1 {
  color: #fff !important;
}
.show-hover h2 {
  margin: 0 !important;
  padding: 0 0 0 15px !important;
}
.show-hover p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
  /* = 3.6.3 ----- Channels
	---------------------------------------------------------- */
}
.channel-showcase {
  padding-bottom: 70px;
}
.channel-finder {
  margin-left: -12px;
}
.channel-link, #schedule-date {
  display: inline-block;
}
.channel-box {
  vertical-align: middle;
  width: 300px;
  height: 250px;
  display: inline-block;
  background-color: #fff;
  margin: 0 0 12px 12px;
  padding: 0;
}
.channel-box:hover {
  cursor: pointer;
  box-shadow: 0 0 0 5px #cbd2d5;
  -moz-box-shadow: 0 0 0 5px #cbd2d5;
  -webkit-box-shadow: 0 0 0 5px #cbd2d5;
}
.channel-box img {
  display: block;
  width: 300px;
  height: 175px;
}
.channel-box h1 {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 10px 0 0 10px;
}
.channel-box span {
  color: #00aeef;
  padding: 10px 0 0 10px;
}
