.serviceBlock {
    margin-bottom: 30px;
}
.serviceBlock .title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
}

/* tile */
.serviceBlock .tile-menu {
    width: 760px;
    margin: 0 auto;
}
.serviceBlock .tile-menu *::before, .serviceBlock .tile-menu *::after, .serviceBlock .tile-menu * {
    box-sizing: border-box;
}

.serviceBlock .tile-area {
    min-width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.serviceBlock .tile-area:before,
.serviceBlock .tile-area:after {
    display: table;
    content: "";
}

.serviceBlock .tile-area:after {
    clear: both;
}

.serviceBlock .tile-area .tile-area-title {
    position: fixed;
    top: 20px;
    left: 80px;
    font-weight: 300;
    font-size: 42px;
    line-height: 1.1;
}

.serviceBlock .tile-container {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

.serviceBlock .tile-container:before,
.serviceBlock .tile-container:after {
    display: table;
    content: "";
}

.serviceBlock .tile-container:after {
    clear: both;
}

.serviceBlock .tile-small {
    width: 150px;
    height: 150px;
    display: block;
    float: left;
    margin: 1px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    border: solid 1px #e6e7e8;
}

.serviceBlock .tile-small:active {
    outline: 0;
}

.serviceBlock .tile a.tile-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    overflow: hidden;
    display: none;
    color: #71808b;
    background-repeat: no-repeat;
    background-position:  0px 0px;
}

.serviceBlock .tile a.tile-content:hover {
    background-color: #697a86;
    color: #fff;
    background-position: -150px 0px !important;
}

.serviceBlock .tile a.tile-content:first-child {
    display: block;
}

.serviceBlock .tile-small .tile-label {
    display: table;
    line-height: 15px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    height: 50px;
    height: 69px;
    width: 100%;
    padding: 12px 8px;
    margin-bottom: 7px;
    margin-bottom: 0;
}

.serviceBlock div.tile-label p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
/* end: tile */

