/* specialni font */
/* font sizes for body font-size: 87.5%; */
/** old IE CSS features **/
/** old IE CSS features **/
/** box shadow **/
/** box gradient - defaultne ORANZOVY **/
/** border radius **/
/* zamezeni oznaceni prvku */
/* text rotate */
/* transition */
#contain.list {
  padding-top: 70px;
}
#contain.list .content .ct_content {
  padding: 120px 0 50px;
}

.list .items .item a .detail_dots {
  margin-top: 20px;
}
.list .items .item a:hover .detail_dots span {
  background-color: #009bc8;
}

@media only screen and (max-width: 800px) {
  .items .item {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .items .item {
    float: left;
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    width: 100%;
  }
}
