/*  break points styles  */
@media only screen and (max-width : 2200px){

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px){

}
 
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px){
        .news-main-content-box .news-list-box .content{
             clear:both;
        }
       .news-main-content-box .news-box .data, .news-main-content-box .news-list-box .data{
          position:relative !important;
          margin-bottom:0px !important;
          text-align:right !important;
       }
}
 
/* Small Devices, Tablets */
@media only screen and (max-width : 768px){
      .news-main-content-box .news-box .head .title, .news-main-content-box .news-list-box .head .title{
          margin-bottom:0px !important;
          padding-bottom:0px !important;
          height:auto !important;
       }
}
 
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px){
    .news-box .image img, .news-list-box .image img{
          float:none !important;
          width:100%;
    }
}
 
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px){
       
}


/*
.news-main-content-box .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:34px;
    clear:both;
}
.news-list-box .item .title{
  font-size:18px;
  margin: 10px 0;
}
.news-list-box .label{
   color:#7d7d7d;
}
.news-box .head,
.news-list-box .head{
   position:relative;
}
/*
.news-box .title,
.news-list-box .title{
    font-family:"Exo 2 Bold";
    color: #5f5f5f;
    font-size: 24px;
    margin-top: 20px;
    width: 100%;
} 
.news-box>.head>.title{
    background:rgba(255,255,255,1) !important;
}
*/

.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: -10px;
    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{
   background:none !important;
   display:block;
   opacity:1 !important;
}
.news-box .image img,
.news-list-box .image img{
   float:left;
   padding-right:20px;
   padding-bottom:40px;
}
.news-box .content,
.news-list-box .content{
  text-align:justify;
}
.news-list-box .content{
  height:160px;
  overflow:hidden;
}

.news-list-box .paginator{
   margin-top:20px;
   float:right;
}
/*
.news-list-box .paginator .paginationControl>span,
.news-list-box .paginator .paginationControl .numbers>*,
.news-list-box .paginator .paginationControl>a{
   border:1px solid #BFBFBF;
   -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    margin-left: 4px;
    text-align: center;
    width: 30px;
    padding-bottom: 4px;
    padding-top: 4px;
}
.news-list-box .paginator .paginationControl .numbers{
   display:inline-block;
}
.news-list-box .paginator .paginationControl a:hover{
   border-color: #34a6e2;
}
.news-list-box .paginator .paginationControl a:hover,
.news-list-box .paginator .paginationControl .numbers span{
    background: #eb682d none repeat scroll 0 0;
    color: #fff;
}
*/

/*  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;
}

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