.header-content {
  text-align: center;
  background-image: url("../images/vendor_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.vendor-menu {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: relative; }
  .vendor-menu ul {
    padding: 0;
    margin: 0; }
  .vendor-menu li {
    display: inline-block;
    margin: 20px 0;
    color: #999; }
    .vendor-menu li a {
      text-decoration: none;
      color: #C01324;
      font-size: 18px;
      cursor: pointer;
      padding: 0 20px;
      transition: color 0.3s; }
      .vendor-menu li a:hover {
        color: #3993C0; }

.odd-item {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
  background-color: #fafafa; }
  .odd-item .logo-vendor {
    max-width: 300px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left; }
  .odd-item .readmore-button {
    text-align: right; }

.even-item {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 24px; }
  .even-item .logo-vendor {
    max-width: 300px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    float: right; }
  .even-item .readmore-button {
    text-align: left; }

.vendor-wrapper {
  text-align: center; }
  .vendor-wrapper .img-vendor {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: auto; }

.readmore {
  display: none; }

.readmore-button a.calc {
  display: inline-block;
  color: #333333;
  padding: 10px 25px;
  margin-top: 15px;
  margin-right: 10px;
  font-size: 20px;
  border: 1px solid #FFE57A;
  background-color: transparent;
  transition: background-color 0.3s; }
  .readmore-button a.calc:hover {
    background-color: #FFE57A; }

.readmore-button a {
  display: inline-block;
  background-color: #0077b3;
  padding: 12px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s; }
  .readmore-button a:hover {
    background-color: #3993C0; }

.img-vendor {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center; }
  .img-vendor img {
    width: 33%;
    padding: 5px; }
