.toolbar-left > .view-mode .grid {
  margin-right: 5px;
  background:url(../../images/view-as-1.png) no-repeat;
  background-size: cover;
  border: 1px solid #c1c1c1;
}
.toolbar-left > .view-mode .grid-1 {
  margin-right: 5px;
  background:url(../../images/view-as-2.png) no-repeat;
  background-size: cover;
  border: solid 1px #c1c1c1;
}
.toolbar-left > .view-mode .list {
  background:url(../../images/view-as-3-white.png) no-repeat;
  background-size: cover;
  background-color: #2f9ee5;
  border: 1px solid #2f9ee5;
}
#technical-note-list.products-grid > li {
  float: left;
  width: 31%;
  margin-right:0;
  padding: 5px;
  padding-bottom: 0!important;
  border: solid 1px #c1c1c1;
  border-radius: 0;
  margin-right: 30px;
  box-shadow: 0 3px 10px 1px rgba(0,0,0,0.1);
  min-height: 264px;
}
#technical-note-list.products-grid .product-info {
  padding-bottom: 0!important;
  width: 100%;
}
#technical-note-list.products-grid > li:nth-child(3), #technical-note-list.products-grid > li:nth-child(6) {
  margin-right: 0;
}
#technical-note-list.products-grid > li:hover {
  border: solid 1px #ddd!important;
  box-shadow: none;
}
#technical-note-list.products-grid .item .sh-overlay-style1 {
    opacity:0 !important;
    transition:all .3s ease-in-out;
}
#technical-note-list.products-grid .item .sh-table-full {
    display: table;
    width: 70%;
    height: 100%;
    margin: auto;
}
#technical-note-list.products-grid .item:hover .sh-overlay-style1, #technical-note-list.products-grid .item:hover .sh-overlay-item{
    opacity:1 !important;
    transition:all .3s ease-in-out;
}
#technical-note-list.products-grid .item:hover a.product-name, #technical-note-list.products-grid .item:hover p.add-date {
  color: #2f9ee5!important;
}
#technical-note-list.products-grid .product-image  {
  margin-bottom: 5px;
  border-radius: 0;
  overflow: hidden;
  display: none;
}
#technical-note-list.products-grid .item .product-info  a.product-name {
  
  font-weight: 400;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
  float: left;
  padding-top: 0;
  border-top: 0;
  text-align: left!important;
  color: #707070;
}
#technical-note-list.products-grid .item .product-info p {
  
  font-weight: 300;
  text-align: left;
  margin-top: 5px;
  min-height: 114px;
}


#technical-note-list.products-grid .item .product-info p.add-date {
  font-weight: 400;
  min-height: 14px;
}
.read-more-2 {
  background: url('../../images/link-bg-1.png') bottom center no-repeat;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  float: left;
  width: 100%;
  height: 60px;
  line-height: 100px;
}
.read-more-2:hover {
  background-position-y: 130%;
  transition:all .2s ease-in-out;
  color: #fff;
}
@media only screen and (max-width: 991px){
  #technical-note-list {
      margin-top: 10px;
  }
  #technical-note-list.products-grid > li {
    width: 48%;
    min-height: unset;
    height: auto!important;
  }
  #technical-note-list.products-grid > li:nth-child(2), #technical-note-list.products-grid > li:nth-child(4), #technical-note-list.products-grid > li:nth-child(6) {
    margin-right: 0;
  }
  #technical-note-list.products-grid > li:nth-child(3) {
    margin-right: 30px;
  }
  #technical-note-list.products-grid > li:nth-child(3n+1) {
    clear: none;
  }

}
@media only screen and (max-width: 767px){
  #technical-note-list {
      margin-top: 10px;
  }
  #technical-note-list.products-grid > li {
    width: 94%;
    min-height: unset;
    height: auto!important;
  }
  #technical-note-list.products-grid .item .product-info p {
      min-height: 0;
  }


  .type-of-event {
      bottom: unset;
      top: 0;
      position: relative;
      right: 0;
      float: right;
      clear: both;
      margin-top: 10px;
  }
}
