/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html, body {
	height: 100%;
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
	padding: 5px;
	height: 337px;
	background: #E8E8E8;
	border: 1px solid #C7C7C7;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.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 Styles */

footer {
	border-top: 6px solid;
	color: #F9F4F4;
}
footer ul {
	padding: 0px 0 0 15px;
}
footer li {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.16);
	padding: 4px 0px;
}
footer li:last-child {
	border: none;
}
footer .copywrite {
	border-top: 1px solid;
	color: #f9fcf9;
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
}
.copywrite a {
	color: #FF5F3B;
}
footer h3 {
	color: #ff5f3b;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 7px;
}
.divider {
	width: 100%;
	min-height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
}
.divider-strip {
	min-height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	border-bottom: 1px solid rgba(0, 112, 169, 1)
}
.divider-strip h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: 1px 0 2px rgb(0, 93, 97)
}
.divider-post {
	width: 100%;
	min-height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
	display: inline-block;
	position: relative;
	border-bottom: 1px #e3e3e8 solid;
}
.strip-block {
	width: 30px;
	height: 1px;
	background: #BDD7E4;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.block-title {
	width: 100%;
}
footer a {
	color: #fff;
}
footer p {
	color: #fff;
}
footer a:hover {
	text-decoration: none;
}
footer li {
	list-style: none;
}
footer li span {
	padding-right: 10px;
}
address {
	padding-top:5px;
}

/* Responsive Styles */

@media(max-width:991px) {
.customer-img, .img-related {
	margin-bottom: 30px;
}
}
 @media(max-width:767px) {
.img-portfolio {
	margin-bottom: 15px;
}
header.carousel .carousel {
	height: 70%;
}
}
