*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  font-size: 100%;
  height: 100%;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #FFF;
  color: #424242;
  font-family: 'Lato', sans-serif !important;
  font-size: 16px;
  line-height: normal;
  display: flex;
  flex-direction: column;
}

input[type=submit] {
  font-family: 'Lato', sans-serif;
}

/* General */

a {
  color: #e2a000;
}

h1 {
  margin: 10px 0 5px 0;
  font-size: 1.625rem;
  color: #575757;
  font-weight: bold;
}

h2 {
  font-size: 1rem;
  color: #333333;
  padding: 5px 0 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  text-align: left;
  font-weight: bold;
}

h3 {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  font-size: 1rem;
}

h4 {
  padding: 0;
  margin: 0;
}


.input-icon {
  position: absolute;
  right: 7px;
  top: 8px;
}

a.date-picker-control:link, a.date-picker-control:visited {
  position: relative;
  display: -moz-inline-stack;
  border: 0 none;
  padding: 0;
  margin: 0 0 0 4px;
  background: transparent url(../img/cal-grey.gif) no-repeat 50% 50%;
  min-width: 16px;
  line-height: 1;
  cursor: pointer;
  visibility: visible;
  text-decoration: none;
  vertical-align: top;
}

div.inline div.input {
  float: left;
  clear: none;
  margin-right: 5px;
  margin-bottom: 5px;
}

label {
  font-size: 75%;
  display: block;
}

table {
  line-height: normal;
}

.select2-container {
  max-width: 300px;
  width: 100%;
}

.dark, .dark_left, .dark_center, .dark_right, .list_table .dark, .list_table .dark_left, .list_table .dark_center, .list_table .dark_right {
  background: #333;
  color: #F8B000;
}

.highlight {
  color: red;
}

.bold {
  font-weight: bold;
}

.text-line-through {
  text-decoration: line-through;
}

.registration_cart .shopping_cart .menu_box,
.registration_cart .shopping_cart .shopping_cart_text,
.registration_cart .shopping_cart .shopping_cart_arrow,
.registration_cart .shopping_cart .shopping_cart_icon,
.registration_cart .shopping_cart .shopping_cart_breakdown .checkout_cart,
.registration_cart .shopping_cart .shopping_cart_breakdown .item-row div:last-child,
.registration_cart .shopping_cart .shopping_cart_breakdown .price-row div:last-child {
  display: none;
}

#flashMessage, #authMessage {
  margin: 10px;
  padding: 10px;
  border: 2px dashed #FF0000;
  background-color: #FFC0B8;
}

.table .field-error {
  font-weight: normal;
  color: red;
  font-size: 0.8rem;
}

/* Popups */

.ajaxLoader {
  padding: 10px;
  text-align: center;
}

#floaterLoading {
  clear: both;
  text-align: center;
  margin: 8px 0 0;
  vertical-align: top;
  display: none;
}

.ajaxLoader p.loadingMsg {
  padding-top: 5px;
  text-align: center;
  margin: 0;
}

.floater {
  position: absolute;
  top: 25%;
  left: 20%;
  z-index: 6 !important;
  background-color: #FFF;
  border: 2px solid #000000;
  overflow: auto;
}

.floater .popup_header {
  width: auto;
  background: #333;
  color: #fff;
  padding: 0.5rem 0.3125rem;
}

.floater .popup_header h2 {
  padding: 0.3125rem;
  color: #FFFFFF;
  margin: 0;
  font-size: 1.3rem;
}

.floater .absolute-close-position {
  position: absolute;
  right: 12px;
  padding: 2px;
  color: #000000;
}

.floater .absolute-close-position:hover {
  color: #717171;
}

.floater .popup_image {
  padding-top: 10px;
}

.floater .floater_content, .floater_content table {
  width: auto !important;
}

.floater .floater_content h2 {
  color: #F8B000;
}

.floater a.active {
  background-color: #FFDA80;
}

.shopping_cart_breakdown .popup_header .popup-close-icon,
.floater .popup-close-icon,
.floater .popup_header .popup-close-icon {
  float: right;
  padding-right: 4px;
  padding-top: 2px;
  color: #fff;
}

.shopping_cart_breakdown .popup_header .popup-close-icon:hover,
.floater .popup-close-icon:hover,
.floater .popup_header .popup-close-icon:hover,
.program-info-container .popup-close-icon:hover {
  color: #F8B000;
}

.floater .popup_content {
  padding: 10px;
  overflow: auto;
}

.floater .popup_content .channel-logo {
  text-align: right;
}

.floater_content {
  margin: 10px;
  padding-right: 5px;
  font-size: 1rem;
}

.floater td {
  background-color: #FFFFFF;
  padding: 0;
  overflow: hidden;
}

.shop_floater .select2-search-field .select2-input {
  display: none;
}

.shop_floater .faded_text {
  color: #ADADAD;
}

.shop_floater .highlighted_text {
  color: #74C35A;
}

#floater-proginfo {
  position: absolute;
  top: 25%;
  left: 20%;
  max-width: 570px;
  min-width: 318px;
  width: 100%;
  height: auto;
  background-color: #FEFEFE;
  z-index: 40;
  padding: 0;
}

#floater-proginfo div.time {
  text-align: right;
  border: 1px solid #CCCCCC;
  background-color: #FFFFCC;
  padding: 7px;
  margin-top: 0;
  max-width: 100px;
}

#floater-proginfo .time .discreet {
  padding-top: 3px;
  margin: 0;
  text-align: right;
}

#floater-proginfo .info {
  margin-top: 0;
  z-index: 0;
  line-height: normal;
  padding-right: 5px;
}

#floater-proginfo .actions.multi-line {
  height: auto;
}

#floater-proginfo .actions {
  background-color: #F4F4F4;
  clear: both;
  position: relative;
  width: auto;
  height: 35px;
  padding: 0 10px 5px 10px;
  overflow: hidden;
}

#floater-proginfo .epg-view-buttons {
  padding-bottom: 6px;
  border-bottom: 1px solid #CCC;
}

#floater-proginfo .epg-view-buttons .select2-container-multi .select2-choices .select2-search-field input {
  padding: 8px 0 8px 5px;
}

#floater-proginfo .epg-view-buttons .select2-container-multi .select2-choices .select2-search-choice {
  margin: 7px 0 5px 5px;
}

#floater-proginfo .epg-view-buttons.npvrRecordingRule, #floater-proginfo .epg-view-buttons.addReminder {
  text-align: right;
}

#floater-proginfo .epg-view-buttons .l-box {
  padding-right: 5px;
}

#floater-proginfo .epg-view-buttons .epg-npvr-record-btn {
  text-align: right;
}

#floater-proginfo .epg-view-buttons .epg-npvr-record-btn .button {
  min-width: initial;
  width: 90%;
  line-height: 35px;
  margin: 0 5px;
  height: 100%;
}

.actions .select2-container {
  width: 100%;
}

.actions .epg-view-buttons .button, .actions .epg-view-buttons .cancelButton {
  line-height: 28px;
  vertical-align: bottom;
  display: inline-block;
}

.actions .epg-view-buttons .button a, .actions .epg-view-buttons .cancelButton a {
  text-decoration: none;
  color: #ffffff !important;
}

#floater-proginfo .epg-view-buttons:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#floater-proginfo .popup_content {
  flex-direction: row-reverse;
}

#floater-proginfo .epg-view-buttons .button {
  float: none;
  display: inline-block;
  width: auto;
  min-width: 100px;
  padding: 0 5px;
}

#floater-proginfo .epg-view-buttons .button a {
  float: none;
  display: block;
  white-space: nowrap;
  width: auto;
}

#floater-proginfo .epg-view-buttons.npvrRecordingRule .button {
  margin-top: 5px;
}

#floater-pickday {
  position: absolute;
  top: 165px;
  left: 400px;
  max-width: 400px;
  width: 100%;
  background-color: #333333;
  padding: 0;
  z-index: 12;
}

#floater-pickday .table .tableRow {
  display: flex;
  flex-flow: row;
  text-align: center;
  align-items: center;
  background: #ffffff;
}

#floater-pickday .tableHeader .tableRow .tableCell {
  color: #FFFFFF;
  background: #333333;
  border: none;
}

#floater-pickday .tableRow .tableCell {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 100%;
  border: 1px solid #717171;
}

#floater-pickday .tableCell.weekend {
  background-color: #e5e5e5;
  color: #999999;
}

#floater-pickday .tableCell a.blockselect {
  text-decoration: none;
  line-height: 2.5em;
  height: 100%;
  display: inline-block;
  width: 100%;
}

#floater-pickday a {
  color: #000000;
}

#floater-pickday .tableRow .tableCell a.blockselect:hover {
  background-color: #FFFFB1;
  text-decoration: none;
  color: #000000;
}

#floater-pickday .floater a.active {
  background-color: #FFDA80;
}

#floater-bg {
  background-color: black;
  opacity: .50;
  filter: alpha(opacity = 50);
  width: 100%;
  height: 100%;
  position: fixed;
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
  left: 0;
  top: 0;
  z-index: 5;
}

#floater-chpack {
  position: absolute;
  top: 165px;
  left: 215px;
  width: 100%;
  min-width: 120px;
  background: #E4E4E4;
  padding: 0;
  z-index: 11;
}

#floater-chpack a {
  color: #000000;
  text-decoration: none;
}

#floater-chpack h5, #floater-chpack a.blockselect:hover h5 {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 13px;
  margin: 0;
  padding: 8px 5px;
}

#floater-chpack .channelsPopup {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}

#floater-chpack .channelsPopup  .tableCell {
  flex-grow: 1;
  min-width: 200px;
  text-align: center;
}

#floater-chpack .channelsPopup .tableCell a.active {
  background: #efefef;
}

#floater-chpack .channelsPopup .channelsBlock {
  border-right: 1px solid #9c8f4d;
  height: 100%;
}

#floater-chpack .channelsPopup .channelsBlock:hover {
  background: #efefef;
}

#floater-chpack .channelsPopup .channelsBlock .channelLogo .channelName {
  color: #505050;
  margin: 0;
  font-weight: bold;
}

#floater-chpack .channelsPopup .tableCell .channelsBlock .channelLogo {
  padding: 10px 5px;
}

#floater-rule {
  max-width: 650px;
  width: 100%;
  font-size: 1.3em;
}

.ruleAdd .header-column, .ruleEdit .header-column {
  padding-bottom: 10px;
}

.floater .ruleAdd div.input, .floater .ruleEdit div.input {
  padding-bottom: 7px;
}

.ruleAdd td.right, .ruleEdit td.right, .ruleAdd .header-column.right, .ruleEdit .header-column.right {
  padding-left: 25px;
}

.npvrList th {
  text-align: left;
}

.ruleChannelSelect {
  width: 200px;
  margin-right: 50px;
}

#floater-rule .dows {
  clear: both;
}

#floater-rule .dows .checkbox {
  float: left;
  padding-left: 10px;
  text-align: center;
}

#floater-rule .npvrList p {
  line-height: 16px;
}

#floater-rule .footer {
  text-align: center;
  background-color: #F4F4F4;
  width: auto;
  padding: 5px;
}

#floater-rule .intro {
  width: auto;
  margin: 10px;
}

#floater-rule .floater_content table .padding {
  padding: 5% 5px 0;
  vertical-align: middle;
}

#floater-rule .npvrList th h2 {
  padding: 5px 0;
}

#floater-help {
  top: 10px;
  left: 185px;
  max-width: 905px;
  width: 100%;
}

#floater-prodinfo {
  position: absolute;
  top: 25%;
  left: 20%;
  max-width: 690px;
  min-width: 318px;
  width: 100%;
  height: auto;
  background: #FEFEFE;
  z-index: 40;
  padding: 0;
}

#floater-prodinfo .image {
  float: right;
}

#floater-prodinfo .shopAnnouncement {
  padding: 10px;
  background-color: #F4AB2A;
  margin: 10px;
  overflow: auto;
}

#floater-prodinfo p {
  margin: 0;
}

#floater-prodinfo .column {
  float: left;
  display: inline-block;
  width: 28%;
  margin: 0 30px 20px 0;
}

#floater-prodinfo ul.prod_content {
  font-size: 0.75rem;
  font-weight: bold;
}

#floater-prodinfo .select2-choice {
  line-height: 29px !important;
}

#floater-prodinfo .select2-search-choice-close {
  /*top: 11px !important; */
}

#floater-prodinfo .footer {
  background: #F4F4F4;
  width: 100%;
  clear: both;
  padding-bottom: 10px;
  padding-top: 10px;
}

#floater-prodinfo .footer .popup_price {
  left: 5px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background: #FFFFCC;
  font-weight: bold;
  font-size: 13px;
  border-collapse: separate;
  float: left;
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

#floater-prodinfo .footer .popup_price td,
#floater-prodinfo .footer .popup_price tr {
  background-color: #FFFFCC;
  padding: 0 10px 0 0;
  margin: 0;
  border: 0;
  white-space: nowrap;
  text-align: right;
}

#floater-prodinfo .footer .popup_price .price-block {
  display: inline-block;
  padding-right: 20px;
}

#floater-prodinfo .footer .popup_price .price-block:last-child {
  padding-right: 0;
}

#floater-prodinfo .footer .actions {
  padding: 4px;
}

#floater-prodinfo .footer .ajaxLoader,
#floater-prodinfo .footer .basketButton {
  position: relative;
  float: right;
  right: 5px;
}

#floater-prodinfo a {
  color: #000;
}

#floater-prodinfo .footer img {
  max-width: 187px;
  max-height: 267px;
}

/* Buttons */

.actionButton.smallButton,
.cancelButton.smallButton,
.okButton.smallButton,
.smallButton {
  min-width: 0;
  width: auto;
  padding: 2px 5px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  margin-top: 0;
}

.shop_floater input,
.submit input,
.button,
.npvrList td .button,
a.actionButton,
input.actionButton,
a.okButton,
input.okButton,
.submit .cancelButton,
.cancelButton,
.backButton, a.backButton {
  box-sizing: content-box;
  border: 0;
  height: 30px;
  line-height: 29px;
  background-repeat: no-repeat;
  padding: 1px 5px;
  margin-top: 5px;
  min-width: 110px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.backButton, a.backButton {
  background: white;
  border: 1px solid #000;
  color: #000;
}

a.button {
  text-decoration: none;
  display: inline-block;
}

.shop_floater input,
.submit input,
.button,
.npvrList td .button {
  color: #FFF;
  background: #333;
}

.submit input.noSubmitButton {
  border: 0;
  background: none;
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

a.actionButton,
input.actionButton {
  color: #000;
  background: #EB9728;
}

a.okButton,
input.okButton {
  color: #FFF;
  background: #008856;
}

.submit .cancelButton,
.cancelButton {
  color: #FFF;
  background: #B12736;
}

div.button {
  margin: 0;
  padding: 1px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
}

div.button a {
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.button a {
  vertical-align: middle;
  color: #FFF !important;
}

/* Header */

header {
  position: relative;
  width: 100%;
  background: #F9B000;
  background: linear-gradient(180deg, #F8CC00 0%, #F9B000 80%);
}

#skrollr-body header li,
header .main-navigation-container li {
  font-size: 0.9062rem;
}

#topbar_wrapper {
  max-width: 80rem; /* 1280px */
  margin: 0 auto;
  position: relative;
}

#topbar_wrapper .header-container {
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

#topbar_wrapper .main-navigation-container {
  width: 100%;
  clear: both;
}

#topbar_wrapper .hamburger {
  display: none;
}

#navigation-menu-toggle {
  height: 100%;
  width: 100%;
  min-height: 2.815rem;
  cursor: pointer;
  padding: 26px 11px;
  margin: 0;
  border: 0;
  background: transparent;
}

#navigation-menu-toggle[aria-expanded=true] {
  background: #feb826;
  color: #ffffff;
  padding: 26px 11px;
}

#navigation-menu-toggle .bar {
  background-color: #000000;
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 100px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

#navigation-menu-toggle .bar:first-child {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

#navigation-menu-toggle .bar:nth-child(3) {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

#navigation-menu-toggle[aria-expanded=true] .bar {
  background-color: #ffffff;
}

#login-menu-toggle {
  height: 100%;
  width: 100%;
  min-height: 2.815rem;
  cursor: pointer;
  padding: 17px 6px 17px 10px;
  margin: 0;
  border: 0;
  background: transparent;
}

#login-menu-toggle[aria-expanded=true] {
  background: #feb826;
  color: #ffffff;
}

#logo {
  display: inline-block;
  align-self: center;
  margin-left: 10px;
  padding-top: 2px;
}

#header_info {
  padding-right: 3px;
}


/* Login */

#credentials {
  flex-grow: 1;
}

#credentials .login-form {
  float: right;
  margin: 25px 0 10px;
}

#credentials .header-text {
  margin-left: 0;
  margin-bottom: 2px;
}

#credentials .row {
  margin-right: 0;
  margin-left: 0;
}

#credentials .login-form h4 {
  margin: 0;
  padding-left: 4px;
  font-size: 14px;
  float: left;
  font-weight: 400;
}

#credentials .lost-password a,
#credentials #register-box {
  color: #575757;
  text-decoration: underline;
}

#credentials .login-form .form-row {
  overflow: hidden;
}

#credentials .login-form .form-group {
  width: 130px;
}

#credentials .login-form .form-group,
#credentials .login-form .btn {
  float: left;
  margin: 0 2px 0;
  border: 0;
}

#credentials .form-control {
  border-radius: 0;
}

#credentials .login-form .btn {
  padding: 7px;
  font-size: 13px;
  color: #eeac3b;
  background: #000;
  border-radius: 0;
  letter-spacing: 1px;
  min-width: 137px;
  font-weight: 600;
}

#credentials .form-row .checkbox {
  margin: 1px 0 0;
  padding-left: 4px;
  float: left;
  width: 130px;
}

#credentials .form-row .checkbox label {
  color: #575757;
}

#credentials .form-row .lost-password {
  float: left;
  margin: 1px 0 0 5px;
  padding-left: 2px;
  width: 130px;
}

#credentials .lost-password a,
#credentials #register-box {
  color: #575757;
  text-decoration: underline;
}

/* HEADER CART */

#header_info .logout {
  text-align: right;
  font-size: 12px;
  margin: 0.625rem 0 0.625rem 0;
  color: #333;
}

#header_info .logout a {
  color: #333;
}

#header_info .npvr_header {
  background-image: url("../img/npvr_topbar.jpg");
  background-repeat: no-repeat;
  width: 232px;
  height: 31px;
  color: #FFF;
  float: right;
}

#header_info .npvr_header .label {
  text-align: right;
  margin-right: 42px;
  font-size: 12px;
  padding-top: 3px;
}

#header_info .indicator {
  background-color: #FFF;
  width: 180px;
  margin-left: 1rem;
  height: 3px;
  position: relative;
}

#header_info .menu_box {
  color: #333;
  float: right;
  padding: 4px 1px 5px 20px;
  position: relative;
  z-index: 1;
  background: transparent;
  border: 1px solid #333;
  border-radius: 2px;
  width: 15.938rem;
}

#header_info .npvr_breakdown_header .menu_box {
  z-index: 4;
}

#header_info .npvr_breakdown_header.expanded .menu_box {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#header_info .npvr_breakdown_header.expanded {
  border-radius: 5px 5px 0 0;
}

#header_info .npvr_breakdown_header table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#header_info .npvr_breakdown_header tr .indicator {
  background-color: #FFF;
  width: initial;
  height: 3px;
  position: relative;
}

#header_info .npvr_breakdown_header .npvr_header_breakdown {
  right: 0.6rem;
  padding: 10px 0;
  background: #333;
  box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.3);
  top: 4.78rem;
  position: absolute;
  color: #fff;
  z-index: 4;
  max-width: 850px;
}

#header_info .npvr_header_breakdown td {
  padding: 4px 15px;
  text-align: right;
}

#header_info .npvr_header_breakdown th {
  padding: 4px 15px;
  text-align: right;
}

#header_info .npvr_header_breakdown .align-right {
  text-align: right;
}

#header_info .npvr_header_breakdown .npvr_period {
  font-size: 13px;
  font-weight: bold;
}

#header_info .npvr_breakdown_header .npvr_help {
  padding: 10px 15px 0;
  font-size: 11px;
}

#header_info .npvr_breakdown_header .npvr_main_header {
  vertical-align: top;
  font-size: 15px;
  color: #F8B000;
  text-align: center;
}

#header_info .npvr_breakdown_header .separate_border {
  border-right: 1px solid #AAA;
}

#header_info .npvr_breakdown_header .separate_right {
  padding-right: 20px;
}

#header_info .npvr_breakdown_header .separate_left {
  padding-left: 20px;
}

#header_info .npvr_breakdown_header tbody tr:nth-child(2n+1) {
  background-color: #444;
}

#header_info .npvr_breakdown_header .label {
  text-align: right;
  margin-right: 37px;
  font-size: 11px;
  padding-top: 5px;
}


#header_info .npvr_breakdown_header .npvr_header_breakdown .label {
  margin-right: 0;
  padding-top: 0;
  font-size: 11px;
}

#header_info .npvr_breakdown_header .npvr_header_breakdown .indicator {
  margin-left: 0;
  margin-bottom: 3px;
}

#header_info .npvr_breakdown_header .npvr_header_breakdown .mobile-header {
  display: none;
}

#header_info .npvr_breakdown_header .npvr_header_icon {
  position: absolute;
  font-size: 18px;
  left: 6px;
  top: 7px;
}

#header_info .npvr_breakdown_header .npvr_header_arrow {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  font-size: 25px;
  cursor: pointer;
  right: 7px;
  font-weight: bold;
  text-align: center;
}

#header_info .npvr_breakdown_header .npvr_header_arrow .expanded {
  line-height: 30px;
}

#header_info .npvr_breakdown_header .npvr_header_arrow .collapsed,
#header_info .npvr_breakdown_header .npvr_header_arrow .expanded,
#header_info .npvr_breakdown_header .npvr_header_breakdown {
  display: none;
}

#header_info .npvr_breakdown_header.collapsed .npvr_header_arrow .collapsed {
  display: block;
}

#header_info .npvr_breakdown_header.expanded .menu_box {
  background: #333;
  color: #FFF;
}
#header_info .npvr_breakdown_header.expanded .npvr_header_arrow .expanded,
#header_info .npvr_breakdown_header.expanded .npvr_header_breakdown {
  display: block;
}

#npvr-bar {
  height: 3px;
  background-color: #84A90F;
  position: absolute;
  top: 0;
  right: 0;
}

#header_info .shopping_cart,
#header_info .shopping_cart .menu_box {
  position: relative;
  max-height: 33px;
}

#header_info .shopping_cart {
  color: #FFF;
  font-size: 13px;
  clear: both;
}

#header_info .shopping_cart .menu_box {
  z-index: 3;
  cursor: pointer;
  margin-top: 0.5625rem;
}

#header_info .shopping_cart .shopping_cart_arrow .shopping_cart.expanded{
  position: absolute;
  font-size: 25px;
  right: 0;
  top: 0;
  font-weight: bold;
  text-align: center;
  color: #dc9700;
}

#header_info .shopping_cart .shopping_cart_arrow .small_checkout_button {
  height: 27px;
  line-height: 27px;
}

#header_info .shopping_cart .shopping_cart_icon {
  position: absolute;
  left: 5px;
  top: 7px;
  font-size: 18px;
}

#header_info .shopping_cart .shopping_cart_arrow {
  position: absolute;
  top: 0;
  right: 0;
}
#header_info .shopping_cart .shopping_cart_arrow .small_checkout_button {
  display: block;
}

#header_info .shopping_cart .shopping_cart_breakdown {
  top: 2.3rem;
  z-index: 2;
  margin-top: 3px;
  border: 1px solid #535353;
  position: absolute;
  right: -2px;
  padding: 10px;
  background: #333;
  box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
  min-width: 550px;
}

#header_info .shopping_cart .shopping_cart_text {
  line-height: 24px;
  margin-left: 15px;
}

#header_info .shopping_cart .shopping_cart_breakdown .checkout_cart {
  text-align: right;
}

#header_info .shopping_cart .shopping_cart_breakdown .checkout_cart .okButton {
  padding: 6px 20px;
}

#header_info .shopping_cart .shopping_cart_badge {
  display: none;
}

#header_info .shopping_cart .shopping_cart_contents {
  width: 100%;
}

#header_info .shopping_cart .shopping_cart_contents .tableRow .tableCell {
  padding: 5px;
}

#header_info .shopping_cart .shopping_cart_contents .tableRow.price-row {
  display: flex;
}

#header_info .shopping_cart .shopping_cart_contents .tableRow .tableCell.totalPriceTitle {
  width: 66.66%;
}

#header_info .shopping_cart .shopping_cart_contents .target-row {
  color: #DC9700;
  font-size: 15px;
  font-weight: bold;
}

#header_info .shopping_cart .shopping_cart_contents .item-row:nth-child(2n+1) {
  background-color: #444;
}

#header_info .shopping_cart .shopping_cart_contents .item-row .item_link {
  text-align: right;
}

#header_info .shopping_cart_contents .price {
  vertical-align: middle;
}

#header_info .shopping_cart_contents .removeFromCart {
  display: block;
  height: 18px;
  line-height: 18px;
}

#header_info .shopping_cart .shopping_cart_contents tr.price-row .okButton {
  margin-right: -5px;
}

#header_info .shopping_cart .shopping_cart_arrow .collapsed,
#header_info .shopping_cart .shopping_cart_arrow .expanded,
#header_info .shopping_cart .shopping_cart_breakdown {
  display: none;
}

#header_info .shopping_cart.collapsed .shopping_cart_arrow .collapsed {
  display: block;
}

#header_info .shopping_cart.expanded .menu_box {
  background: #333;
  color: #FFF;
}
#header_info .shopping_cart.expanded .shopping_cart_arrow .expanded,
#header_info .shopping_cart.expanded .shopping_cart_breakdown {
  display: block;
}

/* Navigation menu */

#mainmenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #333;
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#mainmenu .menu a {
  display: block;
  text-decoration: none;
  color: #F8B000;
  padding: 1.0625rem 0;
}

#mainmenu .menu.selected a {
  color: #333333;
}

#mainmenu .menu a:hover {
  background: #ffffff;
}

#mainmenu li {
  text-align: center;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
  flex-grow: 1;
  margin-bottom: 0 !important;
}

#mainmenu li.menu.selected {
  background-image: linear-gradient(#f3f3f3, #fff);
}

#mainmenu:after, #mainmenu:before {
  display: table;
  table-layout: fixed;
  content: "";
  line-height: 0;
  width: 0;
  height: 0;
}

/* Sub navigation */

#submenu {
  width: 100%;
  border-bottom: #ececec;
}

#submenu .sub-navigation-menu:after, #submenu .sub-navigation-menu:before {
  display: table;
  table-layout: fixed;
  content: "";
  line-height: 0;
  width: 0;
  height: 0;
}

#submenu .sub-navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #e3e3e3;
  display: flex;
  border-bottom: 1px solid #f3f3f3;
}

#submenu .sub-navigation-menu li {
  height: 100%;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-weight: bold;
  flex-grow: 1;
  width: auto;
  border-right: 1px solid #d0d0d0;
}

#submenu .sub-navigation-menu li:last-child {
  border-right: none;
}

#submenu .sub-navigation-menu li a {
  padding: 0.7rem 0.3rem;
  display: block;
  text-decoration: none;
  color: #333333;
}

#submenu .sub-navigation-menu li a:hover {
  background: #fff;
}

#submenu .sub-navigation-menu li.selected {
  background: #fff;
}

#submenu .sub-navigation-menu li.highlight {
  background: #008856;
}

#submenu .sub-navigation-menu li.highlight a {
  color: #ffffff;
}

#submenu .sub-navigation-menu li.highlight a:hover {
  color: #000000;
}

/* Main container */

#announcement-bar {
  background: #e3e3e3;
}

#announcement-bar p {
  text-align: center;
  padding: 7px;
  margin: 0 auto;
  font-size: 1em;
  max-width: 978px;
}

#areaContainer {
  position: relative;
  max-width: 80rem; /* 1280px */
  margin: 0 auto;
  width: 100%;
}

#content {
  position: relative;
  max-width: 80rem /* 1280px */;
  margin: 0 auto;
  padding: 0 0.9375rem 0.9375rem 0.9375rem;
  line-height: normal;
  width: 100%;
}

#content .announcement {
  padding: 10px;
  border: 2px solid #F4AB2A;
  background-color: #FEF5E7;
  margin-bottom: 15px;
  overflow: auto;
}

#content .welcome-box, #flashMessage.ok {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 2px dashed #268D05;
  background-color: #CEF1BE;
}

#content .content-header .intro {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

#help {
  margin-top: 10px;
  text-align: center;
}

#help .help-button {
  padding: 4px;
  display: inline-block;
}

#help .help-button a {
  color: #000000;
  text-decoration: none;
}

#help .help-button a:hover {
  text-decoration: underline;
}

#help .help-button:first-child {
  margin-right: 10px;
}

#help .help-button .fa-question-circle {
  padding-right: 3px;
}

#content .program-search {
  margin: 10px 0 20px;
}

#content .back-link {
  padding-left: 0.2rem;
  margin-bottom: 15px;
}

#content .program-search div {
  display: inline-block;
}

#content .program-search div.text {
  padding-right: 5px;
  max-width: 400px;
}

#content .program-search input {
  width: 100%;
  height: 30px;
  padding: 0 5px;
  margin: 0;
}

#content .program-search .submit input {
  max-width: 110px;
}

#content table.search-result {
  background-color: #333333;
  max-width: 600px;
  width: 100%;
  border: 1px solid #333333;
  margin-bottom: 2em;
  border-collapse: separate;
  border-spacing: 2px;
}

#content .search-result tr.header th {
  width: auto;
  padding: 4px;
  font-size: 13px;
  color: #F5F5F5;
}

#content .search-result td {
  padding: 2px;
  background-color: #FEFEFE;
  border-bottom: 1px solid #cccccc;
  text-align: center;
}

#content .search-result td.progname {
  border-right: 1px solid #333333;
  width: 300px;
  line-height: 12px;
  padding: 4px 2px 4px 10px;
  text-align: left;
}

#content .search-result td.progname span.text {
  font-size: 11px;
  padding-left: 15px;
  color: #999999;
}

/* EPG */

#guide a {
  color: #000;
}

#guide .announcement a {
  color: #CB8B00;
}

#guide .picker {
  border: 1px solid #ccc;
  position: relative;
  display: inline-block;
}

#guide a.picker_link {
  width: 146px;
  padding-left: 10px;
  height: 27px;
  display: block;
  line-height: 27px;
  text-decoration: none;
  color: #333333;
  font-size: 14px;
}

#guide .guide-toolbar .checkboxes {
  clear: both;
  padding-top: 10px;
}

#guide .guide-toolbar .checkboxes div {
  display: inline-block;
  margin: 0 10px 5px 0;
}

#guide .guide-toolbar .checkboxes div a {
  text-decoration: none;
}

#guide .guide-toolbar .checkboxes span {
  padding-left: 7px;
  vertical-align: top;
}
#guide .guide-toolbar .checkboxes img {

}

#guide .guide-toolbar .search {
  text-align: right;
}

#guide .guide-toolbar .search form {
  position: relative;
  top: 50%;
}

#guide .guide-toolbar .search input {
  border: 1px solid #cccccc;
  height: 30px;
}

#guide .guide-toolbar .search .search-input {
  max-width: 300px;
  width: 70%;
}

#guide .guide-toolbar .search .submit {
  background: #333;
  cursor: pointer;
  margin-left: 0.8rem;
  font-weight: bold;
  color: #fff;
  max-width: 100px;
}

#channels-wrapper {
  clear: both;
}

#channels-wrapper li {
  list-style-type: none;
}

#channels-wrapper .channels {
  padding: 0;
}

#channels-wrapper .channels .channel {
  margin: 0;
  padding: 0;
}

#channels-wrapper .channels .channel ul {
  margin: 0;
  padding: 0;
}

#channels-wrapper .channels .channel .channel-program-block .channel-header {
  background: #333;
  color: #f8bf00;
  font-weight: bold;
  text-align: center;
  height: 3.875rem;
  line-height: 3.875rem;
}

#channels-wrapper .channels .channel .channel-program-block .channel-header img {
  vertical-align: middle;
}

#channels-wrapper .channels .channel .channel-program-block.odd {
  background: #F4F4F4;
}

#channels-wrapper .channels .channel .program-block {
  border-bottom: 2px solid #333;
}

#channels-wrapper .channels .channel .program-block li.active {
  font-weight: bold;
}

#channels-wrapper .channels .channel .program-block time {
  float: left;
  padding: 0.25rem 0;
  font-size: 13px;
}

#channels-wrapper .channels .channel .program-block p {
  padding: 0.25rem 0.25rem 0.25rem 2.375rem;
  margin: 0;
  font-size: 13px;
}

#channels-wrapper .channels .channel .program-block li {
  padding: 2px;
  border-bottom: 1px solid #e8e8e8;
}

#channels-wrapper .channels .channel .program-block li.epg_scheduled {
  /*border: 1px solid #C91212; */
}

#channels-wrapper .channels .channel .program-block li.expire-long  {
  background: #C4F1DC;
}

#channels-wrapper .channels .channel .program-block li.expire-very-soon {
  background: #E9C0C0;
}

#channels-wrapper .channels .channel .program-block li.expire-soon {
  background: #FFF5D2;
}

#channels-wrapper .channels .channel .program-block li.fav,
#channels-wrapper .channels .channel .program-block li.epg_scheduled.fav {
  background: #E2FF9B;
}

#channels-wrapper .channels .channel .program-block a {
  text-decoration: none;
}

#channels-wrapper .channels .channel .program-block a:hover {
  text-decoration: underline;
}

#channels-wrapper .channels .channel .program-block .recordRemove {
  float: right;
}

#channels-wrapper .channels .channel .program-block .recordRemove i {
  color: #ababab;
  padding: 4px 5px 4px 10px;
  text-align: center;
}

#channels-wrapper .channels .channel .program-block .recordRemove i:hover {
  color: #C91212;
}

#channels-wrapper .channels .channel .program-block li.epg_scheduled i {
  color: red;
}

#channels-wrapper .channels .channel .program-block img.rec {
  background: transparent url("../img/rec_off.gif") no-repeat scroll bottom left;
  width: 10px;
  height: 10px;
}

#channels-wrapper .channels .channel .program-block img.rec:hover {
  background: transparent url("../img/rec_on.gif") no-repeat scroll bottom left;
}

.channels-non-activated {
  opacity: 0.7;
}
.channels-timeline-non-activated {
  display: inline-block;
  margin: 10px 0 0 10px !important;
  font-size: 14px;
}

#legends {
  padding-top: 10px;
}

#legends .legend-row {
  display: inline-block;
  margin: 0 2px 2px;
}

#legends .legend-row .colorbox {
  width: 10px;
  height: 10px;
  border: 1px solid #C91212;;
  margin-right: 4px;
  display: inline-block;
}

#legends .legend-row .rec-new {
  background: #ffffff;
}

#legends .legend-row .expire-very-soon {
  background: #E9C0C0;
}

#legends .legend-row .expire-soon {
  background: #FFF5D2;
}

#legends .legend-row .expire-long {
  background: #C4F1DC;
}

#legends .legend-row .fav {
  background: #E2FF9B;
  border: 1px solid #666666;
}

#list_reminders_content .reminders {
  margin-bottom: 10px;
}

#list_reminders_content .reminders .tableHeader {
  background: #333;
}

#list_reminders_content .reminders .tableHeader h2 {
  color: #F8B000;
  padding-bottom: 5px;
}

#list_reminders_content .tableRow {
  align-items: center;
  padding: 5px 0;
  justify-content: center;
}

#list_reminders_content .tableRow:nth-child(odd) {
  background-color: #EAEAEA;
}


#list_reminders_content .tableRow .tableCell {
  text-align: center;
  flex-grow: 1;
}

/* Shop */

#shop_content {
  flex-grow: 1;
  padding-right: 5px;
}

.shop_tab_container {
  display: flex;
  flex-wrap: wrap;
}

.shop_tab_container .shop_tab.active {
  background-color: #F4F4F4;
  border-color: #333;
  border-bottom-color: transparent;
}

.shop_tab_container .shop_tab {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  flex-grow: 1;
  min-height: 100px;
  padding-bottom: 15px;
  text-align: center;
  cursor: pointer;
  position: relative;
  vertical-align: top;
  border: 1px solid transparent;
  max-width: 320px;
}

.shop_tab_container .shop_tab.active .shop_tab_title {
  background-color: #F8B000;
  color: #333;
  border-bottom: 0;
}

.shop_tab_container .shop_tab .shop_tab_title {
  padding: 5px 0;
  margin: 1px;
}

.shop_tab_container .shop_tab_image {
  display: block;
  margin: 10px auto 0;
  max-height: 100px;
}

.shop_tab_content {
  display: none;
  width: 100%;
  padding: 5px;
  background-color: #F4F4F4;
  margin-top: -2px;
  border: 1px solid #333;
}

.shop_category_services.open .shop_category_table,
.shop_tab_content.active {
  display: block;
}

.shop_tab_content .shop_category_services:last-child,
.shop_tab_content .shop_category_services.open {
  border-bottom: 0;
}

.shop_tab_content .shop_category_services {
  min-height: 35px;
  border-bottom: 1px solid #888;
}

.shop_category_services.open .shop_category_toggle {
  font-weight: bold;
  color: #D69D0F;
}

.shop_tab_content .shop_category_toggle.disabled {
  cursor: inherit;
}

.shop_tab_content .shop_category_toggle {
  position: relative;
  cursor: pointer;
  line-height: 28px;
  padding: 10px 0 10px 5px;
  font-weight: normal;
  font-size: 16px;
}

.watchlist-toggle:after,
.accordion-toggle:after,
.shop_category_toggle:after {
  content: "►";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  right: 0;
}

.watchlist-toggle.open:after,
.accordion-toggle.open:after,
.shop_category_services.open .shop_category_toggle:after {
  content: "▼";
}

.shop_tab_content .shop_category_toggle.disabled:after {
  content: '';
}

.shop_category_toggle:after {
  top: 8px;
  right: 5px;
}

.shop_category_services.open .shop_category_table, .shop_tab_content.active {
  display: block;
}

.shop_tab_content .shop_category_services .list_table {
  margin: 0;
}

.shop_tab_content .shop_category_services .services-empty {
  padding: 0;
  margin: 0;
  line-height: 30px;
}

.shop_tab_content .shop_category_services .product-content.shopping-cart img {
  position: relative;
  right: 19px;
}

div.shop-inactive-device-warning {
  width: 100% ;
  max-width: 100% ;
  margin-bottom: 20px ;
}

/* Shop list-table */

.list_table, .list_table_wide {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 0.75rem;
  border-spacing: 0;
  padding: 0;
}

.list_table tr,
.list_table .pure-g {
  color: #000;
  background: #F7F7F7;
}

.list_table td {
  text-align: left;
  width: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: middle;
  border-bottom: 1px solid #B7B7B7;
}

.shop_tab_content .shop_category_services .pure-g {
  background-color: #FAFAFA;
}
.shop_tab_content .shop_category_services .shop-item-box {
  background-color: #FFF;
  padding: 6px 10px;
  border-bottom: 1px solid #B7B7B7;
  text-align: left;
  word-break: break-word;
}
.shop_tab_content .shop_category_services .shop-item-box:nth-child(2n) {
  background-color: #FAFAFA;
}

.shop_tab_content .shop_category_services .name,
.shop_tab_content .shop_category_services .price,
.shop_tab_content .shop_category_services .actions {
  align-self: center;
}

.shop_tab_content .shop_category_services .price .product-content {
  text-align: center;
}

.shop_tab_content .shop_category_services .price .product-content .ajaxLoader {
  position: relative;
  right: 19px;
}

.shop_tab_content .shop_category_table {
  display: none;
}

.list_table div.left, .list_table div.left_no_border {
  border-left: 1px solid #CCC;
}

.list_table div.right, .list_table div.right_no_border {
  border-right: 1px solid #CCC;
}

.list_table .pure-g:first-child {
  border-top: 1px solid #CCC;
}

.list_table a {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.list_table a:hover {
  text-decoration: underline;
}

.list_table .product-content {
  position: relative;
}

.list_table .product-content .image-extra-container div[class*="pure-u"] {
  background-color: transparent;
  padding: 0;
  border-bottom: 0;
  text-align: inherit;
}

.extra_info {
  font-weight: normal;
}
.extra_info_preorder,
.price-block-preorder {
  color: #F03A0C;
}

#ordered-channels .list_table {
  border: 1px solid #333;
}

#ordered-channels .list_table div h2,
#shoppingCart .list_table div h2 {
  color: #F8B000;
  padding: 5px 5px 5px 10px;
  font-size: 0.9rem;
}

#ordered-channels .list_table .own_box {
  background: #F7F7F7;
  position: relative;
}

#ordered-channels .list_table .own_box h3 {
  padding: 10px;
  margin-top: 0;
}

#ordered-channels .list_table .own_box p {
  padding: 10px;
  margin: 0;
}
#ordered-channels .list_table .own_box ul {
  margin: 0;
  padding-bottom: 10px;
}

#ordered-channels .list_table .move-channels-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding: 5px 0 10px;
}

#ordered-channels .list_table .move-channels-container .title {
  font-size: 0.9rem;
  padding: 10px;
  color: #F8B000;
  font-weight: bold;
}

#ordered-channels .list_table .move-channels-container select {
  padding: 3px;
  margin-right: 10px;
}

#ordered-channels .list_table .move-channels-container .submit input {
  height: 100%;
  margin-top: 0;
}

#ordered-channels .list_table .move-channels-container .selectHiddenInputText {
  margin-right: 10px;
}

#ordered-channels .list_table .help-container {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 200;
}

#ordered-channels .list_table .help-container .helpButton span {
  vertical-align: top;
  padding-left: 3px;
}
.noStbMessage,
.basketButton {
  display: inline-block;
  text-align: center;
  max-width: 75px;
  width: 100%;
}

.noStbMessageText,
.basketButtonText {
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
  padding-top: 5px;
}

.price.free_service {
  color: #74C35A;
}

.warning-box, #flashMessage.warning {
  max-width: 480px;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 2px dashed #F08E0C;
  background-color: #FDFFE1;
}
.info-box, #flashMessage.info {
  max-width: 480px;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 2px dashed #B3CBFF;
  background: #E5EDFF;
}
.error-box {
  max-width: 480px;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: 2px dashed #FF0000;
  background-color: #FFC0B8;
}

/* Shop order history */

.shop-order-history .order-header {
  font-size: 1rem;
  font-weight: bold;
}

.shop-order-history .order-header div[class*="pure-u"],
.shop-order-history .history-list .pure-u-1 div[class*="pure-u"] {
  padding: 5px;
}

.shop-order-history .history-list .bill_from_merged_account {
  color: #888;
  font-size: 0.6875rem;
  text-align: right;
  display: inline-block;
  float: right;
}

.shop-order-history .history-list.list_table {
  margin: 0;
  border-bottom: 1px solid #CCC;
}

.shop-order-history .center,
.shop-order-history .right,
.shop-order-history .bill_from_merged_account {
  text-align: center;
}

/* Floating shopping cart */

#floating-shopping-cart .shopping_cart {
  position: fixed;
  top: unset;
  bottom: 35px;
  right: 10px;
  z-index: 3;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
}

#floating-shopping-cart .shopping_cart .menu_box {
  margin: 0;
  padding: 13px 10px;
  background: #000000;
  color: #FFF;
  border: 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
  z-index: 3;
  cursor: pointer;
  position: absolute;
}

#floating-shopping-cart .shopping_cart .shopping_cart_mobile_icon,
#floating-shopping-cart .shopping_cart .shopping_cart_badge {
  display: block;
}

#floating-shopping-cart .shopping_cart .shopping_cart_badge {
  background-color: #00AB28;
  border-radius: 50%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
}

#floating-shopping-cart .shopping_cart .shopping_cart_icon {
  font-size: 2em;
  top: 12px;
  left: 8px;
  position: absolute;
}

#floating-shopping-cart .shopping_cart .shopping_cart_arrow,
#floating-shopping-cart .shopping_cart .shopping_cart_text {
  display: none;
}

#floating-shopping-cart .shopping_cart .shopping_cart_text {
  line-height: 29px;
  margin-left: 15px;
}

#floating-shopping-cart .shopping_cart .shopping_cart_breakdown {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  width: 100%;
  box-sizing: border-box;
  height: 80%;
  margin: 0;
  border-radius: 0;
  overflow: scroll;
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
}

#floating-shopping-cart .shopping_cart .shopping_cart_breakdown {
  background: #333333;
  color: #E8E8E8;
}

#floating-shopping-cart .shopping_cart .shopping_cart_breakdown .popup_header {
  display: block;
}

#floating-shopping-cart .shopping_cart .shopping_cart_arrow .collapsed,
#floating-shopping-cart .shopping_cart .shopping_cart_arrow .expanded,
#floating-shopping-cart .shopping_cart .shopping_cart_breakdown {
  display: none;
}

#floating-shopping-cart .shopping_cart.expanded .shopping_cart_arrow .expanded,
#floating-shopping-cart .shopping_cart.expanded .shopping_cart_breakdown {
  display: block;
}

#floating-shopping-cart .shopping_cart.expanded {
  box-shadow: none;
}

#floating-shopping-cart .shopping_cart_breakdown .popup_header {
  z-index: 1;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  padding: 3px 10px 3px 0;
  background: #4B4B4B;
}

#floating-shopping-cart .shopping_cart .shopping_cart_contents {
  padding: 0 10px;
  width: 100%;
  border-collapse: separate;
}

#floating-shopping-cart .shopping_cart .shopping_cart_contents .target-row {
  font-size: 0.9375rem;
  font-weight: bold;
}

#floating-shopping-cart .shopping_cart .shopping_cart_contents .cart_count {
  text-align: center;
}

#floating-shopping-cart .shopping_cart .shopping_cart_contents td {
  padding: 5px;
}

#floating-shopping-cart .shopping_cart .shopping_cart_contents .item-row .item_link {
  text-align: right;
}

#floating-shopping-cart .shopping_cart .shopping_cart_contents a.removeFromCart {
  text-align: center;
  display: block;
  height: 18px;
  line-height: 18px;
}

#floating-shopping-cart .shopping_cart .checkout_cart {
  width: 100%;
  padding: 5px;
  margin-top: 20px;
}

#floating-shopping-cart .shopping_cart .shopping_cart_contents .price-row .totalPriceTitle {
  width: 66.66%;
}


/* Latest news */

#latest-news .latest_news_title {
  padding: 0;
  height: auto;
  display: inline-block;
  margin-right: 20px;
}

#latest-news .latest_news_toggle {
  display: inline-block;
}

#customernews_container {
  flex-grow: 1;
}

#customernews_container .news_empty_message {
  margin-top: 10px;
}

#customernews_container div.news_box.unread h2,
#customernews_container div.news_box.unread {
  color: #333;
}

#customernews_container div.news_box h2 {
  margin-right: 15px;
}

#customernews_container div.news_box h2,
#customernews_container div.news_box {
  color: #B0B0B0;
}

#customernews_container div.news_box {
  padding: 8px 8px 12px;
  border-bottom: 1px solid #DDD;
  margin: 0 20px 5px 0;
}

#customernews_container div.news_box.unread h2,
#customernews_container div.news_box.unread {
  color: #333;
}

#customernews_container div.news_box h2,
#customernews_container div.news_box {
  color: #B0B0B0;
}

#customernews_container h2 {
  float: left;
  margin: 0;
  padding: 0;
}

#customernews_container span.news_date {
  float: left;
  margin: 2px 0 5px;
}

#customernews_container div.news_introduction {
  clear: left;
  max-width: 95%;
}

#customernews_container .news_mark_as_read {
  margin-top: 5px;
  display: block;
}

#campaign_shop_container {
  margin-top: 15px;
}

#campaign_shop_container .campaign_block_title {
  margin: 0 0 10px;
}

#campaign_shop_container .campaign_shop_link {
  display: block;
  text-decoration: none;
}

#campaign_shop_container .campaign_shop_campaign {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  min-height: 123px;
  font-size: 12px;
  padding: 7px 10px 10px;
  color: #FFF;
  margin-bottom: 10px;
  background: #771F38;
}

#campaign_shop_container .campaignListItem {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  padding: 7px 10px 10px;
  color: #FFF;
  min-height: 58px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}

#campaign_shop_container .campaignListing a:nth-child(odd) .campaignListItem {
  background: #771F38;
}

#campaign_shop_container .campaignListing h2  {
  color: #ffffff;
  padding: 5px 5px 0 5px;
}

#campaign_shop_container .campaignListing a:hover h2 {
  text-decoration: underline;
  color: #ffffff;
}

#campaign_shop_container .campaignListing .campaign_description {
  color: #ffffff;
  padding: 5px 5px 0 5px;
  font-size: 0.75rem;
  vertical-align: bottom;
  display: inline-block;
}

#campaign_shop_container .campaignBlock a:hover .campaign_description {
  display: inline-block;
}

#campaign_shop_container .campaign_shop_campaign .campaign_header {
  color: #FFF;
  height: auto;
  padding-bottom: 5px !important;
  padding: 0;
}

#campaign_shop_container .campaign_shop_campaign .campaign_description {
  font-size: 0.75rem;
  vertical-align: bottom;
}

#campaign_shop_container .campaignListing .campaignListItem .campaign_description {
  display: none;
  text-decoration: none;
}

#campaign_shop_container .campaign_shop_campaign_even,
#campaign_shop_container .campaignListing a:nth-child(even) .campaignListItem {
  background: #F2AD2E;
}

#sidebar {
  clear: right;
  float: right;
  max-width: 223px;
  width: 100%;
}

/* Order Summary */

.orderSummary .customer-billing {
  padding: 5px 8px 25px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.orderSummary .customer-billing p {
  line-height: 20px;
}

.orderSummary .customer-billing .customer-details {
  padding: 0 30px 15px 0;
}
.orderSummary .customer-billing .customer-details .customer {
  padding-top: 15px;
}

.orderSummary .customer-billing .bill-details {
  display: flex;
  padding-right: 25px;
}

.orderSummary .customer-billing .bill-details .titles {
  padding-right: 10px;
}

.orderSummary .order-history .row {
  word-break: break-word;
}

.orderSummary .order-history .order-history-header {
  border-bottom: 1px solid #000;
  padding: 5px;
}

.orderSummary .order-history .order-history-list .row {
  border-bottom: 1px dotted #cccccc;
  padding: 5px;
}

.orderSummary .order-history .order-history-list .row-column {
  padding: 5px 0;
  position: relative;
  right: 11%;
  text-align: right;
}

.orderSummary .order-history .order-history-header div[class*="pure-u"]:not(:first-child),
.orderSummary .order-history .order-history-list div[class*="pure-u"]:not(:first-child) {
  text-align: center;
}

/* Continuing orders */

.continuingShopConfirms {
  text-align: right;
  padding: 8px 0;
}

.continuingShopConfirms a {
  padding: 7px;
}

/* Shopping Cart */

#shoppingCart .list_table .sub_header div {
  border-bottom: 1px solid #B7B7B7;
  color: #000;
}

.table-header h2 {
  color: #F8B000;
  padding: 5px 0 5px 10px;
}

.table-container .table-row {
  color: #000;
  background: #F7F7F7;
  align-items: center;
  border-bottom: 1px solid #B7B7B7;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}

.table-container .table-row.header {
  color: #000;
  background: #E0E0E0;
  align-items: center;
  border-bottom: 1px solid #B7B7B7;
  font-size: 0.9rem;
  font-weight: bold;
}

.table-container .table-row.header .table-cell {
  padding: 6px 2px;
}

.table-container .sub-header {
  background: #E0E0E0;
}

.table-container .table-cell {
  text-align: center;
  padding: 6px 10px;
}

.table-container .table-cell a {
  color: #000;
  font-weight: bold;
  font-size: 0.923em;
}

.table-container .table-cell.left,
.table-container .table-cell.left_no_border {
  padding-right: 20px;
}

.table-container .table-row:last-child {
  border-bottom: 1px solid #333;
}

#shoppingCart .button.back_to_shop {
  float: left;
  margin: 5px 10px 0 0;

}

.table-container .table-row.checkout-description {
  border: 0;
}

.table-container .table-row.checkout-description ul {
  text-align: left;
  margin: 0;
}

.shopConfirms {
  margin-bottom: 15px;
}

.shopConfirms .okButton {
  float: right;
  position: relative;
  right: 10px;
}

.shopConfirms div,
.shopConfirms input {
  max-width: 115px;
}

.shopContentsBottomButton {
  display: flex;
  flex-direction: row-reverse;
  margin: 5px 0;
}

.dependency_expires {
  background-color: #FFF3BA;
}

.total_basket_price {
  margin-top: 10px;
}

#cartSummary .table-container .header {
  display: block;
}

#cartSummary .table-container .header h2 {
  color: #F8B000;
  padding: 5px 0 5px 10px;
}

#cartSummary .table-container:first-child .table-row {
  display: flex;
  flex-flow: row wrap;
}

#cartSummary .table-container:first-child .table-row.header {
  display: block;
}

/*
#cartSummary .table-container:first-child .table-cell {
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  padding: 2px 5px;
  border: 1px solid #333;
  border-top: 0;
  border-bottom: 0;
  flex-wrap: wrap;
}
*/

#cartSummary .table-container .table-cell.first_col {
  font-weight: bold;
  max-width: 130px;
  width: 100% !important;
  text-align: left;
}

#cartSummary .sub-header .table-cell {
  font-weight: bold;
}

#cartSummary .discount-code {
  padding: 10px 0;
}

#cartSummary .discount-code .discount-code-text {
  font-weight: bold;
}

#cartSummary .discount-code .discount-code-name {
  color: #ff0000;
}

#cartSummary .discount-row .discount-input {
  width: 200px;
  float: left;
}

.tableRow.discount-row {
  margin-bottom: 20px;
}

.discount-row label {
  font-size: 100%;
}

.discount-row .discount-input {
  margin-right: 5px;
}

.discount-row .okButton {
  margin-top: 0;
}

.discounted {
  color: #808080;
}

/* Customer Details */

.list_table th h2 {
  padding: 5px 0 5px 10px;
  color: #F8B000
}

.list_table td.left {
  border-left: 1px solid #333;
  padding-right: 20px;
  padding-left: 10px;
}

.list_table td.right {
  border-right: 1px solid #333;
  padding-right: 10px;
}

.list_table tr:last-child td, .list_table td.bottom {
  border-bottom: 1px solid #333;
}

.list_table td.footer_actions {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
  background-color: #F0F0F0;
  margin: 0;
}

#editRestrictions .content_restriction_rule_list .text_with_input {
  line-height: 30px;
}

.error-message {
  color: red;
}

.list_table .first_col {
  padding-right: 15px;
  text-align: right;
  font-weight: bold;
  font-size: 13px;
}


#editRestrictions .list_table .first_col,
#customerDetails .list_table .first_col {
  width: 200px;
}

.list_table .first_col {
  width: 300px;
}

#editAllowFlags .list_table .long_col {
  text-align: right;
}

#editAllowFlags .list_table .checkbox {
  width: auto !important;
  margin-right: 0;
  padding-right: 0;
  display: inline !important;
}

#editAllowFlags .list_table input.checkbox {
  vertical-align: middle;
  margin-left: 3px;
}

.list_table .sub_header th:last-child {
  border-right: 1px solid #333;
}

.list_table .sub_header th:first-child {
  border-left: 1px solid #333;
}

.list_table .sub_header th {
  border-bottom: 1px solid #B7B7B7;
}

.list_table .sub_header th {
  background: #E0E0E0;
  text-align: left;
  margin-top: 0;
}

.list_table .sub_header th h3 {
  margin-top: 0;
  font-size: 0.95rem;
  padding: 3px 0 3px 10px;
}

.list_table .field-error {
  font-weight: normal;
  color: red;
  font-size: 0.9em;
}

.list_table .thin-row span {
  font-size: 0.7rem;
}

#idSubmitOk, #registerSubmitOk {
  background: #333333;
  color: #F8B000;
  border-radius: 0;
  padding: 7px 7px 6px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
  margin-top: 23px;
}

/* Recordings */

#noRecordings {
  padding: 20px 0 20px 10px;
}

#recordings .npvrTabRec_selected {
  border: none;
  background: #333333;
  color: #FFB300;
}

#recordings .npvrTab {
  border: none;
  background: #ffffff;
  background-image: linear-gradient(#f9f9f9, #fff);
  color: #000000;
  border-right: 1px solid #eaeaea;
}

#recordings .npvrTab:last-child {
  border: none;
}

#recordings .npvrTabRec_selected h2,
#recordings .npvrTab_selected h2,
#recordings .npvrTab h2 {
  text-align: center;
  padding: 0;
}

#recordings .npvrTabRec_selected a {
  color: #e2a000;
}

#recordings h2 a {
  text-decoration: none;
}

#recordings .npvrTab h2 a {
  color: #000000;
}

#recordings .npvrTab a,
#recordings .npvrTab_selected a {
  display: block;
  color: #000;
}

#recordings .npvrTab,
#recordings .npvrTab_selected,
#recordings .npvrTabRec_selected {
  padding: 8px 0;
}

#recordings .npvrTab_selected {
  padding: 8px 0;
  background: #333333;
}

#recordings .npvrTab_selected a {
  color: #e2a000;
}

#recordings .npvrTab_selected:hover {
  border-right: 1px solid #333333;
}

#recordings .npvrTab:hover,
#recordings .npvrTabRec_selected:hover {
  background: #333333;
  color: #e2a000;
  border-right: 1px solid #333333;
}

#recordings .npvrTab:hover a,
#recordings .npvrTabRec_selected:hover a {
  color: #e2a000;
}

#recordings .npvrListContainer {
  clear: both;
  padding-bottom: 15px;
}

#recordings .npvrHeading {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

#npvrWrapper,
#recordings .npvrHeading,
#recordings .npvrFooter {
  border: 1px solid #333;
  border-top: 0;
  border-bottom: 0;
  box-sizing: border-box;
}

#recordings .npvrHeading,
#recordings .npvrFooter {
  background: #333333;
  color: #FFF;
}

#recordings .npvrHeader,
#recordings .npvrFilter,
#recordings .npvrFooterTab {
  color: #FFFFFF;
}

#recordings .npvrHeader {
  border-bottom: 1px solid #474747;
}

#recordings .npvrHeader .headerCol {
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
  font-size: 12px;
}

#searchTitle {
  width: 95%;
  border: 0;
  padding: 2px;
  background: #EAEAEA;
  color: #000000;
}

#recordings .npvrListContainer .npvrFilter {
  border-bottom: 1px solid #B2B2B2;
  color: #FFFFFF;
  align-items: center;
  align-content: center;
}

#recordings .npvrListContainer .npvrFilter .headerCol {
  text-align: center;
  padding: 10px 0;
}

#recordings .npvrListContainer .npvrFilter select {
  width: 100%;
  height: 24px;
  position: relative;
  top: 1px;
  color: #000000;
}

#recordings #addRuleButton {
  width: 100%;
}

#npvrWrapper {
  margin: 0;
  border-collapse: collapse;
  font-size: 13px;
}

#npvrWrapper .recorded {
  background: #F7F7F7;
  cursor: pointer;
}

#npvrWrapper .recordingRow {
  background: #F7F7F7;
  border-bottom: 1px solid #B7B7B7;
  align-items: center;
  padding: 10px 0;
}

#npvrWrapper .recordingRow:first-child {
  border-top: 1px solid #ececec;
}

#npvrWrapper .recordingRow .recordingCol {
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
  display: flex;
  justify-content: center;
}

#npvrWrapper .recordingRow a {
  color: #424242;
  text-decoration: none;
}

#npvrWrapper .recordingRow a:hover {
  text-decoration: underline;
}

#npvrWrapper .recordingRow .recordingCol.title a {
  text-decoration: underline;
}

#npvrWrapper .recordingRow .recordingCol p.recording_expiration {
  margin: 0;
}

#npvrWrapper .recordingRow .recordingCol .removeRecording,
#npvrWrapper .recordingRow .recordingCol .deleteRule {
  color: #FFF;
  background: #333;
  padding: 4px 8px;
  font-weight:bold;
  border-radius: 3px;
}

#npvrWrapper .recordingRow:nth-child(even) {
  background: #FEFEFE;
}

#npvrWrapper .recordingRow:nth-child(odd) {
  background: #EAEAEA;
}

#npvrWrapper .recordingRow .recordingCol .removeRecording:hover,
#npvrWrapper .recordingRow .recordingCol .deleteRule:hover {
  background: #bd5252;
}

#npvrWrapper .recordingRow.removed {
  background: #f9eeee;
}

#npvrWrapper .recordingRow:hover {
  background: #FFFFFF;
  cursor: pointer;
}

#npvrWrapper .recordingRow.seriesRow:hover {
  cursor: default;
}

#recordings .npvrFooter {
  padding: 5px 5px 5px 0;
}

#recordings .npvrFooterTab {
  display: table-row;;
  color: #ffffff;
}

#recordings .npvrFooterTab .footerCol {
  display: table-cell;
  text-align: center;
}

#recordings .npvrFooterTab .checkbox {
  width: 4%;
}

#recordings .npvrFooterTab .checkbox input {
  position: relative;
  bottom: 3px;
}

#recordings .npvrFooterTab .messages {
  text-align: center;
  width: 90%;
  display: table-cell;
  padding: 0;
  font-size: 15px;
}

#recordings .npvrFooterTab .messages .actionMessages {
  position: relative;
  bottom: 3px;
}

#recordings .npvrFooterTab #showRecordingsCount {
  float: right;
  top: 2px;
  right: 2px;
  position: relative;
}

#recordings .npvrFooterTab #showRecordingsCount #recordingCount {
  height: 24px;
  color: #000000;
}

#recordings .npvrLegend {
  margin-top: 5px;
  margin-left: 8px;
}

#recordings .npvrLegend .npvrLegendBox {
  display: inline-block;
  border: 1px solid #D6D6D6;
  vertical-align: middle;
}

#recordings .npvrLegend .npvrLegendBoxInner.less_than_desired_expiration {
  width: 1px;
  height: 1px;
  border-top: 10px solid #FFFDE5;
  border-left: 10px solid #F7F2CC;
}

#recordings .npvrLegend .npvrLegendText {
  vertical-align: middle;
}

#pager {
  text-align: center;
  padding: 12px 5px 0 0;
  font-size: 16px;
}

#pager .active {
  font-weight: bold;
  font-size: 20px;
}

#pager .pageitem {
  padding: 0 5px;
}

#pager .pageitem a {
  text-decoration: none;
}

#recordings .bottomContainer {
  margin-top: 20px;
}

#recordings .bottomContainer .npvrExpiration {
  text-align: right;
}

#recordings .bottomContainer .expirationForm {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#recordings .bottomContainer .expirationForm #submitExpirationDate {
  margin: 0;
}

#recordingsLoader {
  margin: 20px auto;
  text-align: center;
}

#recordings .expirationForm #RecordingsStbExpirationDate {
  margin-right: 10px;
  height: 32px;
  padding-left: 3px;
}

#recordings .expirationForm #RecordingsStbExpirationDateWrapper {
  margin-right: 5px;
}

#floater-proginfo .actions .update-recording-form {
  text-align: right;
  padding: 10px 0 0;
}

#floater-proginfo .actions .floaterTags {
  margin-bottom: 5px;
}

#floater-proginfo .actions .expirationForm {
  max-width: 350px;
  display: inline-block;
}

#floater-proginfo #expirationHelp {
  max-width: 310px;
  padding-top: 5px;
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}

#floater-proginfo .actions #RecordingsStbExpirationDateFloater {
  float: right;
  padding: 3px;
}

#floater-proginfo .actions #RecordingsStbExpirationDateWrapperFloater {
  float: right;
  margin: 5px 10px 0 0;
}

#floater-proginfo .actions .cancelButtonContainer {
  text-align: right;
  margin-top: 10px;
}

#floater-proginfo .actions .cancelButtonContainer .cancelButton {
  max-width: 120px;
}

#floater-proginfo .npvr_floater .info span.programLength {
  font-weight: bold;
}

#floater-npvr-expiration-change {
  max-width: 650px;
  width: 100%;
}
#floater-npvr-expiration-change .npvrExpirationList {
  text-align: left;
  margin: 10px 5px;
  padding: 0 5px;
}

#floater-npvr-expiration-change th {
  background: #E2E2E2;
  padding: 5px;
}

#floater-npvr-expiration-change td {
  padding: 5px;
}

#floater-npvr-expiration-change .actions {
  background-color: #F4F4F4;
  border-top: 1px solid #D6D6D6;
  padding: 5px;
}

#floater-npvr-expiration-change .actions .button {
  margin-bottom: 10px;
}

#npvrWrapper .ruleRow .recordingCol {
  padding: 5px 5px;
  text-align: center;
}


#npvrWrapper .ruleRow:first-child {
  border-top: 1px solid #ececec;
}

#npvrWrapper .ruleRow {
  background: #F7F7F7;
  border-bottom: 1px solid #B7B7B7;
  align-items: center;
  padding: 5px 0;
}

#NpvrRecordingProfileAddForm .input.text input {
  min-width: 225px;
}

#npvrWrapper .recordingRow input {
  padding-left: 5px;
}

#npvrWrapper .odd {
  background-color: #EAEAEA;
}

#npvrWrapper .even {
  background-color: #FEFEFE;
}

.recordingRow .recordingCol.expired {
  color: #f11c1c;
}

#npvrWrapper .recordingRow.tagRow a {
  color: #e2a000;
}


/* Vods */

#watchlist h2 {
  padding: 5px 0 5px 10px;
  color: #000000;
}

#vods .watchlist-toggle,
#vods .accordion-toggle {
  border: 1px solid #c5c5c5;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#vods .accordion-toggle.open {
  border: none;
}

#watchlist .watchlist-wrapper {
  padding: 0 30px;
  position: relative;
  white-space: nowrap;
}

#watchlist .watchlist-wrapper-inner {
  overflow: hidden;
}

#watchlist .watchlist-wrapper.closed {
  height: 0;
}

#watchlist .watchlist-wrapper.closed .watchlist-wrapper-inner {
  display: none;
}

#watchlist .watchlist-wrapper .arrow {
  visibility: visible;
  position: absolute;
  z-index: 1;
  border: 8px solid transparent;
  top: 80px;
}

#watchlist .watchlist-wrapper .arrow.left {
  border-right-color: black;
  left: 0;
}

#watchlist .watchlist-wrapper.closed .arrow {
  visibility: hidden;
}

#watchlist .watchlist-wrapper .arrow.right {
  border-left-color: black;
  right: 0;
}

#watchlist .watchlist-wrapper .vods {
  -webkit-transition: margin-left .5s ease;
  -moz-transition: margin-left .5s ease;
  transition: margin-left .5s ease;
  margin-left: 0;
  overflow: hidden;
}

#watchlist .watchlist-empty {
  line-height: 170px;
  text-align: center;
  font-size: 20px;
  color: #aaa;
}

ul#vod-provider-selector {
  width: auto;
  list-style-type: none;
  margin: 16px 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#vod-provider-selector li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 8px;
  min-height: 40px;
  border: 2px solid transparent;
}

#vod-provider-selector li.selected {
  border-color: #333;
}

#vod-provider-selector li.selected a {
  color: #000;
}

#vod-provider-selector li.text a {
  font-size: 2.2em;
  color: #7f7f7f;
  text-decoration: none;
}

#vod-provider-selector li.inactive:hover {
  border: 2px solid #333;
}

#vods .filter {
  padding: 0 0 10px;
  display: flex;
  flex-flow: row wrap;
}

#vods .filter,
#vods .vodsList {
  clear: both;
}

#vods .filter .input,
#vods .filter .submit {
  margin-right: 5px;
  vertical-align: top;
}

#vods .filter label {
  font-size: 1em;
}

#vods .filter .input input,
#vods .filter .input select {
  background: white;
  border: 1px solid #aaa;
  line-height: 20px;
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#vods .filter .submit {
  margin-left: 10px;
}

#vods .filter .submit input {
  position: relative;
  top: 10px;
}

#vods .vodsList {
  visibility: hidden;
  margin-bottom: 10px;
  width: auto;
}

#vods .vodsList h2:hover,
#watchlist h2:hover {
  background: #f7f7f7;
  cursor: pointer;
}

#vods .noHiddenVodsList {
  visibility: visible;
}

#vods .vodsList h2 {
  line-height: 30px;
  margin: 0;
  color: #000000;
  padding: 5px 12px;
}

#vods .watchlist-toggle:after,
#vods .accordion-toggle:after,
#vods .shop_category_toggle:after {
  content: "►";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 2px;
  right: 8px;
}

#vods .watchlist-toggle.open:after,
#vods .accordion-toggle.open:after,
#vods .shop_category_services.open .shop_category_toggle:after {
  content: "▼";
}

#vods .accordion-content {
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}

#vods .vodsList .vods {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#vods .vodsList .hideRow {
  height: 0;
}

#vods .vod {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  min-width: 200px;
  max-width: 270px;
  cursor: pointer;
  display: inline-block;
  margin: 8px 6px;
  padding: 5px;
  position: relative;
  vertical-align: top;
  border: 1px solid #b9b9b9;
  background: #333333;
}

#vods .vod:hover {
  background: #000000;
  cursor: pointer;
}

#vods .vod .title {
  font-weight: bold;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 0.875rem;
}

#vods .vod .title a {
  color: #ffffff;
  text-decoration: none;
}

#vods .vodsList .extra {
  display: none;
}

#vods .vod .poster {
  text-align: center;
}

#vods .vod .poster img {
  margin: 0 auto;
}

#vods .vod .extra-info {
  display: block;
  text-align: center;
  padding: 5px 0 10px;
  color: #ffffff;
}

#vods .vod .action[class*=stb-button], .vod .action[class*=watchlist-button] {
  text-align: right;
}

#vods .vod .action[class*=watchlist-button] {
  font-size: 0.9rem;
  padding-top: 10px;
}

#vods .vodsList a,
#watchlist .vods a,
#watchlist .vods p.title {
  color: #ffffff;
}

#vods .vodsList .action a,
#watchlist .vods .action a {
  font-weight: bold;
  font-size: 0.85rem;
}

#vods .vodsList .hideLoading {
  display: none;
  align-self: center;
  margin-right: 20px;
}

#vods .vodsList .more-button {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin: 5px 8px;
}

#vods .provider,
#vods .vod-meta-genre-separator {
  clear: both;
  height: auto;
  margin-top: 1em;
  font-size: 2em;
}

#vods .vod-meta-genre-separator {
  display: block;
}

#vods .sort-options {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

#vods .list-styles .icon, .sort-options .sort-link {
  display: inline-block;
}

#vods .sort-options .sort-link {
  margin-left: 5px;
  background: #333;
  color: white;
  line-height: 20px;
  padding: 1px 4px;
  text-decoration: none;
}

#vods .sort-options .sort-link.selected {
  background: #FFAD00;
  color: #333;
}

#floater-prodinfo .view_vod .floater_content {
  display: flex;
  flex-flow: row wrap;
}

#floater-prodinfo .view_vod .image {
  float: none;

}
#floater-prodinfo .view_vod .image img {
  margin: 0 auto;
  background: #000000;
}

#floater-prodinfo .view_vod .description {
  padding-left: 10px;
}

#floater-prodinfo.shop_floater p {
  clear: none;
  margin: 0;
}

#floater-prodinfo .view_vod .short_desc {
  font-weight: bold;
}

#floater-prodinfo .view_vod .metadata {
  display: flex;
  flex-flow: row wrap;
}

#floater-prodinfo .view_vod .specs {
  min-width: 90px;
  padding-right: 10px;
  vertical-align: top;
  flex: 1 1 0;
}

#floater-prodinfo .view_vod .specs dt {
  font-weight: bold;
}

#floater-prodinfo .view_vod .specs dd {
  margin: 0;
}

#floater-prodinfo .view_vod .action a {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 0;
  line-height: 30px;
  text-decoration: none;
  color: #000000;
}

#floater-prodinfo .view_vod .expire {
  color: red;
  font-weight: bold;
}

#floater-prodinfo .view_vod .action a:hover {
  background: #d8d8d8;
}

#floater-prodinfo .view_vod .footer .action .button {
  padding: 0 5px;
  margin: 2px 10px 0;
}

/* Registration */

#customerRegistration {
  margin-top: 15px;
}

#customerRegistration .registerInfoForm {
  max-width: 800px;
}

#customerRegistration h1 {
  font-weight: bold;
}

#customerRegistration .registerInfoForm > h2 {
  padding: 10px 0 5px 0;
  font-weight: normal;
}

#customerRegistration .registration_cart .shopping_cart {
  width: 100%;
  position: relative;
  top: 0;
  margin-bottom: 20px;
  height: auto;
  cursor: auto !important;
}

#customerRegistration .registration_cart .shopping_cart .menu_box {
  z-index: 3;
  width: 232px;
  cursor: pointer;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown {
  display: block;
  position: relative;
  top: 0;
  margin-left: 0;
  float: none;
  right: auto;
  background: #FFF;
  color: #000;
  box-shadow: none;
  border-color: #CCC;
  border-radius: 5px 5px 0 0;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .popup_header {
  display: none;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .table {
  border: 1px solid #cccccc;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .table .tableRow {
  display: flex;
  flex-flow: row wrap;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .table .tableRow .tableCell {
  padding: 5px;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .shopping_cart_contents {
  padding: 10px;
  width: 100%;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .shopping_cart_contents .target-row {
  color: #DC9700;
  font-size: 15px;
  font-weight: bold;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .shopping_cart_contents .price-row .tableCell:first-child {
  width: 66.8333%;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .shopping_cart_contents .price-row .tableCell.totalPrice {
  text-align: left;
  display: block;
}

#customerRegistration .registration_cart .shopping_cart .shopping_cart_breakdown .shopping_cart_contents .checkout-description {
  padding: 0;
  margin: 0;
}

#customerRegistration .table {
  border: 1px solid #333;
}

#customerRegistration .table .tableHeader {
  margin-bottom: 15px;
  background: #333;
}

#customerRegistration .table .tableHeader h2 {
  color: #F8B000;
  padding: 5px;
}

#customerRegistration .table .tableRow {
  display: flex;
  padding: 5px 5px 5px 25px;
}

#customerRegistration .table .tableRow:last-child {
  padding-bottom: 15px;
}

#customerRegistration .table .tableRow .tableCell.left {
  max-width: 240px;
  width: 100%;
  font-weight: bold;
  padding-right: 20px;
}

#customerRegistration .table.contactInformation .tableRow .tableCell.left {
  max-width: 360px;
}

#customerRegistration .table .tableRow .tableCell.right {
  width: 100%;
}

#customerRegistration .table .tableRow .tableCell input {
  padding-left: 3px;
  max-width: 360px;
  width: 100%;
  font-weight: normal;
}

#customerRegistration .table .tableRow .tableCell.address {
  max-width: 720px;
  width: 100%;
}

#customerRegistration .table .tableRow .tableCell.address input {
  max-width: 100%;
}

.mobileContent .registerInfoForm .table .tableRow .tableCell .help-text,
#customerRegistration .table .tableRow .tableCell .help-text {
  display: block;
  padding-top: 5px;
  font-size: 0.75rem;
  width: 100%;
  font-weight: bold;
  max-width: 350px;
}

#customerRegistration .registerInfoForm .list_table div.actions {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin: 0;
}

#customerRegistration .registerInfoForm .checkbox {
  width: auto !important;
  position: relative;
  display: inline-block;
  padding-right: 0;
  vertical-align: middle;
  margin: 0;
}

#customerRegistration .registerInfoForm .checkboxText {
  vertical-align: bottom;
  padding-left: 3px;
  font-weight: bold;
}

#customerRegistration .registerInfoForm .tableCell .newsletter {
  margin-top: 15px;
}

#customerRegistration .registerInfoForm .registerLabel {
  display: block;
  width: auto;
  text-align: left;
  margin-top: 0;
  padding-right: 20px;
  font-size: 13px;
  font-weight: bold;
  vertical-align: top;
}


#customerRegistration .registerInfoForm .actions {
  text-align: right;
  padding: 0 10px 5px;
}

#floater-login-privacy-policy,
#floater-login-terms-conditions {
  width: 100%;
  left: 0 !important;
}

#paymentSuccess .table-row .checkout-description .tableCell:first-child {
  text-align: center;
  padding-left: 75px;
}

#paymentSuccess .table-row .checkout-description ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0.95rem;
}

#paymentSuccess .table-row .checkout-description ul li {
  text-align: left;
}

/* Footer */

footer {
  background-color: #f4ca00;
  padding: 40px 0;
  text-align: center;
  clear: both;
  margin-top: auto;
}

footer .max-width {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#footer .footer-content {
  max-width: 80rem;
  padding: 12px;
  margin: 0 auto;
  position: relative;
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  line-height: 46px;
}

#footer .footer-content a {
  color: #ffffff;
}

/* Mobile layout overrides */

#paymentMethodParams {
  margin: 15px 0;
}
#paymentMethodParams label {
  font-size: 100%;
  margin-bottom: 10px;
}

.mobileContent .table {
  margin: 15px 0;
}
.mobileContent .tableCell {
  margin-top: 10px;
}
.mobileContent .registerLabel {
  margin-bottom: 10px;
}

.mobileContent #registerSubmitOk {
  display: block;
  float: none;
  box-sizing: border-box;
  width: 100%;
  line-height: 18px;
}

.g-recaptcha {
  text-align: center;
}
.g-recaptcha > div {
  margin: 30px auto;
}


/*
 ___    _   _    ___    _____    ___   __  __              ___    ___     ___     ___     ___
/ __|  | | | |  / __|  |_   _|  / _ \ |  \/  |    o O O   | _ \  /   \   / __|   | __|   / __|
| (__   | |_| |  \__ \    | |   | (_) || |\/| |   o        |  _/  | - |  | (_ |   | _|    \__ \
\___|   \___/   |___/   _|_|_   \___/ |_|__|_|  TS__[O]  _|_|_   |_|_|   \___|   |___|   |___/
_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""| {======|_| """ |_|"""""|_|"""""|_|"""""|_|"""""|
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'./o--000'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'

*/

/* Custom Pages */

#skrollr-body .h1,
#skrollr-body .h2,
#skrollr-body .h3,
#skrollr-body h1,
#skrollr-body h2,
#skrollr-body h3 {
  margin-top: 20px;
  margin-bottom: 14px;
}

#skrollr-body .h4,
#skrollr-body .h5,
#skrollr-body h4,
#skrollr-body h5,
#skrollr-body h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#skrollr-body .h3,
#skrollr-body h3 {
  font-size: 24px;
}

#skrollr-body h2 {
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 1.875rem;
  padding: 0;
  text-align: inherit;
}

#skrollr-body p,
#skrollr-body li {
  font-size: 1rem;
  line-height: 1.6;
}

#skrollr-body .scrollToTop-container {
  max-width: 100%;
  height: 36px;
  width: 100%;
  position: fixed;
  display: none;
  bottom: 2px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  z-index: 9999;
}

#flashmessage {
  display: none;
  padding: 15px 0px 15px 0px;
  text-align: center;
  background-color: #ef3f3f;
  color: #FFFFFF;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}

#skrollr-body .row {
  margin-right: 0;
  margin-left: 0;
}

#skrollr-body .header {
  background-color: #FFB308;
  background-image: linear-gradient(180deg, #F8CC00 0%, #F9B000 80%);
}

#skrollr-body .logo {
  margin-bottom: 20px;
}

#skrollr-body .header-container {
  display: flex;
}

#swiffycontainer {
  float: left;
  margin-top: 20px;
}

#swiffycontainer img {
  max-width: 280px;
}

#skrollr-body a {
  color: #fcae18;
  text-decoration: underline;
}

#skrollr-body a:focus {
  color: #ffffff;
  text-decoration: none;
}

#skrollr-body a:hover {
  text-decoration: none;
}

#skrollr-body .login-form {
  float: right;
  margin: 25px 0 10px;
}

#skrollr-body .header-text {
  margin-left: 0;
  margin-bottom: 2px;
}

#skrollr-body .login-form h4 {
  margin: 0;
  padding-left: 4px;
  font-size: 14px;
  float: left;
  font-weight: 400;
}

#register-box {
  float: right;
  margin-left: 5px;
  margin-top: -2px;
}

#skrollr-body .lost-password a, #skrollr-body #register-box {
  color: #575757;
  text-decoration: underline;
}

#skrollr-body .login-form .form-row {
  overflow: hidden;
  font-size: 0.9rem;
}

#skrollr-body .login-form .form-group,
#skrollr-body .login-form .btn {
  float: left;
  margin: 0 2px 0;
  border: 0;
}

#skrollr-body .login-form .form-group {
  width: 130px;
}

#skrollr-body .form-control {
  border-radius: 0;
}

#skrollr-body .btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 7px 12px 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease 0s, border-color 0.15s ease 0s, color 0.15s ease 0s;
  margin-top: 15px;
}

#skrollr-body .login-form .btn {
  padding: 7px;
  width: 134px;
  font-size: 13px;
  color: #eeac3b;
  background: #000;
  border-radius: 0;
  letter-spacing: 1px;
  min-width: 137px;
  font-weight: 600;
}

#skrollr-body .form-row .checkbox {
  margin: 1px 0 0;
  padding-left: 4px;
  float: left;
  width: 130px;
}

#skrollr-body .form-row .checkbox label {
  color: #575757;
}

#skrollr-body .form-row .lost-password {
  float: left;
  margin: 1px 0 0 5px;
  padding-left: 2px;
  width: 130px;
}

#skrollr-body .navbar {
  max-width: 978px;
  margin: 0 auto;
  background-color: #333;
  border: 0;
  border-radius: 4px 4px 0 0;
  min-height: 46px;
}

#skrollr-body .slide1 {
  margin: 30px auto;
  max-width: 80rem;
  padding: 0 25px;
}

#skrollr-body .slide1 .content {
  margin: 30px auto;
  max-width: 80rem;
  padding: 0 11px;
}

#skrollr-body .margin-bottom {
  margin-bottom: 15px;
}

#skrollr-body .padding-bottom {
  padding-bottom: 15px;
}

#skrollr-body .left-content {
  padding-left: 0;
}

#skrollr-body .left-content p {
  padding-right: 35px;
}

#skrollr-body .section-padding {
  padding-top: 15px;
  padding-bottom: 30px;
}

#skrollr-body .right-content.col-md-6 {
  text-align: center;
  padding-left: 0;
}

#iTv {
  z-index: 3;
  margin: 0 auto;
}

#skrollr-body .add-margin {
  margin-top: 15px;
  margin-bottom: 35px;
  margin-left: 0;
}

#skrollr-body .slide1 .tilaa-container {
  background: #f9af1a;
  margin-top: 5px;
}

#skrollr-body .slide1 .tilaa-container:hover {
  background: #FF9500;
}

#skrollr-body .slide1 .tilaa-container .tilaa {
  color: white;
}

#skrollr-body .tilaa-container {
  background: #000000;
  text-align: center;
  margin-top: 15px;
  max-width: 190px;
  width: 100%;
}

#skrollr-body .tilaa-container a {
  cursor: pointer;
}

#skrollr-body .tilaa {
  padding: 10px 0;
  display: block;
  color: #eeac3b;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

#skrollr-body .slideButton {
  padding: 10px 0;
  display: block;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

#skrollr-body .vapaat-kanavat {
  margin-left: 20px;
  font-size: 1em;
  padding-top: 10px;
}

#skrollr-body .slide1 .text-margin-top {
  margin: 30px auto;
  max-width: 1008px;
  padding-left: 15px;
}

#skrollr-body .slide1 .center {
  margin-top: 20px;
  justify-content: center;
}

#box1, #box2, #box3 {
  border-right: 2px dotted rgba(0,0,0,0.3);
}

#box1, #box2, #box3, #box4 {
  padding-right: 15px;
  padding-left: 15px;
}

#skrollr-body .box-image-first {
  background-image: url(https://static-mc.maxivision.fi/img/first-box-black.png);
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 83%;
  margin: 20px auto 0px auto;
}

#skrollr-body .box p {
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

#skrollr-body .box a {
  text-decoration: none;
}

#skrollr-body .box-image-third {
  background-image: url(https://static-mc.maxivision.fi/img/rec-box-black.png);
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 83%;
  margin: 20px auto 0px auto;
  padding-top: 11px;
}

#skrollr-body .box-image-fourth {
  background-image: url(https://static-mc.maxivision.fi/img/tablet-black.png);
  height: 75px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 83%;
  margin: 20px auto 0px auto;
  padding-top: 9px;
}

#slide2 {
  background: rgba(255,179,8,1);
  background: -moz-linear-gradient(top, rgba(255,179,8,1) 0%, rgba(255,179,8,1) 25%, rgba(255,214,33,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,179,8,1)), color-stop(25%, rgba(255,179,8,1)), color-stop(100%, rgba(255,214,33,1)));
  background: -webkit-linear-gradient(top, rgba(255,179,8,1) 0%, rgba(255,179,8,1) 25%, rgba(255,214,33,1) 100%);
  background: -o-linear-gradient(top, rgba(255,179,8,1) 0%, rgba(255,179,8,1) 25%, rgba(255,214,33,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,179,8,1) 0%, rgba(255,179,8,1) 25%, rgba(255,214,33,1) 100%);
  background: linear-gradient(to bottom, rgba(255,179,8,1) 0%, rgba(255,179,8,1) 25%, rgba(255,214,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb308', endColorstr='#ffd621', GradientType=0 );
}

#skrollr-body .slide2 {
  margin: 30px auto;
  max-width: 1008px;
}

#slide2 .tutustu-container {
  background-color: #fcae18;
  margin: 20px auto 30px auto;
  max-width: 300px;
}

#slide2 .tutustu-container:hover {
  background: #FF9500;
}

#slide2 .tilaa {
  color: white;
}

.center {
  text-align: center;
}

#skrollr-body .text-container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

#skrollr-body .slide2 .text-container {
  width: 72%;
  margin-bottom: 10px;
}

#skrollr-body .three-displays img {
  margin: 0 auto;
}

#slide3 {
  padding: 0;
  background-color: #fff;
}

#slide3 .slide3 {
  overflow: hidden;
  margin-top: 30px;
}

#slide3 .slide3 p {
  margin-bottom: 3px;
}

#slide3 .tilaa-container,
#viihdeboksi-1 .tilaa-container {
  background-color: #fcae18;
  margin: 20px auto 30px auto;
}

#slide3 .tilaa-container:hover,
#viihdeboksi-1 .tilaa-container:hover {
  background: #FF9500;
}

#slide3 .tilaa,
#viihdeboksi-1 .tilaa {
  color: white;
}

#slide4 {
  background: rgba(168,223,228,1);
  background: -moz-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(168,223,228,1) 75%, rgba(199,240,243,1) 89%, rgba(223,253,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168,223,228,1)), color-stop(75%, rgba(168,223,228,1)), color-stop(89%, rgba(199,240,243,1)), color-stop(100%, rgba(223,253,255,1)));
  background: -webkit-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(168,223,228,1) 75%, rgba(199,240,243,1) 89%, rgba(223,253,255,1) 100%);
  background: -o-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(168,223,228,1) 75%, rgba(199,240,243,1) 89%, rgba(223,253,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(168,223,228,1) 75%, rgba(199,240,243,1) 89%, rgba(223,253,255,1) 100%);
  background: linear-gradient(to bottom, rgba(168,223,228,1) 0%, rgba(168,223,228,1) 75%, rgba(199,240,243,1) 89%, rgba(223,253,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dfe4', endColorstr='#dffdff', GradientType=0 );
}

#skrollr-body .slide4,
#skrollr-body .slide4-5 {
  margin-top: 30px;
}

#skrollr-body .tilaa:hover {
  color: #ffffff;
}

#slide4 .slide3 .row {
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

#skrollr-body #slide4 .slide3 .row a.tilaa {
  color: #ffffff;
}

#slide4 .slide3 .row .col-md-4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#slide4 .slide3 .row .link {
  font-size: 1.50em;
  width: 100%;
  font-weight: bold;
  align-self: flex-end;
}

#slide4 .text-container {
  width: 72%;
  max-width: 1008px;
}

#slide4 h2,
#slide4-5 h2 {
  margin-bottom: 20px;
}

#slide4 .tilaa-container,
#slide4-5 .tilaa-container {
  background-color: #fcae18;
  margin: 20px auto 20px auto;
}

#slide4 .tilaa-container:hover,
#slide4-5 .tilaa-container:hover {
  background: #FF9500;
}

#slide4 .tilaa,
#slide4-5 .tilaa {
  color: white;
}

#video-player {
  margin: 0 auto;
}

#rec-tv {
  background-image: url(https://static-mc.maxivision.fi/img/rec-tv.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1042px;
  margin: 0 auto;
  position: relative;
}

#slide4-5 .text-container {
  width: 64%;
  margin-bottom: 40px;
}

#rec-button {
  width: 100%;
  height: 100%;
  position: absolute;
}

#rec-button img {
  max-height: 166px;
  height: 100%;
  margin: auto;
  position: relative;
  top: 44%;
  transform: translateY(-50%);
}

#skrollr-body video {
  max-width: 801px;
  width: 77%;
  margin-left: 10.4%;
  margin-bottom: 10.4%;
  margin-top: 1.8%;
}

#skrollr-body .app-container {
  text-align: center;
  margin-bottom: 40px;
}

#slide5, #julkinen-3 {
  background: rgba(252,177,24,1);
  background: -moz-linear-gradient(top, rgba(252,177,24,1) 0%, rgba(248,202,30,1) 89%, rgba(247,205,31,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,177,24,1)), color-stop(89%, rgba(248,202,30,1)), color-stop(100%, rgba(247,205,31,1)));
  background: -webkit-linear-gradient(top, rgba(252,177,24,1) 0%, rgba(248,202,30,1) 89%, rgba(247,205,31,1) 100%);
  background: -o-linear-gradient(top, rgba(252,177,24,1) 0%, rgba(248,202,30,1) 89%, rgba(247,205,31,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,177,24,1) 0%, rgba(248,202,30,1) 89%, rgba(247,205,31,1) 100%);
  background: linear-gradient(to bottom, rgba(252,177,24,1) 0%, rgba(248,202,30,1) 89%, rgba(247,205,31,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb118', endColorstr='#f7cd1f', GradientType=0 );
}

#slide5 .slide5 {
  margin: 50px auto;
  max-width: 1008px;
}

#skrollr-body .container-fluid.multiple-campaigns h2 {
  width: 100%;
}

#skrollr-body .padding-left-zero {
  padding-left: 0;
}

#slide5 .left-text ul {
  padding: 0 16px;
  margin-bottom: 30px;
}

#slide5 .left-text li {
  line-height: 1.6;
  font-size: 1rem;
  list-style: none;
  position: relative;
  word-break: break-word;
}

#slide5 .left-text li:before {
  content: '-';
  font-size: 1rem;
  position: absolute;
  left: -15px;
  top: -3px;
  display: block;
  list-style: none;
}

#slide5 .stb-order-image {
  max-width: 155px;
  width: 100%;
  margin-bottom: 15px;
}

#skrollr-body .order-options.two-boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#skrollr-body  .option-viihde1 {
  display: flex;
  flex-grow: 1;
}

#skrollr-body .order-options .shadow-box {
  background-color: #fff;
  box-shadow: 5px 5px 1px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
  padding: 40px 30px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}

#skrollr-body .shadow-box.fill-height {
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  padding: 40px 30px 20px;
}

#skrollr-body .order-options .option-viihde1 .shadow-box::before {
  border-top-color: #000;
}

#skrollr-body .order-options .shadow-box::before {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#skrollr-body .order-options .option-viihde1 h2,
#skrollr-body .order-options .option-viihde1 p {
  color: #000;
  word-break: break-word;
}

#skrollr-body .order-options .price {
  color: inherit;
  font-family: inherit;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 0;
}

#skrollr-body .order-options ul {
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  display: block;
  margin: 15px 0 30px;
  padding: 15px 0;
}

#skrollr-body .order-options  li.checked {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%232ebd59%22%3E%3Cpath%20d%3D%22M13.613%2027.068l-7.941-7.279q-0.284-0.268-0.441-0.614t-0.173-0.701%200.11-0.709%200.394-0.638q0.52-0.583%201.3-0.614t1.363%200.488l6.129%205.625%208.792-17q0.362-0.693%201.103-0.93t1.434%200.118%200.93%201.103-0.126%201.442l-9.926%2019.191q-0.205%200.394-0.559%200.654t-0.78%200.339q-0.063%200.016-0.118%200.024t-0.11%200.008-0.102%200q-0.741%200-1.276-0.504z%22%3E%3C/path%3E%3C/svg%3E") no-repeat scroll left 1px / 18px auto;
}

#skrollr-body .order-options li.checked {
  color: #2e2f33;
}

#skrollr-body .order-options li {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%23c1c3c6%22%3E%3Cpath%20d%3D%22M13.613%2027.068l-7.941-7.279q-0.284-0.268-0.441-0.614t-0.173-0.701%200.11-0.709%200.394-0.638q0.52-0.583%201.3-0.614t1.363%200.488l6.129%205.625%208.792-17q0.362-0.693%201.103-0.93t1.434%200.118%200.93%201.103-0.126%201.442l-9.926%2019.191q-0.205%200.394-0.559%200.654t-0.78%200.339q-0.063%200.016-0.118%200.024t-0.11%200.008-0.102%200q-0.741%200-1.276-0.504z%22%3E%3C/path%3E%3C/svg%3E") no-repeat scroll left 1px / 18px auto;
  color: #c1c3c6;
  font-size: 1em;
  list-style: outside none none;
  margin-bottom: 0.8em;
  margin-left: 0;
  padding-left: 3em;
}

.responsive-image {
  max-width: 100%;
  height: auto;
  display: block;
}

#skrollr-body .order-options .option-viihde1 .btn-halo {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

#skrollr-body .order-options .btn {
  display: block;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 275px;
}

#skrollr-body .footer {
  background-color: #f4ca00;
  padding: 40px 0;
  text-align: center;
  margin-top:auto;
}

#skrollr-body .max-width {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

#footer-text {
  margin-top: 20px;
}

#footer-text p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
  font-weight: 500;
}

#footer-text a {
  color: #cf5300;
}

#viihdeboksi-1 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

#viihdeboksi-1 .col-sm-5 {
  justify-content: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#viihdeboksi-1 .tilaa-container {
  margin: 20px 0 30px 0;
}

#television-2 {
  max-height: 320px;
}

#television-2 img {
  margin: 0 auto;
}

#viihdeboksi-2 .max-width,
#viihdeboksi-3,
#viihdeboksi-4 .max-width {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

#viihdeboksi-3 {
  color: #000;
  position: relative;
}

#viihdeboksi-3, #talo-2 {
  background: rgba(252,175,17,1);
  background: -moz-linear-gradient(top, rgba(252,175,17,1) 0%, rgba(242,204,33,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,175,17,1)), color-stop(100%, rgba(242,204,33,1)));
  background: -webkit-linear-gradient(top, rgba(252,175,17,1) 0%, rgba(242,204,33,1) 100%);
  background: -o-linear-gradient(top, rgba(252,175,17,1) 0%, rgba(242,204,33,1) 100%);
  background: -ms-linear-gradient(top, rgba(252,175,17,1) 0%, rgba(242,204,33,1) 100%);
  background: linear-gradient(to bottom, rgba(252,175,17,1) 0%, rgba(242,204,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcaf11', endColorstr='#f2cc21', GradientType=0 );
}

#viihdeboksi-3 h3 {
  color: #fff;
}

#viihdeboksi-3 .vapaat-kanavat {
  margin-left: 0;
}

#skrollr-body .section-box {
  width: 90%;
  max-width: 845px;
  border: 3px solid #FFB308;
  padding: 20px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

#viihdeboksi-3 .section-box {
  width: 100%;
  background-color: #fff;
  border: 3px solid #fbad15;
  margin-top: 2em;
  margin-bottom: 2em;
}

#viihdeboksi-3 .section-box h4 {
  font-weight: 700;
  font-size: 16px;
}

#skrollr-body .section-box h4 {
  font-weight: 600;
  max-width: 595px;
  line-height: 1.4;
  margin: 0 auto;
}

#viihdeboksi-3 .section-box h4 {
  font-weight: 700;
  font-size: 16px;
}

#viihdeboksi-3 .section-box span {
  color: #fbad15;
  display: block;
}

#viihdeboksi-3 .info-text {
  font-size: 1em;
  margin-left: 0;
  text-align: center;
}

#viihdeboksi-4 {
  background: rgba(194,238,241,1);
  background: -moz-linear-gradient(top, rgba(194,238,241,1) 0%, rgba(223,253,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(194,238,241,1)), color-stop(100%, rgba(223,253,255,1)));
  background: -webkit-linear-gradient(top, rgba(194,238,241,1) 0%, rgba(223,253,255,1) 100%);
  background: -o-linear-gradient(top, rgba(194,238,241,1) 0%, rgba(223,253,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(194,238,241,1) 0%, rgba(223,253,255,1) 100%);
  background: linear-gradient(to bottom, rgba(194,238,241,1) 0%, rgba(223,253,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2eef1', endColorstr='#dffdff', GradientType=0 );
}

#viihdeboksi-4 h3 {
  margin-left: 15px;
}

#viihdeboksi-4 h3 {
  margin-left: 15px;
}

#skrollr-body .viihdeboksi-text {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#viihdeboksi-4 h4 {
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

#talo-1 .row ul,
#viihdeboksi-4 ul,
#viihdeboksi-5 ul,
#talo-2 ul,
#talo-5 ul,
#kanava-2 ul,
.package-text ul,
#kanava-3 ul {
  padding-left: 18px;
  list-style: none;
}

#talo-1 li,
#talo-3 li,
#viihdeboksi-4 li,
#viihdeboksi-5 li,
#talo-2 li,
#talo-5 li,
#kanava-2 li,
.package-text li,
#kanava-3 li {
  text-indent: -5px;
}

.package-text li:before,
#talo-1 li:before,
#talo-3 li:before,
#viihdeboksi-4 li:before,
#viihdeboksi-5 li:before,
#talo-2 li:before,
#talo-5 li:before,
#kanava-2 li:before,
#kanava-3 li:before {
  content: '-';
  font-size: 1rem;
  position: relative;
  left: -12px;
  top: -1px;
  display: inline;
  list-style: none;
}

#instruction-image {
  width: 100%;
  margin-bottom: 4rem;
  margin-top: 1rem;
}

#skrollr-body #special {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}

#skrollr-body .tv-content-large {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}

#skrollr-body .tv-content-large div {
  background-color: #fcae18;
  text-align: center;
  color: #fff;
  padding: 20px 15px;
  height: 100%;
}

#skrollr-body .tv-content-large h4 {
  font-weight: 700;
}

#skrollr-body .tv-content a {
  color: #000000;
}

#skrollr-body .tv-content a:link,
#skrollr-body .tv-content-large a:link {
  color: #000000;
  text-decoration: none;
}

#skrollr-body .tv-content a:hover,
#skrollr-body .tv-content-large a:hover {
  color: #ffffff;
  text-decoration: none;
}

#skrollr-body .row-margin {
  margin-bottom: 40px;
}

#skrollr-body .tv-content {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 10px;
}

#skrollr-body .tv-content div {
  background-color: #fcae18;
  color: #fff;
  padding: 15px;
  text-align: center;
}

#skrollr-body .tv-content h4 {
  margin: 0 auto;
  font-weight: 700;
}

#skrollr-body .channel-logo-container {
  overflow: hidden;
  padding-bottom: 40px !important;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-flow: row wrap;
}

#skrollr-body .channel-logo {
  text-align: center;
  align-self: center;
  flex-grow: 1;
  padding: 30px 10px;
  max-width: 400px;
}

#skrollr-body .channel-logo img {
  margin: 0 auto;
}

#f1 {
  background-image: url(https://static-mc.maxivision.fi/img/CMoreSport_F1.jpg);
}

#skrollr-body .kanava-image {
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  background-size: cover;
  min-height: 450px;
}

#skrollr-body .kanava-image img {
  margin-top: 20px;
  margin-left: 20px;
}

#skrollr-body .kanava-text {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 20px;
  margin: 0;
  text-shadow: 0 0 13px rgba(0, 0, 0, 1);
}

#skrollr-body .color-up {
  background: rgba(168,223,228,1);
  background: -moz-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168,223,228,1)), color-stop(100%, rgba(221,252,254,1)));
  background: -webkit-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -o-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -ms-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: linear-gradient(to bottom, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dfe4', endColorstr='#ddfcfe', GradientType=0 );
}

#skrollr-body .package-container.row {
  display: flex;
  flex-wrap: wrap;
}

#mtv {
  background-image: url(https://static-mc.maxivision.fi/img/solsidan.jpg);
}

#kanava-2 .section-padding,
#kanava-3 .section-padding {
  padding-top: 25px;
  margin-bottom: 0;
}

#kanava-2 .text-container p,
#kanava-2 .text-container ul,
#kanava-2 .text-container h3,
#kanava-2 .text-container h4 {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

#kanava-2 ul, #kanava-3 ul {
  margin-bottom: 30px;
}

#kanava-2 h4, #kanava-3 h4 {
  margin-top: 30px;
}

#skrollr-body li {
  margin-bottom: 3px;
}

#skrollr-body h4 {
  font-weight: 700;
}

#skrollr-body .padding-zero {
  padding-left: 0;
  padding-right: 0;
}

#skrollr-body .color-left {
  background: rgba(168,223,228,1);
  background: -moz-linear-gradient(left, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(168,223,228,1)), color-stop(100%, rgba(221,252,254,1)));
  background: -webkit-linear-gradient(left, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -o-linear-gradient(left, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -ms-linear-gradient(left, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: linear-gradient(to right, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dfe4', endColorstr='#ddfcfe', GradientType=1 );
  justify-content: center;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#skrollr-body .color-right,
#skrollr-body .color-right-white {
  justify-content: center;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#julkinen-2, #skrollr-body .color-right {
  background: rgba(221,252,254,1);
  background: -moz-linear-gradient(left, rgba(221,252,254,1) 0%, rgba(168,223,228,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(221,252,254,1)), color-stop(100%, rgba(168,223,228,1)));
  background: -webkit-linear-gradient(left, rgba(221,252,254,1) 0%, rgba(168,223,228,1) 100%);
  background: -o-linear-gradient(left, rgba(221,252,254,1) 0%, rgba(168,223,228,1) 100%);
  background: -ms-linear-gradient(left, rgba(221,252,254,1) 0%, rgba(168,223,228,1) 100%);
  background: linear-gradient(to right, rgba(221,252,254,1) 0%, rgba(168,223,228,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddfcfe', endColorstr='#a8dfe4', GradientType=1 );
}

#skrollr-body .color-left .package-text,
#skrollr-body .color-left-white .package-text {
  max-width: 490px;
  float: right;
  padding: 30px 50px 30px 15px;
}

#skrollr-body .channel-logo2 {
  padding: 10px;
}

#viasat {
  background-image: url(https://static-mc.maxivision.fi/img/Vsport_Bundesliga.jpg);
}

#skrollr-body .color-white-first {
  background: rgba(242,242,242,1);
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,242,1)), color-stop(32%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%, rgba(255,255,255,1) 32%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0 );
}

#skrollr-body .color-right .package-text,
#skrollr-body .color-right-white .package-text {
  max-width: 504px;
  float: left;
  padding: 20px 30px 20px 10%;
}

#skrollr-body .small-text {
  font-size: 1em;
}

#viasatviihde {
  background-image: url(https://static-mc.maxivision.fi/img/VseriesFilm_happyfeet2.jpg);
}

#skrollr-body .color-left-white {
  justify-content: center;
  align-items: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

#futis {
  background-image: url(https://static-mc.maxivision.fi/img/VsportJalkapallo_Ligue1_PSG.jpg);
}

#skrollr-body .left-image .kanava-image {
  margin-left: auto;
  position: relative;
}

#nhl {
  background-image: url(https://static-mc.maxivision.fi/img/VsportJaakiekko_NHL.jpg);
}

#golf {
  background-image: url(https://static-mc.maxivision.fi/img/VsportGolf_EuropeanTour.jpg);
}

#kanava-4 {
  background: rgba(255,150,0,1);
  background: -moz-linear-gradient(top, rgba(255,150,0,1) 0%, rgba(246,177,22,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,150,0,1)), color-stop(100%, rgba(246,177,22,1)));
  background: -webkit-linear-gradient(top, rgba(255,150,0,1) 0%, rgba(246,177,22,1) 100%);
  background: -o-linear-gradient(top, rgba(255,150,0,1) 0%, rgba(246,177,22,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,150,0,1) 0%, rgba(246,177,22,1) 100%);
  background: linear-gradient(to bottom, rgba(255,150,0,1) 0%, rgba(246,177,22,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9600', endColorstr='#f6b116', GradientType=0 );
}

#kanava-4 h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

#kanava-4 .row .oma-kanava-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}


#skrollr-body .color-up {
  background: rgba(168,223,228,1);
  background: -moz-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(168,223,228,1)), color-stop(100%, rgba(221,252,254,1)));
  background: -webkit-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -o-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: -ms-linear-gradient(top, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  background: linear-gradient(to bottom, rgba(168,223,228,1) 0%, rgba(221,252,254,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8dfe4', endColorstr='#ddfcfe', GradientType=0 );
}

#skrollr-body .oma-kanava {
  width: 100%;
  max-width: 320px;
  margin-bottom: 25px;
}

#skrollr-body .oma-kanava h4 {
  color: #fff;
}

#skrollr-body .oma-kanava ul {
  list-style-type: none;
  font-weight: bold;
  padding: 0;
}

#toto {
  background-image: url(https://static-mc.maxivision.fi/img/3_kanavat_TotoTV-Raviurheilua.jpg);
}

#kanava-6 .package-container h3 {
  margin-bottom: 30px;
  margin-left: 12px;
}

#kanava-6 .package-container .single-channels-container {
  display: flex;
  flex-flow: row wrap;
}

#kanava-6 .package-container .single-channels-container .oma-kanava-col2:first-child {
  padding-bottom: 20px;
}

#kanava-6 .package-container .single-channels-container .channels {
  display: flex;
  flex-grow: 1;
  flex-flow: row wrap;
}

#skrollr-body .oma-kanava-col2 {
  max-width: 270px;
  padding: 0 15px;
  flex-grow: 1;
}

#skrollr-body .empty-space-top {
  padding-top: 35px;
}

#kanava-6 .package-container.row {
  display: block;
  flex-wrap: unset;
}

#mobiili {
  background-image: url(https://static-mc.maxivision.fi/img/mobile-small.png);
}

#kanava-7 .package-container .package-text .store-buttons a img {
  margin-top: 10px;
}

#skrollr-body .content-row {
  margin-top: 40px;
}

#skrollr-body .campaign-padding {
  background-color: #DDDDDD;
  padding: 15px;
  min-height: 300px;
  display: flex;
}

#skrollr-body .campaign-padding .row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

#skrollr-body .campaign-title {
  font-weight: bold;
  padding-left: 15px;
  margin: 0 0 14px;
}

#skrollr-body .campaign-text {
  margin: 0;
  padding-left: 15px;
  font-size: 1em;
}

#skrollr-body .image-container {
  text-align: center;
  margin: 0;
}

#skrollr-body .content-row .image-container img {
  max-height: 150px;
  max-width: 150px;
  margin: 20px auto;
}

#skrollr-body .small-text {
  font-size: 12px;
}

#skrollr-body .campaign-row .text-container p {
  font-weight: bold;
  text-align: left;
}

#skrollr-body .footer-row {
  margin-top: 40px;
  margin-bottom: 20px;
}

#skrollr-body .footer-row .btn:hover {
  background: #363636;
  color: #eeac3b;
}

#skrollr-body .big-btn {
  font-size: 1.5em;
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
}

#skrollr-body .yellow-bg {
  background-color: #FFB000;
}

#julkinen-1.max-width {
  margin-top: 20px;
  margin-bottom: 70px;
}

#julkinen-1 .text-container {
  margin-bottom: 20px;
}

#julkinen-1 h2 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

#julkinen-1 .image-container img {
  margin: 0 auto;
}

#skrollr-body .image-description {
  margin: 20px 0 40px;
}

#skrollr-body .image-description p {
  margin: 0;
}

#skrollr-body .package-images {
  max-width: 504px;
  padding: 20px 10%;
}

#euro {
  background-image: url(https://static-mc.maxivision.fi/img/3_kanavat_eurosport-makihyppy.jpg);
}

#julkinen-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

#skrollr-body .panel {
  max-width: 573px;
  overflow: hidden;
  background-color: rgba(0,0,0,0);
  border: 0 solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0);
  box-shadow: 0 1px 1px rgba(0,0,0,0);
  margin-bottom: 0;
}

#julkinen-3 .panel,
#talo-4 .panel {
  max-width: 632px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

#julkinen-3 .panel h3 {
  font-weight: 400;
  font-size: 1.6em;
  text-align: left;
  padding-bottom: 5px;
  color: #000;
}

#skrollr-body #slide4 .slide3 .row a {
  color: #337ab7;
  text-decoration: none;
}

#skrollr-body #slide4 .slide3 .row a:focus,
#skrollr-body #slide4 .slide3 .row a:hover {
  color: #23527c;
  text-decoration: underline;
}

#skrollr-body #slide5 .row h4 {
  font-weight: normal;
  font-size: 18px;
}

#skrollr-body .slide5 .landingpage-footer-logo {
  margin-top: 50px;
}

#skrollr-body .slide5 .col-md-12 {
  padding-left: 0;
  margin-bottom: 30px;
}

#skrollr-body .slide5 .col-md-12 p {
  font-size: .9em;
  margin-bottom: 0;
}

#skrollr-body .slide5 .col-md-12 a {
  color: #cf5300;
}

#skrollr-body .slide5 .col-md-12 a:hover {
  color: #cf7100;
  text-decoration: none;
}

#skrollr-body .tilaa-container.campaigns {
  background: #fcae18;
  margin: 20px auto 20px auto;
  max-width: 300px;
}

#skrollr-body .tilaa-container.campaigns .order-btn {
  padding: 10px 0;
  display: block;
  color: #ffffff;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

#skrollr-body .tilaa-container.campaigns:hover {
  background: #FF9500;
}

#cookieBanner {
  display: none;
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: rgba(43, 43, 43, 0.95);
  z-index: 9999999999;
}

#cookieBanner .cookieContainer {
  padding: 15px 5px;
}

#cookieBanner .cookieContainer span {
  font-weight: bold;
  padding: 10px 0;
  color: #ffffff;
  display: inline-block;
}

#cookieBanner .cookieContainer span.confirmCookie {
  padding: 10px 0;
}

#cookieBanner a {
  color: #F8B000;
}

#cookieBanner .btn {
  background: #000000;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  margin-left: 10px;
  width: 70px;
}

/* Cookie Consent Banner Styles */
#cookie-consent-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cookie-consent-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.cookie-consent-banner {
  position: absolute;
  width: 600px;
  max-width: 100%;
  max-height: 97%;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background: #f4f4f4;
  overflow-y: scroll;
  padding: 20px 20px 0 20px;
  font-size: 15px;
  color: #000;
  white-space: normal;
  text-align: left;
  line-height: normal;
}

.cookie-consent-content-container {
  margin-bottom: 30px;
  padding: 12px;
}

.cookie-consent-content ol {
  padding: 5px 0 25px 15px;
}

.cookie-consent-content ol li p {
  margin-bottom: -15px;
}

.cookie-consent-head {
  font-size: 1.8em !important;
  font-weight: 500 !important;
  padding: 5px 0 0 0;
  font-family: Montserrat,Helvetica Neue,Arial,sans-serif !important;
}

#cookie-consent-banner p {
  line-height: 1.1;
  font-size: 1em !important;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif !important;
}

.cookie-declaration {
  padding: 40px;
  width: 100%;
}

.cookie-about-headline {
  display: block;
  font-size: 1.8em;
  line-height: 1.2em !important;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 0px;
  font-family: Montserrat,Helvetica Neue,Arial,sans-serif;
}

.cookie-declaration-custom p, .cookie-declaration-custom h2 {
  margin-bottom: 1em;
  margin-top: 0;
}

.cookie-declaration-custom h2 {
  font-family: Montserrat,Helvetica Neue,Arial,sans-serif;
  font-weight: 600;
  font-size: 25px;
  padding: 0;
}

.cookie-declaration .cookie-about-maintext {
  white-space: normal !important;
}

.link-with-icon::after {
  content: "\f35d"; /* Unicode for the external link icon */
  font-family: "Font Awesome 5 Free";
  margin: 0 3px 0 5px;
  font-size: 0.8em;
}

.cookie-about-maintext {
  line-height: 1.1 !important;
  font-size: 1em;
  font-weight: 400;
  white-space: pre-line !important;
}

.top-column-bold-text {
  font-weight: 700;
  display: block;
  margin: 10px 0;
}

.top-column-website-domains {
  display: block;
}

.cookie-consent-about-footer {
  background: #FFFFFF;
  padding: 30px 40px;
  position: sticky;
  position: -webkit-sticky;
  top: -18px;
  bottom: 0;
  z-index: 5000;
  margin: 0 -20px 0 -20px;
}

.cookie-consent-about-button-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.cookie-consent-about-button-group:first-child {
  margin-left: 0px;
}

.cookie-consent-banner-accept, .cookie-consent-banner-lastpage {
  color: #222;
  padding: 15px;
  text-align: center !important;
  cursor: pointer;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  max-width: 50%;
  margin: 10px;
  background: none;
  transition: all 300ms ease;
  font-weight: bold;
  text-transform: uppercase;
  flex: 1;
}

.cookie-consent-banner-lastpage {
  border: solid 1px #888888;
  background: #f6f6f6;
}

.cookie-consent-banner-accept {
  background: #FCD42D;
  color: #000;
  text-decoration: none;
}

.cookie-declaration-purpose-list {
  padding: 0;
  list-style-position: inside;
}

.cookie-consent-banner a:not([disabled]) {
  text-decoration: underline;
  color: #330D69;
  font-weight: 600;
  cursor: pointer;
}

.cookie-consent-banner a[target="_blank"] {
  text-decoration: underline !important;
}

.cookie-consent-options {
  position: sticky;
  position: -webkit-sticky;
  z-index: 5000;
  margin: 30px -20px 0 -20px;
  background-color: #fff;
  border-radius: inherit;
  padding-top: 30px;
  top: 0;
  bottom: 0;
}

.cookie-consent-btn {
  color: #000 !important;
  height: 50px;
  border-radius: 10px;
  font-size: 16px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Roboto,Helvetica Neue,Arial,sans-serif;
}

#accept-all-cookies {
  width: 40%;
  margin-left: 30px;
  background-color: #fcd42e !important;
}

#cookies-preferences-choices, #save-cookie-preferences {
  width: 40%;
  margin-left: 30px;
  background-color: #f6f6f6 !important;
  border: 1px solid #aaa;
}

#toggle-info {
  display: block;
  margin-left: 230px;
  margin-top: 20px;
  color: #000;
  padding-bottom: 25px;
  cursor: pointer;
}

.cookie-consent-info {
  border-bottom: solid 1px #CCC;
  padding: 25px;
  margin: 0px -18px 0px -20px;
}

.cookie-consent-info-item {
  display: flex;
  align-items: baseline;
  /* margin-bottom: 20px; */
}

.cookie-consent-info-item i {
  cursor: pointer;
}

.cookie-consent-info-item h3 {
  width: 30%;
  font-size: 15px;
  cursor: pointer;
}

.cookie-consent-info-item p {
  width: 72%;
}

.cookie-consent-info-item .arrow-icon {
  margin-right: 8px;
  transition: transform 0.3s ease;
}

.cookie-consent-info-item .arrow-icon.open {
  transform: rotate(90deg);
}

.cookie-consent-info .cookie-details {
  color: #666666;
  padding: 20px 0;

}

.cookie-consent-info .cookie-details .key{
  min-width: 170px;
  max-width: 152px;
  font-weight: bold;
  vertical-align: top;
}

.cookie-consent-content a.learn-more {
  color: #330D69;
  font-weight: 600;
  cursor: pointer;
}

.hidden {
  display: none;
}

.cookie-preference-section {
  display: none;
  flex-direction: column;
  gap: 45px;
  padding: 0 40px;
  flex-flow: wrap;
  justify-content: space-between;
}

.cookie-preference-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: solid 1px #ccc;
  padding: 20px 18px 20px 0;
}

.cookie-preference-item:last-child {
    border-right: 0;
}

.cookie-preference-item p {
  font-size: 15px !important;
  font-weight: bold !important;
}

/* The switch - the box around the slider */
.switch {
  width: 60px;
  height: 34px;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: relative;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #888888;
  -webkit-transition: .4s;
  transition: .4s;
  width: 65px;
  height: 40px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.cookie-preference-section input:checked + .slider {
  background-color: #fcd42d;
}

.cookie-preference-section input:focus + .slider {
  box-shadow: 0 0 1px #fcd42e;
}

.cookie-preference-section input:disabled + .slider {
  opacity: .2;
}

.cookie-preference-section input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders in cookies banner */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#cookie-banner-renew {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  z-index: 99999999999;
  padding: 10px;
  border: 0;
  cursor: pointer;
  border-top-right-radius: 50%;
  transform: scale(.7);
  transform-origin: bottom left;
  transition: all .3s ease;
}

/* customized program info */
.program-info-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  background: 0;
  border: 0;
  color: #faf7f4;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  padding: 30px;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
}

.program-info-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

#program-info {
  border-radius: 8px;
  max-height: 100%;
  min-width: 300px;
  max-width: 890px;
  overflow: auto;
  position: relative;
  width: 100%;
  padding: 0!important;
  height: auto;
}

.program-info-container {
  float: left;
  overflow: auto;
  width: 100%;
  position: relative;
}

#information-header {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  background-color: #ef3f3f;
  color: #FFFFFF;
  padding: 5px;
  box-sizing: border-box;
  z-index: 999;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

#floater-notice {
  background-color: #ef3f3f;
  color: #FFFFFF;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  border: 2px solid #e54e4e;
  z-index: 999;
}

.program-info-container .popup-close-icon {
  padding-right: 10px;
  padding-top: 10px;
}

.channel-logo-and-close {
  display: flex;
  justify-content: right;
}

.channel-logo-and-close img {
  position: fixed;
  z-index: 10;
  margin-top: 32px;
  margin-right: 32px;
}

.channel-logo-and-close a {
  position: fixed;
  z-index: 10;
}

.program-info-image-box {
  overflow: hidden;
  float: left;
  position: relative;
  width: 100%;
}

.program-info-image-box img {
  width: 100%;
  position: relative;
  float: left;
}

.img-overlay-full {
  background: linear-gradient(36deg,rgba(30,9,23,.9) 25%,transparent 75%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.program-info-meta {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background: linear-gradient(180deg,transparent 0,#30327a 150px,#154b51);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -150px;
  position: relative;
  width: 100%;
  float: left;
  padding-top: 120px;
}

.program-meta {
  padding: 20px;
  width: 100%;
  float: left;
  color: #faf7f4;

  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.program-meta-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 32px;
  width: 100%;
}

.program-meta-info p.channel {
  font-size: 24px;
  line-height: 34px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.program-meta-info-right {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  z-index: 1;
  color: #faf7f4;
}

.program-meta-channel {
  margin-top: 16px;
  margin-bottom: 32px;
  width: 100%;
  align-items: center;
  display: flex;
}

.program-meta h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 28px;
  line-height: 28px;
  margin: 10px 0 6px;
  padding: 0;
  color: #faf7f4;
}

.program-meta h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.4em;
  margin-bottom: 16px;
  padding: 0;
  color: #faf7f4;
}

.airtime {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: Arial,Helvetica,sans-serif;
}

.program-info-toolbar-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding: 0 20px 0;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.program-info-description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-right: 1px solid rgba(255,191,224,.15);
  padding-right: 32px;
  width: 100%;
}

.program-info-description p {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 20px;
  margin: 0;
}

.program-info-description .program-extra {
  display: flex;
  font-size: 1.3em
}

.program-info-description .program-extra-text {
  display: inline-block;
  width: 125px;
}

.program-info-duration {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  float: left;
  font-size: 16px;
}

.duration-label {
  display: inline-block;
  width: 132px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.duration-label span {
  color: #faf7f4;
}

.program-actions {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #faf7f4;
}

.program-actions a:not([disabled]) {
  color: #faf7f4;
}

.program-actions a:disabled {
  color: #979797;
}

.program-actions a {
  max-width: 280px;
  font-size: 16px;
  line-height: 18px;
  min-width: 200px;
  padding: 11px 10px 12px 15px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.program-actions a:is([href]):hover,
.program-info-shop-link a:is([href]):hover {
  color: #F8B000;
  cursor: pointer;
}

.program-actions i {
  font-size: large;
  width: 30px;
}

.npvrRecordingTags {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 10px 12px 15px;
}

.program-info-shop-link {
  padding: 0 !important;
}

.program-info-shop-link:hover {
  font-weight: bold;
}

.program-actions a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
}

.program-actions .program-info-shop-link a {
  color: #F8B000 !important;
}

.program-actions a span {
  padding-top: 1px;
}

.npvrRecordingTags .select2-search-choice-close {
  min-width: 0;
  padding: 0;
}

.npvrRecordingTags .tagInput {
  /*background-color: rgba(0, 0, 0, 0.1); */
}

.npvrRecordingTags .tagInput ul {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.npvrRecordingTags .tagInput ul {
  border: 1px solid #333333;
}

.npvrRecordingTags .tagInput ul.select2-choices {
  padding: 4px 5px 0 0;
}

.npvrRecordingTags label {
  padding-bottom: 5px;
  font-size: 0.9em;
}

.npvrRecordingTags .tagInput input {
  color: #fff !important;
}

  /* customized program info */


/* TotoTV */

#tototv h1,
#tototv h2,
#tototv h3,
#tototv h4 {
  color: #000000;
  font-weight: bold;
}

#tototv h1 {
  font-size: 2.4375rem; /* 39px; */
}

#tototv h2 {
  font-size: 2.125rem; /* 34px */
}

#tototv h3 {
  font-size: 2rem;  /* 32px */
}

#tototv h4 {
  font-size: 1.875rem;  /* 30px */
}

#tototv a:hover {
  color: #FF9500;
}

#tototv .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#tototv .container-fluid .content {
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  height: 100%;
}

#tototv .slide1 > .content {
  background-image: url(https://static-mc.maxivision.fi/img/tototv-header-1980-680.jpeg);
  background-repeat: no-repeat;
  min-height: 680px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  max-width: 100%;
}

#tototv .slide1 .content .content {
  padding: 0;
}

#tototv .slide1 .promo-text {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  position: absolute;
  color: #fff;
  width: 100%;
  bottom: 0;
}

#tototv .slide1 .promo-text h3 {
  text-align: center;
  width: 100%;
  font-size: 2.125rem;
  font-weight: bold;
  color: #E6E6FA;
}

#tototv .slide1 .header-row .logo-container {
  position: absolute;
  top: 5%;
  left: 4%;
  max-width: 300px;
}

#tototv .slide1 .header-row .logo-container img:first-child {
  margin-bottom: 10px;
}

#tototv .slide2 .content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 70px;
}

#tototv .slide2 .col-sm-12 h1 {
  text-align: center;
  padding: 40px 0;
}

#tototv .slide2 .content h3 {
  padding-bottom: 30px;
  margin: 0;
}

#tototv .slide2 .content ul li {
  font-size: 1.25rem;
  padding-bottom: 30px;
}

#tototv .slide2 .content ul li span {
  font-size: 0.875rem;
}

#tototv .slide2 .toto-logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

#tototv .slide2 .toto-logos .logo {
  margin: 10px;
  max-width: 100px;
}

#tototv .slide2 .toto-logos .logo:first-child {
  margin-left: 0;
  margin-right: 20px;
}

#tototv .slide2 .stb-logo img {
  margin: 20px auto 0;
  max-width: 300px;
  width: 100%;
}

#tototv .slide2 .content .col-sm-6:last-child {
  display: flex;
  flex-flow: column nowrap;
}

#tototv .slide2 .content .col-sm-6:last-child h3 {
  padding-bottom: 20px;
}

#tototv .slide2 .content .col-sm-6:last-child .block .bold {
  font-size: 1.5rem;
  margin-bottom: 0;
}

#tototv .slide2 .content .col-sm-6:last-child ul {
  margin: 15px 0 0;
  padding: 15px 0;
}

#tototv .slide2 .content .col-sm-6:last-child ul li {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22%232ebd59%22%3E%3Cpath%20d%3D%22M13.613%2027.068l-7.941-7.279q-0.284-0.268-0.441-0.614t-0.173-0.701%200.11-0.709%200.394-0.638q0.52-0.583%201.3-0.614t1.363%200.488l6.129%205.625%208.792-17q0.362-0.693%201.103-0.93t1.434%200.118%200.93%201.103-0.126%201.442l-9.926%2019.191q-0.205%200.394-0.559%200.654t-0.78%200.339q-0.063%200.016-0.118%200.024t-0.11%200.008-0.102%200q-0.741%200-1.276-0.504z%22%3E%3C/path%3E%3C/svg%3E") no-repeat scroll left 1px / 28px auto;
  color: #000000;
  font-size: 1.5rem;
  list-style: outside none none;
  margin-left: 0;
  padding-left: 2.5rem;
  padding-bottom: 20px;
}

#tototv .slide2 .content .col-sm-6:last-child .block span {
  font-size: 1.125rem;
  font-weight: normal;
}

#tototv .slide2 .content .col-sm-6 .small {
  font-size: 0.875rem;
}

#tototv .slide2 .content .col-sm-6 .block span.extra-small {
  font-size: 0.75rem;
  font-weight: bold;
}

#tototv .slide2 .content .col-sm-6 .block .normal-price {
  font-size: 1.0625rem;
  padding-left: 5px;
}

#tototv .slide2 .content .block p {
  font-size: 1.25rem;
}

#tototv .slide2 .content .order-block {
  display: flex;
  flex-flow: column wrap;
  height: 100%;
  justify-content: center;
  text-align: center;
}

#tototv .slide2 .content .order-block .sopimusehdot {
  padding-bottom: 20px;
}

#tototv .slide2 .content .order-block #sopimusehdot-toggle {
  font-size: 1.125rem;
  font-weight: bold;
}

#tototv .slide2 .content .order-block .sopimusehdot i {
  padding-left: 3px;
}

#tototv .slide2 .content .order-block #sopimusehdot-text {
  padding: 10px 0 20px 0;
  font-size: 1rem;
  line-height: 1.4rem;
  display: none;
  margin-bottom: 0;
}

#tototv .slide2 .content .order-block .order-button {
  margin-bottom: 5px;
}

#tototv .slide2 .content .order-block .order-button a {
  padding: 10px 40px;
  background: #ffcc00;
  color: #000000;
  font-size: 1rem;
  border-radius: 10px;
  display: inline-block;
}

#tototv .slide2 .content .order-block .description {
  margin-bottom: 30px;
}

#tototv .slide2 .content .order-block .description-bottom {
  font-size: 0.9375rem;
  margin-bottom: 0;
}

#tototv .slide2 .content .order-block .description-bottom .bold {
  font-size: inherit !important;
  font-weight: bold !important;
}

#tototv .slide3 {
  background: #e1e1e1;
}

#tototv .content {
  padding: 30px;
}

#tototv .slide3 p {
  font-size: 1rem;
}

#tototv .slide3 p.bold {
  margin-bottom: 5px;
}

#tototv .slide4 {
  background: #f9cc01;
}

#tototv .slide4 .content {
  padding: 35px 60px;
}

#tototv .slide4 h4 {
  margin-bottom: 40px;
}

#tototv .slide4 div:last-child .row:last-child {
  margin-top: 30px;
}

#tototv .slide4 .row {
  min-height: 200px;
}

#tototv .slide4 .image-container {
  align-self: center;
}

#tototv .slide4 .tv-background {
  background-image: url(https://static-mc.maxivision.fi/img/tototv-ledtv.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#tototv .slide4 .tv-background img {
  width: 98%;
  margin-bottom: 10.4% !important;
  margin-right: auto !important ;
  margin-left: auto !important;
}

#tototv .slide4 .text-container {
  font-size: 1rem;
  display: flex;
}

#tototv .slide4 .image-text {
  align-self: center;
  vertical-align: middle;
  margin: 1rem 0;
  text-align: left;
}

#tototv .slide4 .col-xs-12 .row:nth-child(2) .image-text {
  text-align: right;
}

#tototv .slide4 .app-container img:first-child {
  margin-right: 10px;
}

#tototv .slide5 {
  background: #e1e1e1;
}

#tototv .slide5 > .content {
  max-width: 100%;
}

#tototv .slide5 h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 45px;
}

#tototv .slide5 .order-button,
#tototv .slide5 .order-text {
  text-align: center;
  justify-content: center;
}

#tototv .slide5 .order-button {
  margin-bottom: 30px;
  margin-top: 30px;
}

#tototv .slide5 .order-button a {
  padding: 10px 40px;
  background: #ffcc00;
  color: #000000;
  font-size: 1rem;
  border-radius: 10px;
}

#tototv .slide5 .order-text {
  font-size: 1rem;
  margin-bottom: 35px;
}

#tototv .slide5 .order-text span {
  padding: 0 5px;
}

#tototv .owl-carousel .item {
  text-align: center;
}

#tototv .owl-carousel .item .inner-item {
  background-color: #FFFFFF;
  padding: 20px;
}

#tototv .owl-carousel .item .inner-item .image-container {
  height: 85px;
  display: flex;
  align-items: center;
}

#tototv .owl-carousel .item .inner-item .channel-logo {
  max-height: 150px;
  max-width: 150px;
  margin: auto;
}

#tototv .owl-carousel .item .inner-item img {
  width: auto;
}

#tototv .owl-carousel .item .inner-item .channel-price {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

#tototv .carrousel-arrows {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 100%;
  margin-left: -15px;
  color: #F8CC00;
}

#tototv footer {
  background: #170f0d;
  margin: 0 auto;
  color: #ffffff;
}

#tototv footer .col-sm-6:nth-child(2) {
  text-align: left;
  padding-left: 100px;
}

#tototv footer .col-sm-6:nth-child(2) .block {
  float: left;
}

#tototv footer .col-sm-6:first-child  {
  padding-right: 100px;
  border-right: 1px solid #414040;
}

#tototv footer .col-sm-6:first-child .block {
  float: right;
}

#tototv footer .block {
  text-align: center;
  height: 100%;
}

#tototv footer .block p:last-child {
  margin-bottom: 0;
}

#tototv footer .header-text {
  color: #ffffff;
  font-size: 30px;
}

#tototv footer .followers {
  font-size: 1rem;
}

#tototv footer .email span,
#tototv footer .phone span {
  color: #ffd102;
  font-weight: bold;
  font-size: 1rem;
  padding-left: 5px;
}

#tototv footer .phone {
  margin-bottom: 3px;
}

/* GENERAL SLIDES */

/* Channels slide */

#channels-slide  {
  background: #e1e1e1;
}

#channels-slide > .content {
  max-width: 100%;
}

#channels-slide h2 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 45px;
}

#channels-slide .order-button,
#channels-slide .order-text {
  text-align: center;
  justify-content: center;
}

#channels-slide .order-button {
  margin-bottom: 30px;
  margin-top: 30px;
}

#channels-slide .order-button a {
  padding: 10px 40px;
  background: #ffcc00;
  color: #000000;
  font-size: 1rem;
  border-radius: 10px;
}

#channels-slide .order-text {
  font-size: 1rem;
  margin-bottom: 35px;
}

#channels-slide .order-text span {
  padding: 0 5px;
}

#channels-slide .owl-carousel .item {
  text-align: center;
}

#channels-slide .owl-carousel .item .inner-item {
  background-color: #FFFFFF;
  padding: 20px;
}

#channels-slide .owl-carousel .item .inner-item .image-container {
  height: 85px;
  display: flex;
  align-items: center;
}

#channels-slide .owl-carousel .item .inner-item .channel-logo {
  max-height: 150px;
  max-width: 150px;
  margin: auto;
  flex-grow: initial;
  padding: 0;
}

#channels-slide .owl-carousel .item .inner-item img {
  width: auto;
}

#channels-slide .owl-carousel .item .inner-item .channel-price {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}

#channels-slide .carrousel-arrows {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 100%;
  margin-left: -15px;
  color: #F8CC00;
}


/* Banner */

#banner-container {
  position: relative;
  padding-top: 3em;
  font-size: 1.1em;
  justify-content: center;
  display: -webkit-box;
  align-items: center;
  align-content: center;
  overflow: hidden;
  padding-bottom: 0;
  display: flex;
}

#banner-container .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  left: 0;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  min-height: 480px;
  overflow: hidden;
  max-width: 100%;
}

#banner-container .banner-image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(24,32,37,.2);
  content: '';
  z-index: 1;
  pointer-events: none;
}

#banner-container .banner-content {
  text-align: center;
  position: relative;
  padding-top: 12vw;
  padding-bottom: 12vw;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: .01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  flex-flow: column wrap;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  z-index: 999;
  max-width: 80rem;
  margin: 0;
}

#banner-container h1 {
  font-size: 2.3125rem;
  color: #ffffff;
}

#banner-container h2 {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 24px;
}

#banner-container img {
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 250px;
}

#areaContainer #content.error-page {
  text-align: center;
  padding-top: 20px;
}

#cake-error-info {
  display: none;
  background-color: #000;
  width: 100%;
  padding: 10px 100px;
  border-top: 2px solid #900;
}

#cake-error-info pre {
  background-color: #000;
  color: #82E520;
}

/* --- Custom Pages Media Queries --- */

@media (max-width: 35.49em) { /* 567,84px */

  #skrollr-body .slide1 {
    margin: 0 auto;
  }

  #skrollr-body .vapaat-kanavat {
    margin-left: 0;
  }

  #skrollr-body .left-content {
    padding-left: 0;
    padding-right: 0;
  }

  #skrollr-body .left-content p {
    padding-right: 0;
  }

  #skrollr-body .slide2 .text-container {
    width: 100%;
  }

  #skrollr-body .three-displays {
    margin-left: 0;
  }

  #slide4 .text-container {
    width: 100%;
  }

  #slide4-5 .text-container {
    width: 100%;
  }

  #skrollr-body .option-viihde1 {
    padding-left: 0;
    padding-right: 0;
  }

  #skrollr-body .order-options .shadow-box {
    justify-content: flex-start;
  }

  #rec-button img {
    max-height: 90px;
  }

  #box1, #box2, #box3 {
    border-bottom: 2px dotted rgba(0,0,0,0.3);
    border-right: 0;
  }

  #skrollr-body .channel-logo {
    padding: 20px 10px;
  }

  #kanava-6 .package-container .single-channels-container .channels .oma-kanava-col2 {
    padding-bottom: 0;
  }

  #skrollr-body .footer-row a {
    font-size: 1.2em;
  }

  /* TotoTV */

  #tototv .slide1 .header-row .logo-container {
    max-width: 160px !important;
  }

  #tototv .slide1 > .content {
    background-image: url(https://static-mc.maxivision.fi/img/tototv-small-header.jpeg) !important;
    min-height: 35vh !important;
  }

  #tototv .slide1 .promo-text {
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
    bottom: 0;
    left: initial;
    padding: 10px 30px;
  }

  #tototv .slide1 .promo-text h3 {
    font-size: 0.9rem !important;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: #E6E6FA;
  }

  #tototv .slide2 .content {
    padding-top: 0;
  }

  #tototv .slide2 .content h3 {
    padding-top: 30px;
    text-align: center;
  }

  #tototv .slide2 .col-sm-12 h1 {
    padding-top: 2px;
  }

  #tototv .slide2 .content .col-sm-6:last-child h3 {
    padding-top: 35px;
  }

  #tototv .slide2 .toto-logos {
    margin-bottom: 40px;
  }

  #tototv .row .image-container img {
    margin: 0 auto;
  }

  #tototv .slide4 .content > div {
    margin-top: 50px;
  }

  #tototv .slide4 .content > div:first-child {
    margin-top: 0;
  }

  #tototv .slide4 .content {
    padding: 35px 10px;
  }

  #tototv .slide4 .content .row:nth-child(odd) {
    flex-direction: column-reverse;
  }

  #tototv .slide4 .tv-background img {
    width: 100%;
  }

  #tototv .slide4 .app-container img {
    margin-bottom: 10px;
  }

  #tototv .slide4 .row .image-text {
    text-align: center;
  }

  #tototv footer .col-sm-6:first-child {
    padding-right: 0;
    border-right: none;
    margin-bottom: 25px;
  }

  #tototv footer .col-sm-6:nth-child(2) {
    text-align: center;
    padding-left: 0;
  }

  #tototv footer .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  #tototv footer .col-xs-12 .block {
    float: none !important;
  }


}


@media (min-width: 35.5em) and (max-width: 47.99em) /* 567,84px and 767,84 */ {
  #box2 {
    border-right: none;
  }
}


@media (max-width: 50.5625em) { /* 809px */
  #shop_content {
    padding-right: 0;
  }

  #credentials .login-form {
    position: relative;
    float: none;
  }

  body.disable-scroll {
    position: fixed;
    overflow: hidden;
  }

  #logo {
    min-width: 100px;
    margin: 9px auto;
  }

  #topbar_wrapper .hamburger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }

  #topbar_wrapper .mobile-icons-container .hamburger {
    position: relative;
  }

  #header_info {
    width: 100%;
    margin: 0 auto;
  }

  #topbar_wrapper .main-navigation-container {
    display: none;
  }

  #credentials .login-form .form-group {
    width: 50%;
  }

  #header_info .shopping_cart .shopping_cart_arrow .small_checkout_button {
    height: 32px;
  }

  #skrollr-body .login-form .form-row.first {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }

  .mobile-icons-container {
    display: flex;
    padding-left: 10px;
  }

  #credentials {
    position: fixed;
    top: 3.8rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 182, 14, 0.96);
    display: none;
    margin-top: 0;
    border-top: 1px solid #e8a118;
  }

  #credentials .login-form .form-group {
    margin: 5px auto;
    float: none;
    display: block;
    width: 70%;
  }

  #credentials .login-form .form-group .sr-only {
    position: relative;
    width: initial;
    height: initial;
    margin: 0;
    padding: 2px 0;
    overflow: initial;
    color: #000000;
    font-size: 1em !important;
  }

  #credentials .login-form h4 {
    padding: 10px 5px 20px;
    text-align: center;
    width: 100%;
    color: #000000;
    font-size: 1.4em !important;
    font-weight: bold;
  }

  #credentials .login-form .header-text a {
    position: absolute;
    bottom: -28px;
    font-size: 1.4em;
    width: 100%;
    margin: 0;
    text-align: center;
    left: 0;
    color: #000000;
  }

  #credentials .login-form .btn {
    margin: 15px auto 10px;
    display: block;
    float: none;
    width: 70%;
  }

  #credentials .form-row.second {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
  }

  #credentials .form-row .checkbox {
    font-size: 1.4em;
    margin: 3px 0 16px !important;
    text-align: center;
    width: 100%;
  }

  #credentials .form-row .checkbox label {
    color: #000000;
  }

  #credentials .form-row .lost-password {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #credentials .form-row .lost-password a, #register-box {
    font-size: 1.4em;
    color: #000000;
  }

  #topbar_wrapper .main-navigation-container {
    position: fixed;
    top: 3.8rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 182, 14, 0.96);
    display: none;
    margin-top: 0;
  }

  #mainmenu {
    margin: 0;
    flex-direction: column;
    background: rgba(255, 182, 14, 1);
  }

  #mainmenu li {
    border-bottom: 2px solid #e8a118;
  }

  #mainmenu li:first-child {
    border-top: 1px solid #e8a118;
  }

  #mainmenu .menu a {
    color: #000000;
  }

  #logo img {
    max-width: 200px;
  }

  #skrollr-body h2 {
    font-size: 1.5625rem;
    margin-top: 10px;
  }

  #skrollr-body .slide1 {
    margin: 0 auto 25px;
  }

  #skrollr-body .slide2 {
    margin: 1rem auto 2rem;
  }

  #viihdeboksi-1 {
    padding-top: 10px;
  }

  #viihdeboksi-1 .col-sm-5 {
    margin-bottom: 25px;
  }

  #viihdeboksi-2 .max-width,
  #viihdeboksi-3,
  #viihdeboksi-4 .max-width {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  #slide3 .slide3 {
    margin-top: 1rem;
  }

  #skrollr-body .slide4,
  #skrollr-body .slide4-5 {
    margin-top: 20px;
  }

  #slide5 .slide5 {
    margin: 30px auto;
  }

  #kanava-2 .section-padding,
  #kanava-3 .section-padding {
    padding-top: 10px;
  }

  #julkinen-1.max-width {
    margin-top: 0;
    margin-bottom: 30px;
  }

  #box1, #box2, #box3, #box4 {
    padding-left: 5px;
    padding-right: 5px;
    word-break: break-word;
  }

  #skrollr-body .tv-content-large.col-sm-6:first-child {
    margin-bottom: 15px;
  }

  #skrollr-body .tv-content.col-sm-6:first-child {
    margin-bottom: 10px;
  }

  #skrollr-body .login-form {
    float: none;
  }

  #skrollr-body .tilaa-container {
    max-width: 100%;
    margin-bottom: 10px;
  }

  #slide5 .row {
    padding-top: 30px;
  }

  #skrollr-body .color-left .package-text,
  #skrollr-body .color-left-white .package-text {
    max-width: unset;
    width: 100%;
    float: none;
  }

  #skrollr-body .text-container {
    width: 90%;
  }

  #viihdeboksi-3 .row div:nth-child(2) {
    padding-top: 20px;
  }

  #julkinen-3 {
    text-align: center;
  }

  #julkinen-3 .panel h3 {
    text-align: center;
  }

  /* TotoTV */

  #tototv .slide1 > .content {
    background-image: url(https://static-mc.maxivision.fi/img/toto-header.png);
    min-height: 45vh;
  }

  #tototv .slide1 .promo-text h3 {
    font-size: 1.2rem;
    margin: 0;
  }

  #tototv .slide2 .content .order-block {
    margin-top: 40px;
  }

  #tototv .slide1 .header-row .logo-container {
    max-width: 270px;
  }

  #tototv .slide4 .col-xs-12:nth-child(2) h4 {
    margin-top: 40px;
  }

  #cookieBanner .cookieContainer {
    padding: 5px;
  }

  #cookieBanner .cookieContainer .cookieText {
    padding: 10px;
    display: inline-block;
  }

  #cookieBanner .confirmCookie {
    display: block;
  }
}

@media (max-width: 59.0625em) { /* 945px */
  #mainmenu {
    border-radius: 0;
  }

  #mainmenu li:first-child, #mainmenu li:last-child {
    border-radius: 0;
  }

}


@media (min-width: 35.5em) {
  #tototv .slide2 .content .col-sm-6:last-child {
    border-left: 1px solid #464646;
    padding-left: 25px;
  }

  #tototv .slide1 .header-row .logo-container img:first-child {
    margin-bottom: 20px;
  }

  /* Banner */

  #banner-container h1 {
    font-size: 2.3125rem;
  }

  #banner-container h2 {
    font-size: 1.25rem;

  }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  #skrollr-body .header-container {
    padding-bottom: 0.625rem;
  }

  #skrollr-body .vapaat-kanavat {
    padding-top: 0;
  }

  .mobile-icons-container {
    display: none;
  }

  #topbar_wrapper .main-navigation-container {
    /*display: block !important;*/
  }

  #logo img {
    margin: auto 10px;
  }

  #credentials {
    display: block !important;
    padding-right: 5px;
  }

  #credentials .form-row .checkbox label {
    font-size: 1em;
  }

  #slide5 .row.order-boxes {
    padding-top: 80px;
  }

  /* TotoTV */

  #tototv .slide1 > .content {
    background-image: url(https://static-mc.maxivision.fi/img/toto-header.png);
    min-height: 60vh;
  }

  #tototv .slide1 .promo-text h3 {
    font-size: 1.5rem;
  }

  /* Banner */

  #banner-container h1 {
    font-size: 3rem;
  }

  #banner-container h2 {
    font-size: 1.625rem;
    line-height: 1.1;
  }
}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
  .slide2 {
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  /* TotoTV */

  #tototv .slide1 > .content {
    min-height: 70vh;
  }

  #tototv .slide1 .promo-text {
    bottom: 23%;
    left: 5%;
    max-width: 55%;
    text-align: left;
    background: none;
    padding: 0;
    text-transform: uppercase;
  }

  #tototv .slide1 .promo-text span {
    display: block;
  }

  #tototv .slide1 .promo-text h3 {
    font-size: 2.125rem;
    text-align: left;
  }

  #tototv .slide2 .content .col-sm-6:last-child {
    padding-left: 45px;
  }

  /* Banner */

  #banner-container h1 {
    font-size: 4.1875rem;
  }

  #banner-container h2 {
    font-size: 2.8125rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 1053px) {
  #skrollr-body .text-container,
  #skrollr-body .slide2 .text-container {
    width: 80%;
  }
}

@media screen and (max-width: 1130px) {
  .mobile-image {
    width: 100%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  /* TotoTV */

  #tototv .slide1 > .content {
    min-height: 680px;
  }

  #tototv .row {
    margin: 0;
  }

  #tototv .slide2 .content .col-sm-6:last-child {
    padding-left: 65px;
  }
}

@media screen and (min-width: 1500px) {
  #skrollr-body .kanava-image {
    min-height: 600px;
  }

  /* TotoTV */

  #tototv .slide1 > .content {
    background-image: url(https://static-mc.maxivision.fi/img/tototv-header-1980-680.jpeg);
  }

  /* Banner */

  #banner-container .banner-content {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}

@media screen and (min-width: 2000px) {
  #skrollr-body .kanava-image {
    min-height: 700px;
  }
}

/* --- /Custom Page Media Queries --- */

.translationKeyRevealed {
  display: inline-block;
  background-color: #CCDEC8;
}

.translationKeyRevealed:hover {
  border: 1px solid black;
  color: #000;
}

.translationKeyRevealed .key {
  display: none;
  font-family: monospace;
  font-size: 12px;
  font-weight: 500;
  color: red !important;
}

.translationKeyRevealed:hover .key {
  display: inline-block;
}

/* GN Shop */

#gnShop .content-header {
  padding-top: 10px;
}

.gnFloaterHelp {
  padding: 0 !important;
}

#gnShop #help {
  right: 5px !important;
  color: #ffffff;
}

#gnShop #floater-help {
  padding: 0;
}

/* Maxivision 2.1 MC-3829 */

.shop-section {
  margin-top: 10px;
  text-align: center;
  min-height: 71px;
  background-size: auto 71px;
  background-repeat: no-repeat;
  background-position: left center;
}
.shop-content-in-sections .shop-section.product:first-child {
  margin-top: 0px;
}
.shop-section.products {
  background-image: url("http://static-mc.maxivision.fi/img/vip-4302-stb-remote-1.png");
}
.shop-section.services {
  background-image: url("/img/shop/stb_target.png");
}
.shop-section h1 {
  padding-top: 20px;
}
.shop-category {
  background: #333;
  margin: 10px 0px;
}
.shop-category h2 {
  color: #F8B000;
  padding: 5px  10px;
}
.shop-category-content.shop_tab_content,
.shop-category-content .shop_tab_content
{
  display: block;
  padding: 0px;
  background-color: transparent;
  margin-top: 0px;
  border: 0px;
}
.shop-content-in-sections #campaign_shop_container {
  margin-top: 0px;
}
.shop-content-in-sections .shop-category-subcategory-container .shop-category-subcategory {
  margin-top: 10px;
}
.shop-content-in-sections .shop-category-subcategory-container .shop-category-subcategory:first-child {
  margin-top: 0px;
}
.shop-content-in-sections #campaign_shop_container .campaignListing .campaignListItem .campaign_description {
  display: inline;
}
.shop-content-in-sections #campaign_shop_container .campaignListing a:last-child .campaignListItem {
  margin-bottom: 0px;
}
.shop-content-in-sections #campaign_shop_container .campaignListing .campaignListItem {
  display: table;
}
.shop-content-in-sections #campaign_shop_container .campaignListing .campaign-value {
  font-size: 1rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
}
.shop-content-in-sections .shop_tab_content .shop_category_toggle {
  letter-spacing: normal;
  color: #F8B000;
  background: #333;
  padding: 5px 10px;
  margin: 10px 0px;
}
.shop-content-in-sections .shop_category_services.open .shop_category_toggle {
  color: #F8B000;
  font-weight: bold;
}
.shop-content-in-sections .shop_tab_content .shop_category_services {
  min-height: auto;
  border: 0px;
}

.display-none {
  display: none;
}

.newStbOption {
  cursor: pointer;
}

/* Login form */
#header_info .login-form {
  margin-top: 15px;
  margin-right: -5px;
}
.login-form .element-login-form label {
  margin-bottom: 0;
  font-weight: normal;
}
.login-form .element-login-form a {
  color: #575757
}
.login-form .element-login-form {
  display: inline-block;
  margin-bottom: 5px;
}
.login-form > form.element-login-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 582px;
}
.login-form > form.element-login-form .title-container {
  width: 100%;
}
.login-form > form > div {
  flex: 0 0 auto;
}
.login-form > form.element-login-form > div > div.login-title {
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
.login-form > form > div.forgot-password,
.login-form > form > div.input {
  width: 235px;
}
.login-form > form > div.forgot-password {
  flex: 2 1 auto;
}
.login-form > form > div.forgot-password a {
  line-height: 30px;
}
.login-form > form > div.checkbox > input {
  position: static;
  margin-left: 0;
  float: left;
  margin-top: 8px;
}
.login-form > form > div.checkbox > label {
  float: left;
  font-size: 10pt;
  line-height: 30px;
  margin-left: 5px;
  padding-left: 0;
}
.login-form > form > div.checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.login-form form.element-login-form div.submit #idSubmitOk {
  padding: 1px 0;
  margin-top: 16px;
}
.login-form > form.element-login-form > div > div.register-stb-link {
  float: left;
  width: 50%;
  text-align: right;
}
#header_info {
  width: auto;
}

@media (max-width: 550px) {
  #header_info .login-form,
  .login-form {
    margin-left: 10px;
    margin-right: 10px;
  }
  .login-form > form.element-login-form {
    width: 100%;
  }
  .login-form > form.element-login-form > div > div.login-title {
    width: 100%;
  }
  .login-form > form.element-login-form > div > div.register-stb-link {
    width: 100%;
    text-align: left;
  }
  .login-form > form.element-login-form > div.forgot-password,
  .login-form > form.element-login-form > div.submit,
  .login-form > form.element-login-form > div.input {
    width: 100%;
  }
  .login-form form.element-login-form div.input.password input,
  .login-form form.element-login-form div.input.text input {
    width: 100%;
  }
}

/* introjs */
body .introjs-helperNumberLayer {
  background: #F9B000;
}
.introjs-tooltipbuttons a:focus,
.introjs-tooltipbuttons a:active,
.introjs-tooltipbuttons a {
  padding: 5px 10px;
  background: #ffcc00;
  color: #000000;
  font-size: 0.7rem;
  border-radius: 5px;
}
.introjs-tooltipbuttons a:hover {
  background: #F9B000;
  color: #000000;
}
.introjs-tooltipbuttons a.introjs-prevbutton {
  border-radius: 5px 0 0 5px;
}
.introjs-tooltipbuttons a.introjs-nextbutton {
  border-radius: 0 5px 5px 0;
}
.introjs-tooltipbuttons a.introjs-skipbutton {
  pointer-events: none;
  display: none;
}
.introjs-tooltipbuttons a.introjs-skipbutton.introjs-donebutton {
  pointer-events: inherit;
  display: inline;
}
.introjs-tooltipbuttons.disabled-buttons a.introjs-nextbutton:active,
.introjs-tooltipbuttons.disabled-buttons a.introjs-nextbutton:focus,
.introjs-tooltipbuttons.disabled-buttons a.introjs-nextbutton:hover,
.introjs-tooltipbuttons.disabled-buttons a.introjs-nextbutton {
  background-color: #ccc;
  pointer-events: none;
}

#customerRegistration.edit-contact-info .registerInfoForm {
  margin: 50px auto;
}


/* --- Media Queries --- */

@media (min-width: 18em) { /* 300px */
  #program-info {
    max-width: 300px;
  }
}

@media (min-width: 21.875em) { /* 350px */
  #program-info {
    max-width: 320px;
  }
}

@media (min-width: 25em) { /* 400px */
  #program-info {
    max-width: 370px;
  }
}

@media (min-width: 28.125em) { /* 450px */
  #program-info {
    max-width: 420px;
  }
}

@media (min-width: 31.25em) { /* 500px */
  #program-info {
    max-width: 470px;
  }
}

@media (min-width: 34.375em) { /* 550px */
  #program-info {
    max-width: 520px;
  }
}

@media (min-width: 37.5em) { /* 600px */
  #program-info {
    max-width: 570px;
  }
}

@media (min-width: 40.625em) { /* 650px */
  #program-info {
    max-width: 620px;
  }
}

@media (min-width: 43.75em) { /* 700px */
  #program-info {
    max-width: 670px;
  }
}

@media (min-width: 46.875em) { /* 750px */
  #program-info {
    max-width: 720px;
  }
}

@media (min-width: 50em) { /* 800px */
  #program-info {
    max-width: 770px;
  }
}

@media (min-width: 53.125em) { /* 850px */
  #program-info {
    max-width: 820px;
  }
}

@media (min-width: 55.625em) { /* 890px */
  #program-info {
    max-width: 890px;
  }
}

@media (max-width: 35.49em) {  /* 567,84px */
  #content {
    padding: 0;
    margin: 0 3px;
  }

  #content h1 {
    padding-left: 0.2rem;
  }

  #logo img {
    margin: 0 auto;
  }

  #content .content-header {
    padding: 15px 10px;
  }

  #mainmenu li.menu.selected {
    border-radius: none;
  }

  #header_info {
    margin-bottom: 10px;
  }

  #header_info .npvr_breakdown_header .separate_left,
  #header_info .npvr_breakdown_header .separate_right {
    padding-left: 2px;
    padding-right: 2px;
  }

  #header_info .npvr_header_breakdown td {
    padding: 4px 4px;
    text-align: center;
  }

  #header_info .npvr_header_breakdown th {
    padding: 4px 4px;
    word-break: break-word;
    text-align: center;
  }

  #header_info .npvr_breakdown_header .npvr_main_header {
    font-size: 13px;
  }

  #header_info .npvr_breakdown_header .sub-header {
    font-size: 12px;
  }

  #header_info .npvr_breakdown_header .label {
    text-align: center;
  }

  #header_info .npvr_breakdown_header tr .indicator {
    top: 0.25rem;
  }

  #submenu .sub-navigation-menu li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d0d0d0;
  }

  #submenu .sub-navigation-menu li.selected {
    border: 1px solid #b7b7b7
  }

  /* EPG */

  #guide .guide-toolbar {
    padding: 0 0.4rem;
  }

  #guide .guide-toolbar .checkboxes {
    padding: 0.875rem 0 0.625rem;
  }

  #guide .guide-toolbar .search {
    text-align: left;
  }

  #guide .guide-toolbar .search form {
    top: 0;
  }

  #floater-proginfo .epg-view-buttons .epg-npvr-record-btn {
    margin-top: 5px;
  }

  #floater-proginfo .epg-view-buttons .epg-npvr-record-btn .button {
    width: auto;
    margin-right: 0;
  }

  /* Popups */

  #floater-proginfo {
    left: initial;
    margin: 0 auto;
  }

  #floater-proginfo div.time {
    text-align: left;
  }

  #floater-rule .floater_content table .padding {
    padding: 10px 0;
  }

  #NpvrRecordingRuleName, #NpvrRecordingRuleQuery {
    width: 100%;
  }

  /* Main container */

  #content .program-search {
    padding: 0 0.2rem;
  }

  #content .program-search div.submit {
    margin-top: 5px;
  }

  #help {
    text-align: left;
    margin: 0 0 8px 2px;
  }

  #latest-news #help {
    text-align: right;
    margin-right: 5px;
  }

  #customernews_container div.news_box {
    margin-right: 0;
  }

  #customernews_container div.news_introduction {
    max-width: 100%;
  }

  #campaign_shop_container {
    float: none;
    max-width: 100%;
  }

  /* Shop */

  .shop_tab_container .shop_tab {
    margin-right: 0;
    max-width: 100%;
  }

  .shop_tab_container .shop_tab.active {
    border-bottom-color: #333;
  }

  .shop_tab_content .shop_category_services div[class*="pure-u"].center {
    padding: 6px 1px;
  }

  .shop_tab_content .product-content.shopping-cart {
    text-align: center;
  }

  .shop_tab_content .shop_category_services .product-content.shopping-cart img {
    right: 0;
  }

  .shop-order-history .order-header {
    font-size: 0.75rem;
  }

  .shop-order-history .history-list .bill_from_merged_account {
    text-align: left;
    float: none;
    display: block;
  }

  /* Order Summary */

  .orderSummary .floater_content {
    margin: 0;
    padding-right: 0;
  }

  /* Ordered Channels */

  #ordered-channels .list_table .move-channels-container .title {
    width: 100%;
  }

  #ordered-channels .list_table .move-channels-container select,
  #ordered-channels .list_table .move-channels-container .selectHiddenInputText {
    margin-left: 10px;
  }

  /* Customer Details */

  #editRestrictions .content_restriction_rule_list {
    padding-left: 20px;
  }

  #editRestrictions .list_table td.bottom {
    padding-left: 0;
  }

  #editRestrictions .list_table td.first_col.left {
    width: 145px;
  }

  .list_table .first_col {
    width: 200px;
  }


  /* Recordings */

  #npvrWrapper .recordingRow [data-title]:before {
    flex-basis: 35% !important;
  }

  #npvrWrapper .recordingRow:first-child {
    border-top: 1px solid #8c8c8c;
  }

  #searchTitle {
    width: 50%;
  }

  #recordings .npvrListContainer .npvrHeading .npvrFilter [data-title]:before {
    content: attr(data-title) ": ";
    font-weight: bold;
    margin-right: 10px;
    flex-basis: 35%;
  }

  #recordings .npvrFooterTab .checkbox {
    width: 10%;
  }

  #recordings .bottomContainer div {
    text-align: center !important;
  }

  #recordings .bottomContainer .expirationForm {
    justify-content: center;
    margin-top: 10px;
  }

  #recordings .bottomContainer .expirationForm #RecordingsStbExpirationDate {
    max-width: 140px;
  }

  #recordings .bottomContainer .expirationForm #submitExpirationDate {
    max-width: 130px;
  }

  #recordings .npvrTab,
  #recordings .npvrTab_selected,
  #recordings .npvrTabRec_selected {
    border-bottom: 1px solid #cccccc;
  }

  #recordings .npvrTabRec_selected {
    border: 1px solid #dadada;
  }

  /* Vods */

  #vods .vod {
    min-width: 175px;
  }

  #floater-prodinfo .view_vod .image {
    margin-bottom: 10px;
  }

  /* Campaign block */

  #campaign_shop_container {
    padding: 8px 8px 12px;
  }

  /* Customer registration */

  #customerRegistration .table .tableRow {
    flex-flow: row wrap;
    padding: 5px;
  }

  #customerRegistration .table .tableRow .tableCell {
    text-align: center;
    padding-bottom: 5px;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  #customerRegistration .table .tableRow.price-row .tableCell,
  #customerRegistration .table .tableRow.item-row .tableCell {
    text-align: left;
  }

  #customerRegistration .table .tableRow .tableCell.right .input {
    text-align: center;
  }

  #customerRegistration .table .tableRow .tableCell .help-text {
    margin: 0 auto;
  }

  #customerRegistration .table .tableRow .tableCell input {
    padding: 4px 3px;
  }

  #customerRegistration .table .tableRow .tableCell.address input {
    max-width: 360px
  }

  #customerRegistration .registerInfoForm .registerLabel {
    text-align: center;
  }

}

@media (max-width: 50.5625em) {  /* 809px */
  .floater {
    left: initial !important;
    max-height: initial !important;
  }

  #content {
    padding-bottom: 0.9375rem;
  }

  #flashMessage {
    margin: 10px 0;
  }

  #header_info .logout {
    text-align: center;
  }

  #header_info .menu_box {
    margin: 0 auto 10px;
    float: none;
  }

  #header_info .npvr_breakdown_header .npvr_header_breakdown {
    top: 7.78rem;
    right: 0;
  }

  #header_info .shopping_cart .shopping_cart_breakdown {
    top: 1.85rem;
    min-width: 100%;
  }

  .shopConfirms .okButton {
    right: 0;
  }

  .table-container .sub-header,
  .table-container .header {
    display: none;
  }

  .table-container .table-row {
    position: relative;
  }

  .table-container .table-cell {
    display: flex;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    padding: 2px 5px;
    /*border: 1px solid #333; */
    border-top: 0;
    border-bottom: 0;
    flex-wrap: wrap;
  }

  .table-container .table-row [data-title]:before {
    content: attr(data-title) ": ";
    font-weight: bold;
    margin-right: 10px;
    flex-basis: 35%;
  }

  .table-container .table-row.checkout-description {
    margin: 5px 0;
  }

  #customerRegistration .tableRow.checkout-description .tableCell {
    text-align: left;
  }

  .table-container .price br + span {
    display: block;
    width: 100%;
    padding-left: 35%;
    margin-left: 10px;
  }

  #content > h1 {
    text-align: center;
  }

  #shoppingCart h1,
  #paymentFail h1,
  #paymentSuccess h1 {
    text-align: center;
  }

  #shoppingCart .intro {
    text-align: center;
  }

  #cartSummary .table-container:first-child .table-cell {
    border: 0;
    width: auto;
    padding: 6px 10px;
  }

  #cartSummary .total_basket_price {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
  }

  .okButton,
  input.okButton,
  a.okButton,
  .submit .okButton,
  .cancelButton, input.cancelButton,
  a.cancelButton,
  .backButton, input.backButton,
  a.backButton,
  .submit .cancelButton,
  div.button,
  input.button,
  a.button,
  .submit .button {
    display: block;
    float: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    background: none;
    margin: 5px 0;
    border: 1px solid #000000;
    line-height: 22px;
    max-width: 100%;
  }

  .okButton,
  input.okButton,
  a.okButton,
  .submit .okButton {
    background: #008856;
  }

  .cancelButton,
  input.cancelButton,
  a.cancelButton,
  .submit .cancelButton {
    background: #D02E3D;
  }

  #shoppingCart .button.back_to_shop {
    margin: 5px 0;
  }

  .shopConfirms .back_to_shop,
  .shopConfirms .cancelButton {
    flex-grow: 1;
    width: auto !important;
  }

  .shopConfirms {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .table-container .table-row .table-cell.name a {
    font-size: 14px;
    padding: 5px 0;
    text-decoration: none;
  }

  .table-container .table-row .table-cell.name a .extra_info {
    font-size: 12px;
    color: #888;
    font-weight: normal;
  }

  .shopping_cart .shopping_cart_contents a.removeFromCart, #BasketEditForm .removeItem {
    color: #DC9700;
    text-align: center;
  }

  .table-container .removeItem {
    position: absolute;
    top: 0;
    right: 5px;
  }

  #BasketEditForm .removeItem {
    text-align: right;
  }

  .shopConfirms .back_to_shop {
    margin-right: 10px !important;
  }

  .shopConfirms div,
  .shopConfirms input {
    max-width: 100%;
  }

  .shopConfirms div.button a {
    line-height: 25px;
  }

  div.button,
  input.button,
  a.button,
  .submit .button {
    background: #4B4B4B;
  }

  #paymentFail .table-row.pure-g:nth-child(2),
  #paymentSuccess .table-row.pure-g:nth-child(2) {
    border-top: 1px solid #333;
  }

  #paymentSuccess .table-row .checkout-description .tableCell:first-child {
    text-align: left;
    padding-left: 30px;
    margin: 10px 0;
  }

  #customerDetails {
    margin-bottom: 15px;
  }

  #customerDetails h1,
  #customerDetails .intro {
    text-align: center;
  }

  #customerDetails .list_table a {
    word-break: break-word;
  }

  #recordings h2 {
    font-size: 0.9rem;
  }

  #npvrWrapper .recordingRow [data-title]:before {
    content: attr(data-title) ": ";
    font-weight: bold;
    margin-right: 10px;
    flex-basis: 22%;
  }

  #recordings .npvrListContainer .npvrFilter [data-title]:before {
    content: attr(data-title) ": ";
    font-weight: bold;
    margin-right: 10px;
    flex-basis: 22%;
  }

  #recordings .npvrListContainer .npvrFilter .headerCol {
    text-align: left;
  }

  #recordings .npvrHeader {
    display: none;
  }

  #npvrWrapper .recordingRow,
  #npvrWrapper .ruleRow {
    padding: 5px 0;
  }

  #npvrWrapper .recordingRow .recordingCol:last-child,
  #npvrWrapper .ruleRow .recordingCol:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  #npvrWrapper .recordingRow .recordingCol {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    padding: 5px 5px;
    border-top: 0;
    border-bottom: 1px solid #e0e0e0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #npvrWrapper .recordingRow .recordingCol.checkbox,
  #npvrWrapper .ruleRow .recordingCol.checkbox {
    border: none;
  }

  #npvrWrapper .recordingRow .recordingCol .deleteRule,
  #npvrWrapper .recordingRow .recordingCol .removeRecording {
    color: #FFF;
    background: #333333;
    padding: 4px 14px;
    font-weight: bold;
    border-radius: 3px;
  }

  #recordings .npvrListContainer .npvrFilter {
    padding: 5px 0;
  }

  #recordings .npvrListContainer .npvrFilter select {
    width: auto;
  }

  #searchTitle {
    width: auto;
  }

  #recordings .npvrListContainer .npvrHeading .npvrFilter .headerCol {
    display: flex;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    padding: 5px 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }

  #recordings .npvrListContainer .npvrHeading .npvrFilter .starttime,
  #recordings .npvrListContainer .npvrHeading .npvrFilter .length,
  #recordings .npvrListContainer .npvrHeading .npvrFilter .expires,
  #recordings .npvrListContainer .npvrHeading .npvrFilter .delete {
    display: none;
  }

  #recordings #NpvrRecordingProfileIndexForm .npvrHeading .npvrHeader {
    display: block;
  }

  #recordings #NpvrRecordingProfileIndexForm .npvrHeading .npvrHeader .headerCol {
    word-break: break-word;
    padding: 10px 5px;
  }

  #floater-rule .footer .button:first-child {
    margin-bottom: 10px;
  }

  #floater-rule .footer .button:nth-child(1) {
    margin-bottom: 5px;
  }

  #floater-rule .footer input.button {
    margin-left: 0 !important;
  }

  #floater-rule .footer form {
    width: 100%;
    margin-left: 0 !important;
  }

  #floater-proginfo div.time {
    max-width: 100%;
  }

  #recordings .newRecordingProfile {
    width: auto;
    box-sizing: content-box;
    background: #333;
    float: left;
  }

  #credentials .login-form .form-row.first {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }

  /* Vods */

  #vods .filter {
    padding: 0 20px 10px;
  }

  #vods .filter .submit {
    flex-grow: 1;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  #vods .filter .submit input {
    top: 0;
    margin: 10px 0 0;
  }

  #floater-prodinfo .view_vod .footer .action .button {
    margin: 0;
    padding: 0;
  }

  ul#vod-provider-selector {
    margin-bottom: 0;
  }

  input[type='text'],
  input[type='number'],
  input[type='tel'],
  input[type='password'] {
    /*
    width: 100%;
    line-height: 25px;
    background: transparent !important;
    padding: 2px 5px;
    border: 1px solid #424242;
    */
  }

  select {
    width: 100%;
    line-height: 25px;
    padding: 2px 5px;
    margin-bottom: 5px;
  }

  /* Program View */

  #program-info .program-info-toolbar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #program-info .program-info-description {
    border-right: 0;
  }

  #program-info .program-actions a {
    height: 35px;
    padding: 0;
  }

  #program-info .program-meta {
    padding-bottom: 10px;
  }

  #program-info .program-info-description {
    padding-right: 0;
    padding-top: 10px;
  }

}

@media (min-width: 35.5em) and (max-width: 47.99em) /* 567,84px and 767,84 */ {
  #campaign_shop_container .campaignBlock:nth-child(odd) {
    padding-right: 5px;
  }
}

@media (min-width: 48em) {
  #topbar_wrapper .header-container {
    justify-content: space-between;
  }

  #header_info {
    padding: 10px;
  }
}

@media (max-height: 52.5em) {
  #program-info {
    max-width: 720px;
  }
}