/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v18-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-ext_latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v18-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v18-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v18-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v18-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v18-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v18-latin-ext_latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

﻿body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #43494e;
}
a {
  color: #43494e;
}
a:hover, a:focus {
  color: #e74c3c;
  text-decoration: none;
}
.background-logo {
  width: 220px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-right: 3em;
}
.city-background {
  position: relative;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 260px;
}
.header-container {
  position: relative;
  height: 0;
}
.header-container .stream-name {
  position: absolute;
  top: -220px;
  left: 0;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
    .header-container .stream-name {
        padding: 8px;
    }
    .header-container .stream-name h1 {
        font-size: 22px;
    }
}
.header-container .stream-description {
    position: absolute;
    top: -110px;
    left: 0;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
    .header-container .stream-description {
        padding: 8px;
    }
    .header-container .stream-description h2 {
        font-size: 22px;
    }
}
.header-container h1, h2, h3 {
    margin: 0;
}
.city-rainbow {
  height: 5px;
    background: #0086d9;
    background: -moz-linear-gradient(left, #0086d9 0, #29bad9 100%);
    background: -webkit-linear-gradient(left, #0086d9 0, #29bad9 100%);
    background: linear-gradient(to right, #0086d9 0, #29bad9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0086d9', endColorstr='#29bad9',GradientType=1);
}
.body-content {
    padding-top: 30px;
    padding-bottom: 20px;
}
.body-content h3 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0px;
}
.body-content .agenda {
    padding-left: 10px;
}
.body-content .agenda div {
    height: 400px;
    line-height: 2em;
    overflow: auto;
    margin-left: -10px;
}
.body-content .agenda ul li {
    line-height: normal;
    margin-top: 5px;
    cursor: pointer;
}
.body-content .description {
    padding-top: 10px;
}
.body-content .stream-description h2 {
  font-size: 16px;
}
footer {
    background-color: rgba(0, 36, 58, 1);
  color: #6b7881;
}
footer strong {
  text-transform: uppercase;
  font-weight: bold;
}
footer .footer-box {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  min-height: 200px;
}
footer .footer-box hr {
  border-top-color: #47545d;
}
footer .footer-box div.centered {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
footer .form-control {
  background-color: transparent;
  border-color: #0086D9;
}
footer .form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(201, 57, 43, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(201, 57, 43, 0.6);
}
footer .btn.btn-primary {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0086D9;
}
.video-placeholder {
    position: relative;
    /*height: 433px;*/
    aspect-ratio: 16/9;
  /*padding: 56% 0 0 0;*/
}

@media all and (orientation:portrait) {
    .video-placeholder {
        position: relative;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
    .body-content .agenda div {
        height: 35vh;
        min-height: 200px;
        line-height: 2em;
        overflow: auto;
        margin-left: -10px;
    }
}

body .jwplayer {
    aspect-ratio: 16/9 !important;
    height: auto !important;
}

.video-placeholder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.stream-not-active {
    width: 100%;
    height: auto;
}
/*
ol {
    padding-left: 20px;
}
*/
ul {
    list-style-type: none;
    padding-left: 0;
}

