/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.03.2019., 11:28:14
    Author     : hrvoje.kotnik
*/

.post-slide{
    overflow: hidden;
    padding: 0 10px;
}
.post-slide > .post-img {

    position: relative;
    //max-height: 180px;
    height: 170px;
    
}
.post-slide > .post-img img{
    overflow: hidden;
    position: relative;
    width: 100%;
   
}
  
.post-slide > .post-img > .da-thumbs a {
    display: block;
    position: relative;
}
.post-slide > .post-img > .da-thumbs a div {
    position: absolute;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}
.post-slide > .post-img > .da-thumbs > a > div > i{
    font-size: 40px;
    position: absolute;
    top: 42%;
    left: 39%;
    color:#3498db;
}
.post-slide > .post-img > .icons{
    position: absolute;
    left: 17px;
    bottom: -19px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    background: #3498db;
    z-index: 2;
}
.post-slide > .post-img > .icons > i{
    position: absolute;
    left:15px;
    top:14px;
    color: #fff;
}
.post-slide > .post-img > .icons:before{
    content: "";
    width: 2px;
    height: 2px;
    background:#fff;
    position: absolute;
    top: 21px;
    left: 21px;
    border-radius:30px;
    transform:scale(0,0);
    transition:all 0.3s ease 0s;
}
.post-slide > .post-img > .icons:hover:before{
    transform:scale(1,1);
    width:37px;
    height:37px;
    left:2px;
    top:2px;
}
.post-slide > .post-img > .icons:hover i{
    color:#3498db;
}
.post-slide >.post-review{
    border:1px solid lightgray;
    border-top:none;
    padding: 35px 20px 25px;
    background:#ededed;
    position:relative;
    height: 350px;
}
.post-slide > .post-review > .post-bar,
.post-slide > .post-review > .post-bar > li{
    font-size:16px;
    font-family: serif,Arial;
    list-style:none;
    padding:0;
    color:#555555;
    display:inline-block;
}
.post-slide > .post-review > .post-bar > li  > i{
    color:#777777;
    margin-right:8px;
}
.post-slide > .post-review > .post-bar > li > a{
    text-decoration:none;
    color:#555555;
}
.post-slide > .post-review > .post-bar > li > a:hover{
    color:#3498db;
}
.post-review > .post-bar li:after{
    content:"/";
    margin-left:7px;
    color:#221e20;
}
.post-review > .post-bar li:last-child:after{
    content:"";
}
.post-slide > .post-review > .post-title{
    margin:0 0 20px 0;
    color:#444444;
    font-weight:bold;
    font-size:16px;
}
.post-slide > .post-review > .post-description{
    font-size:13px;
    line-height:19px;
    color:#444454;
}
.post-slide > .post-review > .post-comment,
.post-slide > .post-review > .post-comment > li{
    list-style:none;
    padding:0;
    display:inline-block;
}
.post-slide > .post-review > .post-comment li,
.post-slide > .post-review > .post-comment li a{
    text-decoration:none;
    color:#555555;
    text-transform:uppercase;
    font-size:11px;
    font-weight: bold;
    transition:color 0.10s linear;
}
.post-slide > .post-review > .post-comment li:after{
    content:"|";
    margin:0 7px;
    color:#3498db;
}
.post-slide > .post-review > .post-comment li:last-child:after{
    content: "";
}
.post-slide > .post-review > .post-comment li i{
    margin-right: 3px;
}
.post-slide > .post-review > .post-comment li a:hover {
    color:#3498db;
}
#news {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}
#news_list {
  background: #fff;
  background-size: cover;
  padding: 10px 0 10px 0;
}
#news_list .title{
    background: #fff;
    background-size: cover;
    padding: 20px 0 0px 0;
    font-size:20px;
    line-height:25px;
    color:#444454;
}
#news_list .date{
    background: #eee;
    background-size: cover;
    padding: 10px 10px 10px 10px;
    font-size:20px;
    line-height:25px;
    color:#444454;
}
#news_list .details{
    padding: 10px 10px 10px 10px;
    font-size:15px;
    //line-height:20px;
    color:#444454;
}
@media (max-width: 768px) {
#news_list .title{
    padding: 10px 0px 0px 0px;
    
  }
}
@media (max-width: 768px) {
#news_list .details{
    padding: 10px 0px 0px 0px;
    font-size:19px;
  }
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}