@import url("http://fonts.googleapis.com/css?family=Lato");
body {
  color: white;
  font-family: "Lato";
  background-color: #152c62; }

img {
  display: block; }
  img.logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;}
  img.option {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px; }
    @media (max-width: 320px) {
      img.option {
        width: 90%; } }
  img.img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto; }
  img.thumbnail {
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 22px; }

header div {
  line-height: 50px;
  height: 50px;
  margin-right: -8px;
  margin-left: -8px;
  padding-left: 15px;
  position: relative;
  color: black;
  font-size: 12px;
  background: #f7fdfb;
  background: -moz-linear-gradient(top, #f7fdfb 0%, #edf7f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7fdfb), color-stop(100%, #edf7f4));
  background: -webkit-linear-gradient(top, #f7fdfb 0%, #edf7f4 100%);
  background: -o-linear-gradient(top, #f7fdfb 0%, #edf7f4 100%);
  background: -ms-linear-gradient(top, #f7fdfb 0%, #edf7f4 100%);
  background: linear-gradient(to bottom, #f7fdfb 0%, #edf7f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7fdfb', endColorstr='#edf7f4',GradientType=0 ); }
  header div:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: -5px;
    border-bottom: 5px solid;
    border-color: #e7c27d; }
  header div h2 {
    padding-bottom: 3px; }
header div h2 a {
    color: dimgray;
    text-decoration: none;
}
section#home, section#section {
  background: #f27629;
  position: relative;
  margin-right: -8px;
  margin-left: -8px;
  padding-top: 20px;
  padding-bottom: 20px; }
section#listing {
  background-color: #f27629;
  margin-right: -8px;
  margin-left: -8px;
  position: relative; }
  section#listing div#previous {
    content: '';
    width: 35px;
    height: 35px;
    z-index: 1;
    background-color: white;
    background-image: url("../../img/previous.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px; }
  section#listing div#next {
    content: '';
    width: 35px;
    height: 35px;
    z-index: 1;
    background-color: white;
    background-image: url("../../img/next.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px; }
section#content, section#credits, section#unsubscribe {
  background-color: #f27629;
  margin-right: -8px;
  margin-left: -8px;
  position: relative;
  height: 100%; }
section#content p, section#content a, section#credits p, section#unsubscribe p {
    color: white;
    font-family: "Lato", sans-serif;
    text-align: center;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased; }
section#unsubscribe p {
    padding: 10px;
    color: white; }
section#credits {
    padding: 10px; }
section#static p {
    color: white;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding: 15px; }
section#static a {
    display: block;
    text-align: center;
    color: white; }
section#streaming {
    background: #f27629;
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 20px;
    padding-bottom: 20px;

}
section#streaming video, section#streaming audio {
    margin-right: 8px;
    margin-left: 8px;
    max-width: 95%;
}
section#streaming p {
    margin-right: 8px;
    margin-left: 8px;
    text-align: justify;
}
input[type=submit].btn {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #777777;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  height: 60px;
  line-height: 50px;
  width: 180px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff; }
  input[type=submit].btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf; }
  input[type=submit].btn:active {
    position: relative;
    top: 1px; }

footer {
  color: white;
  font-family: "Lato", sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }
  footer a {
    color: white; }
  footer p span {
    text-decoration: underline;
    white-space: nowrap; }
