#auto-takse-premije {
  width: 100%;
}

.result-row {
  /* min-height: 100px;
    margin: 0 0 8px;
    background-color: #fff;
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.15);
    position: relative;
    overflow: hidden;
    transition: width 1s,height 1s,margin 1s;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    padding-left: 0; */
}

.result-row:hover {
  /* background: #fff; */
}

/* #auto-premije .result-row {
    padding: 0;
    float: left;
    list-style: none;
    align-self: center;
    overflow: hidden;
    margin: 0px 0 7px 0px!important;
} */

#auto-premije .result-col {
  list-style-type: none !important;
}

#auto-premije p {
  margin-bottom: 0;
}

.auto-osiguranje-count {
  /* font-size: 17pt; */
}

.auto-osiguranje-img {
  width: 90px;
}
.auto-osiguranje-img img{
  width: 100%;
  height: auto;
  max-height: inherit;
}

.auto-osiguranje-img,
.auto-osiguranje-count {
  /* line-height: 83px; */
}

.auto-osiguranje-img img,
.auto-osiguranje-count span {
  vertical-align: middle;
  /*margin-left: 34px;*/
  /* max-height: 32px; */
  margin: auto;
  max-height: 70px;
  margin: auto;
  max-width: 115px;
  width: auto;
}

.auto-osiguranje-img img.milenijum,
.auto-osiguranje-img img.dunav {
  /* height: 61px; */
}

.auto-osiguranje-img img.uniqa,
.auto-osiguranje-img img.generali,
.auto-osiguranje-img img.wiener {
  /* height: 52px; */
}

.text-price {
  /* font-size: 20px; */
  /* padding-top:15px; */
  /* width: 100%; */
}

.result-col-price {
  text-align: left;
}

.result-col-old-price {
  /* padding-top: 15px; */
  /*width: 100%;*/
}

.result-col .old-price {
  font-size: 14px;
  color: #6c6c6c;
  text-align: right;
  font-weight: 700;
}

.result-col .price {
  white-space: nowrap;
  color: #1b2645;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
}

#auto-takse {
  margin-top: 25px;
  display: inline-flex;
  font-size: 14px;
  width: 100%;
}

.table-bordered {
  /* border: 1px solid #dddddd; */
  border-collapse: separate;
  border-left: 0;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
  background-color: #f6f6f6;
}

.table-bordered th,
.table-bordered td {
  /* border-left: 1px solid #dddddd; */
}

.table-condensed th,
.table-condensed td {
  padding: 2px;
  text-align: left;
}

.table-condensed td.align-right,
.table-condensed th.align-right {
  text-align: right;
  padding-right: 5px;
}

.table th {
  font-weight: bold;
}

#auto-takse tr td:first-child {
  min-width: 210px;
  max-width: 210px;
}

#car-disclaimer {
  /* color: #ff2a2a;
  font-style: italic; */
}


/** TABLE-RESPONSIVE **/
#auto-takse {
  margin: 1em 0;
  min-width: 100%;
}

#auto-takse tr {
  /* border-top: 1px solid #ddd; */
  /* border-bottom: 1px solid #ddd; */
}

#auto-takse th {
  display: none;
}

#auto-takse td {
  display: block;
}

#auto-takse td:first-child {
  padding-top: .5em;
}

#auto-takse td:last-child {
  padding-bottom: .5em;
}

#auto-takse td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

@media (min-width: 768px) {
  #auto-takse td:before {
    display: none;
  }
}

@media (max-width: 768px) {
  #auto-takse tr td:first-child {
    min-width: 100%;
    max-width: 100%;
  }
}

#auto-takse th,
#auto-takse td {
  text-align: left;
}

@media (min-width: 768px) {

  #auto-takse th,
  #auto-takse td {
    display: table-cell;
    padding: .25em .5em;
    color: #707070;
    font-size: 16px;
    font-weight: 400;
  }

  #auto-takse td {
    border-right: 1px solid #e9e9e9;
  }

  #auto-takse tr:last-child td {
    border-right: 1px solid transparent;
    font-weight: 700;
  }

  #auto-takse td:last-child {
    border-right: 1px solid transparent;
  }

  #auto-takse th {
    color: #707070;
    font-size: 16px;
    font-weight: 700;
  }

  #auto-takse th:first-child,
  #auto-takse td:first-child {
    padding-left: 0;
  }

  #auto-takse th:last-child,
  #auto-takse td:last-child {
    padding-right: 0;
  }
}



/** SECTIONS **/


section-partneri .section-title {
  background-color: green;
  margin-bottom: 0;
}




.car-aside.section {
  display: inline-block;
  margin-bottom: 17px;
  background-color: #f9f9f9;
}

#car-auto-policy .auto-podaci {
  list-style-type: circle;
  margin: 0 !important;
}



@media (min-width: 1200px) {

  .section-baner {
    padding: 30px 0px 0;
  }

}

@media (max-width: 750px) {
  .result-col-old-price {
    text-align: center;
  }
}