.blog-box .see-also{
   margin-top:10px;
   margin-bottom:10px;
   display:block;
}
.news-list-box ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
/*    border-bottom: 1px dashed #BFBFBF; */
}
.news-list-box .item{
    margin-bottom:30px;
    clear:both;
}
.news-box .head,
.news-list-box .head{
   position:relative;
}

.news-box .head .title,
.news-list-box .head .title{
    font-family:"Exo 2 Bold";
    color: #5f5f5f;
    font-size: 24px;
/*    height: 74px; */
   /* margin-bottom: 16px;*/
    margin-top: 20px;
    /*padding-bottom: 10px;*/
    /*width: 100%;*/
} 

.news-box>.head>.title{
    background:rgba(255,255,255,1) !important;
}
.news-box .title:before{
   margin-top:-6px;
}
.news-more{
   float:right;
}
/*
.news-box .title:before,
.news-list-box .title:before{
   content:"";
   background: url("../img/scroll_pointer.png");
    display: block;
    float: left;
    height: 36px;   
    margin-right: 8px;
    width: 34px;
    background-repeat:no-repeat;
    background-position:center 10px;
    
}
*/
.news-box .data,
.news-list-box .data{
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 12px;
    color:#BFBFBF;
}
.news-box .data:before,
.news-list-box .data:before{
   content:"";
 //  background: url("../img/icon_calendar.jpg");
    display: block;
    float: left;
    height: 18px;
    margin-right: 8px;
    width: 18px;
}
.news-list-box .image{
   float: left;
   width: 150px;
   height: 150px;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
   margin: 5px;
}
.news-box .image img,
.news-list-box .image img{
  
   display: none;
}
.news-box .content,
.news-list-box .content{
  text-align:justify;
}
.news-list-box .content{
  min-height: 220px;
  overflow: hidden;
}



.news-list-box .item:after{
   content:"";
   display:block;
   width:70%;
   min-height:30px;
   border-bottom:1px solid #cacaca;  
}

.news-list-box .comments-quickview{
   float:left;
   margin-top:10px;
}

.news-list-box .comments-quickview span{
    color: #343434;
    font-size: 14px;
    font-weight: normal;
    padding-left: 0;
}

.news-list-box .intro{
    min-height:100px;
    color: #343434;
}

/*  comments  */
.comments-list-box ul{
  list-style-type:none;
 /* margin:0px;
  padding:0px;*/
}
.comments-list-box ul li{
  margin: 10px 0px;
}
.comments-list-box .date,
.comments-list-box .podpis{
   text-align:right;
   font-weight:bold;
}
.comments-list-box .date{
}
.comments-list-box .paginator{
  display:none;
}
.comments-title{
  font-weight:bold;
  clear:both;
}

#Boks .checkbox a{
  margin-left:10px;
}