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

/*
  hr
  ***
*/

hr {
  display: none;
}

/*
  clear
  ***
*/

.clear {
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0
}

/*
  clear-box
  ***
*/

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

/*
  text-align
  ***
*/

.ta-left {
  text-align: left !important;
}
.ta-center {
  text-align: center !important;
}
.ta-right {
  text-align: right !important;
}

/*
  float
  ***
*/

.f-left {
  float: left;
}
.f-right {
  float: right;
}

/*
  img
  ***
*/

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

/*
  Forms
  ***
*/

input, textarea, select, button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[type="submit"], [type="reset"], select, [type="checkbox"], [type="radio"], label {
  cursor: pointer;
}

/*
  screen-reader-*
  ***
*/

.screen-reader-object, .screen-reader-response {
  position: absolute;
  left: -10000px;
}

/*
  screen-hide
  ***
*/

.screen-hide {
  display: none;
}
