
#rssfeedready_pluginAppObj_739_54_container {
	display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
    width: 480px;
    max-width: 100%;
    
}

#rssfeedready_pluginAppObj_739_54 {
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    background-color: transparent;
    color: rgba(22, 64, 118, 1);
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction:  column;
    height: 300px;
    
}

#rssfeedready_pluginAppObj_739_54 .container_feed_information{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    background-color: rgba(22, 64, 118, 1);
    color: rgba(255, 255, 255, 1);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    
}

#rssfeedready_pluginAppObj_739_54 .feed_information_attribute{
    line-height: 130%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#rssfeedready_pluginAppObj_739_54 .feed_information_attribute.feed_description{
    font-size: 9pt;
}

#rssfeedready_pluginAppObj_739_54 .feed_information_attribute.feed_title{
    text-transform: uppercase;
    font-weight: bold;
}

#rssfeedready_pluginAppObj_739_54 .feed_information_attribute > a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

#rssfeedready_pluginAppObj_739_54 .feed_information_attribute > a:hover{
    text-decoration: underline;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content{
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 5px 0px 5px;;
    ;
}

/*item list*/
#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_list{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 7px 0px 7px 0px;
    text-align: left;
    background-color: rgb(225,225,225);
    overflow: hidden;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_list .feed_item_content_list{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    padding: 5px;
    width: 100%;
    overflow: hidden;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_list .feed_item_info {
    line-height: 130%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_list .feed_item_info.feed_item_title:hover {
    text-decoration: underline;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_info.feed_item_description,
#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_info.feed_item_date {
    font-size: 9pt;
    color: rgb(52,94,148);
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_list .feed_item_info > a {
    text-decoration: none;
    font-weight: bold;
    color: rgba(22, 64, 118, 1);
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_list .feed_item_image {
   background-repeat: no-repeat;
	background-size: contain;
	background-position: center right;
	width: 100%;position: absolute;top: 0;bottom: 0;right: 0;;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_list .feed_item_image > svg.def_image {
    height: 80%;
    fill: rgb(52,94,148);
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*item slides*/
#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_box{
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_box .feed_item_content_box{
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    position: relative;height: 57%;;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_box .feed_item_image{
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	position: absolute;top: 0;bottom: 0;right: 0;left: 0;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_box .feed_item_image > svg.def_image {  
    height: 80%;
    fill: rgb(52,94,148);
    display: block;
    margin: auto;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_box .feed_item_info > a {
    text-decoration: none;
    font-weight: bold;
    color: rgba(22, 64, 118, 1);
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_box .feed_item_info {
    line-height: 130%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .feed_item_container_box .feed_item_only_content {
    overflow: hidden;
    padding: 10px 10px 0px 10px;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination > div {
   width: 50%;
   float: left;
   display: flex;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination .div_pagination_prev {
    align-items: center;
    justify-content: flex-start;
 }
 #rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination .div_pagination_fwd {
    align-items: center;
    justify-content: flex-end;
 }

#rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination svg {
    opacity: 1;
    fill: rgba(22, 64, 118, 1);
    height: 32px;
    width: 32px;
    cursor: pointer;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination svg.disabled {
    fill-opacity: 0.5;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination svg:hover {
    opacity: 0.8;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination .div_pagination_prev svg {
    transform: rotate(180deg);
    padding: 0px 5px 0px 0px;
}

#rssfeedready_pluginAppObj_739_54 .container_feed_content .div_pagination .div_pagination_fwd svg {
    padding: 0px 5px 0px 0px;
}

#rssfeedready_pluginAppObj_739_54 .feed_item_container_image_list  {
    width: 30%;
    position: relative;
}

#rssfeedready_pluginAppObj_739_54 .feed_item_container_image_box  {
    height: 43%;
    position: relative;
}

#rssfeedready_pluginAppObj_739_54 .feed_item_image.carousel {
    transition: opacity 1.8s ease-in;
}

#rssfeedready_pluginAppObj_739_54 p.p_error{
    height: 50px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}