.blog-container {
  background: #fff;
  border-radius:15px;
  border-left:0.5px solid rgb(233, 236, 239);
  border-right:0.5px solid rgb(233, 236, 239);
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 2px -2px;
  font-weight: 300;
  width: calc(25% - 20px);
  margin: 10px;
  height: 550px !important;
  display: block;
  float:left;
  position: relative;
}
.h2ProjectTitle_KC{
  padding-bottom:5px
}
@media all and (max-width: 1600px) {
  .blog-container {
    width: calc(33.33% - 20px);
  }
}

@media all and (max-width: 1200px) {
  .blog-container {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 900px) {
  .blog-container {
    width: calc(100% - 0px);
    margin: 0px;
    margin-bottom: 40px;
  }
  .blog-title h2 a {
      margin-bottom: 20px;

  }
  .h2ProjectTitle_KC{
    padding-bottom:0px !important;

  }


}




.blog-new{
  margin-top: 25px;

}
.blog-top{
  margin-top: 35px;
}
.blog-container a {
  color: #4d4dff;
  text-decoration: none;
  transition: 0.25s ease;
}

.blog-container a:hover {
  border-color: #F5CC0E;
  color: #F5CC0E;
}


.blog-cover {
  background-color: #dcdcdc;
  background-size: cover;
  border-radius: 15px 15px 0 0;
  height: 15rem;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 64px 64px 16px;
}


.blog-money {
  margin: 0 auto;
  padding-top: 0.125rem;
  width: 80%;
}
.blog-amount{
  text-align:right;
  position: absolute;
  bottom: 70px;
  width: calc(100% - 40px);
}

.blog-amount h3{
  color: #0b7dda;
  font-weight: 400;
  font-size:30px;
  padding-top:0px;
  margin-bottom:0px;
}
.blog-amount p{
  color: #4D4D4D;
  font-weight: 300;
  font-size:14px;
  padding-top:6px;
  margin-bottom:0px;
}

.home-blog-amount{
  text-align:right;
  position: absolute;
}

.home-blog-amount h3{
  color: #0b7dda;
  font-weight: 400;
  font-size:30px;
  padding-top:0px;
  margin-bottom:0px;
}
.home-blog-amount p{
  color: #4D4D4D;
  font-weight: 300;
  font-size:14px;
  padding-top:6px;
  margin-bottom:0px;
}


.blog-body {
    margin: 20px auto;
    width: 100%;
    padding: 20px;
    padding-top: 0px;
    box-sizing: border-box;
}


.video-body {
  height: 100%;
  width: 100%;
}
.blog-details{
  display:inline-block;
}
.blog-title h2 a {
  color: #333;
  float:left;
  width:100%;
  font-weight: 400 !important;
  font-size:18px;

}
.blog-person p {
  color: #4d4d4d;
}
.blog-summary p {
  color: #4d4d4d;
  width:100%;
  font-size:14px;

}

.blog-tags ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom:-5px;
  margin-top:-5px;
}

.blog-tags li + li {
  margin-left: 0.5rem;
}

.blog-tags a {
  border: 1px solid #999999;
  border-radius: 3px;
  color: #999999;
  font-size: 11px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: 0 0.5rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  width: 5rem;
  padding-top: 1px;
  padding-bottom: 1px;
}
.blog-tag-trending a{
  color: #ffffff;
  border: 1px solid #0b7dda;
  background: #0b7dda;
}
.blog-tag-sub{
  margin-left:0px !important;
}
.blog-tag-main{
  margin-right:8px !important;
}
.blog-footer {
  border-top: 1px solid #e6e6e6;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.blog-footer ul {
  list-style: none;
  display: flex;
  flex: row wrap;
  justify-content: flex-end;
  padding-left: 0;
}

.blog-footer li:first-child {
  margin-right: auto;
}


.blog-footer li {
  color: #999999;
  font-size: 0.75rem;
  height: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  white-space: nowrap;
}

.blog-footer li a {
  color: #999999;
}


.numero {

  font-size: 12px;
}

.icon{
  height:20px;
  margin-top:17px;
  width:auto;
  font-size:20px;
}
.icons{
  margin-left: 15px;
}

.amountWrapper{
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.amount {
  text-align: right;
  font-size:12px;
  color: #000000;
  height: 5px;
  border-radius: 2px;
  background: #F5CC0E;
  box-sizing: border-box;
  font-weight: bold;
  position: absolute;
  min-width: 10px !important;
}

.amountWrapper p{
  float: right;
  font-size: 12px;
  color: #000000;
  margin-top: 10px;
}

.amountFull{
  width: calc(100% - 20px);
  height: 5px;
  background: #dcdcdc;
  position: absolute;
  border-radius: 2px;
}

#creator:hover{
  opacity: 0.8;
  cursor: pointer;
}
#creator img{
  height: 35px;
  padding-left:0px;
  padding-right:8px;
  padding-top:3px;

}
#creator_info{
  padding-top:7px;
  color: #4D4D4D;
  font-size:16px;
}
.ranking-number {
  background: #F5CC0E;
  width: 70px;
  height: 70px;
  border-top-right-radius:0%;
  border-top-left-radius:5%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:0%;

  text-align: center;
  margin: 0 auto 1em;
}
.ranking-number span {
  line-height: 70px;
  font-size: 35px;
  color: #fff;
}
.ranking-card{
  position:absolute;
  display:inline-block;

  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.published-date{
  margin-top:13px;
}

