.vozni_park_title {
  text-transform: uppercase;
  color: #ffc107;
  font-weight: 700;
}

.vozni_park_opis {
  color: rgb(201, 201, 201);
  font-weight: 600;
}

.vozni_park_img_detail {
  color: #ffc107;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

.card .menu-content {
  margin: 10px 5px 15px 20px;
  padding: 0;
  list-style-type: none;
}

.card .menu-content::before, .card .menu-content::after {
  content: '';
  display: table;
}

.vozni_park_icon {
  color: #00bcd4;
}

.card .menu-content::after {
  clear: both;
}

.card .menu-content li {
  display: inline-block;
}

.card .menu-content a {
  color: #fff;
}

.card .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.card .wrapper {
  background-color: #fff;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}

.card .wrapper:hover .data {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(calc(70px + 1em));
  transform: translateY(calc(70px + 1em));
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}

.card .author {
  font-size: 12px;
}

.card .title {
  /* margin-top: 10px; */
  text-align: center;
}

.card .text {
  height: 150px;
  margin: 0;
}

.vozni_park_kartica .wrapper:hover .menu-content span {
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  opacity: 1;
}

.vozni_park_kartica .header {
  color: #fff;
  padding: 1em;
}

.vozni_park_kartica .header::before, .vozni_park_kartica .header::after {
  content: '';
  display: table;
}

.vozni_park_kartica .header::after {
  clear: both;
}

.vozni_park_kartica .header .date {
  float: left;
  font-size: 12px;
}

.vozni_park_kartica .menu-content {
  float: right;
}

.vozni_park_kartica .menu-content li {
  margin: 0 5px;
  position: relative;
}

.vozni_park_kartica .menu-content span {
  transition: all 0.3s;
  opacity: 0;
}

.vozni_park_kartica .data {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
  transform: translateY(calc(70px + 4em));
}

.vozni_park_kartica .data:hover {
  background: rgba(0, 0, 0, 0.7);
}

.vozni_park_kartica .title a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px;
  background-color: rgb(0, 0, 0, 0.8);
}

.vozni_park_kartica .title a:hover {
  color: #ffc107;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}

.vozni_park_kartica .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #ffc107;
  line-height: 1;
  position: relative;
  font-weight: 700;
}

.vozni_park_kartica .button::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.3s;
}

.vozni_park_kartica .button:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  opacity: 1;
}

/* first example card */

.example-1 .content {
  background-color: rgba(0, 0, 0, 0.6);
}

.example-1 .title a {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

.example-1 .title a:hover {
  color: #ffc107;
  font-weight: 700;
}

.example-1 .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.example-1 .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}

.example-1 .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
}

.example-1 .menu-content span {
  top: -10px;
}

.example-1 .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #ffc107;
  line-height: 1;
  position: relative;
  font-weight: 700;
}

.example-1 .button::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all 0.3s;
}

.example-1 .button:hover::after {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%);
  opacity: 1;
}

#bus_naziv {
  font-weight: bold;
  color: #ffc107;
}

/* dirano */

@media (max-width: 992px) {
  .logo-icon {
    visibility: hidden;
  }
  .phone-vehicles {
    text-align: center;
  }
  .vozni_park_opis {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }
  .vozni_park_title_bus {
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffc107;
    font-weight: bold;
  }
}