/*
 * styly pro template-mechanizace
 */
 
/*
 * Vlastni SM styly (768px+)
 */
@media (min-width: 768px) {
  body {
    background: #f4f4f4 url(../images/bg-body-md-mechanizace.jpg) no-repeat center top;
  }
  header #ico-stredisko {
    background: url(../images/ico-stredisko-mechanizace.png) no-repeat left 50%;
  }
}

/*
 * Vlastni MD styly (992px+)
 */
@media (min-width: 992px) {
  body {
    background: #f4f4f4 url(../images/bg-body.jpg) no-repeat center top;
  }
}