/*.•* - BANNER - *•.*/
.site-banner {
	background-image: url(../images/main-background.jpg);
/*	background-image: url(/header.jpg);*/
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.site-banner .magic-breadcrumbs {
	color: rgba(255, 255, 255, 0.5);
}
.site-banner .magic-breadcrumbs a {
	color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width:1024px) {
	.site-banner {
		height: 463px;
	}
}