/*** TEMPLATE 1 */
.template1.meltWaterFeeds{
    width:100%;
}
.template1.meltWaterFeeds .article{
    width:33%;
    float: left;
    /*border:1px solid black;*/
    padding: 5px;
    border: 1px solid #e2e2e2;
    position:relative;
}
.template1.meltWaterFeeds .imgContainer{
    height: 223px;
    overflow-y: hidden;
}

.template1.meltWaterFeeds .article a{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.template1.meltWaterFeeds .article a:hover{
    color: #DC3545;
}

.template1.meltWaterFeeds .article img{
    -webkit-transition:.3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.template1.meltWaterFeeds .article img:hover{
    webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);    
}

.template1.meltWaterFeeds .article h3{
    font-size: 16px;
    font-weight: 500;
    color: white;
    height: 65px;
    background-color: #DC3545;
    padding: 5px;
}
.template1.meltWaterFeeds .article a:hover h3{
    /*color: #DC3545;*/
}


.template1.meltWaterFeeds .article .date{
    position: absolute;
    right: 5px;
    top:5px;
    background-color: #DC3545;
    color: white;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px;
}

.template1.meltWaterFeeds .source{
    font-size: 12px;
}

.source a{
    color: #DC3545;
}
.source a:hover{
    color: #DC3545;
    font-weight: bold;
}

/*** TEMPLATE 2 */
.template2.meltWaterFeeds{
    width:100%;
}

.template2.meltWaterFeeds .article{
    width:33%;
    float: left;
    /*border:1px solid black;*/
    padding: 5px;
    border: 1px solid #e2e2e2;
    position:relative;
}

.template2.meltWaterFeeds .imgContainer{
    height: 223px;
    overflow-y: hidden;
}

.template2.meltWaterFeeds .article a{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.template2.meltWaterFeeds .article a:hover{
    color: #DC3545;
}

.template2.meltWaterFeeds .article img{
    -webkit-transition:.3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.template2.meltWaterFeeds .article img:hover{
    webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);    
}


.template2.meltWaterFeeds .bandeau{
    /*background-color: #DC3545;*/
    background-color: #F3F0F0;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    display: block;
}

.template2.meltWaterFeeds .bandeau .source{
    width: 50%;
    float: left;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
}

.template2.meltWaterFeeds .bandeau .source a{
    color: white;
    color: black;
}

.template2.meltWaterFeeds .bandeau .date{
    width: 50%;
    float: right;
    text-align: right;
    color: white;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    /*padding: 5px;*/
}


.template2.meltWaterFeeds .source a:hover{
    color: white;
}
    


.template2.meltWaterFeeds .article h3{
    /*
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    */
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: black;
    height: 65px;
    padding: 5px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.template2.meltWaterFeeds .article a:hover h3{
    color: #DC3545;
}

/*
@media only screen and (max-width: 1087px){
    .template1.meltWaterFeeds .article,
    .template2.meltWaterFeeds .article{
        width:50%;
    }
}
*/

@media only screen and (max-width: 768px){
    .template1.meltWaterFeeds .article,
    .template2.meltWaterFeeds .article{
        width:100%;
        float: none;
        padding: 5px;
        border: 1px solid #e2e2e2;
        position:relative;
    }

    .template1.meltWaterFeeds .imgContainer,
    .template2.meltWaterFeeds .imgContainer{
        height: 161px;
        overflow-y: hidden;
    }
    
}