.header-top, .header-bottom {
    background: #275871;
}
.navbar-default {
    background-color: #275871;
    border-color: #275871;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #D31E02;
}
.nav-tabs {
    background: #275871;
}
.nav-tabs>li.active>a {
    color: rgba(0,0,0,0.8) !important;
    background-color: #ddd !important;
}
.module>header {
    border-left: 4px solid #D31E02;
    border-top:0 !important;
    border-bottom:0 !important;
    background-color: #275871 !important;
}
.module>header>h1 a, .module>header>h2 a, .module>header>h3 a, .module>header>h4 a, .module>header>h5 a, .module>header>h6 a {
    color: #fff !important;
    font-size: 20px !important;
    padding-left: 15px !important;
}
header a {
    text-decoration:none;
    /*color:#fff !important;*/
    margin-right:5px !important;
}

.module>header>h1, .module>header>h2, .module>header>h3, .module>header>h4, .module>header>h5, .module>header>h6 {
    display: block;
    padding: 16px 0 16px 15px !important;
    color: #fff !important;
    margin: 0 auto;
    font-weight: 600 !important;
    position: relative;
    float: left;
}

.to-top {
    background: #275871 !important;
}

.pfm-news-a {
    padding:0;
}
.pfm-news-a h4 {
    margin:5px 0 15px 0;
}
.pfm-news-a h4 a {
    font-size:21px;
    font-weight:700;
    color:#00791A;
    text-decoration:none;
}
.pfm-news-a h4 a:hover {
    color:#FF0000;
}
.news-detail-it img {
    float:left;
    max-width:30%;
    margin:7px 15px 0 0;
}
.news-detail-it p {
    font-size:16px;
    font-weight:normal;
    line-height:29px;
    color:#000;
}

#site-footer {
    background: #275871 !important;
}

.footer-top {
    background: #275871 !important;
}