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

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 .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: 0px 0 !important;
}

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

/* Custom Styles  */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3.left, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 left{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 15px;
}

.row {
    margin-right: 0px;
    margin-left: 0px !important;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.img-portfolio {
    margin-bottom: 0px !important;
	border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.col-md-4, col-md-6 portfolio{
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.carousel {
    position: relative;
    margin-top: -50px;
}

.navbar-inverse {
    border-color: #080808;
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.panel-branding {
    height: 250px;
	background-image:url(../img/branding_box.jpg);
}

.panel-web-dev {
    height: 250px;
	background-image:url(../img/web_box.jpg);
}

.panel-signage {
    height: 250px;
	background-image:url(../img/printing_box.jpg);
}

.panel-sales {
    height: 250px;
	background-image:url(../img/cash_box.jpg);
}

.panel-footer {
    height: 250px;
	background-color: #212121;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	background-color: rgba(0, 0, 0, 0.8);
}

.panel-body {
    padding: 15px;
    color: #fff;
}

.navbar-brand {
    padding: 5px 15px !important;
}

.nav {
    font-size: 16px;
    text-transform: uppercase;
}

h2.banner {
	color: #CCC;
	font-size:25px;
	font-weight:normal;
	border: 1px solid #ccc;
    padding: 10px;
	background-color: rgba(0, 0, 0, 0.8);
}

a.footer {
    color: #ccc;
    text-decoration: none;
}

.panel-footer {
    padding: 0px 0px !important;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 0px solid #eee !important;
}

col-lg-12.header {
	border-bottom: 1px solid #ccc !important;
}

.btn-banner {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #ccc;
    border-radius: 0px;
    border: 1px solid #fff;
    font-size: 16px;
}

.btn-slider {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #ccc;
    border-radius: 0px;
    border: 1px solid #fff;
    font-size: 16px;
}

.glyphicon-main-header {
    top: 6px;
}