.card-feed {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  /*max-width: 1260px;*/
  box-sizing: border-box; }
  .card-feed * {
    box-sizing: border-box; }
  .card-feed .feed-item img {
    max-height: 300px;
    padding: 10px; }

.feed-item {
  position: relative;
  width: 300px;
  margin-bottom: 40px;
  /* margin-right: 20px; */
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-clip: padding-box;
  border: 1px solid #c7c7c7;
  /* border-radius: 4px; */
  background-color: #efefef; }

#various-feed .feed-item:last-child {
  margin-bottom: 0; }

#various-feed img {
  height: 150px; }

.feed-item {
  pointer-events: none; }
  .feed-item a {
    pointer-events: auto; }
  .feed-item .card-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

/*.card-feed .feed-item:nth-child(n+5){
      display: none;
  }*/
.card-feed .item-title {
  font-size: 0.95rem; }

.card-dummy {
  display: none;
  visibility: hidden;
  padding: 0;
  margin: 0;
  max-height: 0; }

.feed-item-header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-bottom: lightgray 1px solid;
  margin-bottom: 10px; }

.feed-item-body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-top: 20px; }

.feed-img-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start; }

.item-main-text {
  width: 100%; }

.item-title {
  font-weight: 700; }

.item-date {
  color: gray; }

.twitter-button {
  background-color: #E0EBF5;
  color: #006ABB !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 10px;
  cursor: pointer;
  text-transform: initial;
  font-size: 0.8em;
  position: relative;
  border: 1px solid #38A1F8;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 50px; }
  .twitter-button img {
    width: 22px;
    height: 22px;
    padding: 4px;
    margin-right: 4px;
    margin-left: 4px;
    height: 22px !important; }

.carouselContainer {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  overflow: hidden;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: w;
  transition: 0.2s background-color; }
  .carouselContainer.not-loaded {
    height: 230px; }
  .carouselContainer .nav-button {
    position: relative;
    width: 20px;
    background-color: #f7f7f7;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    z-index: 2;
    color: #009682;
    cursor: pointer; }
    .carouselContainer .nav-button:hover {
      color: #9b9b9b; }
    .carouselContainer .nav-button::before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      font-size: 2em; }
    .carouselContainer .nav-button.prev-button {
      -ms-flex-pack: start;
          justify-content: flex-start; }
      .carouselContainer .nav-button.prev-button::before {
        content: '\f0d9'; }
    .carouselContainer .nav-button.next-button {
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .carouselContainer .nav-button.next-button::before {
        content: '\f0da'; }

.carousel {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  opacity: 1;
  transition: 0.2s opacity;
  padding-left: 10px;
  padding-right: 10px; }

.carouselContainer.not-loaded > .carousel {
  opacity: 0; }

.carousel .feed-item {
  width: 100%;
  max-width: none;
  margin: 0;
  height: 100%; }

.carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }

.carousel .card-caption {
  font-size: 0.9em;
  text-align: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.carousel .feed-img-container {
  -ms-flex-positive: 0;
      flex-grow: 0; }

.carousel * {
  box-sizing: border-box; }

#teco-carousel-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  opacity: 1;
  transition: 0.2s opacity; }
  #teco-carousel-dots.not-loaded {
    background: none;
    opacity: 0; }
  #teco-carousel-dots .owl-dot {
    padding: 10px 5px 10px 5px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: transparent; }
    #teco-carousel-dots .owl-dot span {
      box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
      width: 16px;
      height: 4px;
      background-color: #9b9b9b;
      display: block;
      transition: 0.2s background-color; }
    #teco-carousel-dots .owl-dot.active span {
      background-color: #009682; }

#news-feed .news-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 20px; }
  #news-feed .news-item .item-media {
    position: absolute;
    padding: 0;
    max-width: unset;
    max-height: unset;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    object-fit: contain;
    width: 100%;
    height: 100%; }
  #news-feed .news-item .news-date {
    margin-top: 0;
    color: #797979; }

#news-feed .news-text {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  padding-left: 20px; }

#news-feed .news-img-container {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  height: 133px;
  overflow: hidden;
  opacity: 1;
  transition: 0.2s opacity; }
  #news-feed .news-img-container.not-loaded img {
    opacity: 0; }

.img-transform {
  position: absolute;
  width: 100%;
  height: 100%; }

.carousel .feed-item {
  border-top: 8px solid #18818d; }
  .carousel .feed-item::before {
    position: absolute;
    display: block;
    content: " ";
    left: 0;
    top: 0;
    width: 100%;
    height: 32px;
    z-index: 1; }
  .carousel .feed-item::after {
    position: absolute;
    display: block;
    font-size: 1em;
    right: 0;
    top: 0;
    width: auto;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
    color: white;
    font-weight: bold;
    height: 32px;
    z-index: 1; }
  .carousel .feed-item.project {
    border-top: 8px solid #0996AD; }
    .carousel .feed-item.project::after {
      content: "PROJECT";
      background-color: #0996AD; }
  .carousel .feed-item.demo {
    border-top: 8px solid #009682; }
    .carousel .feed-item.demo::after {
      content: "DEMO";
      background-color: #009682; }

.project-feed-item .feed-img-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-positive: 0;
      flex-grow: 0; }
  .project-feed-item .feed-img-container img {
    padding: 0;
    opacity: 1;
    transition: 0.2s opacity; }

.project-feed-item .imgBackground {
  position: relative;
  width: 150px;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-repeat: repeat;
  margin: 10px;
  transition: 0.2s background-color;
  background-color: white; }

.not-loaded {
  background-image: linear-gradient(315deg, #FFF, #a9e9e0, #FFF);
  background-size: 600% 100%;
  animation: bg-pan-left 2s ease-in-out infinite alternate both; }

.project-feed-item .imgBackground.not-loaded img {
  opacity: 0; }

.project-feed-item .card-caption {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

img.autocrop {
  padding: 0; }

@media only screen and (max-width: 600px) {
  .feed-item {
    width: 100%;
    margin-bottom: 20px; }
  #news-feed .news-item {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 50px;
    width: 100%; }
  #news-feed .news-img-container {
    /* transform: scale(1.3); */
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    width: 100%;
    height: 0;
    padding-bottom: 66.5%; }
  #news-feed .news-item .news-text {
    padding-left: 0; } }

@keyframes bg-pan-left {
  0% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@media only screen and (min-width: 600px) {
  .feed-item {
    width: calc(50% - 10px); }
  #various-feed .feed-item {
    width: calc(50% - 10px);
    margin-bottom: 0;
    max-width: unset; }
    #various-feed .feed-item:last-child {
      margin-bottom: 0; } }

@media only screen and (min-width: 761px) {
  .feed-item {
    width: calc( 33.3% - 13.4px); } }
/*# sourceMappingURL=frontpage4.css.map */