body {
	background-color: #e9e9e9;
}

form {
	max-width: 500px;
	margin: auto;
	padding: 40px;
	margin-top: 50px;
	border: 1px solid #f1a41a;
}

form.pretraga {
	max-width: 100%;
}

form.pretraga button {
	display: block;
	width: 100%;
}

.navbar-brand img {
	margin-bottom: 5px;
}

.navbar-brand {
	font-family: cursive;
}

.oglasi {
	background-color: white;
	margin-top: 50px;
	padding: 20px;
}

.car-item-wrapper {
	background-color: #f4f4f4;
	padding: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}

.car-item-wrapper img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}

.car-item-wrapper p {
	margin-bottom: 10px;
}

.single-car-wrapper {
	margin-top: 50px;
}

.single-car-wrapper img {
	width: 100%;
}

.btn.btn-primary {
	background-color: #f1a41a;
	border-color: #f1a41a;
	color: #464646;
}

.btn.btn-primary:hover {
	background-color: #f1b905;
	border-color: #f1b905;
}

.loader-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	display: flex;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #a2a9a9;
	opacity: 0.9;
	justify-content: center;
  align-items: center;
  display: none;
  z-index: 9999;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}