.container {
  width: 95%;
}

.hidden {
  display: none;
}

.h380 {
  height: 380px;
}
.h190 {
  height: 190px;
}

.full-width {
  width: 100%;
}

.header-splash {
  height: 576px;
  position: relative;
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.header-splash h1, h2, h3, h4 {
  position: relative;
  z-index: 3;
}

.header-splash:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-image: url('/img/header-splash/header-splash-background-titles.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.header-splash .header-splash-text {
  margin-top: 120px;
  padding-bottom: 15px !important;
  position: relative;
  z-index: 2;
  opacity: 0.8;
  background-color: #000;
}

.season-panel-utility {
  margin: 0 0 1rem 0;
}

.white-text-bold {
  font-weight: 700;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.a-watched {
  color: #B9D781;
}

.h-aired {
  border-bottom: 1.5px solid #428bca;
  padding: 0.5rem;
  font-size: 1.7rem;
  color: #428bca;
}

.a-upcoming {
  color: #E9CA8F;
}

.h-upcoming {
  border-bottom: 1.5px solid #428bca;
  padding: 0.5rem;
  font-size: 1.7rem;
  color: #E9CA8F;
}

.series-name {
  height: 34px;
}

.watch-buttons {
  margin-bottom: 1em;
}

/* week calendar */
#calendar {
  width: 100%;
}

#calendar a {
  color: #8e352e;
  text-decoration: none;
}

#calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

#calendar li {
  display: block;
  float: left;
  width: 14.342%;
  padding: 5px;
  box-sizing:border-box;
  margin-right: -1px;
  margin-bottom: -1px;
}

#calendar .today {
  background: #fff3e0;
}


#calendar ul.weekdays li {
  border: none !important;
  padding: 10px 6px;
}

#calendar .event {
  clear: both;
  display: block;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 5px;
  background: #e0f2f1;
  border: 1px solid #e0f2f1;
  color: #666;
  text-decoration: none;
}

#calendar .event:hover {
  background: #b2dfdb;
}


#calendar .event-desc {
  font-size: 14px;
  color: #009aaf;
  margin: 3px 0 7px 0;
  text-decoration: none;
}

#calendar .event-time {
  font-size: 12px;
}


/* ============================
Mobile Responsiveness
============================*/
@media(max-width: 768px) {

  #calendar .weekdays, #calendar .other-month {
    display: none;
  }

  #calendar li {
    height: auto !important;
    width: 100%;
    padding: 10px;
    margin-bottom: -1px;
  }
}

#un-watched-nr {
  color: #FF9326;
}

#media-player {
  position: relative;
}

.disclamer {
  line-height: 1.5 !important;
}


.dashboard-tabs .resp-tab-content {
  border: 0;
  padding: 0;
}

.modal {
  width: 93% !important ;
  max-height: 100% !important;
}

.small-text {
  font-size: 15px;
}

.no-wrap {
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

