
/* Begin CSS */

.panel-body p {
	color: #fff;
}

.c-background--model, .c-background--model-fade {
	display: block;
	position: relative;
}

.c-background--model:before {
	content: "";
	background: url('../_img/premium-es-facelift/model.png') top left no-repeat scroll;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .5;
}

.c-background--model-fade:before {
	content: "";
	background: url('../_img/premium-es-facelift/model.png') top left no-repeat scroll;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .2;
}

.carousel-inner {
	min-height: 370px;
}

@media (min-width: 768px) {
	.carousel-inner {
		min-height: 250px;
	}
}

@media (min-width: 1024px) {
	.c-background--model:before {
		content: "";
		background: url('../_img/premium-es-facelift/model.png') top left no-repeat fixed;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		opacity: .9;
	}

	.c-background--model-fade:before {
		content: "";
		background: url('../_img/premium-es-facelift/model.png') top left no-repeat fixed;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		opacity: .4;
	}
}
