/*!
 * Start Bootstrap - Modern Business (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */

html,
body {
    height: 100%;
    background-color: #fbfefb;
}
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: top center;
    background-size: 40%;
    background-repeat: no-repeat;
    background-color: #fbfefb;
}
.carousel-caption{
    padding-bottom: 7px;
}
.carousel-caption h2{
    color: #333;
}
/* 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;
}
.row{
    margin: 10px 0
}

.well, .breadcrumb{
    background-color: #d4ebf8;
}

.panel-default>.panel-heading{
    background-color: #c6dbe7;
    border-color: #ddd;
}
.btn-default{
    background-color: #c6dbe7;
}
.navbar-inverse{
    background-color: #78aac7;
    border-color: #78aac7;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand{
    color: #fff;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background-color: #364d5a;
}


.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(120, 170, 199, .6);
    background-color: rgba(120, 170, 199, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(120, 170, 199, .5) 0%, rgba(120, 170, 199, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(120, 170, 199, .5) 0%, rgba(120, 170, 199, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(120, 170, 199, .5)), to(rgba(120, 170, 199, .0001)));
    background-image:         linear-gradient(to right, rgba(120, 170, 199, .5) 0%, rgba(120, 170, 199, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8078aac7', endColorstr='#0078aac7', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(120, 170, 199, .0001) 0%, rgba(120, 170, 199, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(120, 170, 199, .0001) 0%, rgba(120, 170, 199, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(120, 170, 199, .0001)), to(rgba(120, 170, 199, .5)));
    background-image:         linear-gradient(to right, rgba(120, 170, 199, .0001) 0%, rgba(120, 170, 199, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078aac7', endColorstr='#8078aac7', GradientType=1);
    background-repeat: repeat-x;
}
/* Footer Styles */

footer {
    margin: 50px 0;
}

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