@import url("https://fonts.googleapis.com/css?family=Roboto:700,600,500,400,300,200,100");
.video-responsive {
  max-width: 960px;
  margin: 20px auto 0; }
  .video-responsive .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 frame */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    text-align: center; }
    .video-responsive .embed-container.four-three {
      padding-bottom: 75%;
      /* 4:3 frame */ }
    .video-responsive .embed-container iframe, .video-responsive .embed-container object, .video-responsive .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-responsive .embed-container iframe {
      display: block;
      margin-left: auto;
      margin-right: auto;
      border: none; }

body {
  margin: 0;
  background: #000; }
  body .no-wrap {
    white-space: nowrap; }
  body header {
    position: relative;
    padding: 60px 40px;
    margin: 0;
    height: calc(100vh - 120px);
    text-align: center;
    z-index: 1;
    display: flex;
    vertical-align: middle;
    justify-content: center; }
    @media (max-width: 1000px) {
      body header {
        padding: 30px 20px;
        height: calc(100vh - 60px); } }
    @media (max-width: 550px) {
      body header {
        background-size: cover; } }
    body header #headerVideo {
      position: absolute;
      right: 0;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      z-index: -2; }
    body header .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: -1; }
    body header #top-bar {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      padding: 20px 40px 0;
      z-index: 2; }
      @media (max-width: 1000px) {
        body header #top-bar {
          padding: 20px 20px 0; } }
      body header #top-bar #logo {
        display: inline-block;
        float: left;
        text-align: left; }
        @media (max-width: 550px) {
          body header #top-bar #logo {
            height: 40px;
            width: auto; } }
        body header #top-bar #logo img {
          height: 36px; }
          @media (max-width: 550px) {
            body header #top-bar #logo img {
              height: 30px !important; } }
        body header #top-bar #logo h1 {
          font-family: 'Roboto';
          font-size: 1em;
          font-weight: 300;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: .38em;
          line-height: 1;
          margin: 0;
          padding: 0; }
          @media (max-width: 550px) {
            body header #top-bar #logo h1 {
              font-size: .85em; } }
      body header #top-bar nav {
        display: inline-block;
        text-align: right;
        float: right; }
        @media (max-width: 720px) {
          body header #top-bar nav {
            display: none; } }
        body header #top-bar nav ul {
          margin: 0;
          padding: 0; }
          body header #top-bar nav ul li {
            padding: 0;
            margin: 0 20px 0 0;
            display: inline-block;
            font-family: 'Roboto';
            font-size: .9em;
            font-weight: 300;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: .05em; }
            body header #top-bar nav ul li:first-child {
              margin-left: 0; }
            body header #top-bar nav ul li:last-child {
              margin-right: 0; }
            body header #top-bar nav ul li a {
              color: #fff;
              text-decoration: none; }
              body header #top-bar nav ul li a:hover {
                opacity: .7; }
      body header #top-bar #mobile-button {
        display: none;
        cursor: pointer; }
        @media (max-width: 720px) {
          body header #top-bar #mobile-button {
            display: inline-block;
            text-align: right;
            float: right;
            line-height: 1; } }
        body header #top-bar #mobile-button .fa-bars {
          font-size: 2em;
          color: #fff; }
        body header #top-bar #mobile-button p {
          font-size: 2em;
          color: #fff;
          margin: 0;
          padding: 0;
          line-height: 1; }
    body header #mobile-nav-panel {
      display: none; }
      @media (max-width: 720px) {
        body header #mobile-nav-panel {
          display: block;
          position: absolute;
          background: rgba(0, 0, 0, 0.96);
          width: 70%;
          height: calc(100vh - 40px);
          margin: 0;
          padding: 20px;
          top: 0;
          bottom: 0;
          left: -650px;
          text-align: left;
          z-index: 999999;
          border-right: rgba(255, 255, 255, 0.1) 1px solid;
          overflow: hidden; }
          body header #mobile-nav-panel ul {
            margin: 0 0 20px;
            padding: 0; }
            body header #mobile-nav-panel ul li {
              margin: 0 20px 0 0;
              display: block;
              font-family: 'Roboto';
              font-size: 1.1em;
              font-weight: 300;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: .05em;
              padding: 10px;
              white-space: nowrap;
              border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
              body header #mobile-nav-panel ul li:first-child {
                margin-left: 0; }
              body header #mobile-nav-panel ul li:last-child {
                margin-right: 0;
                border-bottom: 0; }
              body header #mobile-nav-panel ul li a {
                color: #fff;
                text-decoration: none; }
                body header #mobile-nav-panel ul li a:hover {
                  opacity: .7; }
          body header #mobile-nav-panel h3 {
            font-family: 'Roboto';
            font-size: 1em;
            font-weight: 400;
            color: rgba(255, 255, 255, 0.4);
            text-transform: uppercase;
            margin: 0;
            padding: 0; } }
    body header .header-text {
      /*@media(max-width:650px){
      	margin-bottom:30px;
      }*/ }
      body header .header-text h2 {
        font-family: 'Roboto';
        font-size: 4em;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 0;
        line-height: 1; }
        @media (max-width: 1000px) {
          body header .header-text h2 {
            font-size: 6.4vw; } }
        @media (max-width: 550px) {
          body header .header-text h2 {
            font-size: 12vw; } }
      body header .header-text p {
        font-family: 'Roboto';
        font-size: 1.3em;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: .2em;
        color: #fff;
        text-align: left;
        line-height: 1;
        margin: .3em 0 0 2px; }
        body header .header-text p .arrow {
          font-size: 1.5em; }
        @media (max-width: 845px) {
          body header .header-text p {
            font-size: 1.1em; } }
        @media (max-width: 715px) {
          body header .header-text p {
            font-size: 1em; } }
        @media (max-width: 575px) {
          body header .header-text p {
            font-size: 1em;
            line-height: 1.1; } }
        @media (max-width: 330px) {
          body header .header-text p .no-wrap {
            white-space: normal; } }
      body header .header-text a {
        color: #fff;
        text-decoration: none; }
        body header .header-text a :hover {
          color: #e70000; }
  body #news {
    padding: 60px 40px;
    text-align: center;
    background: #fff; }
    @media (max-width: 1000px) {
      body #news {
        padding: 30px 20px; } }
    body #news .wrap {
      margin: 0;
      text-align: center;
      max-width: 1200px; }
      @media (max-width: 1000px) {
        body #news .wrap {
          max-width: 100%; } }
      body #news .wrap h2 {
        font-family: 'Roboto';
        font-size: 4em;
        font-weight: 700;
        text-transform: uppercase;
        color: #000;
        text-align: left;
        margin: 0 0 40px;
        padding: 0;
        line-height: 1; }
      body #news .wrap article {
        margin: 0 0 80px; }
        @media (max-width: 1000px) {
          body #news .wrap article {
            margin-bottom: 40px; } }
        body #news .wrap article:last-child {
          margin-bottom: 0 !important; }
        body #news .wrap article h3 {
          font-family: 'Roboto';
          font-size: 2em;
          font-weight: 700;
          text-transform: uppercase;
          color: #000;
          text-align: left;
          margin: 0 0 15px;
          padding: 0;
          line-height: 1; }
          @media (max-width: 1000px) {
            body #news .wrap article h3 {
              font-size: 1.6em; } }
        body #news .wrap article p {
          font-family: 'Roboto';
          font-size: 1.1em;
          font-weight: 400;
          letter-spacing: .2em;
          line-height: 1.5;
          color: #000;
          text-align: left;
          margin: 0 0 20px; }
          body #news .wrap article p .arrow {
            font-size: 1.5em; }
        body #news .wrap article a {
          color: #000;
          text-decoration: underline; }
          body #news .wrap article a:hover {
            color: #e70000; }
  body footer {
    padding: 40px 40px;
    text-align: center;
    background: #000; }
    body footer p {
      font-family: 'Roboto';
      font-size: 1em;
      font-weight: 300;
      letter-spacing: .2em;
      color: #fff;
      margin-bottom: 0; }
    body footer a {
      color: #fff;
      margin: 0 5px 0 0;
      text-decoration: none; }
      body footer a:last-child {
        margin-right: 0; }
      body footer a :hover {
        color: #e70000; }
      body footer a .fab {
        color: #fff; }

#music header {
  height: 50vh; }
  @media (max-width: 550px) {
    #music header {
      background: url("/media/cover/mikal-studio-4.jpg") center top scroll;
      background-size: cover;
      height: 30vh; } }
#music #body {
  padding: 60px 40px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1000px) {
    #music #body {
      padding: 30px 20px; } }
  #music #body h2 {
    font-family: 'Roboto';
    font-size: 2em;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1; }
  #music #body .download {
    margin-top: 20px; }
    #music #body .download a {
      color: #fff;
      text-decoration: none;
      margin-right: 10px; }
      #music #body .download a:last-child {
        margin-right: 0; }
      #music #body .download a:hover {
        color: #e70000; }
  #music #body #article-wrap {
    text-align: center;
    vertical-align: text-top;
    margin: 20px -30px 0 auto; }
    @media (max-width: 550px) {
      #music #body #article-wrap {
        margin-right: 0; } }
    #music #body #article-wrap article {
      padding: 0;
      margin: 30px 30px 0 0;
      background: #111;
      border: #333 solid 1px;
      border-radius: 0 0 10px 10px;
      width: 100%;
      max-width: 250px;
      display: inline-block;
      vertical-align: text-top; }
      @media (max-width: 600px) {
        #music #body #article-wrap article {
          max-width: 100%;
          margin: 0 auto 20px; } }
      #music #body #article-wrap article .image-box {
        margin: 0;
        padding: 0;
        height: 250px;
        display: block;
        overflow: display;
        border-bottom: #333 solid 1px; }
        @media (max-width: 600px) {
          #music #body #article-wrap article .image-box {
            width: 100%;
            height: calc(100vw - 40px); } }
        #music #body #article-wrap article .image-box img {
          width: 100%;
          height: auto; }
        #music #body #article-wrap article .image-box iframe {
          border: 0;
          width: 250px;
          height: 250px; }
          @media (max-width: 600px) {
            #music #body #article-wrap article .image-box iframe {
              width: 100%;
              height: calc(100vw - 40px); } }
      #music #body #article-wrap article .text-box {
        margin: 0;
        padding: 0;
        text-align: left; }
        #music #body #article-wrap article .text-box .title {
          padding: 10px; }
          #music #body #article-wrap article .text-box .title h3 {
            font-family: 'Roboto';
            font-size: 1em;
            font-weight: 400;
            line-height: 1.3;
            color: #fff;
            padding: 0;
            margin: 0;
            letter-spacing: .02;
            text-align: center; }
            @media (max-width: 600px) {
              #music #body #article-wrap article .text-box .title h3 {
                font-size: 1.3em; } }
        #music #body #article-wrap article .text-box .desc {
          padding: 10px;
          background: #000;
          border-top: #333 solid 1px;
          border-bottom: #333 solid 1px; }
          #music #body #article-wrap article .text-box .desc p {
            font-family: 'Roboto';
            font-size: 1em;
            font-weight: 300;
            line-height: 1.3;
            color: #fff;
            text-align: center;
            margin: 0; }
            #music #body #article-wrap article .text-box .desc p:last-child {
              margin-bottom: 0; }
        #music #body #article-wrap article .text-box .buy {
          padding: 0;
          vertical-align: text-top; }
          #music #body #article-wrap article .text-box .buy ul {
            padding: 0 10px; }
            #music #body #article-wrap article .text-box .buy ul li {
              display: block;
              font-family: 'Roboto';
              font-size: 1em;
              font-weight: 300;
              letter-spacing: .1em;
              line-height: 1.6;
              color: #fff;
              margin: 0; }
              @media (max-width: 600px) {
                #music #body #article-wrap article .text-box .buy ul li {
                  font-size: 1.3em; } }
              #music #body #article-wrap article .text-box .buy ul li a {
                color: #fff;
                text-decoration: none; }
                #music #body #article-wrap article .text-box .buy ul li a:hover {
                  color: #e70000; }

#video header {
  height: 50vh; }
  @media (max-width: 550px) {
    #video header {
      background: url("/media/cover/mikal-studio-4.jpg") center top scroll;
      background-size: cover;
      height: 30vh; } }
#video #body {
  padding: 60px 40px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1000px) {
    #video #body {
      padding: 30px 20px; } }
  #video #body article {
    margin: 0 auto 60px; }
    #video #body article:last-child {
      margin-bottom: 0; }
    @media (max-width: 600px) {
      #video #body article {
        width: 100%; } }
    #video #body article h2 {
      font-family: 'Roboto';
      font-size: 2em;
      font-weight: 300;
      color: #fff;
      margin-top: 0; }
      @media (max-width: 1000px) {
        #video #body article h2 {
          font-size: 3.4vw; } }
      @media (max-width: 650px) {
        #video #body article h2 {
          font-size: 6vw; } }

#about header {
  height: 50vh; }
  @media (max-width: 550px) {
    #about header {
      background: url("/media/cover/mikal-studio-4.jpg") center top scroll;
      background-size: cover;
      height: 30vh; } }
#about #body {
  padding: 60px 40px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1000px) {
    #about #body {
      padding: 30px 20px; } }
  #about #body h2 {
    font-family: 'Roboto';
    font-size: 2em;
    font-weight: 200;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1000px) {
      #about #body h2 {
        font-size: 3.4vw; } }
    @media (max-width: 650px) {
      #about #body h2 {
        font-size: 6vw; } }
  #about #body p {
    font-family: 'Roboto';
    font-size: 1.1em;
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #fff;
    text-align: left;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    #about #body p a {
      color: #fff; }

#radio header {
  height: 50vh; }
  @media (max-width: 550px) {
    #radio header {
      background: url("/media/cover/mikal-studio-4.jpg") center top scroll;
      background-size: cover;
      height: 30vh; } }
#radio #body {
  padding: 60px 40px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1000px) {
    #radio #body {
      padding: 30px 20px; } }
  #radio #body h2 {
    font-family: 'Roboto';
    font-size: 2em;
    font-weight: 200;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1000px) {
      #radio #body h2 {
        font-size: 3.4vw; } }
    @media (max-width: 650px) {
      #radio #body h2 {
        font-size: 6vw; } }
  #radio #body p {
    font-family: 'Roboto';
    font-size: 1.1em;
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #fff;
    text-align: left;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  #radio #body a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline; }
  #radio #body #station-list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px; }
    @media (max-width: 980px) {
      #radio #body #station-list {
        padding-left: 10px; } }
    @media (max-width: 820px) {
      #radio #body #station-list {
        padding-left: 0; } }
    #radio #body #station-list h3 {
      font-family: 'Roboto';
      color: #fff;
      font-size: 2em;
      font-weight: 300;
      line-height: 1;
      padding: 0;
      margin: 1.5em 0 0 -20px !important; }
      @media (max-width: 980px) {
        #radio #body #station-list h3 {
          margin-left: -10px !important; } }
      @media (max-width: 820px) {
        #radio #body #station-list h3 {
          margin-left: 0 !important; } }
    #radio #body #station-list article {
      display: inline-block;
      position: relative;
      width: 43%;
      background: rgba(255, 255, 255, 0.3);
      /*background:#990000;*/
      padding: 20px;
      margin: 20px 20px 0 0;
      border-radius: 20px;
      text-align: left;
      vertical-align: text-top;
      z-index: 1;
      /*.left {
        display:inline-block;
        text-align:left;
      }*/ }
      @media (max-width: 980px) {
        #radio #body #station-list article {
          margin: 10px 10px 0 0; } }
      @media (max-width: 820px) {
        #radio #body #station-list article {
          display: block;
          width: auto;
          margin-right: 0; } }
      #radio #body #station-list article p {
        font-family: 'Roboto';
        color: #fff;
        font-size: 1.1em;
        font-weight: 300;
        line-height: 1.8em;
        margin: 0; }
      #radio #body #station-list article h4 {
        font-family: 'Roboto';
        color: #fff;
        font-size: 1.8em;
        font-weight: 300;
        margin: 0;
        text-align: left; }
        @media (max-width: 970px) {
          #radio #body #station-list article h4 {
            font-size: 1.3em; } }
      #radio #body #station-list article a {
        text-decoration: none;
        color: #fff; }
      #radio #body #station-list article .social {
        width: calc(100% - 40px);
        position: absolute;
        text-align: right;
        float: right;
        top: 10;
        right: 10; }
        #radio #body #station-list article .social a {
          margin-right: 5px; }
          #radio #body #station-list article .social a:hover {
            opacity: .6; }
          #radio #body #station-list article .social a:last-child {
            margin-right: 0; }

#email-list header {
  height: 50vh; }
  @media (max-width: 550px) {
    #email-list header {
      background: url("/media/cover/mikal-studio-4.jpg") center top scroll;
      background-size: cover;
      height: 30vh; } }
#email-list #body {
  padding: 60px 40px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1000px) {
    #email-list #body {
      padding: 30px 20px; } }
  #email-list #body h2 {
    font-family: 'Roboto';
    font-size: 2em;
    font-weight: 200;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1000px) {
      #email-list #body h2 {
        font-size: 3.4vw; } }
    @media (max-width: 650px) {
      #email-list #body h2 {
        font-size: 6vw; } }
  #email-list #body p {
    font-family: 'Roboto';
    font-size: 1.1em;
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #fff;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
  #email-list #body a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline; }
  #email-list #body form {
    font-family: 'Roboto';
    font-size: 1.3em;
    margin-top: 20px; }
    #email-list #body form input {
      font-size: 1.1em;
      font-weight: 300;
      font-family: 'roboto';
      border-radius: 10px;
      border: rgba(0, 0, 0, 0.2) solid 1px;
      color: rgba(0, 0, 0, 0.6);
      padding: .4em 1em;
      margin: .1em auto .5em;
      width: 100%;
      max-width: 300px;
      display: block; }
    #email-list #body form p {
      font-size: 1em;
      font-weight: 300;
      font-family: 'Roboto';
      padding: 0;
      margin: 0 auto;
      text-align: center; }
  #email-list #body .button {
    font-family: 'Roboto';
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1;
    padding: 10px 2em;
    margin: 1em auto 0;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1); }
    #email-list #body .button:hover {
      border-color: #fff;
      background: #fff;
      color: #000 !important;
      cursor: pointer; }
  #email-list #body .thank-you {
    margin: .2em 5% .5em; }

#contact header {
  height: 50vh; }
  @media (max-width: 550px) {
    #contact header {
      background: url("/media/cover/mikal-studio-4.jpg") center top scroll;
      background-size: cover;
      height: 30vh; } }
#contact #body {
  padding: 60px 40px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1000px) {
    #contact #body {
      padding: 30px 20px; } }
  #contact #body h2 {
    font-family: 'Roboto';
    font-size: 2em;
    font-weight: 200;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1000px) {
      #contact #body h2 {
        font-size: 3.4vw; } }
    @media (max-width: 650px) {
      #contact #body h2 {
        font-size: 6vw; } }
  #contact #body h3 {
    font-family: 'Roboto';
    font-size: 1.8em;
    line-height: 1em;
    font-weight: 200;
    padding: 0;
    margin: 40px 0 20px;
    color: #fff; }
    #contact #body h3:last-child {
      margin-bottom: 0; }
  #contact #body p {
    font-family: 'Roboto';
    font-size: 1.1em;
    font-weight: 200;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #fff;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    #contact #body p a {
      color: #fff;
      text-decoration: none; }
      #contact #body p a:hover {
        opacity: .8; }
  #contact #body .button {
    font-family: 'Roboto';
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1;
    padding: 10px 2em;
    margin: 1em auto 0;
    border-radius: 10px;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.2); }
    #contact #body .button:hover {
      border-color: #fff;
      background: #fff;
      color: #000 !important;
      cursor: pointer; }
