/* !Framework (Author: mail@jandousek.cz) */
/*
  Delitka
  ***
*/

hr {
  display: none;
}

/*
  Plavacky
  ***
*/

.clear {
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0
}

/*
  Boxove
  ---
*/

.clear-box {
  min-height: 1px
}
.clear-box:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden
}

/*
  Zarovnavani textu
  ***
*/

.ta-left {  text-align: left;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}

/*
  Zarovnavani
  ***
*/

.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.center-horizontal {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*
  Responzivni obrazky
  ***
*/

img {
  max-width: 100%;
  height: auto;
}

/*
  Formularove prvky
  ***
*/

input, textarea, select, button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
textarea {
  overflow: auto;
}
[type="submit"], [type="reset"], select {
  cursor: pointer;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}

/* Stavy */

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

/*
  Text jen pro ctecky
  ***
*/

.screen-reader-object, .screen-reader-response {
  position: absolute;
  left: -10000px;
}

/*
  Debug overlay
  ***
*/

.debug-overlay {
  width: auto;
  max-width: none;
  position: absolute;
  left:0;
  top: 0;
  z-index: 1000;
  display: none;
  opacity: 0.4;
}
