@charset "UTF-8";

.flex-container {
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
	
}


#pl_flex {
   float: left;
    height: auto;
    margin: 0 0 20px 0;
    flex-grow: 1 ;
	width: 32.75%;
	max-width: 32.75%;
    border: 0px solid;
    padding: 0px;
	position: relative;

	
	
}

#pl_flex_50 {
   float: left;
    height: auto;
    margin: 0 0 20px 0;
    flex-grow: 1 ;
	width: 50%;
	max-width: 50%;
    border: 0px solid;
    padding: 0px;
	position: relative
	
	
}

.ccm-area  {width: 100%;}


.ccm-block-edit  {float:left; width: 33%;flex-grow: 1 ;position: relative;}



.ccm-block-edit #pl_flex {width: 100%!important; max-width: 100%!important;}

#pl_flex a {
    color: #3b5969 !important;
}
.pl_flex_title {
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    background: #557784;
    text-align: center;
    position: relative;
    width: 100%;
    color: #E6E6E6;
    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_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_item:hover {
    background-color: #cde8ea;
}



.pl_flex_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: center center ;  
}


	
	

.pl_flex_item_text {
    width: auto;
    
    float: left;
    position: absolute;
    left: 95px;
    padding: 0 10px 0 0;
    line-height: 1.1;
	
	
	-webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    word-wrap: break-word;
    word-wrap: break-word;
	
	
	
}
.pl_flex_item_text a {
    color: #3b5969 !important;
}
.pl_flex_item_date {
    position: absolute;
    bottom: 2px;
    right: 2px;
    
}

@media screen and (max-width: 999px) {
	
	
	
	#pl_flex {
   
     height: auto;
    margin: 0 0 20px 0;
    flex-grow: 1 ;
	width: 49.5%;
	max-width: 49.5%;
    border: 0px solid;
    padding: 0px;
	

}





} 







@media screen and (max-width: 700px) {
    #pl_flex {
         height: auto;
    margin: 0 0 20px 0;
    flex-grow: 1 ;
	width: 100%;
	max-width: 100%;
    border: 0px solid;
    padding: 0px;
	
    }
    .pl_flex_title {
        border-bottom: 0px !important;
		margin-bottom: 5px;
    }
    .pl_flex_item {
		width: 100%;
        height: 90px;
        position: relative;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .pl_flex_item_text {
        width: auto;
        height: 40px;
        float: left;
        position: absolute;
        left: 95px;
         padding: 0 10px 0 0;
        line-height: 1.1;
    }
    .pl_flex_item_img {
        width: 90px;
        line-height: 90px;
        float: left;
        text-align: center;
        overflow: hidden;
        position: relative;
    }
    .pl_flex_item_img img {
        object-fit: cover;
        width: 90px;
        height: 90px;
    }
    .pl_flex_item_date {
        display: none;
    }
	
	#pl_flex_50 {
   float: left;
    height: auto;
    margin: 0 0 20px 0;
    flex-grow: 1 ;
	width: 100%;
	max-width: 100%;
    border: 0px solid;
    padding: 0px;
	position: relative
	
	
}
}