/*
  Theme Name: Cosmotheme
  Author: kosmologia.gr
  Author URL: https://www.kosmologia.gr
*/
/* Reset */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, applet, cite, code, del, dfn, em, embed, iframe, img, object, q, s, samp, small, strike, span, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;	
	font-family:inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display:block; }
audio[controls], canvas, video { display:inline-block; }

.sans-serif { font-family:Roboto, "Helvetica Neue", Arial, Ubuntu, Tahoma, sans-serif; }
.serif { font-family:"Times New Roman", Times, Cambria, Libertine, Constantia, Georgia, serif; }
.monospace { font-family:Monaco, "Courier New", monospace; }
.clearfix { zoom:1; } /* target IE6 */
.clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	overflow:hidden;
}
.clearfix:after { clear:both; }
.res-image {
	max-width:100%;
	
}
html {
	overflow-y:scroll;
	background-color:transparent;
	font-size:80%; /* 0.8em */
}
body {
	margin:0 auto;
	padding:0;
	width:99%;
	font-size:16px; /* 16px/16px = 1em */	
	font-family:sans-serif, serif;
	color:#242424;
	background-color:transparent;
}
#background {
	position:fixed;
	_position:absolute; /* target IE6 only */
	top:1px;
	left:0;
	width:100%;
	height:110%; 
	background-image:url("../shared/bg_page-bw.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index:-1;
}
div {	background:transparent;
	border:0;
	max-width:100%;
	width:auto;	
}
button, input, select, textarea {
	font-family:Arial, Tahoma, sans-serif;
	color:#404040;
}
a { color:#0000ee; }
a:link { color: #3366cc;	text-decoration:none; padding-bottom:1px; padding-top:1px; }
a:visited { color:#481248; }
a:hover { color:#0000cc; background-color:#ffffaa; }
a:focus { outline:thin dotted; color:#011b35; }
a:hover, a:active { outline:0; }
h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Roboto, Arial, sans-serif;
	font-weight:normal;
}
h1 {
	margin-top:0.8em;
	margin-bottom:0.8em;
	font-size:24px; /* 24px/16px = 1.5em */
	line-height:1.4em;	
}
h2 {
	margin-top:1em;
	margin-bottom:1em;
	font-size:20px; /* 20px/16px = 1.25em */
	line-height:1.3em;
}
h3 {
	margin-top:1.3em;
	margin-bottom:1.3em;
	margin-left:30px; margin-right:30px;
	font-size:18px; /* 18px/16px = 1.125em */
	line-height:1.4em;
	text-align:justify;
}
h4 {
	margin-top:1.5em;
	margin-bottom:1.5em;
	margin-left:30px; margin-right:30px;
	font-size:18px; /* 18px/16px = 1.125em */
	text-align:justify;
}
h5 {
	margin-left:30px; margin-right:30px;
	font-size:16px; /* 16px/16px = 1em */
	text-align:justify;
}
h6 {
	margin-left:30px; margin-right:30px;
	font-size:14px; /* 14px/16px = .875em */
	font-weight:700;
	text-align:justify;
}
ol, ul, dl, address {
	margin-bottom:0.25em;
	font-size:14px; /* 14px/16px = .875em */
	font-size:1.4rem;
}
p {
	hyphens:auto;
	text-align:justify;	
}
ul, ol {
	margin:0 0 1.5em 24px;
	padding:0 0 0 24px;
}
li ul, li ol {
	margin:0;
	font-size:16px; /* 1em */	
	font-size:1.6rem;
}
dl, dd { margin-bottom:1.5em; }
dt { font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
abbr[title] {
	border-bottom:1px dotted;
	cursor:help;
}
b, strong { font-weight:bold; }
dfn { font-style:italic; }
hr {
	display:block;
	margin:0.5em 0;
	padding:0;
	height:1px;
	border:0;
	border-top:1px solid #bfbfbf;
}
ins {
	background-color:#c3d9e6;
	color:#000000;
	text-decoration:none;
}
mark {
	background-color:#c3d9e6;
	color:#000000;
	font-style:italic;
	font-weight:bold;
}
pre, code, kbd, samp {
	font-family:Monaco, "Courier New", monospace;
	font-size:16px; /* 1em */
	line-height:1.5em;
}
pre {
	white-space:pre;
	white-space:pre-wrap;
	word-wrap:break-word;
}
q { quotes:none; }
q:before, q:after {
	content:"";
	content:none;
}
small {
	font-size:14px; /* 0.875em */
	font-size:1.4rem;
}
sub, sup {
	font-size:12px; /* 0.75em */
	font-size:1.2rem;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup { top:-0.5em; }
sub { bottom:-0.25em; }
figure { margin-bottom:1.5em; }
figure img, figure object, figure embed {
	margin-bottom:0.75em;
	max-width:100%;
}
figcaption {
	display:block;
	font-weight:normal;
}

img { 
	border:0;
	page-break-inside:avoid;
}
svg:not(:root) {
overflow:hidden;
}
table {
	border-collapse:initial;	
}
td { border:inherit;
	
}
form { margin:0; }
fieldset {
	margin-bottom:1.5em;
	padding:0;
	border-width:0;
}
legend {
    margin-left:-7px;
	padding:0;
	border-width:0;
}
label {
	font-weight:normal;
	cursor:pointer;
}
button, input, select, textarea {
	font-size:12px; /* 0.75em */
	font-size:1.2rem;
	margin:0;
	vertical-align:baseline;
}
button, input { line-height:normal; *overflow:visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; }
input[type="search"] { box-sizing:content-box; }
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0;
}
textarea {
	overflow:auto;
	vertical-align:top;
}
::-webkit-selection {
background:#e6e6e6;
color:#fafafa;
text-shadow:none;
}
::-moz-selection {
background:#7bacc8;
color:#c8977b;
text-shadow:none;
}
::-selection {
background:#7bacc8;
color:#c8977b;
text-shadow:none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance:button; }
::-webkit-input-placeholder {
font-size:14px;
font-size:1.4rem;
}
input:-moz-placeholder {
font-size:14px;
font-size:1.4rem;
}
.ie7 img, .iem7 img { -ms-interpolation-mode:bicubic; }
input[type="checkbox"], input[type="radio"] { box-sizing:border-box; }
input[type="search"] {
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0;
}
.ir {
	display:block;
	overflow:hidden;
	background-repeat:no-repeat;
	text-align:left;
	text-indent:-999em;
	direction:ltr;
}
.ir br { display:none; }
.hidden {
	display:none;
	visibility:hidden;
}
.invisible { visibility:hidden; }

.content{
    margin: 12px auto;
}

/* =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;
   }
   .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; 
}

#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; }

.container-bar { /* 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; }

/* =Header
-------------------------------------------------------------- */
.container-top {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: auto; right: auto;	
	top: 24px;
	margin-top: 6px;
	margin-bottom: 10px;
	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;		
}

#title1 {
  font-family: "Trebuchet MS", Tahoma, Roboto, Ubuntu, sans-serif;
  color: #ffd700;
  font-size: 19px; /* 19px/16px = 1.1875em */
  text-align: center;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 100%;  
  margin-top: 1px;
  margin-bottom: 1px; }
  
#title2 {
  font-family: "Times New Roman", serif;
  color: #3C3C64;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 0;  
  margin-left: 240px; }

.menu-fonts { 
  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; }
  
.menu-fonts a {
  background-color: transparent;
  color: #bbc0ff;
  text-decoration: none; }

.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; }

.container-top h1{
  font-size: 28px; /* 1.75em */
}

/* =Body
-------------------------------------------------------------- */
#wrapper {
	width: 90%;
	margin: 0 auto; 
}

/* internal-page - inner body
-------------------------------------------------------------- */
.internal-page { /* white-page */
	background:#ffffff;
	font-size:18px; /* 18px/16px = 1.125em */
	font-family:"Times New Roman", Libertine, Cambria, serif;
	color:#242424; /* or #484848 */
	font-weight:normal;
	margin:0 auto;
	margin-top:24px;
	width:90%;
	padding-top:12px;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
}
.p-control {
	font-family:"Times New Roman", Cambria, Gautami, Georgia, Garamond, serif;
	font-size:18px; /* 18px/16px = 1.125em */
	color:#004422; /* or #484848, #242424 */
	font-weight:normal;
	line-height:1.8em;
	text-align:justify;
	text-indent:16px;
	margin-left:60px;
	margin-right:60px;
	margin-top:8px;
	margin-bottom:8px;
}
.internal-page2 {
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	background-color:transparent;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
}
.internal-page2 p {
	font-family:Arial, Tahoma, Calibri, sans-serif;
	font-size:16px;
	color:#484848; /* or #122448; */
	line-height:1.8em;
	text-indent:20px;
	margin-left:30px;
	margin-right:30px;
	margin-top:8px;
	margin-bottom:8px;
}
.heading {
	font-size:22px; /* 22px/16px = 1.375em */
	color:#800000;	
	margin:30px auto;
	text-align:justify;
	line-height:1.4em;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:90%;	
}
.heading h1 { font-size:22px; }
.description {
	background-image:url("../shared/bg-waves-op.jpg");
	font-family:"Times New Roman", Georgia, serif;
	font-size:22px; /* 22px/16px = 1.375em */
	font-weight:normal;
	text-align:justify;
	color:#484848;
	margin:0 30px;
	line-height:1.5em;
	padding-left:2px;
	padding-right:8px;
	padding-bottom:30px;
}
.fields {
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	background-color:transparent;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
	color:#484848;
}
.roundedTable {
	border:1px solid #ccc;  
	border-spacing:0;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px 20px 20px 20px;
	overflow:hidden;
	padding-top:0.2em;
	padding-bottom:0.3em;
}
.rTable {
background-color:transparent;
width:98%;
border:6px solid #ffffdd;
border-radius:20px 20px 20px 20px;
}
.rTableBody {
background-color:transparent;
width:95%;
border:6px solid #ffffdd;
border-radius:20px 20px 20px 20px;
}
.rTableRow {
background-color:transparent;
width:95%;
border:6px solid #ffffdd;
border-radius:20px 20px 20px 20px;
}
.rTableCell {
background-color:#ffffdd;
width:95%;
border:6px solid #ffffdd;
border-radius:20px 20px 20px 20px;
}
.rTableCell p {
margin-left:20px;
margin-right:20px;
margin-top:3px;
margin-bottom:3px;
text-align:justify;
text-indent:15px;
line-height:1.75em;
font-family:"Times New Roman", serif;
font-size:19px;
font-weight:400;
color:#281400;
}
/* =after the internal page
-------------------------------------------------------------- */
#back-next {
margin:0 auto;
width:100%;
padding-bottom:20px;
font-family:Arial, sans-serif;
font-size:18px;
font-weight:500;
color:#000080;
letter-spacing:2px;
line-height:100%;
}
.cosmo-txt {
	padding:10px;
	background:#ffffff;
	margin:0 auto;
	width:70%;
	padding-left:32px;
	padding-right:32px;
	font-family:"Times New Roman", Georgia, serif;
	font-size:18px; /* 18px/16px = 1.125em */
	line-height:150%;
	font-weight:normal;
	text-align:justify;
	color:#333399;
}
.cosmo-txt p {
	margin:0 15px;
}
/* =The finish of many pages with images and a message
-------------------------------------------------------------- */
.container-bottom { /* bottom-tools-senses */
background-color: #ffffff;
width: 96%;
height: 180px;
margin: 0 auto;
padding-bottom: 3px;
}
.bottom-common-msg {
font-family: Arial, Tahoma, Ubuntu, Roboto, sans-serif;
background-color: #f5f5f5;
width: 96%;
padding-top: 3px;
padding-bottom: 3px;
margin: 0 auto;
}
div #msg, .bottom-common-msg p { 
text-align: justify;
line-height: 140%;
margin-left: 60px;
margin-right: 80px;
margin-top: 3px; 
margin-bottom: 3px;
font-family: sans-serif;
font-size: 15px; 
color: #000080;
}
.bottom-common-msg2 {
background-color: #5F4D2E;
width: 96%;
margin-top: 0;
padding: 1px;
margin-bottom: 20px;
margin: 0 auto;
font-family: Arial, Tahoma, Ubuntu, Roboto, sans-serif;
}
div #msg2, .bottom-common-msg2 p { 
text-indent: 10px; 
line-height: 100%; 
margin-left: 20px; 
margin-right: 30px; 
margin-top: 3px; 
margin-bottom: 3px; 
text-align: left;
font-size: 15px;
color: #ffe94f;
font-weight: 700;
line-height: 120%;
}
/* Three image containers if not table */
.column-left {
  float: left;
  background-color: transparent;
  width: 38%;
  height: 180px;
  padding: 0;
  margin: 0;
}
.column-right {
  float: right;
  background-color:transparent;
  width: 38%;
  height: 180px;
  padding: 0;
  margin: 0;
}
.column-center {
  background-color:#ffffff;
  background-image:url("shared/bg_web.jpg");
  width: 22%;
  height: 180px;
  padding: 0;
  margin: 0;
  
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.bCell {
  float: left;
  width: 33%;
  padding: 1px;
}
.bCell3 {
  float: right;
  width: 33%;
  padding: 1px;
}
/* Clear floats after image containers */
.bottom-tools-senses::after {
  content: "";
  clear: both;
  display: table;
}

/* =Footer
-------------------------------------------------------------- */

.footer {
	
	background: transparent;
	font-size:32px; /* 32px/16px = 2em */
	font-weight:normal;
	text-align: center;
	color:#D0C8AE;
	width:100%;
	margin:0 auto;
	border-top:1px solid #ffffff;
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	border-left:1px solid #ffffff;
	}

.footer a {
	color:#0099ff;
	}
.footer a:hover {
	color:#000000;
	}
.footer p { line-height:1em; 
	margin-top:2px; 
	margin-bottom:2px;
	font-size:16px; 
	}
.copyright {
	margin:0 auto;
	background:transparent;		
	font-family:Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-size:15px; /*  */
	font-weight:normal;
	line-height:130%;
	letter-spacing:0;
	text-align:center;
	color:#ff0000;
	margin-top:3px;
	margin-bottom:1px;
	
	}
.requirement {
	margin:0 auto;
	background:transparent;		
	font-family:Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-size:14px; /*  */
	font-weight:normal;
	line-height:130%;
	letter-spacing:0;
	text-align:center;
	color:#909080;
	margin-top:3px;
	margin-bottom:0;
	padding-bottom:3px;
		
	}

/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;  
  height: 0; 
  margin: 0 auto;
  padding: 0 5px; }
  
  /* =Sections
-------------------------------------------------------------- */

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 768px) {
/* widen the div */
	.heading {
	font-size:18px; /* 18px/16px = 1.125em */
	color:#800000;
	text-align:justify;
	margin:0 auto;
	line-height:1.3em;
	margin-top:16px;
	margin-bottom:3px;
	padding-bottom:5px;
}
	.heading h1 { font-size:20px; }
	.description {
	font-size:18px; /* 18px/16px = 1.125em */
	font-weight:normal;
	text-align:justify;
	color:#242424;
	margin:0 3px;
	line-height:1.3em;
	padding-bottom:30px;
}
	.internal-page {
	margin:0 auto;
	width:99%;
	font-size:17px;
	padding-left:2px;
	padding-right:2px;
	padding-top:12px;
	margin-top:80px;
}
	.p-control {
	font-size:17px; 
	font-family:"Times New Roman", libertine, Cambria, Gautami, Garamond, serif;
	color:#242424; /* or #484848 */
	font-weight:normal;
	line-height:1.6em;
	text-align:justify;
	text-indent:16px;
	margin-left:40px;
	margin-right:40px;
	margin-top:6px;
	margin-bottom:6px;
}
	.internal-page2 {
	width:95%;
}
	.internal-page2 p {
	font-family:Arial, Tahoma, Calibri, sans-serif;
	font-size:15px;
	color:#484848; /* or #122448; */
	line-height:1.75em;
	text-indent:10px;
	margin-left:30px;
	margin-right:30px;
}
    html 	{	
	font-size:70%; /* Reduce the font size */ 
} 
	.progressContainer {
    width: 99%;
    height: 3px;
    background: #000; }
	
	#top-bar {
	padding: 0;
	margin-top: 0;
	/* margin-bottom: 3px; */
	top: 3px;
	width: 99%;
	position: fixed;
	background-color: #000000; }
	
	#top-bar a {
	color: #bbbfff;
	font-size: 16px; /* 1em */
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin: 6px;
	padding: 2px;
	line-height: 1.3em; }
	
	#top-bar a:hover {
	background-color: #3c3c64; }

	.container-bar { /* 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; }

	.container-top { display: none; /* in the header */}
	
	/* #title1 {
    color: #ffff00;
	font-weight: bold;
	font-size: 14px; 
	letter-spacing: 0; } */
	
	#wrapper { /* total */
	width: 99%;
	margin: 0 auto; }
	
	#back-next {
	margin:0 auto;
	width:40%;
	padding-bottom:20px;
	font-size:16px;
	font-weight:500;
	color:#000080;
	letter-spacing:0; }
	
	.cosmo-txt  {
	padding:10px;
	background:#ffffff;
	margin:0 auto;
	width:90%;
	padding-left:2%;
	padding-right:2%;
	font-size:16px; /* 16px/16px = 1em */
	line-height:130%;
	font-weight:normal;
	text-align:justify;
	color:#000066; }
	
	.res-image {
	max-width:100%;
	height:auto; }
	
	.rTableCell p {
	margin-left:20px;
	margin-right:20px;
	margin-top:3px;
	margin-bottom:3px;
	text-align:justify;
	text-indent:15px;
	line-height:1.5em;
	font-family:"Times New Roman", serif;
	font-size:18px;
	font-weight:400;
	color:#281400;
	}
	
	h1 {
	margin-top:1em;
	margin-bottom:1em;
	font-size:20px; /* 20px/16px = 1.25em */
	line-height:1.5em;
	}
	h2 {
	margin-top:1.2em;
	margin-bottom:1.2em;
	font-size:18px; /* 18px/16px = 1.125em */
	line-height:1.4em;
	}
	h3 {
	margin-top:1em;
	margin-bottom:1em;
	font-size:17px; /* 17px/16px = 1.0625em */
	line-height:1.3em;
	}
	h4 {
	font-size:16px; /* 16px/16px = 1em */
	}
	h5 {
	font-size:16px; 
	}
	.footer {
	padding-top:24px;
	margin:0 auto;				
	font-size:100%; /* Reduce the font size; */
	font-weight:500;
	}	
	.copyright {
	margin:0 auto;
	background:transparent;		
	font-family:Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-size:14px; /*  */
	font-weight:normal;
	line-height:130%;
	letter-spacing:0;
	text-align:center;
	color:#ff0000;
	margin-top:3px;
	margin-bottom:1px;
	
	}
	.requirement {
	margin:0 auto;
	background:transparent;		
	font-family:Arial, Tahoma, "Trebuchet MS", sans-serif;
	font-size:12px; /*  */
	font-weight:normal;
	line-height:120%;
	letter-spacing:0;
	text-align:center;
	color:#aaaabb;
	margin-top:3px;
	margin-bottom:0;
	padding-bottom:3px;
	
	}
	/* =The finish of many pages with images and a message
-------------------------------------------------------------- */
.container-bottom { /* bottom-tools-senses */
background-color: #ffffff;
width: 96%;
height: 180px;
margin: 0 auto;
padding-bottom: 3px;
}
.bottom-common-msg {
font-size: 15px;
line-height: 140%;
background-color: #f5f5f5;
width: 96%;
padding-top: 3px;
padding-bottom: 3px;
margin: 0 auto;
}
div #msg, .bottom-common-msg p { 
text-align: justify;
line-height: 140%;
margin-left: 40px;
margin-right: 60px;
margin-top: 3px; 
margin-bottom: 3px;
font-family: sans-serif;
font-size: 15px; 
color: #000080;
}
.bottom-common-msg2 {
background-color: #5F4D2E;
width: 96%;
margin-top: 0;
padding: 1px;
margin-bottom: 20px;
margin: 0 auto;
}
div #msg2, .bottom-common-msg2 p { 
text-indent: 10px; 
line-height: 100%; 
margin-left: 10px; 
margin-right: 30px; 
margin-top: 3px; 
margin-bottom: 3px; 
text-align: left;
font-size: 14px;
color: #ffe94f;
font-weight: 700;
line-height: 120%;
}
/* Three image containers if not table */
.column-left {
  float: left;
  background-color: transparent;
  width: 38%;
  height: 180px;
  padding: 0;
  margin: 0;
}
.column-right {
  float: right;
  background-color:transparent;
  width: 38%;
  height: 180px;
  padding: 0;
  margin: 0;
}
.column-center {
  background-color:#ffffff;
  background-image:url("shared/bg_web.jpg");
  width: 22%;
  height: 180px;
  padding: 0;
  margin: 0;
  
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.bCell {
  float: left;
  width: 33%;
  padding: 1px;
}
.bCell3 {
  float: right;
  width: 33%;
  padding: 1px;
}
/* Clear floats after image containers */
.bottom-tools-senses::after {
  content: "";
  clear: both;
  display: table;
}
}
@media all and (max-width: 1280px) and (min-width: 1024px) {
/* narrow the div */
	.internal-page { /* white-page */
	width:75%;
	padding-left:20px;
	padding-right:20px;
}
/* widen the wrapper 
	#wrapper {
	width: 95%; } */
}
@media all and (min-width: 1280px) {
	h1 {
	margin-top:0.75em;
	margin-bottom:0.75em;
	font-size:28px; /* 28px/16px = 1.75em */
	line-height:1.2em;
	text-align:justify;
}
	h2 {
	margin-top:1em;
	margin-bottom:1em;
	font-size:24px; /* 24px/16px = 1.5em */
	line-height:1.3em;
}
	h3 {
	margin-top:1em;
	margin-bottom:1em;
	margin-left:40px; margin-right:40px;
	font-size:20px; /* 20px/16px = 1.25em */
	line-height:1.4em;
}
	h4 {
	margin-top:1.5em;
	margin-bottom:1.5em;
	font-size:18px; /* 18px/16px = 1.125em */
}
	h5 {
	margin-left:40px; margin-right:40px;
	font-size:18px; 
}
	html {
	background-color:transparent;
	font-size:80%; /* 0.8em */ 	
}
	#background {
    left: 0%;
    margin-left: 1px;
    margin-top: 0;
    width: 100%;
	height:110%; 
}
/* narrow the body */
	body {
	margin:0 auto;
	padding-top:0;
	width:80%;
	font-size:120%;
	line-height:200%;
	_background-position: 300px 20px;
}
/* narrow the wrapper */
	#wrapper {
	width: 90%;
	margin: 0 auto; 	
}   
/* =loading line / Scroll Indicator */ 
   .progressContainer {
    width: 79%;
    height: 3px;
	margin-left: auto;
	margin-right: auto;
	left: 0; right: 0;
    background: #000;	
}
	#top-bar { /* narrow the top-bar */
	width: 79%;
	position: fixed;
	margin-top: 0;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	left: 0; right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;		
}
	#top-bar a {
	color: #bbbfff;
	font-size: 16px; /* 1em */
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 1.0em; 
	letter-spacing: 1px;
}
 	.container-bar { float: none; width: 90%; margin: 0 auto; padding: 0 0; } /* internally to the top-bar */
	
/* the header to the center side of the screen */
	.container-top { /* in the header */
	width: 100%;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 18px;
	/* top: 24px; */
}	
	#title1 {
	font-size: 22px; /* 22px/16px = 1.375em */ 
	letter-spacing: 2px; 
	margin-top: 1px;
	margin-bottom: 3px; }
	
	#title2 {
	font-size: 18px; /* 18px/16px = 1.125em */ 
	font-weight: 600;
	line-height: 150%;
	margin-left: 240px;
	padding: 0; } 
	
	.menu-fonts { 
	background-color: transparent;
	font-family: "Times New Roman", serif;
	font-size: 16px;
	text-align: center;
	font-weight: 500;
	color: #bbc0ff;
	text-decoration: none; }
	
	.menu-fonts a { 
	line-height: 100%; }
	
	.heading h1 { font-size:24px; line-height:1.5em; }

	.internal-page {
	margin:0 auto;
	width:75%;
	padding-top:0px;
	padding-left:80px;
	padding-right:80px;
	font-size:20px; /* 1.25em */
}
	.p-control {
	font-size:20px; /* 20px/16px = 1.25em */
	font-family:"Times New Roman", Cambria, Gautami, Georgia, Garamond, serif;
	color:#123456; /* or #004422; #122448, #484848 */
	font-weight:normal;
	line-height:1.8em;
	text-align:justify;
	text-indent:16px;
	margin-left:40px;
	margin-right:40px;
	margin-top:10px;
	margin-bottom:10px;
}	
	.internal-page2 {
	width:95%;
}	
	.internal-page2 p {	
	font-family:Arial, Tahoma, Calibri, sans-serif;
	font-size:18px;
	color:#123456; /* or #122448; #484848; */
	line-height:1.8em;
	text-indent:20px;
	margin-left:40px;
	margin-right:40px;
}	
	.cosmo-txt  {
	padding:10px;
	background:#ffffff;
	margin:0 auto;
	width:65%;
	padding-left:32px;
	padding-right:32px;	
	font-size:18px; /* 18px/16px = 1.125em */
	line-height:150%;
	font-weight:normal;
	text-align:justify;
	color:#333399;
}

div #msg, .bottom-common-msg p { 
	text-align: justify;
	line-height: 150%;
	margin-left: 60px;
	margin-right: 80px;
	margin-top: 3px; 
	margin-bottom: 3px;
	font-family: sans-serif;
	font-size: 17px; 
	color: #000080;
}
div #msg2, .bottom-common-msg2 p { 
	text-indent: 10px; 
	line-height: 100%; 
	margin-left: 20px; 
	margin-right: 30px; 
	margin-top: 3px; 
	margin-bottom: 3px; 
	text-align: left;
	font-family: sans-serif;
	font-size: 17px;
}
.footer {
	font-size:36px;
	padding-top:24px;
	margin:0 auto;		
	width:100%;
	border-top:0 solid #eeddcc;
	border-right:0 solid #bbaa99;
	border-bottom:0 solid #bcac80;
	border-left:0 solid #eeddcc; 
}
}
@media screen and (max-width: 480px) {
.heading h1 { font-size:18px; }
.description {
font-size:16px;
font-weight:normal;
text-align:justify;
color:#242424;
margin:0 3px;
line-height:1.3em;
padding-bottom:30px;
}
.description p { 
font-size:16px;
margin:0; 
}
.internal-page {
margin:0 auto;
width:99%;
font-size:16px;
padding-left:2px;
padding-right:2px;
padding-top:24px;
margin-top:56px;
}
.internal-page p {
font-size:16px;
text-indent:10px;
margin-left:10px;
margin-right:10px;
}
.internal-page2 {
width:95%;
}
.internal-page2 p {
font-size:15px;
line-height:1.6em;
text-indent:10px;
margin-left:10px;
margin-right:10px;
}
.p-control {
font-size:16px;
line-height:1.6em;
text-indent:16px;
margin-left:10px;
margin-right:10px;
}
.fields {
width:98%;
margin:0 auto;
background-color:transparent;
padding-left:0;
padding-right:0;
padding-bottom:10px;
color:#484848;
}
.fields p {
margin:10px 5px !important;
}
.roundedTable {
border:0;
border-collapse:collapse;
border-spacing:0;
}
.rTable {
background-color:transparent;
width:99%;
border:3px solid #ffffdd;
border-radius:20px 20px 20px 20px;
}
.rTableBody, .rTableRow {
background-color:transparent;
width:96%;
border:3px solid #ffffdd;
border-radius:10px 10px 10px 10px;
}
.rTableCell {
background-color:transparent;
width:99%;
border:3px solid #ffffdd;
border-radius:20px 20px 20px 20px;
}
.rTableCell p {
margin-left:5px;
margin-right:5px;
margin-top:3px;
margin-bottom:3px;
text-align:justify;
text-indent:5px;
line-height:1.6em;
font-family:"Times New Roman", serif;
font-size:16px !important;
font-weight:400;
color:#281400;
}
.cosmo-txt  {
padding:3px;
background:#ffffff;
margin:0 auto;
width:98%;
padding-left:1%;
padding-right:1%;
font-size:15px;
line-height:140%;
font-weight:normal;
text-align:justify;
text-indent:3px;
color:#000066; 
}
.res-image {
width:95%;
height:auto;
}
.no-display-if { 
display:none; 
}	
.container-bottom {
background-color:#ffffff;
width:99% !important;
height:90px !important;
margin:0 auto;
padding-bottom:3px;
}
.column-left {
float: left;
background-color: transparent;
width: 48% !important; /* or 38% with the center column */
height: 90px !important;
padding: 0;
margin: 0;
}
.column-right {
float: right;
background-color:transparent;
width: 48% !important;
height: 90px !important;
padding: 0;
margin: 0;
}
.column-center {
display:none;
/* background-color:#ffffff;
background-image:url("shared/bg_web.jpg");
width: 22%;
height: 90px !important;
padding: 0;
margin: 0; */
}
.bottom-common-msg {
background-color:#f5f5f5;
width:99% !important;
padding-top:3px;
padding-bottom:3px;
margin:0 auto;
}
div #msg, #msg p, .bottom-common-msg  p { 
text-align: justify;
text-indent: 10px !important;
line-height: 140%;
margin-left: 10px !important;
margin-right: 10px !important;
margin-top: 3px; 
margin-bottom: 3px;
font-family: sans-serif;
font-size: 13px !important; 
color: #000080;
}
.bottom-common-msg2 {
background-color:#5F4D2E;
width:99% !important;
margin-top:0;
padding:1px;
margin-bottom:20px;
margin:0 auto;
font-family:sans-serif;
}
div #msg2, .bottom-common-msg2 p { 
text-indent: 5px; 
line-height: 100%; 
margin-left: 10px !important; 
margin-right: 10px !important; 
margin-top: 3px; 
margin-bottom: 3px; 
text-align: left;
font-size:13px;
color:#ffe94f;
font-weight:700;
}
.bottom-tools-senses {
	/* display:none; */
}
.bottom-common-msg {
	/* display:none; */
}
.bottom-common-msg2 {
	/* display:none; */
}
.footer {
	width:100%;
	padding-top:12px;
}
.root {
	/* display:none; */
}
.copyright {
	letter-spacing:0;
	font-size:13px;
	margin:3px 0;
}
.requirement {
	background:#ffffff;	
}
.footer img { border:0; max-width:50px; width:100%; height:auto; }
.footer td { border:0; line-height:100%; border:0; border-spacing:0; }
.footer table { width:99% !important; }
.footer font { font-size:12px !important; font-weight:400; }
.footer span { letter-spacing:0 !important; }
table { border-collapse:collapse; }
ul, ol {
	margin-left:10px;
	margin-right:0;
	padding:0 0 0 0; }
li { padding-left:0; margin-left:10px; list-style-position:outside; }
h1 {
	margin-top:1.2em;
	margin-bottom:1.2em;
	font-size:18px;
	line-height:1.4em; }
h2 {
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:5px!important;
	margin-right:5px!important;
	font-size:16px; 
	line-height:1.4em; }
h3 {
	margin-top:0.5em;
	margin-bottom:0.5em;
	margin-left:5px!important;
	margin-right:5px!important;
	font-size:16px; 
	line-height:1.3em; }
h4 {
	font-size:16px; }
h5 {
	font-size:15px; }
}
@media print {
* {
	background:#ffffff !important;
	font-family:inherit;
	font-size:12pt;
	text-shadow:none !important;
	filter:none !important;
	-ms-filter:none !important;
}
@page {
margin:0.5cm;
}
#background { display:none;
}
h2, h3 {
	orphans:3;
	widows:3;
	page-break-after:avoid;
}
p {
	orphans:3;
	widows:3;
}
pre, blockquote {
	border:1px solid #808080;
	page-break-inside:avoid;
}
abbr[title]:after { content:" (" attr(title) ")"; }
a, a:visited {
	color:#dddddd !important;
	text-decoration:underline;
}
a[href]:after { content:" (" attr(href) ")"; color:blue; font-size: small;}
a[href^="javascript:"]:after, a[href^="#"]:after {
content:""; color:blue; font-size: small;
}
img {
	max-width:100% !important;
	page-break-inside:avoid;
}
thead { display:table-header-group; }
tr { page-break-inside:avoid; }
.ir a:after { content:""; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
}
