.projects-list{
   list-style-type:none;
   margin:0px;
   padding:0px;
}
.projects-pokaz-list-box .projects-pokaz-list-item img,
.projects-list .projects-list-item img{
   width:100%;
}

/* projects pokaz  */

.projects-pokaz-list-box .return{
   clear:both;
}

/*  projects list */

.projects-list .projects-list-item{
   position:relative;
}
.projects-list .title{
    color: #fff;
    font-size: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 36%;
    left: 20%;
    right: 20%;
    padding-bottom:20px;
    border-bottom: 1px solid #fff;
    z-index:100;
}
.projects-list .data{
    color: rgb(51,51,51);
    font-size: 15px;
    position: absolute;
    top: 5%; 
}
.projects-list .intro{
    height: 140px;
    overflow: hidden;
    text-align: justify;
}
.projects-list .pomoc-more{
    float: right;
}
.projects-list .projects-list-item .image{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    opacity: 0.6;
    position: relative;
    transition: all 0.2s ease 0s;
    z-index:10;
}
.projects-list .projects-list-item:hover .image{
    opacity: 1;
} 
.projects-list-item {
    background-color: #e4e8e8;
    color: rgb(51,51,51);
}
.projects-list-item a {
    color: rgb(51,51,51);
    
}
.projects-list .projects-list-item img{
    opacity:0px;
}

label {
    display: inline;
}

/*.projects-list-item {
    min-height: 300px;
    display: block;

    position: relative;
    text-align: justify;

}

.projects-list-item .head {
    overflow: hidden;
}

.projects-list-item .image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    float: left;
    opacity: 0.8;
}

.projects-list-item:hover .image {
    opacity: 1;
}

.projects-list-item .image img {
    display: none;    
}

.projects-list-item .title {
    font-size: larger;
    font-weight: bold;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    color: rgb(51,51,51);
    padding: 0 5px;
}

.projects-list-item .data {
    font-size: smaller;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    color: rgb(51,51,51);
    padding: 0 5px;
}

.projects-list-item .content {
    position: absolute;
    top: 200px;
    left: 20px;
    right: 20px;
    font-size: smaller;
    height: 100px;
    overflow: hidden;
}

.projects-list-item .pomoc-more {
    font-size: small;
    float: right;
    background-color: #28B;
    color: #FFF;
    border-radius: 3px;
    padding: 3px;
    line-height: 1em;
}

.projects-list-item a {
    color: rgb(51,51,51);
}

.projects-list  .sigma-content:nth-child(9n+1) {
    background-color: #e4e8e8;
}

.projects-list  .sigma-content:nth-child(9n+2) {
    background-color: #999;
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+3) {
    background-color: #666;
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+4) {
    background-color: #ebe;
    color: #000;
}

.projects-list  .sigma-content:nth-child(9n+5) {
    background-color: #92c4f8;
    color: #000;
}

.projects-list  .sigma-content:nth-child(9n+6) {
    background-color: #a52;
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+7) {
    background-color: #28b;
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+8) {
    background-color: #496;
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+0) {
    background-color: #a4a430;
    color: #fff;
}





.projects-list  .sigma-content:nth-child(9n+2) a{
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+3) a{
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+4) a{
   color: #000;
}

.projects-list  .sigma-content:nth-child(9n+5) a{
    color: #000;
}

.projects-list  .sigma-content:nth-child(9n+6) a{
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+7) a{
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+8) a{
    color: #fff;
}

.projects-list  .sigma-content:nth-child(9n+0) a{
    color: #fff;
}*/