

.locatii_section h2{
	text-align:center;
}
.locatii_section .img-box-big{
	width:300px;
	height:200px;
	margin: auto;
	overflow: hidden;
}
.locatii_section .detail-box h3{
	text-align:center;
}
.locatii_section .detail-box a{
	background:#eee;
	color:#d20b10;
	border: 1px solid #d20b10;
	border-radius: 10px;
	padding: 5px;
	width: 80px;
	height: 20px;
	margin: auto;
	display: block;
	text-align: center;
}
.locatii_section .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.locatii_section .owl-carousel .owl-nav .owl-prev,
.locatii_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: #000000;
  background-size: 16px;
  background-position: center;
  border-radius: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -75px;
  outline: none;
}

.locatii_section .owl-carousel .owl-nav .owl-prev:hover,
.locatii_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.locatii_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev.png);
  left: 50%;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
}

.locatii_section .owl-carousel .owl-nav .owl-next {
  right: 50%;
  background-image: url(../images/next.png);
  -webkit-transform: translateX(102%);
          transform: translateX(102%);
}

.locatii_section .owl-carousel .owl-dots.disabled,
.locatii_section .owl-carousel .owl-nav.disabled {
  display: none;
}

/* .locatii_section .owl-item.active.center .box {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
} */
