@charset "utf-8";
/* CSS Document */

/*Extra small devices */
@media only screen and (max-width: 600px) {
	
/* ZASTAVA I LOGO */	
	
	#logo{
		display: none;
	}	
	
	
	#masthead-search a{
		left: 4rem;
	}
	
	
	#flag{
		margin-top: 0;
		
	}
	
/* NAVIGACIJA / LINKOVI */
	
	#site-nav{
		top: 2em;
		left: 3em;
		
	}
	
	#masthead{
		height: auto;
	}
	
	#site-nav .col{
		padding-bottom: 1em;
	}
	

}