.container{
	width:100%;
}
.custom-white, .custom-white>small{
	color:#cccccc;
}
.panel-banner{
	height:70px;
	overflow:hidden;
}
.full{
padding:0px;
margin:0px;
background-color:black;
}

body { 
	padding:0px;
	
  background: url(../images/background.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-inner > .item > img {
    margin: 0 auto;
	padding: 0px;
}
.banner-vert{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232428+0,007aab+30,007aab+70,007aab+70,232428+100 */
background: #232428; /* Old browsers */
background: -moz-linear-gradient(top, #232428 0%, #007aab 30%, #007aab 70%, #007aab 70%, #232428 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #232428 0%,#007aab 30%,#007aab 70%,#007aab 70%,#232428 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #232428 0%,#007aab 30%,#007aab 70%,#007aab 70%,#232428 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232428', endColorstr='#232428',GradientType=0 ); /* IE6-9 */


}
#panel-about{
	
	
	
}
.banner {
	background: rgb(35,36,40);
    background: -moz-linear-gradient(left,rgba(35,36,40,1) 1%,rgba(0,122,171,1) 30%,rgba(0,122,171,1) 70%,rgba(35,36,40,1) 100%);
    background: -webkit-linear-gradient(left,rgba(35,36,40,1) 1%,rgba(0,122,171,1) 30%,rgba(0,122,171,1) 70%,rgba(35,36,40,1) 100%);
    background: linear-gradient(to right,rgba(35,36,40,1) 1%,rgba(0,122,171,1) 30%,rgba(0,122,171,1) 70%,rgba(35,36,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232428',endColorstr='#232428',GradientType=1);
	height:100px;
	
}
.navbar-banner {
 background-color:transparent;
 border:0;
}

.navbar-right .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
/*background-color:midnightblue;*/
border-radius:0px 0px 5px 5px;
margin:2px;
text-align:center;
color:#b0e0e6;
width:100px;
height:40px
}
.navbar-right .navbar-nav>li>a:hover{
	margin:2px;
text-align:center;
color:#b0e0e6;height:40px;
border-radius:0px 0px 5px 5px;
	
}
.bg-light{
background-color:midnightblue;
border-radius:0px 0px 20px 20px;
margin:2px;
text-align:center;
color:#b0e0e6;

width:100px;
height:40px
}