*, *::after, *::before {
  box-sizing: border-box;
}



html, body{
	font-family: 'Open Sans', sans-serif !important;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #000;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 300;
	color: #60d18e;
}

a img {
	border: none;
}

p{
	color: #ffffff;
}

#background {
	margin: 0;
	padding: 0;
	z-index: 1;
}

#background, #background li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -10;
}
#background, #background li {
	background-color: transparent;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

div.demo {
	width: 100%;	
	overflow: hidden;
}

div.parallax-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
div.parallax-container div.parallax {
	position: absolute;
	top: 0px;
	left: 0px;
	right:0;
	bottom:0;
}
.parallax2 img{

	margin: auto;
	left:0; right: 0;
	top: 0; bottom: 0;
}
.parallax3 img{
	margin: auto;
	left:0; right: 0;
	top: 0; bottom: 0;
	
}
.parallax4 img{
	margin: auto;
	left:0; right: 0;
	top: 0; bottom: 0;
	
}
.parallax5 img{
	margin: auto;
	left:0; right: 0;
	top: 0; bottom: 0;
	    
}


.parallax10 img{
	margin: auto;
	left:0; right: 0;
	top: 0; bottom: 0;
}
.text-center{
	text-align:center;
}

.hide-md-block {
	display: block;
}

.fadein {
	-webkit-animation: fadein .5s ease 0s forwards;
}
.widgets {
	top: 0;
	right: 0;
	z-index: 100;
}

#full {
	height: 100%;
}

#top-left {
	z-index: 11;
}

#top-left {
	top: 0;
	left: 0;
}

#top-right {
	top: 0;
	right: 0;
	z-index: 1000;
}
#bottom-right {
	bottom: 0;
	right: 0;
	z-index: 1000;
}

#bottom-left {
	bottom: 0;
	left: 0;
	z-index: 100;
}

#bottom, #bottom-left, #bottom-right, #center, #center-above, #center-below, #top-left, #top-right {
	position: absolute;
	z-index: 3;
	padding: 1em;
}

#center, #center-above, #center-below {
	display: block;
	top: 85%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#center {
	z-index: 4;
}


img.captin{
	transform: translate(0%, 0%);
}
img.stars{
	transform: translate(0%, 0%);
}

img.stars1{
	transform: translate(0%, 0%);
}
img.planet{
	transform: translate(0%, 0%);
}
@media screen and (max-width: 1440px){
	img.circle {
		width: 85%;
	}

	img.stars{
		width: 75%;
	}
	img.stars1{
		width: 75%;
	}

	img.planet{
		width: 70%;
	}

	img.captin{
		width:80%;
	}
}

@media screen and (max-width: 1280px){

	img.circle {
		width: 75%;
	}

	img.stars{
		width: 65%;
	}

	img.stars1{
		width: 65%;
	}

	img.captin{
		width:75%;
	}

}

@media screen and (max-width: 840px){

	img.circle {
		width: 65%;
	}

	img.stars{
		width: 55%;
	}

	img.stars1{
		width: 55%;
	}

	img.captin{
		width:75%;
	}

}

@media screen and (max-height:700px){
	#center, #center-below, body {
		font-size: 100%}
}

@media screen and (max-height:600px){
	#center, #center-below, body {
		font-size: 90%}
	#center-below {
		top: 71.5%}
	#focuses .delete {
		margin-top: 8px;
	}

}@media screen and (max-height:550px) {
	#center, #center-below {
		font-size: 80%}
	#center-below {
		top: 70.5%}

}@media screen and (max-height:400px) {
	#center {
		top: 80%}
	#centerclock {
		display: none!important;
	}
	#center-below {
		top: 52%}


}
