/*!
 * 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%;
}

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

.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;
}

.title{
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0.1% 1% 0.5% 1%;
    background-color: #f2f2f2;
    font-size: 18px;
}

footer{text-align: center;}

footer.p{ text-align: center;}

.logo_header{
        height: 34px; width: auto; margin: -7.5px 0 0 5px; float: left;
    }

.logo_footer{
    height: 54px; width: auto; margin: 0px 5px 0 5px; margin: auto;
}

@media (min-width: 768px){
    .logo_header{
        height: 44px; width: auto; margin: -7.5px 0 0 5px; float: left;
    }

    .navbar {
      min-height: 60px;
    }

    .navbar-right {
      float: right!important;
      margin-right: -15px;
      margin-top: 5px;
    }
}



/* 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 {
    width:100%;
    float:left;
    background-color: #222;
    margin: 50px 0 0 0;
    padding: 0;
}

.wrap {
    position:relative;
    margin:0 auto;
   /*replace 900px with your width*/
    width:96%;
    min-height: 150px;
    padding: 2% 2% 2% 2%;
    color: #fff;
}

#footer {
    
}
/* 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%;
    }
}

.heading{
    width: 100%;
    padding: 20px 0 0 30px;
    background-color: #004d00;
    color: #fff;
}

.heading > h3{
    padding-bottom: 40px;
}

.thumbnail_cont{
    margin: 15px 5px 0px 5px;
    border: 1px solid #d4d4d4;
    width: 90%;
    height: 90%;
    padding: 5%;
    min-height: 390px;
}

.thumbnail_cont p, .thumbnail_cont p.small{
    text-align: center;
}

.thumbnail_cont p.small{
    margin-top: 10px;
    font-size: 11px;
}


.spacer--m{
    height: 30px;
}