@font-face {
	font-family: logo;
	src: url("../fonts/blacksam.ttf");
}

@font-face {
	font-family: menu;
	src: url("../fonts/oldstandard.ttf");
}

* {
	margin: 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	background-image: url('../img/background.jpg');
	background-attachment: fixed;
}

a  {
	text-decoration: none;
	color: #333;
	transition: color 0.3s;
}

a:hover {
	color: #666;	
}

#bg-overlay {
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}

#header {
	background-color: rgba(255, 255, 255, 0.3);
	width: 100%;
	-webkit-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 5px -3px rgba(0,0,0,0.1);
	height: 80px;
	position: fixed;
	z-index: 3;
}

#title {
	font-family: logo;
	font-size: 30pt;
	line-height: 80px;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}

#menu  {
	font-size: 12pt;
	letter-spacing: 2px;
	float: right;
	height: 80px;
	font-family: menu;
}

.menu-item {
	display: inline-block;
	margin: 0 20px;
	line-height: 80px;
}

#footer {
	position: fixed;
	opacity: 0.8;
	width: 100%;
	bottom: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 8pt;
	letter-spacing: 1px;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px -2px 10px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px -2px 10px -3px rgba(0,0,0,0.1);
	box-shadow: 0px -2px 10px -3px rgba(0,0,0,0.1);
	font-family: menu;
}

#content {
	width: 100%;
	height: calc(100% - 100px);
}

#book  {
	width: 100%;
	top: 80px;
	display: none;
}

#downloads {
	width: 100%;
	text-align: center;
	top: 180px;
}

.download-item {
	margin: 20px;
	display: inline-block;
	text-align: center;
}

.download-item img {
	border: 1px solid #777;
	margin-bottom: 5px;
}

.download-item p {
	font-family: menu;
}

.loading-info  {
	display: none;
}

#circularG{
	position: fixed;
	width:90px;
	height:90px;
	margin: auto;
	top: calc(50% - 45px);
	left: calc(50% - 45px);
	opacity: 0.2;
}

.circularG{
	position:absolute;
	background-color:rgb(0,0,0);
	width:21px;
	height:21px;
	border-radius:14px;
		-o-border-radius:14px;
		-ms-border-radius:14px;
		-webkit-border-radius:14px;
		-moz-border-radius:14px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:36px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:9px;
	top:9px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:36px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:9px;
	top:9px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:36px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:9px;
	bottom:9px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:36px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:9px;
	bottom:9px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}