

/*--------------------------------------------------------------
	Footer general
--------------------------------------------------------------*/

.main-footer {
	/*font-size: 14px;*/
}

.main-footer .section {
	padding-bottom: 0;
	padding-top: 40px !important;
}

.footer-logo {
	max-width: 300px;
	width: 100%;
	margin-bottom: 20px;
}

.main-footer h3 {
	text-transform: uppercase;
}

.main-footer ul {
	list-style: none;
}

.main-footer a,
.main-footer a:visited {
	color: #FFF !important;
}

.main-footer a:hover,
.main-footer a:active,
.main-footer a:focus {
	color: #FA6449 !important;
}

.dark .footer-logo-light {
	display: block;
}

.dark .footer-logo-dark {
	display: none;
}

.light .footer-logo-light {
	display: none;
}

.light .footer-logo-dark {
	display: block;
}

.credits {
	padding: 5px;
	text-align: center;
}

.main-footer a.credits,
.main-footer a.credits:visited {
	color: #FA6449 !important;
}

.main-footer a.credits:hover,
.main-footer a.credits:active,
.main-footer a.credits:focus {
	color: #FFF !important;
}