/* !Framework (Author: mail@jandousek.cz) */

/*
  Box sizing
  **********
*/

/*
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
img {
  box-sizing: content-box;
}
*/

/*
  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
  @note: + vycisteni gridu
  ------
*/

.clearBox, .grid {
  min-height: 1px
}
.clearBox:after, .grid:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden
}

/*
  Grid
  ****
*/

.grid {
  margin: 0 -15px;
}
.grid .grid_col {
	float: left;
}
.grid .grid_col_inset {
  margin: 0 15px;
}

/*
  Sirky
  -----
*/

.grid .grid_col.size16 {
	width: 100%;
}
.grid .grid_col.size15 {
	width: 93.75%;
}
.grid .grid_col.size14 {
	width: 87.5%;
}
.grid .grid_col.size13 {
	width: 81.25%;
}
.grid .grid_col.size12 {
	width: 75%;
}
.grid .grid_col.size11 {
	width: 68.75%;
}
.grid .grid_col.size10 {
	width: 62.5%;
}
.grid .grid_col.size9 {
	width: 56.25%;
}
.grid .grid_col.size8 {
	width: 50%;
}
.grid .grid_col.size7 {
	width: 43.75%;
}
.grid .grid_col.size6 {
	width: 37.5%;
}
.grid .grid_col.size5 {
	width: 31.25%;
}
.grid .grid_col.size4 {
	width: 25%;
}
.grid .grid_col.size3 {
	width: 18.75%;
}
.grid .grid_col.size2 {
	width: 12.5%;
}
.grid .grid_col.size1 {
	width: 6.25%;
}

/*
  Zarovnavani textu
  *****************
*/

.taLeft {
  text-align: left;
}
.taCenter {
  text-align: center;
}
.taRight {
  text-align: right;
}

/*
  Plavani
  *******
*/

.faLeft {
  float: left;
}
.faRight {
  float: right;
}

/*
  Zarovnavani
  ***********
*/

.centerVertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.centerHorizontal {
  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;
}
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
  *******************
*/

.screenReaderText, .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;
}
