
html {
  background-color: #262B2D !important;
}

.featured-part {
  background: rgba(27, 32, 33, 0.88);
}

/* Events */

.bit-widget .bit-offers {
  background-color: rgba(255, 255, 255, 0.23) !important;
}

.bit-date{
  color: #2c6f77 !important;
}

.bit-venue-name {
  color: #fff !important;
}


/* Typography */
@font-face {
  font-family: 'de-font';
  src: url("../fonts/de-font.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

.de-font {
  font-size: 100%;
  font-family: "de-font", de-font;
  color: white;
  line-height: 1em;
}

.project {
  font-size: 16px;
}

em { 
  font-style: italic;
}

/*.fan-page {
  display: inline-block;
  vertical-align: top;
 
  /*Dirty IE Hack*/

/*
  zoom: 1;
  *display: inline;
}

.instagram {
  display: block; float: left;
}

.content-template {
  display: block; float: right;
}
*/

.residency {
  display: block;
  font-size: 18px;
}




/* Social Media */
.twitter-share-button[style] { 
  display: inline-block;

}

.fb_iframe_widget span {
  vertical-align: inherit !important;
}


/* Unify */
.ms-lightbox-template {
  max-width: 750px;
  padding: 5px 5px 0.1px 5px;
  margin: 0 auto;
  background: #000;
}

.ms-lightbox-template .ms-lightbox-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.ms-lightbox-template .ms-lightbox {
  text-indent: 9999px;
  display: block;
  width: 55px;
  height: 52px;
  margin: -42px;
  background: url(../img/lightbox-btn.png) no-repeat center;
}


/* Social Media */

  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400);

  .center {
    display: table;
    width: 100%;
  }

  #social-test {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
    .social {
      padding-left: 0px;
    }
    li {
      display: inline-block;
    }
    li a {
      color: rgba(256, 256, 256, 0.6);
      border-radius: 6px;
      list-style-type: none;
      display: inline-block;
      width: 100px;
      height: 100px;
      line-height: 100px;
      padding: 1%;
      border: 1px solid rgba(256, 256, 256, 0.6);
      cursor: pointer;
      margin-left: 10px;
      margin-bottom: 20px;
      transition: ease .3s;
      &:hover {
        color: rgba(256, 256, 256, 1);
        border: 1px solid rgba(256, 256, 256, 1);
      }
    }
  }

  .social:hover > li {
    opacity: 0.5;
  }

  .social:hover > li:hover {
    opacity: 1;
  }
  .credits, .credits a {
    font-size: 20px;
    font-family: Open Sans;
    color: rgba(256, 256, 256, 0.6);
  }



 /*

  Social media section

 */

.social-media-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
}

.social-media-wrapper a {
  margin-right: 15px;
  margin-left: 15px;
  font-size: 150%;
  color: #ffffff;
}

@media screen and (min-width: 1200px) and (max-width: 1230px) {
  .social-media-wrapper a {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1620px) {
  .social-media-wrapper a {
    margin-right: 9px;
    margin-left: 9px;
  }
}

@media only screen and (max-width: 600px) {
  .social-media-wrapper a {
    margin-right: 4px;
    margin-left: 4px;
  }
}



/*boja ili ne??? */
/*.fa-facebook-official {
  color: #3b5998;
}

.fa-twitter {
  color: #1dcaff;
}

.fa-soundcloud {
  color: #ff8800;
}

.fa-youtube {
  color: #bb0000;
}

.fa-instagram {
  color: #517fa4;
}
*/

/*

Social Media hover colors

*/

.fa-facebook-square:hover {
  color: #3b5998;
}

.fa-twitter:hover {
  color: #1dcaff;
}

.fa-instagram:hover {
 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;
  
  font-size: 100%; /* change this to change the size*/
}

#soundcloud:hover {
  color: #ff3300;
}

.fa-youtube:hover {
  color: #cc181e;
}

.fa-mixcloud:hover {
  color: #52aad8;
}


/* 

  End Social media

*/


.hidden {
  display: none;
}


.mail-message {
  background: rgba(255,255,255, 0.3) !important;
}





/* Image gallery */

* {
  box-sizing: border-box;
}

.gallery_row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery_column {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.gallery_column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%
}

/*img {
    width: 100%;
}*/

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery_column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .gallery_column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
  }
}

/* End Image gallery */





/* Lightbox */

/*div.row > div > div.row {
  margin-bottom: 15px;
}

div.top-container {
  padding-top:100px;
  background-color: #02709e;
  color:#ccc;
}
div.top-container h1 {
  color:white;
}
div.top-container a {
  color:#ccc;
  border-bottom:1px dotted white;
}
div.top-container a:hover {
  color: white;
  cursor:pointer;
  border-bottom:1px solid white;
  text-decoration: none;
}
div.top-header {
  margin-bottom:100px;
}

figure {
  position: relative;
}

figure figcaption {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  bottom: 10px;
  right: 20px;
  position: absolute;
  background-color: #000;
}
code[data-code], code.block-code {
  display:block;
  overflow:scroll;
  font-size:12px;
  white-space: pre;
}

.footer {
  text-align: center;
}
.footer span {
  margin-top:100px;
  font-size:12px;
  background-color:#02709e;
  color:white;
  display:inline-block;
  padding:6px;
}
.footer span a {
  color:#ccc;
  border-bottom:1px dotted white;
}
.footer span a:hover {
  cursor:pointer;
  color: white;
  border-bottom:1px solid white;
  text-decoration: none;
}
a.anchorjs-link {
  color:black;
}
a.anchorjs-link:hover {
  color:#02709e;
  text-decoration: none;
}*/

/* End Lightbox */



/* Lightbox proba video/slike*/

.modal-content {
  background-color: #333; 
}

/* End Lightbox proba video/slike*/

#Releases {
  list-style-type: disclosure-closed;
  font-size: 1.3125em;
  margin: 0px
}
  
#Releases li {
  margin: 0px 0px 0px 55px;
  padding-left: 25px;
  color: #8a8a8a;
}

