.tile {
    padding: 10px 15px;
}

.count {
    background: black;
    padding: 0 5px;
}

/* Index */

.service-index .service {
    position: relative;
    height: 250px;
    width: 100%;

    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

.service-index .service-title {
    position: absolute;
    padding: 10px 15px;
    left: -10px;
    top: 15px;
    max-width: 100%;

    text-transform: uppercase;

    color: #ffffff;
    background: #000000;

    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.3);
}

/* Services */

.service {
    position: relative;
    width: 100%;
}

.service-info {
    max-width: 100%;

    position: relative;
    padding: 10px 40px 40px;
}

.service-title {
    color: #ffffff;
    text-transform: uppercase;
}

.service-description {
    color: #ffffff;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.service-heading {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.service-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80), rgba(255, 255, 255, 0));
    min-height: 250px;
}

.service-cover {
    background-position: center center;
    background-size: cover;

    min-height: 250px;
}

.service-labels {
    position: absolute;
    padding: 10px;
    bottom: 0;
}

.service-article {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Options */

.options .options-buttons {
    text-align: center;
}

.options .options-buttons button,
.options .options-buttons a {
    margin: 5px;
}

.options .content-box-label:not(.input-box) {
    text-align: left;
}

.options .content-box-value:not(.input-box) {
    text-align: left;
    font-size: 30px;
}