.tv-guide-wrapper {
  padding: 20px 0;
}
.tv-guide-wrapper .slick-slider {
	margin:0;
}
.tv-guide-wrapper .day-nav-wrapper {
  height: 80px;
  padding: 0 64px;
  background-color: #004e59;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.embedded.link{
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.embedded.link > a{
  float: left;
}
.embedded.link > div{
  width: calc(100% - 150px);
  background-color: #f8f8f8;
  border: 1px solid #dbdbdb;
  float: left;
}
.embedded.link .summary{
  display: none;
}
.embedded.link .title{
  display: table;
  height: 80px;
}
.embedded.link .title a{
  display: table-cell;
  padding: 0 30px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;  
  vertical-align: middle;
}
@media screen and (max-width: 639px) {
  .tv-guide-wrapper .day-nav-wrapper {
    height: 64px;
  }
}

@media screen and (max-width: 997px) {
  .tv-guide-wrapper {
    padding: 0 0 2px;
  }
}

@media screen and (max-width: 479px) {
  .tv-guide-wrapper .day-nav-wrapper {
    padding: 0 24px;
  }
}

.day-nav {
  width: 100%;
  height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.day-nav .day-item {
  float: left;
  width: 14.2857%;
  height: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

@media screen and (max-width: 859px) {
  .day-nav .day-item {
    width: 20%;
  }
}

@media screen and (max-width: 639px) {
  .day-nav {
    height: 64px;
  }
}

.day-nav a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 0;
  letter-spacing: 0px;
  line-height: 22px;
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.day-nav a .day,
.day-nav a .date {
  display: block;
}
.day-nav a .date {
	font-family: "Roboto Regular", Helvetica, sans-serif;
}
.day-nav a .day {
  font-family: "Roboto Bold", Helvetica, sans-serif;
}

.day-nav a.is-today, .day-nav a:hover {
  background-color: #00b1b0;
}

@media screen and (max-width: 639px) {
  .day-nav a {
    padding: 12px 0;
    letter-spacing: 0px;
    line-height: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .day-nav a .sm-hide {
    display: none;
  }
}

.day-nav .slick-arrow {
  width: 64px;
  height: 80px;
  background-color: #212e3f;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  border: none;
  border-radius: 0;
}

.day-nav .slick-arrow:before {
  font-family: "icomoon" !important;
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.day-nav .slick-arrow:not(.slick-disabled):before {
  opacity: 1;
}

.day-nav .slick-arrow:not(.slick-disabled):hover:before {
  opacity: 0.7;
}

.day-nav .slick-arrow.slick-prev {
  left: -64px;
}

.day-nav .slick-arrow.slick-prev:before {
  content: "\e91c";
}

.day-nav .slick-arrow.slick-next {
  right: -64px;
}

.day-nav .slick-arrow.slick-next:before {
  content: "\e91d";
}

@media screen and (max-width: 639px) {
  .day-nav .slick-arrow {
    height: 64px;
  }
}

@media screen and (max-width: 479px) {
  .day-nav .slick-arrow {
    width: 24px;
  }
  .day-nav .slick-arrow.slick-prev {
    left: -24px;
  }
  .day-nav .slick-arrow.slick-next {
    right: -24px;
  }
}

.tv-guide {
  height: 576px;
  padding: 0 0 0 124px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  font-family: "Roboto Regular", Helvetica, sans-serif;
}

.tv-guide .tv-guide-grid {
  position: relative;
  overflow: hidden;
}

.tv-guide .tv-guide-grid ul {
  -webkit-transition: transform3d, 600ms;
  -moz-transition: transform3d, 600ms;
  transition: transform3d, 600ms;
}

.tv-guide .channels-list {
  width: 124px;
  padding-top: 48px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.tv-guide .channels-list li {
  margin-bottom: 8px;
  display: block;
  height: 80px;
}

.tv-guide .channels-list li a {
  display: block;
  height: 80px;
  padding: 12px;
  position: relative;
}

.tv-guide .channels-list li img {
  max-width: 84%;
  max-height: 36px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tv-guide .channels-list li.first-item {
  width: 100%;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f2f2f2;
}

.tv-guide .channels-list li.first-item .js-show-now {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  top: 8px;
  bottom: 8px;
  padding: 4px 8px;
  height: auto;
  text-align: center;
  background-color: #00b1b0;
  letter-spacing: 0px;
  line-height: 15px;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.tv-guide .channels-list li.first-item .js-show-now:hover {
  background-color: #004e59;
}

@media screen and (max-width: 479px) {
  .tv-guide .channels-list li.first-item .js-show-now {
    left: 0;
    right: 0;
    padding: 5px 0;
  }
}

@media screen and (max-width: 479px) {
  .tv-guide {
    padding: 0 0 0 72px;
  }
  .tv-guide .channels-list {
    width: 72px;
  }
  .tv-guide .channels-list img {
    max-height: 24px;
  }
}

.tv-guide-grid-nav {
  width: 64px;
  position: absolute;
  top: 48px;
  bottom: 8px;
  background-color: #212e3f;
  opacity: 0;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  cursor: pointer;
  z-index: 10;
}

.tv-guide-grid-nav span {
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
}
.tv-guide-grid-nav .icon-arrow-right:before {
    content: "\e91d";
}
.tv-guide-grid-nav .icon-arrow-left:before {
    content: "\e91c";
}
.tv-guide-grid-nav.is-visible {
  opacity: 0.4;
}

.tv-guide-grid-nav.inactive {
  opacity: 0 !important;
  cursor: default !important;
}

@media screen and (max-width: 479px) {
  .tv-guide-grid-nav {
    width: 24px;
  }
}

@media screen and (max-width: 639px) {
  .tv-guide-grid-nav {
    display: none;
  }
}

html.touchevents .tv-guide-grid-nav {
  display: none;
}

.tv-guide-grid-nav-left {
  left: 0;
}

.tv-guide-grid-nav-right {
  right: 0;
}

.time-grid-wrapper {
  height: 40px;
  padding-top: 32px;
  background-color: #f2f2f2;
  margin-bottom: 8px;
  position: relative;
}

.time-grid-wrapper .time-grid {
  height: 8px;
  box-sizing: content-box;
  padding: 0 40px;
  position: relative;
  z-index: 5;
}

.time-grid-wrapper .time-grid li {
  float: left;
  width: 180px;
  height: 100%;
  overflow: visible;
  color: #747487;
  border-left: 1px solid #747487;
  border-color: rgba(116, 116, 135, 0.8);
  position: relative;
  box-sizing: border-box;
}

.time-grid-wrapper .time-grid li .time-grid-label {
  letter-spacing: 0px;
  line-height: 22px;
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  top: -24px;
  left: -20px;
  width: 41px;
  text-align: center;
}

.time-grid-wrapper .time-grid li.indicate-now {
  width: 1px;
  position: absolute;
  left: 40px;
  border: 0px none;
  opacity: 0;
}

.time-grid-wrapper .time-grid li.indicate-now .time {
  display: block;
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 81px;
  height: 40px;
  padding: 4px 8px;
  text-align: center;
  background-color: #00b1b0;
  letter-spacing: 0px;
  line-height: 15px;
  font-size: 10px;
  font-size: 0.625rem;
  color: white;
  text-transform: uppercase;
}

.time-grid-wrapper .time-grid li.indicate-now .time:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 9px 7px;
  border-top-color: #00b1b0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -18px;
}

.time-grid-wrapper .time-grid li.indicate-now .line {
  display: block;
  width: 1px;
  height: 616px;
  background-color: #004e59;
  position: absolute;
  left: 0px;
  top: 8px;
}


.measure-tool {
  opacity: 0;
  position: absolute;
  z-index: -1;
  white-space: nowrap;
}


.channel-schedule-wrapper {
  padding: 0 40px;
  background-color: #f2f2f2;
  height: 80px;
  margin: 0 0 8px;
}

.channel-schedule {
  box-sizing: content-box;
  height: 100%;
  position: relative;
}

.channel-schedule li {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
}

.channel-schedule li:before {
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: -4px;
  top: 0;
  background-color: white;
}

.channel-schedule li .schedule-item {
  background-color: #f2f2f2;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 8px 10px 12px;
  -webkit-transition: color 300ms, background-color 300ms, padding 300ms, min-width 600ms;
  -moz-transition: color 300ms, background-color 300ms, padding 300ms, min-width 600ms;
  transition: color 300ms, background-color 300ms, padding 300ms, min-width 600ms;
  -webkit-touch-callout: none;
  position: relative;
  overflow: hidden;
  border-right: 4px solid white;
}

.channel-schedule li .schedule-item.not-clickable {
  cursor: default;
}

.channel-schedule li .schedule-item img {
  width: 80px;
  height: 80px;
  position: absolute;
  left: -80px;
  top: 0px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}

.channel-schedule li .schedule-item .time,
.channel-schedule li .schedule-item .title {
  display: block;
  letter-spacing: 0px;
  line-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: min-width 600ms;
  -moz-transition: min-width 600ms;
  transition: min-width 600ms;
}

.channel-schedule li .schedule-item .time {
  color: #747487;
}

.channel-schedule li .schedule-item .title {
  color: black;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.channel-schedule li.is-hovered .time,
.channel-schedule li.is-hovered .title {
  color: white;
}

.channel-schedule li.is-hovered .title:hover {
  color: white;
}

.channel-schedule li .open-live-page {
  position: absolute;
  top: 8px;
  right: 12px;
  bottom: 12px;
  background-color: #f04a1e;
  width: 60px;
  height: 60px;
  padding: 38px 0 5px;
  box-sizing: border-box;
  letter-spacing: 0px;
  line-height: 17px;
  font-size: 10px;
  font-size: 0.625rem;
  font-family: "Roboto Bold", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: white;
}

.channel-schedule li .open-live-page .icon-triangle-play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 12px;
  font-family: "Roboto Regular", Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.channel-schedule li.current .schedule-item:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #004e59;
  position: absolute;
  left: 0;
  bottom: 0;
}

.channel-schedule li.current.has-image .schedule-item {
  background-color: #e7e7e7;
  padding-left: 90px;
}

.channel-schedule li.current.has-image .schedule-item img {
  left: 0px;
}

.channel-schedule li.is-hovered {
  z-index: 2;
}

.channel-schedule li.is-hovered .schedule-item {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  min-width: 100%;
  overflow: hidden;
}

.channel-schedule li.is-hovered.has-image .schedule-item {
  padding-left: 90px;
}

.channel-schedule li.is-hovered.has-image .schedule-item img {
  left: 0px;
}

.channel-schedule-btv li.current .schedule-item:after {
  background-color: #004e59;
}

.channel-schedule-btv li.is-hovered .schedule-item {
  background-color: #004e59 !important;
}

.channel-schedule-btv-comedy li.current .schedule-item:after {
  background-color: #ec1e4a;
}

.channel-schedule-btv-comedy li.is-hovered .schedule-item {
  background-color: #ec1e4a !important;
}

.channel-schedule-btv-cinema li.current .schedule-item:after {
  background-color: #4a2265;
}

.channel-schedule-btv-cinema li.is-hovered .schedule-item {
  background-color: #4a2265 !important;
}

.channel-schedule-btv-action li.current .schedule-item:after {
  background-color: #3f8ac9;
}

.channel-schedule-btv-action li.is-hovered .schedule-item {
  background-color: #3f8ac9 !important;
}

.channel-schedule-btv-lady li.current .schedule-item:after {
  background-color: #772778;
}

.channel-schedule-btv-lady li.is-hovered .schedule-item {
  background-color: #772778 !important;
}

.channel-schedule-btv-story li.current .schedule-item:after {
  background-color: #0039A6;
}

.channel-schedule-btv-story li.is-hovered .schedule-item {
  background-color: #0039A6 !important;
}

.channel-schedule-ring li.current .schedule-item:after {
  background-color: #23b24a;
}

.channel-schedule-ring li.is-hovered .schedule-item {
  background-color: #23b24a !important;
}

.channel-schedule-btv-international li.current .schedule-item:after {
  background-color: #080808;
}

.channel-schedule-btv-international li.is-hovered .schedule-item {
  background-color: #080808 !important;
}


html.no-touchevents .tv-guide-grid {
  width: 100%;
  height: 100%;
  overflow: auto;
}

html.no-touchevents .tv-guide-touch-scroll {
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

html.touchevents .tv-guide-touch-scroll {
  box-sizing: border-box;
}

html.touchevents .tv-guide .tv-guide-grid {
  overflow-x: scroll;
}

html.touchevents .tv-guide .tv-guide-grid ul {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}


.tv-guide-wrapper .bcol-default {
  background-color: #23b097;
}
.tv-guide-wrapper .bcol-default-btv {
  background-color: #004e59;
}
.tv-guide-wrapper .bcol-white {
    background-color: white;
}
.tv-guide-wrapper .bcol-btv-comedy {
    background-color: #ec1e4a;
}
.tv-guide-wrapper .bcol-btv-cinema {
    background-color: #4a2265;
}
.tv-guide-wrapper .bcol-btv-action {
    background-color: #3f8ac9;
}
.tv-guide-wrapper .bcol-btv-lady {
    background-color: #772778;
}
.tv-guide-wrapper .bcol-btv-story {
    background-color: #0039a6;
}
.tv-guide-wrapper .bcol-ring {
    background-color: #23b24a;
}
.tv-guide-wrapper .bcol-btv-international {
	background-color: #080808;
}
