*{
    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;
}