.simpleReveal,
.simpleRevealContent{
max-width:1200px;
margin:auto;
}

.card-title br{display:none;}

.simpleRevealContent{display:none;}

.simpleReveal{display:block; text-align:center;}



h4{
margin-top: 10px;
}


.span3.col-3{
padding:5px 0 0 5px;
}

p:empty {
   display: none;
}

.repeat-entry-article .label.label-default{position:absolute; top:10px; right:10px;}

.title {
    margin-top: 0px
}

.title br,
.entry-title br{display:none;}

#region-main .entry-title {
    border-bottom: 1px solid #efefef;
    padding-bottom: 5px;
    color: #009FDA;
    margin-bottom: 10px;
    font-size: 1.4em;
}
.tag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1em;
    background: #07adf0;
    color: #fff;
    padding: 22px;
    font-weight: normal;
    margin-bottom: 0;
}

.repeat-entry-article .mm-btn{
    position: absolute;
    bottom: 20px;
    /* width: 96%; */
}

.description {
    position: relative;
    height: 100px;
    font-size: .9em;
    color: #333;
    overflow: hidden;
   
}


.modified-date {
font-size: .8em;
    text-align: left;
    float: left;
    margin-top: 10px;
}
.paging {
    clear: both;
}


.datapreferences {
    background: #E4E4E4;
    border: 2px solid #D9DBDB;
    padding: 5px;
    border-radius: 5px;
    clear: both;
}

.cat-fitlers {
    margin-top: 20px;
    padding:15px 0;
}
.thumb{
   min-height: 280px;
    background-size: cover !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.card-group p:empty{display:none;}

.description p br{display:none;}

.description br{display:block;}

.description{

position:relative;
overflow:hidden;
margin-bottom:1rem;
}

.toggledesc{font-size:1.2rem;}

.description:after {
   content:'';
   height:30px;
   position:absolute;
   bottom:0;
   right:0;
   left:0; 
   background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.repeat-entry-article, .filtering, .simpleReveal, .simpleRevealContent {
    max-width: 1200px;
    margin: auto;
}

@media only screen and (max-width: 600px) {
.card.col-sm-12.col-md-3{
display:none;
}
}

