/*!
 * 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 */

.navbar {
	padding: 13px;
	background-color:white;
}

.navbar-toggle {
    background-color:#6681FE;	
	}
.icon-bar {
	background-color:#FFFBFB;
	}
 
 .nav-list {
	display: block;
	background-color: #6681FE;
	border:medium white;
	}

 .navbar li a:hover {
	 background-color: #051870;
	 color: white;
	 text-decoration: none;
	 }
	 
.navbar li a:active {
	
	}	 

.navbar li a:visited {
	
	}
	
		 		
html,
body {
    height: 100%;
	background-color: white;
    font-family: "Source Sans Pro" sans-serif;
}



body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.content{
	padding: 40px 15px;
    text-align: left;
	}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
	}
	
/* Services */

#services {
	background-color: #B1B1B1;
	}

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #2F64F3;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    background: url(../../images/software-decisions2.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.callouttwo {
    display: table;
    width: 100%;
    height: 20px;
    color: white;
	background-color: black;
	background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding: 50px 0;
}

.callouttwo ol a {
	color: white;
	}

.calloutthree {
    display: table;
    width: 100%;
    height: 100px;
    color: black;
	background-color: black;
	background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding: 50px 0;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Call to Action */

.call-to-action {
    padding: 100px 0;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #051870;
}

.call-to-action .btn {
    margin: 10px;
}
	
/* Home Page Carousel */

header.carousel {
    height: 155%;
}

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;
}

.carousel-indicators active{
	background-color: blue;
	}


/* 404 Page Styles */

.error-404 {
    font-size: 100px 0;
}

/* 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 {
	position:absolute;
	width:100%;
    margin: 50px 0;
	padding: 20px 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%;
    }
}