html,
body {
    height: 100%;
}

body {
    padding-top: 50px;
	font-family:"Century Gothic", Arial, Cambria, "Times New Roman", Tahoma, serif, sans-serif
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity:0.8;
}

.error-404 {
    font-size: 100px;
}

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}


footer {
    margin: 50px 0;
}
.business-header {
    height: 300px;
    background:url(../images/epic-image.png) center right scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.tagline {
    text-shadow: 0 1px 1px #000;
    color:white;
	font-weight:550;
	text-align:left;
}

.Ita {
	font-style:italic
}

@media(max-width:991px) {
    .customer-img, .img-related{
        margin-bottom: 30px;
    }
}

@media(max-width:800px) {
	.business-header {
	height: 400px;
	background:url(../images/epic-image.png) left right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	}
	.tagline {
		font-size:11px;
		width:100%;
		text-align:left;
	}
}
.pop{
	background:url(../images/pop-back.png);
	color:white;
}