/*Version: 1.2*/
.headerImage {
	box-shadow: 0 1px 1px #aaaaaa;
	height: 50px !important;
}
.honImage {	
	max-width : 150Px;
}
#OuterFrame {
	min-height: calc(100% - 85px);
} 
.footer-section {
	position:relative;
	bottom:0;
	font-family: HoneywellSansWeb-Book;
	font-size: 14px;
    background-color: #303030;
    color: #dfdfdf!important;
    display: block;
	width: 100%;
	text-align: center;
	padding:5px 5px 0px 5px;
	margin-top: auto;
	height: 35px;
}
.footertxt-font {
	font-family: HoneywellSansWeb-Book;
	color:#dfdfdf!important;
}
.footer-ul {
	display: inline-flex;
	margin-bottom:0px;
}
.footer-li{
	list-style:none;
	margin-left:10px;
}
.footer-li-border{
	border-right:1px solid #fff;
	padding-right:10px;
}
.footertxt-left {
  text-align: left;
}
.footertxt-center {
	text-align: center;
}
.footertxt-right {
 text-align: right;
}
@media screen and (max-device-width : 767px), (max-width : 400px), (max-height : 400px)
{
	.footer-section {
		font-size: 12px;
		height: 90px;
	}
	.footer-ul {
		display: inline;
		padding: 0px;
	}
	.footer-li{
		list-style:none;
		margin-left:0px;
	}
	.footer-li-border{
		border-right:none;
		padding-right:0px;
	}
	#OuterFrame {
		min-height: calc(100% - 110px);
	} 
}
