@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.blog-header .sub-header {
  display: none; }
.blog-header #footer {
  position: relative; }
.blog-header .ce-media {
  padding: 30px 0 20px 0; }

.tx-blog-content a,
.tx-blog-meta a,
.tx-blog-comment-section a,
.tx-blog-sidebar a,
.tx-blog-post-list a,
.tx-blog-widget a {
  color: #54555D; }
.tx-blog-content h1, .tx-blog-content .h1,
.tx-blog-meta h1,
.tx-blog-meta .h1,
.tx-blog-comment-section h1,
.tx-blog-comment-section .h1,
.tx-blog-sidebar h1,
.tx-blog-sidebar .h1,
.tx-blog-post-list h1,
.tx-blog-post-list .h1,
.tx-blog-widget h1,
.tx-blog-widget .h1 {
  color: #54555D; }

.tx-blog-sidebar {
  display: none; }

.blog-single [id^="c"] h1, .blog-single [id^="c"] .h1, .blog-single [id^="c"] h2, .blog-single [id^="c"] .h2 {
  color: #54555D;
  font-size: 53px;
  padding-top: 20px; }

.tx-blog-wrap {
  position: relative;
  padding-bottom: 30px; }

.tx-blog-date {
  position: absolute;
  top: 0;
  right: 0; }

.tx-blog-content > div:first-child {
  margin-bottom: 40px; }
  .tx-blog-content > div:first-child h1, .tx-blog-content > div:first-child .h1 {
    margin-bottom: 10px; }
  .tx-blog-content > div:first-child p {
    font-size: 15px; }

.tx-blog-content > div:first-child h1, .tx-blog-content > div:first-child .h1 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 53px;
  color: #54555D; }
.tx-blog-content > div:first-child h1 + .ce-textpic .ce-bodytext {
  column-count: 1; }
.tx-blog-content > div:first-child .ce-bodytext {
  column-count: 2;
  column-gap: 30px; }

.tx-blog-comments {
  margin-top: 30px; }

.tx-blog-images {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 30px 0;
  clear: both; }
.tx-blog-image-wrap {
  width: calc(25% - 23px);
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  margin-bottom: 20px; }
  .tx-blog-image-wrap:nth-of-type(4n+1) {
    margin-left: 0; }
  .tx-blog-image-wrap:nth-of-type(4n+4) {
    margin-right: 0; }
.tx-blog-image-title {
  padding: 9px 15px;
  background: #54555D;
  color: #FFF;
  font-weight: 100;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 23px; }

.tx-blog-post-list h2 {
  margin-bottom: 10px; }
  .tx-blog-post-list h2 a, .tx-blog-post-list h2 a:hover, .tx-blog-post-list h2 a:focus {
    color: #54555D; }
    .tx-blog-post-list H2 A.label {
    display: inline-block;
    margin-right: 10px;
  }
.tx-blog-post-list .container {
  border-bottom: 1px solid #c2c2c5;
  margin-bottom: 30px; }
  .tx-blog-post-list .container:last-of-type {
    border-bottom: none; }
  .tx-blog-post-list .container .post .blog-list-logo {
    margin: 7px 15px 15px 0;
    min-width: 255px; }
  .tx-blog-post-list .container .post .blog-list-text {
    margin: 0px 15px 15px 0; }
  .tx-blog-post-list .container .post .blog-list-link .btn {
    color: white;
    margin-top: 50px; }
.tx-blog-post-list .post + .post {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #E3E3E5; }
.tx-blog-post-list .post:last-child {
  margin-bottom: 50px; }

.tx-blog-post-list UL.pagination {
  display: flex;
}
.tx-blog-post-list UL.pagination LI {
  margin: 5px 10px 5px 0;
}

.tx-blog-post-list UL.pagination LI A {
  padding: 5px 10px;
  display: inline-block;
  background: #e3e3e5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tx-blog-post-list UL.pagination LI.active A {
  pointer-events: none;
}
.tx-blog-post-list UL.pagination LI.active A,
.tx-blog-post-list UL.pagination LI A:hover {
  background: #54555D;
  color: #fff;
}


.tx-blog-comment-form .form-group {
  margin-bottom: 10px; }

.tx-blog-meta {
  font-size: 14px;
  list-style: none;
  margin: 0 -10px; }
  .tx-blog-meta:after, .tx-blog-meta:before {
    content: "";
    display: block;
    clear: both; }
  .tx-blog-meta li {
    display: block;
    float: left;
    min-height: 1px;
    padding: 0 10px;
    border-right: 1px solid #EDEDEE; }
    .tx-blog-meta li:last-child {
      border-right: none; }
    .tx-blog-meta li:before {
      font-family: 'Material Icons', sans-serif;
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      font-size: 16px;
      content: "";
      color: #54555D;
      vertical-align: middle;
      padding-right: 3px; }
  .tx-blog-meta .entry-author:before {
    content: ""; }
  .tx-blog-meta .entry-tags:before {
    content: ""; }
  .tx-blog-meta .entry-comment-count:before {
    content: ""; }

.tx-blog-widget .categories {
  margin: 0;
  padding: 0; }
.tx-blog-widget h3 {
  margin: 14px 0 0;
  font-size: 27px;
  letter-spacing: 0; }
.tx-blog-widget li {
  margin: 5px 0; }

.tx-blog-image-title {
  font-size: 14px; }

.ce-textpic .ce-column {
  float: left;
  padding-right: 30px; }
.ce-textpic img {
  margin-top: 30px; }
.ce-textpic figcaption {
  max-width: 295px;
  font-size: 12px;
  padding-top: 10px; }

@media (max-width: 768px) {
  .tx-blog-wrap {
    margin-top: 30px; }
  .tx-blog-images {
    width: 80%;
    margin: 0 auto; }

  .tx-blog-post-list .container .post .blog-list-link .btn {
    margin-top: 0; } }
@media (max-width: 640px) {
  .tx-blog-image-wrap {
    width: calc(50% - 10px); }
    .tx-blog-image-wrap:nth-of-type(2n+1) {
      margin-left: 0; }
    .tx-blog-image-wrap:nth-of-type(2n+2) {
      margin-right: 0; }
  .tx-blog-content > div:first-child h1, .tx-blog-content > div:first-child .h1, .tx-blog-content > div:first-child h2, .tx-blog-content > div:first-child .h2 {
    font-size: 20px;
    text-align: left; }
  .tx-blog-content > div:first-child .ce-bodytext {
    column-count: 1; } }

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