#homeMapPH {
	width: 225px;
	height: 400px;
	overflow: hidden;
	background-color: #EBE6DC;
	margin-bottom: 10px;
	padding-bottom: 0;
	float: left;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

	#homeMapPH:hover {
		cursor: pointer;
	}

#homeNews {
	width: 710px;
	height: 400px;
	margin-left: 10px;
	background-image: url(../Img/homeNewsBG.jpg);
	float: left;
}

/* Home Marquee */
#marqueecontainer {
	position: relative;
	z-index: 0;
	left: 15px;
	top: 50px;
	width: 195px; /*marquee width */
	height: 278px; /*marquee height */
	overflow: hidden;
	padding: 10px 0px 10px 0px;
}

#vmarquee {
	position: absolute;
	width: 98%;
}

#marqueerest {
	position: relative;
	left: 10px;
	top: 60px;
	width: 180px;
	padding: 0px 10px;
}

/* Home News */
#homeNewsObject {
	margin: 0px 0px 20px 0px;
}

	#homeNewsObject h1, #homeNewsObject h1 a, #marqueerest a {
		font-family: Arial;
		font-size: 11px;
		color: #00743a;
		font-weight: bold;
	}

	#homeNewsObject h1 {
		margin: 0px 0px;
		padding: 0px 0px;
	}

	#homeNewsObject p {
		margin: 6px 0px 0px 0px;
	}

	#homeNewsObject a.more {
		font-family: Arial;
		font-size: 11px;
		color: #00743a;
		font-weight: bold;
	}

.bjqs-slide h1 a,
.bjqs-slide a {
	text-decoration: none;
	color: #fff;
}

.bjqs-slide h1 a:hover {
    text-decoration: underline !important;
}

.bjqs-slide a {
	text-decoration: underline;
}

/* Interaktivna karta */
.interactive-map {
	padding: 15px 15px 25px 20px;
}

.map {
	position: relative;
	bottom: 0;
	background: url("../Img/interaktivna-karta.jpg") 0 -18px no-repeat;
	background-size: contain;
	height: 240px;
}

.interactive-map h1,
.interactive-map h2,
.interactive-map h3,
.interactive-map div,
.interactive-map p,
.interactive-map ul li {
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
}

.interactive-map h3 {
	color: #000;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
}

.interactive-map ul {
	font-weight: 300;
	margin: 0 0 0 20px;
	padding: 0;
}

	.interactive-map ul li {
		margin: 6px 0;
		list-style-type: square;
		color: #F07800;
	}

		.interactive-map ul li span {
			color: #000;
			font-weight: 300;
			font-size: 1em;
		}

/* Rounded info boxes */
.info-box {
	margin: 0 10px 10px 0;
	border-radius: 6px;
}

	.info-box.primary {
		background-color: #F07800;
		-webkit-box-shadow: 0px 1px 0px 0px rgb(217, 85, 16);
		-moz-box-shadow: 0px 1px 0px 0px rgb(217, 85, 16);
		-ms-box-shadow: 0px 1px 0px 0px rgb(217, 85, 16);
		box-shadow: 0px 1px 0px 0px rgb(217, 85, 16);
	}

	.info-box.secondary {
		background-color: #EBE6DC;
		-webkit-box-shadow: 0px 1px 0px 0px rgb(208, 190, 162);
		-moz-box-shadow: 0px 1px 0px 0px rgb(208, 190, 162);
		-ms-box-shadow: 0px 1px 0px 0px rgb(208, 190, 162);
		box-shadow: 0px 1px 0px 0px rgb(208, 190, 162);
	}

.cestarina-banner {
    margin-top: -10px;
}

    .cestarina-banner a {
	font-size: 11px;
        line-height: 15px;
    }
