/**
 BandFrame Theme
 */
 
@font-face {
   	font-family: 'ProximaNovaRgRegular';
    src: url('../../lib/font/proxima_nova_reg-webfont.eot');
    src: url('../../lib/font/proxima_nova_reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../lib/font/proxima_nova_reg-webfont.woff') format('woff'),
         url('../../lib/font/proxima_nova_reg-webfont.ttf') format('truetype'),
         url('../../lib/font/proxima_nova_reg-webfont.svg#ProximaNovaRgRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaLtBold';
    src: url('../../lib/font/proxima_nova_sbold-webfont.eot');
    src: url('../../lib/font/proxima_nova_sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../lib/font/proxima_nova_sbold-webfont.woff') format('woff'),
         url('../../lib/font/proxima_nova_sbold-webfont.ttf') format('truetype'),
         url('../../lib/font/proxima_nova_sbold-webfont.svg#ProximaNovaLtBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaLtRegular';
    src: url('../../lib/font/proximanova-light-webfont.eot');
    src: url('../../lib/font/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../lib/font/proximanova-light-webfont.woff') format('woff'),
         url('../../lib/font/proximanova-light-webfont.ttf') format('truetype'),
         url('../../lib/font/proximanova-light-webfont.svg#ProximaNovaLtRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #1e1e1e; 
  background-image: url('../../images/grid.png'), -moz-radial-gradient(center, circle cover, #404040 0%, #111111 100%);
  background-image: url('../../images/grid.png'), -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #404040), color-stop(100%, #111111));
  background-image: url('../../images/grid.png'), -webkit-radial-gradient(center, circle cover, #404040 0%, #111111 100%);
  background-image: url('../../images/grid.png'), -o-radial-gradient(center, circle cover, #404040 0%, #111111 100%);
  background-image: url('../../images/grid.png'), -ms-radial-gradient(center, circle cover, #404040 0%, #111111 100%);
  background-image: url('../../images/grid.png'), radial-gradient (center, circle cover, #404040 0%, #111111 100%);
  }

.reveal {
  font-family: 'ProximaNovaLtRegular', sans-serif;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: -0.01em;
  color: #eeeeee; }

::selection {
  color: white;
  background: #595959;
  text-shadow: none; }



/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'ProximaNovaLtBold', Arial, sans-serif;
  line-height: 1.1em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); 
}

.reveal h1 {
  text-align:left; 
  font-size:32px; 
  line-height:32px; 
  margin-bottom:20px;
}

.reveal h2 {
  font-size:28px;   
  margin-bottom: 24px;
  

}
.reveal h3 {
  font-size: 24px;
  }

.reveal .section-title {
  color: #FFF;
  text-transform: uppercase;
  font-family: 'ProximaNovaLtBold', Arial, sans-serif;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); 
  font-size:48px; 
  line-height:48px; 
  margin-left:24px; 
  margin-bottom:20px;
  }

  .reveal .artist-grid {
    list-style-type:none; display:inline;
    font-family:ProximaNovaLtBold; 
    text-transform:uppercase;
    font-size:12px; 
    line-height:12px; 
    width:100%;
  }

  .reveal .artist-grid p {
    text-align:center;
    font-size:18px; 
    line-height:18px; 
  }

  .reveal .artist-grid td {
    width: 20%; 
    margin: auto;
    text-align: center;

  }

  .reveal .artist-grid img {
    width:70%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  .reveal .artist-grid td a:hover {
    opacity: 0.6;
    filter: alpha(opacity="60");
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }


/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #a4a4a4;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:not(.image):hover {
  color: #222222;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background-color: #292929; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
/*  background: rgba(255, 255, 255, 0.12); */
  border: none;
/*  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }

/*.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #46873e;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
  */

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #46873e; }

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #46873e; }

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #46873e; }

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #46873e; }

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #63b72f; }

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #63b72f; }

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #63b72f; }

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #63b72f; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  height:10px; }

.reveal .progress span {
  background: #46873e;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

  /*********************************************
 * BANDFRAME & BERKLEE TODAY SLIDE
 *********************************************/

 .reveal .artist {
   list-style:none; 
  display:inline; 
  float:left; 
  /* width:20%; */
  width: 100%; 
  margin-bottom:50px;
  padding-bottom:35px;
  }

  .reveal .artist-image {
  float:left;
  padding-right:30px;
  margin-top:-25px;
  height: 100%;
 }

  .reveal .artist-today {
  font-family:ProximaNovaLtBold; 
  text-transform:uppercase;
  text-align:left; 
  font-size:24px; 
  line-height:24px; 
 }

 .reveal .artist-graduation {
  font-size:20px;
  line-height:20px;
  text-align:left; 
  color:#46873e; 
  font-family:ProximaNovaLtBold;
 }

 .reveal .artist-title {
  font-size:18px;
  line-height:18px;
  margin-bottom:18px; 
  text-align:left; 
  color:#BFBFBF; 
  font-family:ProximaNovaLtBold;
 }

 .reveal .artist-testimonial {
  font-size:18px;
  line-height:18px; 
  text-align:left; 
  vertical-align:top;
  margin-bottom:12px;
 }

 .reveal .artist-author {
  padding-left:20px;
 }

 .reveal .artist-image img:hover, .reveal .artist-column-last img:hover {
    opacity:0.6;
  filter:alpha(opacity=60);
  transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
 }

/*  .reveal .artist-column-last {
  list-style:none; 
  display:inline; 
  float:left; 
  width:20%; 
  padding-right:0px;
 }
 */

 .reveal p {
  font-size:20px;
  line-height:24px;
 }

 .reveal li {
  font-family:ProximaNovaLtRegular, Arial, sans-serif; 
  font-size:20px;
  line-height:24px;
  text-align:left; 
  color:#FFFFFF; 
  margin-bottom:16px; 
  margin-top:16px; 
 }

 .reveal .artist-view-bandframe-btn {
   -webkit-transition:all 0.3s;
  background-color:#46873e;
  border:0;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  font-family:ProximaNovaLtBold, Arial, sans-serif;
  font-size:16px;
  line-height:16px;
  font-weight:normal;
  letter-spacing:0;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  transition: ease 0.3s;
  width:190px;
  height:0.85em;
  float: left;
  margin-top:20px;
  padding:15px;
  cursor:pointer;
 }

  .reveal .artist-view-bandframe-btn:hover {
  background-color:#222222;
  }

  .reveal .in-development-banner {
    background-image: url('images/bf_labs.png');
    background-repeat: no-repeat;
    background-position: 95% 3%;
    background-size: auto;
  }

  .reveal #press {
    width:100%;
    }

  .reveal #press td, .reveal #press tr {
    padding:0;
  }

  .reveal #press td {
    height:100%;
    vertical-align:middle;
  }

  .reveal #press img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border-bottom-left-radius:100px;
    border-bottom-right-radius:100px;
    border-top-left-radius:100px;
    border-top-right-radius:100px;

    border: 3px solid #222222;
    vertical-align:top;
  }

  .reveal #press img:hover {
    opacity: 0.6;
    filter: alpha(opacity="60");
  }

  .reveal #press .press-title {
    font-family:ProximaNovaLtBold; 
    padding-right: 5px; 
    font-size:20px; 
    line-height:20px;
    font-weight:normal;
  }

  .reveal #press .press-source {
    font-family:ProximaNovaLtBold;
    padding-right: 5px; 
    font-size:16px; 
    font-weight:normal; 
    line-height:16px; 
    color:#AFAFAF;
  }

  .reveal .press-bandframe-btn {
      -webkit-transition:all 0.3s;
    background-color:#46873e;
    border:0;
    border-bottom-left-radius:2px;
    border-bottom-right-radius:2px;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    color:#FFFFFF;
    font-family:ProximaNovaLtBold, Arial, sans-serif;
    font-size:16px;
    line-height:16px;
    font-weight:normal;
    letter-spacing:0;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
    transition: ease 0.3s;
    width:100px;
    height:0.85em;
    float: left;
    margin-top:0px;
    padding:15px;
    cursor:pointer;
 }

.reveal .press-bandframe-btn:hover {
    background-color:#222222;
  }

.reveal .bxslider {
    font-family: ProximaNovaLtRegular;
    width:100% !important;
    margin:auto;
    text-align:center !important;
  }

.reveal .bxslider li {
  height:140px;
  width:100% !important;
  text-align: center;
  font-size:24px;
  line-height:28px;
  list-style:none;
}

.reveal .cinema {
  width:100% !important;
  height:100% !important;
}





   /*********************************************
 * BANDFRAME & BERKLEE TOMORROW SLIDE
 *********************************************/


  .tomorrow h1 {
    text-align:center; 
    font-size:1em; 
    font-family:ProximaNovaLtBold, Arial, sans-serif; 
    color:#222222; 
    text-transform:uppercase; 
    text-shadow:none;
  }

  .tomorrow .reveal .artist-today {
  font-family:ProximaNovaLtBold; 
  text-transform:uppercase;
  font-size:0.7em; 
  line-height:1.2em; 
  margin-top:-16px;
  color: #222222;
  text-shadow:none;
 }

.tomorrow .reveal .artist-title {
  font-size:18px;
  line-height:18px;
  text-align:left; 
  color:#777777; 
  font-family:ProximaNovaLtBold;
 }

 .tomorrow .reveal .artist-testimonial {
  font-size:20px;
  line-height:24px; 
  float:right; 
  text-align:left; 
  vertical-align:top;
  margin-top:40px;  
  margin-bottom:12px;
  color: #222222;
 }

 .tomorrow .reveal .artist-column {
  list-style:none; 
  display:inline; 
  text-align:left;
  float:left; 
  width:208px; 
  height:600px !important;
  padding-right:30px;
 }

 .tomorrow  .reveal .artist-author {
  padding-left:0;
  line-height:32px;
  float:right;
 }

 .tomorrow .reveal .artist-column img:hover, .reveal .artist-column-last img:hover {
  opacity:0.6;
  filter:alpha(opacity=60);
  transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
 }

 .tomorrow .reveal .artist-column-last {
  list-style:none; 
  display:inline; 
  float:left; 
  width:208px; 
  padding-right:0px;
 }

 .tomorrow .reveal .artist-view-bandframe-btn {
   -webkit-transition:all 0.3s;
  background-color:#ED1C24;
  border:0;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  font-family:ProximaNovaLtBold, Arial, sans-serif;
  font-size:16px;
  line-height:16px;
  font-weight:normal;
  letter-spacing:0;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  -ms-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  width:190px;
  height:100%;
  float: left;
  padding:15px;
  cursor:pointer;
 }

 .tomorrow .reveal .artist-view-bandframe-btn:hover {
  background-color:#222222;
  }

  .tomorrow p {
    color:#222222;
  }

  .tomorrow li {
    font-size:18px;
    line-height:18px;
    color: #222222;
    list-style-type:none;
    margin-bottom:-10px;
  }

  .tomorrow .opening {
    color:#222222; 
    font-size:20px; 
    line-height:24px; 
    font-family:ProximaNovaLtBold; 
    margin-top:10px; 
    margin-bottom:10px;
  }

  .tomorrow .testimonial-title {
    color:#ED1C24;
    font-size: 18px;
    line-height: 40px;
    text-transform:uppercase;
    font-family:ProximaNovaLtBold;
  }

  .tomorrow .closing-points {
    width:100%;
  }

  .tomorrow .closing-points li {
    font-size: 22px;
    line-height: 24px;
  }
