.olhs-footer-container {
	margin-top: 20px;
	background-color: #323232;
	padding: 20px 60px 30px;
}

.olhs-footer-title {
	font-size: 14px;
	font-weight: bold;
	color: #e8e8e8;	
	padding: 20px 20px;
}

.olhs-footer-list-title {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #e8e8e8;	
	padding: 0 0 20px 20px;
	border-bottom: 2px solid #322332;
	margin-bottom: 10px;
}

.olhs-footer-list li {
	padding-bottom: 10px;
	color: #CDCDCD;
}

.olhs-footer-list a {
	font-size: 13px;
	font-weight: bold;
	color: #CDCDCD;
}

.olhs-footer-list a:hover {
	color: #CDCDCD !important;
	text-decoration: underline;
}

@media(max-width:991px) {

	.olhs-footer-container {
		margin-top: 0;
		padding: 0;
	}
	
	.olhs-footer-title {
		padding: 15px 0px;
	}
	
	.padded {
		padding-left: 20px;
	}
	
	#olhs-footer-control {
		color: #FFF;
		text-decoration: none;
		outline-style: none;
	}

	#olhs-footer-control:hover, #olhs-footer-control:active, #olhs-footer-control:visited {
		color: #FFF !important;
		text-decoration: none;
		outline-style: none;
	}

}