/* Assets/css/new-style.css */
:root {
  --animationTime: .5s;
  --bright: #fff;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 100%;
}
body {
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  text-rendering: optimizeSpeed;
  margin: 0 0 10rem 0;
}
.page-holder {
  max-width: 64rem;
  margin: 0 auto;
}
a {
  text-decoration: none;
  color: #333;
}
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
.mobile {
  display: none;
}
.capt {
  text-transform: capitalize;
}
i.fa {
  margin-right: 0.25rem;
}
.flex {
  display: flex;
}
.flex-c {
  display: flex;
  justify-content: center;
  width: 100%;
}
.flex-s-b {
  display: flex;
  justify-content: space-between;
}
.flex-w {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
.f-gap-h {
  gap: .5rem;
}
.icons {
  vertical-align: middle;
  margin-right: .5rem;
}
.db {
  display: block;
}
.bshadow {
  box-shadow: 0.1rem 0.1rem #8f8d8d;
}
.fat {
  font-weight: bold;
}
.m-t {
  margin-top: 1rem;
}
.small {
  font-size: 1.125rem;
  font-weight: normal;
}
.medium {
  font-size: 1.375rem;
  font-weight: normal;
}
.large {
  font-size: 1.75rem;
  font-weight: 100;
}
.xlarge {
  font-size: 2.5rem;
  font-weight: 100;
}
.underline {
  text-decoration: underline;
}
.std-list {
  list-style-type: circle;
  margin: 0 0 2rem 0;
  padding: 0 0 0 1.5rem;
}
.std-list li {
  line-height: 1.5rem;
}
.menu-navigation {
  background: #f7f7f7;
  position: relative;
}
.menu-navigation nav {
  border-bottom: .0625rem solid #d0d0d0;
}
.menu-navigation .menu {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--animationTime) ease-in-out;
  white-space: nowrap;
}
.menu-navigation .menu.expanded {
  max-height: 100vh;
}
.menu-navigation a {
  display: block;
}
.menu li a {
  padding: 0.5rem;
  display: block;
  border-bottom: 0.125rem solid transparent;
  margin-right: 0.5rem;
}
.menu li a.selected {
  border-bottom: 0.125rem solid #ffa500;
}
.menu-navigation .menu li a:hover,
.menu-navigation .menu li a:focus {
  border-bottom: 0.125rem solid #008000;
}
.menu-navigation .menu-button {
  background: transparent;
  border: 0;
  padding: 1.125rem;
  text-align: right;
  outline: none;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  cursor: pointer;
}
.search-button.expanded {
  width: 100%;
}
.search-button .clear-button {
  padding: 0.5rem;
  margin-left: -2rem;
  color: #666;
  font-size: 1rem;
}
.expanded #autocomplete-searchbox {
  max-width: 20rem;
  width: 100%;
}
#autocomplete-searchbox {
  max-width: 0;
  transition: all var(--animationTime) ease-in-out;
  border: .0625rem solid #d0d0d0;
  font-size: 1rem;
  line-height: 1rem;
  padding: .5rem;
}
#autocomplete-searchbox:focus {
  outline: none;
}
.autocomplete {
  background: white;
  z-index: 1000;
  overflow: hidden;
  border: .0625rem solid #d0d0d0;
  border-top: none;
  max-height: 80vh !important;
}
.autocomplete > div {
  padding: .5rem;
  font-size: .8125rem;
  border-bottom: .0625rem solid transparent;
  border-top: .0625rem solid transparent;
}
.autocomplete .group {
  background: #f7f7f7;
  font-weight: bold;
  border-bottom: .0625rem solid #d0d0d0;
  border-top: .0625rem solid #d0d0d0;
}
.autocomplete > div:hover:not(.group),
.autocomplete .selected {
  background: #e5f5e8;
  cursor: pointer;
  border-bottom: .0625rem solid #d0d0d0;
  border-top: .0625rem solid #d0d0d0;
}
.site-title {
  font-size: 1.5rem;
  font-weight: 400;
  padding-right: 0.5rem;
}
.site-description {
  margin-top: 0.35rem;
  font-size: 0.875rem;
}
.space {
  padding: 1rem;
}
.space-l-r {
  padding: 0 1rem;
}
.space-t-b {
  padding: 1rem 0;
}
.space-b {
  padding: 0 0 1rem 0;
}
.space-t-b-h {
  padding: .5rem 0;
}
.space-m-r {
  margin-right: 1rem;
}
.hr-line {
  margin: 2rem 1rem;
  border: 1px solid #ccc;
}
p {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
.red {
  color: #bf2328;
}
.close {
  position: absolute;
  right: 0.25rem;
  top: 0.25rem;
  font-size: 2rem;
}
.click {
  cursor: pointer;
}
.pgb {
  display: block;
  width: 100%;
  background-color: #eaeaea;
  margin: 0.1875rem 0;
}
.bar {
  display: block;
  background-color: #fd7b03;
  border-right: .0625rem solid #f1f1f1;
  height: 0.25rem;
  width: 0;
}
.comma-separated {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
}
.comma-separated li:after {
  content: ",";
  margin-right: 0.25rem;
}
.comma-separated li:first-child:after {
  content: "";
}
.comma-separated li:last-child:after {
  content: "";
}
.play-button {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  text-shadow: .25rem .25rem #00000069;
  transition: color var(--animationTime) ease-in;
  color: #fff;
}
.play-button:hover,
.play-button:focus {
  color: #ccc;
}
.toggle {
  display: none !important;
}
.off-screen {
  left: -10000vw;
  position: absolute;
}
.info-box {
  position: relative;
  background: #f1f1f1;
  margin-top: 1rem;
  border: .0625rem solid #d0d0d0;
}
.info-box p {
  font-size: .875rem;
  margin-bottom: .5rem;
}
.week-day-navigation {
  display: flex;
}
.week-day-navigation i.fa.day-navigation {
  padding: 0 1rem;
  font-weight: bold;
}
.week-day-navigation i.fa.day-navigation:first-child {
  margin-left: -1rem;
}
.week-day-navigation .inactive {
  color: #d4d4d4;
}
.week-day-navigation ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--animationTime) ease-in-out;
}
.week-day-navigation.selected ul {
  max-height: 20rem;
}
.week-day-navigation .folding-menu {
  display: flex;
  flex-direction: column;
}
.box {
  vertical-align: top;
  width: 100%;
  display: inline-block;
  margin: 0 0 2rem 0;
}
.pop {
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.box li {
  border-bottom: .0625rem solid transparent;
}
.ajax-channels .box li {
  margin-top: 0.5rem;
}
.box li:hover {
  border-color: #008000;
}
.box li.header:hover {
  border-color: transparent;
}
.box li:nth-child(n+6) {
  display: none;
}
.box li:last-child {
  display: block;
}
.box .expanded li:nth-child(even),
.box .expanded li:nth-child(odd) {
  display: block;
}
.t {
  margin-right: .25rem;
}
.show-on-hover {
  opacity: 0;
  transition: opacity var(--animationTime) ease-in-out;
  vertical-align: middle;
}
.box:hover .show-on-hover {
  opacity: 1;
}
.toggle-future {
  display: none;
}
.schedule-tabla {
  font-size: 0.875rem;
}
.schedule-tabla .medium {
  margin-top: -0.2rem;
}
.schedule-tabla .p {
  opacity: .8;
  display: none;
}
.schedule-tabla.expanded .p {
  display: table-row;
}
.fa-angle-right {
  margin-left: 0.5rem;
  margin-right: 0;
}
.show-more-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  font-size: .875rem;
}
.show-more-text.line-1 {
  -webkit-line-clamp: 1;
  max-height: 2em;
  padding-right: .75rem;
}
.show-more-text.line-2 {
  -webkit-line-clamp: 2;
  max-height: 4em;
  padding-right: .75rem;
}
.show-more-text.line-6 {
  -webkit-line-clamp: 6;
  max-height: 12em;
  padding-right: .75rem;
}
.show-more-text::after {
  font-family: "icomoon";
  content: "\f107";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.show-more-text.expanded {
  display: block;
  max-height: none;
}
.show-more-text.expanded::after {
  content: "\f106";
}
.schedule-tabla th {
  text-align: left;
  font-weight: 100;
}
.schedule-tabla td {
  vertical-align: top;
  padding: 0.5rem 0.5rem 1rem 0;
}
.sport-pg .schedule-tabla {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  line-height: 1.5rem;
}
.sport-pg .dr {
  position: relative;
  margin: 0 1.5rem 0 0.5rem;
  display: inline-block;
}
.sport-pg .schedule-tabla td:first-child {
  padding-right: 1rem;
}
.sport-pg .schedule-tabla td:nth-child(2) {
  width: 100%;
}
.sport-pg .schedule-tabla td:nth-child(3) {
  padding-right: .5rem;
}
.sport-pg .schedule-tabla tbody td {
  border-bottom: .0625rem solid #ccc;
  padding: 0.5rem 0;
  font-size: 1rem;
  vertical-align: middle;
}
.meta span {
  margin-right: 1rem;
  line-height: 1.5rem;
}
.backdrop-container {
  position: relative;
  font-size: 0;
}
.backdrop-container .trailer-frame {
  width: 100%;
}
.backdrop-container .trailer {
  padding: .5rem;
  background-color: #00000089;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
}
.backdrop-container .trailer a {
  color: #fff;
  font-size: .75rem;
}
.single-page {
  overflow: hidden;
}
.single-page .menu-navigation,
.single-page footer {
  display: none;
}
.share-box {
  display: flex;
  font-size: 2rem;
}
.share-box a {
  margin-right: 1rem;
}
#tvFrame {
  width: 100%;
  max-width: 60rem;
  min-height: 20rem;
  transition: min-height var(--animationTime) ease;
}
.up-comming-shows .pop {
  white-space: initial;
  padding-bottom: .25rem;
}
.tv-show-previous-next {
  background-color: #f7f7f7;
  border-top: .0625rem solid #d0d0d0;
}
.tmdb-image {
  height: 100%;
  width: auto;
  position: absolute;
  z-index: -1;
}
.tv-background {
  position: relative;
  border-top: .0625rem solid #323543;
  border-bottom: .0625rem solid #323543;
  overflow: hidden;
}
.tv-overlay {
  background-image: radial-gradient(rgba(64, 64, 64, .85), rgba(0, 0, 0, .6));
  color: var(--bright);
}
.tv-overlay a {
  color: var(--bright);
}
.tv-overlay .image-wrapper {
  max-width: 0;
  width: 100%;
}
.actor li {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 1rem;
}
.actor li .img-placeholder {
  background-color: #edecec57;
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.actor li .img-placeholder:before {
  content: "\1f4fd\fe0f";
  color: #333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
  opacity: 0.2;
}
.actor img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  z-index: 2;
  position: relative;
}
.card li {
  max-width: 10rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.75rem;
  text-align: center;
}
.card li img {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}
.card li p {
}
.moviecard li {
  display: flex;
  margin-bottom: 1rem;
}
.moviecard li img {
  max-width: 5.5rem;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  margin-right: 1rem;
}
.streamingproviders img {
  max-width: 3.125rem;
}
.streamingcards {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.streamingcards img {
  margin-right: .5rem;
}
.streamingcards.d3-4 li {
  flex: 0 1 10.6rem;
  display: none;
}
.streamingcards.expanded li {
  display: block;
}
.streamingcards figure {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 1rem;
  overflow: hidden;
}
.streamingcards img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.streamingcards.d3-4 img {
  aspect-ratio: 3 / 4;
}
.streamingcards li a:hover div {
  opacity: 1;
  background-color: #000000b8;
  box-shadow: 0.5rem 0.5rem #8f8d8d;
}
.streamingcards figure div {
  transition: all var(--animationTime) ease;
  overflow: hidden;
  position: absolute;
  padding: 1rem;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.streamingcards figcaption {
  padding: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #000000b8;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.streamingcards li:nth-child(-n+40) {
  display: block;
}
.image-wrapper {
  position: relative;
}
.photo-credits {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000108a6;
  color: var(--bright);
  font-size: .625rem;
  padding: .5rem 1rem;
}
.trailers li {
  width: 100%;
}
.trailers li.expanded {
  max-width: 100%;
}
.season li {
  display: flex;
  margin-bottom: 1rem;
}
.season .image-wrapper {
  width: 130px;
  height: 195px;
  background: #ccc;
}
.season .image-wrapper img {
  width: 130px;
  height: 195px;
}
.season .info {
  padding: 1rem;
}
.tag {
  padding: 0.5rem 1rem;
  background: #f2f2f2;
  border-radius: 0.5rem;
  margin: 0 0 1rem 0;
  border: .0625rem solid #ccc;
  display: inline-block;
}
footer a {
  display: block;
  padding: 0.25rem;
  margin-right: 0.5rem;
}
.buttons {
  outline: none;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: .0625rem solid transparent;
  border-radius: .25rem;
  text-decoration: none;
  color: #fff;
}
.buttons.blue {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.buttons.red {
  background-color: #b54440;
  border-color: #d43f3a;
}
.aside-rightnow li {
  margin-top: 0.5rem;
}
.aside-rightnow a {
  padding: 0.25rem 0;
  display: block;
  font-size: .875rem;
}
.choose-action a {
  padding: .5rem 0;
  margin-right: 1rem;
  display: inline-block;
}
.choose-action a.selected {
  border-bottom: .0625rem solid green;
}
.settings-list li {
  padding: 1rem 0;
  border-bottom: .0625rem solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.settings-list li label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: var(--animationTime);
  border-radius: 4rem;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  left: .25rem;
  bottom: .25rem;
  background-color: #fff;
  transition: var(--animationTime);
}
.text-dots-more:before {
  content: "... mer ";
}
.switch {
  position: relative;
  width: 100%;
  max-width: 3rem;
  height: 1.5rem;
}
.switch input {
  display: none;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:checked + .slider:before {
  transform: translateX(1.6rem);
}
.input-field {
  padding: .5rem 1rem;
  margin-right: -.5rem;
}
.star::before {
  color: rgb(218, 165, 32);
  font-style: normal;
  content: "\2605";
  margin: 0 .1875rem;
}
.cookie-container {
  background-color: #000000;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.cookie-container .page-holder {
  padding: 96px 64px;
}
.cookie-container .page-holder a {
  color: #fff;
}
img.fade-img {
  opacity: 0;
  transition: opacity 0.4s ease;
}
img.fade-img.loaded {
  opacity: 1;
}
body.dark {
  background-color: #171717;
  color: #ccc;
}
body.animate {
  transition: background-color 300ms ease;
}
.dark a {
  color: #ccc;
}
.dark .menu-button {
  color: #ccc;
}
.dark .icons {
  background-color: #ccc;
  border-radius: 50%;
}
.dark .info-box,
.dark .menu-navigation,
.dark .menu-navigation nav,
.dark .tv-show-previous-next,
.dark .tag,
.dark .autocomplete,
.dark .autocomplete .group {
  background: #000;
  border-color: #363636;
}
.dark #autocomplete-searchbox {
  background-color: #616161;
  color: #f5f5f5;
  border-color: #363636;
}
.dark #autocomplete-searchbox::placeholder {
  color: #ccc;
}
.dark .autocomplete > div:hover:not(.group),
.dark .autocomplete .selected {
  background-color: #616161;
  color: #f5f5f5;
  border-color: #363636;
}
.dark .sport-pg .schedule-tabla tbody td {
  border-color: #363636;
}
.circle {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%) translateY(-75%);
  width: 1rem;
  height: 1rem;
}
.circle:before {
  content: "";
  position: relative;
  display: block;
  width: 250%;
  height: 250%;
  box-sizing: border-box;
  margin-left: -75%;
  margin-top: -75%;
  border-radius: 3rem;
  background-color: #75daad;
  animation: pulse 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.circle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #75daad;
  border-radius: 4rem;
  animation: circle 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.7s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

/* Assets/css/tingle.0.14.0.css */
.tingle-modal * {
  box-sizing: border-box;
}
.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}
.tingle-modal--noOverlayClose {
  cursor: default;
}
.tingle-modal--noClose .tingle-modal__close {
  display: none;
}
.tingle-modal__closeLabel {
  display: none;
}
.tingle-modal__close:hover {
  color: #fff;
}
.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 50%;
  opacity: 1;
  cursor: auto;
  transition: transform .1s cubic-bezier(.175, .885, .32, 1.275);
}
.tingle-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
.tingle-enabled .tingle-content-wrapper {
  filter: blur(8px);
}
.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}
.tingle-modal--visible .tingle-modal-box {
  -ms-transform: scale(1);
  transform: scale(1);
}
.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}
.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .1s ease;
}
@media (max-width: 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  .tingle-modal--noClose {
    top: 0;
  }
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
}

/* Assets/img/icons.sprite.css */
.icons {
  background-image: url(/assets/v/0629/icons.sprite.0629.png);
  background-repeat: no-repeat;
  display: inline-block;
}
.icons.animalplanet-se {
  width: 44px;
  height: 44px;
  background-position: -10px -10px;
}
.icons.axess-se {
  width: 44px;
  height: 44px;
  background-position: -10px -64px;
}
.icons.bbc-earth-se {
  width: 44px;
  height: 44px;
  background-position: -10px -118px;
}
.icons.bbc-nordic-se {
  width: 44px;
  height: 44px;
  background-position: -10px -172px;
}
.icons.discoverychannel-se {
  width: 44px;
  height: 44px;
  background-position: -10px -226px;
}
.icons.disneychannel-se {
  width: 44px;
  height: 44px;
  background-position: -10px -280px;
}
.icons.dr1-dr-dk {
  width: 44px;
  height: 44px;
  background-position: -10px -334px;
}
.icons.dr2-dr-dk {
  width: 44px;
  height: 44px;
  background-position: -10px -388px;
}
.icons.eurosport-se {
  width: 44px;
  height: 44px;
  background-position: -10px -442px;
}
.icons.eurosport2-se {
  width: 44px;
  height: 44px;
  background-position: -10px -496px;
}
.icons.explorer-viasat-se {
  width: 44px;
  height: 44px;
  background-position: -10px -550px;
}
.icons.fakta-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -604px;
}
.icons.film-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -658px;
}
.icons.godare-se {
  width: 44px;
  height: 44px;
  background-position: -10px -712px;
}
.icons.guld-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -766px;
}
.icons.h2-se {
  width: 44px;
  height: 44px;
  background-position: -10px -820px;
}
.icons.hd-historytv-se {
  width: 44px;
  height: 44px;
  background-position: -10px -874px;
}
.icons.history-viasat-se {
  width: 44px;
  height: 44px;
  background-position: -10px -928px;
}
.icons.investigation-discoverychannel-se {
  width: 44px;
  height: 44px;
  background-position: -10px -982px;
}
.icons.junior-disney-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1036px;
}
.icons.kanal10-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1090px;
}
.icons.kanal5-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1144px;
}
.icons.kanal9-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1198px;
}
.icons.kunskapskanalen-svt-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1252px;
}
.icons.fotboll-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1306px;
}
.icons.hits-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1360px;
}
.icons.hockey-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1414px;
}
.icons.live1-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1468px;
}
.icons.live2-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1522px;
}
.icons.live3-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1576px;
}
.icons.live4-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1630px;
}
.icons.motor-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1684px;
}
.icons.sportkanalen-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1738px;
}
.icons.stars-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1792px;
}
.icons.tennis-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1846px;
}
.icons.mtv-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1900px;
}
.icons.natgeo-se {
  width: 44px;
  height: 44px;
  background-position: -10px -1954px;
}
.icons.national-geographic-wild-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2008px;
}
.icons.nature-viasat-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2062px;
}
.icons.nickelodeon-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2116px;
}
.icons.nrk1-nrk-no {
  width: 44px;
  height: 44px;
  background-position: -10px -2170px;
}
.icons.nrk2-nrk-no {
  width: 44px;
  height: 44px;
  background-position: -10px -2224px;
}
.icons.p1-sr-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2278px;
}
.icons.p2-sr-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2332px;
}
.icons.p2musik-sr-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2386px;
}
.icons.p3-sr-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2440px;
}
.icons.p4-sr-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2494px;
}
.icons.skyshowtime-1-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2548px;
}
.icons.skyshowtime-2-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2602px;
}
.icons.sapmi-sr-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2656px;
}
.icons.science-discoverychannel-com {
  width: 44px;
  height: 44px;
  background-position: -10px -2710px;
}
.icons.sf-kanalen-cmore-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2764px;
}
.icons.sisu-sr-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2818px;
}
.icons.sjuan-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2872px;
}
.icons.svt1-svt-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2926px;
}
.icons.svt2-svt-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2980px;
}
.icons.svt24-svt-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3034px;
}
.icons.svtb-svt-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3088px;
}
.icons.tlc-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3142px;
}
.icons.tv10-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3196px;
}
.icons.tv11-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3250px;
}
.icons.tv12-tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3304px;
}
.icons.tv2-dk {
  width: 44px;
  height: 44px;
  background-position: -10px -3358px;
}
.icons.tv3-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3412px;
}
.icons.tv4-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3466px;
}
.icons.tv6-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3520px;
}
.icons.tv8-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3574px;
}
.icons.v-film-action-hd-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3628px;
}
.icons.v-film-family-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3682px;
}
.icons.v-film-hits-hd-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3736px;
}
.icons.v-film-premiere-hd-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3790px;
}
.icons.v-series-hd-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3844px;
}
.icons.v-sport-extra-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3898px;
}
.icons.v-sport-football-se {
  width: 44px;
  height: 44px;
  background-position: -10px -3952px;
}
.icons.v-sport-golf-se {
  width: 44px;
  height: 44px;
  background-position: -10px -4006px;
}
.icons.v-sport-hockey-se {
  width: 44px;
  height: 44px;
  background-position: -10px -4060px;
}
.icons.v-sport-motor-se {
  width: 44px;
  height: 44px;
  background-position: -10px -4114px;
}
.icons.v-sport-premium-se {
  width: 44px;
  height: 44px;
  background-position: -10px -4168px;
}
.icons.v-sport-se {
  width: 44px;
  height: 44px;
  background-position: -10px -4222px;
}
.icons.viaplay-sport-se {
  width: 44px;
  height: 44px;
  background-position: -10px -4276px;
}

/* Assets/css/new-media-query.css */
@media (min-width: 40rem) {
  .show-on-mobile {
    display: none;
  }
  .mobile {
    display: inline-block;
  }
  .menu-navigation {
    background: #fff;
  }
  .menu-navigation nav {
    background: #f7f7f7;
    border-top: 1px solid #d0d0d0;
  }
  .menu-navigation .menu {
    flex-direction: row;
    max-height: none;
  }
  .space {
    padding: 1rem 2rem;
  }
  .space-l-r {
    padding: 0 2rem;
  }
  .first-column {
    width: 75%;
    max-width: 43rem;
    margin-right: 1rem;
  }
  .box {
    max-width: 12rem;
    margin: 0 2rem 5rem 0;
    font-size: .8125rem;
  }
  .box li:nth-child(n+6) {
    display: block;
  }
  .box li:nth-child(n+15) {
    display: none;
  }
  .box li:last-child {
    display: block;
  }
  .trailers li {
    max-width: 17rem;
  }
  #tvFrame {
    border-radius: .5rem;
    box-shadow: 0 0.125rem 1rem rgba(0, 0, 0, 0.7);
  }
  .tv-overlay .image-wrapper {
    max-width: 15rem;
  }
  .tmdb-image {
    height: auto;
    width: 100%;
  }
}

/* Assets/css/custom-fontawesome.css */
@font-face {
  font-family: "icomoon";
  src: url(../../fonts/icm.woff2) format("woff2"), url(../../fonts/icm.woff) format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
.fa {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-film:before {
  content: "\f008";
}
.fa-close:before {
  content: "\f00d";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-play:before {
  content: "\f01d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-reorder:before {
  content: "\f0c9";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-brightness-contrast:before {
  content: "\e9d6";
}

/* Assets/css/radio-p4-overide.css */
.icons.p4-sr-se,
.icons.p4blek-sr-se,
.icons.p4dala-sr-se,
.icons.p4gotl-sr-se,
.icons.p4gavl-sr-se,
.icons.p4gbg-sr-se,
.icons.p4hall-sr-se,
.icons.p4jmtl-sr-se,
.icons.p4jkpg-sr-se,
.icons.p4kalm-sr-se,
.icons.p4krist-sr-se,
.icons.p4kron-sr-se,
.icons.p4malm-sr-se,
.icons.p4nbtn-sr-se,
.icons.p4sju-sr-se,
.icons.p4skbg-sr-se,
.icons.p4sth-sr-se,
.icons.p4sorm-sr-se,
.icons.p4uppl-sr-se,
.icons.p4vrml-sr-se,
.icons.p4vest-sr-se,
.icons.p4vbtn-sr-se,
.icons.p4vnrl-sr-se,
.icons.p4vstm-sr-se,
.icons.p4oreb-sr-se,
.icons.p4ostg-sr-se {
  width: 44px;
  height: 44px;
  background-position: -10px -2494px;
}

/* Assets/css/overrides.css */
.tingle-modal {
  overflow-x: hidden;
  background: rgba(0, 0, 0, .6);
  padding-top: 6vh;
}
.tingle-modal .tingle-modal-box {
  width: 100%;
  max-width: 60rem;
  margin: 0;
}
.tingle-modal .tingle-modal-box__content {
  width: 100%;
  text-align: center;
}
.tingle-modal .tingle-modal__close:focus {
  outline: none;
}
.tingle-modal__close {
  position: absolute;
  background: transparent;
  font-family: monospace;
  right: -0.75rem;
  top: -1rem;
  font-size: 3rem;
  border: 0;
}
.g-ads,
.strossle-widget,
.ad-traction {
  min-height: 30rem;
  width: 100%;
}
@media (max-width: 34rem) {
  .tingle-modal .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 3rem;
  }
  .tingle-modal .tingle-modal-box__content {
    padding: 0;
  }
  .tingle-modal__close {
    right: 0;
    top: -0.75rem;
  }
}
.dark .widget-wrapper-n5soesiehodrf,
.dark .widget-wrapper-2c4azicrateol,
.dark .post-label-n5soesiehodrf,
.dark .post-label-2c4azicrateol {
  background: #ccc;
  color: #000;
}
.dark #mgw1861921_17045 .mctitle a {
  color: #afafaf;
}

/* Assets/build/bundle.css */
