/* RSS */
.uw-w-header 												{ display: none !important; }
.uw-rssmode 												{ width: 100% !important; background-color: transparent; }  
#fg-widget-fd164c993ab47acb8e5d57ea4 .uw-sc-mask {
    margin: 0 !important;
}
#fg-widget-fd164c993ab47acb8e5d57ea4:not(.uw-transparent) {
    background-color: #e6e6e6 !important;
}
#fg-widget-fd164c993ab47acb8e5d57ea4 .uw-imgcont2 {
    width: 100% !important; height: 233px; margin: 0 0 20px 0;
}
.uw-sc-cardcont {

    display: flex !important;
    flex-wrap: wrap !important;

}

.uw-scroller .uw-card2 {
   width: calc(33.3333% - 30px);
    margin: 0 15px 30px 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px;
	overflow: initial;
}
.uw-card2-row {
    display: block;
	overflow: hidden;
	width: 100%;
}

.uw-sc-cardcont {
    margin: 0 -15px;
}

span.uw-text {
    display: block !important; 
    font-size: 1rem !important;
    line-height: 1.2rem !important;
    color: #15415d !important;
	transition: all ease .5s;
}

span.uw-text:hover {
        color: #d4e45b !important;
}


@media (min-width: 768px) and  (max-width: 992px) {
.uw-scroller .uw-card2 {
   width: calc(100% - 30px);
}
}

@media (max-width: 767px) {
.uw-scroller .uw-card2 {
   width: calc(100% - 30px);
}
}













