@import url('reset-intro.css');


/* General Demo Style */
body {
	width: 100%;
	background-image: url('../img/intro/intro.jpg');
	background-repeat: none;
	background-attachment: fixed !important;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	font-family: 'JOURNAL';
}

.container{
	width: 100%;
	position: relative;
	overflow:hidden;
}

.clr{
	clear: both;
}

@-webkit-keyframes appear{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
@-moz-keyframes appear{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


.sp-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
	background: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.7));
}

.sp-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1000;
}

.sp-container .logo {
	position: absolute;
	top: 20%;
	left: 74px;
}

.sp-container h2 {
	position: absolute;
	top: 30%;
	right: 30px;
	font-size: 60px;
	text-align: right;
	color: transparent;
	-webkit-animation: blurFadeIn 1s ease-in 3s forwards;
	-moz-animation: blurFadeIn 1s ease-in 3s forwards;
	-ms-animation: blurFadeIn 1s ease-in 3s forwards;
	animation: blurFadeIn 1s ease-in 3s forwards;
}
.sp-container h2.frame {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}

.sp-container a {
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.sp-link {
	position: absolute;
	left: 50%;
	bottom: 7%;
	margin-left: -100px;
	line-height: 100px;
	width: 300px;
	height: 100px;
	background: transparent;
	color: #3f1616;
	font-size: 25px;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	
	-webkit-animation-delay: 6s;
	-moz-animation-delay: 6s;
	-ms-animation-delay: 6s;
	animation-delay: 6s;	
}

/*  language switcher */


nav{
	font-family: helvetica, arial, sans-serif;
	text-align: left;
	line-height: 1em;
}

nav ul{
}

nav a{
	text-decoration: none;
	color: #96989B;
}


#nav li{
	display: inline;
	padding: 0 20px;
	font-size: 22px;
	float: left;
}

#nav>li>a{
	display: block;
	overflow: hidden;
	padding: 5px 10px 0px 10px;
	color: #96989B;
	background: rgba(255,255,255,.2);
	text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#nav>li>a:hover,
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	background: #303232;
	background: rgba(0,0,0,.4);
	border-bottom: solid #1c1d1d 5px;
}

#nav>li.current-menu-item>a,
#nav>li.current_page_item>a{
	color: #fe8300;
}

#nav>li>a>.subheader{
	color: #96989B;
	display: block;
	font-size: 13px;
	margin-top: -8px;
	font-weight: lighter;
}

#nav .sf-sub-indicator{
	float: right;
}

#nav>li>a>.sf-sub-indicator{
	display: none;
}

@media only screen and (max-width: 767px) {


.sp-container h2 {
	font-size: 36px;
}

.sp-container .logo {
    left: 30px;
}
	
.sp-container .logo img {
	width: 250px;
	height: auto;
}

#nav>li>a>.subheader{
	display: none;
}

#nav>li>a{
	max-width: 40%;
	height: auto;
}

#nav>li>a> img{
	max-width: 100%;
	height: auto;
}

}


audio {
	position: absolute;
	bottom: 10px;
	left: 10px;
}


.toggle {
	position: absolute;
	left: 4%;
	bottom: 4%;
	background: transparent;

}

.toggle  input{
	width: 16px;
	height: 16px;
	border: none;
}

#btn {
	float: left;
}

.marquee {
	float: right;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	background: transparent;
	color: #96989B;
	width: 100px;
	padding: 4px 0;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
     animation: marquee 16s linear infinite;
    -webkit-animation: marquee 16s linear infinite;
}

.marquee:hover {
  animation-play-state: paused;
 -webkit-animation-play-state: paused;
}

/**/
@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
		color: #96989B;
	}
}
@-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
		color: #96989B;
	}
}
@keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
		color: #96989B;
	}
}

@-webkit-keyframes fadeInBack{
	0%{
		opacity: 0;
		-webkit-transform: scale(0);
	}
	50%{
		opacity: 0.4;
		-webkit-transform: scale(0.5);
	}
	100%{
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes fadeInBack{
	0%{
		opacity: 0;
		-moz-transform: scale(0);
	}
	50%{
		opacity: 0.4;
		-moz-transform: scale(0.5);
	}
	100%{
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@keyframes fadeInBack{
	0%{
		opacity: 0;
		transform: scale(0);
	}
	50%{
		opacity: 0.4;
		transform: scale(0.5);
	}
	100%{
		opacity: 1;
		transform: scale(1);
	}
}


@-webkit-keyframes marquee {
 0%   { text-indent: 100px }
 100% { text-indent: -460px }
}
@keyframes marquee {
 0%   { text-indent: 100px }
 100% { text-indent: -460px }
}
