.icon{
    font-family: 'FontAwesome';
    font-size: 1.5em;
    position: absolute;
    right: 50px;
    top: 25px;
    font-size: 20px;
}
#close{
	top: 12px;
}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Arial;
	font-family: "Raleway", "Open Sans";
	overflow-y: scroll;
    
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;		
}
#page{
	min-height: 100%;
}
a{
	color: #000;
	text-decoration: none;
    border: 0;
}
@keyframes animatedBackground {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}
@-webkit-keyframes animatedBackground {
	from { background-position: 100% 0; }
	to { background-position: 0 0; }
}
header, section, footer{
	Aopacity: 0;
}
section{
	opacity: 0;
}
header{
	height: 150px;
	//wazne min-width: 1000px;
	position: relative;
	text-align: center;
}
#logo{
	position: absolute;
	top: 40px;
	left: 50px;
	box-shadow: 10px 5px 10px #fff;
	cursor: pointer;
}
#logo2{
	position: absolute;
	right: 50px;
	top: 100px;
	cursor: pointer;
	transition-duration: 0.2s;
	z-index: 20;
}
#desc{
	position: absolute;
	top: 62px;
	width: 100%;
	left: 50px;
	width: calc(100% - 50px);
	height: 26px;
	background-image: url('graph/desc.png');
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-size: auto 100%;

	animation: animatedBackground 40s linear infinite;
	-webkit-animation: animatedBackground 40s linear infinite;
}
section{
	margin-left: 50px;
	//wazne min-width: 1000px;
	aamargin-bottom: 50px;
	position: relative;
}

#hover{
	width: 100%;
	margin-top: 200px;
	text-align: center;
	position: absolute;
}

@media (max-width: 700px){
	#logo2, #desc{
		display: none;
	}
	#logo{
		position: relative;
		left: auto;
		max-width: calc(100% - 20px);
	}
	#right-move, #left-move{
		display: none;
	}
	
}

@media (max-width: 500px){
	section{
		margin-left: 20px;
	}
	#close{
		display: none;
	}
}

@media (max-height: 650px){
	header{
		Aheight: 100px;
	}
}

/*
@media (max-height: 800px){
	header{
		height: 120px;
	}
	#logo{
		top: 20px;
	}
	#desc{
		top: 42px;
	}
	#logo2{
		top: 80px;
	}
}
*/