h1,
h2,
h3,
h4,
h5,
h6 {
    color: #16728F;
}

a {
    color: #16728F;
}
.header-animation .header-gradient { 
    background: #259193;
    background: rgba(37,145,147,.7);
}

.navbar-default .navbar-nav>li>a.button:hover { 
    background: #259193;
}

.content-section-b.advantages a:hover { color: #259193 }

.swiper-pagination-bullet-active {
    background-color: #16728F;
}


/* Footer */

footer .list-inline li { padding: 0 3px 0 3px }
footer .list-inline li a { 
    background-color: #16728F;
}

footer .list-inline li a:hover, footer .list-inline li a:focus { background: #259193; }

/* Generic */
.modal-header .close:hover, .modal-header .close:focus { color: #16728F }

.modal-body form input[type=text]       { border-color: #16728F }
.modal-body form input[type=text]:focus { border-color: #259193 }

.modal-body form select                 { 
    background-color: #16728F; 
}

form label.focus span       { background-color: #16728F; }

form label input[type=text]:focus  { border-color: #16728F }
form textarea:focus          { border-color: #16728F }

a.button, .button       { 
    background: #16728F;
}

.button:hover, .button:focus { 
    background: #259193 !important;
}

span.color { color: #16728F }

.navbar-toggle       { 
    background-color: #16728F;
}

.navbar-toggle:hover, .navbar-toggle:focus { background-color: #259193 !important }
