/* !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;
}

/*
  Sloupce
  -------
*/

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

/*
  Sirky
*/

.grid .grid_col.size1 {
  width: 100%;
}
.grid .grid_col.size2 {
  width: 50%;
}
.grid .grid_col.size3 {
  width: 33.33%;
}
.grid .grid_col.size4 {
  width: 25%;
}
.grid .grid_col.size5 {
  width: 20%;
}
.grid .grid_col.size6 {
  width: 16.66%;
}
.grid .grid_col.size7 {
  width: 14.28%;
}
.grid .grid_col.size8 {
  width: 12.5%;
}
.grid .grid_col.size9 {
  width: 11.11%;
}
.grid .grid_col.size10 {
  width: 10%;
}

/*
  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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.centerHorizontal {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*
  Responzivni obrazky
  *******************
*/

img {
  max-width: 100%;
  height: auto;
}

/*
  Uprava formularu
  ****************
*/

textarea {
  overflow: auto;
}

/*
  Text jen pro ctecky
  *******************
*/

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

a.more-info {
    width: 34%;
    box-shadow: inset 1px 0 0 #ff8b37;
    border-radius: 0 8px 8px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
