/*!
 * 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. */
}

body {
    font-family: "Century Gothic","Arial","Source Sans Pro","Helvetica Neue",Helvetica,sans-serif;
}

.navbar-default {
	padding-top:10px;
	background-color: #fcb018;

}

.navbar-default .navbar-nav {
	float: none;
	display: inline-block;
}

.navbar-default .navbar-header {
	margin-left:8.3333% !important;
}

.navbar-inner { 
	background-color: #fcb018;
}


.navbar ul{
	/*
	padding-top:10px;
	padding-left:250px;
	*/
	padding-left:100px;
	font-size:140%;
	color:#ffffff;
}
.navbar ul ul {
	padding-left:0px;
	font-size:100%;
}



/*
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
*/

/*
.navbar-default {
	background-color: #425056;
	border-color: #6f6544;
}
.navbar-default .navbar-brand {
	color: #ffa701;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #ffa701;
}
.navbar-default .navbar-text {
	color: #ffa701;
}

.navbar-default .navbar-header {
	margin-left:8.3333% !important;
}

.navbar-default .navbar-nav > li > a {
	color: #ffa701;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #ffa701;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffa701;
	background-color: #6f6544;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #ffa701;
	background-color: #6f6544;
}
.navbar-default .navbar-toggle {
	border-color: #6f6544;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #6f6544;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffa701;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #ffa701;
}
.navbar-default .navbar-link {
	color: #ffa701;
}
.navbar-default .navbar-link:hover {
	color: #ffa701;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #ffa701;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #ffa701;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #ffa701;
		background-color: #6f6544;
	}
}
*/



.portfolio {
    padding: 50px 0;
	background-color: #fcb018;
    margin-bottom: 30px;
    margin-top: 30px;
}

.portfolio-item {
    margin-bottom: 30px;
    font-size: 115%;
}

.img-portfolio {
    margin: 0 auto;
	background-color: #fcb018;
}

.img-portfolio:hover {
    opacity: 0.8;
}

.panel .panel-heading {
	background-color: #fcb018;
}

.panel .panel-body {
    font-size: 115%;
}

/*
.img-portfolio {
    margin-bottom: 30px;
	background-color: #fcb018;
}

.img-hover:hover {
    opacity: 0.8;
}
*/

/* Callout */

.callout {
    display: table;
    width: 100%;
    height: 400px;
    color: #fff;
    /*background: url(../img/callout.jpg) no-repeat center center scroll;*/
	/*
    background: url(../img/5.jpg) no-repeat center center scroll;
	*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	background-color: #fcb018;
    -o-background-size: cover;
    margin-bottom: 30px;
    margin-top: 30px;
}
/* Home Page Carousel */

/* Services */
.services {
    padding: 50px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.service-item {
    margin-bottom: 30px;
}

/* Products */

.products {
    padding: 50px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.product-item {
    margin-bottom: 30px;
}

header.carousel {
	margin-top: 80px;
    height: 30%;
	width:100%;
	/*max-height: 200px !important;*/
}

/*Hide the carousel on small screens*/
@media (max-width: 767px) {
	#myCarousel {
		display:none;
	}
	.small-screen-hide {
		display:none;
	}
}

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-caption {
	/*
	background-color: #fcb018;
	color: #ffffff;
	*/
	left: 30%;
	width: 40%;
	background-color: #425056;
	color: #ffa701;
	opacity:0.8;
}

.bg-primary {
	color: #ffffff;
	background-color: #fcb018;
}
.badge-cheetal {
	background-color: #fcb018;
	color: #ffffff;
}

/* 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;
}

/* 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%;
    }
}
