.footerWrapper {
	width: 100%;
	height: 260px;
	padding: 0;
	
	background-image: url("../images/templates/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 260px;
	
	overflow: hidden;
}
.footerWrapper:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
	.footer {
		width: 100%;
		max-width: 1170px;
		
		margin: 0 auto;
		padding: 20px 0 0 0;
		
		font-size: 10px;
		line-height: 10px;
		font-family: "Roboto", sans-serif;
	}
		.footer .footerNav {
			float: left;
			width: 100%;
			/* height: 150px; */
		}
			.footer .footerNav .row {
				padding-left:10px;
			}
			.footer .footerNav .footerList {
				width: 12%;
				min-width: 100px;
			}
			.footer .footerNav ul.footerMenu {
				float: left;
				/* width: 11%; */
				padding-left:10px;
				
				list-style-type: none;
			}
				.footer .footerNav ul.footerMenu li {
					margin: 0 0 4px 0;
					padding: 0;
				}
					.footer .footerNav ul.footerMenu li a {
						margin: 0;
						padding: 0;
						color: #ffffff;
					}
					.footer .footerNav ul.footerMenu li a:hover {
						color: #ff6600;
					}
					.footer .footerNav ul.footerMenu li.header a {
						color: #ff6600;
					}
					.footer .footerNav ul.footerMenu li.header a:hover {
						color: #ffffff;
					}
		.footer .footerInfo {
			float: left;
			clear: left;
			width: 100%;
			padding:0 20px;
		}
			.footer .footerInfo p {
				color: #ffffff;
				font-size: 12px;
			}
				.footer .footerInfo p a {
					color: #ff6600;
				}
			.footer .footerInfo p.copyright {
				margin-top: 20px;
			}
			.footer .footerInfo p.eo {
				margin-top: 20px;
			}
			
@media (max-width: 1050px) {
	.footerWrapper {
		height:90px;
		background-position:center -170px;
	}
	.footerNav {
		display:none;
	}
		
	.footer {
		padding-top:0;
	}
	.footer .footerInfo p {
		line-height:15px;
		margin-top:5px;
	}
	
}

@media (max-width: 600px) {
	.footer .footerInfo p.copyright, .footer .footerInfo p.eo {
		margin-top:10px;
	}
}