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

/*
  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;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}

/*
  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;
  box-sizing: border-box;
}
[type="submit"], [type="reset"], select, [type="checkbox"], [type="radio"], label {
  cursor: pointer;
}

/*
  screen-reader
  ***
*/

.screen-reader {
  position: absolute !important;
  left: -10000px !important;
}

/*
  screen-hide
  ***
*/

.screen-hide {
  display: none;
}

/*
  print-*
  ***
*/

.print-false {
  display: none !important;
}

/*
  words-break
  ***
*/

.words-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*
  debug-overlay
  ***
*/

.debug-overlay {
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 9999999;
  display: none;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.5;
}
