.navbar-static-top {border:0;}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width:100%;
}

.carousel-caption {
  right: 0;
  left: 0;
  padding-bottom: 0;
  text-align: left;
  padding:15px;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  font-size: 0.9em;
  line-height: 1.5em;
  color:#DDD;
  text-shadow:none;
}


.container {
	max-width:1260px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}


.modal-content {
	background:#000;
	box-shadow: none;
	border:0;
	border-radius:0;
}
.modal-content .image-container figure {
	width:100%;
	position: relative;
}
.modal-content .image-container figure img {
	width:100%;
}
.modal-content .image-container figure figcaption {
	background:rgba(0,0,01);
	width:100%;
	/*position: absolute;
	left:0;bottom:0;*/
	padding:5px 10px;
	color:#ddd;
	font-size:.9em;
}
.carousel-control {
	bottom:40px;
}
.carousel-control .glyphicon {
	position: absolute;
	top:50%;
	font-size:50px;
}
.carousel-control.left .glyphicon {
	left:5px;
}
.carousel-control.right .glyphicon {
	right:5px;
}
.modal-backdrop.in {
	opacity: 1;
}
.close {
	opacity: 1;
	text-shadow:none;
}

.input-group-btn.add-on {
	position: absolute;
	right:0;
	top:1px;
	z-index:2;
}

@media (min-width:1200px){
	.container{
		width: 1260px;
		max-width:1260px;

	}
} 