/*
green: #48A842;

- fonts
- html body links and kbz's generic classes
- boostrap
- container
- sections
	- intro
*/

/* fonts */
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');

/* html body links and kbz's generic classes */
a {
	color: #333333;
	outline: none;
}
a:hover,
a:focus {
	color: #000000;
}
body {
	font-family: 'Open Sans', 'Hevetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	background-color: #000000;
}
@media (max-width: 768px) {

}
@media (max-width: 992px) {

}
h1 {
	padding: 0;
	margin: 0;
}
h1 span {
	display: none;
}
h2 {
	font-size: 32px;
	margin-top: 0;
}
.no-padding {
	padding: 0 !important;
}
.no-padding .row-fluid div[class*="col-"] {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}

/* animation */
.animated-delay-333 {
	/* Chrome, Safari, Opera */
	-webkit-animation-delay: .333s;
	animation-delay: .333s;
}
.animated-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animated-delay-666 {
	-webkit-animation-delay: .666s;
	animation-delay: .666s;
}
.animated-delay-999 {
	-webkit-animation-delay: .999s;
	animation-delay: .999s;
}
.animated-delay-1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.animated-delay-1332 {
	-webkit-animation-delay: 1.332s;
	animation-delay: 1.332s;
}
/* end kbz */


/* boostrap */
/* nav */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    border: 0;
    box-shadow: none;
}
.navbar-nav {
    margin: 7.5px -15px;
    text-align: center;
}
.nav > li {
    position: relative;
    display: inline-block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 6px;
}
.nav > li > a i{
    font-size: 24px;
}





.navbar-default {
	background-image: none;
	background-color: black;
	border-color: #48A842;
	border-color: #000000;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-brand {
    float: left;
    height: 50px;
    padding: 13px 15px;
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #777;
	background-color: transparent;
}
.navbar-brand, .navbar-nav > li > a i,
.navbar-brand, .navbar-nav > li > a {
	text-shadow: none;
	color: #48A842;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover i,
.navbar-default .navbar-nav > li > a:focus i {
	color: #FFFFFF;

	-webkit-transition: all 333ms linear;
	-moz-transition: all 333ms linear;
	-o-transition: all 333ms linear;
	transition: all 333ms linear;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
	background-image: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background-color: transparent;
	background-image: none;
}
.navbar-default .navbar-toggle {
	border: none;
    margin-right: 5px;
    margin-top: 9px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #48A842;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
@media (min-width: 768px) {
	.navbar-nav > li > a i {
		font-size: 24px;
	}
	.navbar-nav > li > a {
		padding: 12px 6px 0 6px;
		color: red;
		line-height: 26px;
	}
}
@media (min-width: 768px) {
	.navbar-nav > li > a i {
		font-size: 24px;
	}
	.navbar-nav > li > a {
		padding: 12px 6px 0 6px;
		color: red;
		line-height: 26px;
	}
}
/* end nav */

/* end boostrap */


/* container */
body > .container {
	/*padding-top: 90px;*/
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
/* end container */

/* sections */
/* intro */
section.intro {
	background-color: #000000;
	height: 90vh;
}
section.intro .intro-img-wrapper {
	display: flex;
	height: 90vh; /* Or whatever */
}
section.intro .intro-img-wrapper img {
	margin: auto;
	height: 90vh;
	width: auto;
    overflow: hidden;
}
@media (max-width: 780px) {
    section.intro .intro-img-wrapper img {
        width: 100%;
        height: auto;
    }
}
/* end intro */

/* welcome */
section.welcome {
    background-color: #48A842;
    height: 10vh;
}
section.welcome i {
    color: #000000;
    font-size: 3vh;
    line-height: 10vh;
    /*padding-right: 40px;*/
}
/* end welcome */

/* info */
section.info {
    background-color: #FFFFFF;
    padding: 60px 0;
}
section.info span.band {
    color: #48A842;
    font-weight: bold;
    font-size: 1.6em;
    /*font-style: italic;*/
    padding-right: 6px;
}
section.info .info-img {
    width: 100%;
    height: auto;
    border-top: 6px solid #48A842;
    margin-bottom: 30px;
}
section.info .info-imgs-bio {
    padding-top: 30px;
}
section.info .info-img-bio img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 15px 0;
}
section.info .info-img-bio p.info-name {
    text-align: center;
    color: #000000;
    font-weight: bold;
    border-bottom: 6px solid #48A842;
    padding-bottom: 6px;
    margin-bottom: 15px;
    line-height: 1.2em;
}
section.info .info-img-bio a {
    text-align: center;
    border: 1px dotted #CCCCCC;
    display: block;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-size: .8em;
    padding: 6px 0;
}
.twitterWrapper {
  background: #ffffff;
  padding: 0 10px;
  padding-bottom: 10px;
  /*max-height: 452px;*/
  height: 540px;
  overflow-y: scroll;
  border: 1px dotted #CCCCCC;
  border-top: 6px solid #1c94e0;
}
@media (max-width: 1200px) {
  .twitterWrapper {
    /*max-height: 370px;*/
    height: 540px;
  }
}
@media (max-width: 992px) {
  .twitterWrapper {
    /*max-height: 282px;*/
    height: 749px;
  }
}
@media (max-width: 768px) {
  .twitterWrapper {
    /*max-height: 320px;*/
    height: 75vh;
    margin-top: 60px;
  }
}
/* end info */

/* album */
.album-info {
    padding: 60px 0;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}
.album-info span {
    font-weight: 400;
}
.album-info i {
    font-size: 32px;
    padding: 26px 0;
}
.album-info header {
    font-weight: 300;
    font-style: italic;
    padding-bottom: 30px;
    line-height: 12px;
    display: inline-block;
}
.album-info .album-cover {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.album-info a.thanks {
    border: 1px dotted #000000!important;
    padding: 4px 8px;
    /*margin-top: 30px;*/
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
}
.album-info a.thanks:hover,
.album-info a.thanks:focus {
    text-decoration: none;
    border: 1px solid #000000!important;
}
.embebed_album {
  position: relative;
  margin: 0 auto;
}
.embebed_album iframe {
  width: 100%;
}
section.cruzar-la-noche .embebed_album iframe {
  height: 460px;
}
section.sesiones .embebed_album iframe {
  height: 520px;
}
@media (max-width: 1200px) {
  .embebed_album iframe {
    width: 100%;
    height: 352px;
  }
}
@media (max-width: 992px) {
  .embebed_album iframe {
    width: 100%;
    height: 280px;
  }
}
.shops {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.shops li {
    display: inline-block;
}
.shops li a img {
    max-width: 100px;
    height: auto;
    padding: 4px 10px;
    margin: 4px;
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray; /* IE6+ */
    background-color: rgba(255,255,255,.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition-property: all;
    transition-duration: .333s;
    transition-timing-function: linear;
}
.shops li a:hover img {
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: none; /* Current draft standard */
    -webkit-filter: grayscale(0%); /* New WebKit */
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none; /* IE6+ */
    background-color: rgba(255,255,255,1);
}
/* cruzar-la-noche */
section.cruzar-la-noche {
    background-color: #48A842;
}
/* sesiones */
section.sesiones {
    background-color: #666666;
}
section.cruzar-la-noche .album-info {
    /*padding-top: 0;*/
    text-align: right;
}
section.cruzar-la-noche header {
    margin-right: 30px;
}
section.sesiones header {
    margin-left: 30px;
}
@media (max-width: 991px) {
    section.cruzar-la-noche header,
    section.sesiones header {
        margin: 0px;
    }
    section.cruzar-la-noche .album-info {
        text-align: left;
        padding-bottom: 30px;
    }
}
@media (max-width: 768px) {
    section.cruzar-la-noche,
    section.sesiones {
        padding: 0 15px;
    }
    .album-info {
        padding: 30px 0;
    }
    section .embebed_album {
        padding-top: 30px;
    }
}
/* end cruzar-la-noche */


/* media */
/* video */
section.media{
    background-color: #000000;
    margin: 0;
    padding: 60px 0;
}
.videoWrapper {
    border-top: 6px solid #FF0000;
    position: relative;
    padding-bottom: 53%; /* 16:9 */
    padding-top: 38px;

    margin-left: 0px;
}
@media (min-width: 768) {
    .videoWrapper {
        margin-left: -15px;
    }
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embebed_video {
  margin: 0 auto;
}
/* end video */

/* photos */
.media-photos {
    margin-top: 30px;
}
@media (min-width: 768px) {
    .media-photos {
        margin-top: 0px;
    }
}
.media-photos .photos {
    border-top: 6px solid #FFFFFF;
}
.photos img {
    width: 100%;
    height: auto;
}
.slick-dots {
    bottom: -40px;
}
.slick-dots li button:before {
  font-size: 12px !important;
}
.slick-dots li {
  margin: 0 2px !important;
}
.slick-dots li button:before {
    color: white;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #48A842;
}
/* end photos */
/* end media */

footer {
    min-height: 280px;
    margin-top: 60px;
    color: #FFFFFF;
}
footer a {
    color: #48A842;
}
footer a:hover,
footer a:focus {
    color: #48A842;
}
footer ul.net-socials {
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    margin-bottom: 30px;
}
footer ul.net-socials li {
    display: inline-block;
    padding: 6px 4px;
}
footer ul.net-socials li a i {
    font-size: 24px;
    color: #48A842;

    transition-property: all;
    transition-duration: .333s;
    transition-timing-function: linear;
}
footer ul.net-socials li a:hover i,
footer ul.net-socials li a:focus i {
    font-size: 24px;
    color: #FFFFFF;

    transition-property: all;
    transition-duration: .333s;
    transition-timing-function: linear;
}
footer .copy {
    margin-top: 60px;
}





.mouse-intro {
    animation-name: bounceInDownMouse;
    animation-duration: 5s!important;

}
@keyframes bounceInDownMouse {
  from,
  5%,
  10%,
  30%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
  }

  5% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  10% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  30% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}