/**
 * 	CSS za mapu lovinac
 */

h4 {
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    font-style: italic;
    /* text-transform: lowercase; */
    padding: 15px 0 8px;
    margin: 0 46px 20px 8px;
    position: relative;
    padding-left: 4px;
    border-bottom: 1px solid #ccc;
}

#map-container {
	position: fixed;
	top: 112px;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

#zoom {
	width: 4045px;
	height: 3437px;
	background-image: url('/img/lovinac-karta-full.jpg');
	background-repeat: no-repeat;
	position: relative;
}

#zoom .zoom-direction {
	position: absolute;
	top: 40%;
	left: 40%;
	right: 0;
	height: 40px;
}

.admin-menu-cont {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 308px;
    height: 460px;
    background-color: #fff;
    z-index: 1000;
    opacity: .9;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding-left: 12px;
}

.admin-menu-cont .input {
	margin: 10px;
}

.admin-menu-cont .input input {
	height: 32px;
    padding: 0 6px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    width: 236px;
    border: 1px solid #ccc;
}

.admin-menu-cont .input textarea {
	height: 160px;
    padding: 0 6px;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    width: 236px;
    border: 1px solid #ccc;
}

.admin-menu-cont .submit {
    margin: 25px 25px 0 100px;
}

.admin-menu-cont .submit input {
	height: 32px;
}





   

