/** FOOTER MAIN **/
.footer-main {
	padding: 40px 0px;
	background: #272E3E url(backgrounds/footer.png) no-repeat 50% 0%;
	color: #FFFFFF;
	text-align: center;
}

.footer-main .details .detailsType {
	display: inline-block;
	vertical-align: top;
	padding: 20px;
}

.footer-main .details .detailsType strong {
	display: block;
	font-size: 14px;
}

.footer-main .details .detailsType a {
	display: block;
	font-size: 20px;
}

@media screen and (max-width: 480px){
	.footer-main .details .detailsType a {
		font-size: 16px;
	}
}


/** FOOTER BASE **/
.footer-base {
	padding: 15px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	background: #141A29;
	color: #858B9B;
}

.footer-base .title-searchE {
	display: inline;
	font-size: 1em;
}

.footer-base .pp-com {
	display: block;
	margin: 10px 0px 0px 0px;
}

.footer-base a {
	color: #858B9B;
}

.footer-base a:hover {
	color: #CFDD2E;
}