.round-corners {
    border-radius:10px!important;
    -moz-border-radius:10px!important;
    -webkit-border-radius:10px!important;
    -khtml-border-radius:10px!important;
    -o-border-radius:10px!important;
    -ms-border-radius:10px!important;
    overflow: hidden;
    width: 100%;
}
.two-in-rows .teaser .content .title {
    background: white;
    padding: 8px 10px 2px 20px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
}
.two-in-rows .teaser .content .teaser-image .img-responsive {
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -khtml-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
}
.two-in-rows .teaser-image .buttons {
    position: absolute;
    margin: 8px;
    right: 0;
}





.teaser .background{
    transition:all 0.3s;
}
.teaser .subtitle{
    font-size: 28px;
}
.teaser .buttons.right p{
    text-align:right;
}
@media all and (max-width: 992px) {
    .teaser .buttons.right p a{
        font-size:12px;
        display:block;
        text-align:center;
    }
    .teaser .buttons.right p{
        text-align:left;
    }
    .teaser .subtitle{
        font-size: 18px;
    }
}
.teaser .buttons.riht p a{
    min-height: 18px;
    height: 18px;
    border-radius: 5px;
    margin: 0 10px 5px 0;
    padding: 4px 9px;
    border: 0;
    background: white;
    color: #494949;
    cursor: pointer;
    font-family: '-Camingo', helvetica, arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    text-decoration: none;
    transition: all .25s ease;
}


.teaser.without-content,
.without-content,
.teaser.with-content{
    min-height: 263px;
    height: 263px;
    background-color: #ffffff;
}

.teaser.without-content .content.background,
.teaser.with-content .content.background{
    background-color: transparent!important;
    padding: 0;
    margin: 0;
}

.teaser.without-content .content.background .title,
.teaser.with-content  .content.background .title{
    margin-left: 15px;
}

.teaser.without-content .content .teaser-image{
    min-height: 220px;
    height: 220px;
    background-position: top center;
    background-size: 100% 100%;
}

.teaser.without-content div.content div h3.subtitle,
.teaser.with-content div.content div h3.subtitle{
    color: #008539;
    margin: 10px 0 10px 17px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 700;
}

.teaser.with-content .text{
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
    padding-bottom: 25px;
}
.teaser.with-content .text table tr th,
.teaser.with-content .text table tr td {display: table-cell;}
.teaser.with-content .text p,
.teaser.without-content .text p{
    margin: 0!important;
}

.teaser.without-content .content .buttons
{
    position: absolute;
    top: 53px;
    right: 8px;
    margin: 0;
    padding: 0;
}

.teaser.with-content .content .buttons{
    position: absolute;
    right: 8px;
    bottom: 5px;
    margin: 0;
    padding: 0;
}

.teaser.without-content .content .buttons a,
.teaser.with-content .content .buttons a{
    padding-right: 9px;
}

.teaser.without-content.text-teaserred .content .buttons a,
.teaser.with-content.text-teaserred .content .buttons a{
    color: #ffffff!important;
    background-color: #e62435!important;
}

.teaser.without-content.text-teaserred .content .buttons a:hover,
.teaser.with-content.text-teaserred .content .buttons a:hover{
    color: #e62435!important;
    background-color: #ffffff!important;
}

.teaser.without-content.red.invert .content .buttons a,
.teaser.with-content.red.invert .content .buttons a{
    color: #e62435!important;
    background-color: #ffffff!important;
}

.teaser.without-content.red.invert .content .buttons a:hover,
.teaser.with-content.red.invert .content .buttons a:hover{
    color: #ffffff!important;
    background-color: #e62435!important;
}

/* .red .background{
    background: #e62435!important;
}
.red .text p{
    color: #fff;
}
.red .title h3{
    color: #fff;
}

.green .background{
    background: #008539!important;
}
.green .text p{
    color: #fff;
}
.green .title h3{
    color: #fff;
}

.gray .background{background-color: #494949 !important; color: #fff !important;}

.red.invert .background {background-color: white!important;}
.red.invert .title h3 {color: #e62435;}
.red.invert .text p {color: #e62435;} */
