html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body {
	background-color: #222;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGklEQVQIW2NkYGD4D8SMQAwGcAY2AbBKDBUAVuYCBQPd34sAAAAASUVORK5CYII=);
	background-repeat: repeat;
	font-family: 'Open Sans light',Helvetica, sans-serif;	
	color: #fff;
	font-style: normal;

}

.share {
	position: absolute;
	bottom: 20px;
	left: 24px;
	margin: 0;
	z-index: 1;
	font-size: 0.9em;
}

.credit {
	position: absolute;
	bottom: 24px;
	right: 24px;
	margin: 0;
	z-index: 1;
	font-size: 0.9em;
}

.credit a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.layer {
	text-align: center;
	text-shadow: 1px 1px 0px rgba( 0, 0, 0, 0.1 );
	padding-top: 100px;
}


.layer .layer_body{
	position: relative;
	margin: 0;
	padding:0px;	
	text-align:center;
	width:100%;
}

.layer h2 {
	position: relative;
	top: 30%;
	margin: 0;
	font-size: 6.25em;
}

.layer p {
	position: relative;
	top: 30%;
	margin: 0;
}

.layer.zero {
	background: #0078ae;
}

.layer.one {
	background: #89b32f;
}

.layer.two {
	
	background: #dc6c5f;
}

.layer.three {
	background: #64b9d2;
}

.layer.four {
	background: #BFC90C;
}

.layer.five {
	background:#43A7A5;
}

.bullets {
	position: absolute;
	width: 100%;
	bottom: 20px;
	padding: 0;
	margin: 0;
	text-align: center;
}

	.bullets li {
		display: inline-block;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		margin: 0 3px;

		background: rgba( 255, 255, 255, 0.5 );
		box-shadow: 0px 0px 4px rgba( 0, 0, 0, 0.2 );
		cursor: pointer;

		-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	}

		.bullets li:hover {
			background: rgba( 255, 255, 255, 0.8 );
		}

		.bullets li.active {
			cursor: default;
			background: #fff;
		}
		.header{
			
			margin:0px;
			padding-top:10px;
			padding-left:15px;
			padding-bottom:10px;
			position:fixed;
			display:block;
			height:70px;
			width:100%;			
			background-color: rgba( 100, 100, 100, 0.3 );			
			z-index:9999999;
			
			
		}
		
		.header .logo{
			text-shadow: 0 -1px 0 #0b5c7d;
			color: #0078ae;
			color:#fff;
			position:absolute;
			top:10px;
			
		}
		.header .logo .slogan{font-size:12px;}
		.header .logo img{width:65px; height:auto; display:block;}
		.header_big{
			
			font-size:50px;
		}
		.header_small{
			font-size:25px;
		}
		
		.top_menu{
			display:inline-block;
			position:absolute;
			right:2%;
			margin:0px;
			margin-top:10px;
			padding:0px;
			vertical-align:middle;
			color:#fff;
		}
		.top_menu ul{
			list-style:none;
			margin:0px;
			padding:0px;
		}
		.top_menu ul li{
			display:inline-block;
			padding-right:10px;
			cursor:pointer;
			color:#CECECE;
		}
		.top_menu ul li:hover{
			color:#fff;
		}


.myslider{
	text-align:center;
}
.myslider ul{
	list-style:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
.myslider ul li{
	margin:0px;
	padding:0px;
	background-color:#fff;
	border:1px solid #777;
	border-radius:10px;
	width:800px;
	height:400px;
	display:none;
	background-size:cover;
	position:relative;
}
	
/*.myslider ul li:first-child{display:inline-block;}*/




.boxes ul{
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:20px;
	display:inline-block;
}

.boxes ul li{
	display:inline-block;
	width:150px;
	height:80px;
	background-color:#FFF;
	margin:0px;
	padding:5px;
	margin:5px;
	border-radius:5px;
	vertical-align:top;
	color:#000;
	cursor:pointer;	
	transition: box-shadow 500ms;
}

.boxes ul li:hover{
	-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}



.myslider_show_frame{	
	width:80%;
	height:250px;
	
	background-color:#fff;
	background-size:cover;
	display:inline-block;

	position:relative;
	 -webkit-box-shadow: 0 8px 6px -6px black;
     -moz-box-shadow: 0 8px 6px -6px black;
          box-shadow: 0 8px 6px -6px black;
		  border:4px solid #fff;
		 
	border-radius:10px;
	
	 
	 
}
.myslider_show_frame span{
	color:#fff;
	font-weight:bold;
	position:absolute;
	left:10px;
	top:10px;	
	z-index:99;
	font-size:25px;
	text-align:left;
	padding:10px;
	background-color:rgba( 0, 0, 0, 0.4 );
	border-radius:10px;
}



@media screen and (max-width: 400px) {
	body {
		font-size:14px;
	}

	.layer h2 {
		
	}

	.bullets li {
		margin: 0 6px;
	}

	.credit {
		bottom: initial;
		top: 10px;
		right: 10px;
	}

	.share,
	.github-ribbon {
		display: none;
	}
	.header{
		height:30px;
	}
}

