body {
      font-family: 'Open Sans';
      background-color: #e9e9e9
  }

  .header {
      background-color: #fff;
      text-align: center;
      padding: 0 20px;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      display: grid;
      align-content: center;
      justify-content: center;
      align-items: center;
  }
  .buttons-header {
      display: flex;
  }
  h3,
  .h3 {
      font-size: 1.7rem !important;
  }
#titleTab1, #titleTab2 {
    padding-left:10px;
}
  .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: 0 !important;
      margin-left: 0 !important;
  }
@media (min-width: 768px) {
    .col-md-12.header1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
}

  /* modificat miru */
  .header img {
      width: 100px;
      padding-bottom: 10px;
  }

  /* modificat miru */
  .main {
      background-color: #fff;
      color: #222;
      padding: 50px 0 0 0;
      text-align: center;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }

  /* modificat miru */
  .main h1 {
      font-size: 50px;
      font-weight: 600;
  }

  .main h2 {
      font-size: 26px;
      font-weight: 300;
      line-height: 1.5em;
      margin-top: 30px;
  }
  .main .more {
    display: inline-block;
    font-size: 24px;
    text-align: center;
    background-color: #DA0F10;
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 0;
    line-height: 50px;
    border-radius: 30px;
    font-weight: 300;
    margin-top: 30px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #DA0F10;
  }

  /* modificat miru */
  .main .more:hover {
    background-color: #da0f1012;
    color: #DA0F10;
    border: 1px solid #DA0F10;
  }

  /* modificat miru */
  .table .mores {
      display: inline-block;
      font-size: 15px;
      text-align: center;
      background-color: #DA0F10;
      width: 152px;
      height: 40px;
      color: #fff !important;
      font-size: 15px;
      margin: 0 auto 0;
      line-height: 39px;
      border-radius: 30px;
      font-weight: 300;
      text-decoration: none;
      cursor: pointer;
      margin-right: 10px;
      border: 1px solid #DA0F10
  }

  /* modificat miru */
  table .mores:hover {
      background-color: #fff;
      color: #DA0F10 !important;
  }

  /* modificat miru */
  .row_grey {
      background: #eeeeee
  }

  .row_white {
      background: #fff;
      color: #8e8e8e;
  }

  .row_white .desc {
      height: 70px;
      overflow: hidden;
      /* -webkit-transition: height 0.5s; /* For Safari 3.1 to 6.0 */
      /* transition: height 0.5s; */
  }

  .suta {
      height: 100% !important;
  }

  /* 
.desc:hover{
	height: 100%;
} */
  .pink {
      color: #DA0F10;
      font-weight: 700
  }

  /* modificat miru */
  td {
      width: 25%;
  }

  .main .pic {
      margin-top: 30px;
  }

  .main .pic img {
      width: 100%;
      max-width: 1030px;
  }

  section h1 {
      font-size: 29px;
      letter-spacing: -1px;
      margin-bottom: 30px;
      margin-top: 20px;
  }

  section {
      margin-top: 30px;
  }

  section .item {
      background-color: #fff;
      text-align: center;
      margin-bottom: 30px;
      border-radius: 10px;
  }

  /* modificat miru */
  section .item .top {
      background-color: #fff;
      padding: 25px;
      border-radius: 10px 10px 0 0;
  }

  /* modificat miru */
  section .item .top img {
      width: 100%;
      height: auto;
      max-width: fit-content;
  }

  /* modificat miru */
  section .item .bottom {
      background-color: #da0f100d;
      padding: 25px;
      border-radius: 0 0 10px 10px;
  }

  /* modificat miru */
  section .item .bottom h1 {
      color: #222;
      font-size: 22px;
      margin-bottom: 20px;
      margin: 0
  }

  /* modificat miru */
  section .item .bottom .prev {
      display: block;
      font-size: 17px;
      text-align: center;
      background-color: #DA0F10;
      width: 200px;
      height: 40px;
      color: #fff;
      margin: 0 auto 0;
      line-height: 40px;
      border-radius: 30px;
      font-weight: 300;
      margin-top: 20px;
      text-decoration: none;
      cursor: pointer;
      border: 1px solid #DA0F10;
  }

  /* modificat miru */
  section .item .bottom .prev:hover {
      background-color: #fff;
      color: #DA0F10;
      border: 1px solid #DA0F10;
  }

  /* modificat miru */
  .mob {
      /* max-width: 199px; */
  }

  footer {
      background-color: #DA0F10;
      text-align: center;
      padding: 12px 20px;
      font-size: 18px;
      color: #fff;
  }

  /* modificat miru */
  footer a {
      color: #fff;
      text-decoration: none;
  }

  footer a:hover {
      color: #fff;
      text-decoration: none;
      cursor: pointer
  }

  .mob {
      max-height: 300px;
      width: auto;
  }

  table thead {
      background-color: #1c2330;
      color: #fff
  }

  .white {
      background-color: #fff;
      padding-top: 20px;
  }

  @media screen and (max-width: 900px) {
      .main {
          padding: 20px 0 0 0;
      }

      .main h1 {
          font-size: 40px;
          font-weight: 600;
      }

      .main h2 {
          font-size: 24px;
          font-weight: 300;
          line-height: 1.5em;
          margin-top: 20px;
      }

      section .item .bottom .prev {
          display: block;
          font-size: 17px;
          text-align: center;
          background-color: #DA0F10;
          width: 100%;
          height: 40px;
          color: #fff;
          margin: 0 auto 0;
          margin-top: 0px;
          line-height: 40px;
          border-radius: 30px;
          font-weight: 300;
          margin-top: 20px;
          text-decoration: none;
          cursor: pointer;
      }

      /* modificat miru */
  }

  @media screen and (max-width: 768px) {
      .main {
          padding: 20px 0 0 0;
      }

      .main h1 {
          font-size: 35px;
          font-weight: 600;
      }

      .main h2 {
          font-size: 20px;
          font-weight: 300;
          line-height: 1.5em;
          margin-top: 20px;
      }

      section .item .bottom .prev {
          display: block;
          font-size: 17px;
          text-align: center;
          background-color: #DA0F10;
          width: 100%;
          height: 40px;
          color: #fff;
          margin: 0 auto 0;
          margin-top: 0px;
          line-height: 40px;
          border-radius: 30px;
          font-weight: 300;
          margin-top: 20px;
          text-decoration: none;
          cursor: pointer;
      }

      /* modificat miru */
      .table .mores {
          display: inline;
          font-size: 15px;
          text-align: center;
          background-color: transparent;
          color: #DA0F10 !important;
          font-size: 15px;
          margin: auto;
          margin-right: auto;
          line-height: 15px;
          border-radius: 30px;
          font-weight: 700;
          text-decoration: none;
          cursor: pointer;
          margin-right: 0;
          border: 0px solid #DA0F10;
      }

      /* modificat miru */
      .table {
          font-size: 14px !important
      }

      .table .mores:hover {
          background: transparent;
          border: 0px
      }
  }



  .faq-header {
      background: #e9e9e9;
      text-align: center;
      border-radius: 1px;
      color: #fff;
  }
  .filter-search {
      margin-bottom: 30px;
  }
  #myBtnContainer {
      margin: 15px;
      letter-spacing: 5px;
  }
  .btn-advertising.active {
      background: #da0f10;
      color: #fff;
      box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.3), 0 3px 5px 0 rgba(170, 170, 170, 0.3);
  }
  #mainFilterBtn {
      display: block;
      margin: 0 auto;
  }
  .btn-advertising {
      border: none;
      outline: none;
      padding: 8px 15px;
      background-color: #da0f1096;
      color: #ffffffb3;
      cursor: pointer;
      border-radius: 30px;
      font-size: 18px;
      width: 130px;
      box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.2), 0 2px 2px 0 rgba(170, 170, 170, 0.2);
      margin: 10px;
      text-align: center;
  }
  .btn-advertising.active {
      background: #da0f10;
      color: #fff;
      box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.3), 0 3px 5px 0 rgba(170, 170, 170, 0.3);
  }

  /* Style the buttons */
  .btn-advertising {
      border: none;
      outline: none;
      padding: 8px 15px;
      background-color: #da0f1096;
      color: #ffffffb3;
      cursor: pointer;
      border-radius: 30px;
      font-size: 18px;
      width: 130px;
      box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.2), 0 2px 2px 0 rgba(170, 170, 170, 0.2);
      margin: 10px;
      text-align: center;
  }

  .btn-advertising:hover {
      background: #ad0a0b;
      color: #fff;
      box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.3), 0 3px 5px 0 rgba(170, 170, 170, 0.3);
      transition: all 0.2s ease;
  }

  .btn-advertising.active {
      background: #da0f10;
      color: #fff;
      box-shadow: 0 1px 1px 0 rgba(160, 160, 160, 0.3), 0 3px 5px 0 rgba(170, 170, 170, 0.3);

  }

  .btn-advertising:focus {
      outline: none !important;
  }

  #mainFilterBtn {
      display: block;
      margin: 0 auto;
  }

  #myDiv {
      list-style-type: none;
      width: 100%;
      padding: 0;
      background: rgba(255, 255, 255, 0.01);
  }

  .filterRes {
      display: none;
      /* Hidden by default */
      transition: all 0.3s;
      margin-bottom: 4px;
  }

  .show {
      display: block;
  }

  .advertising-thumb {
      font-weight: bold;
      background: #fff;
  }

  .filter-search {
      margin-bottom: 30px;
  }

  .buttons-header {
      display: flex;
  }

  @media (max-width:768px) {
      #myBtnContainer {
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-content: center;
          flex-wrap: wrap;
      }

      .btn-advertising {
          border-radius: 30px;
          font-size: 22px;
          width: 140px;
      }
  }