/*!
 * 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.
 */
img #fluxBio {
    height: auto !important;
    width: auto !important;
}

.fluxBio img {
    height: auto !important;
    width: auto !important;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid black;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    /* background-color: #fff; */
} 

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #9F120B;
}

.navbar-custom a {
    color: #000;
     /*  modifica barra alta, se scroll down */
    padding-bottom: -10px; 
}

.navbar-custom.navbar-fixed-top.top-nav-collapse a {
    color: #fff;
   /*  background-color: #000; */ /* da eliminare per effetto background-color red per arrowtop. */
    /* padding-top:100px;  */ /*  modifica barra alta, se scroll down */
}


.navbar-custom .nav li a:hover {
    outline: 0;
    color: #9F120B; /* rgba(255,255,255,.8); */
   /* background-color: white; */
}

.navbar-custom .nav li.active a:hover {
    color: #9F120B;
}

.navbar.navbar-custom .navbar-fixed-top .top-nav-collapse {     
  color: #fff;
  background-color: #000;
}

/* TENTATIVO DA CAPIRE; NN FUNZIONA 
.navbar.navbar-custom .navbar-fixed-top .top-nav-collapse li.active a {
    visibility: visible;
    background-color: red;  
} */



@media(min-width:768px) {
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
        color:#fff;
    }
}

#intro-body {   /* da fare per i vari formati? */
   /*  display: table;
    width: 100%;
    height: auto; */
    padding-top: 100px;
    padding-bottom: -100px;
    /* text-align: center; */
    color: black;   
    /* background: url(../img/intro-bg.jpg) no-repeat bottom center scroll; */
    background-color: white;  /* #F90100; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#intro-body .brand-heading {
    font-size: 30px;
    color: black;   /* rosso  #F90100; */
    /* margin: 0 0 0px -250px; */
    padding-top: -75px;
/* padding-bottom: -25px;
    line-height: 30%;
*/
}}

#intro-body .intro-text {
    font-size: 12px;
    color: black;   /* rosso  #F90100; */
    line-height: -5px;
    margin: -5px 0 -5px 0;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    #intro-body .brand-heading {
        font-size: 26px;
    }

    #intro-body .intro-text {
        font-size: 16px;
    }
}

/* 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;  
}














