/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */



.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: trasparent;
}



.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}


.navbar-custom a {
    color: #fff;
}



.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}



.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
   
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

#intro-body {   /* da fare per i vari formati? */
    display: table;
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 25px;
    padding-left: 50px;
    text-align: center;
    color: black;   
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; 
    background-color: #F90100;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

  

#intro-body .brand-heading {
    font-size: 26px;
    color: black;   /* rosso  #F90100; */
}

#intro .intro-body .intro-text {
    font-size: 18px;
    color: black;   /* rosso  #F90100; */
}


@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    #intro-body .brand-heading {
        font-size: 72px;
    }

    #intro-body .intro-text {
        font-size: 26px;
    }
}

/* Added by mario 1-16 */


li.news-list-item {
  margin-bottom:15px;
}

.news .header-news-item .news-list-date {  
    font-size: 25px;
                padding-left: 2em;
    background-color: #6D6C6C;
    color: white;
}

.news .header-news-item .title-text  {  
    font-size: 25px;
                margin-left: 15px;
    color:  #6D6C6C;
}


.news .header-news-item .alttitle-text  {  
    font-size: 18px;
                margin-left: 123px;
    /* float:right; 
margin-right: 50px;
    direction:rtl; */
    color:  #3D3B3B;
}


.header-news-item .more {
    font-size: 18px;
                color:red;
    padding-bottom:2cm;
}

.news-list-view ul.news-list-main {
    list-style-type: none;
    margin-left: -40px;  
}


