

.background-menu {
    background-color: #f19101;
    border-color: #dc8b11;
}
.button.green {
    background-color: #f19101;
    border-color: #db880c;
}
.text-green {
    color: #1FBBA6 !important;
}
.nav-bottom.sticky {
    background-color: #f19101 !important;
    border-color: #db880c !important;
}
.post-title {
    background-color: #999; border-bottom: 3px solid #f19101;
}
.post-item {
    border-bottom: 3px solid #f19101;
}
.background-grey .rigatop {
    border-top: 10px solid #f19101;
}
.heading.heading-center.heading-home:after {
    border-top: 3px solid #db880c;
}
.background-footer {
    background-color: #666 !important;
}
.footer-map-site {
    background-color: #ccc !important;
}

input[type="radio"]:checked + label{
     background-color:#db880c; color:#fff;
}