.mt-10 {
	clear: both;
	margin-top: 10px;
}
.mr-10 {
	clear: both;
	margin-right: 10px;
}
.mb-10 {
	clear: both;
	margin-bottom: 10px;
}

.bijeli-txt {
	color: #fff !important;
}

.pull-left {
	float: left !important;
}

.ml-10 {
	margin-left: 10px;
}

.clear {
	clear: both !important;
}

.forma-desno {
	float: right;
}

.centar {
	text-align: center;
}

a.lbraon {
	color: #151515 !important;
}

.nkonkursa {
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #ff0000;
	margin-bottom: 10px;
}
.obavjestenje {
	display: block;
	width: 100%;
	margin-top: 10px;
}
.ljepljivo {
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}