.service-hero p.lc-booking {
    margin-top: 40px;
}
.local-specials .container {
    padding: 10px 0 !important;
}
.service-hero h1, .service-hero p {
    text-shadow: none !important;
}
@media (max-width: 480px) {
    .service-hero h1 {
        margin-top: 15px;
    }
}

/* benefits */
.benefits .column {
    margin: 20px 0;
}
.benefits .media-object {
    width: 60px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
    .benefits .benefits-row .column {
        float: left;
        width: 50%;
    }
}
@media (min-width: 768px) {
    .benefits .media {
        height: 95px;
        padding-right: 20px;
    }
}
@media (min-width: 992px) {
    .benefits .column:nth-last-child(-n+3) {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .benefits .column {
        margin: 20px 0 0;
    }
}

/* service page styles */
.service-hero {
    background-position: 80% 25%;
}
.uphol-how-to .nav.nav-pills {
    display: flex;
    justify-content: space-around;
}
.uphol-how-to .nav > li > a {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: 200px;
    height: 140px;
    display: flex;
    font-size: 14px;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 10px solid transparent;
}
.uphol-how-to .wclf {
    background: url("/media/6100/wclf.png");
}
.uphol-how-to .pclf {
    background: url("/media/6108/pclf.png");
}
.uphol-how-to .sf {
    background: url("/media/6094/sf.png");
}
.uphol-how-to .nav-pills > li {
    z-index: 1;
} 
.uphol-how-to .nav-pills > li.active > a, .uphol-how-to .nav-pills > li.active > a:hover, .uphol-how-to .nav-pills > li.active > a:focus {
    background-color: transparent;
    border-bottom: 10px solid #004185;
}
.uphol-how-to .nav-pills > li.active > a:after, .uphol-how-to .nav-pills > li.active > a:hover:after, .uphol-how-to .nav-pills > li.active > a:focus:after {
    content: "";
    background: #004185;
    height: 33px;
    position: absolute;
    width: 30px;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    z-index: -1;
    transform: rotate(-224deg);
    transform-origin: 30% 50%;
}
.uphol-how-to h3 {
    margin: 25px 0;
}
.uphol-how-to .note {
    background: #fff;
    border-top: 2px solid #008FD5;
    color: #666;
    margin-top: 35px;
    padding: 10px;
}
.map-info .container {
    width: 100%;
}
@media (min-width: 768px) {
    .results-slider .owl-item .single-slide {
        margin: 10px;
        transition: .5s ease;
    }
    .results-slider .owl-item.center .single-slide {
        margin: 0;
        z-index: 1;
    }
}
@media (min-width: 992px) {
    .uphol-how-to .nav.nav-pills {
        width: 60%;
        margin: 0 auto;
    }
    .uphol-how-to h3 {
        margin-top: 0;
    }
    .uphol-how-to .plr-offset {
        padding-left: 2rem!important;
        padding-right: 2rem!important;
    }
    .plr-offset p {
        padding-right: 4rem;
    }
    .uphol-how-to {
        margin-top: 0;
    }
    .p-pr {
        padding-right: 4rem;
    }
    .map-info {
        height: 450px;
    }
    .map-info .col-md-offset {
        padding-top: 40px !important;
    }
}
@media (max-width: 991px) {
    .uphol-how-to .note {
        margin-top: 20px;
    }
    .bo {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .uphol-how-to .nav > li {
        width: 33.33%;
    }
    .uphol-how-to .nav > li > a {
        width: auto;
        height: 97px;
        padding: 5px;
    }
}
/* figures */
.card figure {
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.card figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}
.card figure figcaption {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.card figure figcaption::before, .card figure figcaption::after {
    pointer-events: none;
}
.card figure figcaption, .card figure figcaption > a {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
figure.effect figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #008FD5;
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}
figure.effect h2 {
    position: absolute;
    bottom: -20px;
    margin: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, -33%, 0);
    transform: translate3d(0, -33%, 0);
    font-size: 14px;
    color: #FBDA04;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#008FD5), to(#004185)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, #008FD5 0%, #004185 100%) 0% 0% no-repeat padding-box;
    padding: 10px;
    font-weight: bold;
    z-index: 1;
}
figure.effect h2 a {
    color: #fff;
}
figure.effect figcaption::before, figure.effect p {
    color: #fff;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    font-size: 12px;
    text-transform: initial;
}
figure.effect p.desc:before {
    content: '';
    position: absolute;
    width: 25%;
    left: 38%;
    top: -10px;
    border-top: 4px solid #fff;
    margin: 0 auto;
}
figure.effect p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 14em 2em 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.effect hr {
    width: 60px;
    top: 130px;
    left: 0;
    right: 0;
    position: absolute;
    height: 2px;
    margin: 0 auto;
    background: #fff;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s, -webkit-transform 0.35s;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
}
figure figcaption img {
    margin: 0 auto;
    min-height: auto !important;
    height: 50px;
    width: auto !important;
    top: 40px;
    opacity: 0;
    -webkit-transition: color .35s,-webkit-transform .35s;
    transition: color .35s,-webkit-transform .35s;
    transition: transform .35s,color .35s;
    transition: transform .35s,color .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
}
@media (max-width: 1024px) {
    figure.effect hr {
        top: 105px;
    }
    figure.effect p {
        padding: 11em 2em 0;
    }
}
@media (max-width: 991px) {
    .card figure figcaption, .card figure figcaption > a {
        padding-top: 10%;
    }
    .col-md-offset {
        padding-top: 32px !important;
    }
    figure figcaption img {
        opacity: 1;
        top: -80px;
    }
    figure.effect h2 {
        background: transparent;
        line-height: initial;
        position: relative;
        top: 35px;
    }
    figure.effect h2 a {
        color: #FBDA04;
        font-size: 18px;
    }
    figure.effect figcaption::before, figure.effect p, figure.effect hr {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    figure.effect hr {
        top: 150px;
    }
    figure.effect p {
        padding: 14em 2em 0;
    }
}

@media (max-width: 575px) {
    figure.effect h2 {
        font-size: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
    figure figcaption img {
        top: 25px;
    }
    figure.effect:hover h2 {
        background: transparent;
        -webkit-transform: translate3d(0, -100%, 0) translate3d(0, -60px, 0);
        transform: translate3d(0, -100%, 0) translate3d(0, -60px, 0);
    }
    figure.effect hr {
        top: 90px;
    }
    figure.effect p {
        padding: 10em 2em 0;
    }
}
@media (min-width: 992px) {
    figure.effect:hover figcaption img {
        opacity: 1;
        min-height: auto !important;
        height: 50px;
        width: auto !important;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
    figure.effect:hover figcaption::before, figure.effect:hover p, figure.effect:hover hr {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    figure.effect:hover hr {
        -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0);
    }
    figure.effect:hover h2 a {
        color: #FBDA04;
    }
}
@media (min-width: 1025px) {
    figure.effect:hover h2 {
        background: transparent;
        -webkit-transform: translate3d(0, -100%, 0) translate3d(0, -90px, 0);
        transform: translate3d(0, -100%, 0) translate3d(0, -90px, 0);
    }
}

/* e-s adjustments */
.es-cont {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 16px;
    max-width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.service-hero p {
    text-shadow: 2px 2px #69696980;
}
.es-logo-mobile {
    margin: 10px 0;
}
@media (min-width: 481px) {
    .es-cont {
        margin: 0;
        left: auto;
        right: -35% !important;
    }
    .es-logo-mobile {
        display: none;
    }
}
@media (min-width: 992px) {
    .es-cont {
        top: 77%;
        right: 0 !important;
    }
}
@media (max-width: 1024px) {
    .service-hero {
        background-size: cover !important;
        height: 400px;
    }
}
@media (max-width: 480px) {
    .service-hero h1, .service-hero .button {
        margin-top: 0;
    }
    .service-hero h1 {
        margin-top: 120px !important;
        padding: 0;
    }
    .service-hero p {
        margin-top: 5px !important;
    }
    .es-para, .es-cont {
        display: none;
    }
}