/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 15 2025 | 14:40:18 */
li.near {
        list-style-type:none;
        font-weight: bold;
        background-color: #ddd;
        border: 1px solid black;
        padding: 0.5em;
        margin: 0.5em 0 0.5em 0;
        border-radius: 0.5em;
        color: black;
    }

li.near a,li.menuRezervaceBtn a, div.btnRezervaceMobil a {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 0.75rem;
	padding: .6em 2em .45em;
	border-radius: .5em;
	color: #fff!important;
	background-color: #da7c0c;
}

li.near a {
	font-size: 0.9rem;
}

li.near a:first-letter {text-transform: uppercase}

li.near a:hover, li.menuRezervaceBtn a:hover {
	background-color: #f09e3f;
}

.sub-menu li a {
	background: inherit;
	font-family: inherit;
	border: inherit;
	text-align:left;
} 

.sub-menu li a:hover {
	background: inherit!important;
	color: inherit!important;
	border: inherit!important;
} 

li.menuRezervaceBtn a {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0.8em 0 0.8em;
	margin: 0.3em 0 0.3em 0;
}

ul.near {
	margin:0
}