@import url("https://fonts.googleapis.com/css?family=Roboto:500,400,300,100");
@import url("https://fonts.googleapis.com/css?family=Rye:400");
@import url("https://fonts.googleapis.com/css?family=Special+Elite");
@import url("https://fonts.googleapis.com/css?family=Raleway");
body {
  margin: 0;
  background: #000; }
  body#tour header #top-bar nav ul li a.tour, body#shop header #top-bar nav ul li a.shop, body#booking header #top-bar nav ul li a.booking, body#music header #top-bar nav ul li a.music, body#album header #top-bar nav ul li a.music {
    color: #f13d3d; }

header {
  background-size: cover;
  padding: auto 40px;
  margin: 0;
  position: relative;
  text-align: center;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1100px) {
    header {
      height: 80vh; } }
  header.interior {
    height: 74px;
    background: none; }
    header.interior.booking {
      background-size: cover;
      height: auto; }
      @media (max-width: 1100px) {
        header.interior.booking {
          background: url("/media/booking/mike-tramp-crowd4.jpg") no-repeat center center fixed; } }
    header.interior.shop {
      background-size: cover;
      height: auto; }
      @media (max-width: 1100px) {
        header.interior.shop {
          background: url("/media/merch/mike-tramp-merch-table-1280-2.jpg") no-repeat center center fixed; } }
    header.interior.tour-bit {
      background-size: cover;
      height: auto; }
      @media (max-width: 1100px) {
        header.interior.tour-bit {
          background: url("/media/tour/mike-tramp-tour.jpg") no-repeat center center fixed; } }
      header.interior.tour-bit h1 {
        font-family: 'Rye';
        font-size: 3em;
        font-weight: 400;
        color: #f13d3d;
        line-height: 1;
        letter-spacing: .1em;
        margin: 154px auto 40px;
        padding-top: .1em;
        text-transform: uppercase;
        opacity: 1;
        text-shadow: none; }
        @media (max-width: 1100px) {
          header.interior.tour-bit h1 {
            font-size: 2.6em;
            margin: 114px auto 40px; } }
    header.interior.music {
      height: auto; }
    header.interior.album {
      height: auto; }
  header .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1; }
    header .overlay.booking {
      background: rgba(0, 0, 0, 0.8); }
    header .overlay.tour {
      background: rgba(0, 0, 0, 0.8); }
    header .overlay.shop {
      background: rgba(0, 0, 0, 0.7); }
    header .overlay.music {
      background: rgba(0, 0, 0, 0.7); }
    header .overlay.album {
      background: rgba(0, 0, 0, 0.7); }
  header #top-bar {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 40px;
    z-index: 2;
    text-align: center;
    /* desktop begin */
    /* desktop end */
    /* mobile begin */ }
    header #top-bar.interior {
      background: #0e1b1d; }
      @media (max-width: 1100px) {
        header #top-bar.interior {
          background: #000; } }
    header #top-bar.booking {
      color: #0e1b1d; }
    @media (max-width: 1100px) {
      header #top-bar {
        padding: 20px 20px 0;
        flex-direction: row-reverse; } }
    header #top-bar nav {
      justify-content: flex-start;
      margin: 0; }
      @media (max-width: 1100px) {
        header #top-bar nav {
          display: none; } }
      header #top-bar nav ul {
        margin: 0;
        padding: 0; }
        header #top-bar nav ul li {
          padding: 0;
          margin: 0 10px 0 0;
          display: inline-block;
          font-family: 'league-gothic';
          font-size: 1.4em;
          font-weight: 400;
          color: #fff;
          text-transform: uppercase;
          letter-spacing: .1em; }
          header #top-bar nav ul li:first-child {
            margin-left: 0; }
          header #top-bar nav ul li:last-child {
            margin-right: 0; }
          header #top-bar nav ul li a {
            color: #fff;
            text-decoration: none; }
            header #top-bar nav ul li a:hover {
              color: #f13d3d; }
            header #top-bar nav ul li a.green:hover {
              color: #a2b566; }
    header #top-bar #logo {
      display: none;
      text-align: center;
      margin: 0 50px;
      padding: 0;
      justify-content: center;
      left: 50%;
      margin-left: -10px; }
      header #top-bar #logo.interior {
        display: inline-block; }
        header #top-bar #logo.interior a {
          color: #fff;
          text-decoration: none; }
        @media (max-width: 1100px) {
          header #top-bar #logo.interior {
            position: absolute;
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: space-between;
            float: left;
            left: 0;
            margin: 30px auto auto 20px; } }
      header #top-bar #logo h2 {
        font-family: 'Rye';
        font-size: 1.8em;
        font-weight: 400;
        color: #fff;
        line-height: 1;
        text-transform: uppercase;
        letter-spacing: .05em;
        margin: 2px 0 -3px;
        padding: 0; }
        @media (max-width: 1100px) {
          header #top-bar #logo h2 {
            font-size: 1.3em; } }
      header #top-bar #logo img {
        margin: 0 0 -20px 10px;
        padding: 0; }
        @media (max-width: 1100px) {
          header #top-bar #logo img {
            height: 30px;
            margin: 2px 0 0; } }
    header #top-bar #social-top {
      margin: 0;
      justify-content: flex-end; }
      @media (max-width: 1100px) {
        header #top-bar #social-top {
          display: none; } }
      header #top-bar #social-top a {
        color: #fff;
        margin: 0 10px 0 0; }
        header #top-bar #social-top a .fa-brands {
          font-size: 1.6em;
          color: #fff;
          padding: 0; }
          header #top-bar #social-top a .fa-brands:hover {
            color: #f13d3d; }
        header #top-bar #social-top a:last-child {
          margin-right: 0; }
    header #top-bar #mobile-button {
      display: none; }
      @media (max-width: 1100px) {
        header #top-bar #mobile-button {
          position: absolute;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          float: right;
          cursor: pointer;
          line-height: 1;
          margin-top: 26px; } }
      header #top-bar #mobile-button .fa-bars {
        font-size: 2em;
        color: #fff; }
      header #top-bar #mobile-button p {
        font-size: 2em;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 1; }
  header #mobile-nav-panel {
    display: none; }
    @media (max-width: 900px) {
      header #mobile-nav-panel {
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, 0.9);
        width: 80%;
        height: calc(100vh - 40px);
        margin: 0;
        padding: 20px 10px;
        top: 0;
        bottom: 0;
        left: -800px;
        text-align: left;
        z-index: 999999;
        border-right: rgba(255, 255, 255, 0.1) 1px solid;
        overflow: hidden;
        color: #fff; }
        header #mobile-nav-panel #panel-close-button {
          display: block;
          float: right;
          margin-right: 10px; }
          header #mobile-nav-panel #panel-close-button i {
            font-size: 1.8em;
            cursor: pointer; }
            header #mobile-nav-panel #panel-close-button i:hover {
              color: #a2b566; }
        header #mobile-nav-panel #mobile-nav {
          margin: 0; }
          header #mobile-nav-panel #mobile-nav ul {
            margin: 40px 0 20px;
            padding: 0; }
            header #mobile-nav-panel #mobile-nav ul li {
              margin: 0 20px 0 0;
              display: block;
              font-family: 'league-gothic';
              font-size: 1.8em;
              font-weight: 300;
              color: #fff;
              text-transform: uppercase;
              letter-spacing: .1em;
              padding: 10px 10px 5px;
              white-space: nowrap; }
              header #mobile-nav-panel #mobile-nav ul li:last-child {
                margin-right: 0; }
              header #mobile-nav-panel #mobile-nav ul li a {
                color: #fff;
                text-decoration: none; }
                header #mobile-nav-panel #mobile-nav ul li a:hover {
                  color: #f13d3d; }
        header #mobile-nav-panel #social-mobile {
          padding: 30px 0 10px;
          margin-left: 10px;
          margin-right: 15px;
          border-top: 1px solid rgba(255, 255, 255, 0.4);
          text-align: center;
          /*&:last-child {
          	margin-right:0 !important;
          }*/ }
          header #mobile-nav-panel #social-mobile a {
            color: #fff; }
            header #mobile-nav-panel #social-mobile a i.fa-brands {
              font-size: 1.8em;
              color: #fff;
              margin-right: 10px !important; }
              header #mobile-nav-panel #social-mobile a i.fa-brands:hover.fa-facebook {
                color: #0866ff; }
              header #mobile-nav-panel #social-mobile a i.fa-brands:hover.fa-youtube {
                color: #ff0000; }
              header #mobile-nav-panel #social-mobile a i.fa-brands:hover.fa-instagram {
                color: #d4429f; }
              header #mobile-nav-panel #social-mobile a i.fa-brands:hover.fa-spotify {
                color: #25d865; }
              header #mobile-nav-panel #social-mobile a i.fa-brands:hover.fa-apple {
                color: #ff0000; }
        header #mobile-nav-panel #mobile-copyright {
          margin: 20px 15px 0 10px;
          padding: 10px 0;
          border-top: 1px solid rgba(255, 255, 255, 0.4);
          text-align: center; }
          header #mobile-nav-panel #mobile-copyright p {
            font-family: 'Roboto';
            font-size: 1em;
            font-weight: 400;
            color: #fff; }
        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; } }
  header .container {
    text-align: center;
    width: 100%; }
    header .container h1 {
      font-family: 'Rye';
      font-size: 7em;
      font-weight: 400;
      color: #fff;
      line-height: 1;
      margin: 0 auto;
      padding: 0;
      opacity: .7;
      text-transform: uppercase;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); }
      @media (max-width: 900px) {
        header .container h1 {
          font-size: 5em; } }
    header .container h2 {
      font-family: 'Rye';
      font-size: 3em;
      font-weight: 100;
      color: #b72d2d;
      line-height: 1;
      letter-spacing: .2em;
      margin: 0 auto;
      padding: 0;
      opacity: .8;
      text-transform: uppercase;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); }
      @media (max-width: 900px) {
        header .container h2 {
          font-size: 2.6em; } }
    header .container h3 {
      font-family: 'Special Elite';
      font-size: 1.6em;
      font-weight: 100;
      color: #fff;
      line-height: 1;
      letter-spacing: .2em;
      margin: 1em auto 0;
      text-transform: uppercase;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7); }
      @media (max-width: 900px) {
        header .container h3 {
          font-size: 1.1em; } }
      header .container h3 a {
        color: #fff; }
    header .container p {
      font-family: 'Raleway';
      font-size: 1em;
      font-weight: 600;
      color: #fff;
      line-height: 2;
      letter-spacing: .2em;
      margin: 1em auto 2em;
      padding: .5em 0;
      text-transform: uppercase; }
      header .container p a {
        color: #fff; }
        header .container p a i .fa-brands {
          font-size: 3em;
          color: #fff;
          padding: 1em auto; }
    header .container.booking {
      padding-top: 114px; }
      @media (max-width: 1100px) {
        header .container.booking {
          padding: 60px 20px 40px; } }
      header .container.booking h1 {
        font-family: 'Rye';
        font-size: 3em;
        font-weight: 400;
        color: #f13d3d;
        opacity: 1;
        line-height: 1;
        letter-spacing: .1em;
        margin: 40px auto;
        padding-top: .1em;
        text-transform: uppercase;
        text-shadow: none; }
        @media (max-width: 1100px) {
          header .container.booking h1 {
            font-size: 2.6em; } }
      header .container.booking article {
        display: block;
        position: relative;
        width: 100%;
        max-width: 600px;
        padding: 40px auto;
        border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
        margin-left: auto;
        margin-right: auto; }
        header .container.booking article:first-child {
          margin-top: 10px; }
        header .container.booking article:last-child {
          border-bottom: 0; }
        header .container.booking article h3 {
          font-family: 'Raleway';
          font-size: 1.8em;
          font-weight: 400;
          color: #fff;
          line-height: 1;
          letter-spacing: .1em;
          margin-top: 30px;
          text-transform: uppercase; }
        header .container.booking article p {
          font-family: 'Roboto';
          font-size: 1.2em;
          font-weight: 300;
          color: #fff;
          line-height: 1.6;
          margin: 10px auto 20px;
          text-transform: none;
          letter-spacing: normal; }
        header .container.booking article a {
          color: #fff;
          font-weight: 400;
          text-transform: none; }
          header .container.booking article a:hover {
            color: #f13d3d; }
    @media (max-width: 1250px) {
      header .container.tour {
        margin-left: 20px;
        margin-right: 20px; } }
    header .container .tour {
      text-align: center;
      width: 100%;
      max-width: 1200px;
      margin: 60px auto;
      padding: 0 auto 20px;
      background: rgba(255, 255, 255, 0.2); }
      @media (max-width: 1057px) {
        header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event:first-child {
          border-top: none; } }
      header .container .tour .bit-widget-container .bit-container .bit-widget.bit-layout-desktop .bit-venue-vertical {
        text-align: left; }
      header .container .tour .bit-widget-container .bit-container .bit-widget .bit-venue-vertical {
        margin-top: 5px; }
        @media (max-width: 1057px) {
          header .container .tour .bit-widget-container .bit-container .bit-widget .bit-venue-vertical {
            font-size: 1.4em;
            margin-top: 10px; } }
      header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-description {
        text-align: left; }
        @media (max-width: 1057px) {
          header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-description {
            text-align: center;
            font-size: 1.3em;
            margin-left: 9px;
            margin-bottom: 10px; } }
      header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-offers-text {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .05em; }
      header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-location-under-tablet {
        font-size: 1.1em;
        font-weight: 500;
        line-height: 1.3;
        color: #f13d3d;
        text-align: left; }
        @media (max-width: 1057px) {
          header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-location-under-tablet {
            text-align: center;
            font-size: 1.5em;
            line-height: 1.6;
            font-weight: 600;
            color: #fff;
            letter-spacing: .05em; } }
      header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-location-under-mobile {
        color: #f13d3d;
        font-weight: 500;
        font-size: 1.1em; }
        @media (max-width: 1057px) {
          header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-location-under-mobile {
            text-align: center;
            font-size: 1.5em;
            line-height: 1.6;
            font-weight: 600;
            color: #fff;
            letter-spacing: .05em; } }
      @media (max-width: 1057px) {
        header .container .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-mobile-social-share-button {
          display: none; } }
      header .container .tour .bit-widget-container .bit-container .bit-widget.bit-layout-ipad .bit-event .bit-details a.bit-mobile-date {
        font-size: 1.3em; }
      header .container .tour .bit-widget-container .bit-container .bit-widget.bit-layout-ipad .bit-mobile-social-share-button .bit-social-wrapper {
        height: 0; }
      @media (max-width: 1057) {
        header .container .tour .bit-widget-container .bit-container .bit-widget a {
          color: #b72d2d; } }
      header .container .tour .bit-widget-container .bit-container .bit-widget .bit-nav-bar-container {
        display: none; }
      header .container .tour h1 {
        font-family: 'Rye';
        font-size: 3em;
        font-weight: 400;
        color: #b72d2d;
        line-height: 1;
        letter-spacing: .1em;
        margin: 40px auto;
        padding-top: .1em;
        text-transform: uppercase;
        text-shadow: none; }
        @media (max-width: 1100px) {
          header .container .tour h1 {
            font-size: 2.6em;
            margin: 0 auto 40px; } }
      header .container .tour p {
        font-family: 'Roboto';
        font-size: 1em;
        font-weight: 300;
        color: #fff; }
    header .container.shop {
      padding-top: 114px;
      height: 90vh; }
      @media (max-width: 1250px) {
        header .container.shop {
          margin-left: 20px;
          margin-right: 20px; } }
      header .container.shop h1 {
        font-family: 'Rye';
        font-size: 3em;
        font-weight: 400;
        color: #f13d3d;
        opacity: 1;
        line-height: 1;
        letter-spacing: .1em;
        margin: 40px auto;
        padding-top: .1em;
        text-transform: uppercase;
        text-shadow: none; }
        @media (max-width: 1100px) {
          header .container.shop h1 {
            font-size: 2.6em;
            margin: 0 auto 40px; } }
      header .container.shop .shop {
        text-align: center;
        width: 100%;
        max-width: 800px;
        margin: 30px auto;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.7); }
        @media (max-width: 1100px) {
          header .container.shop .shop {
            width: 90%; } }
        header .container.shop .shop article {
          border-bottom: rgba(255, 255, 255, 0.2) solid 1px; }
          header .container.shop .shop article:last-child {
            border-bottom: none; }
          header .container.shop .shop article h3 {
            font-family: 'Raleway';
            font-size: 2em;
            font-weight: 400;
            color: #fff;
            line-height: 1;
            letter-spacing: .1em;
            margin-top: 30px;
            text-transform: uppercase; }
          header .container.shop .shop article p {
            font-family: 'Roboto';
            font-size: 1.4em;
            font-weight: 300;
            color: #fff;
            line-height: 1.6;
            margin: 10px auto 20px;
            text-transform: none;
            letter-spacing: normal; }
    header .container.music {
      padding-top: 114px; }
      @media (max-width: 1100px) {
        header .container.music {
          padding: 60px 20px 40px; } }
      header .container.music h1 {
        font-family: 'Rye';
        font-size: 3em;
        font-weight: 400;
        color: #f13d3d;
        opacity: 1;
        line-height: 1;
        letter-spacing: .1em;
        margin: 40px auto;
        padding-top: .1em;
        text-transform: uppercase;
        text-shadow: none; }
        @media (max-width: 1100px) {
          header .container.music h1 {
            font-size: 2.6em; } }
      header .container.music #wrapper {
        text-align: center;
        width: 100%;
        max-width: 1450px;
        position: relative;
        margin: auto auto 40px;
        left: 13px; }
        @media (max-width: 630px) {
          header .container.music #wrapper {
            left: 0; } }
        header .container.music #wrapper article {
          display: inline-block;
          position: relative;
          text-align: center;
          padding: 0;
          border: rgba(255, 255, 255, 0.1) solid 1px;
          border-radius: 0 0 10px 10px;
          width: 100%;
          max-width: 250px;
          height: auto;
          margin: 30px 30px 0 0;
          vertical-align: text-top; }
          @media (max-width: 630px) {
            header .container.music #wrapper article {
              display: block;
              max-width: 100%;
              margin-right: 0; } }
          header .container.music #wrapper article .image {
            margin: 0;
            padding: 0;
            height: 250px;
            display: block;
            overflow: display;
            border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }
            @media (max-width: 630px) {
              header .container.music #wrapper article .image {
                width: 100%;
                height: calc(100vw - 40px); } }
            header .container.music #wrapper article .image img {
              width: 100%;
              height: auto; }
          header .container.music #wrapper article .text {
            padding: 20px 10px;
            background: rgba(0, 0, 0, 0.2);
            border-radius: 0 0 10px 10px; }
            header .container.music #wrapper article .text h3 {
              font-family: 'Roboto';
              font-size: 1.2em;
              font-weight: 500;
              color: #fff;
              padding: 0;
              margin: 0;
              letter-spacing: normal;
              text-align: center;
              text-transform: none;
              text-shadow: none; }
              @media (max-width: 600px) {
                header .container.music #wrapper article .text h3 {
                  font-size: 1.3em; } }
            header .container.music #wrapper article .text p {
              font-family: 'Roboto';
              font-size: 1em;
              font-weight: 300;
              line-height: 1;
              color: #fff;
              text-align: center;
              text-transform: none;
              margin: auto auto 10px;
              letter-spacing: .01em; }
              header .container.music #wrapper article .text p:last-child {
                margin-bottom: 0; }
              header .container.music #wrapper article .text p a {
                color: #fff;
                font-weight: 600;
                text-decoration: none;
                text-transform: uppercase; }
                header .container.music #wrapper article .text p a.btn {
                  padding: 10px 20px;
                  background: #f13d3d;
                  border-radius: 4px; }
                  header .container.music #wrapper article .text p a.btn:hover {
                    opacity: .75; }
    header .container.album {
      padding-top: 114px; }
      @media (max-width: 1330px) {
        header .container.album {
          padding: 114px 40px 40px; } }
      @media (max-width: 700px) {
        header .container.album {
          padding: 114px 20px 40px; } }
      header .container.album h1 {
        font-family: 'Rye';
        font-size: 3em;
        font-weight: 400;
        color: #f13d3d;
        opacity: 1;
        line-height: 1;
        letter-spacing: .1em;
        margin: 40px auto;
        padding-top: .1em;
        text-transform: uppercase;
        text-shadow: none; }
        @media (max-width: 1100px) {
          header .container.album h1 {
            font-size: 2.6em; } }
      header .container.album #wrapper {
        display: inline-block;
        position: relative;
        text-align: center;
        padding: 0;
        width: 100%;
        max-width: 1250px;
        position: relative;
        margin: auto auto 40px;
        vertical-align: text-top; }
        @media (max-width: 700px) {
          header .container.album #wrapper {
            display: block;
            max-width: 100%;
            margin-right: 0; } }
        header .container.album #wrapper #breadcrumbs {
          display: block;
          margin: auto auto 40px;
          width: 100%;
          max-width: 1250px; }
          @media (max-width: 1100px) {
            header .container.album #wrapper #breadcrumbs {
              display: none; } }
          header .container.album #wrapper #breadcrumbs p {
            font-family: 'Raleway';
            font-size: 1.1em;
            font-weight: 300;
            color: #fff;
            text-transform: none;
            margin-bottom: 0;
            letter-spacing: .02em;
            text-align: left; }
        header .container.album #wrapper .image {
          display: inline-block;
          vertical-align: text-top;
          width: 100%;
          max-width: 600px;
          margin: 0 40px 0 0;
          padding: 0; }
          @media (max-width: 1330px) {
            header .container.album #wrapper .image {
              max-width: 48%;
              margin-right: 20px; } }
          @media (max-width: 700px) {
            header .container.album #wrapper .image {
              width: 100%;
              max-width: 100%;
              margin-bottom: 40px; } }
          header .container.album #wrapper .image img {
            width: 100%; }
        header .container.album #wrapper .text {
          display: inline-block;
          vertical-align: text-top;
          text-align: left;
          width: 100%;
          max-width: 600px; }
          @media (max-width: 1330px) {
            header .container.album #wrapper .text {
              max-width: 48%; } }
          @media (max-width: 700px) {
            header .container.album #wrapper .text {
              width: 100%;
              max-width: 100%; } }
          header .container.album #wrapper .text h1 {
            font-family: 'Roboto';
            font-size: 2.8em;
            font-weight: 600;
            color: #fff;
            letter-spacing: normal;
            margin: 0 auto auto;
            text-transform: none;
            text-shadow: none; }
            @media (max-width: 1100px) {
              header .container.album #wrapper .text h1 {
                font-size: 2.3em; } }
            @media (max-width: 920px) {
              header .container.album #wrapper .text h1 {
                font-size: 1.8em; } }
            @media (max-width: 750px) {
              header .container.album #wrapper .text h1 {
                font-size: 2em; } }
          header .container.album #wrapper .text h3 {
            font-family: 'Roboto';
            font-size: 1.3em;
            font-weight: 400;
            color: #fff;
            letter-spacing: normal;
            text-transform: none;
            text-shadow: none; }
            @media (max-width: 600px) {
              header .container.album #wrapper .text h3 {
                font-size: 1.3em; } }
          header .container.album #wrapper .text p {
            font-family: 'Raleway';
            font-size: 1.1em;
            font-weight: 300;
            color: #fff;
            text-transform: none;
            margin-bottom: 0;
            letter-spacing: .02em; }
            header .container.album #wrapper .text p:last-child {
              margin-bottom: 0; }
            header .container.album #wrapper .text p a {
              color: #fff;
              font-weight: 600;
              text-decoration: none;
              text-transform: uppercase; }
              header .container.album #wrapper .text p a.btn {
                padding: 10px 20px;
                background: #f13d3d;
                border-radius: 4px; }
                header .container.album #wrapper .text p a.btn:hover {
                  opacity: .75; }
            header .container.album #wrapper .text p .bold {
              font-weight: 600;
              text-transform: uppercase; }

#album div img.parallax-slider {
  filter: blur(60px); }

main h1 {
  font-family: 'Roboto';
  color: #fff;
  text-align: center; }
main #maet {
  display: block;
  background: url("/media/albums/mike-tramp-mand-af-en-tid-single-blur-600px.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 40px; }
  @media (max-width: 1057px) {
    main #maet {
      padding: 20px; } }
  main #maet .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1057px) {
      main #maet .container {
        display: block; } }
    main #maet .container #artwork {
      width: 50%;
      max-width: 600px;
      margin-right: 40px; }
      main #maet .container #artwork img {
        width: auto;
        max-width: 600px; }
        @media (max-width: 1300px) {
          main #maet .container #artwork img {
            max-width: 100%; } }
      @media (max-width: 1057px) {
        main #maet .container #artwork {
          display: block;
          width: 100%;
          margin-right: 0;
          margin-left: auto;
          margin-right: auto; } }
    main #maet .container #info {
      width: auto; }
      @media (max-width: 1300px) {
        main #maet .container #info {
          width: 40%;
          max-width: 40%; } }
      @media (max-width: 1057px) {
        main #maet .container #info {
          display: block;
          width: 100%;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 40px; } }
      main #maet .container #info.text {
        vertical-align: top; }
        main #maet .container #info.text h2 {
          font-family: 'Roboto';
          font-size: 2.4em;
          font-weight: 600;
          color: #fff;
          line-height: 1;
          margin: 0 auto;
          text-transform: uppercase;
          text-align: left; }
          @media (max-width: 1300px) {
            main #maet .container #info.text h2 {
              font-size: 1.6em; } }
        main #maet .container #info.text p {
          font-family: 'Raleway';
          font-size: 1.1em;
          font-weight: 300;
          color: #fff;
          line-height: 1.6;
          text-align: left; }
        main #maet .container #info.text a {
          color: #fff; }
          main #maet .container #info.text a.btn {
            padding: 10px 40px;
            background: #f13d3d;
            border-radius: 4px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            margin: 30px auto !important; }
            main #maet .container #info.text a.btn:hover {
              opacity: .75;
              color: #fff; }
          main #maet .container #info.text a:hover {
            color: #a2b566; }
  main #maet .button {
    font-family: 'league-gothic';
    font-size: 2.4em;
    font-weight: 400;
    margin: 1em .5em 1.5em 0;
    padding: .2em 2em;
    text-shadow: #000 1px 1px;
    background-color: rgba(0, 0, 0, 0.2); }
    main #maet .button:last-child {
      margin-right: 0; }
    main #maet .button:hover {
      text-shadow: #fff 0 0; }
main #mand {
  display: block;
  background: url("/media/albums/mike-tramp-mand-af-en-tid-blur-600px.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 40px; }
  @media (max-width: 1057px) {
    main #mand {
      padding: 20px; } }
  main #mand .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1057px) {
      main #mand .container {
        display: block; } }
    main #mand .container #artwork {
      width: 50%;
      max-width: 600px;
      margin-right: 40px; }
      main #mand .container #artwork img {
        width: auto;
        max-width: 600px; }
        @media (max-width: 1300px) {
          main #mand .container #artwork img {
            max-width: 100%; } }
      @media (max-width: 1057px) {
        main #mand .container #artwork {
          display: block;
          width: 100%;
          margin-right: 0;
          margin-left: auto;
          margin-right: auto; } }
    main #mand .container #info {
      width: auto; }
      @media (max-width: 1300px) {
        main #mand .container #info {
          width: 40%;
          max-width: 40%; } }
      @media (max-width: 1057px) {
        main #mand .container #info {
          display: block;
          width: 100%;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 40px; } }
      main #mand .container #info.text {
        vertical-align: top; }
        main #mand .container #info.text h2 {
          font-family: 'Roboto';
          font-size: 2.4em;
          font-weight: 600;
          color: #fff;
          line-height: 1;
          margin: 0 auto;
          text-transform: uppercase;
          text-align: left; }
          @media (max-width: 1300px) {
            main #mand .container #info.text h2 {
              font-size: 1.6em; } }
        main #mand .container #info.text p {
          font-family: 'Raleway';
          font-size: 1.1em;
          font-weight: 300;
          color: #fff;
          line-height: 1.6;
          text-align: left; }
        main #mand .container #info.text a {
          color: #fff; }
          main #mand .container #info.text a.btn {
            padding: 10px 40px;
            background: #f13d3d;
            border-radius: 4px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            margin: 30px auto !important; }
            main #mand .container #info.text a.btn:hover {
              opacity: .75;
              color: #fff; }
          main #mand .container #info.text a:hover {
            color: #a2b566; }
  main #mand .button {
    font-family: 'league-gothic';
    font-size: 2.4em;
    font-weight: 400;
    margin: 1em .5em 1.5em 0;
    padding: .2em 2em;
    text-shadow: #000 1px 1px;
    background-color: rgba(0, 0, 0, 0.2); }
    main #mand .button:last-child {
      margin-right: 0; }
    main #mand .button:hover {
      text-shadow: #fff 0 0; }
main #email {
  display: block;
  background: #000;
  padding: 40px; }
  @media (max-width: 1057px) {
    main #email {
      padding: 20px; } }
  main #email .container {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1057px) {
      main #email .container {
        display: block; } }
    main #email .container h2 {
      display: block;
      font-family: 'league-gothic';
      font-size: 3em;
      font-weight: 400;
      color: #fff;
      line-height: 1;
      letter-spacing: .05em;
      margin: 0 auto;
      text-transform: uppercase;
      text-align: center; }
    main #email .container p {
      font-family: 'Raleway';
      font-size: 1.3em;
      font-weight: 400;
      color: #fff;
      line-height: 1.3;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 40px; }
      main #email .container p:last-child {
        margin-bottom: 14px; }
      main #email .container p a {
        color: #fff; }
        main #email .container p a.btn {
          padding: 10px 40px;
          background: #f13d3d;
          border-radius: 4px;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none;
          margin: 40px auto 0 !important;
          margin-top: 40px;
          letter-spacing: .05em; }
          main #email .container p a.btn:hover {
            opacity: .75;
            color: #fff; }
        main #email .container p a:hover {
          color: #a2b566; }
    main #email .container iframe {
      display: block;
      width: 100%;
      padding: 0;
      margin: 0;
      border-width: 0; }
      main #email .container iframe form .main .container-center .layout-wide-center {
        margin: 0 auto; }
      main #email .container iframe form .newsletter-header, main #email .container iframe form .newsletter-header-text {
        display: none; }
main #ham {
  display: block;
  background: url("/media/albums/mike-tramp-ham-vi-vil-vaere-blur-600px.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 40px; }
  @media (max-width: 1057px) {
    main #ham {
      padding: 20px; } }
  main #ham .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1057px) {
      main #ham .container {
        display: block; } }
    main #ham .container #artwork {
      width: 50%;
      max-width: 600px;
      margin-right: 40px; }
      main #ham .container #artwork img {
        width: auto;
        max-width: 600px; }
        @media (max-width: 1300px) {
          main #ham .container #artwork img {
            max-width: 100%; } }
      @media (max-width: 1057px) {
        main #ham .container #artwork {
          display: block;
          width: 100%;
          margin-right: 0;
          margin-left: auto;
          margin-right: auto; } }
    main #ham .container #info {
      width: auto; }
      @media (max-width: 1300px) {
        main #ham .container #info {
          width: 40%;
          max-width: 40%; } }
      @media (max-width: 1057px) {
        main #ham .container #info {
          display: block;
          width: 100%;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 40px; } }
      main #ham .container #info.text {
        vertical-align: top; }
        main #ham .container #info.text h2 {
          font-family: 'Roboto';
          font-size: 2.4em;
          font-weight: 600;
          color: #fff;
          line-height: 1;
          margin: 0 auto;
          text-transform: uppercase;
          text-align: left; }
          @media (max-width: 1300px) {
            main #ham .container #info.text h2 {
              font-size: 1.6em; } }
        main #ham .container #info.text p {
          font-family: 'Raleway';
          font-size: 1.1em;
          font-weight: 300;
          color: #fff;
          line-height: 1.6;
          text-align: left; }
        main #ham .container #info.text a {
          color: #fff; }
          main #ham .container #info.text a.btn {
            padding: 10px 40px;
            background: #f13d3d;
            border-radius: 4px;
            font-weight: 600;
            text-transform: uppercase;
            text-decoration: none;
            margin: 30px auto !important; }
            main #ham .container #info.text a.btn:hover {
              opacity: .75;
              color: #fff; }
          main #ham .container #info.text a:hover {
            color: #f13d3d; }
  main #ham .button {
    font-family: 'league-gothic';
    font-size: 2.4em;
    font-weight: 400;
    margin: 1em .5em 1.5em 0;
    padding: .2em 2em;
    text-shadow: #000 1px 1px;
    background-color: rgba(0, 0, 0, 0.2); }
    main #ham .button:last-child {
      margin-right: 0; }
    main #ham .button:hover {
      text-shadow: #fff 0 0; }
main #tour-section {
  display: block;
  position: relative;
  background: #000;
  padding: 40px;
  text-align: center; }
  @media (max-width: 1100px) {
    main #tour-section {
      padding: 40px 10px; } }
  main #tour-section .container {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    main #tour-section .container h2 {
      font-family: 'league-gothic';
      font-size: 3em;
      font-weight: 400;
      color: #fff;
      line-height: 1;
      letter-spacing: .1em;
      margin: 0 auto .5em;
      padding-top: .1em;
      text-transform: uppercase; }
    main #tour-section .container p {
      font-family: 'Roboto';
      font-size: 1em;
      font-weight: 300;
      color: #fff; }
    main #tour-section .container article {
      display: block;
      position: relative;
      width: 100%;
      min-width: 100%;
      border-bottom: rgba(255, 255, 255, 0.2) solid 1px; }
      @media (max-width: 900px) {
        main #tour-section .container article {
          margin: 0 auto 20px;
          border: rgba(255, 255, 255, 0.2) solid 1px;
          border-radius: 15px 50px;
          background-color: #0e1b1d; } }
      main #tour-section .container article .date {
        display: inline-block;
        text-align: left;
        width: 140px;
        float: left; }
        main #tour-section .container article .date p {
          font-weight: 400; }
        @media (max-width: 900px) {
          main #tour-section .container article .date {
            display: block;
            text-align: center;
            float: none;
            margin: 0 auto;
            width: 100%; }
            main #tour-section .container article .date p {
              font-size: 1.8em;
              margin-bottom: 10px; } }
      main #tour-section .container article .city {
        display: inline-block;
        width: 175px;
        float: left;
        text-align: left; }
        @media (max-width: 900px) {
          main #tour-section .container article .city {
            display: block;
            text-align: center;
            width: 100%;
            float: none;
            margin: 0 auto; }
            main #tour-section .container article .city p {
              font-size: 1.4em;
              line-height: 1;
              margin-bottom: 10px; } }
      main #tour-section .container article .venue {
        display: inline-block;
        width: 175px;
        float: left;
        text-align: left; }
        @media (max-width: 900px) {
          main #tour-section .container article .venue {
            display: block;
            text-align: center;
            width: 100%;
            float: none;
            margin: 0 auto; }
            main #tour-section .container article .venue p {
              font-size: 1.4em;
              line-height: 1;
              margin: 0; } }
      main #tour-section .container article .act {
        display: inline-block;
        width: auto;
        text-align: left; }
        @media (max-width: 900px) {
          main #tour-section .container article .act {
            display: block;
            text-align: center;
            width: 100%;
            float: none;
            margin: 0 auto; }
            main #tour-section .container article .act p {
              font-size: 1.4em; } }
      main #tour-section .container article .tickets {
        display: inline-block;
        width: 100px;
        float: right;
        text-align: right; }
        @media (max-width: 900px) {
          main #tour-section .container article .tickets {
            display: block;
            text-align: center;
            width: 100%;
            float: none;
            margin: 0 auto; }
            main #tour-section .container article .tickets p {
              font-size: 1.6em; }
              main #tour-section .container article .tickets p a {
                font-size: .9em;
                text-decoration: none;
                text-transform: uppercase;
                color: #0e1b1d;
                font-weight: 500;
                border: rgba(255, 255, 255, 0.2) solid 1px;
                border-radius: 15px;
                padding: 4px 20px;
                margin: auto;
                background-color: #fff; } }
      main #tour-section .container article:last-child {
        border-bottom: 0; }
        @media (max-width: 900px) {
          main #tour-section .container article:last-child {
            border-bottom: rgba(255, 255, 255, 0.2) solid 1px; } }
      main #tour-section .container article a {
        color: #fff;
        font-weight: 400; }
        main #tour-section .container article a:hover {
          color: #a2b566; }
    @media (max-width: 1250px) {
      main #tour-section .container .bandsintown.tour {
        margin-left: 20px;
        margin-right: 20px; } }
    main #tour-section .container .bandsintown .tour {
      text-align: center;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 auto 20px; }
      @media (max-width: 1057px) {
        main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event {
          border-top: 1px solid rgba(255, 255, 255, 0.3); } }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget.bit-layout-desktop .bit-venue-vertical {
        text-align: left; }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-venue-vertical {
        margin-top: 5px; }
        @media (max-width: 1057px) {
          main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-venue-vertical {
            font-size: 1.4em;
            margin-top: 10px; } }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-description {
        text-align: left; }
        @media (max-width: 1057px) {
          main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-description {
            text-align: center;
            font-size: 1.3em;
            margin-left: 9px;
            margin-bottom: 10px; } }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-offers-text {
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .05em; }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-location-under-tablet {
        font-size: 1.1em;
        font-weight: 500;
        line-height: 1.3;
        color: #f13d3d;
        text-align: left; }
        @media (max-width: 1057px) {
          main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-location-under-tablet {
            text-align: center;
            font-size: 1.5em;
            line-height: 1.6;
            font-weight: 600;
            letter-spacing: .05em; } }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-location-under-mobile {
        color: #f13d3d;
        font-weight: 500;
        font-size: 1.1em; }
        @media (max-width: 1057px) {
          main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-location-under-mobile {
            text-align: center;
            font-size: 1.5em;
            line-height: 1.6;
            font-weight: 600;
            letter-spacing: .05em; } }
      @media (max-width: 1057px) {
        main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-event .bit-mobile-social-share-button {
          display: none; } }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget.bit-layout-ipad .bit-event .bit-details a.bit-mobile-date {
        font-size: 1.3em; }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget.bit-layout-ipad .bit-mobile-social-share-button .bit-social-wrapper {
        height: 0; }
      @media (max-width: 1057) {
        main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget a {
          color: #b72d2d; } }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-follow-section-wrapper {
        display: none; }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-nav-bar-container {
        display: none; }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-upcoming-events-show-all-button {
        display: none; }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-follow-section-heading-text {
        display: none; }
      main #tour-section .container .bandsintown .tour .bit-widget-container .bit-container .bit-widget .bit-follow-section-cta {
        display: none; }
      main #tour-section .container .bandsintown .tour h1 {
        font-family: 'Rye';
        font-size: 3em;
        font-weight: 400;
        color: #b72d2d;
        line-height: 1;
        letter-spacing: .1em;
        margin: 40px auto;
        padding-top: .1em;
        text-transform: uppercase;
        text-shadow: none; }
        @media (max-width: 1100px) {
          main #tour-section .container .bandsintown .tour h1 {
            font-size: 2.6em;
            margin: 0 auto 40px; } }
      main #tour-section .container .bandsintown .tour p {
        font-family: 'Roboto';
        font-size: 1em;
        font-weight: 300;
        color: #fff; }
  main #tour-section .tour-link p {
    font-family: 'league-gothic';
    font-size: 1.6em;
    font-weight: 300;
    color: #fff;
    letter-spacing: .1em;
    margin-bottom: 0; }
    main #tour-section .tour-link p a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
      main #tour-section .tour-link p a:hover {
        color: #f13d3d; }
    @media (max-width: 900px) {
      main #tour-section .tour-link p {
        font-size: 1.8em; } }
main #sowl {
  display: block;
  background: url("/media/albums/mike-tramp-songs-of-white-lion-index-bg.jpg") no-repeat center center fixed;
  background-size: cover;
  padding: 40px; }
  @media (max-width: 1057px) {
    main #sowl {
      padding: 20px; } }
  main #sowl .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1057px) {
      main #sowl .container {
        display: block; } }
    main #sowl .container #artwork {
      width: 50%;
      max-width: 600px;
      margin-right: 40px; }
      main #sowl .container #artwork img {
        width: auto;
        max-width: 600px; }
        @media (max-width: 1300px) {
          main #sowl .container #artwork img {
            max-width: 100%; } }
      @media (max-width: 1057px) {
        main #sowl .container #artwork {
          display: block;
          width: 100%;
          margin-right: 0;
          margin-left: auto;
          margin-right: auto; } }
    main #sowl .container #info {
      width: auto; }
      @media (max-width: 1300px) {
        main #sowl .container #info {
          width: 40%;
          max-width: 40%; } }
      @media (max-width: 1057px) {
        main #sowl .container #info {
          display: block;
          width: 100%;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 40px; } }
      main #sowl .container #info.text h2 {
        font-family: 'Roboto';
        font-size: 2.8em;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        margin: 0 auto;
        text-transform: uppercase;
        text-align: left; }
        @media (max-width: 1300px) {
          main #sowl .container #info.text h2 {
            font-size: 2em; } }
      main #sowl .container #info.text p {
        font-family: 'Raleway';
        font-size: 1.1em;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        text-align: left; }
      main #sowl .container #info.text a {
        color: #fff; }
        main #sowl .container #info.text a.btn {
          padding: 10px 40px;
          background: #f13d3d;
          border-radius: 4px;
          font-weight: 600;
          text-transform: uppercase;
          text-decoration: none;
          margin: 30px auto !important; }
          main #sowl .container #info.text a.btn:hover {
            opacity: .75;
            color: #fff; }
        main #sowl .container #info.text a:hover {
          color: #a2b566; }
  main #sowl .button {
    font-family: 'league-gothic';
    font-size: 2.4em;
    font-weight: 400;
    margin: 1em .5em 1.5em 0;
    padding: .2em 2em;
    text-shadow: #000 1px 1px;
    background-color: rgba(0, 0, 0, 0.2); }
    main #sowl .button:last-child {
      margin-right: 0; }
    main #sowl .button:hover {
      text-shadow: #fff 0 0; }

#tour-page {
  display: block;
  position: relative;
  background: #000;
  padding: 40px;
  text-align: center; }
  @media (max-width: 1100px) {
    #tour-page {
      padding: 40px 10px; } }
  #tour-page .container {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    #tour-page .container .bit-widget-container .bit-widget.bit-layout-desktop .bit-venue-vertical {
      text-align: left; }
    #tour-page .container .bit-widget-container .bit-widget .bit-venue-vertical {
      margin-top: 5px; }
    #tour-page .container .bit-widget-container .bit-widget .bit-event .bit-description {
      text-align: left; }
      @media (max-width: 1037px) {
        #tour-page .container .bit-widget-container .bit-widget .bit-event .bit-description {
          text-align: center; } }
    #tour-page .container .bit-widget-container .bit-widget .bit-event .bit-offers-text {
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .05em; }
    #tour-page .container .bit-widget-container .bit-widget .bit-event .bit-location-under-tablet {
      font-size: 1.1em;
      font-weight: 500;
      line-height: 1.3;
      color: #f13d3d;
      text-align: left; }
      @media (max-width: 1037px) {
        #tour-page .container .bit-widget-container .bit-widget .bit-event .bit-location-under-tablet {
          text-align: center; } }
    #tour-page .container .bit-widget-container .bit-widget .bit-event .bit-location-under-mobile {
      color: #f13d3d;
      font-weight: 500;
      font-size: 1.1em; }
    @media (max-width: 1037) {
      #tour-page .container .bit-widget-container .bit-widget .bit-event .bit-mobile-social-share-button {
        display: none; } }
    @media (max-width: 1037) {
      #tour-page .container .bit-widget-container .bit-widget a {
        color: #b72d2d; } }
    #tour-page .container h1 {
      font-family: 'Rye';
      font-size: 3em;
      font-weight: 400;
      color: #b72d2d;
      line-height: 1;
      letter-spacing: .1em;
      margin: 40px auto;
      padding-top: .1em;
      text-transform: uppercase; }
      @media (max-width: 1100px) {
        #tour-page .container h1 {
          font-size: 2.6em;
          margin: 0 auto 40px; } }
    #tour-page .container p {
      font-family: 'Roboto';
      font-size: 1em;
      font-weight: 300;
      color: #fff; }
    #tour-page .container article {
      display: block;
      position: relative;
      width: 100%;
      min-width: 100%;
      border-bottom: rgba(255, 255, 255, 0.2) solid 1px; }
      @media (max-width: 1100px) {
        #tour-page .container article {
          margin: 0 auto 20px;
          border: rgba(255, 255, 255, 0.2) solid 1px;
          border-radius: 15px 50px;
          background-color: #0e1b1d; } }
      #tour-page .container article .date {
        display: inline-block;
        text-align: left;
        width: 140px;
        float: left; }
        #tour-page .container article .date p {
          font-weight: 400; }
        @media (max-width: 1100px) {
          #tour-page .container article .date {
            display: block;
            text-align: center;
            float: none;
            margin: 0 auto;
            width: 100%; }
            #tour-page .container article .date p {
              font-size: 1.8em;
              margin-bottom: 10px; } }
      #tour-page .container article .city {
        display: inline-block;
        width: 200px;
        float: left;
        text-align: left; }
        @media (max-width: 1100px) {
          #tour-page .container article .city {
            display: block;
            text-align: center;
            width: 100%;
            float: none;
            margin: 0 auto; }
            #tour-page .container article .city p {
              font-size: 1.4em;
              line-height: 1;
              margin-bottom: 10px; } }
      #tour-page .container article .venue {
        display: inline-block;
        width: 300px;
        float: left;
        text-align: left; }
        @media (max-width: 1100px) {
          #tour-page .container article .venue {
            display: block;
            text-align: center;
            width: 100%;
            float: none;
            margin: 0 auto; }
            #tour-page .container article .venue p {
              font-size: 1.4em;
              line-height: 1;
              margin: 0; } }
      #tour-page .container article .act {
        display: inline-block;
        text-align: left; }
        @media (max-width: 1100px) {
          #tour-page .container article .act {
            display: block;
            text-align: center;
            width: 100%;
            float: none;
            margin: 0 auto; }
            #tour-page .container article .act p {
              font-size: 1.4em; } }
      #tour-page .container article .tickets {
        display: inline-block;
        width: 100px;
        float: right;
        text-align: right; }
        @media (max-width: 1100px) {
          #tour-page .container article .tickets {
            display: block;
            text-align: center;
            width: 100%;
            float: none;
            margin: 0 auto; }
            #tour-page .container article .tickets p {
              font-size: 1.6em; }
              #tour-page .container article .tickets p a {
                font-size: .9em;
                text-decoration: none;
                text-transform: uppercase;
                color: #0e1b1d;
                font-weight: 500;
                border: rgba(255, 255, 255, 0.2) solid 1px;
                border-radius: 15px;
                padding: 4px 20px;
                margin: auto;
                background-color: #fff; } }
      #tour-page .container article:last-child {
        margin-bottom: 0; }
        @media (min-width: 1100px) {
          #tour-page .container article:last-child {
            border-bottom: 0; } }
      #tour-page .container article a {
        color: #fff;
        font-weight: 400; }
        #tour-page .container article a:hover {
          color: #f13d3d; }

#booking-page {
  display: block;
  position: relative;
  background: #000;
  padding: 40px;
  text-align: center; }
  @media (max-width: 1100px) {
    #booking-page {
      padding: 40px 20px; } }
  #booking-page .container {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    #booking-page .container h1 {
      font-family: 'Rye';
      font-size: 3em;
      font-weight: 400;
      color: #b72d2d;
      line-height: 1;
      letter-spacing: .1em;
      margin: 40px auto;
      padding-top: .1em;
      text-transform: uppercase; }
      @media (max-width: 1100px) {
        #booking-page .container h1 {
          font-size: 2.6em;
          margin: 0 auto 40px; } }
    #booking-page .container article {
      display: block;
      position: relative;
      width: 100%;
      max-width: 600px;
      padding: 40px auto;
      border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
      margin-left: auto;
      margin-right: auto; }
      #booking-page .container article:first-child {
        margin-top: 10px; }
      #booking-page .container article:last-child {
        border-bottom: 0; }
      #booking-page .container article h3 {
        font-family: 'Raleway';
        font-size: 1.3em;
        font-weight: 400;
        color: #fff;
        line-height: 1;
        letter-spacing: .1em;
        margin-top: 30px;
        margin-bottom: 15px;
        text-transform: uppercase; }
      #booking-page .container article p {
        font-family: 'Roboto';
        font-size: 1.2em;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-bottom: 30px; }
      #booking-page .container article a {
        color: #fff;
        font-weight: 400; }
        #booking-page .container article a:hover {
          color: #f13d3d; }

#shop-page {
  display: block;
  position: relative;
  background: #000;
  padding: 40px;
  text-align: center; }
  @media (max-width: 1100px) {
    #shop-page {
      padding: 40px 20px; } }
  #shop-page .container {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
    #shop-page .container h1 {
      font-family: 'Rye';
      font-size: 3em;
      font-weight: 400;
      color: #b72d2d;
      line-height: 1;
      letter-spacing: .1em;
      margin: 40px auto;
      padding-top: .1em;
      text-transform: uppercase; }
      @media (max-width: 1100px) {
        #shop-page .container h1 {
          font-size: 2.6em;
          margin: 0 auto 40px; } }
    #shop-page .container article {
      display: block;
      position: relative;
      width: 100%;
      max-width: 600px;
      padding: 40px auto;
      border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
      margin-left: auto;
      margin-right: auto; }
      #shop-page .container article:last-child {
        border-bottom: 0;
        margin-bottom: 300px; }
      #shop-page .container article h3 {
        font-family: 'Raleway';
        font-size: 1.8em;
        font-weight: 400;
        color: #fff;
        line-height: 1;
        letter-spacing: .1em;
        margin-top: 30px;
        margin-bottom: 15px;
        text-transform: uppercase; }
      #shop-page .container article p {
        font-family: 'Roboto';
        font-size: 1.2em;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin-bottom: 30px; }
      #shop-page .container article a {
        color: #fff; }
        #shop-page .container article a:hover {
          color: #f13d3d; }

footer {
  padding: 40px;
  background: #080e0f;
  text-align: center;
  /*.container {
  	padding:30px 40px 0;
  	border-top:rgba(255,255,255,.2) solid 1px;
  	width:auto;
  	max-width:600px;
  	text-align:center;
  	margin-right:auto;
  	margin-left:auto;*/ }
  @media (max-width: 1100px) {
    footer {
      background: #0e1b1d; } }
  footer.interior {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%; }
  footer #social-footer {
    margin: 0 auto 20px; }
    footer #social-footer a {
      color: #fff;
      margin: auto 10px auto 0; }
      footer #social-footer a .fa-brands {
        font-size: 1.3em;
        color: #fff; }
        footer #social-footer a .fa-brands:hover {
          color: #f13d3d; }
        @media (max-width: 1100px) {
          footer #social-footer a .fa-brands {
            font-size: 2em; } }
      footer #social-footer a:last-child {
        margin-right: 0; }
  footer p {
    font-family: 'Raleway';
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0; }
    @media (min-width: 1100px) {
      footer p br {
        display: none; } }
    footer p a {
      color: #fff; }
      footer p a i .fa-brands {
        font-size: 3em;
        color: #fff;
        padding: 1em auto; }
      footer p a.pr0to {
        font-family: 'Roboto'; }
        footer p a.pr0to:hover {
          color: #f13d3d; }
    footer p.created {
      font-size: .9em;
      margin-top: 10px; }
  footer h2 {
    font-family: 'Roboto';
    font-size: 1.6em;
    font-weight: 100;
    color: #000;
    line-height: 1;
    letter-spacing: .2em;
    margin: 0 auto;
    padding-top: .1em;
    text-transform: uppercase; }

/* Mobile Nav */
#nav-mobile {
  display: none; }
  @media (max-width: 720px) {
    #nav-mobile {
      display: block;
      padding: 0;
      margin: 0; }
      #nav-mobile #nav-mobile-top {
        position: fixed;
        z-index: 998;
        height: 44px;
        width: 100%;
        background: #000;
        border-bottom: #333 solid 1px;
        padding: 10px 10px 0;
        text-align: left; }
        #nav-mobile #nav-mobile-top h1 {
          font-family: 'league-gothic';
          font-size: 1em;
          line-height: 1;
          color: #fff !important; }
        #nav-mobile #nav-mobile-top img {
          height: 30px;
          display: inline-block; } }

/*********************************************************************************/
/* Video                                                                         */
/*********************************************************************************/
.video-responsive {
  max-width: 100%;
  margin: 2em auto 3em; }
  .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 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; }
  .video-responsive .embed-container-fourthree {
    position: relative;
    padding-bottom: 75%;
    /* 4:3 frame */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
    text-align: center; }
    .video-responsive .embed-container-fourthree iframe, .video-responsive .embed-container-fourthree object, .video-responsive .embed-container-fourthree embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

/*********************************************************************************/
/* Buttons                                                                       */
/*********************************************************************************/
.button {
  position: relative;
  display: inline-block;
  background: none;
  border: 3px solid #fff;
  border-radius: 5px;
  padding: .7em 2em;
  color: #fff !important;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 300;
  -moz-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  -webkit-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  -o-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  -ms-transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  transition: color .35s ease-in-out, background-color .35s ease-in-out, border-color .35s ease-in-out;
  text-align: center; }
  .button:hover {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    color: #000 !important; }
