/*
  Theme Name: Cosmotheme (En)
  Author: Cosmonomy.eu
  shared top - body - shared bottom
*/
/* Reset */
html, body {
	margin:0;
	padding:0;
}
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%;
	line-height:1.0;
	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:Arial, Ubuntu, Tahoma, Roboto, "Helvetica Neue", sans-serif; }
.serif { font-family:"Times New Roman", 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; }
html {
	overflow-y:scroll;
	background-color:transparent;
	font-size:80%; /* 0.8em */
}
#background {
	position:fixed;
	_position:absolute; /* target IE6 only */
	top:6px;
	left:0;
	width:100%;
	height:110%; 
	background-image:url("../shared/bg-page-1024.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	z-index:-1;
}
div {	background:transparent;
	border:0;
	max-width:100%;
	width:auto;	
}
body {
	margin:0 auto;
	padding:0;
	width:99%;
	font-size:16px; /* 16px/16px = 1em */	
	font-family:sans-serif, serif;
	color:#242424;
	background-color:transparent;
}
button, input, select, textarea {
	font-family:Arial, Tahoma, sans-serif;
	color:#404040;
}
a { color:#013568; }
a:link { color: #3366cc;	text-decoration:none; padding-bottom:3px; padding-top:3px; }
a:visited { color:#011b35; }
a:hover { color:#0000cc; background-color:#ffffaa; font-weight:normal; text-decoration:none; }
a:focus { outline:thin dotted; color:#011b35; }
a:hover, a:active { outline:0; }
h1, h2, h3, h4, h5, h6 {
	font-family:Roboto, "Helvetica Neue", Arial, sans-serif;
	font-weight:normal;
}
h1 {
	margin-bottom:1em;
	font-size:20px; /* 20px/16px = 1.25em */
	line-height:1.4em;
}
h2 {
	margin-bottom:1em;
	font-size:18px; /* 18px/16px = 1.125em */
	line-height:1.3em;
}
h3 {
	margin-bottom:1.5em;
	font-size:18px; /* 18px/16px = 1.125em */
	line-height:1.2em;
}
h4 {
	font-size:16px; /* 16px/16px = 1em */
}
h5 {
	font-size:16px; /* 16px/16px = 1em */
}
h6 {
	font-size:14px; /* 14px/16px = .875em */
}
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;
}
.visuallyhidden {
	position:absolute;
	margin:-1px;
	padding:0;
	height:1px;
	width:1px;
	overflow:hidden;
	border:0;
	clip:rect(0, 0, 0, 0);
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	position:static;
	margin:0;
	height:auto;
	width:auto;
	overflow:visible;
	clip:auto;
}
.invisible { visibility:hidden; }

.content{
    margin: 12px auto;
}

/* =loading line / Scroll Indicator
-------------------------------------------------------------- */
   .progressContainer {
    width: 99%;
    height: 3px;
    background: #000;
	position: fixed;
   }
   .progressBar {
    height: 3px;
    background-color: #ff2020;
    width: 0%;	  
	left: 0;
	top: 0;
   }

/* =Top Bar
-------------------------------------------------------------- */
.container {
  width: 95%;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  background-image: none; }

#top-bar {
  width: 99%;
  position: fixed;
  padding-top: 1px; 
  background-color: #000000; 
  line-height: 1.0em; }

#top-bar a {
  color: #bbbfff;
  font-size: 16px; /* 1em */
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 4px;
  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 3px; }

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

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;
	top: 24px;
	margin-bottom: 20px;
	z-index: 1;
	background-color: transparent;
	background-image: inherit;	 
	padding: 6px 0;	
	line-height: 1.0em;
}

.container-top:not(table)
{	background:transparent;
	height:auto;
    max-width:100%;
	width:auto;		
}

#title1 {
  font-family: "Trebuchet MS", Tahoma, Ubuntu, Roboto, sans-serif;
  color: #ffd700;
  font-size: 18px; /* 18px/16px = 1.125em */
  text-align: center; 
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 100%;
  margin-top: 3px;
  margin-bottom: 0; }
  
#title2 {
  font-family: "Times New Roman", serif;
  color: #3C3C64;
  font-size: 14px; /* 14px/16px = .875em */
  text-align: center;
  font-weight: 400;
  padding: 1px; 
  margin-top: 0;
  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 { /* total */
  width: 95%;
  margin: 0 auto; 
}

/* white-page - inner body
-------------------------------------------------------------- */
.white-page { /* internal-page */
	background:#ffffff;
	font-size:18px; 	
	font-family:"Times New Roman", Libertine, Gautami, Cambria, Garamond, serif;
	color:#163248; /* or #242424, #484848 */
	margin:0 auto;
	width:80%;
	line-height:175%;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;		
}
.p-control {/* without margin control or other margins */
	font-family:"Times New Roman", libertine, Gautami, Cambria, Garamond, serif;
	font-size:18px;
	color:#243648; /* or #111111; #484848; #001224; #122436; #122448; #163248; #161632; */
	font-weight:normal;
	line-height:1.75em;
	text-align:justify;
	text-indent:15px;
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:10px;
	hyphens:auto;
}
.title {	
	background-color:#ffffff;
	/* background-image:url("../shared/bg-waves-op.jpg"); */
	margin:0 auto;
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
	border-left:0 solid #f0f0f0;
	border-right:0 solid #dddddd;
	border-bottom:0 solid #dddddd;
}
.title h1 {	
	padding-left:5px;
	padding-right:5px;
	font-family:"Helvetica Neue", Arial, Roboto, sans-serif;
	font-size:20px;
	line-height:150%;
	font-weight:400;
	text-align:center;
	color:#242424;
}
.heading {
	font-size:24px; /* 24px/16px = 1.5em */
	color:#800000;
	margin:30px auto;
	line-height:1.4em;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	width:90%;
}
.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;
}
.margin-control {
	width:95%;
}
.margin-control p {
	font-family:"Times New Roman", libertine, Gautami, Cambria, Garamond, serif;
	font-size:18px;
	color:#122448; /* or #111111; #484848; #001224; #122436; #243648; #163248; #161632; */
	font-weight:normal;
	line-height:1.6em;
	text-align:justify;
	text-indent:20px;
	margin-left:20px;
	margin-right:20px;
	margin-top:3px;
	margin-bottom:3px;
	hyphens:auto;
}
.msg {
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	background-color:transparent;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
}
.fields {
	width:90%;
	margin-top:10px;
	margin-bottom:10px;
	background-color:transparent;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:10px;
}
.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:100%;
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;
padding-bottom:20px;
font-family:Arial, sans-serif;
font-size:18px;
font-weight:500;
color:#000080;
}
.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;
}
/* =The finish of many pages with images and a message
-------------------------------------------------------------- */
.container-bottom {
background-color:#ffffff;
width:96%;
height:180px;
margin:0 auto;
padding-bottom:3px;
}
.bottom-common-msg {
background-color:#f5f5f5;
width:96%;
padding-top:3px;
padding-bottom:3px;
margin:0 auto;
}
.bottom-common-msg2 {
background-color:#5F4D2E;
width:96%;
margin-top:0;
padding:1px;
margin-bottom:20px;
margin:0 auto;
}
/* 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;  
}
/* Clear floats after image containers */
.container-bottom::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;
		
	}

.footer a {
	color:#0099ff;
	}
.footer a:hover {
	color:#000000;
	}
.footer p { line-height:1em; 
    margin-top:2px; 
	margin-bottom:2px;
	font-size:16px; 
	}

/* =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:20px; /* 20px/16px = 1.25em */
	color:#800000;
	margin:0 auto;
	line-height:1.3em;
	margin-top:3px;
	margin-bottom:3px;
	padding-bottom:5px;
}
	.description {
	font-size:18px; /* 18px/16px = 1.125em */
	font-weight:normal;
	text-align:justify;
	color:#242424;
	margin:0 3px;
	line-height:1.4em;
	padding-bottom:60px;
}
	.title h1 {	
	padding-left:5px;
	padding-right:5px;
	font-size:18px;
	line-height:150%;
	font-weight:400;
	text-align:center;
	color:#242424;
}
	.white-page {
	font-size:17px;
	margin:0 auto;
	width:99%;
	padding-left:2px;
	padding-right:2px; 
	padding-top:68px;
}
	.p-control {/* without margin control or other margins */
	font-family:"Times New Roman", libertine, Gautami, Cambria, Garamond, serif;
	font-size:17px;
	color:#243648; /* or #111111; #484848; #001224; #122436; #122448; #163248; #161632; */
	font-weight:normal;
	line-height:1.5em;
	text-align:justify;
	text-indent:10px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	hyphens:auto;
}
	.margin-control {
	width:95%;
}
	.margin-control p {
	font-family:"Times New Roman", libertine, Gautami, Cambria, Garamond, serif;
	font-size:17px;
	color:#122448; /* or #111111; #484848; #001224; #122436; #243648; #163248; #161632; */
	font-weight:normal;
	line-height:1.75em;
	text-align:justify;
	text-indent:20px;
	margin-left:20px;
	margin-right:20px;
	margin-top:3px;
	margin-bottom:3px;
	hyphens:auto;
}
    html 	{	
	font-size:70%; /* Reduce the font size */ 
} 
	.container-top { display:none; }
	
	#wrapper { /* total */
	width: 99%;
	margin: 0 auto; }

	.progressContainer {
	width: 99%;
	height: 3px;
	background: #000; }
   
	.container { width: 100%; } /* in top-bar */
	
	#top-bar {
	padding: 0; 
	margin-top: 0; 
	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: 3px;
}
	
	#top-bar a:hover {
	background-color: #3c3c64; }

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

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

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

	#title1 {
    color: #ffff00;
	font-weight: bold;
	font-size: 14px; /* 14px/16px = .875em */ }
	
	#back-next {
	margin:0 auto;
	padding-bottom:20px;
	font-size:16px;
	font-weight:500;
	color:#000080;
	}
	
	.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-bottom:1em;
	font-size:20px; /* 20px/16px = 1.25em */
	line-height:1.5em;
	}
	h2 {
	margin-bottom:1.2em;
	font-size:18px; /* 18px/16px = 1.125em */
	line-height:1.4em;
	}
	h3 {
	margin-bottom:1em;
	font-size:16px; /* 16px/16px = 1em */
	line-height:1.3em;
	}
	h4 {
	font-size:16px; /* 16px/16px = 1em */
	}
	
	.footer {
	padding-top:24px;
	margin:0 auto;				
	font-size:100%; /* Reduce the font size */
	font-weight:500;
	}
}
@media all and (max-width: 1280px) and (min-width: 1024px) {
/* narrow the div */
    .white-page {
	margin:0 auto;
	width:75%;
	padding-left:20px;
	padding-right:20px;
}
/* widen the wrapper */
	#wrapper { /* total */
	width: 95%; 
}
	.res-image {
	max-width:100%;
	height:auto;
	}
}
@media all and (min-width: 1280px) {
	html {
	background-color:transparent;
	font-size:80%; /* 0.8em */ 	
}
	#background {
    left: 0%;
    margin-left: 0px;   /* 0% */
    margin-top: 2px;
    width: 95%;
	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 div */
    .white-page {
	margin:0 auto;
	width:75%;
	padding-left:60px;
	padding-right:60px;
	font-size:19px;
	color:#484848;
}
	.p-control {/* without margin control or other margins */
	font-family:"Times New Roman", libertine, Gautami, Cambria, Garamond, serif;
	font-size:19px;
	color:#243648; /* or #111111; #484848; #001224; #122436; #122448; #163248; #161632; */
	font-weight:normal;
	line-height:1.75em;
	text-align:justify;
	text-indent:20px;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	hyphens:auto;
}
	.margin-control {
	width:95%;
}
	.margin-control p {
	font-family:"Times New Roman", libertine, Gautami, Cambria, Garamond, serif;
	font-size:19px;
	color:#243648; /* or #111111; #484848; #001224; #122436; #122448; #163248; #161632; */
	font-weight:normal;
	line-height:1.8em;
	text-align:justify;
	text-indent:20px;
	margin-left:20px;
	margin-right:20px;
	margin-top:6px;
	margin-bottom:6px;
	hyphens:auto;
}
	.title h1 {	
	padding-left:5px;
	padding-right:5px;
	font-size:22px;
	line-height:150%;
	font-weight:400;
	text-align:center;
	color:#242424;
}
    .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;
}
/* narrow the wrapper */
	#wrapper { /* total */
	width: 90%;
	margin: 0 auto;
}   
 	.container { float: none; width: 90%; } 
	
	#top-bar { /* narrow the top-bar */
	width: 79%;
	position: fixed;
	margin-left: 8px;
}  
	#top-bar a {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 3px; 
}
/* the header to the center side of the screen */
	.container-top {
	width: 100%;
	position: relative;
}	
	#title1 {
	font-size: 22px; /* 22px/16px = 1.375em */ }
	
	#title2 {
	font-size: 18px; /* 18px/16px = 1.125em */ } 
	
/* =loading line / Scroll Indicator */ 
   .progressContainer {
    margin-left: 8px;
	width: 79%;
    height: 3px;
    background: #000;	}
	
	h1 {
	margin-bottom:1em;
	font-size:24px; /* 24px/16px = 1.5em */
	line-height:1.4em;
}
	h2 {
	margin-bottom:1em;
	font-size:20px; /* 20px/16px = 1.25em */
	line-height:1.3em;
}
	h3 {
	margin-bottom:1.5em;
	font-size:18px; /* 18px/16px = 1.125em */
	line-height:1.2em;
}
	h4 {
	font-size:16px; /* 16px/16px = 1em */
}
	h5 {
	font-size:16px; /* 16px/16px = 1em */
}
	h6 {
	font-size:15px; /* 15px/16px */
}
}
@media screen and (max-width: 480px) {
#background { display:none; }
html 	{ 
	margin:0;
	padding:0; } 
body {
	width:99%;
	margin:0 auto;
	background-image:url("../shared/bg-page-1024.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:cover;
	background-color:#aabbcc;
} 
.heading {
	font-size:18px;
	color:#800000;
	margin:0 auto;
	line-height:1.3em;
	margin-top:3px;
	margin-bottom:3px;
	padding-bottom:5px;
}
.description {
	font-size:18px; 
	font-weight:normal;
	text-align:justify;
	color:#242424;
	margin:0 3px;
	line-height:1.4em;
	padding-bottom:20px;
}
.title h1 {	
	padding-left:5px;
	padding-right:5px;
	font-size:18px;
	line-height:150%;
	font-weight:400;
	text-align:center;
	color:#242424;
}
#wrapper { /* total */
	background-color:transparent;
	margin:0 auto;
	width:100%;
	margin-top:3px;
	margin-bottom:3px; }
.title {	
	background-color:#ffffff;
	margin:0 auto;
	width:99%;
	border:0; }
.white-page {
	font-size:16px;
	margin:0 auto;
	width:99%;
	padding-left:2px;
	padding-right:2px; 
	padding-top:68px;
}
.margin-control {	
	width:99%; 
	background-color:#ffffff; 
	padding-bottom:0; 
	padding-top:0; 
	margin-left:0; 
	margin-right:0; }
.margin-control p {
	font-family:Arial, Tahoma, Roboto, sans-serif;
	font-size:14px; 
	color:#111111; 
	font-weight:normal;
	line-height:1.6em;
	margin-left:10px;
	margin-right:10px;
	margin-top:6px;
	margin-bottom:6px; }
.p-control {/* without margin control */
	font-family:Arial, Tahoma, Roboto, sans-serif;
	font-size:14px;
	line-height:1.6em;
	text-align:justify;
	text-indent:3px;
	margin-left:5px; 
	margin-right:5px;
	margin-top:6px;
	margin-bottom:6px;
	hyphens:auto; }
.p-control-in {
	font-family:Arial, Tahoma, Calibri, sans-serif;
	font-size:14px;
	color:#111111; 
	line-height:1.5em;
	text-align:justify;
	text-indent:3px;
	margin-left:5px;
	margin-right:5px;
	margin-top:6px;
	margin-bottom:6px; }
.fields {
	width:99%;
	margin-top:10px;
	margin-bottom:10px;
	background-color:transparent;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:10px;
	font-size:15px;
}
#back-next {
	margin:0 auto;
	width:40%;
	padding-bottom:10px;
	font-size:16px;
	font-weight:600;
	color:#000080; }
.cosmo-txt  {
	padding:2px;
	background:#ffffff;
	margin:0 auto;
	width:99%;
	padding-left:0;
	padding-right:0;
	font-size:14px; 
	line-height:150%;
	font-weight:normal;
	text-align:justify;
	color:#000066; }
.container-bottom {
	display:none;
}
.bottom-common-msg {
	display:none;
}
.bottom-common-msg2 {
	display:none;
}
.footer {
	width:100%;
}
.root {
	display:none;
}
.copyright {
	letter-spacing:0;
}
.requirement {
	background:#ffffff;	
}
.res-image {
	width:100%;
	height:auto;
}
img { border:0; width:50px; height:auto; }
table { border-collapse:0; }
tr, th { 
	margin:0;
	padding:0;
	border:0;
	line-height:0.75;
}
td { line-height:0.9 }
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:1.2em;
	margin-bottom:1.2em;
	font-size:18px; 
	line-height:1.4em; }
h3 {
	margin-top:1em;
	margin-bottom:1em;
	font-size:17px; 
	line-height:1.3em; }
h4 {
	font-size:16px; }
}
@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) {
}
