/**********************
        FONTS
**********************/

@import 'https://fonts.googleapis.com/css?family=Roboto|Rock+Salt';

/**********************
        GENERAL
**********************/
body {
  background: #000;
  color: #FFF;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 1.7em;
  line-height: 1.8em;
}

h1, h2, h3, h4, .rs {
  font-family: 'Rock Salt', cursive;
  letter-spacing: .1em;
}
h1 {
  font-size: 2.824em;
}
h4 {
  font-size: 1.6em;
}

a {
  font-family: 'Roboto', sans-serif;
  letter-spacing: normal;
  text-decoration: underline;
  color: #FFF;
}

a:hover,
a:focus {
  color: #BCD7DE;
}

.cta {
  font-size: 1em;
  padding: .4em 1em;
  border: 2px solid #FFF;
  border-radius: 25px;
  background-color: rgba(188, 215, 222, 0.2);
  color: #FFF;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.cta:hover,
.cta:focus {
  color: #3C5B6A;
  background: #FFF;
  text-decoration: none;
}


.row.separator {
  margin: 2em 0;
  min-height: 2px;
  border-top: 1px dashed #89795C;
}

.clearfix::after {
      content:"";
      display:table;
      clear:both;
}
.highlight {
  color: #FFF;
}
.indent {
  margin-left: -1.2em;
}
#app {
  overflow: hidden;
}
/**********************
        FOOTER
**********************/
footer {
  color: #89795C;
  text-align: center;
  font-size: .75em;
  position: relative;
}

footer a {
  color: #89795C;
}

footer ul {
  padding: 0;
  padding-top: 1em;
}
footer li {
  display: inline-block;
}
footer li:not(:first-child)::before {
  content: '- ';
}
footer .wieni {
  margin-bottom: 2em;
}
footer .wieni a{
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
}
footer .wieni svg {
  width: 51px;
  height: 21px;
  margin-left: 10px;
  fill: currentColor;
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
  vertical-align: middle;
}


.finance_footer {
  width: 44%;
  padding: 0;
  border-top: 1px dashed;
  margin-top: -13em;
  margin-left: 11%;
}
/**********************
*                     *
*        INDEX        *
*                     *
***********************/

header.index {
  background: url('../img/bg.jpg')center center no-repeat;
  background-size: 100% 100%;
  overflow: auto;
}

header.index .header_main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2em;
}

.title {
  text-align: center;
  margin: 2em;
  margin-bottom: 4em;
}
.title h2 {
  font-size: 2em;
  margin-top: 0;
}

.header_content {
  padding-bottom: 5em;
}

.tracks>div, .extra>div {
  width: 90%;
  margin: 0 auto;
  overflow: auto;
  padding: 0 1em;
}
.tracks {
  border-right: 2px dashed #FFF;
}
.tracks .playbutton {
  padding: .5em;
}

.extra .row {
  padding: 0 1em 3em 1em;
}

header.index ol li {
  font-size: 1.3em;
  line-height: 1.8em;
}
header.index ol li a{
  font-weight: lighter;
  font-size: .6em;
  text-decoration: underline;
  color: #BCD7DE;
}
header::after {
    content:"";
    display:table;
    clear:both;
}

.track_info {
  font-weight: 400;
}
.videoWrapper {
  position: relative;
  padding-bottom: 45.25% !important;
  padding-top: 25px !important;
  height: 0;
  width: 90%;
  margin: 0 auto;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.content {
  max-width: 600px;
  margin: 0 auto;
  color: #89795C;
  text-align: center;
  border-bottom: 1px dotted #89795C;
}

.content p {
  line-height: 2.5em;
  margin-bottom: 2em;
}
img#tattoo {
  max-width: 11em;
  margin: 2em;
}
/**********************
        CREDITS
**********************/
#credits-thanks {
  font-weight: 200;
  font-size: .8em;
  color: #BBB;
}
#credits-thanks p {
    line-height: 2em;
    margin: 2em 0;
}

/**********************
      ORDER ALBUM
**********************/
#order-album {
  padding: 5em;
}

#order-album .cta {
  background: #FFF;
  color: #3C5B6A;
  margin: 2em 0;
}
#order-album .cta:hover,
#order-album .cta:focus {
  background-color: rgba(188, 215, 222, 0.2);
  color: #FFF;
}

/**********************
        LIGHTBOX
**********************/
.lightbox {
  display: none;
  text-align: center;
}
.lightbox>div {
  padding: 1em;
}
.lightbox h3 {
  font-size: 3em;
  margin-bottom: 1em;
  letter-spacing: 0;
}
.featherlight .featherlight-content {
  width: 95%;
  max-width: 800px;
  margin: 7em 0;
  max-height: 80vh;

  color: #FFF;
  background: #000;
}

/**********************
*                     *
*       FINANCES      *
*                     *
***********************/
.finance {
  display: flex;
}
.finance h2 {
  font-family: 'Roboto', sans-serif;
  letter-spacing: normal;
  text-align: center;
  color: #89795C;
  margin-bottom: 1em;
  margin-top: 2em;
}
.finance h3 {
  font-size: 2em;
  letter-spacing: 0;
  margin-left: -1em;
}


/**********************
        HEADER
**********************/
.finance_header {
  background: url('../img/anton_walgrave_header_11.png') center center no-repeat;
  background-size: 100% 100%;

}

.finance_header>div {
    text-align: center;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin-top: 4em;
    float: none;
}

.back--button {
  text-align: left;
  position: absolute;
  margin-left: -5em;
}
.back--button .glyphicon {
  top: 2px;
}
.finance_intro {
  line-height: 1.4em;
  margin-top: 4em;
}
.finance_header_total {
  margin-top: 5em;
  padding-bottom: 8em;
}
.finance_header_total--icon {
  font-family: 'Rock Salt', cursive;
  font-size: 8em;
}


/**********************
        CONTENT
**********************/
.finance_content, .finance_sidebar {
  margin-top: -11em;
  padding-top: 4em;
}
.finance_content {
  /*width: 62.5%;*/
  width: 61%;
  margin-right: 1%;
  padding-left: 10%;
  padding-bottom: 13em;
}

.finance_grid {
  text-align: center;
}
.finance_grid h3 {
  font-size: 1.6em;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-bottom: 1em;
  margin-left: 0;
}
.finance_grid p {
  line-height: 1.06em;
}
.finance_grid .row>div {
  padding: 1em;
  min-height: 9em;
}
.finance_grid .row:first-of-type {
    border-bottom: 1px dashed #89795C;
}
.finance_grid .row>div:not(:last-child) {
    border-right: 1px dashed #89795C;
}

.concerts {
    margin-left: -2em;
    padding-left: 2em;
    border-left: 1px dashed #89795C;
}
.concert {
  margin-bottom: 5em;
}
.concert__info {
  color: #BBB;
  margin-top: -1em;
}
.concert__info ul {
  padding: 0;
}
.concert__info li {
  list-style: none;
}
.concert__info__place ul:first-child::before {
  content: '\00B7';
  position: absolute;
  left: -.33em;
  top: 0;
  font-size: 5em;
  font-family: 'Roboto', sans-serif;
}
.concert__info__place {
  font-family: 'Rock Salt', cursive;
  letter-spacing: .1em;
  color: #89795C;
  font-size: 1.2em;
}
.concert__info__place--location {
  font-family: 'Roboto', sans-serif;
  letter-spacing: normal;
}
.concert__image img{
  width: 100%;
}
quote {
  font-style: italic;
  color: #FFF;
}
quote:before {
  content: open-quote;
  font-family: 'Rock Salt', cursive;
  color: #89795C;
}
quote:after {
  content: close-quote;
  font-family: 'Rock Salt', cursive;
  color: #89795C;
}

.panel-default,
.panel-default>.panel-heading,
.panel-default>.panel-footer {
  background: transparent;
  border: none;
}


/**********************
        SIDEBAR
**********************/
.finance_sidebar {
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-linear-gradient(rgba(255, 200, 200, 0), rgba(255, 200, 200, 0.1) 1%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(255, 200, 200, 0), rgba(255, 200, 200, 0.1) 1%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(255, 200, 200, 0), rgba(255, 200, 200, 0.1) 1%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(255, 200, 200, 0), rgba(255, 200, 200, 0.1) 1%);

  height: 100%;
  /*width: 37.5%;*/
  width: 37%;
  padding-right: 4%;
  margin-left: 1%;

}

.finance_sidebar img {
  width: 100%;
}

.finance_sidebar .statistics {
  border-bottom: 1px dashed #89795C;
}
.finance_sidebar .panel-default {
  padding: 2em;
  padding-top: .5em;
  font-weight: lighter;
  color: #BBB;
}
.finance_sidebar .panel-default h4 {
  margin-bottom: 2em;
}

.statistics__footer {
  margin-top: 1em;
  font-weight: 700;
}
.finance_sidebar .about__us {
  margin-bottom: 5em;
}
.finance_sidebar .about h3,
.finance_sidebar .about h4 {
  margin-bottom: 1em;
}


/**********************
*                     *
*       QUERIES       *
*                     *
***********************/

@media (max-width: 1200px) {

  .finance_content h3,
  .finance .finance_grid h3  {
    font-size: 1.3em;
  }
  .statistics__content .col-sm-9 {
    width: 70%;
  }
  .statistics__content .col-sm-3 {
    width: 30%;
  }
  .back--button {
    position: relative;
    margin-left: 0;
    margin-top: 1em;
    z-index: 9999;
  }
}
@media (max-width: 992px) {

  .tracks {
    border: none;
  }
  .extra {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px dashed;
  }

  .finance_header_total > div {
    margin-bottom: 2em;
  }
  .finance_header_total--icon{
    font-size: 6em;
  }
  .finance_content {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .finance .finance_grid h3 {
    margin-bottom: 2em;
  }
  .concert__image {
    text-align: center;
  }
  .concert__image img {
    max-width: 200px;
  }
  .finance_sidebar {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .statistics .col-sm-3 {
    text-align: right;
  }
  .finance_sidebar .about {
    text-align: center;
  }
  .finance_sidebar img {
    max-width: 200px;
  }
  .finance_footer {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    margin-top: 2em;
  }
}
