/*!
 * 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%;
    background-color:#fff;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

a {
    color: #117301;
}
.breadcrumb {
    background-color: rgba(162, 179, 2, 0.16);
}
body.footer_bottom div#wrap {
	min-height:100%;
	height:auto !important;
	height:100%;
	/* Negative indent: footer height+1 */
	margin:0 auto -60px;
}
/* Fixed height of footer */
body.footer_bottom div#push,
body.footer_bottom footer#footer {
	height:60px;
}
body.footer_bottom footer#footer {
	margin-top:0; margin-bottom:0;
	border-top:1px solid #ccc;
	background-color: #eee;
	background:linear-gradient(180deg, #ddd, #eee, #fff);
}
div.container-fluid {
	padding-left:0px;
	padding-right:0px;
}
body.footer_bottom footer#footer div.container,
body.footer_bottom footer#footer div.container-fluid {
	padding-top:8px;
	padding-bottom:8px;
}

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

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

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

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 {
    margin: 50px 0;
}
#barcheslider {
	overflow: hidden;
	max-height: 240px;
	min-height: 240px;
}

/* 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%;
    }
    #barcheslider {
    	overflow: hidden;
		max-height: 160px;
		min-height: 160px;
	}
}

/* Centratura logo navbar */
.navbar a.navbar-brand img {
	margin-top:-8px;
	height:38px;
}
.navbar-inverse {
	
}
.panel-body {
	min-height: 310px;
}
.panel-default {
    background-color: #dcf7d7;
    border-color: #5e9d50;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #8bc050;
    border-color: #5e9d50;
    min-height: 77px;
}
.breadcrumb {
    background-color: rgba(139, 192, 80, 0.16);
}