/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}
/*GALAERA*//**/
body.login {
	/*background: #072247;*/
	/*background: #000000;*/
	background: #051730;
}
body.login #login_wrapper legend {
	width: 100%;
	background: #072247;
	/*color: #072247;*/
	color: #FFFFFF;
	/*text-shadow: 1px 1px #FFFFFF;*/
	
	/*opacity: 0;*/
	padding: 3px 14px;
	
}
#galaera_eolo {
	position: fixed;
	z-index: -100;
	right: 0;
	bottom: 0;
	/*min-width: 100%;*/
	width: 100vw;
	/*min-height: 100%;*/
	height: 100vh;
}


@media (max-width: 991px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 110px;
	}
}
@media (max-width: 767px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 130px;
	}
}
.footer {
	font-size: 80%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #072247;
}
@media (max-width: 991px) {
	.footer {
		height: 108px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 0.875rem;
	}
	.footer {
		height: 126px;
	}
}
.footer .disclaimer {
	display: inline-block;
	padding: 7px 0px 0px 0px;
	
	color: #FFFFFF;
}
.footer .footNote {
	/*display: inline-block;*/
	display: block;
	padding: 3px 0px 7px 0px;
}
