.mod-icon-box-with-background,
.mod-icon-box-with-background * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.mod-icon-box-with-background {
    position: relative;
    border-top: 10px solid #43626c;
    color: #FFF;
    padding: 30px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.mod-icon-box-with-background.animate-in {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.mod-icon-box-with-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(100, 170, 91, 0.85);
    z-index: 2;
}

.mod-icon-box-with-background * { position: relative; z-index: 3; }

.mod-icon-box-with-background .mod-icon-box-with-background--image {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-filter: contrast(120%) grayscale(100%);
    filter: contrast(120%) grayscale(100%);
}

.mod-icon-box-with-background .mod-icon-box-with-background--icon {
    background: #43626c;
    color: #fff;
    height: 86px;
    width: 86px;
    line-height: 90px;
    font-size: 42px;
    display: block;
    margin: 0 auto;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.mod-icon-box-with-background .mod-icon-box-with-background--title {
    font-size: 1.5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4em;
}

.mod-icon-box-with-background .mod-icon-box-with-background--description { font-size: 1.286em; font-weight: 400; line-height: 1.3em; }

.tm-main-bottom .uk-panel > .mod-icon-box-with-background,
.tm-main-bottom .uk-panel > .mod-icon-box-with-background:last-child { margin-bottom: 55px; }