/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  min-height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;

  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
/*    position: fixed;*/
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 760px;
  }
}


/*** APP Styles ****/

/* layout fixes */
@media (min-width: 768px) {
  .cover {
    margin-top: 100px;
    /*margin-bottom: 100px ;*/
  }
}


body {

  line-height: 1.5em;

}

.site-wrapper {
  background:  url("../img/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.site-wrapper-inner {
  background: rgba(0,0,0,.25);
}
.cover {
  padding: 20px 30px 20px 30px;
  background: rgba(0,0,0,.4);
  border-radius: 3px;
}

.masthead {
  z-index: 10;
  padding-bottom : 30px;

  transition: all .4s ease-in-out;
  background:  rgba(0,0,0,0);;
}


@media (min-width: 768px) {
.masthead.scrolled {
  background:  rgba(0,0,0,.8);;
}
}
.lead {
  margin-bottom:30px;
}


h1 {
  margin-top: 0;
  font-weight: normal;
}
h3>a {
  transition: all .2s ease-in-out;
}
h3>a:hover {
  opacity:.75;; 
}
h3>a:hover, h3>a:focus {
  text-decoration: none;
}

h1, h2, h3, h4 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .75);
}

.img-thumbnail {
  margin: 15px 0;
  background: rgba(255, 255, 255, .5);
  border-color: transparent;
  border-radius: 0;
  padding: 2px;
}


.animated{

  transition: all .2s ease-in-out;
  /*-webkit-animation-delay: 0s;*/
  /*-webkit-animation-iteration-count: infinite;*/
} 


/* FOOTER STYLE */

.mastfoot {
  font-size: 11px;
}
.mastfoot i {
  font-size: 24px;
  margin: 0 5px;
}

.mastfoot a { 
  display: inline-block;
  transition: all .2s ease-in-out;
}

.mastfoot a:hover {
  transform: scale(1.4); 
}


/** CONTENT **/


.nav>li>a {

  transition: all .2s ease-in-out;
}

.content {
  display:none;
}
.content.active {
  display: block;

}




/* Module home */

#-content {
  background: transparent;

  background: rgba(0,0,0,0);
}

/* Module Photo */

.blueimp-gallery>.indicator>li {
  background-image: none!important;
  background-color: #777;
}
.blueimp-gallery>.indicator>li:hover, .blueimp-gallery>.indicator>.active {

}
.gallery a {
  display:block;
}

.gallery .img-thumbnail:hover {
  background:rgba(255,255,255,.75);
}

/* Module home */

#-content {
  background: transparent;

  background: rgba(0,0,0,0);
}

/* Module Disco */

.module-disco {
  text-align: left;
  padding-top : 20px;
}
.module-disco-block {
  margin-bottom: 30px;
}
.module-disco img {
  border: solid rgba(255,255,255,.2) 1px;
  margin-bottom: 10px;
}
.module-disco a:hover img {
  border-color: white;
}

.module-disco a:hover {
  text-decoration: none;
}
.module-disco a:hover .module-disco-title {
  text-decoration: underline;
}

.module-disco .pull-right{
  opacity: .75;
  font-size:85%;
}
.module-disco-title {
  
}
.module-disco-artist {
  font-weight:200;
  opacity: .75;
  font-size:85%;
}

/* Module Agenda */

.module-agenda {
  text-align: left;
}
.module-agenda  h2 {
  margin-top: 30px;
}


/* Module Projects */

.module-projects {
  text-align: left;
}


.module-projects-content, .module-projects img {
  margin-bottom: 30px;
}

.module-projects-title {
  font-weight: bold;
}

.module-projects-desc {
  font-size: 85%;
}


.module-projects-desc a{
  text-decoration: underline;
}


.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.tooltip.top .tooltip-inner {
    background-color:#777
}
.tooltip.top .tooltip-arrow {
      border-top-color: #777
}
.tooltip.bottom .tooltip-inner {
    background-color:#777
}
.tooltip.bottom .tooltip-arrow {
      border-bottom-color: #777
}

@media (min-width: 768px) {
  .module-projects img {
    width: 100px;
    height: auto;
    float: left;
  }

  .module-projects-content {
    margin-left: 120px;
  }
}

/* Modulemedia */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 30px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

