html, body {
	color: #000;
	height:100%;
	margin: -1.5px 0px;
}
body {
	padding:0px !important;
    overflow-x: hidden;
	position:relative !important;
}
#body-wrapper{
	min-height: 100%;
}
h3 {
	color: white;
    font-weight: bolder;
    text-shadow: 3px 3px 18px #B21C1B;
    font-size: 22px;
    font-family: High Tower Text;
    text-transform: uppercase;
	padding-top: 8px;
}
a {
	color: #b21c1b;
}
a:hover, a:focus {
	color: #941817;
}
.body-content{
	width:100%;
	height:70%;
	max-height:70%;
	display:inline-block;
	padding-bottom:51px; /* this needs to be bigger than footer height*/
	overflow: hidden;
}
img.body-background-groupe{
	width:100%;
	height:100%;
	background-image: url(../assets/photos/group/nido_2019-1.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	filter: sepia(1);
	-webkit-filter: sepia(1);
	position:fixed;
	top:0px;
	z-index:-1;
}
img.body-background-musique{
	width:100%;
	height:100%;
	background-image: url(../assets/photos/group/nido_2019-1.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	filter: sepia(1);
	-webkit-filter: sepia(1);
	position:fixed;
	top:0px;
	z-index:-1;
}
img.body-background-concerts{
	width:100%;
	height:100%;
	background-image: url(../assets/photos/group/nido_2019-1.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	filter: sepia(1);
	-webkit-filter: sepia(1);
	position:fixed;
	top:0px;
	z-index:-1;
}
img.body-background-contact{
	width:100%;
	height:100%;
	background-image: url(../assets/photos/group/nido_2019-2.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	filter: sepia(1);
	-webkit-filter: sepia(1);
	position:fixed;
	top:0px;
	z-index:-1;
}

@media (min-width: 1200px) {
	.body-content{
		padding:0px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.body-content{
		padding:15px;
	}
}
@media (max-width: 991px) {
	.body-content{
		height:100%;
		max-height:none;
		padding:10px;
	}
}
.highlight {
	background: rgba(255, 255, 255,0.8);
    padding: 4px 10px;
    border-radius: 8px;
}
.highlight.strict {
	background: white !important;
	opacity:0.8;
}
/**
 * STARTER
 */
 
 @media (max-width: 370px){
	.start-photo{
		width:100% !important;
	}
 }
 
@media (max-width: 768px){
	.start-photo{
		width:370px;
	}
 }
 
 @media (min-width: 768px){
	.start-photo{
		width:500px;
	}
 }
 
/**
 * HEADER
 */
.header {
background-color:white;
  opacity:0.95;
}
 
.nav-link {
    color: white;
    cursor:pointer;
    text-shadow: 1px 1px 2px #B21C1B;
} 
 
.navbar {
	margin-bottom:0px;
}
 
.navbar-trad {
    background-color: #fff;
    border:0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
@media (min-width: 768px){
     .navbar-nav{
        float:none !important;
        margin: 0 auto !important;
        display: table !important;
        table-layout: fixed !important;
    }
	
	.navbar-trad .navbar-nav > li {
		margin-left:20px;
		margin-right:20px;
	}
}
.navbar-trad .navbar-nav > li > a:hover{
    color: #B21C1B;
    background-color: #fff;
}
.navbar-trad .navbar-nav > li > a:focus, .page-selected {
    color: #B21C1B !important;
	font-weight:bold;
    background-color: #fff;
	
}
.navbar-trad .navbar-nav > li > a {
    color: #9d9d9d;
}
.language-bar .open > a, .language-bar .open > a:hover, .language-bar .open > a:focus {
    background-color: #fff;
    border-color: #337ab7;
}
.hab-banner {
	width: 100%;
	height:120px;
}
.hab-overlay {
	position: absolute;
	top:0px;
}

.hab-line-wrapper {
	width: 100%;
}
.hab-line {
	border: none;
	height: 1px;
	text-align: center;
	margin: 0 auto;
	background-image: -webkit-linear-gradient(left, #B21C1B, white, #B21C1B);
	background-image: -moz-linear-gradient(left, #B21C1B, white, #B21C1B);
	background-image: -ms-linear-gradient(left, #B21C1B, white, #B21C1B);
	background-image: -o-linear-gradient(left, #B21C1B, white, #B21C1B);
}
hr.header-line {
	border: 0; 
    height: 1px;
    margin-top:10px;
    margin-bottom:10px;
    background-image: -webkit-linear-gradient(right, black, white); 
    background-image: -moz-linear-gradient(right, black, white); 
    background-image: -ms-linear-gradient(right, black, white); 
    background-image: -o-linear-gradient(right, black, white); 
}
.hab-header {
	
}
.hab-header-title {
	text-transform: uppercase;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
	font-family: High Tower Text;
	font-size:16px;
}
.language-bar {
	position:absolute;
	top:0px;
	right:0px;
}
.language-bar  li{
	margin:0px !important;
}
@media (max-width:768px){
	.language-bar{
		display:none;
	}
}
.small-language-bar{
	display:none;
}
@media (max-width:768px){
	.small-language-bar{
		display:block;
	}
	
	.small-language-bar ul{
		list-style:none;
		position:relative;
		float:right;
		margin-bottom:0px;
	}
	.small-language-bar ul li{
		display:block;
		float:left;
	}
}
.language-selector {
	cursor:default;
	padding-left: 5px !important;
	padding-right: 10px !important;
}
/** Flag **/
.flag {
	padding:6px;
	cursor:default;
}
.flag.selector{
}
.flag.selector:hover{
	border:1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.flag-info {
	padding-right: 5px !important;
	cursor:default;
}
.dropdown-menu {
	
}
.dropdown-menu > li > a {
	color: #9d9d9d;
}
.transparent {
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255,255,255);
    /* RGBa with 0.7 opacity */
    background: rgba(255, 255, 255, 0.7);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.social-bar {
	margin:0px;
	position:absolute !important;
	right:0px !important;
}
@media (max-width:768px){
	.social-bar{
		top: 80px !important;
		right: 2px !important;
	}
}
.social-facebook-icon{
	background: url(../assets/icons/facebook.ico) no-repeat;
	background-size:36px 36px;
	width:36px;
	height:36px;
	margin-top:5px;
}
@media (max-width:768px){
	.social-facebook-icon{
		display:none;
	}
}

.social-youtube-icon{
	background: url(../assets/icons/youtube.ico) no-repeat;
	background-size:36px 36px;
	width:36px;
	height:36px;
	margin-top:5px;
}
@media (max-width:768px){
	.social-youtube-icon{
		display:none;
	}
}

.social-soundcloud-icon{
	background: url(../assets/icons/soundcloud.ico) no-repeat;
	background-size:36px 36px;
	width:36px;
	height:36px;
	margin-top:5px;
}
@media (max-width:768px){
	.social-soundcloud-icon{
		display:none;
	}
}

/**
 * FOOTER
 */
 
.footer {
	background-color:white;
	opacity:0.95;
    position: absolute;
	width:100%;
	position: relative;
	margin-top: -28px; /* negative value of footer height */
	height: 30px;
	clear:both;
}
.footer  p {
	padding:4px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top:0px;
}
p {
	margin: 0px;
	text-align:justify;
}
.centered-menu {
}
.centered-menu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
.centered-menu ul li {
   display:block;
   /*float:left;*/
   list-style:none;
   position:relative;
   right:50%;
}

@media (max-width:768px){
	.centered-menu ul li {
	   float:left;
	}
}
.row {
	padding: 0px 10px;
	margin:0px;
}
.start {
	height: 100%;
    width: 100%;
    display: table;
	background-color: rgba(255,255,255,0.5);
}
.start-wrapper {
	display: table-cell;
    height: 100%;
    vertical-align: middle;
	cursor:pointer;
}
.hab-title {
	color: #B21C1B;
	position: absolute;
	top:0px;
	font-size: 46px;
	font-family: 'Merienda One', Helvetic, sans-serif; /*Gloucester MT Extra Condensed;*/
    text-shadow: 1px 1px 4px #fff;
	font-weight: bolder;
	/*-webkit-text-stroke-width: 1px;
	-moz-text-stroke-width: 1px;
	-ms-text-stroke-width: 1px;
	-o-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	-moz-text-stroke-color: #fff;
	-ms-text-stroke-color: #fff;
	-o-text-stroke-color: #fff;*/
	width: 100%;
	margin-bottom:4px;
	text-align: center;
	vertical-align:top;
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
}
@media (max-width:768px){
	.hab-title{
		font-size:40px;
		margin-top:10px;
	}
}

@media (max-width: 370px){
	.hab-title{
		font-size:40px;
	}
}

@media (max-width: 298px){
	.hab-title{
		font-size: 34px;
    		top: 10px;
	}
}


.hab-subtitle {
	color: #000;
	position: absolute;
	top: 60px;
	font-size: 18px;
	font-family: High Tower Text;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 2s;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}
@media (max-width: 370px){
	.hab-subtitle{
		margin-top:4px;
	}
}
.start-wrapper .hab-subtitle {
	top:0px;
}
.start-wrapper > p {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
			text-align: center;
			position:relative;
}

.hab-words {
	color: #B21C1B;
	position: absolute;
	top:60px;
	font-size: 20px;
	font-family: 'Merienda One', Helvetic, sans-serif; /*Gloucester MT Extra Condensed;*/
    text-shadow: 1px 1px 4px #fff;
	width: 100%;
	margin-bottom:4px;
	text-align: center;
	vertical-align:top;
}

p.hab-words span{
	
	display:inline-block;
	opacity: 0;
	transform: translateY(30px);
	animation: fadeIn 2s forwards;
	-webkit-animation: fadeIn 2s forwards;
	-moz-animation: fadeIn 2s;
	-o-animation: fadeIn 2s;
	-ms-animation: fadeIn 2s;
}

p.hab-words span:nth-of-type(1){
  animation-delay: 1s;
}

p.hab-words span:nth-of-type(2){
  animation-delay: 2s;
}

p.hab-words span:nth-of-type(3){
  animation-delay: 3s;
}

p.hab-words span:nth-of-type(4){
  animation-delay: 4s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

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

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.musician{
	/*float:left;*/
}
@media (min-width: 370px) {
	.musician{margin:8px;}
}
@media (max-width: 370px) {
	.musician{margin:1px;float:left;}
}
	
.musician-tip{
	font-style: italic;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 0px 12px #B21C1B;
    color: #B21C1B;
}
img.musician-profile{
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	filter-transition: all 0.5s ease-in-out;	
}
img.musician-profile:hover, img.musician-selected{
	-webkit-filter:inherit;
	filter:inherit;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	filter-transition: all 0.5s ease-in-out;
}
.musician-selection{
	display:block;
	float:left;
	color:#B21C1B; 
	/*font-family: 'Oleo Script', Helvetica, sans-serif;*/
	/*font-family: 'Cookie', Helvetic, sans-serif;*/
	font-family: 'Merienda One', Helvetic, sans-serif;
	font-size:12px;
	padding:8px;
}
p.show-intro{
    font-family: 'Merienda One', Helvetic, sans-serif;
    font-size: 16px;
    padding: 2px 8px;
    margin-bottom:6px;
}
/* Audio / Vidéo player */
/* -------------------- */
/** Playlist **/
.playlist { margin-top:4px; height:150px;overflow:auto;}
.playlist-audio {height:auto;overflow:hidden;display:inline;}
.playlist ul { list-style-type: none; padding:2px;}
.playlist ul li {
	cursor: pointer;
    text-decoration: none;
	margin-bottom:4px;
	border: 1px solid #ccc;
	background-color:#f5efef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.playlist ul li:hover {
    color: #B21C1B !important;
	border: 1px solid #B21C1B !important;
	background-color:#f5efef !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	filter-transition: all 0.3s ease-in-out;
}
.playlist ul li button {
    background-color:transparent;
}
.playlist ul li em{
	font-size:75%;
}
.playlist-title {
    text-align:left;
    width:65%;
    padding: 3px !important;
    background-color:transparent;
    line-height:1 !important;
}
.playlist-title:hover{
    color: #B21C1B !important;
}
.playlist-share, .playlist-download{
    margin:4px 2px;
    padding: 2px 8px !important;
    border: 1px solid #B21C1B;
}
.playlist-download{
    float:right;
}
.playlist-share:hover, .playlist-download:hover{
    background-color:#B21C1B;
    color:white;
}
.playlist-selected {
	font-weight:bold !important;
	color: #B21C1B !important;
	border: 1px solid !important;
}
/** Videogular elements **/
videogular{
	position:relative;
	background: rgba(255, 255, 255,1);
}
videogular vg-controls .controls-container, [videogular] vg-controls .controls-container {
	background-color: #B21C1B !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
videogular vg-volume-bar .verticalVolumeBar, [videogular] vg-volume-bar .verticalVolumeBar {
	background-color: #B21C1B !important;
}
videogular video, [videogular] video {
    width: 100% !important;
    height: auto !important;
	opacity:1 !important;
}
.videogular-container {
	position:relative !important;
	overflow:visible !important;
	margin:0px !important;
}
.audio-background{
	float:left;
	width: 180px;
    height: 270px;
    background-image: url(../assets/images/final/habana_calle_red.jpg);
	background-repeat: no-repeat;
	background-size: 180px 270px;
	-moz-box-shadow: inset -30px 30px 90px 20px rgba(255,255,255,1);
	-webkit-box-shadow: inset -30px 30px 90px 20px rgba(255,255,255,1);
	-o-box-shadow: inset -30px 30px 90px 20px rgba(255,255,255,1);
	box-shadow: inset -30px 30px 90px 20px rgba(255,255,255,1);
}
.audio-wrapper {
    margin-left: 170px;
}
.audio-wrapper .videogular-container{
	width: 90% !important;
    height: 50% !important;
}
.video-wrapper{
	padding-bottom: 8px;
	margin:auto;
	width:100%;
}
.video-wrapper .videogular-container {
	width: 100%;
    height: 100%;
}
.video-wrapper vg-controls {
    top: calc(100% - 50px);
}
@media (min-width: 1600px) {
	.audio-background{
		float:left;
		width: 360px;
		height: 540px;
		background-image: url(../assets/images/final/habana_calle_red.jpg);
		background-repeat: no-repeat;
		background-size: 360px 540px;
		-moz-box-shadow: inset -60px 60px 180px 40px rgba(255,255,255,1);
		-webkit-box-shadow: inset -60px60px 180px 40px rgba(255,255,255,1);
		-o-box-shadow: inset -60px 60px 180px 40px rgba(255,255,255,1);
		box-shadow: inset -60px 60px 180px 40px rgba(255,255,255,1);
	}
	
	.audio-wrapper {
		margin-left: 340px;
	}
    .videogular-container.audio {
        width: 350px !important;
        height: 50px !important;
    }
}
@media (min-width: 370px) and (max-width: 1599px) {
	.audio-background{
		float:left;
		width: 180px;
		height: 270px;
		background-image: url(../assets/images/final/habana_calle_red.jpg);
		background-repeat: no-repeat;
		background-size: 180px 270px;
		-moz-box-shadow: inset -30px 30px 90px 20px rgba(255,255,255,1);
		-webkit-box-shadow: inset -30px 30px 90px 20px rgba(255,255,255,1);
		-o-box-shadow: inset -30px 30px 90px 20px rgba(255,255,255,1);
		box-shadow: inset -30px 30px 90px 20px rgba(255,255,255,1);
	}
	
	.audio-wrapper {
		margin-left: 170px;
	}
}
@media (min-width: 530px) and (max-width: 1599px) {
    .videogular-container.audio {
        width: 350px !important;
        height: 50px !important;
    }
	.playlist {
		height:70px;
	}
}
@media (max-width: 530px) {
	.videogular-container.audio {
        		width: 100% !important;
        		height: 50px !important;
    	}
	
	.audio-wrapper {
        		margin-left: 0px;
		position: absolute;
	}
}

	    
/* Table des concerts */
.ng-table{
	background-color: white;
    opacity: 0.8;
    border-radius: 8px;
    padding: 8px;
}
.ng-table th {
	text-align:left;
}
.ng-table a {
	color:#B21C1B;
}
.pager {
	margin: 20px auto;
	width: 400px;
}
.habnueva-table-year {
	background-color:#fff;
}
/**
Animations
**/
/** fader **/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/** repeat animation **/
.animate-repeat {
}
 
.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  -webkit-transition:all linear 0.5s;
  transition:all linear 0.5s;
}
 
.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
}
 
.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
}
/** slider **/
.slider {
    
    overflow: hidden;
    position: relative;
    background: transparent;
}
@media (min-width: 1912px) {
	.slider{width:890px;height: 490px;}
}
@media (min-width: 992px) and (max-width: 1911px) {
	.slider{width:500px; height: 245px;}

}
@media (min-width: 768px) and (max-width: 991px) {
	.slider{width:500px; height: 245px;}
}
@media (min-width: 370px) and (max-width: 768px) {
	.slider{width: 300px !important;height: 150px !important;}
}
@media (max-width: 370px){
	.slider{width: 300px !important;height: 150px !important;}
}
 
.slide {
    position: absolute;
    top: 0;
    left: 0;
}
.arrow {
    position: absolute;
    z-index: 1002;
    display: block;
    top: 50%;
    margin-top: -35px;
    width: 36px;
    height: 71px;
    outline: none;
    cursor: pointer;
    background: url(../assets/cons/blank.gif) no-repeat;
}
.arrow.prev {
    opacity: 0.2;
    left: 20px;
    background-image: url(../assets/icons/paddle_prev_999.png);
    transition: 0.2s linear all;
}
.arrow.next {
    opacity: 0.2;
    right: 20px;
    background-image: url(../assets/icons/paddle_next_999.png);
    transition: 0.2s linear all;
}
.arrow.prev:hover {
    opacity: 1;
    background-image: url(../assets/icons/paddle_prev_fff.png);
}
.arrow.next:hover {
    opacity: 1;
    background-image: url(../assets/icons/paddle_next_fff.png);
}
.nav-slider {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1002;
    left: 0;
    bottom: 20px;
    right: 0;
    height: 48px;
}
.nonDraggableImage{
    -webkit-user-drag: none;
}
.nav-slider .wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 1em 0 .8em;
}
.nav-slider ul {
    margin: 0;
    width: 100%;
	position:absolute;
	bottom: 25px;
	padding: 0px;
}
.nav-slider  span.slider-button {
	opacity:0.5;
	color:#fff;
	padding-bottom:40px;
	   position: absolute;
    top: -20px;
}
.nav-slider  span.slider-button:hover {
	opacity:1;
}
.nav-slider .dot, .nav-slider .dot a {
    display: inline-block;
    zoom: 1;
}
.dots .dot {
    position: relative;
    margin: 0 8px;
    width: 12px;
    height: 12px;
}
.dots .dot a {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #FFF;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -moz-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}
.dots .dot a.active {
    background-color: #FFF;
}