@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext');
@import url("css/bootstrap.css");
@import url("css/fonts.css");
@import url("css/font-awesome/css/font-awesome.css");
@import url("css/matej2019.css");

/* Fix for DNN Control Bar */
#ControlBar_ControlPanel * {
    box-sizing: content-box !important;
}

/*searchButton*/
#dnn_dnnSearch_txtSearch {
    border-radius: 15px 0 0 15px;
    padding-left: 15px;
	border: 1px solid #EE3124;
	border-right: 0;
	background: rgba(255,255,255,0.9);
	color: #333;
	width: 150px;
	margin-right: -24px;
	height: 29px;
	position: relative;
	z-index: 20;
}
#dnn_dnnSearch_txtSearch:focus {
    outline: none;
}
#toggleSearch {
	position: relative;
	z-index: 22;
}

.searchInputContainer {
    display: inline-block !important;
    margin: 0 3px 0 0 !important;
    position: relative !important;
}

/*Content*/
.iskanje {
margin-top:20px;
padding-top:5px;
padding-left:10px;
background:#D42220;
width:100%;
height:100px;
border-radius:10px;
}

.Vsebina > .row {
	background:#EFEFEF;
	/*padding: 20px 0 50px 0;*/
}
#homePage #content {
	padding-top: 30px;
}


.PostanitePartner h3 {
text-align:center;  
color:#fff;

}

.Normal, .NormalDisabled, .NormalDeleted {
    color: inherit;
    font-size: inherit;
	line-height: inherit;
}

#content {
	background:#FFFFFF;
}

.Vsebina h2, h3, h4,{
	text-transform:uppercase!important;	
}

.btn-default {
    background-color: #3E568E;
    border-color:  #3E568E;
    color: #fff;
}


.btn-default:hover {
      background-color:#2B3C63;
      border-color: #ccc;
      color:#fff;
    }
	
.PostanitePartner {
color:#fff;
/*padding:20px!important;*/
}

 h1, h2, h3, h4, h5, h6 {
	color:#333;
}

header {
	padding: 20px 0 20px 0;
	z-index: 999;
    position: relative;
	width: 100%;
	background: #FFF;
	box-shadow: 3px 2px 2px #666;
}
@media (min-width: 991px) {
	header {
		height: 120px;
	}
	header.fixed {
		height: 80px;
		position: fixed;
	}
	header.fixed #dnn_dnnLOGO_imgLogo {margin-top: -10px; max-width: 60px;}
	header.fixed .nav.navbar-nav.navbar-right {
		margin-top: 0px;
	}
	header.fixed .search {
		display: none;
	}
	.navbar-ex1-collapse {margin-top: 10px;}
	header.fixed .navbar-ex1-collapse {margin-top: 0px;}
}
header.fixed  {
	border-bottom: 2px solid #FFF;;
}
.navbar-default .navbar-nav > li > a {
	color: #333;
	font-size: 17px;
	text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #ee3227;
    border-bottom: solid 1px;
}

.nav.navbar-nav.navbar-right {
    margin-top: 0px;
}



.kuverta {
    font-size: 20px;
    margin-top: -10px;
    padding-right: 5px;
    color:#fff;
}

.tocka > img {
    margin-bottom: 30px;
	padding-right: 5px;
}


/*Footer*/
.Noga {
    color: #333;
    list-style: outside none none;   
    line-height: 1.7;
    margin:0px;
    padding-bottom: 80px;
    padding-top: 50px;
}

.rightBorder {
	border-right:1px solid white;
	padding-left: 70px;
}


.Noga a{
	color:#333!important;	
}

.footerNaslov {
	text-transform:uppercase;
	font-weight:normal;
}

.Noga h4 {
	text-transform:uppercase;
	color: #333;
}

.Noga .socialno i { font-size: 17px; }
.Noga .socialno .fb i { color: #003061; }
.Noga .socialno .env i {  }

.foot {
	padding-left:20px;
	padding-right:20px;
	line-height: 1.7;
}

.Noga ul {
	list-style: outside none none;   
	line-height: 1.7;
	margin:0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


@media(min-width:1300px) {
    .container.fix {
		width:1300px;
    }
}

@media(max-width:991px) {
	.rightBorder {
		border-right:none;
	}
}



.slikaFooter {
	margin-top:40px;
} 

.Noga .btn-default {
    margin-top: 25px;
    background-color: #3E568E;
    border-color: #3E568E;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 22px;
    height: 10px;
    border-radius: 0px;
    margin-bottom: 10px;
}





/*DnnNews*/

.naslov > a {
    color: #333;
}

.pad{
	min-height:226px;	
}
.date {
    font-size: 13px;
}

.article_pager{
display:none;	
}

.content h2 a {
    color: #333!important;
    text-decoration: none;
}

.content h2{
margin-top:-5px;	
	
}
.clanek img{
text-align:center;	
}

.clanek{
max-height:445px;	
}

.slikeNovice{
text-align:center;	
}


.btn.btn-default.gumb.pull-right {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	max-height: 27px;
	border-radius:0px;
	margin-bottom:10px;
	margin-top: -7px;
}
@media only screen and (max-width: 500px){
.newsSide{display:none;}
}