@charset "UTF-8";
/* Normalize Code Start */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Normalize Code End */
/* Sass Compiled Bootstrap Code Start */
/* Sass Compiled Bootstrap Code End */
.srt {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

a:after,
span:after,
strong:after {
  display: inherit; }

.content, .about__content, .works__content, .contact__content {
  padding: 60px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .content, .about__content, .works__content, .contact__content {
      padding: 120px 0; } }

.content-text, .hero__text, .about__text, .works__text, .contact__text {
  float: none !important;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 76px;
  font: 400 16px "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .content-text, .hero__text, .about__text, .works__text, .contact__text {
      font-size: 22px; } }

/* Sass Compiled Custom Grid Code Start */
.container-fluid, .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .content-text, .hero__text, .about__text, .works__text, .contact__text, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .footer__col, .works__image, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .about__quality, .works__article, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left; }

.container-fluid {
  width: 100%; }

@media (min-width: 576px) {
  .container {
    width: 100%;
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    width: 100%;
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1200px; } }

.row {
  margin-right: -15px;
  margin-left: -15px; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10, .content-text, .hero__text, .about__text, .works__text, .contact__text {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6, .footer__col, .works__image {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12, .about__quality, .works__article {
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3, .works__image {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6, .footer__col, .works__article {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3, .footer__col {
    width: 25%; }
  .col-lg-4, .about__quality {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; } }

/* Sass Compiled Custom Grid Code End */
/* Sass Compiled Theme Code Start */
/* Sass Compiled Theme Code End */
/* Sass Compiled Css Code Start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  *:after {
    clear: both;
    content: "";
    display: block; }

html,
body {
  font-size: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  color: #506a85;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-rendering: optimizeLegibility; }

a {
  outline: none;
  color: #506a85;
  text-decoration: none;
  transition: color 0.2s; }

ul,
ol {
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0; }

h1 {
  font-size: 32px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 44px; } }

h2 {
  font-size: 24px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: 18px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 20px; } }

img {
  max-width: 100%;
  vertical-align: top; }

select {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 4px;
  outline: none;
  color: #ffffff;
  width: 100%; }
  select:focus {
    outline: none;
    border-color: #009BDE; }

option {
  background-color: #fff;
  color: #000; }

p {
  line-height: 1.5; }

.btn {
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font: 700 16px "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .btn:focus {
    outline: none; }
  @media (min-width: 768px) {
    .btn {
      font-size: 20px; } }
  .btn--small {
    padding: 4px 8px;
    font-size: 14px; }
  .btn--medium {
    padding: 18px 42px; }
    @media (min-width: 768px) {
      .btn--medium {
        padding: 22px 42px; } }
  .btn--large {
    padding: 18px 68px; }
    @media (min-width: 768px) {
      .btn--large {
        padding: 22px 68px; } }
  .btn--primary {
    box-shadow: 0px 3px 0px #00a286;
    background: #00bb9b; }
    .btn--primary:hover {
      background: #00a286; }

.icon-btn {
  border: 0;
  background: transparent;
  padding: 0;
  color: #506a85;
  cursor: pointer; }
  .icon-btn:focus {
    outline: none; }

.indicator {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #506a85;
  display: inline-block;
  margin: 0 2px;
  cursor: pointer; }
  .indicator--active {
    background-color: #00bb9b; }

.header__less-info {
  background-color: #f5f7f9;
  padding: 14px 0;
  font-weight: 400;
  border-bottom: 1px solid #e5eaef; }

.header__navbar {
  padding: 36px 0; }

.less-info {
  text-align: center; }
  .less-info span {
    margin-right: 26px;
    font-size: 14px; }
  .less-info span:last-child {
    margin-right: 0; }
  .less-info__left i {
    margin-right: 10px; }
  @media (min-width: 768px) {
    .less-info__left {
      float: left; } }
  .less-info__right {
    display: none; }
    @media (min-width: 768px) {
      .less-info__right {
        float: right;
        display: block; } }

.navbar__nav {
  float: left; }

.navbar__search-icon {
  display: none; }
  @media (min-width: 992px) {
    .navbar__search-icon {
      display: block;
      float: right;
      padding: 12px 0; } }

.nav {
  width: 100%; }
  @media (min-width: 992px) {
    .nav {
      width: calc(100% - 16px); } }
  @media (min-width: 992px) {
    .nav__holder {
      float: left; } }
  .nav__logo {
    float: left; }
    @media (min-width: 992px) {
      .nav__logo {
        margin-right: 88px; } }
  .nav__nav-icon {
    float: right;
    padding: 12px 0; }
    @media (min-width: 992px) {
      .nav__nav-icon {
        display: none; } }
    .nav__nav-icon .icon-btn {
      margin-left: 20px; }
  .nav__nav-links {
    display: none; }
    @media (min-width: 992px) {
      .nav__nav-links {
        display: block;
        float: left;
        padding: 12px 0; } }
    .nav__nav-links li {
      font-weight: 700;
      font-size: 16px;
      padding: 12px 0; }
      @media (min-width: 992px) {
        .nav__nav-links li {
          margin-right: 20px;
          display: inline-block; } }
      @media (min-width: 992px) {
        .nav__nav-links li {
          margin-right: 44px;
          padding: 0; } }

.quality {
  text-align: left;
  margin: 20px 0; }
  @media (min-width: 992px) {
    .quality {
      margin: 0; } }
  .quality__icon {
    width: 70px;
    float: left;
    font-size: 56px;
    text-align: right;
    color: #00bb9b; }
  .quality__text {
    padding-left: 100px; }

.article {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 3px 0px #e5eaef; }
  .article__image-holder {
    background-color: #00bb9b; }
  .article__description {
    padding: 34px 12px; }
    .article__description p {
      margin-top: 6px; }

.footer {
  background-color: #334455; }
  .footer__row {
    margin: 0 -15px;
    padding: 72px 0; }
  .footer__col {
    margin-top: 30px; }
    @media (min-width: 992px) {
      .footer__col {
        margin: 0; } }
  .footer__text {
    text-align: center;
    color: #334455; }
    @media (min-width: 768px) {
      .footer__text {
        float: left; } }
  .footer__bottom {
    padding: 32px 0;
    background-color: #202b35;
    font-size: 14px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__bottom {
        text-align: left; } }
    .footer__bottom ul {
      float: right;
      margin-top: 16px; }
      @media (min-width: 768px) {
        .footer__bottom ul {
          margin: 0; } }
    .footer__bottom li {
      display: inline-block; }
    .footer__bottom li:before {
      content: "·";
      padding: 6px; }
    .footer__bottom li:first-child:before {
      content: ""; }

.f-column__heading {
  color: #fff;
  margin-bottom: 24px; }

.f-column__text {
  font-size: 14px;
  margin: 24px 0;
  color: #a3b1bf; }
  .f-column__text span {
    display: block; }
  .f-column__text i.fas, .f-column__text i.far, .f-column__text i.fa {
    margin-right: 10px; }

.f-column__link {
  color: #a3b1bf;
  font-weight: 700; }

.f-column__showcase-image {
  width: 49%;
  display: inline-block;
  padding-bottom: 4px; }
  .f-column__showcase-image:nth-child(odd) {
    padding-right: 2px; }
  .f-column__showcase-image:nth-child(even) {
    padding-left: 2px; }

.f-column__input {
  background-color: #465d75;
  border-radius: 3px;
  padding: 6px 6px; }
  .f-column__input input {
    float: left;
    background: transparent;
    color: #a3b1bf;
    font: 14px "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border: 0;
    padding: 5px 0; }
    .f-column__input input:focus {
      outline: none; }
    .f-column__input input::placeholder {
      color: #a3b1bf; }
  .f-column__input button {
    float: right; }

.hero {
  width: 100%;
  height: calc(100vh - 161px);
  background-color: #506a85;
  background: url("../../images/hero.png") no-repeat center;
  background-size: cover;
  display: table; }
  .hero__content {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .hero__heading {
    font: 900 34px "Lato", "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px; }
    @media (min-width: 768px) {
      .hero__heading {
        font-size: 78px; } }
  .hero__text {
    color: #a3b1bf; }

.about {
  background-color: #fff; }
  .about__qualities {
    margin: 0 -15px; }

.works {
  background-color: #f5f7f9; }
  .works__showcase-lg {
    margin: 0 -15px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .works__showcase-lg {
        margin-bottom: 80px; } }
  .works__article {
    margin: 10px 0; }
    @media (min-width: 768px) {
      .works__article {
        margin: 0; } }
  .works__showcase-sm {
    margin: 0 -15px; }
  .works__image {
    margin: 15px 0; }
  .works__indicator-holder {
    margin-top: 44px; }

.contact {
  background-color: #fff; }

@media (min-width: 576px) {
  .is-collapsed-mobile {
    visibility: collapse;
    padding: 0;
    height: 0;
    margin: 0;
    line-height: 0; } }

@media (min-width: 576px) {
  .is-displayed-mobile {
    display: block; }
    .is-hidden-mobile {
      display: none; } }

@media (min-width: 768px) {
  .is-displayed-mobile {
    display: none; } }

@media print {
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  body {
    font: 12pt "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.3; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  footer {
    display: none; }
  header {
    margin-bottom: 40px; }
    header h1, header nav {
      display: none; }
    header:after {
      content: "www.reen.com"; }
    header:before {
      display: block;
      content: "Thank you for printing our content at www.reen.com. Please check back soon for new contents.";
      margin-bottom: 10px;
      border: 1px solid #bbb;
      padding: 6px 8px;
      font-style: italic; }
  @page {
    margin: 0.5cm; }
  h1 {
    font-size: 24pt; }
  h2 {
    font-size: 14pt;
    margin-top: 25px; }
  aside {
    border-top: 1px solid #bbb;
    margin-top: 30px;
    display: block; }
    aside h2 {
      font-size: 18pt; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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