.rate-article-wrapper{
    max-width: 700px;
}
.main-content-wrapper{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    }
.nav-tabs {
    min-height: 0px;
}
.durata-citire {
  color: #a8a8a8;
}
hr {
  border: 1px solid #ff6200;
}
.orange-title{
  color: #ff6200;
}
h1.orange-title {
  font-family: 'ing_me_regular';
}
h3.orange-title{
  font-family: 'ing_me_bold';
  margin: 30px 0px;
}
.imagine-cumparaturi{
    max-width: 100%;
    display: block;
    margin: 30px auto;
    border-radius: 8px;
}
.p-category{
  padding: 30px 5px 10px;
  float: left;
  width: 100%;
  font-size: 20px;
  color: #ff6200;
  margin: 0;
}
.p-category:after{
  content: "";
  display:block;
  clear: both;
}
.p-item{
  border-radius: 5px;
  float: left;
  width: calc(31% - 5px);
  height: 120px;
  border: 1px solid #d9d9d9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  padding: 0 10px;
  margin: 10px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}
.p-image {
  height: 76px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 10px 0;
}
.p-image img {
  max-width: 80%;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  max-height: 100%;
}
.p-info {
  height: 42px;
  font-size: 19px;
  font-family: 'ing_me_bold';
  font-weight: bold;
  text-align: center;
  line-height: 18px;
  color: #ff6200;
  padding: 5px 0;
  border-top: 1px solid #d9d9d9;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1199px) {
  .p-item {
      width: calc(31% - 7px);
  }
}
@media (max-width: 991px) {
  .p-item {
      width: calc(31% - 5px);
  }
}
@media (max-width: 767px) {
  .p-item {
      width: calc(31% - 10px);
  }
}
@media (max-width: 468px) {
  .p-item {
      width: calc(47% - 10px);
  }
}