*{
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}

body
{
	background-color: #800000;
	background-size: cover;
	background-position: center;
}

.header
{
	background-color: #800000;
    height: 60px;
    color: #ffff80;
    padding-top: 15px;
}

.header .meni
{
	list-style: none;
	text-align: center;
	
}

.header .meni ul
{
	display: inline-flex;
	list-style: none;
	color: #ffff80;
	margin-left: 30px;
}

.header .meni ul li
{
	width: 140px;
	margin-left: 20px;
	
}

.header .meni ul li a
{
	text-decoration: none;
	color: #ffff80;
	text-transform: none;
}

.header .meni ul li:hover
{
	background: #800000;
	border-radius: 5px;
	height: 45px;
}

.meni-1
{
	display: none;
}

.header .meni ul li:hover .meni-1
{
	display: block;
	position: absolute;
	background: #800000;
	margin-top: 20px;
	margin-left: 0px;
}

.header .meni ul li:hover .meni-1 ul
{
	display: block;
	margin: 15px;
}

.header .meni ul li:hover .meni-1 ul li
{
	width: 180px;
	padding: 10px;
	border-bottom: 1px dotted #ffad33;
	background: transparent;
	border-radius: 0;
	text-align: left;
	margin-left: -10px;
	height: 60px;
}

.pre-header
{
    background-image: url("../../../../Slike/Pogim1.jpg");
	background-color: #b30000;
	height: 335px;
    color: #ffad33;
    padding-top: 0px;
	background-size: cover;
}

.menu-bar
{
	background: #800000;
	text-align: center;
	margin-top: 0px;
	background-size: cover;
	position: relative;
	z-index: 499;
}

.menu-bar ul
{
	display: inline-flex;
	list-style: none;
	color: #ffff80;
}

.menu-bar ul li
{
	width: 180px;
	margin: 2px;
	padding: 15px;
}

.menu-bar ul li a
{
	text-decoration: none;
	color: #ffff80;
	text-align: center;
}

.active, .menu-bar ul li:hover
{
	background: #800000;
	border-radius: 3px;
}

.menu-bar .fa
{
	margin-right: 8px;
}

.sub-menu-1
{
	display: none;
}

.menu-bar ul li:hover .sub-menu-1
{
	display: block;
	position: absolute;
	background: #800000;
	margin-top: 15px;
	margin-left: -15px;
}

.menu-bar ul li:hover .sub-menu-1 ul
{
	display: block;
	margin: 10px;
}

.menu-bar ul li:hover .sub-menu-1 ul li
{
	width: 180px;
	padding: 10px;
	border-bottom: 1px dotted #ffad33;
	background: transparent;
	border-radius: 0;
	text-align: left;
	margin-left: -30px;
}

.menu-bar ul li:hover .sub-menu-1 ul li:last-child
{
	border-bottom: none;
}

.menu-bar ul li:hover .sub-menu-1 ul li a:hover
{
	color: #ffff4d;
}

.fa-angle-right
{
	float: right;
}

.sub-menu-2
{
	display: none;
}

.hover-me:hover .sub-menu-2
{
	position: absolute;
	display: block;
	margin-top: -40px;
	margin-left: 170px;
	background: #800000;
}

.clanak-1
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.clanak-1 h1
{
	text-align:center;
	color: #ffff80;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
}

.clanak-1 p
{
	text-align: justify;
	color: #ffff80;
}

.clanak-1 ul
{
	list-style: disc;
	color: #ffff80;
}

.clanak-1 ul li
{
	text-align: justify;
}

.clanak-1 ul li a
{
	color: #ffff80;
	font-size: 20px;
}

.clanak-2
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.clanak-2 h1
{
	text-align:center;
	color: #ffff80;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
}

.clanak-2 p
{
	text-align: justify;
	color: #ffff80;
}

.clanak-2 ul
{
	list-style: disc;
	color: #ffff80;
}

.clanak-2 ul li
{
	text-align: justify;
}

.clanak-2 ul li a
{
	color: #ffff80;
	font-size: 20px;
}

.clanak-3
{
	padding-top: 30px;
	padding-bottom: 30px;
}

.clanak-3 h1
{
	text-align:center;
	color: #ffff80;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: bold;
}

.clanak-3 p
{
	text-align: justify;
	color: #ffff80;
}

.clanak-3 img
{
	margin-left: 15%;
}

hr
{
	border-top: 5px dashed #ffff80;
	width: 83%;
	margin-left: 115px;
}


footer
{
	padding-top: 80px;
	padding-bottom: 20px;
}

footer img
{
	margin-left: -60px;
	margin-top: -40px;
}

footer h4
{
	border-bottom: 1px dotted #ffff80;
	color: #ffff80;
	text-transform: uppercase;
}

footer h4:before
{
	content: "";
	display: inline-block;
	background-color: #ffff80;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	position: relative;
	top: -2px;
	color: #ffff80;
}

footer ul
{
	list-style: none;
	color: #ffff80;
}

footer ul li
{
	margin-left: -20px;
	color: #ffff80;
}

footer ul li a
{
	color: #ffff80;
	text-transform: uppercase;
	text-decoration: none;
}

footer ol
{
	display: inline-flex;
	list-style: none;
}


footer ol li img
{
	margin-left: -20px;
	margin-right: 30px;
}