/* line 3, ../../_sass/print.scss */
#nav,
.navbar,
.breadcrumbs,
.breadcrumb,
#sidebar,
#social,
#footer,
#page-topimage,
#fb-root,
.button-social,
.fb-like,
.twitter-share-button,
.twitter-timeline,
.btn,
.hidden-print {
  display: none !important;
}

/* line 21, ../../_sass/print.scss */
a[href]:after,
abbr[title]:after {
  content: "" !important;
}

@page {
  margin: 15mm 12mm;
}
/* line 30, ../../_sass/print.scss */
body {
  background: #fff !important;
  color: #000 !important;
  font-size: 11pt;
  line-height: 1.6;
  overflow-wrap: break-word;
}

/* line 38, ../../_sass/print.scss */
.container,
.container-fluid {
  width: auto !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 48, ../../_sass/print.scss */
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 53, ../../_sass/print.scss */
[class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 58, ../../_sass/print.scss */
#content-page,
#content-news {
  float: none !important;
  width: 100% !important;
}

/* line 64, ../../_sass/print.scss */
img,
table,
pre,
iframe,
embed,
object,
video {
  max-width: 100% !important;
}

/* line 74, ../../_sass/print.scss */
pre {
  white-space: pre-wrap !important;
}

/* line 78, ../../_sass/print.scss */
#header {
  margin-bottom: 1em;
}
/* line 81, ../../_sass/print.scss */
#header .logo {
  width: 50mm !important;
  max-width: 50mm !important;
  height: auto !important;
}

/* line 88, ../../_sass/print.scss */
#top-main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 93, ../../_sass/print.scss */
h1, h2, h3, h4, h5 {
  page-break-after: avoid;
}

/* line 97, ../../_sass/print.scss */
img, figure, tr, pre, blockquote {
  page-break-inside: avoid;
}

/* line 101, ../../_sass/print.scss */
thead {
  display: table-header-group;
}
