body {padding-top: 80px;}
a {font-weight: bold;}
h1 {font-weight: 700;}
h2 {font-weight: 400;}

.container-fluid {
/*	padding-left: 30px;
	padding-right: 30px;*/
}

/***** 
	main nav bar styles 
*****/
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 5px;
	/*margin-left: 10px;*/
	margin-right: 10px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #ffffff 0, #ffffff 100%);
    background-image: -o-linear-gradient(top, #ffffff 0, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), to(#ffffff));
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.00);
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.00);
}

.navbar-default .navbar-nav > li >a {
	padding-top: 0px;
	border-top: 5px solid #ffffff;
	padding-bottom: 22px;
	margin-top: 30px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active > a {
	border-top: 5px solid #ffc600;
	padding-top: 0px;
	padding-bottom: 22px;
	margin-top: 30px;	
}




/***** navbar on mobile devices ***/
@media screen and (max-width: 767px) {
	
	body	{padding-top: 54px;}	
	
	.navbar-toggle {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 9px 10px;
		}
	
	.navbar-brand {
		padding-top:4px !important; 
		padding-bottom:0 !important;
		height: 54px;
	}
	
	div#navbar {background-color: #e6e7e9;}
	.navbar {min-height:54px !important;}	
	
	
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #e6e7e9 0, #e6e7e9 100%);
    background-image: -o-linear-gradient(top, #e6e7e9 0, #e6e7e9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e7e9), to(#e6e7e9));
    background-image: linear-gradient(to bottom, #e6e7e9 0, #e6e7e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e7e9', endColorstr='#e6e7e9', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,0.00);
    box-shadow: inset 0 3px 9px rgba(0,0,0,0.00);
}	
	
	.nav>li>a {
		position: relative;
		display: block;
		padding: 10px 5px;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.navbar-default .navbar-nav > li >a, .navbar-default .navbar-nav .dropdown-menu > li >a {
		border-top: 0px solid #ffffff;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-top: 0px;
	}	
	
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li.active > a {
		border-top: 0px solid #ffc600;
		padding-top: 0px;
		padding-bottom: 5px;
		margin-top: 0px;	
	}	
	
	 .navbar-default .navbar-nav, .dropdown-menu {
		 text-align: right;
	}
	
	
}

/*** breadcrumb styles ***/

div#breadcrumb-content {
	background-color: #e6e7e9;
	min-height: 40px;
}

.breadcrumb, div#breadcrumb-content .nav {
    
    
    list-style: none;
	padding: 8px 0px;
    border-radius: 0px;
	margin-bottom: 0px;

}

div#breadcrumb-content .nav>li {
    display: inline-block;
}

div#breadcrumb-content .nav>li>a {
    padding: 0px;
	margin-right: 0px;
}

div#breadcrumb-content .dropdown-menu {
	border-top: 5px solid #ffc600;
	margin-top: 0px;
	background-color: #e6e7e9;
	 border-radius: 0px;
}

.breadcrumbDropdown {
	display: inline-block;
	background-color: #ffc600;
	color: #fff;
	padding: 3px 5px;
	margin-left: 10px;
}

.breadcrumbDropdownSecondary {
	display: inline-block;
	background-color: #e6e7e9;
    /*background: rgba(68,68,68,.9);*/
	color: rgba(68,68,68,.9);
	padding: 3px 5px;
	margin-left: 10px;
}





.breadcrumb>li+li:before {
   /* content: "/\00a0";*/
     content:none;
    padding: 0 5px;
    color: #838386;
}

/*** carousel styles ***/

#myCarousel {margin-bottom: 30px;}

.carousel-caption a {
	color: #ffffff;
	font-weight: normal;
}

.carousel-caption a:hover,
.carousel-caption a:focus {color: #222222;}

.carousel-inner>.item {
	background-color: #838386;
	height: 290px;
   
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	display: block;
	line-height: 1;	
	/*max-width:none;*/ /* this makes image non-responsive */
        width: 100%;
        min-height: 290px;
	margin-left: auto;
	margin-right: auto;
}


.carousel-caption {
	top: 0px;
	bottom: auto;
	margin-top:0px;
	text-align:left;	
	left: 0px;
	right: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;	
	/*text-shadow: 0 1px 2px rgba(0,0,0,0.6);*/
	text-shadow: none;
}


@media (min-width: 768px) {
	.carousel-caption {width: 750px;}
}

@media (min-width: 992px) {
	.carousel-caption {width: 970px;}
}

@media (min-width: 1200px) {
	.carousel-caption {width: 1170px;}
}

.carousel-caption h1, .carousel-caption h2 {
	background-color: #ffc600;
	color: #ffffff;
	display: inline-block;
	background: rgba(255,198,0,.95);
	opacity: 1;
	padding:10px 15px;
	margin-top: 0px;
	margin-bottom: 10px;		
}


@media screen and (max-width: 767px) {
	.carousel-caption h1, .carousel-caption .h1 {font-size: 28px;}
	.carousel-caption h2, .carousel-caption .h2 {font-size: 24px;}
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 0px;
    border-bottom: 1px solid #fff;
}

.page-section {
	border-top: 5px solid #ffc600;
	margin-top: 0px;
	margin-bottom: 20px;
}

.page-section  h3 {
	padding:5px 0px;
	margin-top: 0px;
	margin-bottom: 20px;	
}


.product-section {
	border-top: 5px solid #ffc600;
	margin-top: 0px;
	margin-bottom: 20px;
}

.product-section  h3 {
	background-color: #ffc600;
	color: #ffffff;
	display: inline-block;
	background: rgba(255,198,0,1);
  	opacity: 1;
	padding:5px 15px;
	margin-top: 0px;
	margin-bottom: 20px;	

}

thead tr {
	background-color: #838386;
	color: #fff;
}

#footer {
	border-top: 4px solid #e6e7e9;
	padding: 10px;
}

.admin-list-nav {margin-top: 20px;}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #e6e7e9;
}


