.navbar-fixed-padding { padding-top: 40px; }

.nav-justified > li > a {
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
}
.nav-justified > li:first-child > a {/* height: 100%; */}
.nav-justified > li:last-child > a {
}

[class*="col-"] {
      padding-left: 7px;
      padding-right: 7px;
}




.breadcrumb { background-color: transparent !important;  }
.breadcrumb {
  margin-top: 5px;  
  margin-bottom: 10px;
}
.breadcrumb a { color: #cc6; }	
.breadcrumb>li+li:before { color: rgba(204, 204, 204, 1); content: "\232A\00a0";}
.breadcrumb>li:last-child {	display: none; }



.carousel { margin-bottom: 20px;  }
.carousel .carousel-caption { 
    left: 0; right: 0; bottom: 0; 
    padding: 15px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5); 
    color: white;
    font-size: 1.2em;
}
.carousel .carousel-caption .lead a { 
    font-size: 1.3em;
    font-weight: bold;
    color: yellow;
}

.carousel-indicators {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    bottom: auto;
    z-index: 15;
    width: auto;
    height: auto;
    padding-left: 0;
    text-align: right;
    list-style: decimal;
}

.carousel-indicators .active {
	width: 20px;
	height: 20px;
    background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-control { width: 10%; }
.carousel-control.left,
.carousel-control.right {
  background: none;
  color: #eee;
  opacity: 1;
}
.carousel-control.left:hover,
.carousel-control.right:hover {
  color: #fff;
}

.carousel-control.left:hover {
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.0001)));
    background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right:hover {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.0001)),to(rgba(255,255,255,.5)));
    background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#80ffffff', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
  width: 100%; /* use this, or not */
  margin: auto;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  min-height: 360px;
}

@media (max-width: 980px) {
  .carousel,
  .carousel-inner,
  .carousel-inner .item {
    min-height: 260px;
  }
}



.carousel .carousel-inner .item {
  -webkit-transition: 1.5s ease-in all;
  transition: 1.5s ease-in all;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.carousel .carousel-inner .item,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  opacity: 0;
}
.carousel .carousel-inner .active,
.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right {
  opacity: 1;
}
.carousel .carousel-inner .next,
.carousel .carousel-inner .prev,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel .carousel-control {
  z-index: 2;
}





.panel { border: 0; }
.panel .panel-heading { border: 0; }
.panel .panel-footer { border: 0; }
