.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-inverse {
    background-color: #dca842;
    border: 0px;
}
.navbar-inverse .navbar-nav>li>a {
    font-size:16px;
    text-transform: uppercase;
    color: #ffffff;
}
.add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}

.input-group{
    width: 100%;
}
.form-control{
    border-radius: 0px;
}

.btn{
 border-radius: 0px;   
}
.navbar{
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    /*color: #9E9E9E;*/
    background-color: #dca842;
	font-weight: 700;
}
.cerca{
    width: 100%;
    background-color: #f6e6cc;
}

.glyphicon-search:before {
    color: #f6e6cc;
    content: "\e003";
}
.tags{
    text-align: right;
    font-size: 16px;
    line-height: 53px;
    margin: 0 0 0px;
}
.centered{
    text-align: center;
}
.testo_home{
    font-size: 16px;
}

.leggi_tutti {
    padding-right: 72px;
    text-align: right;
    color: #e3bb6b;
}
.glyphicon-plus-sign{
    right: 67px;
    top: 4px;
    position: absolute;
}
 a:hover {
    color:#daa130;
    text-decoration: none;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #ffffff;
}
@media (max-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: left;
    }
}