/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
    font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: 0 0;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
.wrapper {
    margin: 0 auto;
    width: 95%;
}
.header.header-primary {
    padding-top: 2em;
    padding-bottom: 2em;
}
.header.header-primary .logo {
    display: inline-block;
}
.footer.footer-primary {
    padding-top: 2em;
    padding-bottom: 2em;
}
.btn {
    background-color: #aaa;
    border: 1px #aaa solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}
::-moz-selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #111;
    color: #fff;
    text-shadow: none;
}
html {
    color: #111;
    font: 100%/1.6 Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.form.form-search .label {
    float: left;
    width: 80%;
}
.form.form-search .label .input {
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -o-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.form.form-search .btn {
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 2.313em;
    width: 20%;
}
.form.form-horizontal {
    overflow: hidden;
}
.form.form-horizontal .label {
    margin-bottom: 1em;
}
@media all and (min-width: 37.5em) {
    .form.form-horizontal .label {
        margin-bottom: 0;
        margin-left: 1em;
        float: left;
    }
}
@media all and (min-width: 37.5em) {
    .form.form-horizontal .label:first-child {
        margin-left: 0;
    }
}
.form.form-horizontal .label:last-child {
    margin-bottom: 0;
}
.label {
    display: inline-block;
    width: 100%;
}
@media all and (min-width: 37.5em) {
    .label {
        width: auto;
    }
}
.input {
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 0.5em;
    width: 100%;
}
.epg {
    background-color: #ddd;
    overflow: hidden;
}
.epg .epg-header {
    overflow: hidden;
    padding-top: 1em;
    padding-bottom: 1em;
}
.epg .epg-header .title {
    margin: 0;
}
@media all and (min-width: 37.5em) {
    .epg .epg-header .title {
        float: left;
    }
}
.epg .epg-header .form {
    padding-top: 0.4em;
}
@media all and (min-width: 37.5em) {
    .epg .epg-header .form {
        float: right;
    }
}
.epg .epg-nav {
    background-color: #f0f0f0;
    overflow: hidden;
    padding-top: 1em;
    padding-bottom: 1em;
    width: 100%;
}
@media all and (min-width: 48em) {
    .epg .epg-nav .form {
        float: left;
        padding-top: 0.25em;
    }
}
.epg .epg-nav .epg-nav-dates {
    margin-top: 1em;
    overflow: hidden;
}
@media all and (min-width: 48em) {
    .epg .epg-nav .epg-nav-dates {
        float: right;
        margin-top: 0;
    }
}
.epg .epg-nav .epg-nav-dates .list-dates {
    background-color: #fff;
    border: 1px solid #111;
    border-top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
@media all and (min-width: 37.5em) {
    .epg .epg-nav .epg-nav-dates .list-dates {
        width: auto;
    }
}
.epg .epg-nav .epg-nav-dates .list-dates li {
    border-top: 1px solid #111;
    display: none;
}
@media all and (min-width: 37.5em) {
    .epg .epg-nav .epg-nav-dates .list-dates li {
        border-right: 1px solid #111;
        border-bottom: 0;
        display: block;
        float: left;
        height: 2.813em;
    }
}
.epg .epg-nav .epg-nav-dates .list-dates li:first-child {
    border-top: 0;
}
.epg .epg-nav .epg-nav-dates .list-dates li:last-child {
    border-right: 0;
}
.epg .epg-nav .epg-nav-dates .list-dates li.today {
    background-color: #111;
    border-top: 1px solid #111;
    display: block;
    position: relative;
}
.epg .epg-nav .epg-nav-dates .list-dates li.today a {
    color: #f0f0f0;
    line-height: 3.25;
    position: relative;
}
.epg .epg-nav .epg-nav-dates .list-dates li.today a:focus,
.epg .epg-nav .epg-nav-dates .list-dates li.today a:hover {
    background-color: #111;
}
.epg .epg-nav .epg-nav-dates .list-dates li.today a.toggle {
    font-size: 1.5em;
    line-height: 1.8;
    height: 100%;
    padding-right: 0.5em;
    padding-left: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}
@media all and (min-width: 37.5em) {
    .epg .epg-nav .epg-nav-dates .list-dates li.today a.toggle {
        display: none;
    }
}
.epg .epg-nav .epg-nav-dates .list-dates li a {
    color: #111;
    display: block;
    font-size: 0.875em;
    font-weight: 700;
    height: 100%;
    padding: 0 0.75em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.epg .epg-nav .epg-nav-dates .list-dates li a:focus,
.epg .epg-nav .epg-nav-dates .list-dates li a:hover {
    background-color: #aaa;
    color: #f0f0f0;
}
.epg .epg-nav .epg-nav-dates .list-dates li a .date {
    display: inline-block;
    font-weight: 400;
    margin-left: 0.25em;
    padding: 0.5em 0;
}
@media all and (min-width: 37.5em) {
    .epg .epg-nav .epg-nav-dates .list-dates li a .date {
        display: block;
        margin-left: 0;
        padding: 0;
    }
}
.epg .epg-contents {
    position: relative;
}
.epg .epg-contents .control {
    color: #fff;
    display: none;
    font-size: 1.5em;
    height: 100%;
    padding-top: 0.75em;
    padding-left: 0.75em;
    position: absolute;
    text-decoration: none;
    top: 41px;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
    width: 50px;
    z-index: 4;
}
@media all and (min-width: 37.5em) {
    .epg .epg-contents .control {
        display: block;
    }
}
.epg .epg-contents .control:focus,
.epg .epg-contents .control:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.epg .epg-contents .control:focus .icon,
.epg .epg-contents .control:hover .icon {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.epg .epg-contents .control.control-prev {
    left: 90px;
}
.epg .epg-contents .control.control-next {
    right: 0;
}
.epg .epg-contents .control .icon {
    -webkit-opacity: 0.75;
    -moz-opacity: 0.75;
    -o-opacity: 0.75;
    opacity: 0.75;
    position: fixed;
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s;
}
.epg .epg-grid {
    background-color: #ddd;
    overflow-x: visible;
    overflow-y: hidden;
}
.epg .epg-timeline {
    background-color: #111;
    padding-left: 75px;
    width: 5850px;
}
@media all and (min-width: 37.5em) {
    .epg .epg-timeline {
        padding-left: 90px;
    }
}
.epg .epg-timeline .list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.epg .epg-timeline .list li {
    border-left: 1px solid #aaa;
    color: #f0f0f0;
    float: left;
    font-weight: 700;
    padding: 0.5em 0 0.5em 0.75em;
    width: 240px;
}
.epg .epg-channels {
    background-color: #aaa;
    -webkit-box-shadow: 5px 0 15px -10px #111;
    -moz-box-shadow: 5px 0 15px -10px #111;
    -o-box-shadow: 5px 0 15px -10px #111;
    box-shadow: 5px 0 15px -10px #111;
    left: 0;
    position: absolute;
    width: 75px;
    z-index: 4;
}
@media all and (min-width: 37.5em) {
    .epg .epg-channels {
        width: 90px;
    }
}
.epg .epg-channels .list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.epg .epg-channels .list li {
    border-bottom: 1px solid #111;
    height: 100px;
    padding-top: 1em;
    width: 100%;
}
.epg .epg-channels .list li:first-child {
    border-top: 1px solid transparent;
}
.epg .epg-channels .list li a {
    display: block;
}
.epg .epg-channels .list li a img {
    display: block;
    margin: 0 auto 0.25em;
}
.epg .epg-channels .list li .title {
    color: #f0f0f0;
    display: block;
    font-size: 0.875em;
    text-align: center;
}
.epg .epg-programmes {
    margin-left: 75px;
    position: relative;
}
@media all and (min-width: 37.5em) {
    .epg .epg-programmes {
        margin-left: 90px;
    }
}
.epg .epg-programmes .epg-marker {
    background-color: #196dff;
    -webkit-box-shadow: 0 0 5px #aaa;
    -moz-box-shadow: 0 0 5px #aaa;
    -o-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    height: 100%;
    position: absolute;
    top: 0;
    width: 3px;
    z-index: 3;
}
.epg .epg-programmes .list {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 5760px;
}
.epg .epg-programmes .list li {
    float: left;
    height: 100px;
    overflow: hidden;
}
.epg .epg-programmes .list li .programme:last-of-type {
    border-right: 0;
}
.epg .epg-programmes .programme {
    border-right: 1px solid #111;
    border-bottom: 1px solid #aaa;
    float: left;
    height: 100%;
    width: 240px;
}
.epg .epg-programmes .programme a {
    color: #111;
    display: block;
    height: 100%;
    padding: 0.75em;
    text-decoration: none;
    -webkit-transition: background-color 0.25s;
    -moz-transition: background-color 0.25s;
    -o-transition: background-color 0.25s;
    transition: background-color 0.25s;
}
.epg .epg-programmes .programme a:focus,
.epg .epg-programmes .programme a:hover {
    background-color: #f0f0f0;
}
.epg .epg-programmes .programme .title {
    font-size: 0.875em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.25em;
}
.epg .epg-programmes .programme .description {
    font-size: 0.875em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.25em;
}
.epg .epg-programmes .programme .time {
    display: inline-block;
    font-size: 0.875em;
    font-weight: 700;
}


