
header {
	
	width: 100%;
	margin:auto;
	height:125px;
	background-color: grey;
	position: relative;
}

#logo {
	float: left;
	padding-left: 20px;
	height: 30px;
}
#navbar {
	z-index: 100;
	display: block;
}
#navbar ul{
	display: flex;
    align-items: flex-start;
    justify-content: center;
}
* {
  box-sizing: border-box;
}
header .search-container {
  float: right;
  box-sizing: border-box;
  display: table;
  text-align: right;
    padding-right: 10px;
    padding-top: 5px;
}
header .search-container form{
	display: flex;
    align-items: center;
}
header .search-container a.logout{
	text-decoration: none;
    color: white;
}

header .search-container button:hover {
  background: #ccc;
}
header .search-container button {
    float: right;
    display: block;
    text-align: left;
    width: 20%;
    margin: 0;
    padding: 11px;
	background: #ddd;
  }
  @media screen and (max-width: 600px) {
  header .search-container {
    float: none;
  }
 
header .search-container input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: 1px solid grey;
  width: 70%;
  background: #f1f1f1;
}


}

body {
	
	font-family: Arial, Helvetica, sans-serif;
	max-width: 1000px;
	margin: auto;
	
}


h1 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	color: grey;
}
	
h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}
	
nav {
	/*overflow: hidden;*/
	min-height: 48px;
	text-align: left;
	background-color: white;
	
}
nav a {
	display:block;
	text-decoration:none;
}


ul {
   	list-style-type: none;
	margin: 0;
    padding: 0;
    overflow: hidden;
	z-index: 100;
	}

li {
	float:left;
	
}
/*rgba(0,0,0,0.3); */
li a, .dropbtn {
	font-size: 18px;
    display: inline-block;
    color: grey;
    text-align: center;
	/*background-color: #e8ecff;*/
	padding: 15px 20px 15px 20px;
    text-decoration: none;
}


li a:hover, .dropdown:hover .dropbtn {
	background-color:grey;
	color: white;
 }
.dropdown {
	position: static;
	
	
}
li.dropdown {
	display: inline-block;
}


#iframeproba {
	float: left;
	width:35%;
}

#slikanav {
	margin-top: 2%;
	float: left;
	position: relative;
	/*background-color: rgba(1,1,1,0.5);*/
	padding: 10px;
	
}
#tekstnav {
	max-width: 300px;
	height: auto;
	margin-top: 5%;
	float: left;
	font-size: 14px;
	color: white;
	padding: 10px;
	
}
.dropdown-content {
	position: absolute;
	background-color: rgba(0,0,0,0.9);
	width: 1000px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	right:0;
	left: 0;
	margin:auto;
	z-index: 1;
	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.4s linear;
}

.dropdown-content a{
	/*background-color: rgba(0,0,0,0.9);
	float:left; ako hocu da bude u liniji*/
	color:white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size: 16px;
	
}
.dropdown-content a:hover {
	background-color: rgba(0,0,0,0.9);
	color: #E08A21;
	display:block;
	
	}

.dropdown:active .dropdown-content {
	display:block;
}
/*kad se ovo ukine, nesto se desi cudno*/
.dropdown:hover .dropdown-content {
	visibility: visible;
    opacity: 1;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin: auto;
  left: 0;
}

.sticky + .content {
	position: sticky;
  top: 0;
  
}	
#glavno {
	float: left;
	margin: auto;
	/*width: 100%;*/
	
	
}

 #wrap {
                height: 560px;
                width: 960px;
                margin: 20px auto;
                position: relative;
				/*border-top: 1px solid #555;
				linija ispod navigacije*/
							
            }
            
            
            
            #container {
                height: 560px;
                width: 960px;
                margin: 20px auto;
                position: relative;
            }
            #img{
                height: 560px;
                width: 960px;
                position: absolute;
            }
            #left_holder{
                height: 560px;
                width: 100px;
                position: absolute;
                left: -60px;
                top:0px;
            }
            #right_holder{
                height: 560px;
                width: 100px;
                right: -60px;
                position: absolute;
                top:0px;
            }
            #left{
                height: 50px;
                width: 50px;
                position: absolute;
                top:45%;
                left: 5px;
                cursor: pointer;
            }
            #right{
                height: 50px;
                width: 50px;
                position: absolute;
                top:45%;
                right: 5px;
                cursor: pointer;
            }
            
            #buttons {
                position: absolute;
                bottom: 0px;
				display: flex;
				width: 100%;
				align-items: center;
				justify-content: center;
            }
            
            #buttons img {
                float: left;
                width: 20px;
                cursor: pointer;
            }
            
.objave{
	max-width: 300px;
	float:left;
	margin-right: 30px;
	
	
}
.home p{
	margin: 0 auto;
	width: 95%;
	/* text-indent: 50px; */
    text-align: center;
	letter-spacing: 1px;
	line-height: 1.8;
}
p {
    color: grey;
    font-size: 14px;
    margin-top: 0px;
    padding: 0px;
}

.foot{
	max-width:1000 px;
	font-size:12px;
	color:grey;
}



/*section{	
	float:left;
	margin: 0, auto;
	
}*/

article{
	font-size:16px;	
	/*float: left;*/
	text-align:left;
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	padding: 15px 0px 15px 0px;
}
/*aside {
	background-color: #f1f1f1;
	float: right;
	width: 27%;
	font-size:14px;
	
}*/
.navUP {
	position: fixed;
	right: 15px;
	bottom: 0px;
	width: 30px;
	
}
.foot{
	max-width:1000 px;
	font-size:12px;
	color:grey;
}
footer {
	width: 100%;
	margin-top: 30px;
	padding: 6px;
	clear: both;
	font-size: 12px;
	text-align:center;
	color: grey;
	border-top: 1px solid #555;
}
.dropdown-content .crno p{color: grey; font-size: 14px; margin-top: 0px; padding: 0px;}

.slider-img{
	cursor: pointer;
}
.posts-list{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-around;
	margin-top: 15px;
}
.related-post a{
	color: inherit;
	text-decoration: none;
}

.home-posts-list{
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-around;
}
.home-posts-list .objave {
	float: none;
	width: 300px;
	max-width: 100%;
	margin-right: 0;
}
.posts-list .objave {
	float: none;
	width: 300px;
	max-width: 100%;
	/* margin-right: 0;*/
}
section {
	float: none !important;
}

.responsive-menu{
	display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}
.responsive-menu img{
	padding: 0;
}

.bx-wrapper{
	box-shadow: none !important;
	border: none !important;
}

.breadcrumbs {
    color: grey;
    font-size: 14px;
    margin-top: 20px;
}

.breadcrumbs a{
    color: grey;
    font-size: 14px;
    text-decoration: none;
}
.breadcrumbs a:hover, .breadcrumbs a.active{
    color: #E08A21;
}

@media (max-width: 1000px){
    .breadcrumbs{
        display: none;
    }
	.responsive-menu{
		display: flex;
	}
	#navbar {
		display: none;
	}
	#navbar ul {
		flex-direction: column;
		align-items: flex-end;
	}
	#navbar ul li {
		float: none;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 100%;
	}
	li a:hover, .dropdown:hover .dropbtn{
		color: grey;
	}
	.dropdown-content{
		display: block;
		position: static;
		width: 100%;
		background: rgb(188, 176, 176, 0.1);
		box-shadow: none;
        visibility: visible;
        opacity: 1;
	}
	#iframeproba{
		float: none;
		width: 100%;
	}
	.dropdown-content a{
		text-align: right;
		color: grey;
	}
	.dropdown-content .crno{
		display: flex;
		flex-direction: column;
	}
	.dropdown-content a:hover{
		background-color: inherit;
		color: grey;
	}
	.sticky {
		position: static;
	}
	.nav-category-wrapper{
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		margin-top: 15px;
		align-items: flex-end;
		justify-content: flex-end;
		flex-direction: column;
		order: 10;
	}
	.nav-category-wrapper #slikanav{
		float: none;
		margin-top: 0;
	}
	.nav-category-wrapper #slikanav p{
		text-align: right;
	}
	.nav-category-wrapper #tekstnav{
		float: none;
		margin-top: 0;
		max-width: 100%;
		text-align: right;
	}
	section {
		float: none !important;
	}
	#wrap {
		width: auto;
		max-width: 100%;
	}
	#container {
		width: auto;
		max-width: 100%;
		position: relative;
	}
	#img {
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	#left_holder {
		left: 0;
		height: 100%;
	}
	#right_holder {
		right: 0;
		height: 100%;
	}
	#left {
		visibility: visible !important;
	}
	.home-posts-list{
		
	}
	#glavno {
		float: none;
		width: 100%;
	}
}
@media (max-width: 600px){
	header{
		display: flex;
		align-items: start;
		justify-content: flex-end;
		padding: 20px;
		flex-direction: column;
		height: auto;
	}
	#logo {
		float: none;
		padding: 0;
		height: auto;
	}
	header .search-container {
		text-align: left;
	}
	header .search-container input[type=text] {
		margin-left: 0;
	}
	header .search-container button {
		text-align: center;
		width: 50px;
	}
	.responsive-menu {
		bottom: 10px;
	}
}