.gpthm-img-cpct {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.gpthm-img-cpct .cpct {
    position: absolute;
    bottom: 5px;
    right: 5px;

    padding: 3px;
    border-radius: 15px;

    background: #222;
    color: #eee;
    cursor: default;

    font-family: 'Merriweather Sans';
    font-size: 10px;
    line-height: 1.2;

}

.gpthm-img-cpct .cpct .text {
    display: none;
}

.gpthm-img-cpct .cpct .icon {
    display: inline-block;
    margin: 0 5px;
}

.gpthm-img-cpct .cpct:hover .text {
    display: inline;
}

.gpthm-teaser {
    border-radius: 24px 0 24px 0;
    overflow: hidden;
  /*  box-shadow: 10px 10px 10px; */
    background-color:#144570;
    border: solid 1px transparent;
    margin-bottom: 30px;
}

.gpthm-teaser .gpthm-img-cpct {
    display: block;
}

.gpthm-teaser img {
    margin-top: 0 !important;
}

.gpthm-teaser .link-title {
    background: #144570;
    color: #fff !important;
    padding: 5px;
}
/*
.gpthm-teaser .link-title a {
    display: block;
    padding: 5px;
    
    color: #fff !important;
}
*/

.gpthm-teaser.animated {
    position: relative;
    top: 200px;
    opacity: 0;

    transition: top 1s, opacity 1s;
}

.gpthm-teaser.animated.visible {
    top: 0;
    opacity: 1;
}



