.tag-primary, .badge-primary, .bg-primary {
    background-color: #cc0000 !important;
}

.bg-op-9.bg-primary {
    background-color: #cc0000 !important;
}

.services-header {
    min-height: 350px;
    background-image: url(https://houseofrentals.net/uploads/images/hk.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 40px;
}

.services-header .primary-dark-div {
    min-height: 350px;
    padding: 50px 0;
}

.primary-dark-div {
    height: 100%;
}

@media (min-width: 990px)
.primary-dark-div {
    height: 100%;
    padding-top: 80px!important;
}

.primary-dark-div {
    background-color: rgba(82, 0, 0, 0.5);
}

.service-header-text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    color: #fff;
    max-width: 100%;
}

.service-header-text h1 {
    color: #FFF6A7;
}
.animation-delay-2 {
    animation-delay: .2s !important;
}

.services-header-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.services-header-list li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
    font-family: "Lato", "Open Sans", sans-serif;
    font-weight: 300;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 5px #000, inset 0 0 2px rgba(255, 255, 255, 0.65);
    border: solid 1px rgba(255, 255, 255, 0.4);
    padding: 15px;
    margin: 15px 0;
    transition: all .25s ease;
}


#highlighted {
    background-color: none;
    border-bottom: none;
    border-top: none;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    color: #1b1b1b;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
      margin: 20px 0 17px 0;
}

#content-below a {
    color: #fff;
}