.navbar{
   background-color: black;
   padding: 0;
}
.navbar ul li a {
   float: none !important;
   font-size: 18px;
   font-weight: bold;
   line-height: 16px;
   min-height: 17px;
   text-decoration: none;
   text-transform: uppercase;
   text-align: center;
}
.navbar ul li {
   padding: 0 0px 0 1px;
   margin: 0px;
   float: left;
   background: url(../images/separator.gif) repeat-y 0px 0px;
   font-family: 'PT Sans Narrow', sans-serif;
   padding: 16px 0;
   width: 100%;
   border-right: 1px dotted rgb(90, 90, 90);
}
.navbar ul li.active {
   background-color: #42006c;
}

.navbar li:first-child {
   width: auto;
   padding: 13px;
}

.carousel-caption div div span {
    display: inline-block;
    background-color: black;
    height: 44px;
    padding: 0 37px 0 17px;
    color: #dedede;
}

.carousel-caption div div strong {
    display: inline-block;
    font-weight: normal;
    background-color: white;
    height: 44px;
    padding: 0 20px 0 17px;
    color: black;
}
.carousel-caption > div {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 1;
    width: 468px;
    height: 88px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 41px;
    line-height: 42px;
    text-transform: uppercase;
}
.carousel-caption {
    right: auto;
    left: 0;
    text-align: left;
}
.carousel-indicators li {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-left: 3px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .6s ease;

   -webkit-box-shadow: inset 1px 1px 1px 0px rgba(107,107,107,1);
   -moz-box-shadow: inset 1px 1px 1px 0px rgba(107,107,107,1);
   box-shadow: inset 1px 1px 1px 0px rgba(107,107,107,1);
}
.carousel-indicators li.active{
   background-color: red;
}
.menu{
   margin: 0;
   padding: 0;
}
.menu li{
   float: left;
   margin-right: 5px;
}
.menu li::after{
   content: " |";
}
.menu li:last-child::after{
   content: "";
}
.menu li img{
   display: none;
}

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