/**
 * Frontend styles that
 * will be applied to all module instances.
 */
.fl-module-posts{
    /*height:100%;*/
}
 .fl-module-posts, .fl-module-posts > .fl-module-content{
    /*height:100%;*/
}

.cposts-bg-cover{
    background-size: cover;
    background-position: center;
    height:100%;
    min-height: 381px;
    position: relative;
    align-items: flex-end;
    display: flex;
}
.cposts-bg-cover:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 1;
    background-image: linear-gradient(0deg, rgba(75, 75, 77,1) 0%, rgba(75, 75, 77,0.8) 25%, rgba(75, 75, 77,0.4) 40%, rgba(75, 75, 77,0) 70%);
    z-index: 0;
}
.cposts-bg-cover-cont{
    padding: 30px 15px 15px 15px;
    z-index: 1;
}
.cposts-bg-cover-cont .status{
    position: relative;
    left: 0;
    bottom: 10px;    
}
.cposts-bg-cover .headline {
    /*background: rgba(0, 0, 0, 0.3);*/
    /* position: absolute;
    right: 7px;
    left: 7px; */
    bottom: 7px;
    padding: 0px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 15px;
}
.cposts-bg-cover .headline a{
    color: #fff !important;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0,0,0,0.8);
}
.cposts-bg-cover .excerpt{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    max-height: 44px;
    overflow: hidden;    
}
.cposts-bg-cover .date{
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0x;
}

.cposts-bg-cover .headline .status {
    position: absolute;
    left: 0px;
    top: -40px;
}
.cposts-ocena h2 a{
    color: #444 !important;
}


/*global*/
.temphead{
    padding: 12px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #edeeef;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.temphead .highline{
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #4B4B4D;
}
.tempheadtitle{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
    letter-spacing: 1.1px;
    text-align: left;
    color: #686868;
}
.tempheadtitler{
    white-space: nowrap; 
    overflow: hidden;    
}
.tempheadtitler, .tempheadtitler a{
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: left;
    color: #686868;
    margin-left: 20px;  
}
.tempheadtitler a{
    margin-left:10px;    
}
.tempheadtitler p{
    margin-bottom:0;    
}
.noselect {
    -webkit-touch-callout: none; 
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
    user-select: none; 
}
.tempcat{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 12px;
    color: #ffffff;
    background-color: #4B4B4D;  
}
.tempcat a, .tempcat a:hover{
    text-decoration: none;
    color: #fff;
    display: block;
    width: auto;
    padding-top: 0 !important;
}


/*bb elements*/
.topn{
    width:100%;
}
.topn-leftcol{
    width:67.8%;
}
.topn-leftcol .fl-module-content{
    /*margin: 0 -20px;*/
}
.topn-leftcol .fl-module-content{
    height: 381px;;
}
.topn-rightcol{
    width:32.2%;
}
.topn-rightcol .fl-col-content .fl-module .fl-module-content{
    height: 117px;;
    margin-bottom:15px;
}
.topn-rightcol .fl-col-content .fl-module:last-child .fl-module-content{
    margin-bottom:0px;
}



    /* elements */
.temp2{
    background-color: #4B4B4D;
    padding: 10px;
    display: flex;
}
.temp2 .info{
    display: flex;
    flex-direction: column;
    height: 97px;
    overflow: hidden;
}
.temp2 .image{
    width: 120px;
    height: 97px;
    margin-right: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}
.temp2 .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    color: #ffffff;
}
.temp2 .date{
    opacity: 0.4;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 18px;
    white-space: nowrap;    
}
.temp2 .date i{
    margin: 0 10px 0 1px;
}


.temp3{
    background-color: #4B4B4D;
    display: block;
}
.temp3 .image{
    width: 100%;
    height: 100%;
    min-width: auto;
    min-height: 311px;
    /* margin-right: 15px; */
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    position: relative;   
}
.temp3 .image:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 51%;
    display: block;
    background-image: linear-gradient(to bottom, rgba(75, 75, 77, 0), rgb(75, 75, 77));
}
.temp3 .status {
    position: absolute;
    left: 27px;
    bottom: 0px;
    z-index: 1;
}
.temp3 .info{
    display: flex;
    flex-direction: column;
    padding: 15px 35px 10px 30px;
    width:100%;
}
.temp3 .title{
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;;
    color: #e2e2e2;
    text-decoration: none;
    margin-bottom: 17px;
}
.temp3 .excerpt{
    font-size: 16px;
    line-height: 19px;
    color: #c4c4c4;
    margin-bottom:8px;
    max-height: 76px;
    overflow: hidden;        
}
.temp3 .line{
    background-color: #f3f5f7;
    height:2px;
    width:100%;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #f3f5f7;
    opacity: 0.1;
    margin-bottom: 5px;
}
.temp3 .date{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    color: #cfcfcf;
    margin-bottom: 4px;    
}

.temp4{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.temp4 .image{
    width: 100%;
    margin-right: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; 
}
.temp4 .image a{
    display: block;
    width: 100%;
    padding-top: 56.1%;
}
.temp4 .info{
    padding: 20px 30px 15px 30px;
    width:100%;
}
.temp4 .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #4B4B4D;
    text-decoration: none;
    margin-bottom: 15px ;
    display: block;
}
.temp4 .excerpt{
    font-size: 16px;
    line-height: 20px;
    color: #686868;
    margin-bottom:15px;
    max-height: 79px;
    overflow: hidden;        
}
.temp4 .line{
    background-color: #f3f5f7;
    height:2px;
    width:100%;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: rgba(0,0,0,0.5);;
    opacity: 0.1;
    margin-bottom: 10px;
}
.temp4 .date{
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    color: #cfcfcf;
    margin-bottom: 4px;    
}


.temp5{
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: space-between;
}
.temp5 .spacer{
    width: 140px;
    height: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #4B4B4D;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 42px;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    margin-right: 25px;  
}
.temp5 .spacer .image{
    width: 34px;
    height: 34px;
    position: absolute;
    top: 8px;
    right: -17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 17px;
    border: 3px solid #fff;
    background-color: #fff;
}
.temp5 .title{
    /* white-space: nowrap; */
    text-align: left;
    overflow: hidden;
    margin: 0 0 0 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #686868;
    text-decoration: none;
    position: relative;
    height: 24px;  
}
.temp522 .title:after{
    content:'';
    top:0;
    right:0;
    position: absolute;
    width: 10%;
    height:100%;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 16%, #ffffff);
}
.temp5 .akter{
    white-space: nowrap;
    margin: 0 20px 0 0;
}
.temp5 .akter a{
    font-size: 16px;
    font-weight: 500;
    color: #c4161c;
    text-decoration: none;
}

.temp6{
    width: 100%;
    padding-top: 56.1%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; 
}
.temp6 .icovideo{
    font-size: 40px;
    z-index: 3;
    color: #c4161c;
    position: absolute;
    top: 5px;
    left: 10px;
    width: 100%;
}
.temp6 .icovideo a {
    color: #c4161c;
}
.temp6 .icovideo i{
    position: relative;
}
.temp6 .icovideo i:after{
    position: absolute;
    content: '';
    background: #fff;
    z-index: -1;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    opacity: 0.6;
}
.temp6:after{
    content:'';
    position: absolute;
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}
.temp6cont{
   position: absolute;
   bottom: 11px;
   left: 16px;
   right: 16px;
   z-index: 3;    
}
.temp6 .title{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: #ffffff;
    margin-bottom:12px;
}
.temp6 .title a{
    color: #ffffff;
    text-decoration: none;    
}
.temp6 .date{
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-bottom:6px;
    font-weight: 500;
}
.temp6 .autor{
    font-weight: 300;
}
.temp6 .line{
    height: 2px;
    width: 100%;
    box-shadow: 0px 2px 5px 0 rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
}
.temp6 .linkall {
    padding: 3px 11px;
    background-color: #fff;
    display: inline-block;
    margin-right: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
}
.temp6 .linkall a{
    color: #c4161c !important;
    text-decoration: none;
}


.temp7{
    background-color: #4B4B4D;
    display: block;
    padding: 19px 15px;
}
.temp7 .image{
    width: 100%;
    height: 100%;
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    background-color: rgba(255, 255, 255, 0.05);   
}
.temp7 .info{
    display: flex;
    flex-direction: column;
    padding: 15px 35px 10px 30px;
    width:100%;
}
.temp7 .title{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 17px;
    text-decoration: none !important;
}

.temp7 .line{
    background-color: #f3f5f7;
    height:2px;
    width:100%;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.05);
    background-color: #f3f5f7;
    opacity: 0.1;
    margin-bottom: 5px;
}
.temp7 .date{
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    letter-spacing: normal;
    text-align: left;
    color: #cfcfcf;
    margin-left: 20px;
    position: relative;  
}
.temp7 .date:before{
    font-family: "FontAwesome";
    content: '\f02b ';
    position: absolute;
    top:1px;
    left:-15px
}
.temp7 audio{
    margin-bottom: 20px;;
}
.temp7 .player{
    margin-bottom:20px;
}
.temp7 .playercontrols{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom:20px;
}
.temp7 .play-pause{
    width: 48px;
    height: 48px;
    position: relative;
    border-radius: 48px;
    border: 2px solid rgba(255,255,255,0.16);
    cursor: pointer;
    transition: all 1s linear;
}
.temp7 .play-pause:hover{
    border: 2px solid rgba(255,255,255,1);
}
.temp7 .icon-play:before, .icon-pause:before  {
    font-family: "Font Awesome 5 Free";
    content: "\f04b";
    position: absolute;
    left: 33%;
    color: #fff;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 900;
}
.temp7 .icon-pause:before {
    font-family: "Font Awesome 5 Free";
    content: "\f04c";
    position: absolute;
    left: 51%;
    transform: translate(-50%, 0);
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 900;
}
.temp7 .icon-ff, .temp7 .icon-rev{
    color:#fff;
    font-size: 22px;
    min-width: 20px;
    cursor: pointer;
}
.temp7 .icon-ff i:last-child, .temp7 .icon-rev i:last-child{
    margin-left:-6px;
}
.temp7 .progres{
    border: 1px solid #f3f5f7;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 0 1px;
}
.temp7 .progresbar{
    background-color: red;
    height: 4px;
    width: 0;
    display: block;
    border-radius: 10px;
}
.temp7 .timers, .temp7 .timerend{
    font-size: 10px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    color: #cfcfcf;
}






@media (min-width: 768px){
    .topn-leftcol .fl-module-content{
        margin-right: 30px;
    }
    .temp3{
        display: flex;
     }
     .temp3 .image {
        width: 100%;
        height: 100%;
        min-width: 375px;
        min-height: 211px;
        margin-right: 15px;
    }
    .temp3 .image:after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        height: 100%;
        display: block;
        background-image: linear-gradient(to right, rgba(75, 75, 77,0), rgb(75, 75, 77));
    }
    .temp3 .status {
        bottom: 20px;
    }    
    .temp5 .spacer{
        max-width: 140px;
    } 
    .temp6 .icovideo{
        font-size: 76px;
        z-index: 3;
        color: #c4161c;
        position: absolute;
        top: 20px;
        left: 25px;
        width: 100%;
    }
    .temp6 .icovideo i:after{
        position: absolute;
        content: '';
        background: #fff;
        z-index: -1;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        width: 38px;
        height: 38px;
        opacity: 0.6;
    }        
    .temp6 .title{
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
    }           
    .temp7{
        display: flex;
     }
     .temp7 .image {
        width: 50%;
        padding-top: 50%;
    }
    .temp7 .info {
        width: 50%;
        padding: 0 15px;
    }
    .temp7 .image{
        padding-top: 50%;
    }                   
}