.h-100 {opacity: 0.95;}
html .bg-color-secondary {
    background-color: #ddd!important;
}
html .text-color-zeleno {
    color: #019247!important;
}
html .text-naslov-slajder {
    color: #019247!important;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: yellow;
}
html .nav-color-light nav > ul > li > a {
    color: #019247 !important;
}
.carousel-caption {
    bottom: 150px!important;
    text-align: left!important;
    left: 21%!important;
    right: 10%!important;
}
.card {
    background-color: rgba(0, 0, 0, 0.3)!important;
}

/* Add here all your CSS customizations */
.bojaslova {
    color:white!important;
}
.crna-slova {
    color: black!important
}
nav > ul > li.dropdown .dropdown-menu {
    background:#0a8843;
}
.adresa {
    background-color: #222!important;
    opacity: 0.55!important;
}
.meni-bela {
    background:#0a8843!important;
    color:#ffffff!important
}
li.dropdown .dropdown-menu li a:hover {
/*    background:#0a8843!important;*/
    color:black!important
}
#header .header-top {
    background-color: #f5f5f5;
}
.category-list {
	width: 100%;
	text-align: left;
	position: relative;
	background: #0a8843;
	z-index: 5;
}
@media (min-width: 768px) {
	.category-list {
/*		margin: -20px 0 -50px;*/
		width: 80px;
		float: left;
		padding: 0px 0 146px; /* 46px 0 146px */
	}
}
@media (max-width: 767px) {
	.category-list {
		margin: 0 auto;
		width: calc(100% - 60px);
	}
}
.category-list .nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (max-width: 767px) {
	.category-list .nav.category-list-nav.affix {
		position: relative !important;
	}
}
@media (min-width: 768px) {
	.category-list .nav {
		padding-top: 30px;
	}
}
.category-list .nav > li {
	float: none;
	font-size: 0;
}
@media (max-width: 767px) {
	.category-list .nav > li {
		float: left;
	}
}
.category-list .nav > li > a {
	color: #fff;
	width: auto;
	line-height: 78px;
	display: inline-block;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0;
	text-decoration: none !important;
}
.category-list .nav > li > a .cat-list-icon img {
	vertical-align: middle;
	max-width: 80px;
}
.category-list .nav > li > a .cat-list-text {
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	visibility: hidden;
	width: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.category-list .nav > li > a .cat-list-text {
		display: none;
	}
}
.category-list .nav > li > a:after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	display: block;
	right: -15px;
	top: 50%;
	margin-top: -8px;
	border: 8px solid transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 767px) {
	.category-list .nav > li > a:after {
		display: none;
	}
}
.category-list .nav > li > a:hover .cat-list-text {
	opacity: 1;
	visibility: visible;
	width: auto;
	padding-right: 50px;
}
.category-list .nav > li.green > a:hover {
	background-color: #1bd49e;
}
.category-list .nav > li.green > a:hover:after {
	border-left-color: #1bd49e;
}
.category-list .nav > li.green.active a {
	background-color: #1bd49e;
}
.category-list .nav > li.green.active a:after {
	border-left-color: #1bd49e;
}
.category-list .nav > li.orange > a:hover {
	background-color: #f69a33;
}
.category-list .nav > li.orange > a:hover:after {
	border-left-color: #f69a33;
}
.category-list .nav > li.orange.active a {
	background-color: #f69a33;
}
.category-list .nav > li.orange.active a:after {
	border-left-color: #f69a33;
}
.category-list .nav > li.red > a:hover {
	background-color: #e84f5e;
}
.category-list .nav > li.red > a:hover:after {
	border-left-color: #e84f5e;
}
.category-list .nav > li.red.active a {
	background-color: #e84f5e;
}
.category-list .nav > li.red.active a:after {
	border-left-color: #e84f5e;
}
.category-list .nav > li.lime > a:hover {
	background-color: #cdd41b;
}
.category-list .nav > li.lime > a:hover:after {
	border-left-color: #cdd41b;
}
.category-list .nav > li.lime.active a {
	background-color: #cdd41b;
}
.category-list .nav > li.lime.active a:after {
	border-left-color: #cdd41b;
}
.category-list .nav > li.blue > a:hover {
	background-color: #2a7ee5;
}
.category-list .nav > li.blue > a:hover:after {
	border-left-color: #2a7ee5;
}
.category-list .nav > li.blue.active a {
	background-color: #2a7ee5;
}
.category-list .nav > li.blue.active a:after {
	border-left-color: #2a7ee5;
}
.category-list .nav > li.gray > a:hover {
	background-color: #434444;
}
.category-list .nav > li.gray > a:hover:after {
	border-left-color: #434444;
}
.category-list .nav > li.gray.active a {
	background-color: #434444;
}
.category-list .nav > li.gray.active a:after {
	border-left-color: #434444;
}
.category-list .nav > li.lightblue > a:hover {
	background-color: #2eacb3;
}
.category-list .nav > li.lightblue > a:hover:after {
	border-left-color: #2eacb3;
}
.category-list .nav > li.lightblue.active a {
	background-color: #2eacb3;
}
.category-list .nav > li.lightblue.active a:after {
	border-left-color: #2eacb3;
}