.toolbar-left > .view-mode .grid {
  margin-right: 5px;
  background:url(../../images/view-as-1-white.png) no-repeat;
  background-size: cover;
  background-color: #2f9ee5;
  border: 1px solid #2f9ee5;
}
.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.png) no-repeat;
  background-size: cover;
}
#technical-note-list.products-grid > li {
  float: left;
  width: 100%;
  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: 194px;
  max-height: 194px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#technical-note-list.products-grid .product-info {
  padding-bottom: 0!important;
  float: left;
  width: 65%;
  min-height: 0px!important;
  max-height: 190px;
}
#technical-note-list.products-grid > li:nth-child(2) {
  margin-right: 0;
}
#technical-note-list.products-grid > li:hover {
  border: solid 1px #ddd!important;
  box-shadow: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#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: 0;
  border-radius: 0;
  overflow: hidden;
  width: 32%;
  float: left;
  margin-right: 15px;
  height: 180px;
}
#technical-note-list.products-grid .product-image img {
  width: 100%;
  height: auto;
}

#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;
  width: 85%;
}

#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;
  background: none;
  background-color: #2f9ee5;
  border-radius: 126px;
  width: 50px;
  height: 50px;
  line-height: 13px;
  padding-top: 11px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #2f9ee5!important;
  transition:all .2s ease-in-out;
}
.read-more-2:hover {
  transition:all .2s ease-in-out;
  border: 1px solid #707070!important;
  background-color: #fff;
  color: #2f9ee5;
  text-decoration: none!important;
}
.box-price-list {
    width: auto;
    float: right;
    position: absolute;
    right: 6px;
        top: 87%;
}
.type-of-event {
  top: 80%;
  bottom: auto;
  width: 110px;
}

@media only screen and (max-width: 992px){
  #technical-note-list {
      margin-top: 10px;
  }
  #technical-note-list.products-grid > li {
    width: 95%;
  }

}
@media only screen and (max-width: 767px){
  #technical-note-list {
      margin-top: 10px;
  }
  #technical-note-list.products-grid > li {
    width: 94%;
  }

}
