
#barra1 {
	position: absolute;
    width: 100%;
    height: 100px;
	bottom:0px;
    background-color: background-color:rgba(0,0,0,0);
    /*-webkit-animation-name: barra1; 
    -webkit-animation-duration: 2s;  */
	animation: barra1 2s 1;
    animation-delay: 2s;
	animation-fill-mode: forwards;
}

/* Safari 4.0 - 8.0 
@-webkit-keyframes barra1 {
    from  {background-color:rgba(0,0,0,0); left:0px; top:0px; width:0px}
    to  {background-color:rgba(0,0,0,.5); left:0px; top:00px; width:100%}

}
@-webkit-keyframes barra2 {
    from  {background-color:rgba(0,0,0,0); left:0px; top:0px; width:0px}
    to  {background-color:rgba(0,0,0,.5); left:0px; top:00px; width:100%}

}*/
/* Standard syntax */
@keyframes barra1 {
    from  {background-color:rgba(0,0,0,0); left:0px; top:0px; width:0px}
    to  {background-color:rgba(0,0,0,.5); left:0px; top:00px; width:100%}
}

@keyframes test {
    from {color:rgba(255,255,255,0);	text-shadow: 0 0 15px rgba(0,0,0,0); background: rgba(0, 55, 103, 0); }
	to  {color:rgba(255,255,255,1);	text-shadow: 0 0 15px rgba(0,0,0,.8);background: rgba(0, 55, 103, .5); }
}
@keyframes test2 {
    from {text-shadow: 0 0 15px rgba(0,0,0,0); }
	to  {text-shadow: 0 0 15px rgba(0,0,0,.8); }
}

*{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1 {
	font-family: Helvetica, Arial, Verdana;
	font-weight:normal;
	font-size:40px;
	color:#222222;
}

header#top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
}

header#top #logo{
	float: left;
	margin: 0px 0 0 10px;
	font-weight: normal;
	font-size: 25px;
	color:rgba(255,255,255,0);
	/*text-transform: uppercase;*/
	text-shadow: 0 0 15px rgba(0,0,0,0);
	animation: example2 2s 1/*infinite*/;
    animation-delay: 3s;
	animation-fill-mode: forwards;
}

.pagewrap{
	height: 100%;
}

.pageblock{
	width: 100%;
}

.pagewrap .fb-like{
	position: fixed;
	left: 30px;
	top: 75px;
	z-index: 100;
}

.pagewrap .githubbuttons{
	position: fixed;
	left: 220px;
	top: 75px;
	z-index: 100;
}

.pagewrap .copy{
	font-size: 10px;
	bottom: 20px;
	left: 30px;
	z-index: 100;
	position: absolute;
	color: white;
}

.pagewrap .copy a,.pagewrap .copy a:hover{
	color: white;
} 

.pageblock#fullscreen{
	height: 100%;
	background: none;
	color: white;
}

.pageblock#fullscreen h1{
	color: white;
	font-size: 72px;
	margin: 0;
	padding: 0;
	font-family: 'sxehwcmaax-blackblack', Helvetica, Arial, Verdana;
	font-weight:normal;
}

.pageblock#fullscreen .slider{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.pageblock#fullscreen .slider .slide{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	position: absolute;
}

.pageblock#fullscreen .slider .slide .slidecontent{
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -150px;
	text-align: center;
}

.pageblock#fullscreen .slider .slide .slidecontent h1{
	text-shadow: 0 0 15px rgba(0,0,0,0.0);
	font-weight: bold;
	font-size: 60px;
	margin: 0px 0 10px 0;
	padding: 0;
	line-height: 65px;
	animation: test2 2s 1;
    animation-delay: 1s;
	animation-fill-mode: forwards;
}

.pageblock#fullscreen .slider .slide .slidecontent .headersur{
	font-size: 30px;
	text-shadow: 0 0 10px rgba(0,0,0,0.0);
	color: #fff;
	font-style: normal;
	display: block;
	line-height: 28px;
	animation: test2 2s 1;
    animation-delay: 1s;
	animation-fill-mode: forwards;
}

.pageblock#fullscreen .slider .slide .slidecontent .button{
	padding: 10px 25px;
	border: 3px solid white;
	text-transform: uppercase;
	background: rgba(0, 55, 103, 0);
	color: white;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1px;
	margin: 30px 0;
	line-height: 20px;
	animation: test 2s 1;
    animation-delay: 1s;
	animation-fill-mode: forwards;
}

.pageblock#fullscreen .slider .slide .slidecontent .button a,.pageblock#fullscreen .slider .slide .slidecontent .button a:hover{
	text-decoration: none !important;
	color: white;
}

.pageblock#fullscreen .slider .slide .slidecontent .button:hover{
	background: rgba(0, 55, 103, 0.7);
}

.pageblock#fullscreen .slider .slide .slidecontent .text{
	width: 900px;
	margin: 0 auto;
	line-height: 28px;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a{
	color: white;
	text-decoration: underline;
}

.pageblock#fullscreen .slider .slide .slidecontent .text a:hover{
	text-decoration: none;
}

.pageblock#fullscreen .slider .slide .slidecontent .text xmp{
	font-size: 13px;
	text-align: left;
	border: 1px solid white;
	background: rgba(0,0,0,0.1);
	padding: 10px 15px;
}

.pageblock#fullscreen #slideposition{
	position: relative;
	bottom: 30px;
	left: 20px;
	z-index: 500;
}

.pageblock#fullscreen #slideposition ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pageblock#fullscreen #slideposition ul li.indicator{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}

.pageblock#fullscreen #slideposition ul li.indicator.active{
	background: white;
}
