/********************* panika mode - zacetek ***************************/
/*.obvestilo-panika {display:none!important;}*/


.obvestilo-panika {
    background:#f7e809!important;
    position: fixed!important;
    left: 0!important;
    right: 0!important;
    color:red!important;
    font-weight: 700!important;
	font-size:13px!important;
    top: 0!important;
	padding-top:10px!important;
    text-align:center!important;
    line-height:15px!important;
	z-index:12345!important;
	border-bottom:1px solid #ffffff!important;
	min-height:25px!important;
} 

@media only screen and (max-width: 660px) { 
.obvestilo-panika {min-height:40px!important;}
}

@media only screen and (max-width: 480px) { 
.obvestilo-panika {min-height:50px!important;}
}


/********************** panika mode - konec *****************************/