body {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#mobileNav {
  z-index: 5; }
  #mobileNav .fixedMobile {
    width: 100%;
    height: 55px;
    z-index: 5;
    background: #171717;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  #mobileNav h2 {
    margin: -20px 0 -37px 0;
    background: #2d2d2d;
    padding: 14px;
    width: 145px;
    text-align: center;
    font-size: .5em;
    color: #d4d4d4;
    font-weight: 700; }
  #mobileNav .scrolling {
    background: white;
    /* Old browsers */
    -webkit-box-shadow: 0px 0px 3px black;
    box-shadow: 0px 0px 3px black;
    height: 75px;
    width: 100%; }
    #mobileNav .scrolling .brand {
      top: 5px; }
    #mobileNav .scrolling .menu-icon {
      top: 31px; }
      #mobileNav .scrolling .menu-icon span {
        background: black; }
  #mobileNav a {
    text-decoration: none; }
  #mobileNav .brand {
    position: relative;
    top: 20px;
    font-size: 3em;
    color: #1d1d1d;
    font-weight: 300;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    #mobileNav .brand span {
      font-weight: 400; }
  #mobileNav .menu-icon {
    position: relative;
    top: 20px;
    display: block;
    width: 40px;
    height: 35px;
    float: right;
    z-index: 10;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
    #mobileNav .menu-icon span {
      background: #747070;
      display: block;
      width: 75%;
      height: 3px;
      position: absolute;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      #mobileNav .menu-icon span:nth-child(1) {
        top: 0; }
      #mobileNav .menu-icon span:nth-child(2) {
        top: 7px; }
      #mobileNav .menu-icon span:nth-child(3) {
        top: 14px; }
    #mobileNav .menu-icon.active span:nth-child(1) {
      top: 15px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #mobileNav .menu-icon.active span:nth-child(2) {
      opacity: 0; }
    #mobileNav .menu-icon.active span:nth-child(3) {
      top: 15px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  #mobileNav .menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    background: #171717;
    /* Old browsers */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    list-style-type: none;
    z-index: 0; }
    #mobileNav .menu li {
      width: 100%;
      text-align: left;
      margin-bottom: 1em;
      padding-left: 5%; }
    #mobileNav .menu a {
      color: #747070;
      font-size: 2em;
      font-weight: 300;
      letter-spacing: 2px;
      text-decoration: none;
      text-transform: uppercase;
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease;
      text-decoration: none;
      -webkit-background-clip: text;
      background-size: 200% 100%;
      background-position: 100%;
      -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
      -o-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
      transition: all 0.3s cubic-bezier(0, 0, 0.23, 1); }
      #mobileNav .menu a:hover {
        color: #d4d4d4; }
    #mobileNav .menu a:hover {
      background-position: 0%; }
  #mobileNav .menu.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 6;
    position: fixed; }

form#lang input {
  border: none;
  text-transform: uppercase;
  color: #d4d4d4;
  font-weight: 700;
  letter-spacing: 3px;
  background: transparent;
  padding: 11px;
  margin-top: 7px;
  position: relative;
  float: right;
  font-size: 1.2em;
  margin-right: 7px; }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  overflow-x: hidden; }

.preloader-background {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1c1c1c;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#hero {
  position: relative;
  height: 70vh; }
  #hero .konfliktBrand {
    margin: 0;
    font-size: 3em;
    position: absolute;
    width: 100vw;
    top: 0px;
    left: calc(50% - 50vw);
    z-index: 1;
    font-weight: 700;
    color: #d4d4d4;
    padding: 10px 0;
    background: #171717;
    text-align: center;
    height: 70px; }
    #hero .konfliktBrand .spanLeft {
      padding: 0 3px;
      font-size: .35em;
      font-weight: 300;
      position: relative;
      top: -20px; }
    #hero .konfliktBrand .spanRight {
      padding: 0 3px;
      font-size: .35em;
      font-weight: 300;
      position: relative;
      top: 0px;
      left: -9px; }
  #hero .bx-prev,
  #hero .bx-next {
    color: white;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    #hero .bx-prev:hover,
    #hero .bx-next:hover {
      color: #74cd80; }
  #hero .slide1 {
    background: url(../img/img01.jpg);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh; }
  #hero .slide2 {
    background: url(../img/img02.jpg);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh; }
  #hero .slide3 {
    background: url(../img/img03.jpg);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh; }
  #hero .slide4 {
    background: url(../img/img04.jpg);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh; }
  #hero .slide5 {
    background: url(../img/img05.jpg);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh; }
  #hero .container .jumbotron {
    width: 500px;
    margin: 0 auto;
    position: absolute;
    top: 75%;
    background: #444444;
    background: rgba(9, 9, 9, 0.52);
    border-radius: 2px;
    left: calc(50% - 250px);
    padding: 0;
    text-align: center; }
    #hero .container .jumbotron a {
      color: #d4d4d4;
      text-decoration: none;
      font-size: 1.5em; }
      #hero .container .jumbotron a .premium {
        padding: 15px;
        display: none; }
  #hero .years {
    background: #d4d4d4;
    padding: 12px 150px;
    width: 500px;
    text-align: center;
    position: absolute;
    top: 75px;
    right: -190px;
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg); }
    #hero .years h2 {
      font-weight: 900;
      letter-spacing: 1px;
      font-size: 2.5em;
      margin: 0; }

#desktopNav {
  height: 50px;
  text-align: center;
  background: #171717;
  z-index: 2; }
  #desktopNav .fixedDesktop {
    height: 44px; }
  #desktopNav ul {
    color: #9c9c9c;
    list-style: none;
    margin-top: 5px;
    padding: 0; }
    #desktopNav ul a {
      text-decoration: none;
      color: #9c9c9c; }
    #desktopNav ul li {
      display: inline;
      font-family: 'Raleway', sans-serif;
      font-size: 1em;
      text-transform: uppercase;
      text-decoration: none;
      letter-spacing: 1px;
      font-weight: 400;
      font-style: normal;
      line-height: 1em;
      padding: .7em 1.2em; }
    #desktopNav ul .hvr-sweep-to-top {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px transparent;
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      -o-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    #desktopNav ul .hvr-sweep-to-top:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #747070;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%;
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      -o-transition-property: transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    #desktopNav ul .hvr-sweep-to-top:hover, #desktopNav ul .hvr-sweep-to-top:focus, #desktopNav ul .hvr-sweep-to-top:active {
      color: white; }
    #desktopNav ul .hvr-sweep-to-top:hover:before, #desktopNav ul .hvr-sweep-to-top:focus:before, #desktopNav ul .hvr-sweep-to-top:active:before {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1); }
    #desktopNav ul .konflikt li {
      color: #d4d4d4;
      padding: .75em 2em;
      font-weight: 700;
      letter-spacing: 3px;
      background: #2d2d2d;
      padding: 17px; }
  #desktopNav form.langButton input {
    border: none;
    text-transform: uppercase;
    color: #d4d4d4;
    font-weight: 700;
    letter-spacing: 3px;
    background: #2d2d2d;
    padding: 15px;
    margin-top: -58px;
    position: relative;
    float: left;
    font-size: 1.2em; }
  #desktopNav .audioPlay {
    right: 25px;
    color: #9c9c9c;
    position: relative;
    top: -42px;
    float: right; }
    #desktopNav .audioPlay .fa {
      margin-left: 25px;
      font-size: 1.7em;
      transition: .2s ease-in-out; }
      #desktopNav .audioPlay .fa:hover {
        cursor: pointer;
        color: white; }

#shows {
  background: #1c1c1c;
  min-height: 720px;
  text-align: center; }
  #shows h2 {
    margin: 140px auto 90px auto;
    font-size: 4.2em;
    color: #d4d4d4;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .02em; }
  #shows .bit-widget {
    margin-bottom: 120px; }
    #shows .bit-widget .bit-nav-bar {
      display: none; }
    #shows .bit-widget .bit-event {
      padding: 30px 0;
      border-top: none; }
    #shows .bit-widget .bit-details .bit-date {
      letter-spacing: 1px; }
    #shows .bit-widget .bit-details .bit-venue {
      color: #747070;
      letter-spacing: 1px; }
    #shows .bit-widget .bit-details .bit-location {
      letter-spacing: 1px; }
    #shows .bit-widget .bit-button {
      background-color: transparent;
      color: #747070;
      border: 1px solid #747070;
      letter-spacing: 1px;
      border-radius: 2px;
      margin-right: 30px;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      #shows .bit-widget .bit-button:hover {
        color: #d4d4d4;
        border: 1px solid #d4d4d4; }
    #shows .bit-widget .bit-upcoming-events-show-all-button {
      border: none; }
    #shows .bit-widget .bit-upcoming-events,
    #shows .bit-widget .bit-past-events {
      border-bottom: none; }

#music {
  background: #1f1f1f;
  min-height: 720px;
  text-align: center; }
  #music h2 {
    margin: 140px auto 90px auto;
    font-size: 4.2em;
    color: #d4d4d4;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .02em; }
  #music .responsive {
    margin-bottom: 210px; }
    #music .responsive img {
      height: 260px;
      margin: 5px auto;
      -webkit-box-shadow: 0px 0px 5px #000;
      box-shadow: 0px 0px 5px #000; }
    #music .responsive h3 {
      margin-top: 30px;
      color: #d4d4d4;
      font-size: 1.2em;
      font-weight: 700; }
    #music .responsive h4 {
      color: #747070;
      font-size: 1.2em;
      font-weight: 300;
      margin-bottom: 30px; }
    #music .responsive p {
      color: #747070;
      font-size: 1em;
      letter-spacing: 1px; }
      #music .responsive p a {
        text-decoration: none;
        color: #747070;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out; }
        #music .responsive p a:hover {
          color: #d4d4d4;
          cursor: pointer; }

#bio {
  background: #1c1c1c;
  min-height: 710px;
  text-align: center; }
  #bio h2 {
    margin: 140px auto 90px auto;
    font-size: 4.2em;
    color: #d4d4d4;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .02em; }
  #bio .slides {
    text-align: center; }
    #bio .slides .slide h2 {
      font-size: 2em;
      color: #333;
      background: transparent;
      border: 2px solid #333;
      border-radius: 2px;
      padding: 20px 30px;
      width: 200px;
      margin: 0 auto;
      letter-spacing: 1px; }
    #bio .slides .slide p {
      padding: 70px 70px 0 70px;
      color: #d4d4d4;
      font-size: 1em;
      letter-spacing: 1px; }
  #bio .members {
    margin-bottom: 120px; }
    #bio .members h4 {
      margin: 0 auto 40px auto;
      font-weight: 700;
      font-size: 2em;
      color: #333;
      letter-spacing: 1px; }
    #bio .members .member {
      height: 500px; }
      #bio .members .member:nth-child(2) {
        background: url(../img/members/jury.jpg);
        background-size: cover;
        background-position-x: center;
        background-repeat: no-repeat; }
      #bio .members .member:nth-child(3) {
        background: url(../img/members/vandy.jpg);
        background-size: cover;
        background-position-x: center;
        background-repeat: no-repeat;
        border-left: 7px solid #1c1c1c;
        border-right: 7px solid #1c1c1c; }
      #bio .members .member:nth-child(4) {
        background: url(../img/members/kristian.jpg);
        background-size: cover;
        background-position-x: center;
        background-repeat: no-repeat; }
      #bio .members .member .about {
        background: #1c1c1c;
        width: 100%;
        margin-top: 415px; }
        #bio .members .member .about h2 {
          padding-top: 10px;
          font-size: 1.3em;
          margin: 0px auto 10px auto; }
        #bio .members .member .about h3 {
          font-size: 1em;
          margin: 0 auto 20px auto;
          padding-bottom: 10px;
          font-weight: 100;
          color: #d4d4d4; }

#social {
  background: #1f1f1f;
  text-align: center; }
  #social h2 {
    margin: 140px auto 90px auto;
    font-size: 4.2em;
    color: #d4d4d4;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .02em; }
  #social a {
    text-decoration: none; }
  #social h3 {
    margin-bottom: 120px;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #747070;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    #social h3:hover {
      color: #d4d4d4;
      cursor: pointer; }

#contact {
  background: #1c1c1c;
  min-height: 700px;
  text-align: center; }
  #contact h2 {
    margin: 140px auto 150px auto;
    font-size: 4.2em;
    color: #d4d4d4;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    letter-spacing: .02em; }
  #contact h3 {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-top: 60px; }
  #contact a {
    text-decoration: none; }
  #contact h4 {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-top: 60px;
    color: #747070;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    #contact h4:hover {
      color: #d4d4d4;
      cursor: pointer; }

#footer {
  background: #171717;
  height: 120px; }
  #footer .right p {
    float: right; }
  #footer a {
    text-decoration: none; }
  #footer p {
    color: #d4d4d4;
    margin-top: 45px;
    font-size: 1.1em; }
    #footer p span {
      margin-right: 30px; }
    #footer p .fab {
      margin: 0 5px;
      color: #747070;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      #footer p .fab:hover {
        color: #d4d4d4;
        cursor: pointer; }
      #footer p .fab em {
        font-style: normal;
        color: #747070; }
    #footer p em {
      font-style: normal;
      color: #747070;
      -webkit-transition: .2s ease-in-out;
      -o-transition: .2s ease-in-out;
      transition: .2s ease-in-out; }
      #footer p em:hover {
        color: #d4d4d4;
        cursor: pointer; }
      #footer p em span {
        color: #d4d4d4; }

@media (min-width: 1155px) {
  #mobileNav {
    display: none; }
    #mobileNav .audioPlayMobile {
      display: none; } }
@media (max-width: 1154px) {
  #desktopNav {
    display: none; }
    #desktopNav .audioPlay {
      display: none; }

  #mobileNav .audioPlayMobile {
    position: relative;
    top: 1px;
    text-align: center;
    background: #d4d4d4;
    padding: 10px; }
    #mobileNav .audioPlayMobile .fa {
      margin: 0 15px;
      font-size: 1.5em;
      transition: .2s ease-in-out; }
      #mobileNav .audioPlayMobile .fa:hover {
        cursor: pointer;
        color: #747070; } }
@media (max-width: 991px) {
  #shows h2,
  #music h2,
  #bio h2,
  #social h2,
  #contact h2 {
    font-size: 3em; } }
@media (max-width: 767px) {
  body {
    overflow-x: hidden; }

  .fixedDesktop {
    display: none; }

  #hero .container .jumbotron {
    max-width: 300px;
    left: calc(50% - 150px); }

  #hero .container .jumbotron a .premium {
    max-width: 300px;
    padding: 15px 5px;
    margin: 0 auto; }

  #hero .konfliktBrand {
    height: 55px; }
    #hero .konfliktBrand .spanLeft {
      top: -15px; }
    #hero .konfliktBrand .spanRight {
      left: -5px; }

  #hero .years {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100vw;
    right: initial;
    padding: 5px;
    top: 55px; }
    #hero .years h2 {
      font-weight: 900;
      letter-spacing: 1px;
      font-size: 1.5em;
      margin: 0 auto;
      width: 200px;
      display: inline; }

  #shows h2,
  #music h2,
  #bio h2,
  #social h2,
  #contact h2 {
    font-size: 3em;
    margin: 90px auto 50px auto;
    max-width: 265px; }

  #shows .show {
    margin: 80px 0; }

  #bio .slides .slide p {
    padding: 40px 40px 0 40px; }

  #hero .konfliktBrand {
    font-size: 2em; }

  #hero .container .jumbotron a {
    font-size: 1em; }

  #shows .bit-widget .bit-button {
    margin-right: 0px; }

  #bio {
    min-height: 715px; }
    #bio .members h4 {
      margin-top: 100px; }
    #bio .members .member:nth-child(3) {
      border: none;
      margin: 60px auto; }
    #bio .members .member .about {
      background: #1c1c1c;
      position: absolute;
      bottom: 0;
      left: 0;
      margin: 30px 0; }
      #bio .members .member .about h2 {
        padding-top: 10px;
        font-size: 1.3em;
        margin: 0px auto 10px auto; }
      #bio .members .member .about h3 {
        font-size: 1.1em;
        margin: 0 auto 10px auto;
        padding-bottom: 0px; }

  #bio .slides .slide p {
    font-size: .85em; }

  #social h3 {
    margin-bottom: 80px; }

  #contact {
    min-height: 550px; }

  #footer {
    text-align: center; }
    #footer .fab {
      display: none; }
    #footer p {
      margin-top: 18px; }
    #footer p span {
      margin-right: 0; }
    #footer .right p {
      float: none; } }
@media (max-width: 320px) {
  #hero .container .jumbotron {
    top: 70%; }

  #shows h2,
  #music h2,
  #bio h2,
  #social h2,
  #contact h2 {
    font-size: 2.6em; } }

/*# sourceMappingURL=style.css.map */
