/* line 1, ../sass/them.scss */
body {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

/* line 6, ../sass/them.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 11, ../sass/them.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../sass/them.scss */
:active, :hover, :focus {
  outline: 0;
  outline-offset: 0;
}

/* line 21, ../sass/them.scss */
img {
  vertical-align: middle;
}

/* line 24, ../sass/them.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 30, ../sass/them.scss */
.text-left {
  text-align: left;
}

/* line 33, ../sass/them.scss */
.text-right {
  text-align: right;
}

/* line 36, ../sass/them.scss */
.text-center {
  text-align: center;
}

/* line 39, ../sass/them.scss */
.container {
  padding: 0 15px;
  margin: auto;
  position: relative;
}
/* line 43, ../sass/them.scss */
.container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 53, ../sass/them.scss */
b {
  font-weight: bold !important;
}

/* line 57, ../sass/them.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 65, ../sass/them.scss */
.clearfix {
  clear: both;
}
