.center {
	text-align: center;
}

footer, #footerPush {
        min-height: 250px;
}

footer {
	float: left;
	font-size: 12px;
	width: 100%;
	color: #FFF !important;
	background: url('/assets/images/footerBG.jpg') no-repeat;
	background-size: cover;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
}

footer #footerInner {
	margin: 0 auto;
	padding: 25px 10px 10px;
	max-width: 1024px;
}
#footerInner hr{
	display:none;
}

footer #disclaimer {
	font-size: 10px;
	padding: 10px;
}

footer #copyright {
	padding: 10px;
}

footer a {
        color: #FFF;
		text-decoration: underline !important;
}

footer a:hover{
	color: #FFF !important;
}

footer #footerLinks{
	display: inline-block;
	min-width: 50px;
	padding-left: 15px;
}

footer p {
	font-size: 11px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 5px 0;
}


/* Responsive Styles for smaller screens */

@media (max-width: 1366px) {

footer, #footerPush {
	height: auto;
}

footer #footerInner {
	width: 100%;
}

#footerLinks {
	padding: 0;
}

#footerLinks a {
	font-size: 10px;
	margin-top: 10px;
}
}

@media (max-width: 900px){
	footer{
		bottom: 0;
		width: auto;
		min-width: 1px;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		line-height: 1.618;
	}
	#footerInner{
		margin-bottom: 20px !important;
		width: 95%;
		max-width: 100% !important;
	}
	
	#disclaimer{
		margin: 0 auto;
		width: 85% !important;
	}
	
	footer p{
		width: 100%;
		font-size: 15px !important;
	}

	.fadeInRight1{
		font-size: 30px;
		line-height: 2;
	}
	.fadeInRight2, .fadeInRight3{
		margin: 0 auto;
		font-size: 25px !important;
		line-height: 1.5;
	}

}

@media screen and (max-width: 410px){
	footer p{
		width: 100%;
		font-size: 13px !important;
	}
	.fadeInRight2, .fadeInRight3{
		margin: 0 auto;
		font-size: 13px !important;
		line-height: 1.5;
	}
}