body {
	font-family: 'Open Sans', sans-serif !important;
}


a {
	color: #817d87;
	text-decoration: underline;
}
a:hover {
	color: #28283f;
}
.text-primary {
	color: #817d87 !important;
}

.btn-primary {
	color: #fff;
	background-color: #817d87;
	border-color: #817d87;
}
.btn-primary:hover {
	color: #fff;
	background-color: #28283f;
	border-color: #28283f;
}
.btn-outline-primary {
	color: #817d87;
	border-color: #817d87;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #28283f;
	border-color: #28283f;
}

.footer_text a {
	color: #817d87;
	text-decoration: underline;
}
.footer_text a:hover {
	color: #a4a0aa;
	text-decoration: underline;
}


.accordion-button:not(.collapsed) {
	color: #28283f; /*0c63e4*/
	background-color: #e7f1ff;
}

.accordion-button:focus {
	background-color: #eee;
	border-color: #eee;
	box-shadow: 0 0 0 0.25rem rgba(100, 100, 100, 0.25);
}




.dropdown-menu {
	position: relative;
	width: 100%;
	min-width: 280px;
	/* max-width: 200px; */
	background-color: #000;
}
.dropdown-menu li a {
	word-wrap: break-word;
	white-space: normal;
	background-color: #000;
	color: #999;
}

.navbar {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1.42857143;
}
.navbar-nav > li > a {
	line-height: 20px;
	position: relative;
	display: block;
	padding: 10px 15px;
	font-weight: 700;
}
.dropdown-menu {
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	margin-top: -4px;
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.99);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75);
}


@media (min-width: 992px) {
	.navbar-collapse {
		margin-bottom: -20px;
		margin-left: 60px;
	}
}
@media (min-width: 1200px) {
	.navbar-collapse {
		margin-bottom: -20px;
		margin-left: 90px;
	}
}
@media (min-width: 1400px) {
	.navbar-collapse {
		margin-bottom: -20px;
		margin-left: 140px;
	}
}




blockquote {
	font-size: 28px;
	color: #999;
	font-family: 'Faustina';
	font-weight: bold;
	font-style: italic;
	text-align: center;
	width: 60%;
	margin: auto;
}




/* Pojedini proizvod u izlistu */
.thumb_link:hover {
    border-color: #817d87;
    box-shadow: 0 0 10px #817d87;

	transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.thumb_icon_link {
	background:
	/* top, transparent black, faked with gradient */ 
	linear-gradient(
		rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)
	); 
}
.thumb_icon_link:hover {
	color: #28283f;
}



