.t3-header {
	padding-top: 0;
	padding-bottom: 0;
}
.t3-wrapper {
	background-color: #454445;
}
.home {
	background-color: #fff;
}
.logo-text {
	margin-top: 5px;
}
.logo-text a {
	background: url(/images/ap15/aluparts-logo-v2.png) no-repeat center center;
	background-size: 100% 120px;
	min-height: 120px;
	display: block;
	text-indent: -9999px;
}
@media (max-width: 768px) { /* Telefonon */
	.logo-text a { /* ~kisebb kép */
		background-size: 100% 80px;
		min-height: 80px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { /* Retinán */
	.logo-text a {
		background-image: url(/images/ap15/aluparts-logo-v2.png);
	}
}

/* Footer */
#t3-footer {
	font-size: 12px;
}
#t3-footer .module-title  {
	font-size: 14px;
}
#t3-footer .nav > li > a {
    padding: 0 10px;
    margin-left: -10px;
}
#t3-footer .nav-pills > li.active > a,
#t3-footer .nav-pills > li.active > a:hover,
#t3-footer .nav-pills > li.active > a:focus {
    background-color: #eee;
}

/* Content Fix */
@media (max-width: 768px) {
	img.pull-right { float: none !important;}
}