nav.topnav, nav[role=navigation] {
	background: #033e7c;
}

nav.topnav ul li a {
	color: #FFF;
}

.article_info, .article_prev_next {
    border-color: #033e7c;
}

.page_content li, .more_themes_box li, .news_container li {
	background: url(../img/bull.gif) no-repeat 0 5px;
}

.istaknuto li {
    background: url(../img/bull.gif) no-repeat 0 10px;
}

.menuLeft li.active a {
	color: #033e7c;
}


.logos-holder{
	width:50%;
	display:flex;
	flex-wrap:nowrap;
	/*padding-top:10px;*/
	float:left;
	
}

.logo_search_content .logo{
	background: url(../img/mu_logo@2x.png) top center no-repeat; 
	background-size:contain;
	height:72px;
	width:55%;
	
}

.europe-logo{
	width:45%;
	height:72px;
	background: url(../img/your-europe-white@2x.png) top center no-repeat;
	background-size:contain;
}


 
@media only screen and (min-width: 320px) {
	
	.page_content li, .more_themes_box li {
		background: url(../img/bull.gif) no-repeat 0 6px;
		background-size: 10px 10px;
	}
    .page_content ol li {
		background: none;
	}
	
} 

@media only screen and (min-width: 760px) {

	.page_content li, .more_themes_box li {
		background: url(../img/bull.gif) no-repeat 0 5px;
	}
		
}
 

@media only screen and (min-width: 980px) {
	
	/*.logo_search_content .logo {
		background: url(../img/mu_logo.png) no-repeat; 
		background-size: auto 72px;
	}*/
	
}  


@media only screen and (max-width: 980px) {
	
	#banner_RH{
		display:none;
	}

}  

/*---------media  queri logotipovi---------------*/

@media all and (min-width:320px) and (max-width:599px){
	.logo_search_content .logos-holder{
		width:100%;
		flex-wrap:wrap;
		padding-bottom:10px;
		padding-top:0px;
	}
	.logo_search_content .logo{
		background: url(../img/mu_logo@2x.png) no-repeat; 
		width:100%;
	}
	.logo_search_content  .europe-logo{
		width:100%;
		background-size: auto 55px;
		background-position:left center;
		margin-top:-15px;
	}
}
@media all and (min-width:600px) and (max-width:760px){
	.logo_search_content .logos-holder{
		width:100%;
	}
	.logo_search_content .logo{
		background: url(../img/mu_logo@2x.png) left center no-repeat; 
		width:245px;
		background-size:auto 55px;
	}
	.logo_search_content  .europe-logo{
		width:245px;
		background-size: auto 60px;
		background-position: left center;
	}
}

@media all and (min-width:760px) and (max-width:980px){
	.logos-holder{
		justify-content:space-between;
	}
	.logo_search_content .logo{
		width:53%;
		background-size:contain !important;
	}
	.logo_search_content  .europe-logo{
		width:45%;
		background-size:contain;
	}
}
@media all and (min-width:981px) and (max-width:1159px){
	.logos-holder{
		justify-content:space-between;
	}
	.logo_search_content .logo{
		background-size:contain !important;
		width:55%;
	}
	.logo_search_content  .europe-logo{
		width:40%;
	}
}
/*--------- END media queri logotipovi---------------*/

