
.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}
.navbar-default {
  background-color: white;
  border-color: white;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
  background-color:white;
}
body {
  
}
.fill-width.dropdown {
    position: static;
}
.fill-width.dropdown > .dropdown-menu {
    left: auto;
    position: absolute;
}
.fill-width.dropdown > .dropdown-menu > li > a {
   white-space: normal; 
}

/*body
{
    	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
        color: #D8E7C3;
        font-size: 14px;
        padding: 0

}


textarea {
  width: 300px;
  height: 150px;
}

button[type=submit] {

    background-color: #4D759B;
    color: #F6FAFD;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
button[type=submit]:hover {
    background-color: #F6FAFD;
    color: #4D759B;
}
input[type=text], select {
    padding: 10px 20px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4D759B;
    background: #F6FAFD;

}
textArea{
    padding: 10px 20px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4D759B;
    background: #F6FAFD;

}
ol
{
    list-style-position:inside;
}
#datetime{
    font-size: 10px;
}
#nickname{
    font-weight:900;
}
td{
    border-left: 1px solid #D3E2F1;
    height: 16px;
}
table tr td:first-child,
table tr th:first-child {
  border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  border-right: 0;
}

#div_mnenja{
   border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4D759B;
    background: #F6FAFD;
    padding: 5px;
}
#wrapper{
    padding: 0;
    width: 100%;
    background-color: #28774F;
    margin: 0 auto;

}
#p_header{
    padding:0;
    font-size: 35px;
    font-weight:900;
}
#banner
{
    background-color: #77B395;
    height: 200px;

}
#content_area{
    float: left;
    width: 80%;
    margin:0 auto;
    padding: 0 10% 0  10% ;

}

footer
{
    clear: both;
    width: auto;
    height: 40px;
    padding: 10px;

    text-align: center;
    color: #fff;
    text-shadow: 0.1em 0.1em #333;
}
nav
{
	align-content: center;
        width: 80%;
        margin: 0 auto

}

nav ul
{
	list-style:none;
	position:relative;
	float:left;
	padding:0;
        display:table;
        width:100%;
        background-color: #4E6926;
        line-height:50px;
	-webkit-transition: max-height 0.4s;
        -ms-transition: max-height 0.4s;
        -moz-transition: max-height 0.4s;
        -o-transition: max-height 0.4s;
        transition: max-height 0.4s;
}
h1{
    font-weight:600;
    font-size:22px;
}
h4{
    font-weight:600;
    font-size:20px;
}
nav ul a
{
	display:block;
	color:#D8E7C3;
	text-decoration:none;
	font-weight:500;
	font-size:18px;
	line-height:50px;
	padding:0 15px;
        -webkit-transition: max-height 0.4s;
        -ms-transition: max-height 0.4s;
        -moz-transition: max-height 0.4s;
        -o-transition: max-height 0.4s;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
        width:25%;
        text-align: center;
}

nav ul li:hover a
{
	background:#AABF8C;
        color: #4E6926;

}


nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0;

}

nav ul ul li
{
	float:none;
	width:100%;
        background-color: #4D759B;
        text-align: left;
}
nav ul ul li:hover a
{
	background:#D8E7C3;
        color: #677F44;
}

nav ul ul a
{
	line-height:120%;
        font-size:15px;
	padding:10px 15px;
        color: #F6FAFD;
}

nav ul ul ul
{
	top:0;
	left:100%
}

nav ul li:hover > ul
{
	display:block
}

#error{
    font-size: 10px;
    color: rgb(128, 0, 0);
}
.handle{
    width: 100%;
    background: #F6FAFD;
    text-align: left;
    box-sizing: border-box;
    paddin: 15px 10px;
    cursor: pointer;
    color: black;
    display: none;
    color:#4D759B;
	text-decoration:none;
	font-weight:500;
	font-size:20px;
	line-height:50px;
}

@media screen and (max-width: 1050px){
    nav ul a{
        max-height: 0;
        position: relative;
    }
    nav ul {
        display: none;
    }
    .handle{
        display: block;
    }

    .showing{
        max-height: 60em;
        display:block;
        position: relative;

    }


    nav ul li{
        width: 100%;
        box-sizing: border-box;
        float: left;
        border-bottom:1px solid #d5d2d4;
        padding: 2px;
        text-align: left;
        position: relative;

    }
    nav ul li:last-child{
        border-bottom: 0px ;
    }
    nav ul ul{
        display: block;
        position:relative;
    }
    nav ul ul li{
        width:100%;
        position:relative;
        background-color: #F6FAFD;

    }
    nav ul ul li a{
        color:#4D759B
    }

}
*/
