body{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffffff;
    width:80%;
    max-width:1004px;
}

.carousel-item img{
    width: 100%; 
    border-radius: 4px;
}

.newsletter-list{
    /*margin-bottom: 100px;*/
    background-color: rgba(165, 183, 196, 0.5);
    padding: 10px;
    padding-top: 50px;
}
.navbar-default {
    background-color: #a5b7c4;
    border-color: #a5b7c4;
    margin-top:15px;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
}

.newsletter-list h4{
    margin-top: 5px;
    font-weight:bold;
}
.newsletter-list p{
    font-size: 14px;
    line-height: 1.42857143;
    margin-top: 10px;
}
.newsletter-list small{
    color:grey;
    font-style:italic;   
}

.newsletter-list .thumbnail{
    min-height: 440px;
}

@media only screen and (max-width: 992px) {   
    .newsletter-list .thumbnail{
        min-height: 440px!important;
    }
}


.newsletter-list p.fixed-pos{
    position: absolute;
    bottom: 40px;
}
.btn-primary:hover{
    border-color:#337ab7;
}
.footer{
    margin-bottom: 100px;
    border-top:2px solid #CCC;
    padding:5px;
    background:#EBEBEB;
}
.newsletter-link{
    margin-right: 20px;
    margin-bottom: 20px; 
}
.newsletter-link span{
    background-color:#f0f0f0;
    color:black;
    padding:5px;
    border:1px solid #a6a6a6;
}
.newsletter-link a:hover{
    text-decoration:none;
}

.redazione-box{
    padding-left: 30px;
    padding-bottom: 30px;
}
.redazione-box h1{
    color:#015397;
    font-weight:800;
}

.redazione-box .thumbnail{
    min-height:170px;
}
.redazione{
    margin:30px;
    background-color: white;
}
.blu-nav{
    background-color:#015397;
    margin-bottom: -10px;
}
.blu-nav li{
    list-style: none;
    padding: 10px 20px;
}
.blu-nav li a{
    color: #fff;
    font-size: 0.889em;
    font-weight: 600;
}