@font-face{
	font-family: honeyS;
	src: url(../fonts/honeyS.woff);
}
@font-face{
	font-family: bikerThree;
	src: url(../fonts/bikerThree.woff);
}
html{
	width: 100%;
	height: 100%;
}
*{
	padding:0;
	margin:0;
	font-size: 16px;
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
	box-sizing: border-box;
}
em{
	font-family: times;
}
ul{
	list-style: none;
}
h1{
	font-size: 3rem;
	font-family: bikerThree;
	letter-spacing: 5px;
	font-weight: normal;
	text-shadow: 1px 1px 10px #000000;
}
h2{
	font-size: 2rem;
	font-family: bikerThree;
	letter-spacing: 5px;
	font-weight: normal;
	text-shadow: 1px 1px 10px #000000;
}
h3{
	font-size: 1.5rem;
	font-family: bikerThree;
	letter-spacing: 5px;
	font-weight: normal;
	text-shadow: 1px 1px 10px #000000;
}
h4{
	font-size: 1rem;
	font-family: bikerThree;
	letter-spacing: 5px;
	font-weight: normal;
	text-shadow: 1px 1px 10px #000000;
}
.fa-facebook:before, .fa-twitter:before{
	font-size: 2rem;
}
hr{
	margin:.5rem;
}
body{
	background-color: #303030;
	width: 100%;
	height: 100%;
}
.bandBack{
	background-color: none;
	background-image: url(../img/rock.jpg);
	background-size: cover;
	background-position: center;
}
.clearObject::after{
	content:'';
	display: block;
	clear: both;
}
.deskPadding{
	padding: 5.5rem 2rem 2rem 2rem;
}
.moreAbout{
	display: block;
	width: 250px;
	padding: 1rem;
	color:#ffffff;
	font-weight: bold;
	background-color: #101010;
	text-align: center;
	margin:1rem auto 0 auto;
}
.warnings{
	font-size: .8rem;
	line-height: .4rem;
	font-weight: bold;
	text-shadow: 0 0 3px #000000;
}
span.warnings i.whatsIcon{
	font-size: 1.5rem;
}
.font{
	font-family: honeyS !important;
	font-size:4rem;
	font-weight: normal !important;
	letter-spacing: 0px !important;	
}
/*------------General Container------------*/
div#generalContainer{
	width:100%;
	max-width: 1920px;
	margin: 0 auto;
}
/*------------Scroll Menu------------*/
nav#scrollMenuContainer{
	position:fixed;
	top: -100%;
	opacity: 0;
	width: 100%;
	max-width: 1920px;
	height: 4rem;
	padding: .5rem 1rem 0 1rem;
	background-color: #000000;
	-webkit-transition: top .5s, opacity 1s;
	-ms-transition: top .5s, opacity 1s;
	transition: top .5s, opacity 1s;
	z-index: 201;
}
nav#scrollMenuContainer a img{
	display: inline-block;
	width: 20%;
	max-width: 263px;
	min-width: 230px;
	float: left;
}
nav#scrollMenuContainer ul.menu{
	display: inline-block;
	/*display: none;*/
	width: 75%;
	height: 100%;
	clear:both;
}
ul.menu li.opt{
	position: relative;
	display: inline-block;
	width: 20%;
	height: 100%;
	line-height: 3.5rem;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	float: left;
}
li.opt > a{
	display: block;
	text-align: center;
	line-height: 3.5rem;
	color: #ffffff;
}
li.opt:hover{
	background-color: rgba(112, 64, 32, .5);
}
ul.subMenu{
	position: absolute;
	top:100%;
	width:100%;
	height: 0%;
	overflow: hidden;
	background-color: rgba(80,80,80,.8);
	-webkit-transition:height .5s;
	-ms-transition:height .5s;
	transition:height .5s;
}
li.opt ul.subMenu .subOpt{
	width: 100%;
	height: 50%;
}
li.opt:hover ul.subMenu{
	height: 200%;
}
li.opt ul.subMenu li.subOpt a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 .5rem;
	color: #ffffff;
	text-align: left;
}
li.opt ul.subMenu li.subOpt:hover{
	background-color: rgba(200,200,200,.8);
}
	/*Triggers*/
	.menuTrigger, .menuTriggerScroll{
		width: 100%;
		cursor: pointer;
		filter:drop-shadow(0 0 5px #000000);
	}
	/*Scroll Mobile Menu*/
	ul.mobileMenuContainer{
		width: 48px;
		display: none;
		float: right;
		margin-right: 1rem;
	}
	nav.mobileScroll{
		position: absolute;
		top: 100%;
		left:-100%;
		opacity:0;
		width: 100%;
		background-color:rgba(0,0,0,.7);
		-webkit-transition:left .5s, opacity 1s;
		-ms-transition:left .5s, opacity 1s;
		transition:left .5s, opacity 1s;
		/*z-index: 999;*/
	}
	nav.mobileScroll li.mobileOpt, nav.mobileScroll a{
		color:#ffffff;
	}
	nav.mobileScroll li.mobileOpt ul.mobileSubMenu{
		padding-left: 1.5rem;
		height: 0px;
		overflow: hidden;
		background-color: rgba(90,90,90,.8);
	}
	nav.mobileScroll li.mobileOpt:hover ul.mobileSubMenu{
		height: auto;
	}
	nav.mobileScroll a{
		display: block;
		padding: .8rem 1rem; 
	}
/*------------Header------------*/
div#header{
	position: relative;
	width: 100%;
	height: 100vh;
	max-width: 1920px;
}
div#headerSections{
	background-color: #000000;
	width: 100%;
	max-width: 1920px;
}
div#contactAndSocial{
	position: relative;
	padding: .5rem;
	text-align: right;
	background-color: #000000;
	z-index: 2;
}
div#contactAndSocial .contactMail .mailIcon{
	display: none;
}
div#contactAndSocial .contactMail .mailIcon:before{
	font-size: 1.5rem;
	color: #ffffff;
}
div#contactAndSocial .contactMail .mailName{
	font-size: 1rem;
	color: #ffffff;
}
div#contactAndSocial .socialLogo:before{
	font-size: 1.5rem;
	color:#ffffff;
}
div#logo{
	position: relative;
	width: 100%;
	padding: 1rem;
	text-align: center;
	z-index: 2;
}
div#logo a img{
	width: 45%;
	min-width: 295px;
	max-width: 500px;
	filter: drop-shadow(0px 0px 5px #000000);
}
/*------------Static Menu------------*/
nav#menuContainer{
	position: relative;
	height: 56px;
	background:linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.8), rgba(0,0,0,0));
	display:block;
	z-index: 2;
}
nav#menuContainer ul.menu{
	margin:0 auto;
	width: 80%;
	display: block;
}
	/*Satatic Mobile Menu*/
	nav#menuContainer ul.menu li.opt{
		width: 25%;
	}
	nav.mobileStatic{
		position: absolute;
		top: 100%;
		left:-100%;
		opacity: 0;
		width: 100%;
		background-color:rgba(0,0,0,.7);
		-webkit-transition:left .5s, opacity 1s;
		-ms-transition:left .5s, opacity 1s;
		transition:left .5s, opacity 1s;
		/*z-index: 999;*/
	}
	nav.mobileStatic li.mobileOpt, nav.mobileStatic a{
		color:#ffffff;
	}
	nav.mobileStatic li.mobileOpt ul.mobileSubMenu{
		padding-left: 1.5rem;
		height: 0px;
		overflow: hidden;
		background-color: rgba(90,90,90,.8);
	}
	nav.mobileStatic li.mobileOpt:hover ul.mobileSubMenu{
		height: auto;
	}
	nav.mobileStatic a{
		display: block;
		padding: .8rem 1rem; 
	}
	.desplegable{
		opacity: 1!important;
		left:0 !important;
	}
	.showMenu{
		top:0 !important;
		opacity: 1 !important;
	}
/*Slider*/
div#sliderContainer{
	position:absolute;
	top: 0;
	width:100%;
	height:100vh;
	/*background-color: rgba(80,200,80,.5);*/
	z-index: 1;
}
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 4rem; width: 20px; height: 20px; text-shadow: 3px 3px 5px #000000;
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #8080ff;}
.cycle-pager > * { cursor: pointer;}
div#sliderContainer div#slider{
	width: 100%;
	height: 100%;
}
/*div#sliderContainer{
	width: 100%;
	height: 100%;
}*/
div#sliderContainer a.slide{
	display: block;
	width: 100%;
	height: 100%;
}
div#sliderContainer a.slide .image{
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom center;
}
/*------------Wellcome Section------------*/
section#wellcome{
	background-color: #301500;
	background-image: url(../img/wellcome.jpg);
	background-size: cover;
	background-position: center;
}
div.wellcomeLogoContainer{
	text-align: center;
}
img.wellcomeLogo{
	display: inline-block;
	width: 60%;
	height: auto;
	filter: drop-shadow(0px 0px 5px #000000);
}
div#wellcomeText{
	width: 70%;
	padding: 2rem;
	background-color: rgba(0,0,0,.7);
	margin:0 auto;
	text-align: justify;
}
div#wellcomeText h2{
	text-align: center;
}
/*------------Acot------------*/
section#acot{
	background-color: #000000;
}
section#acot div#acotSlider div.acotSlide{
	position: relative;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position:  top center;
	box-shadow: 0 0 40px 30px #000000 inset;
}
section#acot div#acotSlider div.acotSlide div.quoteText{
	width: 70%;
}
section#acot div#acotSlider div.acotSlide div.quoteText q{
	display: block;
	font-size:2.7rem;
	text-shadow: 0 0 5px #000000, 0 0 10px #000000;	
	padding: 1.5rem;
}
section#acot div#acotSlider div.acotSlide div.quoteText h2{
	text-shadow: 0 0 5px #000000, 0 0 10px #000000;
	text-align: right !important;
}
/*------------Gallery------------*/
section#gallerie{
	padding: 5.5rem 0 2rem 0;
	box-shadow: 0 25px 60px 10px #000000 inset;
	background-image:url(../img/rock.jpg);
}
section#gallerie h1{
	text-align: center;
	color: #000000;
	text-shadow: 0 0 10px #ffffff;
}
div.photosContainer{
	display: grid;
	grid-template-columns: 25% 25% 25% 25%;
	grid-template-rows: 200px 200px;
}
section#gallerie div.photo{
	display: inline-block;
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
}
.photo-land{
	background-color: rgba(0,0,0,0.8);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 2s;
}
.photo-land a{
	display: block;
	width: 100%;
	height: 200px;
}
.photo-vert{
	background-color: rgba(0,0,0,0.8);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 2s;
}
.photo-land:hover, .photo-vert:hover{
	background-size: auto 150%;
}
.photo-vert a{
	display: block;
	width: 100%;
	height: 200px;
}
div.photo .landImage{
	display: block;
	width: 100%;
}
/*------------Contact------------*/
section#contact{
	text-align: center;
	background-image: url(../img/contact.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #000000 !important;
}
section#contact form{
	text-align: center;
}
section#contact form input[type="text"],section#contact form input[type="email"], select, option{
	width: 30%;
	min-width: 280px;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 1rem;
	color: #000000;
	/*box-shadow: 0 0 8px #000000;*/
	border:none;
}
section#contact form textarea{
	width: 60%;
	min-width: 280px;
	height: 250px;
	resize: none;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: .5rem;
	color: #000000;
	/*box-shadow: 0 0 8px #000000;*/
	border:none;
}
section#contact form input[type="submit"]{
	width: 30%;
	padding: .5rem;
	background-color: #101010;
	border:none;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
section#contact form input[type="submit"]:hover{
	background-color: #905020;
}

section#contact ul.telephonesList{
	margin-top: 1rem;
}
section#contact ul.telephonesList li{
	display: inline-block;
	margin: 0 5px; 
}
section#contact ul.telephonesList li a{
	font-weight: bold;
}
/*------Secciones------*/
/*------------Gallery------------*/
body.bodyBackground{
	background-image: url(../img/wellcome.jpg);
	background-size:cover;
	background-position: top center;
}
section#gallerieSection{
	padding:5.5rem 0 1.5rem 0;
	text-align: center;
}
section#gallerieSection h1{
	text-align: center;
}
div#photos{
	margin:1.5rem 0;
	text-align: center;
}
div.otherDates{
	display: inline-block;
	width: 20%;
	margin: .5rem .5%;
	background-color: #202020;
	padding: .5rem;
	text-align: center;
	box-shadow:3px 3px 5px 0 #000000;
}
section#gallerieSection div.miniPhoto{
	position: relative;
	background-color: rgba(0,0,0,.5);
	display: inline-block;
	width: 20%;
	margin:.5rem .5%;
	overflow: hidden;
	cursor: pointer;
	box-shadow: 5px 5px 5px 0 #000000;
}
.closeWindow, .closeVideoWindow{
	position: fixed;
	top:5px;
	right: 5px;
	width:50px;
	height:50px;
	border:solid 4px #ffffff;
	color:#ffffff;
	font-size:2rem;
	font-weight: bolder;
	display:block;
	opacity: 0;
	border-radius: 50%;
	text-align: center;
	line-height: 2.5rem;
	cursor: pointer;
	z-index: 200;
}
div.miniPhoto .landsImage{
	position: relative;
	display: block;
	border:none;
	width: 100%;
	margin:0 auto;
}
div.miniPhoto .vertImage{
	position: relative;
	display: block;
	border:none;
	width: 31.64%;
	margin:0 auto;
}
span.photoSliderControl{
	bottom: 1rem;
	cursor: pointer;
	z-index: 99;
}
span.prev{
	position: absolute;
	display: block;
	left: 1.5rem;
}
span.next{
	position: absolute;
	display: block;
	right: 1.5rem;
}
i.controlIcon{
	font-size: 3rem;
	text-shadow: 1px 1px 2px #000000, -1px -1px 3px #000000, 0px 0px 3px #000000;
}
i.controlIcon:hover{
	color:#e6a922;
}
span.hideControl{
	display: none;
}
.enlargeContainer, .enlargeVideoContainer{
	display: none;
}
.enlarge{
	display: block;
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	margin:0 !important;
	top: 0;
	left: 0; 
	background-color: rgba(0,0,0,.7) !important;
	cursor: text!important;
	z-index: 202;
}
.enlarge .bigLand{
	display: none;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	height: 95vh;
	box-shadow: 0 0 20px 4px #000000;
	-webkit-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration: 0.5s;
	/*margin: 3rem 0 !important;*/
}
.enlarge .bigVert{
	display: none;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	height: 95vh;
	box-shadow: 0 0 20px 4px #000000;
	-webkit-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration: 0.5s;
	/*margin: 3rem 0 !important;*/
}
div.pagerContainer{
	padding: 1rem 0;
}
a.pagerOpt{
	display: inline-block;
	margin: 0  5px;
	padding: 0.5rem;
	background-color: #000000;
	color: #ffffff;
}
a.pagerOpt.pagerActive{
	background-color: #900000;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.9, .9, .9);
  }
  50% {
    opacity: 1;
  }
}
 .appearBigImage{
  	display: block!important;
  }
.appearClose{
	transition-delay: .5s;
	line-height: 44px;
	opacity: 1;
	z-index: 203;
}
/*------------ Media ------------*/
body.mediaBodyBack{
	background-image: url(../img/mediaBack.jpg);
	background-size:cover;
	background-position: top center;
}
section#youtubeVideosSection h1{
	text-align: center;
}
div.videoContainer{
	display: inline-block;
	float: left;
	vertical-align: top;
	width: 25%;
	height: auto;
	margin: 0.5rem 0;
}
div.videoOpt{
	display: block;
	width: 100%;
	min-width: 280px;
	max-width: 320px;
	margin: 0 auto;
	cursor: pointer;
	background-color: #303030;
	box-shadow: 2px 2px 5px 0 #000000
}
img.videoThumb{
	display: block;
	width: 100%;
	/*height: 180px;*/
	background-color: #afafaf;
}
div.videoText{
	padding: 8px;
}
h3.videoTitle{
	color: #ffffff;
}
div.videoOpt hr{
	margin: 5px 0;
}
h4.videoDescTtitle{
	color: #ffffff;
}
p.videoDesc{
	color: #ffffff;
	font-size: 0.9rem;
}
.videoFrame{
	display: none;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 90vh;
    background-color: #000000;
    box-shadow: 0 0 10px 0 #ffffff;
}
.appearVideoFrame{
	display: block;
	-webkit-animation-name: zoomIn;
	-o-animation-name: zoomIn;
	animation-name: zoomIn;
	animation-duration: 0.5s;
}
/*------------ Us ------------*/
section#usSection div#bandPhotoContainer.deskBand{
	width: 100%;
	display: block;
}
section#usSection div#bandPhotoContainer.mobileBand{
	width: 100%;
	display: none;
}
section#usSection div#bandPhotoContainer img.bandPhoto{
	display:block;
	width: 100%;
}
section#usSection div.bandText{
	margin:0 auto;
	padding:1rem 20%;
	background-color: rgba(0,0,0,.5);
}
section#usSection div.bandText h1{
	text-align: center;
	font-weight: normal;
}
section#usSection div.bandText p{
	margin:.5rem 0;
	text-align: justify;
	font-weight: bold;
}
/*------------ Band Members ------------*/
section#bandMembersSection{
	background-image: url(../img/wellcome.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
section#bandMembersSection h1{
	text-align: center;
}
section#bandMembersSection div.bandMember{
	margin:1rem auto; 
	width: 75%;
	min-width: 280px;
	background-color: rgba(0,0,0,.9);
	box-shadow: 0 0 10px 0 #000000;
}
section#bandMembersSection img.memberImage{
	display: inline-block;
	float:left;
	max-width: 280px;
	min-width: 280px;
	min-height: 0;
	/*background-color: #48df68;*/
}
.gray{
    filter: saturate(0.1);
}
section#bandMembersSection div.memberInfo{
	display: inline-block;
	padding: 1rem;
	width: 65%;
	min-width: 280px;
}
section#bandMembersSection div.memberInfo p{
	word-spacing: -2px;
	text-align: justify;
	margin:.4rem 0;
}