
*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}

/*  LA 2019.08.19 Portable */
@font-face {
	font-family: 'Cookie';
	src:  url('/common/fonts/cookie/Cookie-Regular.ttf');
	font-weight: normal;
	font-style: normal;
  }

/* In our demo, the footers are fixed to the bottom of the page */

footer{

	position: fixed;
	bottom: 0px;

/*
    display: block;
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    padding-right: 10px;
*/
}

@media (max-height:800px)
{
	footer
	{
		position: relative;
	}
}


.footer-distributed{
	/* background-color: #F5F0E9;	#ded6b9;  #292c2f;*/
	background-color: #eee;
	color: #999;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;

	text-align: left;
	font: bold 9px sans-serif;

	padding: 5px 5px;
	margin-top: 0px;

}

.footer-distributed .footer-logo,
.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer Logo */

.footer-distributed .footer-logo{
	width: 10%;
	display:inline-block;
}

.footer-distributed .footer-logo-image{
	float: left;
 	margin-top:  10px;
 	margin-left: 5px;
	display: inline-block;
	background: rgba( 30,144,255, 0.3) /* Green background with 30% opacity */
}

.footer-distributed .footer-logo-image img:hover {
	background: rgba( 70,130,180, 1) /* Green background with 30% opacity */

}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;
	margin-left: 5em;
}

/* The company logo */

.footer-distributed h3{
	color: #555;	/* #ffffff;*/
	font: normal 30px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #555;
/*	margin: 20px 0 12px;*/
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.0;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 25%;
}

.footer-distributed .footer-center i{
/*	background-color:  #33383b;
	color: #555;*/
	font-size: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	margin: 5px 5px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
/*	font-size: 17px;*/
	line-height: 25px;

}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #555;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:10px;
	line-height: 1;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #555;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

.footer-distributed .footer-icons{
	margin-top: 15px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	border-radius: 2px;

	font-size: 15px;
	color: #F05429;	/*#555;*/
	text-align: center;
	line-height: 25px;

	margin-right: 3px;
	margin-bottom: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 8px sans-serif;

	}

	.footer-distributed .footer-logo,
	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
