@font-face {
  font-family: 'KhandRegular';
  src: url('../font/KhandRegular.eot');
  src: url('../font/KhandRegular.eot') format('embedded-opentype'), url('../font/KhandRegular.woff2') format('woff2'), url('../font/KhandRegular.woff') format('woff'), url('../font/KhandRegular.ttf') format('truetype'), url('../font/KhandRegular.svg#KhandRegular') format('svg');
}
@font-face {
  font-family: 'KhandLight';
  src: url('../font/KhandLight.eot');
  src: url('../font/KhandLight.eot') format('embedded-opentype'), url('../font/KhandLight.woff2') format('woff2'), url('../font/KhandLight.woff') format('woff'), url('../font/KhandLight.ttf') format('truetype'), url('../font/KhandLight.svg#KhandLight') format('svg');
}
@font-face {
  font-family: 'KhandMedium';
  src: url('../font/KhandMedium.eot');
  src: url('../font/KhandMedium.eot') format('embedded-opentype'), url('../font/KhandMedium.woff2') format('woff2'), url('../font/KhandMedium.woff') format('woff'), url('../font/KhandMedium.ttf') format('truetype'), url('../font/KhandMedium.svg#KhandMedium') format('svg');
}
@font-face {
  font-family: 'KhandSemibold';
  src: url('../font/KhandSemibold.eot');
  src: url('../font/KhandSemibold.eot') format('embedded-opentype'), url('../font/KhandSemibold.woff2') format('woff2'), url('../font/KhandSemibold.woff') format('woff'), url('../font/KhandSemibold.ttf') format('truetype'), url('../font/KhandSemibold.svg#KhandSemibold') format('svg');
}
@font-face {
  font-family: 'KhandBold';
  src: url('../font/KhandBold.eot');
  src: url('../font/KhandBold.eot') format('embedded-opentype'), url('../font/KhandBold.woff2') format('woff2'), url('../font/KhandBold.woff') format('woff'), url('../font/KhandBold.ttf') format('truetype'), url('../font/KhandBold.svg#KhandBold') format('svg');
}
@font-face {
  font-family: 'C_BOX';
  src: url('../font/C_BOX.eot');
  src: url('../font/C_BOX.eot') format('embedded-opentype'), url('../font/C_BOX.woff2') format('woff2'), url('../font/C_BOX.woff') format('woff'), url('../font/C_BOX.ttf') format('truetype'), url('../font/C_BOX.svg#C_BOX') format('svg');
}
@font-face {
  font-family: 'C_BOX_D';
  src: url('../font/C_BOX_D.eot');
  src: url('../font/C_BOX_D.eot') format('embedded-opentype'), url('../font/C_BOX_D.woff2') format('woff2'), url('../font/C_BOX_D.woff') format('woff'), url('../font/C_BOX_D.ttf') format('truetype'), url('../font/C_BOX_D.svg#C_BOX_D') format('svg');
}
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #media-player {
    display: block;
  }
  #playlist {
    font-size: 1em;
    background-color: rgba(226, 199, 156, 0.6);
  }
  #playlist .media-navigation {
    display: inline-block;
  }
  #landing-page #media-player .jp-audio .jp-controls button {
    background-position-x: left;
    background-position-y: center;
  }
  #landing-page #playlist {
    font-size: 0.75em;
  }
  #landing-page #playlist .media-navigation {
    margin-left: -8.2em;
  }
  #landing-page #playlist ol > li:before {
    width: 3em;
    width: 2.3em;
    margin-left: -0.3em;
  }
  section#playlist ol.playlist-items > li {
    margin-left: 6.2em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  body {
    font-size: 1em;
    background-color: #FFF;
  }
  body main.row {
    margin-top: 0;
  }
  body hr {
    width: calc(100% - 30px);
  }
  body #search-wrapper form hr {
    width: calc(100% + 9.4em);
  }
  body #container {
    background-image: url('../images/desktop-bg.jpg');
    background-size: 55em;
    background-position-x: calc(50% + -31em);
    background-position-y: 0em;
    background-attachment: fixed;
    background-color: #FFF;
  }
  body #content-wrapper {
    font-size: 2em;
    margin-left: 1.6em;
    padding-left: 2em;
    width: 63.33333%;
  }
  body #header {
    margin-top: 4.4em;
  }
  body #header h1 {
    margin-left: -2em;
    margin-bottom: .21em;
    text-align: left;
  }
  body #header h1 img {
    width: 94.4%;
  }
  body #header .menu ul li {
    padding-bottom: 0.1em;
  }
  body #header .menu-wrapper,
  body #header #search-wrapper {
    /* padding-right: 10em; */
  }
  body #landing-page {
    margin-top: -1.5em;
    padding-right: 17em;
    font-size: .8em;
  }
  body #landing-page #media-player > div {
    padding: 0 1em;
  }
  body section#playlist ol.playlist-items > li ul {
    margin-top: -0.1em;
  }
  body #footer {
    margin-top: -1em;
  }
  body #footer .menu {
    font-size: 0.47em;
  }
  body #footer .menu ul {
    height: 9em;
    align-items: flex-end;
  }
  body #footer .banners {
    justify-content: space-between;
  }
  body #footer .banners a {
    width: 5em;
    margin: 0;
  }
  body section#playlist ol.playlist-items .media-navigation {
    padding-top: 0.2em;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  body {
    font-size: 1.2em;
  }
  body section#playlist ol.playlist-items > li ul {
    margin-top: -0.3em;
  }
}
/*# sourceMappingURL=landing.css.map */