.header-item .line:first-child {
	/*height: 220px;*/
	position: absolute;
	width: 100%;
	z-index: 150;
	background: #fff;
	text-align: center;
	padding: 10px;
	top: 25px;
}

#header-logo{
	width: 80px;
	height: 105px;
	position: absolute;
	top: 45%;
	left: 20%;
	background-image: url(../images/header_logo_1.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.container {
    width: 1200px;
}

@media (min-width:1200px){
	.container{
		width:100%;
		}
	}
	
	#navigation a{
		color: #000000;
	}
	
	
	.header-menu li:hover a, .header-menu li.current a {

    text-decoration: none;
    color: #09567f !important;

}

.header-menu .dropdown li a{
		color: #ffffff !important;
	}

.header-menu .dropdown li:hover a, .header-menu .dropdown li.current a {

    text-decoration: none;
    color: #ffffff !important;

}

.header-menu#navigation{
	background-color: #ffffff;
}

.bg-2 li a{
		color: #ffffff !important;
	}
	
	.bg-2 li:hover a {

    text-decoration: none;
    color: #ffffff !important;

}

#footer-logo {
    width: 105px;
    height: 66px;
    /*margin-top: 20px;
    margin-left: 50px;*/
    background: url(/data/images/logo-15.png);
    /*

    background: url(/data/images/footer_logo.png);
    width: 77px;
    height: 105px;

    */
    /*margin-bottom: 10px;*/
	margin: 0;
}

.mt-50{
	margin-top: 50px;
}

/*.content-slider{
	height: 560px !important;
}*/

.height-100-pc{
	height: 100% !important;	
}

.content-intro h1{
	text-shadow: #000 2px 2px;
	font-weight: 700 !important;
}

.content-intro p{
	text-shadow: #000 1px 1px;
	margin-top: 30px;
	font-weight: 700 !important;
	color: #fff;
}

.content-intro .inner{
	max-width: 80%;
}

.left-menu-list li{
	border-top: rgba(255,255,255,0.5) solid 1px;
	padding: 10px 0px 5px 0px !important;
}
/* PODMENIJI V CATEGORY SIDEBAR */
/*
.left-menu-list li.has-sub a:after{
	font-family: "Font Awesome";
	content: "\f067";
	position: absolute;
	right: 30px;
	font-weight: 900;
}

.left-menu-list li.has-subsub a:after{
	font-family: "Font Awesome";
	content: "\f107";
	position: absolute;
	right: 30px;
	font-weight: 900;
}

.left-menu-list li.active.has-subsub a:after{
	content: "\f107";
}

.left-menu-list li.active a{
	color: #ffffff;
	font-weight: 700;
}

.left-menu-list li.active a:after{
	font-family: "Font Awesome";
	content: "\f105";
	position: absolute;
	right: 30px;
	font-weight: 900;
	color: #fff;
}

.left-menu-list li.active.has-sub a:after{
	content: "\f107";
}*/

.left-menu-list li{
	position: relative;
}

.left-menu-list > ul > li:first-child {
	border-top: none;
}

.left-menu-list ul li.subitem {
	padding-left: 20px !important;
}

.left-menu-list li a{
	color: rgba(255,255,255,0.5);
}

.left-menu-list li.subitem.active.has-sub li a{
	color: rgba(255,255,255,0.5);
	font-weight:400;
}

.left-menu-list li.active > a,
.left-menu-list li .subitem.active a,
.left-menu-list li.subitem.active.has-sub li.subsubitem.active > a{
	color: #fff;
	font-weight: 700;
}

.dropdown ul li.subsubitem{
	padding-left: 20px !important;
}

.left-menu-list li > span:after{
	font-family: "Font Awesome";
	position: absolute;
	right: 0;
	top: 10px;
	font-weight: 900;
	left: 103%;
}

.left-menu-list li.active > span:after{
	content: "\f105";
	color: #fff;
}

.left-menu-list li.has-sub > span:after{
	content: "\f107";
}

.left-menu-list li.subitem.active.has-sub > span:after{
	content: "\f107";
	color: #fff;
}

ul.dropdown{
	display: none;
}


.open {
	display: block !important;
}

li.has-sub.dropped > span:after{
	content: "\f106";
}



