#pl_flex_100 {
    float: left;
    height: auto;
    margin: 0;
    width: 100% ;
    border: 0px solid;
    padding: 0 5px;
	margin-bottom: 20px;
}

#pl_flex_100 a {
    color: #3b5969 !important;
}
.pl_flex_100_title {
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    background: #557784;
	color: #E6E6E6;
    text-align: center;
    position: relative;
    width: 100%;
	   
    letter-spacing: 2px;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;
	
}
.pl_flex_100_item {
    width: 100%;
    height: 90px;
	float:left;
    position: relative;
    margin-bottom: 0px;
    z-index: 20;
    overflow: hidden;
    border-bottom: 0px;
    margin-top: 5px;
    background-color: ;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;
}

.pl_flex_100_item:hover {
    background-color: #cde8ea;
}



.pl_flex_100_item_img {
	overflow: hidden;
    position: absolute;
    width: 90px;
    line-height: 90px;
    float: left;
    text-align: center;
    color: #fbfbfb;
    overflow: hidden;
	background-size:     cover;    
    background-repeat:   no-repeat;
    background-position: top center;  
}


	
	

.pl_flex_100_item_text {
    width: auto;
    height: 40px;
    float: left;
    position: absolute;
    left: 100px;
    padding: 0px;
    line-height: 1.1;
}
.pl_flex_100_item_text a {
    color: #3b5969 !important;
}
.pl_flex_100_item_date {
    position: absolute;
    bottom: 2px;
    right: 2px;
    
}

@media screen and (max-width: 999px) {
	
	
	
	#pl_flex_100 {
    
}





} 







@media screen and (max-width: 700px) {
    #pl_flex_100 {
        float: left;
        height: auto;
        margin: 10px 0;
        width: 100%;
        border: 0px solid;
        padding: 0px;
        margin: auto;
    }
    .pl_flex_100_title {
        border-bottom: 0px !important;
		margin-bottom: 5px;
    }
    .pl_flex_100_item {
		width: 100%;
        height: 90px;
        position: relative;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .pl_flex_100_item_text {
        width: auto;
        height: 40px;
        float: left;
        position: absolute;
        left: 95px;
        padding:0px;
        line-height: 1.1;
    }
    .pl_flex_100_item_img {
        width: 90px;
        line-height: 90px;
        float: left;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .pl_flex_100_item_img img {
        object-fit: cover;
        width: 90px;
        height: 90px;
    }
    .pl_flex_100_item_date {
        display: none;
    }
}