body {
    background-color: #fefcf7; /* #fff; #fdf9f5; */
}

.dropdown-menu {
	position: relative;
	width: 100%;
	min-width: 280px;
	/* max-width: 200px; */
}
.dropdown-menu li a {
	word-wrap: break-word;
	white-space: normal;
}



/* Pojedini proizvod u izlistu */
.thumb_link a {
	color: #666;
}
.thumb_link:hover {
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;

	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.thumb_icon_link {
	background:
	/* top, transparent black, faked with gradient */ 
	linear-gradient(
		rgba(216, 165, 67, 0.00), rgba(216, 165, 67, 0.1) /* rgba(255, 255, 255, 0.1), rgba(100, 100, 100, 0.1) */ 
	);  
}
.thumb_icon_link:hover {
	background:
	/* top, transparent black, faked with gradient */ 
	linear-gradient(
		rgba(216, 165, 67, 0.01), rgba(216, 165, 67, 0.3) /* rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.15) */
	); 
}


blockquote {
	font-size: 28px;
	color: #999;
	font-family: 'Faustina';
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 60%;
	margin: auto;
}



.tagline {
	box-sizing: border-box;
	font-family: 'Faustina';
	text-align: center;
	margin-top: 15px;
	color: #646464;
	font-size: 28px;
	line-height: 15px;
	font-style: italic;
}
@media (min-width: 992px) { 
	.tagline {
        font-size: 34px;
        line-height: 40px;
    }
}
@media (min-width: 1200px) { 
	.tagline {
        font-size: 56px;
        line-height: 60px;
    }
}

.tagline p {
	text-transform: none;
	display: inline-block;
	margin: 0;
	position: relative;
	padding: 0 26px;
}
@media (min-width: 992px) { 
	.tagline p {
        padding: 0 26px;
    }
}
@media (min-width: 1200px) { 
	.tagline p {
        padding: 0 26px;
    }
}
/*
.tagline p::before, .tagline p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 20px;
	height: 4px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
}
.tagline p::after {
	left: auto;
	right: 0;
}
*/


@media (max-width: 768px) { 
	.carousel img {
        height: 170px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
}


.footer_text_link {
	font-size: 16px;
	color: #535353;
    text-decoration: none;
}
.footer_text_link:hover {
	color: #2c2c2c;
}

.circle {
  width: 100px;
  height: 100px;
  padding: 8px;
  font-size: 24px;
  background-color: #696969;
  color: #ffffff;
  border-radius: 50%;
}
.circle:hover {
    padding: 8px;
    font-size: 24px;
	background-color: #3f3f3f;
    color: #ffffff;
}

