/*.carousel-inner > .item > img {
    margin: 0 auto;
    margin-top: 30px;
}*/

.carousel{

  width:85%;
  text-align: center;
  margin: 0px auto;
  height: 300px !important;
}

.carousel-indicators li {
    background: rgb(230,230,230);
    border-radius: 0;
}

.carousel-caption {
    color:  white; //rgb(42,62,148);
    /*background-color: white;*/
    right: 10%;
    text-align: center;
    max-width: 500px;
    left: auto;
    /*top: auto;*/
    top: 52%;
    transform: translateY(-50%);
    bottom: initial;
}

.carousel-indicators .active {
    background: rgb(42,62,148);
}

.navbar-custom {
  background-color: rgb(42,62,148);
  border-color: rgb(42,62,148);
  border-radius:0;
}

/*.navbar-custom .navbar-nav > li > a {
  	color:#ffffff;
  	padding-left:20px;
  	padding-right:20px;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    text-decoration: none;
    background-color:rgba(240,240,240, 0.2);
}

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:rgba(240,240,240, 0.2);
}
*/
.navbar-custom .navbar-brand {
  	color:#FFFFFF;
}
.navbar-custom .navbar-toggle {
  	background-color:#ffffff;
}
.navbar-custom .icon-bar {

  	background-color: rgb(42,62,148);
}

.navbar-custom .navbar-nav > li > a {
  	color:#ffffff;
  	padding-left:20px;
  	padding-right:20px;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 35px;
}

.navbar-custom .navbar-nav > .active,
.navbar-custom .navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    text-decoration: none;
    background-color: rgba(255,255,255, 0.5);
    color: black;
    font-weight: bold;
}

.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
    color: #FFFFFF;
    background-color: rgba(240,240,240, 0.2);
}

.navbar-custom .navbar-nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:rgba(240,240,240, 0.2);
}



.navbar-custom .navbar-brand {
  	/*color:#FFFFFF;*/
}
.navbar-custom .navbar-toggle {
  	background-color:#ffffff;
}
.navbar-custom .icon-bar {
  	background-color: rgb(42,62,148);
}

.custom-btn, .btn:focus, .btn:active:focus, .btn.active:focus {
    background: rgb(42,62,148);
    border-color: rgb(42,62,148);
    color: #ffffff;
}
.custom-btn:hover {
  border-color: rgb(197,103,18);
  background-color: rgb(197,103,18);
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color:white;
  background-color:rgb(42,62,148);
  }


.inner{
    position:relative;
    top:0px;
}
.outer{
    overflow:hidden;
}