#main-layout-content {
  box-sizing: border-box;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px; 
}

#main-layout-content .layout-twocolumn.left-nav:after {
    content: "";
    display: block;
    box-sizing: border-box;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: -1;
    width: calc(100vw - 10px);
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

#leftColumn .profile-side .avatar-platform img {
  max-width: 100%;
  border-radius: 0.5rem;
}

#leftColumn {
  font-size: inherit;
}

.sidebar div {
  margin-top: 7px;
}

.dk-card--marketing__snippet img {
  width: 100%;
  max-width: 20px;
  padding: 0 5px;
}

#rightColumn h2 span {
  float: right;
  margin: 0 5px;
}

.dk-card--marketing__img img {
  max-height: 230px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.dk-card--marketing {
    /* max-width: 248px;*/
}

.dk-card--marketing__snippet .product-video-link span,
.dk-card--marketing__snippet .product-alt-link span {
  /* align-content: end; */
    position: relative;
    width: 330px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    justify-content: flex-end;
    margin: 2px 14px 25px 0px;
    box-sizing: content-box;
    overflow: hidden;
    max-width: 264px;
}

.dk-card--marketing__snippet .product-alt-link span:before {
  content: "\e904";
  font-size: 25px;
  font-weight: normal;
  color: #a4a4a4;
  margin-right: 9px;
}

.dk-card--marketing__snippet .product-video-link span:after {
  content: "\ea1c";
  font-size: 25px;
  font-weight: normal;
  color: #a4a4a4;
  margin-right: 9px;
}

.dk-card--marketing__snippet {
  width: 100%;
}

.sidebar.grid ul,
.card-parent ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
}

.sidebar > h1,
.sidebar.grid > ul {
  padding: 0 10px;
}

.content-column .dk-card--marketing__content div.subtitle, .project-ratings {
    padding-left: 5px;
    padding-right: 5px;
    text-align: start;
    padding-top: 0px;
    font-size: 12px;
}

  div.project-card-icon {
    margin: 0 0 10px 30px;
    padding: 2px 0px;
  }
  
  div.project-card-icon {
    margin: 0px 10px 0 21px;
  }

.join .mk-s.mk-s-plus {
  padding: 10px 0 0px 20px;
  background-position: -12px -81px;
}

  .first-view:hover,
  .second-view:hover {
    cursor: pointer;
  }




.result {
  position: relative;
  width: 25%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  justify-content: flex-end;
  margin: 5px 5px 25px 5px;
  /* box-sizing: content-box; */
  overflow: hidden;
  max-width: 50%;
}

.rtl .result {
  margin: 5px 0px 25px 20px;
}

  .container {
      overflow: hidden;
      position: relative;
      width: 100%;
  }

  .result .overtext {
      overflow: hidden;
      height: 179px;
  }

.container .dk-card--marketing__title {
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
/*       position: relative;
      background: white;
      z-index: 3;   */
}

.container .dk-card--marketing__snippet {
  padding-left: 24px;
  padding-right: 24px;
  align-items: start;
  text-align: start;
/*       position: relative;
      background: white;
      z-index: 3; */
}

   .overlay {
      background: rgba(0,0,0,0.5);
      color: white;
      height: 179px;
      left: 0;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      transition: all 300ms;
      -webkit-transition-delay: 200ms;
      -moz-transition-delay: 200ms;
      transition-delay: 200ms;
      z-index: 2;
      padding: 0;
      overflow: hidden;
      margin-bottom: 0;
      cursor: pointer;
  }

  .text {
    color: white;
    position: absolute;
    height: 56px;
  }
  
  .text{
      overflow:hidden;
      text-overflow: ellipsis;
      content: "";
      padding: 10px 7px 0;
      width: 97%;
      margin: 0;
  }
  
  .text:before {
      content:'';
      width:100%;
      height: 100%;
      position:absolute;
      left:0;
      top:0;
  }







.dk-card--marketing__img img {
  max-height: 230px;
  border-radius: 0.5rem 0.5rem 0 0;
}

/*#rightColumn h2:first-of-type {*/
/*    margin-top: 7px;*/
/*}*/

.dk-card--marketing {
    /* max-width: 248px;*/
}

.dk-card--marketing__snippet .product-video-link span,
.dk-card--marketing__snippet .product-alt-link span {
  /* align-content: end; */
    position: relative;
    width: 330px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    justify-content: flex-end;
    margin: 2px 14px 25px 0px;
    box-sizing: content-box;
    overflow: hidden;
    max-width: 264px;
}

.dk-card--marketing__snippet .product-alt-link span:before {
  content: "\e904";
  font-size: 25px;
  font-weight: normal;
  color: #a4a4a4;
  margin-right: 9px;
}

.dk-card--marketing__snippet .product-video-link span:after {
  content: "\ea1c";
  font-size: 25px;
  font-weight: normal;
  color: #a4a4a4;
  margin-right: 9px;
}


.dk-card--marketing__snippet {
  width: 100%;
  text-align: start;
  margin: 5px;
}



.sidebar.grid ul,
.card-parent ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-flow: row wrap;
}

.sidebar > h1,
.sidebar.grid > ul {
  padding: 0 10px;
}

.box-details.columns {
  position: absolute;
  bottom: 10px;
  left: 24px;
}

  .sprite {
      background-image: url("/-/media/MakerIO/Images/Sprites/sidebar_sprite.png");
      background-repeat: no-repeat;
  }
  
  .sprite-thumbsup-dark {
      background-position: -14px -426px;
      background-repeat: no-repeat;
  }
  
  .sprite-heart-fav {
      background-position: -14px -627px;
      background-repeat: no-repeat;
  }
  
  .sprite-heart {
      background-position: -14px -673px;
      background-repeat: no-repeat;
  }
  
  .mk-s-thumbsup-dark {
    background-position: 32px 50px;
    background-repeat: no-repeat;
    height: 57px;
    overflow: hidden;
    width: 68px;
}
  
  div.first-view{
      width:40px;
      height:21px;
      display:inline-block;
      overflow:hidden;
      margin: 0 8px -1px 0;
  }
  
  .fav.second-view {
      background-image: url("/-/media/MakerIO/Images/Sprites/sidebar_sprite.png");
      background-position:-14px -673px;
      background-repeat: no-repeat;
      height:20px;
      overflow:hidden;
      width: 26px;
  }
  
  .like.second-view {
      background-image: url("/-/media/MakerIO/Images/Sprites/sidebar_sprite.png");
      background-position:-14px -412px;
      background-repeat: no-repeat;
      height:20px;
      overflow:hidden;
      width: 41px;
  }

.dk-card--marketing__title a,
.container .dk-card--marketing__snippet a,
.dk-card--marketing__content .dk-card--marketing__snippet {
  font-weight: bold;
 }

.description a {
  margin-bottom: 5px;
display: block;font-size: 12px;}

.description a,
#communityUnorderedList a,
.group a,
.container .dk-card--marketing__snippet a,
.dk-card--marketing__content .dk-card--marketing__snippet a {
  font-weight: bold;
  text-decoration: none;
  color: var(--link-blue);
}

.description a:hover,
#communityUnorderedList a:hover,
.group a:hover,
.container .dk-card--marketing__snippet a:hover,
.dk-card--marketing__content a:hover {
  text-decoration: underline;
}

.dk-card--marketing__content .corner-ribbon {
  display: none;
}

.sidebar div.avatar-platform {
  margin-top: 0px;
}   


#rightColumn h2:first-of-type {
    margin: 5px;
}

.fav.inline-block.first-view.first-view {
    background-image: url(/-/media/MakerIO/Images/Sprites/sidebar_sprite.png);
    background-position: -14px -696px;
    background-repeat: no-repeat;
    height: 20px;
    overflow: hidden;
    width: 20px;
}

.fav.inline-block.first-view.first-view.change-position {
    background-image: url(/-/media/MakerIO/Images/Sprites/sidebar_sprite.png);
    background-position: -14px -492px;
}

div.project-card-icon, .fav.second-view {
    margin: 0px 10px 0 21px;
}

.first-view.first-view .fav.second-view {
  background-image: none;
}

#rightColumn h2:first-of-type:not(#rightColumn .project h2:first-of-type):not(#rightColumn .product h2:first-of-type):not(.box-wrap.grid.group.card-parent h2.group),
.dk-card--marketing__snippet:not(.project .dk-card--marketing__snippet):not(.product .dk-card--marketing__snippet) {
   padding: 8px 0px;
}

@media screen and (max-width: 1100px) {

  .search-sidebar__richtext img {
  width: 50%;
}

.search-sidebar__richtext div:nth-child(2) {
  width: 100%;
  display: block;
  text-align: center;
}

/* .search-sidebar__richtext div:nth-child(3) {
  width: 100%;
  display: block;
  vertical-align: top;
  line-height: 1.7;
  padding: 10px 5px 0;
  text-align: center;
} */
  
  .search-sidebar__richtext .dk-btn__primary {
  display: block;
}
  
    .featured__interests-section .overtext {
      overflow: hidden;
      /*! margin-bottom: 6px; */
      height: 328px;
  }
  
  .featured__interests-section .container {
  overflow: hidden;
  height: auto;
}

  .container img {
      height: auto;
  }
  
  .result {
  position: relative;
/*  width: 100%;*/
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  justify-content: flex-end;
/*  margin: 5px 0px 25px 0px;*/
  box-sizing: content-box;
  overflow: hidden;
  min-width: 47%;
}



  .result .overtext {
      overflow: hidden;
      height: 279px;
  }

     .overlay {
      height: 279px;
  }

    .result .product .overtext {
      overflow: hidden;
      height: 270px;
  }
  
}


@media screen and (max-width: 768px) {


#leftColumn .profile-side .avatar-platform img {
  width: 100%;
  max-width: 100%;
  border-radius: 0.5rem;
}

}