.intec-template {
  display: block;
  min-height: 320px;
}
.intec-template .intec-template-content {
  display: block;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intec-template .intec-template-content:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
}
.intec-template .intec-template-breadcrumb {
  display: block;
  margin-top: 30px;
  margin-bottom: 11px;
}
.intec-template .intec-template-title {
  display: block;
  margin-top: 11px;
  margin-bottom: 30px;
}
.intec-template .intec-template-page {
  display: block;
  margin-bottom: 50px;
}
.intec-template .intec-template-page:after {
  display: table;
  content: "";
  clear: both;
}
.intec-template .intec-template-page.intec-template-page-flat {
  margin-bottom: 0;
}
.intec-template .intec-template-page.intec-template-page-narrow {
  margin-top: 50px;
}
.intec-template .widget .widget-header .widget-title, .intec-template .intec-template-part.intec-template-part-title {
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.3;
  color: #1B1E25;
}
.intec-template .widget .widget-header .widget-description, .intec-template .intec-template-part.intec-template-part-description {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
  color: #808080;
}
.intec-template .widget .widget-header .widget-title.align-left,
.intec-template .widget .widget-header .widget-description.align-left,
.intec-template .widget .widget .widget-footer.align-left {
  text-align: left;
}
.intec-template .widget .widget-header .widget-title.align-center,
.intec-template .widget .widget-header .widget-description.align-center,
.intec-template .widget .widget-footer.align-center {
  text-align: center;
}
.intec-template .widget .widget-header .widget-title.align-right,
.intec-template .widget .widget-header .widget-description.align-right,
.intec-template .widget .widget-footer.align-right {
  text-align: right;
}
.intec-template .widget .widget-header .widget-title + .widget-description {
  margin-top: 16px;
}
.intec-template .widget .widget-header + .widget-content {
  margin-top: 40px;
}
.intec-template .widget .widget-content + .widget-footer {
  margin-top: 35px;
}
.intec-template .intec-template-footer {
  display: block;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 720px) {
  .intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
    font-size: 22px;
  }
}
@media all and (max-width: 500px) {
  .intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
    font-size: 18px;
  }
}
@media print {
  .intec-template a:link::after, .intec-template a:visited::before {
    content: "";
  }
}

.public .intec-template {
  height: 100%;
}
.public .intec-template .intec-template-content {
  height: 100%;
}

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