/*------------------------------------------------------------------------------*/
/* imports
/*------------------------------------------------------------------------------*/
/*-- make images responsive
/*------------------------------------------------------------------------------*/
/*-- apply a natural box layout model to all elements
/*   http://paulirish.com/2012/box-sizing-border-box-ftw/
/*   https://github.com/Schepp/box-sizing-polyfill
/*------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box; }

/*------------------------------------------------------------------------------*/
/* variables
/*------------------------------------------------------------------------------*/
/* ============================================================================
--- basic
============================================================================== */
header, #main, footer {
  position: relative; }

/* ============================================================================
--- basic typography
============================================================================== */
a {
  color: #fff;
  text-underline: none; }

.bs p {
  font-size: 12px; }

.content a {
  color: #a48b60; }

/* ============================================================================
--- main
============================================================================== */
body {
  overflow: hidden;
  background: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  min-width: 1300px; }

.Background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.content_row .content_box, .TagSmall {
  background: rgba(41, 41, 41, 0.8); }

.Tag {
  background: rgba(41, 41, 41, 0.5); }

.top_bar {
  height: 40px;
  background: #29292a;
  padding-left: 20px; }
  .top_bar h1 {
    font-size: 24px;
    line-height: 43px;
    color: #fff;
    font-family: BebasNeueRegular; }
  .top_bar h1, .top_bar .main_menu {
    float: left; }
  .top_bar .main_menu {
    padding-left: 20px; }
    .top_bar .main_menu li {
      float: left;
      padding-right: 20px; }
      .top_bar .main_menu li a {
        display: block;
        height: 40px;
        line-height: 43px;
        text-transform: uppercase;
        font-size: 12px;
        font-family: Verdana, Tahoma, Geneva, sans-serif; }
      .top_bar .main_menu li.current-menu-item a, .top_bar .main_menu li.current_page_item a {
        font-weight: bold; }

.single-compositions .menu-item-38 a {
  font-weight: bold; }

.single-releases .menu-item-29 a {
  font-weight: bold; }

.single-projects .menu-item-36 a {
  font-weight: bold; }

.content_row {
  height: 550px;
  width: 100%;
  padding: 0 0 0 20px;
  margin-top: 10px; }
  .content_row--withTopMargin {
    margin-top: 100px; }
  .content_row .content_box {
    width: 370px;
    overflow: hidden;
    position: relative;
    height: 100%;
    padding: 27px 0px 27px 27px;
    float: left;
    margin-left: 5px; }
    .content_row .content_box:first-child {
      margin-left: 0; }
    .content_row .content_box .posts_list {
      height: 100%;
      overflow: hidden; }
    .content_row .content_box .close_link {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 14px; }
    .content_row .content_box.smaller {
      width: 246.66667px;
      height: 50%;
      margin-bottom: 10px; }
    .content_row .content_box.twitter {
      overflow: visible; }
      .content_row .content_box.twitter .twitter_icon_2 {
        position: absolute;
        top: -23px;
        right: -23px;
        z-index: 20; }
      .content_row .content_box.twitter .content_twitter {
        position: relative; }
    .content_row .content_box .content_scroller {
      height: 100%;
      padding: 0px 0px 10px 0px; }
    .content_row .content_box .content_inside {
      position: relative;
      padding: 0 20px 20px 0; }
    .content_row .content_box.main_content_box {
      opacity: 0; }
      .content_row .content_box.main_content_box object {
        display: none; }
    .content_row .content_box.comment_form_box {
      opacity: 0; }
    .content_row .content_box.visible {
      opacity: 1; }

.page-template-page_about-php .content_box {
  width: 400px; }

.post_preview {
  position: relative;
  padding: 0 30px 20px 0; }
  .post_preview .post_preview_content {
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dashed #fff; }
    .post_preview .post_preview_content h2 {
      text-transform: uppercase;
      font-size: 13px;
      font-weight: bold; }
  .post_preview .post_preview_link {
    display: block;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -10px;
    right: 7px;
    position: absolute; }
    .post_preview .post_preview_link span {
      content: "";
      border-color: transparent transparent transparent #fff;
      border-style: solid;
      border-width: 7px;
      height: 0;
      width: 0;
      position: absolute;
      text-indent: -9999px; }
  .post_preview:last-child .post_preview_content {
    border: none; }

.main_content_box .show_comment_form {
  font-weight: bold;
  float: right; }

footer {
  background: #29292a;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px; }
  footer p {
    line-height: 30px;
    position: absolute; }
    footer p img {
      vertical-align: middle; }
  footer p.links {
    padding-left: 20px; }
  footer p.info {
    position: absolute;
    right: 100px;
    font-size: 10px;
    font-family: Verdana, Tahoma, Geneva, sans-serif; }
    footer p.info span {
      padding-left: 40px; }

.content h2, .content h3 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold; }

.content .event {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed white; }
  .content .event:last-child {
    border-bottom: none; }

.content .discographies h2 {
  padding-bottom: 15px; }

.content .discographies .discography .thumbnail {
  width: 90px;
  padding: 0 10px 0px 0px;
  float: left; }

.content .discographies .discography .discography_content {
  width: 250px;
  float: right; }

#respond input, #respond textarea {
  background: #f1f1f2;
  width: 100%;
  padding: 7px; }

#respond textarea {
  height: 315px; }

#respond #submit {
  width: auto;
  float: right;
  text-transform: uppercase;
  font-weight: bold; }

/* --- other
============================================================================== */
.spinner {
  position: absolute;
  top: 50px;
  left: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  text-indent: -999em;
  background: rgba(41, 41, 41, 0.8) url(../images/progress1.gif) no-repeat center center;
  border-radius: 5px; }

.gunhild .jspHorizontalBar {
  display: none; }

.tweet {
  padding-bottom: 8px; }

.tweet_avatar {
  display: none; }

.tweet_header {
  display: none; }

.tweet_footer {
  display: none; }

.tweet_image {
  display: none; }

@media only screen and (max-height: 800px) {
  .content_row {
    top: 45px; } }

@-webkit-keyframes fade_in_animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade_in_animation {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fade-in {
  -webkit-animation: fade_in_animation 3s 1;
          animation: fade_in_animation 3s 1; }

.Tags {
  margin-left: 20px;
  max-width: 1110px;
  margin-top: 10px;
  position: relative; }

.Tag {
  padding: 5px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 5px 5px 0;
  display: inline-block; }
  .Tag:hover, .Tag.is-current {
    background-color: #29292a; }

.TagSmall {
  padding: 3px;
  font-size: 10px;
  display: inline-block;
  margin-bottom: 2px; }

.Date {
  margin-bottom: 0.5em; }
