html {
	height: 100%;
}
body {
	height: 100%;
}
body {
	padding-top: 50px;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
header.carousel {
	height: 350px;
}
header.carousel .item {
	height: 100%;
}
header.carousel .active.item {
	height: 100%;
}
header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	background-position: center; width: 100%; height: 100%; background-size: cover;
}
.error-404 {
	font-size: 100px;
}
.price {
	line-height: 50px; font-size: 50px; display: block;
}
.price sup {
	left: 2px; top: -20px; font-size: 20px;
}
.period {
	font-style: italic; display: block;
}
footer {
	margin: 20px 0px;
}
@media all and (max-width:991px)
{
.customer-img {
	margin-bottom: 30px;
}
.img-related {
	margin-bottom: 30px;
}
}
@media all and (max-width:767px)
{
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
}
