/* =Top Bar
Theme Name: Cosmonomy (En)
Author: Cosmonomy
-------------------------------------------------------------- */
/* =loading line / Scroll Indicator
-------------------------------------------------------------- */
.progressContainer {
width: 98%;
height: 3px;
margin-left: auto;
margin-right: auto;
left: 0; right: 0;
top: 0;
background: #000;
position: fixed;
z-index: 999;
}
.progressBar {
height: 3px;
background-color: #ff2020;
width: 0%;
left: 0;
top: 0;
}
/* =Top Bar
-------------------------------------------------------------- */

#top-bar {
width: 98%;
position: fixed;
margin-left: auto;
margin-right: auto;
left: 0; right: 0;
top: 0;
padding-top: 0;
padding-bottom: 0;
background-color: #000000;
border-bottom: 0 solid #303030; }

#top-bar a {
font-family: Arial, Tahoma, Roboto, Ubuntu, sans-serif;
color: #bbbfff;
font-size: 16px; /* 1em */
text-transform: uppercase;
text-decoration: none;
display: inline-block;
margin: 3px;
padding: 3px;
line-height: 1.0em;
letter-spacing: 1px; }

#top-bar a:hover {
background-color: #3c3c64; }

.top-container { /* internally to the top-bar */
float: none;
width: 95%;
margin: 0 auto;
padding: 0 0;
background-color: transparent;
background-image: none; }

span.the-books,
span.home-page {
  display: block;
  width: 49%; }

span.the-books {
  float: left;
  text-align: left; }
span.home-page {
  float: right;
  text-align: right; }

a {text-decoration:none}

/* =Header
-------------------------------------------------------------- */
.container-top {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: auto; right: auto;
	top: 24px;
	margin-top: 6px;
	margin-bottom: 68px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.0em;
	z-index: 1;
	background-color: transparent;
	background-image: inherit;
	/* display: block; */
}
.container-top table { margin:0; padding:0; border:0; border-collapse:collapse; }

.container-top:not(table)
{	background: transparent;
	height: auto;
    max-width: 100%;
	width: auto;
}
.top-column-center {
	background-color: #000000; 
	background-image: url('stars-waves-mix.jpg');
	width: 92%; height: 190px; 
	padding: 0; margin: 0 auto; 
	overflow-y: hidden;
}
.top-column-left {
	background-color: transparent; 
	/* background-image: url('header-left-corner-y.gif');
	background-size: 100% 100%;
	background-repeat: no-repeat; */
	float: left;
	width: 4%;
	height: 190px;
	padding: 0;
	margin: 0;
}
.top-column-right {
	background-color: transparent; 
	/* background-image: url('header-right-corner-y.gif');
	background-size: 100% 100%;
	background-repeat: no-repeat; */
	float: right;
	width: 4%;
	height: 190px;
	padding: 0;
	margin: 0;
}
#title1 {
  font-family: "Trebuchet MS", Tahoma, Roboto, Ubuntu, sans-serif;
  color: #ffd700;
  font-size: 18px; /* 18px/16px = 1.125em */
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 100%;  
  margin-top: 2px;
  margin-bottom: 0; }

#title2 {
  font-family: "Times New Roman", serif;
  color: #3C3C64;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 240px; }
  
#timewithmessage, #timewithmessage table {
	border-collapse: collapse; 
	border: 0; 
	width: 488px; 
	background-image: url('bg_sky-.jpg');
}
.menu-fonts, .menu-fonts p { 
  background-color: transparent;
  font-family: "Times New Roman", serif;
  font-size: 15px;
  text-align: center;
  font-weight: 400;
  color: #bbc0ff;
  line-height: 100%;
  text-decoration: none;
  margin-top: 6px; margin-bottom: 2px; margin-right: 0; }

.menu-fonts a {
  background-color: transparent;
  color: #bbc0ff; /* #ccddff */
  text-decoration: none; 
  line-height: 100%; }

.menu-fonts a:visited {
 color: #bbbbff; }

.menu-fonts a:hover {
  background-color: #804000;
  color: #ffee00;
  font-weight: normal;
  text-decoration: none; }

.menu-fonts a:active { color: #ff0000; }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 768px) { /* Shrink the big part of the header */
/* #header { display:none; } */
.container-top { display:none; }

.progressContainer {
width: 99%;
height: 3px;
background: #000;
}

#top-bar {
padding: 0; 
margin-top: 0; 
/* top: 3px; */
width: 99%;
position: fixed;
background-color: #000000;
}

#top-bar a {
color: #bbbfff;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
display: block;
margin: 6px;
padding: 3px;
line-height: 1.3em; }

#top-bar a:hover {
background-color: #3c3c64; }

.top-container { /* internally to the top-bar */
float: none;
width: 98%;
margin: 0 auto;
padding: 0 0;
background-color: transparent;
background-image: none; }

span.the-books,
span.home-page {
width: 100%;
display: block; }

span.the-books,
span.home-page {
float: none;
text-align: center; }

span.the-books {
border-bottom: solid 2px #ffd700; }
}

@media all and (min-width: 1280px) { 
.progressContainer { /* =loading line / Scroll Indicator */ 
width: 79%;
height: 3px;
margin-left: auto;
margin-right: auto;
left: 0; right: 0;
background: #000; }

#top-bar { /* narrow and alignment the top-bar */ 
width: 79%; /* the body width is 80% from min-width 1300px */
position: fixed;
margin-top: 0;
margin-bottom: 1px;
margin-left: auto;
margin-right: auto;
left: 0; right: 0;
/* padding-right: 8px; */
border-bottom: 0 solid #303030;
}

#top-bar a {
color: #bbbfff;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
margin-bottom: 3px;
margin-top: 3px;
padding-top: 3px;
padding-bottom: 3px;
}

.top-container { /* internally to the top-bar */
float: none;
width: 90%;
margin: 0 auto;
padding: 0 0;
background-color: transparent;
background-image: none; }

.container-top { /* Header */
width: 100%; 
top: 24px;
/* margin-top: 8px; */
margin-bottom: 82px;
padding-bottom: 0;
}

#title1 {
font-family: "Trebuchet MS", Tahoma, Ubuntu, Roboto, "Microsoft Sans Serif", sans-serif;
color: #ffd700;
font-size: 22px; /* 22px/16px = 1.375em */
text-align: center;
font-weight: 400;
letter-spacing: 0;
line-height: 100%;
margin-top: 1px;
margin-bottom: 3px; }

#title2 {
font-family: "Times New Roman", serif;
color: #3C3C64;
font-size: 18px;
text-align: center;
font-weight: 600;
line-height: 150%;
padding: 1px;
margin-top: 0;
margin-bottom: 0;
margin-left: 320px; }

.menu-fonts, .menu-fonts p { 
background-color: transparent;
font-family: "Times New Roman", serif;
font-size: 16px;
text-align: center;
font-weight: 500;
color: #bbc0ff;
text-decoration: none;
margin-top: 4px; margin-bottom: 2px; margin-right: 0; }

.menu-fonts a { 
line-height: 100%; }
}

@media all and (min-width: 1024px) { /* no top bar */
/* .container-top {width: 100%; padding: 0; margin: 0;}
#top-bar {display:none;} */

}
