HTML, BODY
{
	height: 100%;
}
body {
  padding-top: 50px;
}

.navbar-brand
{
	color: #CCC !important;
}

.login-li .popover
{
	max-width: 400px;
	width: 350px;
	background-color: #EFEFEF;
}

.login-lostpw
{
	text-align: center;
	border-top: 1px solid #DDD;
	padding-top: 8px;
}

.splash
{
	width: 100%;
	height: 100%;
	text-align: center;
	font: 0/0 a;
	background-size: cover;
	background-position: 50% 70%;
	margin-bottom: 0;
}

.splash:before
{
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.splash > .container
{
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	font: 14px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.login
{
	background-color: rgba(255, 255, 255, 0.7);
	display: inline-block;
	text-align: left;
	width: 50%;
}

.login > .panel-heading > .lost-pw
{
	float: right;
	font-size: 11px;
}

.login > .panel-heading > .lost-pw > A
{
	color: #FFF;
	text-decoration: underline;
}

.login > .panel-footer
{
	text-align: center;
	font-size: 12px;
}

.text
{
	text-align: justify;
	font-size: 13px;
}
.form-group > LABEL > .required
{
	font-weight: normal;
	font-size: 11px;
	padding-left: 0.5em;
}

.form-group > .text
{
	text-align: justify;
}

.jumbotron > .container > .bottom
{
	position: absolute;
	width: 1170px;
	bottom: 20px;
	text-align: justify;
	color: #FFF;
	text-shadow: 0px 0px 4px #000;
	background-color: rgba(255, 255, 255, 0.25);
	padding: 1em;
}

.jumbotron > .container > .bottom A
{
	color: #FFF;
}

@media (max-width: 1250px)
{
	.jumbotron > .container > .bottom
	{
		left: 15px;
		right: 15px;
		width: auto;
	}
}

@media (max-width: 768px)
{
	.login
	{
		width: 100%;
	}

	.jumbotron > .container
	{
		width: 100%;
	}
}

.maintenanceBox
{
	border: 1px solid #DDDDDD;
	background-color: #FFFFCC;
	padding: 5px;
	text-align: center;
	width: 400px;
	font-family: sans-serif;
	font-size: 14px;
}

.maintenanceBox H2
{
	margin-top: 5px;
	margin-bottom: 5px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer  {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #e82d2d;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

#footer .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 10px;
  transition: 0.5s;
  border: 2px solid #cc1616;
  background: #cc1616;
  color: #fff;
}
#footer .btn-get-started:focus {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 10px;
  transition: 0.5s;
  border: 2px solid #cc1616;
  background: #cc1616;
  color: #fff;
}
#footer .btn-get-started:active {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 5px 10px;
  transition: 0.5s;
  border: 2px solid #cc1616;
  background: #cc1616;
  color: #fff;
}
#footer .btn-get-started:hover {
  background: #e82d2d;
  border-color: #e82d2d;
  color: #fff;
}
@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}