/* --------------------------------------------------------------------------------- */
/* Generic section styling */
/* --------------------------------------------------------------------------------- */
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 32px;
  position: relative;
  padding-bottom: 5px;
}
.section-title:after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 60px;
  background: #cc0033;
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -30px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}





/* --------------------------------------------------------------------------------- */
/* ======= Promo Section ======= */
/* --------------------------------------------------------------------------------- */
.vegas-timer-progress {
  background: #cc0033;
}
.promo-section {
  height: 226px;
  /*max-height:226px;*/
  width: 100%;
  position: relative;
  color: #fff;
  background: #101113;
  background: url('../images/hero/bandeaumain2.jpg') no-repeat top left fixed;
  /*-webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;*/
}
.promo-section-mobile {
  padding-top:80px;
  height: 500px;
  width: 100%;
  position: relative;
  color: #fff;
  background: #101113;
  background: url('../images/hero/heroezza0.jpg') no-repeat left fixed;
  -webkit-background-size: cover; 
  -moz-background-size: cover; 
  -o-background-size: cover; 
  background-size: cover;
}
.logo-holder {
  height: 100px;
  text-align: center;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0;
  margin-bottom: 30px;
  text-indent: -9999px;
  overflow: hidden;
}
.promo-content {
  /*padding-top: 80px;*/
}
.promo-content .headline {
  font-size: 48px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.promo-content .tagline {
  font-size: 24px;
  margin-bottom: 90px;
}
.updates-block {
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 160px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}
.updates-block .updates-block-inner {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.updates-block .carousel-inner {
  min-height: 100px;
}
.updates-block .media-holder {
  display: inline-block;
  position: absolute;
  width: 170px;
  height: 100px;
  left: 0;
}
.updates-block .media-thumb {
  position: relative;
}
.updates-block .video-play-trigger {
  position: absolute;
  width: 36px;
  height: 36px;
  left: 50%;
  margin-left: -18px;
  text-align: center;
  z-index: 5;
  top: 50%;
  margin-top: -18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.updates-block .video-play-trigger:hover {
  background: rgba(38, 150, 194, 0.6);
}
.updates-block .video-play-trigger .fa {
  color: #fff;
  font-size: 16px;
  padding-top: 10px;
  padding-left: 4px;
}
.updates-block .glyphicon {
  margin: 0;
  margin-top: -20px;
}
.updates-block .glyphicon-chevron-left {
  background: transparent url('../images/left-arrow.svg') no-repeat left top;
  width: 23px;
  height: 40px;
  left: -60px;
}
.updates-block .glyphicon-chevron-left:before {
  display: none;
}
.updates-block .glyphicon-chevron-right {
  background: transparent url('../images/right-arrow.svg') no-repeat right top;
  width: 23px;
  height: 40px;
  right: -60px;
}
.updates-block .glyphicon-chevron-right:before {
  display: none;
}
.updates-block .carousel-control {
  display: inline-block;
  width: 23px;
  height: 100px;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  text-shadow: none;
}
.updates-block .carousel-control:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.updates-block .carousel-control.right {
  background-image: none;
}
.updates-block .carousel-control.left {
  background-image: none;
}
.updates-block .carousel .item {
  height: 100px;
}
.updates-block .carousel-content {
  padding-left: 200px;
  max-width: 760px;
}
.updates-block .carousel-content.no-media-holder {
  padding-left: 0;
  max-width: 620px;
}
.updates-block .carousel-content.no-media-holder .title {
  margin-bottom: 15px;
}
.updates-block .carousel-content .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
}
.updates-block .carousel-content .btn-cta {
  position: absolute;
  right: 0;
  top: 30px;
}
.updates-block .carousel-content .desc {
  color: rgba(255, 255, 255, 0.6);
}
.updates-block .carousel-content .desc a {
  color: #fff;
}
.updates-block .carousel-content .desc a.more-link {
  color: #cc0033;
  vertical-align: middle;
}
.updates-block .carousel-content .desc a.more-link:hover {
  color: #1e7597;
}
.updates-block .carousel-content .highlight {
  color: #cc0033;
}
.countdown-box {
  font-size: 16px;
}
.countdown-box .number {
  font-weight: 700;
  color: #cc0033;
  font-size: 24px;
}
.countdown-box .unit {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}



/* --------------------------------------------------------------------------------- */
/* ======= Bands Section ======= */
/* --------------------------------------------------------------------------------- */
.bands-section {
  /*background-color:#ffcc99;*/
  background-color:rgb(255,255,204);  /*#ffffcc; */
}

.bands-section .item {
	margin-bottom:40px;
}


/* --------------------------------------------------------------------------------- */
/* ======= Bio Section ======= */
/* --------------------------------------------------------------------------------- */
.bio-section {
  /*background-color:#ffcc99;*/
  background-color:#336666; /*999966;*/
  color:#ffffff;
}

.bio-section .row {
	margin-top:35px;
}

.bio-section a.btn-ghost-primary, .bio-section .btn-ghost-primary {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 0 #ffffff;
  -moz-box-shadow: inset 0 0 0 0 #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  text-transform: uppercase;
}
.bio-section a.btn-ghost-primary:active,
.bio-section .btn-ghost-primary:active,
.bio-section a.btn-ghost-primary:focus,
.bio-section .btn-ghost-primary:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
  outline: none;
}
.bio-section a.btn-ghost-primary:hover,
.bio-section .btn-ghost-primary:hover {
  -webkit-box-shadow: inset 0 100px 0 0 #ffffff;
  -moz-box-shadow: inset 0 100px 0 0 #ffffff;
  box-shadow: inset 0 100px 0 0 #ffffff;
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}

/* --------------------------------------------------------------------------------- */
/* ======= OneBand Section ======= */
/* --------------------------------------------------------------------------------- */
.oneband-section {
  background-color:rgb(255,255,204);  /*#ffffcc; */
}
.oneband-section .item {
	margin-bottom: 40px;
}



/* --------------------------------------------------------------------------------- */
/* ======= Video Section ======= */
/* --------------------------------------------------------------------------------- */
.video-section {
  /*background-color:#ffcc99;*/
  background-color:rgb(255,255,204);
}

/* --------------------------------------------------------------------------------- */
/* ======= School Section ======= */
/* --------------------------------------------------------------------------------- */
.school-section {
  background-color:#ff9966;
}

.school-section p h1 h2 span div {
  /*color:#ffffff;*/
}

.school-section a.btn-ghost-primary, .school-section .btn-ghost-primary {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  -webkit-box-shadow: inset 0 0 0 0 #ffffff;
  -moz-box-shadow: inset 0 0 0 0 #ffffff;
  box-shadow: inset 0 0 0 0 #ffffff;
  text-transform: uppercase;
}
.school-section a.btn-ghost-primary:active,
.school-section .btn-ghost-primary:active,
.school-section a.btn-ghost-primary:focus,
.school-section .btn-ghost-primary:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
  outline: none;
}
.school-section a.btn-ghost-primary:hover,
.school-section .btn-ghost-primary:hover {
  -webkit-box-shadow: inset 0 100px 0 0 #ffffff;
  -moz-box-shadow: inset 0 100px 0 0 #ffffff;
  box-shadow: inset 0 100px 0 0 #ffffff;
  background: #ffffff;
  color: #000000;
  border: 2px solid #ffffff;
}


/* --------------------------------------------------------------------------------- */
/* ======= Gigs Section ======= */
/* --------------------------------------------------------------------------------- */
.gigs-section .container {
  max-width: 860px;
}
.gigs-section .item {
  position: relative;
  padding-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.gigs-section .date-label {
  background: #101113;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 45px;
  height: 55px;
  padding-top: 4px;
  position: absolute;
  left: 0;
  top: 15px;
}
.gigs-section .date-label .number {
  font-size: 20px;
  font-weight: 700;
}
.gigs-section .date-label .month {
  font-size: 12px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
.gigs-section .gig-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.gigs-section .meta-list {
  color: #788191;
}
.gigs-section .meta-list a {
  color: #788191;
}
.gigs-section .meta-list .fa {
  margin-right: 5px;
  color: #cc0033;
  font-size: 16px;
}
.gigs-section .gig-actions {
  position: absolute;
  right: 0;
  top: 15px;
}
.gigs-section .gig-actions .btn {
  margin-right: 5px;
}
.gigs-section .gig-actions .btn:last-child {
  margin-right: 0;
}
.gigs-section .info-extra {
  color: #4f545e;
  font-size: 16px;
}
.gigs-section .gigs-contact {
  margin-top: 60px;
}
.gigs-section .gigs-contact .title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}
.gigs-section .gigs-contact .intro {
  font-size: 16px;
  color: #4f545e;
  max-width: 800px;
}
.gigs-section .gigs-contact .btn {
  margin-top: 15px;
}

.gigs-section {
	background-color:rgb(255,255,204);  /*#ffffcc; */
}
  
/* francois */
#gigs{
	padding-top:20px;
}








/* --------------------------------------------------------------------------------- */
/* ======= Music Section ======= */
/* --------------------------------------------------------------------------------- */
.music-section {
  background: #f5f5f5;
}
.music-section .sc-block {
  max-width: 860px;
  margin-bottom: 90px;
}
.music-section .sc-block .item {
  margin-bottom: 15px;
}
.music-section .albums-block .item {
  margin-bottom: 45px;
}
.music-section .albums-block .item-inner {
  position: relative;
  padding-right: 60px;
}
.music-section .albums-block .arrow-holder {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0d3342;
  position: absolute;
  left: -10px;
  top: 37px;
  bottom: -20px;
}
.music-section .albums-block .cover-figure {
  max-width: 235px;
  max-height: 235px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  background: #101113;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.music-section .albums-block .cover-figure .cover-image {
  position: relative;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
.music-section .albums-block .cover-figure .record-holder {
  max-width: 235px;
  max-height: 235px;
  display: inline-block;
  position: absolute;
  right: -80px;
  bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.music-section .albums-block .cover-figure:hover .cover-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.music-section .albums-block .cover-figure:hover .record-holder {
  right: -118px;
}
.music-section .albums-block .cover-label {
  position: absolute;
  left: -10px;
  top: 0;
  background: #cc0033;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 10px;
}
.music-section .albums-block .album-title {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 0;
  max-width: 235px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: inline-block;
}
.music-section .music-action {
  margin-top: 30px;
}


.music-section {
  background-color:#336666; /*ff6633;*/
}

.music-section {
  color:#ffffff;		
}



/* --------------------------------------------------------------------------------- */
/* ======= Albums Section ======= */
/* --------------------------------------------------------------------------------- */
.albums-section {
  background: #f5f5f5;
}
.albums-section .sc-block {
  max-width: 860px;
  margin-bottom: 90px;
}
.albums-section .sc-block .item {
  margin-bottom: 15px;
}
.albums-section .albums-block .item {
  margin-bottom: 45px;
}
.albums-section .albums-block .item-inner {
  position: relative;
  padding-right: 60px;
}
.albums-section .albums-block .arrow-holder {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0d3342;
  position: absolute;
  left: -10px;
  top: 37px;
  bottom: -20px;
}
.albums-section .albums-block .cover-figure {
  max-width: 235px;
  max-height: 235px;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  background: #101113;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.albums-section .albums-block .cover-figure .cover-image {
  position: relative;
  -webkit-opacity: 0.95;
  -moz-opacity: 0.95;
  opacity: 0.95;
}
.albums-section .albums-block .cover-figure .record-holder {
  max-width: 235px;
  max-height: 235px;
  display: inline-block;
  position: absolute;
  right: -80px;
  bottom: 0;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.albums-section .albums-block .cover-figure:hover .cover-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.albums-section .albums-block .cover-figure:hover .record-holder {
  right: -118px;
}
.albums-section .albums-block .cover-label {
  position: absolute;
  left: -10px;
  top: 0;
  background: #cc0033;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  padding: 10px;
}
.albums-section .albums-block .album-title {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 0;
  max-width: 235px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: inline-block;
}
.albums-section .albums-action {
  margin-top: 30px;
}




/* --------------------------------------------------------------------------------- */
/* ======= About Section ======= */
/* --------------------------------------------------------------------------------- */
.about-section .section-title {
  margin-bottom: 30px;
}
.about-section .section-intro {
  margin-bottom: 60px;
  max-width: 800px;
  font-size: 16px;
  color: #4f545e;
}
.about-section .item-inner {
  padding: 30px;
}
.about-section .member-name {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
}
.about-section .member-desc {
  color: #4f545e;
}
.about-section .member-profile {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
}
.about-section .member-profile img {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.about-section .member-label {
  display: inline-block;
  width: 60%;
  padding: 5px 10px;
  background: #101113;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 30px;
}
.social-block {
  padding-top: 90px;
}
.social-block .instagram-block {
  margin-bottom: 30px;
  max-width: 800px;
}
.social-block .instagram-block .title {
  margin-top: 0;
  margin-bottom: 30px;
}
.social-block .instafeed-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
}
.social-block .instagram-item {
  display: inline-block;
  padding: 0;
  background: #101113;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
  position: relative;
}
.social-block .instagram-item:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  z-index: 10;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}




/* --------------------------------------------------------------------------------- */
/* ======= Merch Section ======= */
/* --------------------------------------------------------------------------------- */
.merch-section {
  background: #f5f5f5;
}
.merch-section .item {
  margin-bottom: 30px;
}
.merch-section .item .item-inner {
  position: relative;
}
.merch-section .item:hover .mask {
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.merch-section .mask {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.merch-section .mask .item-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.merch-section .mask .desc {
  font-size: 16px;
  margin-bottom: 30px;
}
.merch-section .mask span {
  display: block;
}
.merch-section .mask span.btn {
  display: inline-block;
}
.merch-section .mask-inner {
  background: rgba(16, 17, 19, 0.8);
  padding: 30px;
  padding-top: 45px;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
/*.merch-section .merch-action {
  margin-top: 30px;
}*/

.merch-action {
  margin-top: 30px;
}





/* --------------------------------------------------------------------------------- */
/* ======= Contact Section ======= */
/* --------------------------------------------------------------------------------- */
.contact-section {
  background: #101113;
  color: rgba(255, 255, 255, 0.75);
}
.contact-section a {
  color: rgba(255, 255, 255, 0.75);
}
.contact-section a:hover {
  color: #cc0033;
}
.contact-section .section-title {
  margin-bottom: 30px;
  color: #fff;
}
.contact-section .section-intro {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 60px;
  font-size: 16px;
}
.contact-section .contact-block {
  max-width: 800px;
  margin-bottom: 90px;
}
.contact-section .contact-block .item {
  margin-bottom: 30px;
}
.contact-section .contact-block .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
}
.contact-section .contact-block .icon-holder {
  margin-bottom: 15px;
}
.contact-section .contact-block .fa {
  margin-right: 5px;
  color: #ffcc99;
  font-size: 24px;
}
.contact-section .channels-list {
  margin-bottom: 45px;
}
.contact-section .channels-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.contact-section .channels-list li:last-child {
  margin-right: 0;
}
.contact-section .channels-list a {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.contact-section .channels-list a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.contact-section .social-media-list {
  margin-bottom: 0;
}
.contact-section .social-media-list a {
  color: rgba(255, 255, 255, 0.4);
}
.contact-section .social-media-list a:hover {
  color: #fff;
}
.contact-section .social-media-list li {
  margin-right: 15px;
  margin-bottom: 15px;
}
.contact-section .social-media-list li:last-child {
  margin-right: 0;
}
.contact-section .social-media-list .fa {
  font-size: 36px;
}