h1,
.h1 {
    font-size: 30px;
}
h2,
.h2 {
    font-size: 26px;
}
h3,
.h3 {
    font-size: 22px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
.dropdown-menu{
    border-radius: 0;
}

.navbar-inverse {
    background-color: #026494;
    border-color: #ffffff;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: #535252;
}
.navbar-inverse .navbar-text {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #535252;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #04577f;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #535252;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;

}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #d9d9d9;
}
@media (min-width: 768px) {

    .carousel {
        height: 270px;
    }
}
@media (min-width: 992px) {
    .carousel {
        height: 320px;
    }
}
@media (min-width: 1200px) {
    .carousel {
        height: 320px;
    }
}
.carousel-indicators {
    bottom: 5px;
}

.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -15%;
    text-align: right;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width:  auto;
    height: 100%;
    margin: 1px;
    text-indent: 0px;
    cursor: pointer;
    xbackground-color: #000 \9;
    background-color: #0370a4;
    border: 1px solid #fff;
    border-radius: 0px;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 12px;
}
.carousel-indicators .active {
    width: auto;
    height: 100%;
    margin: 0;
    background-color: #bc0401;
}
.pagination {
    border-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffffff;
    text-decoration: none;
    background-color: #0370a4;
    border: 1px solid #ffffff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #ffffff;
    background-color: #535252;
    border-color: #ffffff;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span{
    border-radius: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #bc0401;
    border-color: #ffffff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ffffff;
}
.alert {
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: bold;
}
.alert-warning {
    color: #ffffff;
    background-color: #fa7d18;

}
.alert-danger {
    color: #ffffff;
    background-color: #d61a1a;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #0370a4;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-heading {
    padding: 0;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}
.panel-default > .panel-heading {
    color: #ffffff;
    background-color: #0370a4;
    border-color: #ddd;
}
.form-group {
    margin-bottom: 8px;
}
