html {
  text-size-adjust: 100%;
}

input, textarea, button, select {
  outline: none;
  font: inherit;
  margin: 0;
  border-radius: 0;
}
input:active, input:focus, textarea:active, textarea:focus, button:active, button:focus, select:active, select:focus {
  outline: none;
}

button, input[type=submit], input[type=button] {
  -webkit-appearance: none;
  cursor: pointer;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin: 0;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  font-family: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

header, nav, section, article, aside, footer, main {
  display: block;
}

textarea {
  resize: none;
  font: inherit;
}

ol, ul {
  list-style: none;
}

img {
  border: none;
  display: block;
}

input {
  vertical-align: middle;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.float-n {
  float: none;
}

.size9 {
  font-size: 9px;
}

.size10 {
  font-size: 10px;
}

.size11 {
  font-size: 11px;
}

.size12 {
  font-size: 12px;
}

.size13 {
  font-size: 13px;
}

.size14 {
  font-size: 14px;
}

.size15 {
  font-size: 15px;
}

.size16 {
  font-size: 16px;
}

.size17 {
  font-size: 17px;
}

.size18 {
  font-size: 18px;
}

.size20 {
  font-size: 20px;
}

.size21 {
  font-size: 21px;
}

.size22 {
  font-size: 22px;
}

.size24 {
  font-size: 24px;
}

.size25 {
  font-size: 25px;
}

.size26 {
  font-size: 26px;
}

.size28 {
  font-size: 28px;
}

.size30 {
  font-size: 30px;
}

.size32 {
  font-size: 32px;
}

.size34 {
  font-size: 34px;
}

.size35 {
  font-size: 35px;
}

.size36 {
  font-size: 36px;
}

.size50 {
  font-size: 50px;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-j {
  text-align: justify;
}

.text-r {
  text-align: right;
}

.text-tr-up {
  text-transform: uppercase;
}

.text-tr-low {
  text-transform: lowercase;
}

.bold {
  font-weight: bold;
}

.font-normal {
  font-weight: normal;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.flex-row {
  display: flex;
}

.ai-c {
  align-items: center;
}

.ai-fe {
  align-items: flex-end;
}

.ai-fs {
  align-items: flex-start;
}

.jc-c {
  justify-content: center;
}

.jc-sb {
  justify-content: space-between;
}

.js-sa {
  justify-content: space-around;
}

.ci-check {
  background-image: url(../img/ci-sprite.png);
  background-position: -48px 0px;
  width: 13px;
  height: 11px;
}

.ci-email {
  background-image: url(../img/ci-sprite.png);
  background-position: 0px 0px;
  width: 24px;
  height: 24px;
}

.ci-location {
  background-image: url(../img/ci-sprite.png);
  background-position: -24px -24px;
  width: 18px;
  height: 24px;
}

.ci-phone {
  background-image: url(../img/ci-sprite.png);
  background-position: -24px 0px;
  width: 24px;
  height: 24px;
}

.ci-skype {
  background-image: url(../img/ci-sprite.png);
  background-position: 0px -24px;
  width: 24px;
  height: 24px;
}

/*# sourceMappingURL=libs.css.map */
