/**{
    -webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
    transition:all 1s ease;
}*/
html, body {
	height:100%;
	overflow-x: hidden;
}
body {
	margin:0;
	font-family: 'Lato', Helvetica, Helvetica Neue, Arial, sans-serif;
}



#imgHyperLyght {
	height: auto;
	position:absolute;
	z-index:5;
	top:0;
}

.maxWidth60 {max-width:60%}
.maxWidth100 {max-width:100%}
.fireOrange {
	color: #fe7429;
}

#helper {
	width:200px;
	color:white;
	display:none;
	padding:15px;
	background:rgba(0,0,0,.8);
	height:120px;
	position:absolute;
	z-index:500;
	font-size:24px;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
}

.playHelper {
	float:right;
	margin-top:10px;
}

#nav {
	display:none;
	width:100px;
	height: calc(100% - 32px);
	background:#fe7429;
	position:absolute;
	z-index:50;
	right:0;
	top: 32px;
	text-align:center;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
}

#navTrigger {
	width:100px;
	height:32px;
	background:#fe7429;
	position:absolute;
	z-index:50;
	right:0;
	text-align:center;
	font-weight:bold;
	box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
    -webkit-box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.48);
}

#menu {
	height:100%;	
}

#menu li ul {
	height:90%;
}

#menu li {
	height:7%;	
}

#menu li:first-of-type {
  	height:25%;	
}

#menu li ul li, #menu li ul li:first-of-type {
	height:17%;	
}

.triangle {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 4.5px 0 4.5px 7.8px;
	border-color: transparent transparent transparent #ffffff;
	display:inline-block;
	top:-1px;
	position:relative
}

#navTrigger .triangle {
	top: -5px;
}

.menuOptionText {
	display:inline-block;
	width:100%;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {				
	color:white;				
	border-bottom:1px dashed white;
	padding:0;
	margin:0;
}
#nav li:hover {				
	cursor:pointer;
}

#nav li.sub:hover {
	background-color:transparent;
	background-image: url(../assets/navOver.png) right top repeat;	
}

#nav li:hover > .triangle {
	border-color: transparent transparent transparent purple;
}

#nav ul li a, #nav ul li a:active, #nav ul li a:visited {
	width:100%;
	display:block;
	color:white;
	text-decoration:none;
	height:100%;	
}


#nav ul li a:hover > span {
	background:rgba(0,0,0,.75);
	box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.40);
}

a.menuToggle, a.menuToggle:visited, a.menuToggle:active {
	color:white;
	font-size:26px;
	text-decoration:none;
}

a.menuToggle:hover {
	color:black;
}


ul.submenu {
	list-style:none;
	display:none;
	background-color: rgba(102,0,102,.7);	
	margin-bottom:0;
	padding-bottom:0;
}

ul.submenu li {
	margin:0;padding:0;	
}
		
li.sub:hover > ul {
	display:block;
}

li.sub:hover > span > div {
	border-width: 7.8px 4.5px 0 4.5px;
	border-color: #fe7429 transparent transparent transparent;
}

li.sub:hover > span {
	background:rgba(0,0,0,.75);
	color:white;
	border-bottom:1px dashed white;
}

li.sub a {
	display:inline;	
}

ul.submenu a, ul.submenu a:active, ul.submenu a:visited {
	font-size:12px;	
	width:100%;
	display:block;
	color:white;
	text-decoration:none;				
}
	
ul.submenu a:hover {
	color:white;	
	background:black;
}

ul.submenu li:hover {
		
}

.active {
	background:	#9f0202
}

.active:hover > span {
	background:#fff;	
}

.spacer40px {
	height:40px;
	line-height:40px;
}

h1.dashedUnderline {
	border-bottom:dashed 1px white;
	text-align:left
}

a.blackURL, a.blackURL:visited, a.blackURL:active {
	text-decoration:none;
	display:inline-block;
	color:black;	
	font-weight:bold;
}

a.blackURL:hover {
	background: black;
	color: white;
}

#play-clone{ float:left; margin-top:1px; background:url('../img/bg-hover.png') repeat-x 0 44px; }

/* NAV IMAGES */
#liGalleries {
	background:url(../assets/navOver.png) right top repeat;	
}

#lnkPurchase {
	background:url(../assets/navOver.png) center center repeat;	
}

#lnkBandPromo {
	background:url(../assets/navOver.png) left center repeat;
}

#lnkAbout {
	background:url(../assets/navOver.png) right bottom repeat;
}
	
#lnkContact {
	background:url(../assets/navOver.png) left top repeat;	
}


/* BAND PROMO */
.bandPromo {
	position:relative;
	background-color:rgba(0,0,0,.7);
	overflow-x:scroll;
	overflow-y:hidden;
	padding:20px 0 30px 0;
	white-space: nowrap!important;
	display:block;
	height:780px;
}

.bandPromo img {
	width: auto;
	max-height: 773px;
	display:inline-block;
}

/* OWN */
#containerOwn {
	border:1px solid white;
	background: rgba(78,8,36,.75);
	color: white;
	top:100px;
	margin: 0 auto;
	padding: 20px;
	width: 45%;
	-webkit-box-shadow: inset 0 0 10px 2px rgba(0,0,0,.4);
	box-shadow: inset 0 0 10px 2px rgba(0,0,0,.4);
	text-align:justify;
	position:relative;
}

#containerOwn ul {
	text-align:left;
}

#containerOwn a, #containerOwn a:visited, #containerOwn a:active {
	color: #fe7429;
	text-decoration: none;
}

#containerOwn a:hover {
	background: white;
	text-decoration: none;
	padding:1px 3px;
	color:black;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* HEALING SERVICES */
/* OWN */
#containerHealingServices {
	border:1px solid white;
	background-color: #971c8c;
	color: white;
	top:100px;
	margin: 0 auto;
	padding: 20px;
	width: 45%;
	-webkit-box-shadow: inset 0 0 10px 2px rgba(0,0,0,.4);
	box-shadow: inset 0 0 10px 2px rgba(0,0,0,.4);
	text-align:justify;
	position:relative;
}

#containerHealingServices ul {
	text-align:left;
}

#containerHealingServices a, #containerHealingServices a:visited, #containerHealingServices a:active {
	color: #fe7429;
	text-decoration: none;
	font-weight: bold;
}

#containerHealingServices a:hover {
	background: white;
	text-decoration: none;
	padding:1px 3px;
	color:#fe7429;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* ABOUT */
#containerAbout {
	border:1px solid white;
	background: rgba(254,116,41,.85);
	color: white;
	top:100px;
	margin: 0 auto;
	padding: 20px;
	width: 45%;
	-webkit-box-shadow: inset 0 0 10px 2px rgba(0,0,0,.4);
	box-shadow: inset 0 0 10px 2px rgba(0,0,0,.4);
	text-align:justify;
	position:relative;
}

/* CONTACT */
a.contact, a.contact:visited, a.contact:active {
	color: #fe7429;
	text-decoration: none;
}

a.contact:hover {
	background: white;
	text-decoration: none;
	padding:5px 10px;
	color:#fb0400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.50);
    -moz-box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.50);
    -webkit-box-shadow: 4px 4px 8px rgba(255, 255, 255, 0.50);
}

#containerContact {
	background: rgba(0,0,0,.65);
	color: white;
	margin: 0 auto;
	padding: 20px;
	width: 100%;
	height:auto;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.40);
	text-align:center;
	position:relative;
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px)  { 
	body {
		font-size: 12px;		
	}
	
	h1 { 
		font-size: 16px;
	}
	
	h2 {
		font-size:14px;
	}
	
	ul {
		font-size: 13px;
	}
	
	#containerAbout, #containerOwn, #containerHealingServices {
		width: 85%;
	}
	
	#menu {
		height:auto;	
	}
	
	#spanGalleriesTitle, #menu li a {	
		padding:5px 0;
	}

	#imgHyperLyght {
		height: auto;
		width: 180px;
		position:absolute;
		z-index:5;
		top:0;
	}
	
}

@media only screen and (max-width: 640px) and (max-height: 320px) {  
 	#menu {
		height:auto;	
	}
	
	#spanGalleriesTitle, #menu li a {	
		padding:5px 0;
	}
		
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	#containerAbout, #containerOwn {
		width: 75%;
	}
	
	#menu {
		height:auto;	
	}
	
	#menu li a {
		padding:10px 0;
	}
	
	#spanGalleriesTitle, #menu li a {
		padding:18px 0;	
	}
	
	#menu li ul li a {
		padding:15px 0;
	}
	
}



/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#containerAbout, #containerOwn {
		width: 55%;
	}
	
	#menu {
		height:auto;	
	}	
	
	#spanGalleriesTitle, #menu li a {
		padding:18px 0;	
	}
	
	#menu li ul li a {
		padding:15px 0;
	}
	
}



/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	body {
		font-size: 20px;		
	}
	
	h1 { 
		font-size: 42px;
	}
	#containerAbout, #containerOwn {
		width: 45%;
	}
	
	#spanGalleriesTitle, #menu li a {
		padding:18px 0;	
	}
	
	#menu li ul li a {
		padding:15px 0;
	}
	
}

@media only screen and (max-width: 1280px) and (max-height:768px)  {
	#spanGalleriesTitle, #menu li a {
		padding:18px 0;
	}
	
	#menu li ul li a {
		padding:10px 0;
	}
	
	#menu {
		height:auto;	
	}
}