@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');

body {
	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#wrapp-all {
	margin-left:auto;
	margin-right:auto;
	width: 1000px;
	height: 1000px; /* kad bude sadrzaja, probat sa 100% */
}

#heading {
	width: 1000px;
    height: 179px;
}

#naslov {
    width: 520px;
    height: 179px;
	background: url(../images/naslov.png) no-repeat;
    float: left;
}

#izbornik {
    width: 480px;
    height: 179px;
    margin-left: 520px;
}

#izbornik ul{
    width: 480px;
    height: 56px;
	padding-top: 61px;
}
#izbornik ul li{
    width: 61px;
    height: 56px;
    text-align: center;
    float: left;
    list-style: none;
	padding-left: 50px;
}

#content {
    width: 976px;
    height: 824px;
	background: url(../images/bg-content.png) no-repeat;
}

#sadrzaj {
	position:relative;
	top: 35px;
	left: 32px;
	width: 600px;
    height: 700px;
	float: left;
}

#slike-wrap {
	position:relative;
	top: 35px;
	left: 45px;
	width: 870px;
    height: 520px;
}

#slike-wrap a {
	color: #000;
}

.galerija {
	float: left;
}

.galerija p {
	width: 140px;
    padding: 10px 10px 10px 10px;
	background: #eee;
	border: 1px solid #fff;
    box-shadow: 0px 2px 15px #333;
	-moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow: 0px 2px 15px #333;
	position: relative;
	margin:0 0 0 10px;
	text-align: center;
	font-family: "Amiri", "MS Serif", "New York", sans-serif;
	font-size: 19px;
	text-shadow: 2px 2px 2px #aaa;
}

.galerija img {
    padding: 10px 10px 10px 10px;
	background: #eee;
	border: 1px solid #fff;
    box-shadow: 0px 2px 15px #333;
	-moz-box-shadow: 0px 2px 15px #333;
    -webkit-box-shadow: 0px 2px 15px #333;
	position: relative;
	margin:25px 0 0 10px;
}

#slike-info {
	position:relative;
	top: 50px;
	left: 110px;
	width: 490px;
    height: 180px;
}

#slike-info .istaknuto {
	height: 175px;
	padding: 0 50px 0 100px;
	text-align: left;
	font-family: "Amiri", "MS Serif", "New York", sans-serif;
	font-size: 19px;
	text-shadow: 2px 2px 2px #aaa;
	background: url(../images/bg-istaknuto.png) no-repeat;
}

.istaknuto {
	height: 400px;
	padding: 0 35px 0 85px;
	text-align: center;
	font-family: "Amiri", "MS Serif", "New York", sans-serif;
	font-size: 19px;
	text-shadow: 2px 2px 2px #aaa;
	background: url(../images/bg-istaknuto.png) no-repeat;
}

#info {
	position:relative;
	top: 35px;
	left: 28px;
	width: 298px;
    height: 510px;
	float: left;

	font-family: "Amiri", "MS Serif", "New York", sans-serif;
	font-size: 19px;
	color: #000;
}

#info .pbullet {
	font-family: "Amiri", "MS Serif", "New York", sans-serif;
	font-size: 19px;
	color: #000;
	background: url(../images/bullet.png) no-repeat 0px 2px;
	padding: 0 0 8px 20px;
	border-bottom: 2px dotted #000;
}

#info .info-big {
	font-size: 23px;
	text-align: center;
	padding: 15px 0 5px 0;	
}

#info .info-kategorija {
	font-style:italic;
	padding: 20px 0 10px 0;
}

#info .info-tekst {
	padding: 0 0 0 20px;	
}

#info .info-tekst a {
	color: #992317;
	text-decoration: none;
}

#activityFeed ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#activityFeed ul li {
	margin-bottom: 1px !important;
	padding: 5px 0px 5px 20px !important;
	font-family: "Neuton", "MS Serif", "New York", sans-serif;
	font-size: 16px;
	border-bottom: 1px dotted #000;
}

#activityFeed ul li a {
	color: #992317;
}

#footer {
	position:relative;
	top: 65px;
	left: 200px;
	width: 420px;
    height: 40px;
	clear: both;
}

#footer p {
	font-family: "Amiri", "MS Serif", "New York", sans-serif;
	font-size: 16px;
	color: #000;
	padding-top: 7px;
	text-align: center;
}
