/*!
 * Start Bootstrap - Logo Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body{
	
	/*background-color:#000000;*/
	background: URL(../images/bg.jpg) fixed;
	
	
	
}

.col-lg-12{
	/*background-color:#000000;*/
	padding:0px;
}
.navbar-header{
	/*background-color:#000000;
	*/
	background-color:#333;
}

.navbar-brand {
	width:310px;
	height:50px;
    padding:0px;
	
	margin-right:2px;
	margin-left:0px;

	border-right:2px solid gray;
	
}

.item img {
	width:100%;
	height:100%;
	border:0px solid red;
}
.item .container{
	margin:0px;
	padding:0px;
	border:1px solid blue;
}
.carousel-caption{
	top:0%;
	left:0%;
	padding:0px;
	margin:0px auto;
	width:100%;
	height:100%;
	border:1px solid black;
}

.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:1;
}
 
.carousel-control.left {
	z-index:10;
	width:62px;
	left:0px;
	background-image:url(../images/left.png) !important;
	background-repeat:no-repeat !important;
	border:0px solid red;
}

.carousel-control.right {
	right:0px;
	width:62px;
	z-index:10;
	background-image:url(../images/right.png) !important;
	background-repeat:no-repeat !important;
	border:0px solid red;
}
.carousel-control.right span{
	visibility:hidden !important;
}
.carousel-control.left span{
	visibility:hidden !important;
}

.carousel-caption h2 { 
	line-height:160%
}
.carousel-caption h2 span {
	background:#428BCA;
	padding:10px 20px;
	color:#fff;
	border-left:3px solid #fff;
}
p.caption {
	background:#fff;
	padding:6px;
	text-shadow:none;
	color:#428BCA;
}

.navbar-inverse{
	/*background-color:#FFFFFF;*/
	
}

