@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400&subset=latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400&subset=latin-ext);
/*@import url(http://fonts.googleapis.com/css?family=Allura&subset=latin-ext);*/

body{
	background-color: #1B1B1B;
	/*background-color: #252525;*/
	color: #FFF;
	padding: 0;
	margin: 0;
}

a{
	color: #e74c3c;
	text-decoration: none;
}

a:hover{
	color: #e74c3c;
	text-decoration: underline;
}

p{
	margin: 0 0 20px 0;
}

#spin{
	margin: 0px auto;
	position: absolute;
	left: 50%;
	top: 50%;
}

.copyright{
	color: #666;
	padding: 20px 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 12px;
}

.copyright img{
	float: right;
}

/*	Loading 
	--------------------------------------------------------------------------------------------- */
.loading{
	background-color: #1B1B1B;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 5px;
	left: 0;
	z-index: 500;
}

.loading-out{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*	Slider 
	--------------------------------------------------------------------------------------------- */
.slider{
	width: 100%;
	position: relative;
}

.slider p{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 38px;
	font-weight: 100;
	padding: 60px 0 15px 0;
	margin: 0;
	color: #e74c3c;
	text-align: center;
}

.slider p.subtitle{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 18px;
	font-weight: 100;
	line-height: 0;
	letter-spacing: 2px;
	padding: 0;
	margin: 0;
	color: #fff;;
	text-align: center;
}

.scroll-down{
	margin: 0px auto;
	text-align: center;
	position: absolute;
	left: 49%;
	bottom: 40px;
	display: none;
	color: #e74c3c;
}

/*	Percent animation 
	--------------------------------------------------------------------------------------------- */
.percent-animation{
	background-color: #e74c3c;
	position: fixed;
	width: 100%;
	height: 55px;
	padding: 0;
	margin: 0;
	z-index: 100;
	top: -52px;
	box-shadow: 0 0 5px #0E0E0E;
}

.percent-animation .percent{
	background-color: #962D21;
	width: 0%;
	height: 3px;
	position: fixed;
	top: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	z-index: 100;
}

.percent-animation .percent-bg{
	background-color: #D14233;
	width: 100%;
	height: 3px;
	position: fixed;
	top: 0;
	z-index: 50;
}

/*	Navigation
	--------------------------------------------------------------------------------------------- */
#nav{
	position: fixed;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 400;
	color: #e74c3c;
}

#nav-close{
	position: fixed;
	right: 15px;
	top: 15px;
	cursor: pointer;
	z-index: 400;
	display: none;
	color: #fff;
}

.navigation{
	display: none;
	position: fixed;
	z-index: 300;
	padding: 0;
	margin: 0;
}

.navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.navigation ul li{
	margin: 0;
	padding: 17px 40px 0 0;
	width: auto;
	height: 55px;
	text-align: center;
	font-family: 'Roboto Slab', sans-serif;
	font-weight:300;
	font-size: 16px;
}

.navigation ul li .active{
	color: #FFF;
}

.navigation ul li a{
	color: #F8C9C5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.navigation ul li a:hover{
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*	Box
	--------------------------------------------------------------------------------------------- */
.box{
	min-height: 635px;
	background-color: #1B1B1B;
	padding: 80px 0px 20px 0px;
}

.box h2{
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	font-size: 40px;
	color: #FFF;
}

.box h3{
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 32px;
	color: #CCC;
}

.box p.description{
	line-height: 22px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: #CCC;
}

.box p.description span{
	font-weight: 300;
	font-size: 12px;
	color: #999;
	margin: 5px 0 20px 0;
	display: block;
}

.border{
	display: inline-block;
	border-bottom: solid 2px #e74c3c;
	width: 20px;
	height: 2px;
	margin: 10px 0px 40px 0px;
}

/*	Biography 
	--------------------------------------------------------------------------------------------- */
.biography{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;

	-webkit-column-gap:60px;
	-moz-column-gap:60px;
	column-gap:60px;

	color: #CCC;
	text-align: justify;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 26px;
}

/*	Audio 
	--------------------------------------------------------------------------------------------- */
.audio{
	list-style: none;
	margin: 0;
	padding: 0;
}

.audio li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 338px;
}

.audio li:nth-child(2n){
	margin-right: 0;
}

/*	Scroll to top
	--------------------------------------------------------------------------------------------- */
.scroll-top{
	position: fixed;
	display: none;
	bottom: 5px;
	right: 15px;
	text-align: center;
	padding: 0px;
	color: #e74c3c;
	cursor: pointer;
}

/*	Media
	--------------------------------------------------------------------------------------------- */
@media (max-width:1200px){

	.navigation ul li{
		padding: 17px 40px 0 0;
	}

	.biography{
		-webkit-column-gap:40px;
		-moz-column-gap:40px;
		column-gap:40px;
	}
}

@media (max-width:992px){

	.navigation ul li{
		padding: 17px 30px 0 0;
	}

	.biography{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
		font-size: 14px;
	}

	.audio li{
		width: 350px;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.border{
		margin: 10px 0px 30px 0px;
	}

	.box{
		padding: 70px 0px 20px 0px;
	}

	.box h2{
		font-size: 36px;
	}

	.box p.description{
		line-height: 24px;
		font-size: 14px;
	}
}

@media (max-width:768px){

	.slider p{
		font-size: 28px;
		padding: 60px 0 15px 0;
	}

	.slider p.subtitle{
		font-size: 14px;
		line-height: 0;
	}

	.navigation ul li{
		padding: 20px 20px 0 0;
		font-size: 14px;
	}

	.audio li{
		width: 100%;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.border{
		margin: 10px 0px 20px 0px;
	}

	.biography{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
		font-size: 14px;
	}

	.box{
		padding: 60px 0px 20px 0px;
	}

	.box h2{
		font-size: 32px;
	}

	.box p.description{
		line-height: 24px;
		font-size: 14px;
	}

}

@media (max-width:640px){

	.navigation ul li{
		padding: 20px 15px 0 0;
		font-size: 12px;
	}

}

@media (max-width:320px){

	.navigation ul li{
		padding: 20px 8px 0 0;
		font-size: 11px;
	}

}

@media (min-width:1200px){

	.audio li{
		width: 403px;
		margin-right: 40px;
		margin-bottom: 40px;
	}

}

/*	Fotorama
	--------------------------------------------------------------------------------------------- */
.fotorama__caption{
	bottom: 10px;
	left: 10px;
}

.fotorama__caption__wrap{
	background: none;
	color: #CCC;
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 14px;
}