body {
    background-color: #fff;
    font-family: "Open Sans";
    line-height: 1.8em;
    font-family: 15px;
    color: #5d5d5d;
}

.margin-btm {
    margin-bottom: 20px;
}

a:hover, a:focus {
    text-decoration: none;
}

/* ##### NAVBAR CSS ##### */
.navbar {
    min-height: 80px;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar-brand {
    height: auto;
}

.navbar-nav {
    padding-top: 15px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #a8090d;
}

.navbar-default .navbar-nav > li > a {
    color: #06114f;
    font-size: 14px;
    font-family: "Open Sans";
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #a8090d;
}

.navbar-toggle {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .navbar-nav {
        padding-top: 0;
    }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #a8090d;
}

.dropdown-menu > li > a {
    color: #777;
    font-size: 12px;
    font-family: "Open Sans";
    font-weight: 600;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #333;
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-nav {
        padding-top: 0;
    }
}

/* #### SLIDER CSS ##### */
.slider-container {
    /*max-height: 400px;*/
    background-color: #cddcf0;
    /*width: 100%;*/
    margin: 0 0 20px 0;
    border-bottom: 10px solid #c8050e;
}


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

.carousel-indicators {
    /*width: 150%;*/
    bottom: 0;
}

/* #### HOME CONTENT CSS #####*/
.panel-home {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 0;
}

.home-title {
    border-bottom: 1px solid #d9d9d9;
    color: #2d2f62;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
}

.home-notice {
    padding-left: 15px;
    list-style-type: none;
}

.home-notice li {
    text-indent: -1.3em;
}

.home-notice li a {
    color: #0d1061;
}

.home-notice li:before {
    content: "\f138";
    font-family: FontAwesome;
    color: #ff9297;
    margin-right: 7px;   
}

.home-notice li a:hover,
.home-notice li a:focus {
    color: #858585;
}

/* #### HOME HIGHLIGHTS CSS #### */
.home-highlights h5 {
    color: #c8050e;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.home-highlights p {
    text-align: center;
}

/* #### FOOTER CSS #### */
footer {
    border-top: 5px solid #222;
   /* margin-top: 20px;*/
}

.footer-menu h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #303030;
    margin-top: 25px;
}

.footer-menu ul {
    padding-left: 0;
}

.footer-menu ul li {
    line-height: 28px;
    list-style-type: none;
}

.footer-menu ul li a {
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
    color: #666;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:focus {
    text-decoration: none;
    color: #000;
}

.social-media li {
    display: inline-block;
    padding-right: 15px;
}

.social-media li i {
    font-size: 18px;
}

.margin-bottom img {
    margin-bottom: 20px;
}

.footer-bottom {
    background-color: #0550b7;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}

/* #### INNER PAGE 1 CSS #### */
header {
    background-color: #c8050e;
    margin-bottom: 20px;
   /* border-bottom: 5px solid #666;*/
}

.inner-page-header {
    /*background: #dfdfdf url(../images/inner-page-header1.png) no-repeat center right;*/
    /*min-height: 100px;*/
}

.inner-page-header h1 {
    float: left;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.inner-page-content {
    margin-bottom: 20px;
}

.inner-page-text {
    color: #333;
    text-align: justify;
}

.inner-page-content img {
    margin-bottom: 20px;
}