@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#roboto') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-lightitalic-webfont.eot');
  src: url('../fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-lightitalic-webfont.woff') format('woff'), url('../fonts/roboto-lightitalic-webfont.ttf') format('truetype'), url('../fonts/roboto-lightitalic-webfont.svg#roboto') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-regular-webfont.eot');
  src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-regular-webfont.woff') format('woff'), url('../fonts/roboto-regular-webfont.ttf') format('truetype'), url('../fonts/roboto-regular-webfont.svg#roboto') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('../fonts/roboto-italic-webfont.eot');
  src: url('../fonts/roboto-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-italic-webfont.woff') format('woff'), url('../fonts/roboto-italic-webfont.ttf') format('truetype'), url('../fonts/roboto-italic-webfont.svg#roboto') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'KlinicSlabLight';
  src: url('../fonts/KlinicSlabLight-webfont.eot');
  src: url('../fonts/KlinicSlabLight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/KlinicSlabLight-webfont.woff') format('woff'), url('../fonts/KlinicSlabLight-webfont.ttf') format('truetype'), url('../fonts/KlinicSlabLight-webfont.svg#KlinicSlabLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KlinicSlabLight';
  src: url('../fonts/KlinicSlabLightIt-webfont.eot');
  src: url('../fonts/KlinicSlabLightIt-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/KlinicSlabLightIt-webfont.woff') format('woff'), url('../fonts/KlinicSlabLightIt-webfont.ttf') format('truetype'), url('../fonts/KlinicSlabLightIt-webfont.svg#KlinicSlabLight') format('svg');
  font-weight: normal;
  font-style: italic;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rok-left {
  float: left;
}
.rok-right {
  float: right;
}
.rok-dropdown-group,
.rok-dropdown {
  position: relative;
}
.rok-dropdown-open .rok-dropdown {
  display: block;
}
.rok-popover-group,
.rok-popover {
  position: relative;
}
.rok-popover-open .rok-popover {
  display: block;
}
.rt-error-body {
  margin: 150px auto;
  padding: 50px 0;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  body.layout-mode-responsive .rt-error-body {
    width: 100%;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive .rt-error-body {
    width: 100%;
    margin: 0;
  }
}
.rt-error-header {
  text-align: center;
  margin: 25px auto;
  display: block;
}
.rt-error-code {
  font-size: 8em;
  line-height: 1.5em;
  display: block;
}
.rt-error-code-desc {
  text-transform: uppercase;
}
.rt-error-content {
  text-align: center;
  margin: 25px auto;
  display: block;
}
.rt-error-title {
  font-size: 2em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.rt-error-message {
  font-size: 1em;
  margin: 15px 0;
}
.rt-error-button {
  margin: 25px 0;
}
.rt-error-button .readon {
  color: #020803;
  border: 2px solid transparent;
  background: #38d14d;
}
.rt-error-button .readon:hover {
  color: #020803;
  background: #61db72;
}
